/* Minification failed. Returning unminified contents.
(2838,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '97%'
(3458,71): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
(3462,71): run-time error CSS1038: Expected hex color, found '#3e3e3'
(3513,56): run-time error CSS1038: Expected hex color, found '#3e3e3'
(3632,55): run-time error CSS1038: Expected hex color, found '#3e3e3'
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@charset "utf-8";
/* CSS Document */

body { 
    font: 13px arial ;
    margin: 0;
    padding: 0;
  background:url(../Icon/bg.png)
	 
	}
ul,li{ padding:0px; margin:0px; outline:0px; vertical-align:baseline; border:0px}

ul,li{ list-style:none}
a{text-decoration:none}
a:hover{color:#fa8e00 !important;text-decoration:none !important} 
img { border:none}
.Clear{ clear:both}
@font-face { 
font-family:UTM_Sarah; 
src:url(../Fonts/UTM_Sarah.ttf)
}
@font-face { 
font-family:hevr; 
src:url(../Fonts/hevr.ttf)
}
@font-face { 
font-family:Condensed; 
src:url(../Fonts/UTM-Swiss-Condensed.ttf)
}
@font-face { 
font-family:seguisym; 
src:url(../Fonts/seguisym.ttf)
}
@font-face { 
font-family:CondensedBold; 
src:url(../Fonts/UTM-Swiss-CondensedBold.ttf)
}
 @font-face{font-family:UTMPenumbra;src:url(../Fonts/UTMPenumbra.ttf);}
 header{width:100%; height:auto; float:left; margin:0; padding:0; background:#FFF;  }
 #top{width:100%; height:auto; float:left; margin:0px}
 #top img{ width:100%; height:auto; float:left; margin:0px}
 #banner{width:1300px; height:auto;  margin:0px auto}
#logo{width:30%; height:auto; float:left; margin:0px} 
#logo img{ width:235px; height:auto; float:left; margin:10px 0px}
.noteSupport{width:30%; height:100%; float:left; margin:0px; text-align:right}
.noteSupport .p1{font-size:20px; color:#3b88c8; margin:16px 16px 0px 5px; text-transform:uppercase; font-family:CondensedBold}
.noteSupport .p1 span{color:#F00}
.noteSupport .p2{font-size:13px; color:#3b88c8; margin:0px 16px 1px 5px;  }
.noteSupport .p2 span{color:#F00}
#support{width:40%; height:auto; float:left; margin:0px}
.hotline{width:auto; height:50px; float:left; margin:15px 10px; background:url(../Icon/hotline.gif) no-repeat left center scroll transparent }
.hotline .sp1{    font-weight: bold;
    color: #435670;
    font-size: 10px;
    line-height: normal; display:block; padding-left:35px; margin-top:7px}
.hotline .sp2{color: #e73737;
    font-size: 19px;
    font-weight: bold;
    display: block; margin-left:35px; font-family:CondensedBold; line-height:20px}
.order{width:50px; height:46px; float:left; margin:15px 0px 15px 28px; background:url(../Icon/toggle-cart.icon.png); text-align:right}
.order span{font-size:13px; color:#FFF; display:block; margin:4px 12px}
.hotline_one{width:auto; height:50px; float:left; margin:15px 15px; background:url(../Icon/hotline_one.gif) no-repeat left center scroll transparent; cursor:pointer }
.hotline_one .sp1{    font-weight: bold;
    color: #435670;
    font-size: 10px;
    line-height: normal; display:block; padding-left:35px; margin-top:7px}
.hotline_one .sp2{color: #3b88c8;
    font-size: 19px;
    font-weight: bold;
    display: block; margin-left:35px; font-family:CondensedBold; line-height:20px}
#menu{background: #3b88c8;
    position: relative;
    z-index: 1; width:100%; float:left; z-index:11}
#contentMenu{width:1300px; height:auto; margin:0px auto}
#contentMenu .ul1{width:100%; height:auto; float:left; margin:0px; position:relative}
#contentMenu .ul1 .li1{ float:left }
#contentMenu .ul1 .li1:first-child{background:#394d69}
#contentMenu .ul1 .li1:hover{ background:#394d69}
#contentMenu .ul1 .li1:hover a{color:#FFF  }
#contentMenu .ul1 .li1 a{ 
    color: #fff;
     font-size: 16px;
    text-align: center;    font-family: "Open Sans",sans-serif!important;
    text-transform: uppercase; 
    text-decoration: none; display:block;
    padding: 12px 23px; text-align:center 
}
#contentMenu .ul1 .li1 a .km{    background: #f55959;
    font-size: 10px;
    padding: 0px 5px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;}
 
#contentMenu .ul1 .li1 a i{color:#435670; font-size:14px}
.container{ position:absolute; width:100%; background:#435670; left:0px; top:46px; padding:40px 10px; display:none  }
.infoContainer{ width:25%; height:auto; float:left; margin:10px}
#contentMenu .ul1 .li1:hover .container{display:block}
.infoContainer .name{ color: #aec2de; margin:10px 0px; font-size:20px; font-weight:bold; }

.infoContainer p{font-size:12px; color:#FFF; margin:10px 0px; line-height:20px; text-align:justify}
.listMenu{width:70%;   height:auto; float:right}

.tearMenuTop{width:23%; height:auto; float:left; margin:0px 1%}
.tearMenuTop .nameMenu{color: #f16725 !important;
    margin-bottom: 10px !important;
    height: 18px; font-size:13px !important; text-transform:uppercase;   display:block; font-weight:bold !important; padding:5px 0px !important; text-align:left !important; font-family:Arial, Helvetica, sans-serif !important   }
.tearMenuTop  ul{width:100%; height:auto; float:left; margin:0px}
.tearMenuTop ul li{float:none !important}
.tearMenuTop ul li a{font-size:15px !important; text-transform:none !important; padding:0px !important; margin:5px 0px; display:block; text-align:left !important}
#contentMenu .ul1 .lip{position:relative}
#contentMenu .ul1 .lip .ul3{width:250px; height:auto; position:absolute; background:#394d69; padding:15px 5px 10px 5px; display:none}
#contentMenu .ul1 .lip .ul3 li a{font-size:14px; text-align:left; display:block; text-transform:none;  padding:5px 10px 7px 10px}
#contentMenu .ul1 .lip .ul3 li{border-bottom:1px dashed #51637e}
#contentMenu .ul1 .lip .ul3 li:last-child{border-bottom:none}
#contentMenu .ul1 .li1 .ul_tr{width:270px; height:auto; position:absolute; float:left; margin:0px; background:#435670; padding:15px 0px; display:none}
#contentMenu .ul1 .li1:hover .ul_tr{display:block;z-index:10}
#contentMenu .ul1 .li1 .ul_tr li{ border-bottom:1px dashed #596c86}
#contentMenu .ul1 .li1 .ul_tr li a{color:#FFF; margin:5px 8px !important; font-size:14px; text-transform:none !important; display:block; padding:0px 5px; text-align:left}

section{width:100%; height:auto; float:left; margin:0px}
#main{width:1350px; height:auto; margin:0px auto; padding: 10px; background:#FFF}
#boxSearch{width:90%; height:auto; float:left; margin:0px 5%}
#topBoxSearch{width:100%; height:auto; float:left; background:url(../Icon/searchIcon.png) no-repeat right center scroll transparent}
#topBoxSearch h2{    color: #ec1c24;
    margin-bottom: 2px;font-family: 'hevb',Arial,Helvetica,sans-serif;
	margin-top:60px;
	font-weight:bold;
    text-rendering: auto;
    line-height: 1.25em 
  ; font-size:30px; text-transform:uppercase}
#topBoxSearch span{    font-family: 'hevr',arial;
    color: #374b67;
    font-size: 24px; display:block; padding-bottom:20px}
#contentSearch{border: 3px solid #3b88c8 !important;
  width:97%; float:left}
#contentSearch #txtSearch{color:#181818 !important;
    font-family: 'hevb',Arial,Helvetica,sans-serif !important;
	width:90%; height:54px; background-color:transparent; border:none; padding:10px; font-size:25px; text-indent:15px; float:left}
#contentSearch #btnSearch{; border:none;    border-radius: 4px;
    border-bottom: 3px solid #c75027; background:#f16737; color:#FFF;    text-transform: uppercase;
    padding: 8px 12px;
    font-size: 13px; float:left; margin:10px 0px}
.gsc-search-box-tools .gsc-search-box .gsc-input{ border:none !important; height:40px !important}
.gsc-input-box {
    height: 47px !important;border:none !important
}
.gsc-control-cse{padding:0px !important}
 input.gsc-search-button, input.gsc-search-button, input.gsc-search-button { border:none;    border-radius: 4px; border:none !important;
    border-bottom: 3px solid #c75027 !important; background:#f16737 !important; color:#FFF;    text-transform: uppercase;  
    font-size: 13px; float:left; margin:16px 0px; width:78px !important; height:34px !important; background-size:auto !important}
 input.gsc-search-button{margin:7px !important}
#Transport h4{color: #394d69; margin:15px 0px 10px 70px;
    font-family: 'hevb',Arial,Helvetica,sans-serif;
     font-weight: bold;
    text-rendering: auto;
    line-height: 1.25em;
    font-size: 20px }
#Transport h4 span{color: #3b88c8}

 
#Transport .Tear_Tran:last-child:after{ background:none; width:0; height:auto}
#Transport .Tear_Tran .tr1{font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size:16px; text-transform:uppercase; font-weight:700; display:block; margin:17px 5px 5px 23%; color:#394d69}
#Transport .Tear_Tran .tr2{font-family: 'Roboto', Arial, Helvetica, sans-serif; font-weight:300; font-size:14px; display:block;margin:5px 5px 5px 33%; text-transform:uppercase; color:#818181}
#content{width:100%; height:auto; float:left; margin:10px 0px;  padding:10px 0px}
.product{width:100%; height:auto; float:left; margin:5px 0px; border:1px solid #e9e9e9; border-top-left-radius:5px; border-top-right-radius:5px}
.product .nvarProduct{width:100%; height:auto; float:left; background:url(../Icon/bg_name.png) left center scroll #3b88c8; border-top-left-radius:5px; border-top-right-radius:5px}
.product .nvarProduct h2{font-size:17px;  margin:0px 0px; font-weight:normal }
.product .nvarProduct .leftNvarProduct{width:50%; height:auto; float:left}
.product .nvarProduct .rightNvarProduct{width:50%; height:auto; float:left; text-align:right}
.product .nvarProduct .rightNvarProduct a{  display:inline-block; margin:7px 7px; color:#FFF; font-size:12px; border:1px solid #FFF; padding:5px 7px; position:relative}
.product .nvarProduct .rightNvarProduct a span{width:0px; 
  height:0px; 
  border-bottom:5px solid transparent; 
  border-top:5px solid transparent; 
  border-left:5px solid #FFF; display:inline-block; margin-left:5px; 
}
 
.product .nvarProduct h2 a{color:#fff; text-transform:uppercase; padding: 0px 50px 0px 43px; line-height:40px; display:inline-block;position:relative; font-family:CondensedBold; background:#394d69}
.product .nvarProduct h2 a:before{background:url(../Icon/icon.png) no-repeat; content:''; width:33px; height:40px; position:absolute; left:4px; top:0px }
.product .nvarProduct h2 a:after{position:absolute; background:url(../Icon/bg_nvar.png); width:34px; height:40px; right:0px; top:0px; content:''} 
 .tear1{width:19.3%; height:352px; float:left; margin:5px 5px 5px 5px; float:left; border:1px solid #ececec; padding:10px; position:relative}
.tear1 .img{width:100%; height:220px; float:left; margin:0px 0px 13px 0px; display:table; table-layout:fixed; border-bottom:1px solid #ececec}
.tear1 .img a{display:table-cell; vertical-align:middle; text-align:center}
.tear1 .img a img{ max-width:90%; max-height:230px}
.tear1 h4{font-weight:normal; margin:0px}
.tear1 .name{ font-size:13px; text-transform:uppercase; color:#565656; margin:5px; display:block; text-align:center}
.tear1 .boxPrice{width:100%; height:auto; float:left; margin:5px 0px}
.tear1 .boxPrice .price{width:50%; height:auto; float:left; margin:0px}
.tear1 .boxPrice .price .sp1{font-size: 17px;    font-weight: bold; color:#565656; display:block; margin:5px 5px 1px 0px}
.tear1 .boxPrice .price .sp2{    
    text-transform: uppercase;
    color: #565656;
    font-size: 12px; margin:1px 5px 5px 0px; display:block}
.tear1 .boxPrice .orders{width:50%; height:auto; float:left; margin:0px; text-align:right}
.tear1 .boxPrice .orders a{ background:#3b88c8; color:#FFF; text-transform:uppercase; padding:2px 8px; display:inline-block; line-height:30px; margin:5px 0px}
.tear1 .compare{width:100%; height:auto; float:left; position:absolute; top:50%; display:none; text-align:center}
.tear1 .compare a{  border-radius:30px; display:inline-block; padding:0px 12px 0px 5px;color:#565656; font-size:12px; text-transform:uppercase;  }
.tear1 .compare a i{color:#565656; font-size:20px; padding:5px; border-radius:50% }
.tear1 .compare a span{margin-left:4px; display:none }
.tear1 .compare a:hover i{display:inline-block}
.tear1 .compare a:hover span{display:inline-block; line-height:30px}
.tear1:hover .compare{display:block; 
  -o-transition: width .3s ease-out;
    -moz-transition: width .3s ease-out;
    -ms-transition: width.3s ease-out;
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;}
.tear1 .compare a:hover {background:rgba(204,204,204,0.5);}
.tear1:nth-child(4n) {
    margin-right:0px;
}
.tear1:hover{box-shadow: 3px 3px 12px rgba(0,0,0,.5);
    -o-transition: box-shadow .3s ease-out;
    -moz-transition: box-shadow .3s ease-out;
    -ms-transition: box-shadow .3s ease-out;
    -webkit-transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;}
.tear1 .new{position:absolute; top:0px; width:100%; left:0px;     color: red;
    font-weight: 600;
    font-size: 16px; font-family:'Open Sans', sans-serif; }
.tear1 .new span{ margin:7px 20px 0px 0px; display:block; text-align:right}
.tear1 .note{font-weight:bold; font-style:italic; color:#F00; margin:5px; text-align:center; display:block; font-size:11px}

#Right_ListProduct .tear1{ width:24%}
#tuVan{width:100%; height:auto; float:left; margin:10px 0px; background:#f2f2f2}
#tuVan #mainTuVan{width:1330px; height:100%; clear:both; margin:0px auto; background:url(../Icon/cc.gif) no-repeat right center scroll transparent; text-align:center}
#tuVan #mainTuVan .sp1{ font-size:24px; margin:0px 5px 5px 5px; display:block; font-weight:bold; padding-top:20px; color:#394d69}
#tuVan #mainTuVan .sp2{color: #374b67;
    font-family: 'hevr',Arial,Helvetica,sans-serif;
    font-size: 16px; display:block; margin:5px 5px; padding-bottom:10px}
#tuVan #mainTuVan .sp2 span{ color:#f15828; font-weight:bold}
#tuVan #mainTuVan .sp2 a{ color:#f15828; font-weight:bold}
#register{width:100%; height:auto; float:left; background:rgba(224,224,224,.95)}
#mainRegister{width:1330px; height:auto; margin:5px auto; padding:20px 0px}
#mainRegister #boxRegister{width:600px; height:60px; margin:0px auto; padding:20px auto; background:#FFF;   border: 1px solid #c5c9ce!important;}
#mainRegister #boxRegister input{width:500px;   border:none;     
 
    border-right: 0!important;
     vertical-align: middle;
     font-size: 18px!important;
    margin: 0!important;
	height:58px;
    display: inline-block!important; color:#777; text-indent:20px; float:left
}
#mainRegister #boxRegister button{ background:#394d69; height:100%; border:none; width:98px; float:left; color:#FFF; font-size:16px; text-transform:uppercase}
footer{width:100%; height:auto; float:left; margin:10px 0px 0px 0px}
#footer{width:100%; height:auto; float:left; margin:0px ;background: #394c66;
    padding: 35px 0px 0px;}
#mainFooter{width:1300px; height:auto; margin:0px auto}
#infoFooter{width:40%; height:auto; float:left; margin:0px}
#mainFooter .name{    color: #f16725;
    font-size: 18px;
    margin-bottom: 20px;
    min-height: 25px;
    font-weight:bold; display:block
}
#infoFooter ul li   {padding: 3px 0px;}
#infoFooter ul li span{    float: left;
    color: #95cffe;
    font-weight: bold; margin:5px;
    margin-right: 10px;
    font-size: 12px;
    width: 100px;}
#infoFooter ul li .desc { display:table}
#infoFooter ul li .desc p{    font-size: 12px; margin:0px 5px; color:#fff}
#infoFooter ul li .desc p a{text-decoration: underline;color: #dfb800 !important;}
 #supportFooter{width:29%; height:auto; float:left; margin:0px 3%}
 #supportFooter p{ background:rgba(255,255,255,0.1); padding:0px 20px; display:block; color:#FFF; margin:5px 0px; line-height:43px}
 #supportFooter p .icon{ width:20px; height:20px; background:url(../Icon/on.png) no-repeat; display:inline-block; margin:0px 5px}
  #supportFooter p .email{color: #88d54f;
    font-size: 11px;
    font-weight: normal;}
#payFooter{width:25%; height:auto; float:left; margin:0px 0px}
 #payFooter a{ background:rgba(255,255,255,0.1); padding:0px 20px; display:block; color:#FFF; margin:5px 0px; line-height:43px; display:block}
.social {    border-top: 1px solid #435670;
    padding: 20px 0px;
    margin-top: 10px; width:100%; float:left; text-align:center}
.social ul li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #dcdcdc;
    color: #717e91;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;   text-align:center; line-height:35px;
    padding: 0px; line-height:30px
}

 .social ul li {
    display: inline-block;
    margin: 0px 2px;
    color: #dcdcdc;
}
 .social ul li i{line-height:30px}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
#listInfo{width:100%; height:auto; float:left;    background: #435670;
    padding: 35px 0px;}
#listInfo #contentListInfo{width:1300px; height:auto; margin:0px auto; clear:both}
#listInfo #contentListInfo .tearInfo{width:25%; height:auto; float:left; margin:5px 0px; }
#listInfo #contentListInfo .tearInfo .name{   color: #f16725;
    font-size: 18px;
    margin-bottom: 15px;
    min-height: 25px;
    font-weight:bold; display:block
}
#listInfo #contentListInfo .tearInfo ul{width:100%; height:auto; float:left; margin:0px}
#listInfo #contentListInfo .tearInfo ul li a{    color: #fff;
    font-size: 14px;
    display: block;
    padding: 5px 0px;
}
#footerbottom{width:100%; height:auto; float:left; margin:0px; padding:10px 0px 50px 0px}
#contentFooterbottom{width:1300px; height:auto; margin:0px auto; clear:both}
#logoFooter{width:18%; height:auto; float:left}
#logoFooter img{width:200px; height:auto; float:left}
#centerFooter{width:50%; height:auto; float:left; margin:0px}
#centerFooter p{ font-size:12px; color:#3e3e3e; margin:5px}
#centerFooter p.p1{margin-top:7px}
#centerFooter p span{font-weight: bold;
    color: #3b88c8;
}
#rightFooter{width:32%; float:left; margin:0px}
#rightFooter img{float:right; margin:3px 0px}
#Support_Footer{width:100%; height:50px; z-index:1000; margin:0px; padding:0px; position:fixed; background:#3b88c8; bottom:0px}
#Content_SupportFooter{width:1300px; height:auto;  margin:0px auto} 
#Content_SupportFooter #Support{width:65%; height:100%; float:left; margin:0px}
#Content_SupportFooter #Support .thacmac{float:left; margin:0px; line-height:50px; display:block; color: #fff;
    font-family: 'hevr',Arial,Helvetica,sans-serif;
    font-size: 20px; display:block; margin-right:20px}
	
 	
.Tear_Sp{width:auto; height:100%; float:left; margin:0px 10px 0px 5px; position:relative}
#Call{width:170px; float:left; margin:5px 0px; float:left; position:relative; background:#fffadf; height:40px;    border-radius: 4px; cursor:pointer}
#Call .icon{ width:41px; height:40px; position:absolute; right:-5px; top:-5px; content:''; background:url(../ICon/chat.png) no-repeat}
#Call span{    color: #374b67;
    font-size: 10.3px;
    display: block; text-transform:uppercase; margin:7px 2px 0px 9px; display:block; font-weight:bold}
	#Call small{    color: #a78a00;
    font-size: 15px;
     display: block; margin:0px 2px 2px 9px; font-weight:bold;    line-height: 17px;}
.Tear_Sp:after{width:1px; height:40px; content:''; border-right:1px solid #0267c3; position:absolute; top:5px; right:0px}
.Tear_Sp:last-child:after{ border:none}
.Tear_Sp .Left_Tear_Sp{ background:url(../ICon/hotline_iCon.png) no-repeat left center scroll transparent; width:40px; height:50px; float:left; margin-right:10px}
.Tear_Sp .Right_Tear_Sp{width:auto; height:100%; float:left; margin:0px}
.Tear_Sp .Right_Tear_Sp .sp1{ font-size:11px; color:#FFF; display:block; text-transform:uppercase; margin:7px 5px 0px 5px}
@-webkit-keyframes st {
0%{color:#F8CD0A}
50%{color:#81c3ff}
100%{color:#F8CD0A}
}
@-moz-keyframes st {
0%{color:#F8CD0A}
50%{color:#81c3ff}
100%{color:#F8CD0A}
}
@-o-keyframes st {
0%{color:#F8CD0A}
50%{color:#81c3ff}
100%{color:#F8CD0A}
}
@keyframes st {
0%{color:#81c3ff}
50%{color:#fff}
100%{color:#e4ff00}
}
.Tear_Sp .Right_Tear_Sp .sp2{ font-family:CondensedBold; margin:4px 5px;   font-size:18px; display:block; line-height:13px;    font-weight: 700;
    -webkit-animation: st 700ms infinite;
    -moz-animation: st 700s infinite;
    -o-animation: st 700ms infinite;
    animation: st 700ms infinite;}
.f-nav{  /* To fix main menu container */
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; background:url(../ICon/bg_bottom_header.gif)
}
 
.Tuvan{width:100%;height:100%;float:left;margin:10px 0px;background:url(../iCon/intro-domain.jpg) no-repeat; 
    position: relative; background-size:100%;}
.content_Tuvan{width:1330px;height:auto;margin:5px auto; text-align:center}
.content_Tuvan span{font-size:30px;color:#333;margin:5px;font-family:UTMPenumbra; margin:120px auto;font-weight:normal; display:inline-block; background:rgba(255,255,255,0.8); padding:3px 9px }
#Hotline{width:auto; float:right; height:100%; float:right; margin:0px; position:relative}
#Hotline #Content_Hotline{ width:193px; height:70px; position:absolute; right:0px; background:url(../ICon/hotline.png)}
#Hotline #Content_Hotline span{     animation: st 700ms infinite;color:#FFF; font-weight:bold; margin:40px 5px 5px 40px; font-size:20px; font-family:CondensedBold; display:block;  }
.Link{ width:100%; height:auto; float:left; margin:0px; text-align:left; margin-top:10px}
.Link h4{font-weight:normal; margin:0px; display:inline-block; margin:2px 2px 2px 0px}
.Link h4 a{padding:5px 7px; border:1px solid #ebebeb; display:inline-block; color:#3e3e3e; font-size:11px}
.h1{font-size:2px; color:#FFF; font-weight:normal; margin:0px; float:left}
#Transport{ width:100%;  height:auto; float:left; margin:10px 0px}
#contentTransport{width:100%; height:auto; float:left; margin:0px; clear:both; border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc}
#Transport .Tear_Tran{width:33%; height:77px; float:left; margin:0px;    border: 1px solid #dcdcdc; position:relative; border-left:none; border-right:none}
#Transport .Tear_Tran:last-child{width:34%}
#Transport .tt{ background:url(../ICon/people-pay.png) no-repeat 35px center scroll #f8f8f8;}
#Transport .gh{ background:url(../Icon/sua.jpg) no-repeat 35px center scroll #f8f8f8;}
#Transport .dh{ background:url(../Icon/baotri.png) no-repeat 35px center scroll #f8f8f8;}


#Transport  .gg{ background:url(../ICon/plan-free.png) no-repeat 35px center scroll #f8f8f8;}


#Transport .Tear_Tran:after{    background: #FFF url(../ICon/dot_seperate.png) no-repeat center center;
    width: 36px;
    height: 77px;
    content: "";
    position: absolute;
    right: -17px;
    top: -1px;
    z-index: 9;
}
#Transport .Tear_Tran:last-child:after{ background:none; width:0; height:auto}
#Transport .Tear_Tran .tr1{font-family: 'Roboto', Arial, Helvetica, sans-serif; font-size:16px; text-transform:uppercase; font-weight:700; display:block; margin:17px 5px 5px 30%; color:#818181}
#Transport .Tear_Tran .tr2{font-family: 'Roboto', Arial, Helvetica, sans-serif; font-weight:300; font-size:16px; display:block;margin:5px 5px 5px 30%; text-transform:uppercase; color:#394d69}
#myModal{ margin-top:50px !important; z-index:999999991;   }

.input-content{width:100%; margin:0px}
.input-content img{ width:31px; height:auto; display:block; margin:0px 5px 0px 0px; float:left}
.input-content .text-hello{    color: #169e31;
    font-size: 22px;
    padding-top: 5px;; margin:5px; display:block}
	.conten-sub{    color: #337ab7;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;}
.input-content input.request_phone{margin:5px 0px; display:block}
.send-go{background: #f16726;
    color: #FFF;
    border-radius: 3px; display:inline-block}
 .go-hotline {
    width: 70%;
    float: right;
    text-align: center;
    padding: 5px 0px;}
 .go-hotline>span {
    color: #f16726;
    font-weight: bold;
}
#menuMobile{width:100%; background:#3b88c8; float:left; text-align:center; display:none}
#menuMobile a{color:#FFF;  font-size:14px; text-transform:uppercase; text-align:center; display:block; padding:10px}
#menuMobile a i{margin-right:10px;}

 
 
@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 768px) 
{
 
#ProductDetail{ width:97%; padding:10px 0px; float:none; margin:5px auto; border:none}
div#Header_ProductDetail{ width:100%; border:none}
#ProductDetail #images_ProductDetail{ width:100%; border:none}
.mousetrap{ display:none !important}
#wrap{ width:100% !important}
#Images_Detail a img{ margin:5px 10px}
#Images_Detail{ border:none}
#Info_ProductDetail{ width:100%; border:none; margin:0px}
#Product #ListProduct{ width:100%; height:auto; float:left; margin:10px 0px}
.Tear_2{ width:31%; margin:5px; float:left}

#Left_ListProduct{ width:100%}
.Tear_mn ul li.li1{ width:auto}
.mn1{ display:none}
#Right_ListProduct{ width:100%}
#SlideInPoduct{ height:auto}
#SlideInPoduct img{ height:auto}
 }
@media screen and (max-width: 480px) 
{#Info3 #RightInfo3 a{width:100%}
 #ProductDetail #images_ProductDetail{width:100%; margin:0px}
 #Info_ProductDetail{width:100%; margin:0px; float:left}
	.nVar_Name h1{ text-align:center}
	div#Left_ListProduct{ display:none}
	#Images_Thumbs{ display:none}
	#Info2 li{ width:92%}
	#Info3 #LeftInfo3{ width:100%}
 	#Info3 #RightInfo3{ width:100%; margin:7px 0px}
	#Info4{ width:100%}
	#Product #ListProduct{ display:none}
	#Nvar_ProductDetail a{ display:none}
	#Nvar_ProductDetail a.set{ display:inline-block}
	#Content_ProductDetail #Thongtin h3{ text-align:center; text-transform:none}
	#Images_Detail{ height:auto}
	#wrap{ height:auto}
	#Images_Detail{ margin:5px 0px 10px 0px}
    table.Ferroli tr td{width:100%}
    .nVar_Product{display:none}
	#spcungia{display:none}
	#descriptionCate h1{  97%
}
#descriptionCate #des{    width: 97%;}
	
 }
@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
#Product{width:100%; height:auto; float:left; background:#FFF; }
.nVar_Product{ width:100%; height:auto; float:left; background:#fff; margin:0px}
.nVar_Product a{color:#3e3e3e; font-size:12px; display:inline-block; line-height:34px; margin: auto 5px}
.nVar_Product h1{color:#3e3e3e; font-size:12px; display:inline-block; margin:11px 5px; font-weight:normal; position:relative; padding-left:10px}
.nVar_Product h2{color:#3e3e3e; font-size:12px; display:inline-block; margin:11px 5px; font-weight:normal; position:relative; padding-left:10px}
 
.nVar_Product i{background: url(../iCon/beacon_sprite.png) no-repeat 0 -686px;
    font-size: 0;
    margin: 0px 2px;
    padding: 12px 2px;}
.nVar_Product ol{  height:auto; float:left; margin:0px; padding:0px}
.nVar_Product ol li{ display:inline-block}
	#ProductDetail{ width:100%; height:auto; float:left; margin:0px 0px; padding:10px 0px; }
#Header_ProductDetail{ width:100%; height:auto; float:left; margin:0px}
#ProductDetail #images_ProductDetail{ width:44%; height:auto; float:left; margin:0px 5px}
#Images_Detail{ width:100%; height:340px; float:left; margin:0px; display:table; table-layout:fixed    ;border: 1px #e5e5e5 solid; position:relative}
#Images_Detail a{display:table-cell !important; vertical-align:middle; text-align:center}
#wrap{ height:340px; display:table; table-layout:fixed}
.mousetrap{ width:100% !important; height:340px !important; float:left}
#Images_Detail a img{max-width:90%; max-height:332px; display:inline-block !important}
#Images_Detail  img{max-width:90%; max-height:90%; display:inline-block !important}

#Images_Thumbs{ width:100%; height:auto; float:left; margin:5px 0px}
#Images_Thumbs ul{text-align:center}
#Images_Thumbs li{width:62px; height:62px;  margin:3px;border: 1px #e5e5e5 solid; display:inline-block; table-layout:fixed; text-align:center}
#Images_Thumbs li:hover{ border:1px solid #cecece}
#Images_Thumbs li:first-child{margin-left:0px}
#Images_Thumbs li:last-child{margin-right:0px}
#Images_Thumbs li a{display:table-cell; vertical-align:middle; text-align: center}
#Images_Thumbs li img{ width:90%; height:45px; margin:6px 3px}
#Info_ProductDetail{    float:right;
    width: 53%; margin-right:5px;
 
    border-bottom: 1px #e5e5e5 solid; padding-bottom:10px
}
#Info1{ width:100%; height:auto;
float:left; margin:0px; border-bottom:1px #e5e5e5 solid; padding-bottom:5px}
#Info1 h1{font-size:15px; text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    margin:0px 5px 0px 0px;
    text-shadow: 0 1px 0px #eee;}
#Info1 h2{font-size:15px; text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    margin:0px 5px 0px 0px;
    text-shadow: 0 1px 0px #eee;}
 
#Info1  span{font-size:12px; color:#3e3e3e; margin:3px 0px; display:inline-block}
#Info1  span span{color:#ff4800}
#Info2{ margin-bottom: 5px;
    margin-top:15px;
 
 
    float: left;
    min-width: 50%;
    width: 95% }
#Info2 li{list-style: none;
    line-height: 16px;
    font-size: 13px; 
    overflow: hidden;
    margin-bottom: 3px;
    margin-top: 2px;
	width:48%; float:left; padding-right:5px}
 #Info2 li:before{    width: 12px;
    height: 12px;
    background:url(../iCon/short-description-icon.png);
    content: '';
    display: block;
    float: left;
    border-radius: 2px;
    margin-top: 1px;}
#Info2 li span
{   
 	display: block; margin:0px 7px 0px 20px
}
#Info3{ width:100%; height:auto; float:left; margin:0px 0px; font-size:13px}
#Info3 #LeftInfo3{ width:100%; height:auto; float:left; margin:0px}
#Info3 #LeftInfo3 .box_Prices{text-align:left}
#Info3 #LeftInfo3 .box_Prices span{display:inline-block; font-size:12px; color:#3e3e3e; font-style:italic}
#Info3 #LeftInfo3 .box_Prices span span{font-weight:bold; font-style:normal; font-size:17px }
 
#Info3  .Tietkiem{ font-size:13px; margin:3px 0px; color:#F00 !important}
#Info3  .Tietkiem span{font-weight:bold}
#Info3 .box_Price{ margin:4px 0px 5px 9px; width:auto !important; display:inline-block; float:none }
#Info3 #btnOrder{ width: 120px;
height: 35px;
background: #0063a4  url(../iCon/cart-new.png) no-repeat scroll 4px 10px;
padding-left: 30px;
color: #FFF; font-size:14px; border:none;
text-transform: uppercase; border:none;
margin-top: 5px;}
#Info3 .buy-now{ padding:10px 10px;
background: #0063a4  url(../iCon/cart-new.png) no-repeat scroll 4px 10px;
padding-left: 30px;
color: #FFF; font-size:14px; border:none;
text-transform: uppercase; border:none; display:inline-block;
margin-top: 5px}
#Info3 #btnOrder:hover{ background: #ff3c00  url(../iCon/cart-new.png) no-repeat scroll 4px 10px;}
#Info3 #RightInfo3{width:100%; float:left; margin:0px; background:#fff}
#Info3 #RightInfo3 a{font-size:13px; margin:5px 0px; width:33%; float:left; display:block;color:#3e3e3e;  line-height:28px }
#Info3 #RightInfo3 a.Huongdan span{background: url(../iCon/icon-support.png) no-repeat; 
    margin: 0px 5px 0px 0px;
    height: 28px; float:left; width:28px}
	#Info3 #RightInfo3 a.Doitra span{background: url(../iCon/icon-support.png) no-repeat; 
    margin: 0px 5px;
    height: 28px; float:left; width:28px;    background-position: 0 -29px;}
	#Info3 #RightInfo3 a.Baohanh span{background: url(../iCon/icon-support.png) no-repeat; 
    margin: 0px 5px;
    height: 28px; float:left; width:28px;    background-position: 0 -58px;}
	#Info3 #RightInfo3 a.Hotline span{background: url(../iCon/icon-support.png) no-repeat; 
    margin: 0px 5px;
    height: 28px; float:left; width:28px;background-position: 0 -87px;
}
#Box_Buy{ width:100%; height:auto; float:left; margin:0px}
#Box_Buy #Left_Boxbuy{ width:auto; float:left; margin:0px}
#Box_Buy #Right_Boxbuy{ width:auto; float:left; margin:0px}
#Box_Buy #Right_Boxbuy a{background:url(../iCon/hdmh.png) no-repeat left;
    padding-left: 50px;
    font: 12px;
    color: #333; line-height:42px; color:#3e3e3e}
#Box_coupon{ width:auto; height:auto; float:left; margin:8px 5px}
#Box_coupon span{    background-color: #fffa96;
    border: 1px dotted #ff6600;
    padding: 4px;
    font-weight: bold;
    margin: 10px 5px 0 0;} 
#Box_coupon  a{ color:#6aad00; line-height:25px; margin:0px 5px; display:inline-block; }
#SaleProduct{ 
    background: #f0e987;
    width: 100%; margin:7px 0px; float:left
}
.icon_SaleProduct{ 
    padding-top: 1px;
    background:url(../Icon/iconsale.png) no-repeat left top ;
    font-weight: bold;
    font-size: 1.1em;
    color: #ed1f29;
    text-transform: uppercase; display:block; padding:10px 5px 10px 40px}
#Content_SaleProduct{border: 1px dashed #3b718d;
    margin: 5px; padding:7px;
    color: #211f20; font-size:12px; line-height:20px; text-align:justify}
#Info5{ width:100%; height:auto; float:left; margin:2px 0px}
#Info5 a img{width:auto; height:auto; float:left; margin:0px; max-width:100%}
#Content_ProductDetail{ width:100%; height:auto; float:left; margin:10px 0px; font-size:13px; line-height:22px}
#Content_ProductDetail  h3{    font-size: 14px;
    font-weight: bold;
    color: #3a4851; padding-bottom:5px;
    border-bottom: 1px #e5e5e5 solid;text-transform: uppercase;
    margin-bottom: 12px;}
#Content_ProductDetail h2 {  text-transform: uppercase;  font-size: 14px;
    font-weight: bold;
    color: #3a4851; padding-bottom:5px;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 12px;}
#Content_ProductDetail h4 {  text-transform: uppercase;  font-size: 14px;
    font-weight: bold;
    color: #3a4851; padding-bottom:5px;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 12px;}
.Nvar_ProductDetail{ width:100%; height:auto; float:left; margin:0px; border-bottom:2px double #0063a4}
.Nvar_ProductDetail a{    background-color: #f4f4f4;
    color: #3e3e3e; line-height:30px; padding:0px 15px; display:inline-block}
.Nvar_ProductDetail a:hover{background:#0063a4; color:#FFF !important}
.Nvar_ProductDetail a.set{ background:#0063a4; color:#FFF}
#Content_ProductDetail #Gioithieu{ width:100%; height:auto; float:left; margin:10px 0px; font-size:13px; color:#000; text-align:justify}
#Content_ProductDetail #Gioithieu img{ max-width:98%; height:auto !important; margin:5px}
#Content_ProductDetail #Thongtin img{ max-width:98%; height:auto !important; margin:5px}
#Content_ProductDetail #Thongtin{ width:100%; height:auto; float:left; margin:10px 0px; font-size:13px; color:#000; text-align:justify}
#Content_ProductDetail #Thongtin h3{ font-size:15px; margin:0px 0px; color:#000; text-transform:uppercase; font-weight:normal; text-transform:uppercase; font-weight:bold}
#Content_ProductDetail #Thongtin table{ width:100%; height:auto; float:left; border-top:1px solid #f1efef; margin:0px 0px 15px 0px}
#Content_ProductDetail #Thongtin table tr:nth-child(2n){ background-color:#f5f5f5}
 
#Content_ProductDetail #Thongtin table tr td{ border-right:1px solid #f1efef;  font-size:13px ;
}
#Content_ProductDetail #Thongtin table tr td a{display:block; margin: 0px 0px}
#Content_ProductDetail #Thongtin table tr td:first-child{text-align:center;line-height:32px;text-indent:15px; }
#Content_ProductDetail #Thongtin table tr td:last-child{padding:0px 10px; line-height:18px;width:58%}
#Content_ProductDetail #Thongtin table tr:last-child{ border-bottom:1px solid #f1efef;width:38%}
#Content_ProductDetail  .buynow-button {
    width: 100%;
    float: left;
    margin-top: 30px;
    background-color: #fafafa;
    border-left: 7px #0063a4  solid;
}
.buynow-button-inner {
    margin: 20px;
}
#Content_ProductDetail h3 .name-product{    font-size: 14px;
    font-weight: bold;
    color: #3a4851;
    margin-bottom: 10px;}
	.buynow-button-inner .thumb {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
    border: 1px #e4e4e4 solid; overflow:hidden}
	.buynow-button-inner .thumb img{max-width:100%; max-height:80px}
	.buynow-button-inner .price {
    float: left;
    border-right: 1px #ededed solid;
    padding-right: 20px;
    font-family: arial;
    font-size: 14px;
    color: #3a4851;
    line-height: 38px;}
	.buynow-button-inner  .new-price{    font-size: 16px;
    color: #ff0000;
    font-weight: bold;}
	.buynow-button-inner .button {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
}
.buynow-button-inner .button .buy-now {
    background: #0063a4 url(../iCon/cart-new.png) no-repeat scroll 10px 12px;
    padding: 13px 40px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
	border:none
}
 #Comment .nVar_2{ width:95%; height:25px; float:left; margin:0px; background:url(../iCon/comments-icon.png) no-repeat left center scroll transparent; line-height:25px; text-indent:35px;color:#4b4b4b; text-transform:uppercase; font-family:CondensedBold; font-size:16px}
  #Sluion{ width:100%; height:auto; float:left; margin:10px 0px}
  #review{ width:100%; height:auto; float:left; margin:0px}
  #review .rv1{ color:#ff5b02; font-size:13px; margin:5px; display:block}
#review .rv2{ color:#0a9aff; font-size:12px; margin:2px 5px; display:block; font-style:italic}
#ConmentFacebook{ width:100%; height:auto; float:left; margin:5px 0px}
 
.Tear_2{ width:95%; height:266px; border:1px solid #f1efef ; margin:5px auto; position:relative}
.Tear_2:hover{border:1px solid #ff6600}
.Tear_2 .img{width:100%; height:174px; float:left; margin:0px 0px 5px 0px; display:table; table-layout:fixed}
.Tear_2 .img a{text-align:center; display:table-cell; vertical-align:middle}
.Tear_2 .img a img{max-width:90%; max-height:270px}
.Tear_2 .Name{   color: #505050;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal; display:block; margin:5px}
.Tear_2 h4{font-weight:normal; margin:0px; font-size:12px}
.Tear_2 .Price{font-size: 12px;
    font-weight: normal;
    color: #303030;
    text-decoration: line-through;; display:block; margin:2px 5px}
.Tear_2 .PriceSale{    font-size: 16px;
    color: #ff6600;
    font-weight: bold; margin:2px 5px; display:block}
#Product #ListProduct #nVar{ width:100%; height:auto; float:left; margin:0px 0px 10px 0px; color:#3e3e3e; text-transform:uppercase; line-height:25px; clear:both; padding-top:7px; font-size:13px; font-weight:bold; text-indent:10px; border-bottom:1px solid #f1efef  }
.Tear_2 .Box_Sale{ width:40px; height:40px; right:5px; top:5px; background:url(../iCon/icon-sale-price-1.png) no-repeat; background-size:100%; position:absolute; color:#FFF; font-size:14px; text-align:center; line-height:40px}

table.Ferroli{ width:100% !important; height:auto; border:none}
table.Ferroli tr { border:none}
table.Ferroli tr td{ height:auto; float:left; border:none; max-width:61%}
table.Ferroli tr td:last-child{ float:right}
table.Ferroli tr td  img{max-width:310px!important}
table.Ferroli tr td h3{font-size: 20px;
  color: #ff8111;
  text-transform:uppercase; font-weight:normal; margin:2px}
table.Ariston{ width:100% !important; height:auto; border:none; background:#f1f1f0; border:2px dashed #e4e4e4 }
table.Ariston tr { border:none}
table.Ariston tr td{  width:100%;height:auto; float:left; border:none ; padding:5px 0px;color:#3e3e3e; font-size:12px}
table.Ariston tr td img{margin:5px 10px 10px 0px !important; float:left;}
#spcungia{width:100%; height:auto; float:left; margin:10px 0px; background:#fafafa; padding-bottom:10px}
#spcungia .Namecungia{color:#F00; font-weight:bold; font-size:14px; margin:5px 5px; display:block}
.Content_spcunggia{width:100%; height:auto; float:left; margin:0px;   border-top:1px #e5e5e5 solid; border-radius:5px }
.Tear_cg{width:32%; height:auto; margin:5px; border-right:1px #e5e5e5 solid; float:left}
.Tear_cg:last-child{border:none}
.Tear_cg .name_cg{ color:#3e3e3e; font-size:12px; margin:0px 2px 7px 5px; display:block; font-weight:bold}
.Tear_cg img{ height:70px; width:auto; float:left; margin:0px 15px 0px 5px; float:left}
.Tear_cg .Price{color:#3e3e3e;   display:block; margin:10px 5px 3px 10px}
.Tear_cg .Price span{color:#F00;   font-size:16px}
.Tear_cg .PriceSale{margin:2px 5px 2px 10px; display:block; font-size:12px; color:#3e3e3e}
.Tag{    width: 100%;
    height: auto;
    min-height: 20px;
    padding: 3px 0px;
    display: inline-block;
    line-height: 20px;}
.Tag span {
    background-color: #222222;
    padding: 5px 9px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 10px;
    float: left;
    margin: 3px; float:left
}
.Tag h2{float:left;font-weight:normal; margin:0px; border:none !important  ;  margin-bottom: 0px !important;}
.Tag a {
    display: block;
    float: left;
    border: 1px solid #ededed;
    margin-left: 4px;
    line-height: 10px;
    color: #4e4e4e !important;
    padding: 5px 8px;
    margin: 2px;
    font-size: 11px;
    display: inline-block;
}

/*ListProduct*/
#Left_ListProduct{ width:17%; height:auto; float:left; margin:0px}
.Tear_mn{ width:100%; height:auto; float:left; border:1px solid #ebeaea; margin:0px 0px 10px 0px}
.Tear_mn .Name{ color:#00519a; font-weight:bold; text-transform:uppercase; font-size:14px; margin:13px 5px 8px 5px; text-align:center; display:block; position:relative; clear:both}
.Tear_mn .Name2{ color:#00519a;  font-size:14px; margin:13px 5px 8px 5px; text-align:center; display:block; position:relative; clear:both }
.Tear_mn .Name3{ color:#00519a;  font-size:14px; margin:13px 5px 8px 5px; text-align:center; display:block; position:relative; clear:both; font-weight:bold}
 .linemn{width:90%; height:1px; background: #ebeaea; text-align:center; display:block; margin:7px auto}
 .Tear_mn ul.ul1{ width:100%; height:auto; float:left; margin:5px 0px}
  .Tear_mn ul li.li1{ width:100%; position:relative; float:left}
.Tear_mn ul li.li1 a{font-size:13px; color:#004b8f; margin:3px 8px 3px 15px; display:block; font-weight:bold; position:relative}
.Tear_mn ul li.li1 a.Name1{ padding-left:12px}
.Tear_mn ul li.li1 a.red{color:#F00 !important}
.Tear_mn ul li.li1 a.Name1:before{width:7px; height:7px; background:url(../ICon/icon_List.png) no-repeat; left:0px; top:5px; position:absolute; content:""}
.Tear_mn ul li.li1 ul{margin:0px 0px 0px 7px; width:auto; float:left}
.Tear_mn ul li.li1 ul li{ background:none}
.Tear_mn ul li.li1 ul li a{ padding-left:10px; margin:5px; color:#5e5e5e; font-size:13px; font-weight:normal}
.Tear_mn ul li.li1 a span{width:3px; height:3px; background:#6d6c6c; border-radius:50%; display:inline-block; margin-top:-5px; margin-right:5px  }
.Content_Hangsanxuat{ width:100%; height:auto; margin:5px 0px 0px 0px; float:left; clear:both}
.Content_Hangsanxuat a{width:42%; margin:4px 6px; color:#3e3e3e; display:inline-block; float:left}
.Content_loc{ width:100%; height:auto; float:left; margin:0px 5px 0px 0px}
 .Content_loc a{background:url(../iCon/pa-radio.png) no-repeat scroll 7px -43px transparent;
    display: block;
    padding: 0 0 0 32px;
    font: 13px/21px Arial;
    color: #333333;
    float: left;
    width: 33%;
 }
  .Content_loc1 a{background:url(../iCon/pa-radio.png) no-repeat scroll 7px -43px transparent;
    display: block;
    padding: 0 0 0 32px;
    font: 13px/21px Arial;
    color: #333333;
    float: left;
    width: 82%;
 }
 .Content_Hangsanxuat .active{color: #ff0000;}
.Content_loc1 .active, .Content_loc1 a:hover{ background-position: 7px 1px;
    color: #ff0000;}
 .Content_loc .active, .Content_loc a:hover{ background-position: 7px 1px;
    color: #ff0000;}
.mn1{background:#f7f7f7}
#Right_ListProduct{ width:82%; height:auto; float:right; margin:0px}
.nVar_Name{ width:100%; height:auto; border-bottom:1px solid #ebeaea; float:left} 
.nVar_Name h1{ font-size:16px; color:#00519a; margin:10px 0px 5px 0px ; text-transform:uppercase;   position:relative; padding:2px 0px}
.nVar_Name h2{ font-size:16px; color:#00519a; margin:10px 0px 5px 0px ; text-transform:uppercase;   position:relative; padding:2px 0px}
.nVar_Name span{ font-size:16px; color:#00519a; margin:10px 0px 5px 0px ; text-transform:uppercase;   position:relative; padding:2px 0px; display:block; font-weight:bold}
#SlideInPoduct{width:100%; height:250px; float:left; margin:5px 0px}
#SlideInPoduct img{height:250px}
#Right_ListProduct .Tear_1{width:227px}

.setimg{opacity:1; border:1px solid #3e3e3e}
#Images_Thumbs a img{width:60px; height:60px; border:1px solid #d1d1d1; padding:5px;  display:inline-block; margin:5px; opacity:0.7}
#ListProduct .Tear_1{width:99%; margin:2px 0.5%}
#Headshort{width:100%; height:auto; float:left; text-align:justify;margin:8px 0px; font-size:12px; color:#7c7c7c; padding:5px 0px; border-top:1px solid #e5e5e5 }
.camket{background-color: #105caa;
    border: 1px solid #ebebeb; width:100%; height:auto; float:left; margin:10px 0px}
.Tear_camket{    width: 33.33333333%; height:auto; float:left; margin:0px; position:relative}
.Tear_camket:after{content: '/';
    color: #fff;
    font-size: 53px;
    position: absolute;
    Right: 0;
    top: -10px; font-family: 'Roboto', Arial, Helvetica, sans-serif;    font-weight: 100 !important;

}
 #Info3 #LeftInfo3 .box_PriceSale{ text-align:left !important}
.box_PriceSale small{ font-size:0px}
.box_PriceSale small span{ 
    display: inline-block;
}
.box_PriceSale small .Number_0{    background:url(../ICon/icon-price.png) no-repeat scroll -30px -96px;
    height: 34px;
    width: 21px;}
.box_PriceSale small .Number_1{background:url(../ICon/icon-price.png) no-repeat scroll -58px -96px;height:34px;width:19px}
.box_PriceSale small .Number_2{background:url(../ICon/icon-price.png) no-repeat scroll -83px -96px;height:34px;width:22px}
.box_PriceSale small .Number_3{background:url(../ICon/icon-price.png) no-repeat scroll -112px -96px;height:34px;width:22px}
.box_PriceSale small .Number_4{background:url(../ICon/icon-price.png) no-repeat scroll -142px -96px;height:34px;width:22px}
.box_PriceSale small .Number_5{background:url(../ICon/icon-price.png) no-repeat scroll -172px -96px;height:34px;width:22px}
.box_PriceSale small .Number_6{background:url(../ICon/icon-price.png) no-repeat scroll -202px -96px;height:34px;width:22px}
.box_PriceSale small .Number_7{background:url(../ICon/icon-price.png) no-repeat scroll -232px -96px;height:34px;width:20px}
.box_PriceSale small .Number_8{background:url(../ICon/icon-price.png) no-repeat scroll -258px -96px;height:34px;width:21px}
.box_PriceSale small .Number_9{background:url(../ICon/icon-price.png) no-repeat scroll -288px -96px;height:34px;width:22px}
.box_PriceSale small .Number_dot {
    background: url(../ICon/icon-price.png) no-repeat scroll -317px -119px;
    height: 10px;
    width: 10px;
}
.box_Price{width:100%; height:auto; float:left; margin:0px 0px 5px 0px; text-align:center}
.box_Price small{ font-size:0px}
.box_Price small span{ 
    display: inline-block;
}
.Numberdot-small{background:url(https://lib.trananh.com.vn/img/icon-price.png) no-repeat scroll -773px -39px;height:7px;width:2px}
.Number0-small{background:url(../ICon/icon-price.png) no-repeat scroll -633px -30px;height:16px;width:9px}
.Number1-small{background:url(../ICon/icon-price.png) no-repeat scroll -647px -30px;height:16px;width:7px}
.Number2-small{background:url(../ICon/icon-price.png) no-repeat scroll -659px -30px;height:16px;width:9px}
.Number3-small{background:url(../ICon/icon-price.png) no-repeat scroll -673px -30px;height:16px;width:9px}
.Number4-small{background:url(../ICon/icon-price.png) no-repeat scroll -687px -30px;height:16px;width:10px}
.Number5-small{background:url(../ICon/icon-price.png) no-repeat scroll -701px -30px;height:16px;width:10px}
.Number6-small{background:url(../ICon/icon-price.png) no-repeat scroll -716px -30px;height:16px;width:9px}
.Number7-small{background:url(../ICon/icon-price.png) no-repeat scroll -730px -30px;height:16px;width:9px}
.Number8-small{background:url(../ICon/icon-price.png) no-repeat scroll -743px -30px;height:16px;width:9px}
.Number9-small{background:url(../ICon/icon-price.png) no-repeat scroll -758px -30px;height:16px;width:9px}
.gny{background:url(../ICon/icon-price.png) no-repeat scroll -497px -29px;height:17px;width:78px}

.box_PriceSale .kmp{    background: url(../ICon/icon-price.png) no-repeat scroll -338px -95px;
    height: 34px;
    width: 43px; display:inline-block}
	
#descriptionCate{width:100%; height:auto; float:left; margin:10px 0px}
#descriptionCate h1{ font-size:26px;     width: 22%;
    padding-left: 3%;
    float: left;
    text-align: right; font-weight: 400;
    font-style: normal;    text-rendering: optimizeLegibility;
    text-transform: uppercase;    font-family: "Open Sans",sans-serif!important;    margin: 4px 7px 4px 2px;
}
#descriptionCate #des{    width: 76.5%;
    float: right;
    padding: 0 3% 0 1.5%;
    border-left: 3px solid #e6e6e6;    font-family: "Open Sans",sans-serif!important;
    font-size: 14px;color: #636363;
    line-height: 1.5; text-align:justify}
@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 768px) 
{ 
	#banner{width:100%}
	#logo{width:30%}
	.noteSupport{display:none}
	#support{width:60%; float:right}
	#contentMenu{width:100%}
	#contentMenu .ul1 .li1 a{ font-size:14px;     padding: 12px 14px;
	
}.tear1 .boxPrice .orders a{font-size:12px}
#main{width:100%}
#contentMenu .ul1 .td{display:none}
#contentMenu .ul1 .lh{display:none}
#boxSearch{width:100%; margin:0px}
#topBoxSearch span{font-size:17px}
#topBoxSearch h2{font-size:25px; margin-top:15px}
#contentSearch input{width:87%}
#Transport h4{margin:15px 5px}
#Transport .dh{display:none}
#Transport .Tear_Tran{width:50%}
#Transport .gh:after{ background:none}
.tear1{width:32.1%}
#tuVan #mainTuVan{width:100%}
#mainRegister{width:100%}
#mainFooter{width:100%}
#infoFooter{width:100%}
#mainFooter .name{text-align:center}
#supportFooter{width:48%; margin:15px 1%}
#payFooter{width:48%; margin:15px 1%}
#listInfo #contentListInfo{width:100%}
#listInfo #contentListInfo .tearInfo{width:48%; margin:5px 1%}
#contentFooterbottom{width:100%}
#logoFooter{width:35%}
#centerFooter{width:65%}
#rightFooter{width:100%; text-align:center}
#rightFooter img{float:none}
#Support_Footer{display:none}
#footerbottom{padding-bottom:5px}
 }
 @media screen and (max-width: 480px) 
{ 
	#logo{width:100%; text-align:center}
	#logo img{float:none}
	#support{width:100%}
	.hotline{  width:140px; clear:both; margin:0px 5px; display:block }
	.hotline_one{ margin:0px 5px; display:block }
	.order{display:none}
	#menu{display:none}
	#topBoxSearch{background:none}
#topBoxSearch h2{font-size:18px }
#menuMobile{display:block}
#contentSearch input{width:65%; font-size:13px}
#Transport h4{margin:5px}
#Transport .tt{width:100%; margin:0px 0px 5px 0px;    background: url(../ICon/people-pay.png) no-repeat 10px center scroll #f8f8f8;}
#Transport .Tear_Tran:after{background:none}
#Transport .Tear_Tran .tr1{margin-left:28%}
#Transport .Tear_Tran .tr2{margin-left:28%; font-size:13px}
#Transport .gh {
    background: url(../Icon/sua.jpg) no-repeat 10px center scroll #f8f8f8;width:100%;margin:0px 0px 5px 0px; 
}
#Transport .Tear_Tran .tr1{margin-left:28%}
#Transport .Tear_Tran .tr2{margin-left:28%; font-size:13px}
.product .nvarProduct .leftNvarProduct{width:100%}
.product .nvarProduct .rightNvarProduct{display:none}
.tear1{width:48%; height:275px; margin:2px}
.tear1 .info{display:none}
.tear1 .img{height:120px}
 
.tear1 .boxPrice .price{width:100%; text-align:center}
.tear1 .boxPrice .orders{width:100%; text-align:center;line-height:20px; display:none}
.tear1:hover .compare{display:none}
.tear1 .box .boxLogo{display:none}
#mainRegister #boxRegister{width:96%; margin:auto 2%}
#mainRegister #boxRegister input{width:66%; font-size:12px !important}
#supportFooter{display:none}
#payFooter{display:none}
.social ul li:first-child{width:100%; margin-bottom:6px}
#listInfo{display:none}
#logoFooter{width:100%; text-align:center}
#logoFooter img{float:none}
#centerFooter{width:100%; text-align:center}
}
@charset "utf-8";
/* CSS Document */

#News{ width:100%; height:auto; float:left; background:#FFF; padding:10px 0px}
#LeftNews{ width:17%; height:auto; float:left; margin:0px 5px}
.Tear_Cate{ width:100%; height:auto; float:left; margin:0px 0px 10px 0px}
.Tear_Cate .nVar_Tear_Cate{ width:100%; height:auto; float:left; margin:0px; background:#0063a4}
.Tear_Cate .nVar_Tear_Cate span{padding:10px 10px 10px 27px; font-size:14px; color:#FFF; display:block; position:relative}
.Tear_Cate .nVar_Tear_Cate span:before{content:""; background:url(../ICon/arrow.png) no-repeat left center scroll transparent; width:17px; height:17px; position:absolute; left:5px; top:9px}
.Tear_Cate .Content_Tear_Cate{ width:100%; height:auto; background:#fafafa; float:left}
.Tear_Cate .Content_Tear_Cate ul{width:100%; height:auto; float:left; margin:15px 0px}
.Tear_Cate .Content_Tear_Cate ul li{width:100%; float:left; border-bottom:1px #e5e5e5 dashed}
.Tear_Cate .Content_Tear_Cate ul li a{padding:7px; color:#3e3e3e; display:block;    -webkit-transition: padding-left .2s linear; font-weight:bold}
.Tear_Cate .Content_Tear_Cate ul li:hover a{ padding-left:5px}
.Tear_Cate .Content_Tear_Cate ul li:last-child{border:none}
.Tear_Cate .Content_Tear_Cate1{ width:100%; height:auto;  float:left;background:#fafafa;}
.Tear_Cate .Content_Tear_Cate1 ul{width:100%; height:auto; float:left; margin:15px 0px}
.Tear_Cate .Content_Tear_Cate1 ul li{width:100%; float:left }
.Tear_Cate .Content_Tear_Cate1 ul li a{padding:6px 7px; color:#3e3e3e; display:block;    -webkit-transition: padding-left .2s linear;}

#RightNews{ width:81%; float:left; margin:0px 0px 0px 1%}
.Tear_Cate .Content_Tear_Cate1 ul li:hover a{ padding-left:5px}
.Tear_Cate .Content_Tear_Cate1 ul li:last-child{border:none}
.Root{ width:100%; height:auto; float:left; background:#f9f9f9; margin:0px}
.Root a{color:#3e3e3e; font-size:12px; display:inline-block; line-height:34px; margin: auto 5px}
.Root i{background: url(../iCon/beacon_sprite.png) no-repeat 0 -686px;
    font-size: 0;
    margin: 0px 2px;
    padding: 12px 2px;}
.nVar_News{ width:100%; height:auto; float:left; margin:0px; border-bottom:1px solid #e5e5e5}
.Tear_News:last-child{border:none}
.nVar_News h1{font-weight:normal; margin:5px; text-transform:uppercase; font-size:16px; font-weight:bold; color:#0063a4}
.nVar_News span{background:url(../iCon/news.png);display:inline-block; width:25px; height:25px; float:left; margin-right:10px; background-size:100%} 
 .Tear_News{ width:100%; height:auto; float:left; margin:0px; padding:7px 0px; border-bottom:1px #e5e5e5 dashed}
 .Tear_News:nth-child(2n){ background-color:#fcfbfb}
.Tear_News img{ width:80px; height:auto; float:left; margin:0px 10px 5px 0px}
.Tear_News a.Name{font-size:14px; color:#0063a4; margin:5px; display:block; font-weight:bold}
.Tear_News .date .iCon{ width: 13px;
    height: 11px;
    background: url(../iCon/icon_calendar.png) no-repeat;
    display:inline-block;
    margin-right: 7px;}
.Tear_News .date{color: #989898;
    padding: 5px 0px;
    padding-right: 15px;
    vertical-align: baseline;
    font-size: 10px; display:block}
.Tear_News  .des{font-size:12px; color:#3e3e3e; margin:5px; display:block}

#RightNews .Cate {
    color: #989898;
    padding: 5px 0px;
    padding-right: 15px;
    vertical-align: baseline; margin-left:5px
}
#RightNews  .Cate span {
    width: 14px;
    height: 11px;
    background: url(../iCon/folder-icon.png) no-repeat;
    display: inline-block;
    margin-right: 7px;
    opacity: 0.5;}
#RightNews .Cata {
    color: #989898;
    padding: 5px 0px;
    padding-right: 15px;
    vertical-align: baseline;}
#RightNews .Cata span {
    width: 13px;
    height: 11px;
    background: url(../iCon/icon_calendar.png) no-repeat;
    display: inline-block;
    margin-right: 7px;}
#RightNews .Account {
    color: #989898;
    padding: 5px 0px;
    padding-right: 15px;
    vertical-align: baseline;
}
#RightNews  .Account span {
    width: 14px;
    height: 11px;
    background: url(../iCon/account.png) no-repeat;
    display: inline-block;
    margin-right: 7px;
    opacity: 0.6;
    margin-top: 2px;
}
.nVar_NewsDetail{ width:100%; height:auto; margin:0px; border-bottom:1px solid #e5e5e5}
.nVar_NewsDetail h1{font-weight:normal; margin:0px 0px 0px 5px; text-transform:uppercase; font-size:16px;  color:#004b8f; font-weight:bold}
.nVar_NewsDetail .toolbar{ width:100%; height:auto;  margin:1px 0px 7px 0px; clear:both}
.NewsDetail{width:100%; height:auto; float:left; margin:10px 0px; font-size:13px; line-height:20px; text-align:justify}
.NewsDetail .Des_Detail{  height:auto; float:left; margin:0px; text-indent:15px; font-weight:bold; padding:5px}
.NewsDetail .Content_Detail{ clear:both; height:auto; padding:5px; font-size:13px}  
.NewsDetail .Content_Detail img{max-width:100%; height:auto !important}
.Tintuclienquan{width:100%; height:auto; float:left; margin:10px 0px; 0px; border-top:1px solid #e5e5e5; padding-top:5px }
.Tintuclienquan .Name{font-size:14px; font-weight:bold; display:block; margin:5px}
.Tintuclienquan .Content_Tintuclienquan{width:100%; height:auto; float:left; margin:5px 0px}
.Tintuclienquan .Content_Tintuclienquan ul{width:100%; height:auto; float:left; margin:0px}
.Tintuclienquan .Content_Tintuclienquan ul li a{font-size:12px; color:#3e3e3; margin:5px; display:block;     background:url(../iCon/icon-list.jpg) left center no-repeat;
    padding-left: 20px; color:#3e3e3e}
 .Lienquan{ width:auto; clear:both; height:auto; margin:5px 0px; padding:5px 5px; line-height:normal; background:#fafafa}
 .Lienquan a{font-size:12px; font-style:italic; color:#3e3e3e; margin:3px; display:block}
 
@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) 
{
	#LeftNews{ display:none}
	#RightNews{ width:98%; height:auto; margin:5px auto; float:none}
	}
@media screen and (max-width: 480px) 
{}
@charset "utf-8";
/* CSS Document */

body { 
    font: 12px arial;
    margin: 0;
    padding: 0;
	background:#fff !important 
	 
	}
ul,li{ padding:0px; margin:0px; outline:0px; vertical-align:baseline; border:0px}

ul,li{ list-style:none}
a{text-decoration:none}
a:hover{color:#fa8e00 !important;text-decoration:none !important} 
img { border:none}
.Clear{ clear:both}
#OrderPopup{ width:700px; height:auto; float:left; margin:10px; position:relative; background:#FFF; padding:5px; border-radius:4px}
#OrderPopup table{width:100%;     padding:5px; color:#3e3e3e; vertical-align:top}
#OrderPopup table tr{  border-bottom:1px dashed #eaeaea ;vertical-align: top }
#OrderPopup table tr .Name{width:50%}
#OrderPopup table tr .Name img{width:60px; height:60px; padding:5px; float:left; margin-right:10px}
#OrderPopup table tr .Namepd { margin:10px 5px 5px 5px; color:#3e3e3e; font-weight:bold; display:block; text-decoration:none; font-size:12px}
#OrderPopup table tr .Delete{ font-size:13px; color:#F00; margin:3px 5px; display:block}
#OrderPopup table tr .Price{font-size:12px; text-align:center; width:22%}
#OrderPopup table tr .Price span{   display:block; margin-top:7px}
#OrderPopup table tr .PriceSale{width:22%; text-align:center}
#OrderPopup table tr .PriceSale span{ font-weight:bold;   margin-top:7px; display:block}

#OrderPopup table tr .Ord{width:6%}
#OrderPopup table tr .Ord input{ width:80%; height:22px; text-align:center; margin-top:3px; border:1px solid #dfdfdf}
#OrderPopup table tr.top{ font-weight:bold; font-size:13px; color:#ff3c00; height:30px; vertical-align:middle}
  
#OrderPopup table tr.top .Name{text-align:center}
#OrderPopup .Sum{ width:100%; height:auto; float:left; margin:7px 0px}
#OrderPopup .Sum .LeftSUM{ width:40%; height:auto; float:left; margin:0px}
#OrderPopup .Sum .LeftSUM span{font-weight:bold; color:#3e3e3; margin:5px; display:inline-block}
#OrderPopup .Sum .LeftSUM span span{color:#F00}
#OrderPopup .Sum .RightSUM{ width:60%; height:auto; float:left; margin:0px; text-align:right}
#OrderPopup .Sum .RightSUM .Sum1{ margin:5px; display:block; font-size:14px}
#OrderPopup .Sum .RightSUM .Sum2{ margin:5px; display:block; font-size:15px; font-weight:bold}
.OrderNows{ width:100%; height:auto; float:left; margin: 0px 0px 10px 0px}
.OrderNows .nexorder{ width:auto; height:40px; float:left; background:url(../iCon/continue-shopping.png) no-repeat left center scroll transparent; padding-left:55px; color:#72b656; line-height:40px; font-weight:bold; font-size:15px}
.OrderNows .noworder{ width:auto; float:right; padding:10px 10px; background:#ec7115; color:#FFF; font-size:15px; margin-right:5px}
.close_popup {
    position: absolute;
    top: -15px;
    right: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background:url(../iCon/icon_close.png);
    z-index: 2;
}
#Content_OrderPopup{ width:100%; height:270px; overflow:auto; float:left;    border: 1px solid #eaeaea;
}




/*Oeer*/
#Order{ width:100%; height:auto; float:left; margin:10px 0px; background:#FFF; padding:10px}
#ListInfoOrder{ width:47%; height:auto; float:left; margin:0px; float:left;border: 1px solid #ddd; border-radius:2px}
.nVar_Order{ background:#f8f8f8; width:100%; height:35px; float:left; border-bottom: 1px solid #ddd}
.nVar_Order span{    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    display: inline-block;
    line-height: 35px;
    vertical-align: bottom; font-weight:normal}
.Content_List{width:100%; height:auto; float:left; margin:20px 0px 0px 0px}
.RowOrd{ width:100%; height:auto; float:left; margin:5px 0px}
.RowOrd1{ width:100%; height:60px; float:left; margin:5px 0px}
.Left_RowOrd{ width:20%; height:100%; float:left; margin:0px; text-align:right}
.Left_RowOrd span{ font-size:12px; line-height:30px; margin-right:10px}
.Right_RowOrd{ width:80%; height:100%; float:left; margin:0px}
.Right_RowOrd input{border: 1px solid #ddd; font-size:12px;
    background-color: #FDFDFD;
    height: 26px;
    color: #666;
    outline: none;
    text-indent: 10px;
    border-radius: 2px; float:left}
.Right_RowOrd .txtName{ 
	width:92%}
.Right_RowOrd  .txtMobile{width:45%; margin:0px 10px 0px 0px}
.Right_RowOrd .txtEmail{ 
	width:92%}
.txtAddress{border: 1px solid #ddd; font-size:12px;
    background-color: #FDFDFD;
    height: 50px;
    color: #666;
    outline: none;
    text-indent: 10px;
    border-radius: 2px; float:left; width:92%}
.txtContent{border: 1px solid #ddd; font-size:12px;
    background-color: #FDFDFD;
    height: 26px;
    color: #666;
    outline: none;
    text-indent: 10px;
    border-radius: 2px; float:left; width:91%; height:50px}
.VAT{ width:100%; height:auto; float:left; margin:20px 0px 0px 0px}
.VAT .row_Vat{ width:100%; height:20px; float:left; margin:0px }
.VAT .row_Vat input{float:left; margin:0px 10px 0px 30px !important}
.VAT .row_Vat span{line-height:14px; display:inline-block}
.VAT .row_Vat span span{color:#F00}
.txtMST{ width:56%}
.ContentVAT{width:100%; height:auto; float:left; margin:5px 0px; display:none}
.ContentVAT .Note{ color:#F00;  margin:10px 5px; text-align:center; display:block}
.Nhanhang{ width:100%; height:auto; float:left; margin:10px 0px 20px 0px}
 .row_nhanhang  input{float:left; margin:0px 10px 0px 30px !important}
.row_nhanhang  span{line-height:14px; display:block}
.Content_Nhanhang{width:100%; height:auto; float:left; margin:5px 0px; display:none}
.Thanhtoan{ width:100%; height:auto; float:left; margin:10px 0px 10px 0px}
.row_thanhtoan{ width:46%; height:auto; float:left; margin:5px}
.row_thanhtoan input{float:left; margin:0px 10px 0px 30px !important}
.row_thanhtoan span{line-height:14px; display:block}
.Vanchuyen{ width:100%; height:auto; float:left; margin:10px 0px 10px 0px}
.row_Vanchuyen{ width:46%; height:auto; float:left; margin:5px}
.row_Vanchuyen input{float:left; margin:0px 10px 0px 30px !important}
.row_Vanchuyen span{line-height:14px; display:block}
  .btnorder{ border:none;width: 180px;
    height: 35px;
    background: #0063a4 url(../iCon/cart-new.png) no-repeat scroll 4px 10px;
    padding-left: 30px;
    color: #FFF;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
    border: none;  margin:10px auto; display:block
}
.timhieu{font-size:12px; color:#6aad00; margin:10px 10px 5px 0px; display:block; clear:both; text-align:center }

#ListOrder{ width:50%; height:auto; float:right; margin:0px;border: 1px solid #ddd; border-radius:2px}

 
#ListOrder table{width:100%;    padding:5px; color:#3e3e3e; vertical-align:top}
#ListOrder table tr{  border-bottom:1px dashed #eaeaea ;vertical-align: top }
#ListOrder table tr .Name{width:50%}
#ListOrder table tr .Name img{width:60px; height:60px; padding:5px; float:left; margin-right:10px}
#ListOrder table tr .Namepd { margin:10px 5px 5px 5px; color:#3e3e3e; font-weight:bold; display:block; text-decoration:none; font-size:12px}
#ListOrder table tr .Delete{ font-size:13px; color:#F00; margin:3px 5px; display:block}
#ListOrder table tr .Price{font-size:12px; text-align:center; width:22%}
#ListOrder table tr .Price span{   display:block; margin-top:7px}
#ListOrder table tr .PriceSale{width:22%; text-align:center}
#ListOrder table tr .PriceSale span{ font-weight:bold;   margin-top:7px; display:block}

#ListOrder table tr .Ord{width:6%}
#ListOrder table tr .Ord input{ width:80%; height:22px; text-align:center; margin-top:3px; border:1px solid #dfdfdf}
#ListOrder table tr.top{ font-weight:bold; font-size:13px; color:#3e3e3e; height:30px; vertical-align:middle}
  
#ListOrder table tr.top .Name{text-align:center}
#ListOrder .Sum{ width:100%; height:auto; float:left; margin:7px 0px}
#ListOrder .Sum .LeftSUM{ width:40%; height:auto; float:left; margin:0px}
#ListOrder .Sum .LeftSUM span{font-weight:bold; color:#3e3e3; margin:5px; display:inline-block}
#ListOrder .Sum .LeftSUM span span{color:#F00}
#ListOrder .Sum .RightSUM{ width:60%; height:auto; float:left; margin:0px; text-align:right}
#ListOrder .Sum .RightSUM .Sum1{ margin:5px; display:block; font-size:14px}
#ListOrder .Sum .RightSUM .Sum2{ margin:5px; display:block; font-size:15px; font-weight:bold}
.OrderNows{ width:100%; height:auto; float:left; margin: 0px 0px 10px 0px}
.OrderNows .nexorder{ width:auto; height:40px; float:left; background:url(../iCon/continue-shopping.png) no-repeat left center scroll transparent; padding-left:55px; color:#72b656; line-height:40px; font-weight:bold; font-size:15px}
.OrderNows .noworder{ width:auto; float:right; padding:10px 10px; background:#ec7115; color:#FFF; font-size:15px; margin-right:5px}
.ttck{    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px auto;
    background: rgb(251, 251, 251); width:98%; clear:both; display:none
}
.Tear_ttck{ width:100%; height:auto; float:left; margin:5px 0px; border-bottom:1px dashed #ddd; clear:both; padding-bottom:5px}
.Tear_ttck:last-child{border:none}
.Left_Tear_ttck{ width:20%; height:auto; float:left; margin:0px 3% 0px 0px}
.Left_Tear_ttck img{width:auto; height:auto; max-width:100%; max-height:80px; margin:5px 5px; display:block}
.Right_Tear_ttck{ width:77%; height:auto; float:left; margin:0px 0px 0px 0px}
.row_ttck{ width:100%; height:auto; float:left; margin:4px 0px; font-size:12px; font-weight:bold; clear:both}
.row_ttck1{width:100%; height: auto; float:left; margin:3px 0px;}
.row_ttck1 .sp1{ width:20%; display:inline-block; text-align:left}
.tttt{    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px auto;
    background: rgb(251, 251, 251); width:98%; clear:both ; display:none
}
.tttn{ text-align:center; color:#f00; margin:5px; text-align:center; padding:10px 0px}
.ttvs{    text-align: center;
    color: #f00;
    margin: 5px;
    text-align: center;
    padding: 10px 0px; display:none}
@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) 
{
	#ListInfoOrder{ width:100%; margin:0px}
	#ListOrder{ width:100%; margin:5px 0px}
}
@media screen and (max-width: 480px) 
{
.Left_RowOrd{width:30%}	
.VAT .row_Vat{ height:auto}
.Right_RowOrd{ width:70%}
.VAT .row_Vat span{ margin:0px 5px ; text-align:center }
.VAT .row_Vat input{ float:none; margin:5px auto; display:block}
.row_nhanhang span{ margin:0px 5px ; text-align:center }
.row_nhanhang input{ float:none; margin:5px auto; display:block}
.row_thanhtoan{ width:90%}
.row_Vanchuyen{ width:90%}
#ListOrder table tr .Name img{ width:40px; height:40px}
.btnorder{float:none !important; margin:5px auto}
#ListOrder table tr .Namepd{font-weight:normal}
.Right_RowOrd .txtMobile{margin-right:3px}
}
#lean_overlay {
	position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#popup, .popup {
  top:100px !important;
    width: auto;
 	padding-bottom: 2px;
	display:none;
     border-radius: 5px; -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    margin-left:-360px !important;
 
}

#popup-header, .popup-header { 
	background: url(../img/hd-bg.png); 
	padding: 18px 18px 14px 18px; 
	border-bottom: 1px solid #CCC; 
	border-top-left-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px; 
}

#popup-header  h2, .popup-header  h2 { color: #444; text-align:center; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#popup-header  p, .popup-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }
.info_popup { text-align:center; margin:20px; }      
 
@charset "utf-8";
/* CSS Document */

#Contact{ width:100%; height:auto; margin:10px auto; float:left}

#Left_Contact{ width:50%; height:auto; float:left; margin:0px}
#Content_LeftContact{ width:100%; height:auto; float:left; margin:10px 0px 0px 0px;border:1px solid #e2e2e2; border-radius:5px}
#Left_Contact .Logo{ width:auto; height:auto; margin:2px auto; display:block; padding-top:20px}
#Left_Contact h2{ font-size:15px; color:#000; text-transform:uppercase; margin:10px auto; text-align:center}
#Left_Contact p{ font-size:12px; margin:7px 10px}
#Left_Contact p span{ font-weight:bold}

.Nvar_Contact{ width:auto; height:20px; margin-left:40px; background-color:#fff; position:absolute; float:left}
.Nvar_Contact span{ color:#000; font-weight:bold; line-height:20px; margin: auto 5px; text-transform:uppercase}
#Right_Contact{ width:48%; height:auto; float:left; margin:0px 0px 0px 10px}
#Content_RightContact{width:100%; height:auto; float:left; margin:10px 0px 0px 0px;border:1px solid #e2e2e2; border-radius:5px}
.Tear_Contact:first-child{ margin-top:15px}
.Tear_Contact:last-child{ height:auto !important; background:none}
.Tear_Contact{ width:100%; height:auto; float:left; margin:5px auto; background:url(../Icon/line_Menu.png) repeat-x left bottom transparent}
.Left_TearContact{ width:25%; height:100%; float:
left; background:url(../Icon/line_heigh_Menu.png) repeat-y left right transparent}
.Left_TearContact span{ font-size:12px; color:#4c4b4b; line-height:25px; float:right; margin-right:10px; display:block} 
.Right_TearContact{ width:70%; height:auto; float:left; margin:0px }
.Right_TearContact input{width:90%; height:25px; border:none; margin:2px 5px; border:1px solid #e2e2e2; font-size:11px; float:left; text-indent:20px}
.Right_TearContact textarea{width:90%; height:100%; border:none; margin:2px 5px; border:1px solid #e2e2e2; float:left; text-indent:20px}
.Tear_Contact:last-child input{ height:70px}
.Tear_Contact button{  margin:0px auto; display:block;padding:5px 7px; background:#FFF; border:1px solid #f0eeee}
.note{ color:#ff4800; text-align:center; margin:5px}
.HeadShort1{ font-size:12px; text-indent:15px; font-weight:bold; width:100%; margin:5px auto}
.Description1{ width:100%; height:auto;   margin:5px auto ;margin:5px auto}
.btnSend{  }
@media screen and (max-width: 480px) {
#Left_Contact{width:100%; margin:0px; padding:0px}
	    #Right_Contact{width:100%; margin:10px 0px; padding:0px}
}
@charset "utf-8";@media screen and (max-width:768px){#Head_Top{width:97%;}
#Content_Baogia{width:97%}
#Head_Top #Left_Head{background-size:100%}
.Printer{display:none}
}
@media screen and (max-width:488px){#Head_Top{height:auto;display:none}
#Table .Ord{width:5%;text-align:center}
#Table .Name{width:71%;;text-align:center}
#Table .Code{width:10%;;text-align:center}
#Table .Price{width:14%;;text-align:center}
#Table .Quality{display:none}
#Table .SumPrice{display:none}
#Table .Image{width:12%;text-align:center;display:none}
#Table .Head_tb{height:25px;text-transform:uppercase;font-weight:bold}
#Table td{text-indent:5px}
#Table tr{line-height:normal !important}
#Table .Names a{font-weight:bold;margin:3px 5px;color:#424242}
#Table .Names .n2{font-weight:normal;margin:3px 5px;display:block;font-style:italic}
#Table .Codes{font-weight:bold;text-align:center}
#Table .Codes a{margin:3px 5px;color:#424242}
#Table .Prices{text-align:center}
#Table .Ords{text-align:center}
#Table .Qualitys{text-align:center;display:none}
#Table .SumPrices{text-align:center;display:none}
#Table .Images img{width:90%;margin:5px auto;display:block;display:none}
#Content_Baogia h1{font-size:17px}
.line_bg{display:none}
}
@charset "utf-8";#Baogia{width:100%;height:auto;margin:10px auto;box-shadow:0px 0px 10px 0px #c2c2c2;padding:10px 0px}
#Head_Top{width:98%;height:auto;margin:5px auto }
#Head_Top #Left_Head{width:40%;height:90px;margin:0px;float:left;}
#Head_Top #Left_Head img{max-height:90px}
#Head_Top #Right_Head{width:60%;height:auto;float:left;margin:0px}
#Head_Top #Right_Head .hd1{font-size:20px;color:#656565;text-transform:uppercase;margin:5px;font-family:CondensedBold;text-align:right;display:block;font-weight:bold}
#Head_Top #Right_Head .hd2{font-size:12px;color:#4f4f4f;margin:2px;display:block;text-align:right}
#Head_Top #Right_Head .hd3{font-size:12px;color:#4f4f4f;margin:2px;display:block;text-align:right}
#Head_Top #Right_Head .hd4{font-size:12px;color:#4f4f4f;margin:2px;display:block;text-align:right}
#Content_Baogia{width:98%;height:auto;margin:0px auto}
#Content_Baogia h1{font-size:23px;color:#000;text-transform:uppercase;text-align:center;margin:25px 5px 5px 5px}
.line_bg{width:98%;height:1px;border-bottom:1px solid #d7d7d7;margin:10px auto}
#Content_Baogia .date1{font-size:12px;text-align:right;display:block;margin:5px;color:#414141;font-style:italic}
#Content_Baogia .kg{font-size:12px;display:block;margin:10px 5px;color:#414141;text-align:center;font-weight:bold}
#Table{width:100%;height:auto;float:left;margin:10px 0px;border:1px solid #dcdcdc;border-right:none;border-bottom:none}
#Table .Ord{width:5%;text-align:center}
#Table .Name{width:40%;;text-align:center}
#Table .Code{width:10%;;text-align:center}
#Table .Price{width:14%;;text-align:center}
#Table .Quality{width:4%;text-align:center}
#Table .SumPrice{width:14%;text-align:center}
#Table .Image{width:12%;text-align:center}
#Table .Head_tb{height:25px;text-transform:uppercase;font-weight:bold}
#Table td{text-indent:5px}
#Table tr{line-height:normal !important}
#Table .Names a{font-weight:bold;margin:3px 5px;color:#424242}
#Table .Names .n2{font-weight:normal;margin:3px 5px;display:block;font-style:italic}
#Table .Codes{font-weight:bold;text-align:center}
#Table .Codes a{margin:3px 5px;color:#424242}
#Table .Prices{text-align:center}
#Table .Ords{text-align:center}
#Table .Qualitys{text-align:center}
#Table .SumPrices{text-align:center}
#Table .Images img{width:90%;margin:5px auto;display:block}
.ghichu_bg{font-weight:bold;text-decoration:underline;margin:5px 5px 20px 5px;display:block;font-size:14px}
.ghichu1{font-size:12px;font-style:italic;color:#525252;margin:5px 5px 5px 30px;display:block}
.Printer{text-align:center;display:block;height:30px;color:#515151;line-height:30px;margin:10px 0px}
.Printer span.icon{width:30px;height:30px;background:url(../iCon/iCon_Printer.png) no-repeat;display:inline-block}
.Printer span{line-height:30px;display:inline-block}

#baoGia{width:100%; height:auto; float:left; margin:10px 0px; float:left}
#baoGia #nvarBaoGia{width:100%; height:auto; float:left; margin:5px 0px}
#baoGia #nvarBaoGia h1{ font-size:23px; color:#394d69; font-weight:normal; text-transform:uppercase; font-family:CondensedBold; margin:0px 0px; text-align:center}
#listBaoGia{width:100%; height:auto; float:left; margin:10px 0px; border-top:1px solid #e5e5e5; padding-top:10x}
#listBaoGia .tear_Bg{width:19%; height:270px; float:left; margin:5px 0.5%; border:1px solid #e5e5e5}
#listBaoGia .tear_Bg img{width:100%; height:200px; float:left; margin:0px 0px 15px 0px; display:block}
#listBaoGia .tear_Bg a{font-size:13px; text-align:center; display:block; color:#3e3e3e; text-transform:uppercase; margin:5px; font-weight:bold}
