/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&subset=vietnamese');
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#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 #eee;
  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: #fff;
}
/* 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-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";
}
.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;
}
.img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
html,
body,
div,
span,
embed,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
output,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
form,
fieldset,
legend,
label,
main,
section,
article,
aside,
canvas,
details,
summary,
figure,
figcaption,
header,
footer,
hgroup,
menu,
nav,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
html {
  text-size-adjust: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
main,
section,
article,
aside,
details,
summary,
figure,
figcaption,
header,
footer,
hgroup,
menu,
nav {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table,
caption,
tbody,
thead,
tfoot,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
input,
textarea,
select {
  appearance: none;
}
button,
input,
textarea,
select,
optgroup {
  color: inherit;
  font-family: inherit;
}
input,
select {
  vertical-align: middle;
}
select,
button {
  text-transform: none;
}
.clickable,
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="file"],
input[type="checkbox"] {
  cursor: pointer;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
}
input[type="search"] {
  box-sizing: content-box;
  appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 75%;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
b,
strong,
optgroup {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff0;
  color: #000;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
a {
  color: #464646;
  text-decoration: none;
}
a:hover {
  color: #ff9000;
}
:focus {
  outline: 0;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: white;
  background: gray;
}
@font-face {
  font-family: 'fontawesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/fontawesome-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/fontawesome-webfont.svg#svgFontName') format('svg');
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'vffree46regular';
  src: url('../fonts/font_404/vffree46-webfont.woff2') format('woff2'), url('../fonts/font_404/vffree46-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontbold';
  src: url('../fonts/font_bold/ProximaNova-Bold.eot');
  src: url('../fonts/font_bold/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/font_bold/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/font_bold/ProximaNova-Bold.woff') format('woff'), url('../fonts/font_bold/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/font_bold/ProximaNova-Bold.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'fontbolditalic';
  src: url('../fonts/font_boldItalic/ProximaNova-BoldIt.eot');
  src: url('../fonts/font_boldItalic/ProximaNova-BoldIt.eot?#iefix') format('embedded-opentype'), url('../fonts/font_boldItalic/ProximaNova-BoldIt.woff2') format('woff2'), url('../fonts/font_boldItalic/ProximaNova-BoldIt.woff') format('woff'), url('../fonts/font_boldItalic/ProximaNova-BoldIt.ttf') format('truetype'), url('../fonts/font_boldItalic/ProximaNova-BoldIt.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'fontitalic';
  src: url('../fonts/font_italic/ProximaNova-BlackIt.eot');
  src: url('../fonts/font_italic/ProximaNova-BlackIt.eot?#iefix') format('embedded-opentype'), url('../fonts/font_italic/ProximaNova-BlackIt.woff2') format('woff2'), url('../fonts/font_italic/ProximaNova-BlackIt.woff') format('woff'), url('../fonts/font_italic/ProximaNova-BlackIt.ttf') format('truetype'), url('../fonts/font_italic/ProximaNova-BlackIt.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'fontlight';
  src: url('../fonts/font_light/ProximaNova-Light.eot');
  src: url('../fonts/font_light/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/font_light/ProximaNova-Light.woff2') format('woff2'), url('../fonts/font_light/ProximaNova-Light.woff') format('woff'), url('../fonts/font_light/ProximaNova-Light.ttf') format('truetype'), url('../fonts/font_light/ProximaNova-Light.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'fontlightitalic';
  src: url('../fonts/font_lightItalic/ProximaNova-LightIt.eot');
  src: url('../fonts/font_lightItalic/ProximaNova-LightIt.eot?#iefix') format('embedded-opentype'), url('../fonts/font_lightItalic/ProximaNova-LightIt.woff2') format('woff2'), url('../fonts/font_lightItalic/ProximaNova-LightIt.woff') format('woff'), url('../fonts/font_lightItalic/ProximaNova-LightIt.ttf') format('truetype'), url('../fonts/font_lightItalic/ProximaNova-LightIt.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'fontpnb';
  src: url('../fonts/font_pnb/ProximaNova-Black.eot');
  src: url('../fonts/font_pnb/ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/font_pnb/ProximaNova-Black.woff2') format('woff2'), url('../fonts/font_pnb/ProximaNova-Black.woff') format('woff'), url('../fonts/font_pnb/ProximaNova-Black.ttf') format('truetype'), url('../fonts/font_pnb/ProximaNova-Black.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'fontregular';
  src: url('../fonts/font_regular/ProximaNova-Regular.eot');
  src: url('../fonts/font_regular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/font_regular/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/font_regular/ProximaNova-Regular.woff') format('woff'), url('../fonts/font_regular/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/font_regular/ProximaNova-Regular.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'fontregularitalic';
  src: url('../fonts/font_regularItalic/ProximaNova-RegularIt.eot');
  src: url('../fonts/font_regularItalic/ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'), url('../fonts/font_regularItalic/ProximaNova-RegularIt.woff2') format('woff2'), url('../fonts/font_regularItalic/ProximaNova-RegularIt.woff') format('woff'), url('../fonts/font_regularItalic/ProximaNova-RegularIt.ttf') format('truetype'), url('../fonts/font_regularItalic/ProximaNova-RegularIt.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'fontsemibold';
  src: url('../fonts/font_semibold/ProximaNova-Semibold.eot');
  src: url('../fonts/font_semibold/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/font_semibold/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/font_semibold/ProximaNova-Semibold.woff') format('woff'), url('../fonts/font_semibold/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/font_semibold/ProximaNova-Semibold.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'fontsemibolditalic';
  src: url('../fonts/font_semiboldItalic/ProximaNova-SemiboldIt.eot');
  src: url('../fonts/font_semiboldItalic/ProximaNova-SemiboldIt.eot?#iefix') format('embedded-opentype'), url('../fonts/font_semiboldItalic/ProximaNova-SemiboldIt.woff2') format('woff2'), url('../fonts/font_semiboldItalic/ProximaNova-SemiboldIt.woff') format('woff'), url('../fonts/font_semiboldItalic/ProximaNova-SemiboldIt.ttf') format('truetype'), url('../fonts/font_semiboldItalic/ProximaNova-SemiboldIt.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'fontthin';
  src: url('../fonts/font_thin/ProximaNovaT-Thin.eot');
  src: url('../fonts/font_thin/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/font_thin/ProximaNovaT-Thin.woff2') format('woff2'), url('../fonts/font_thin/ProximaNovaT-Thin.woff') format('woff'), url('../fonts/font_thin/ProximaNovaT-Thin.ttf') format('truetype'), url('../fonts/font_thin/ProximaNovaT-Thin.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'fontthinitalic';
  src: url('../fonts/font_thinItalic/ProximaNova-ThinIt.eot');
  src: url('../fonts/font_thinItalic/ProximaNova-ThinIt.eot?#iefix') format('embedded-opentype'), url('../fonts/font_thinItalic/ProximaNova-ThinIt.woff2') format('woff2'), url('../fonts/font_thinItalic/ProximaNova-ThinIt.woff') format('woff'), url('../fonts/font_thinItalic/ProximaNova-ThinIt.ttf') format('truetype'), url('../fonts/font_thinItalic/ProximaNova-ThinIt.svg#svgFontName') format('svg');
}
@font-face {
  font-family: 'MyriadProRegular';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/MyriadPro-font/MyriadPro-Regular.otf');
}
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  min-height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'fontregular';
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.571em;
  color: #464646;
  /** {
        .transition(all 0.3s ease-in-out 0s);
    }*/
}
body .notransition,
body .notransition * {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
}
/* General Links */
a {
  color: #464646;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #00adef;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
/*img {
    max-width: 100%;
}*/
main {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  /* position: relative;
    z-index: 2; */
}
main > section {
  width: 100%;
}
section {
  display: inline-block;
  width: 100%;
}
h2 {
  font-family: 'fontsemibold';
  color: #464646;
  font-size: 22px;
  width: auto;
  display: inline-block;
  margin: 0 0 10px 0;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
.modal {
  z-index: 99991;
}
.modal-backdrop {
  z-index: 9999;
}
.price {
  color: #fe0000;
}
.color.price {
  font-weight: bold;
}
.color {
  color: #ff373f;
}
.date {
  color: #818181;
}
.touch-nav {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  position: static;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  max-width: 100%;
}
.touch-nav li {
  float: none !important;
  display: inline-block;
}
.background-img {
  background-color: #cfdfed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-wrap {
  width: 100%;
  background-color: #000;
  display: inline-block;
}
.img-wrap a,
.img-wrap img {
  width: 100%;
}
.icon-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;
}
.noted {
  color: #fff;
  font-size: 13px;
  font-style: italic;
}
.align-center {
  float: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.content-align-center {
  display: flex;
  align-items: center;
}
.primary-color-text {
  color: #00adef;
}
label.error {
  color: #dd4b39;
  font-weight: normal;
  font-style: italic;
  padding: 0;
  margin: 0;
}
.wrap-select {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 100%;
}
.wrap-select select {
  position: relative;
  z-index: 1;
  background: transparent;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
}
.wrap-select i {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
}
.position-menu {
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  box-shadow: 11px 5px 6px -5px rgba(0, 0, 0, 0.5);
}
.position-menu .section-inner {
  margin-top: 0 !important;
}
.link {
  font-style: italic;
  color: #00adef;
}
.blue {
  color: #00adef;
}
.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
div.stars {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: 5px;
}
input.star {
  display: none;
}
label.star {
  float: right;
  padding: 0 2px;
  font-size: 18px;
  color: #ffa200;
  transition: all .2s;
}
input.star:checked ~ label.star:before {
  content: '\f005';
  color: #ffa200;
  transition: all .25s;
}
input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}
input.star-1:checked ~ label.star:before {
  color: #F62;
}
label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}
label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}
.icon:before {
  content: "";
  width: 68px;
  height: 50px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto auto;
  display: block;
  float: left;
}
.icon-1:before {
  background-image: url(../images/icons/icon-1.png);
}
.icon-2:before {
  background-image: url(../images/icons/icon-2.png);
}
.icon-3:before {
  background-image: url(../images/icons/icon-3.png);
}
.icon-4:before {
  background-image: url(../images/icons/icon-4.png);
}
.icon-5:before {
  background-image: url(../images/icons/icon-5.png);
}
.icon-6:before {
  background-image: url(../images/icons/icon-6.png);
}
.icon-mail:before {
  background-image: url(../images/icons/mail-icon.png);
}
.icon-top3,
.icon-hand,
.sale-off,
.icon-top2,
.icon-top1,
.icon-top4,
.icon-login-cart,
.icon-cart-copy,
.icon-dollar,
.icon-file,
.icon-heart,
.icon-muiten,
.icon-cart,
.icon-clock,
.icon-close,
.icon-user,
.icon-checked,
.icon-not-checked {
  display: inline-block;
  background: url('../images/icons/sprite-home.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.icon-cart {
  background-position: -33px -343px;
  width: 19px;
  height: 19px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
}
.icon-gift:before {
  display: inline-block;
  content: "\f06b";
  font: normal normal normal 30px/1 FontAwesome;
  width: 28px;
  height: 30px;
  color: #ff0000;
}
.sale-off {
  background-position: 0px -144px;
  width: 45px;
  height: 50px;
  text-indent: 0;
  font-weight: bold;
  font-size: 16px;
}
.icon-laptop,
.icon-dvd,
.icon-maylanh,
.icon-giadung,
.icon-amthanh,
.icon-tv,
.icon-hangcu,
.icon-maygiat,
.icon-tulanh {
  display: inline-block;
  background: url('../images/icons/sprite-icons-link.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  position: relative;
  top: 10px;
}
.icon-laptop {
  background-position: 0px 0px;
  width: 48px;
  height: 34px;
}
.icon-maylanh {
  background-position: 0px -55px;
  width: 42px;
  height: 33px;
}
.icon-giadung {
  background-position: 0px -88px;
  width: 39px;
  height: 34px;
}
.icon-amthanh {
  background-position: 0px -122px;
  width: 35px;
  height: 35px;
}
.icon-tv {
  background-position: 0px -157px;
  width: 35px;
  height: 35px;
}
.icon-hangcu {
  background-position: 0px -192px;
  width: 31px;
  height: 29px;
}
.icon-maygiat {
  background-position: 0px -221px;
  width: 31px;
  height: 36px;
}
.icon-tulanh {
  background-position: 0px -257px;
  width: 24px;
  height: 36px;
}
.icon-dvd {
  width: 56px;
  height: 42px;
  background: url('../images/icons/icon-dvd.png') no-repeat;
}
.btn {
  height: 36px;
  padding: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn.btn-lg {
  height: 52px;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-primary {
  background-color: #00adef;
  border-color: #00adef;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  height: 46px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0583b3;
  border-color: #0583b3;
}
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active {
  color: #fff;
  outline: none;
  background-color: #018ec3;
  border-color: #018ec3;
}
.btn-primary span {
  font-size: 14px;
  display: block;
  font-weight: normal;
  text-transform: initial;
}
.btn-second {
  background-color: #ff373f;
  border-color: #ff373f;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  height: 46px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-second:hover {
  color: #fff;
  background-color: #ec0a13;
  border-color: #ec0a13;
}
.btn-second:focus,
.btn-second:active:focus,
.btn-second:active {
  color: #fff;
  outline: none;
  background-color: #c10001;
  border-color: #c10001;
}
a.btn-lg {
  line-height: 33px;
}
.btn-search {
  min-width: 70px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 34px 34px;
  border-color: transparent;
  font-size: 22px;
  padding: 0 10px;
  background: #00adef;
  color: #fff;
  border-radius: 0;
}
.btn-search:hover,
.btn-search:focus,
.btn-search:active {
  background-color: #00adef;
  border-color: transparent;
  color: #fff;
}
.btn-send,
.btn-cancel {
  padding: 10px 15px 10px 45px;
  color: #fff;
  background: #00adef;
  border-radius: 3px;
  border: none;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-send:before,
.btn-cancel:before {
  position: absolute;
  left: 15px;
  width: 21px;
  height: 21px;
  content: "\f1d9";
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
}
.btn-send:hover,
.btn-cancel:hover {
  background: #0288bb;
}
.btn-cancel:before {
  content: "\f00d";
  font-size: 20px;
}
.btn_cancel {
  padding: 10px 15px 10px 15px;
  color: #fff;
  text-transform: uppercase;
  background: #d7d7d7;
}
.btn_cancel:hover,
.btn_cancel:focus {
  color: #fff;
  background: #ccc;
}
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.btn:visited {
  color: white;
}
.btn.btn-default {
  width: 100%;
  border: none;
  background-color: inherit;
  color: #212121;
  font-weight: 600;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  background-color: inherit;
  color: #080808;
  border: none;
  opacity: 0.5;
}
.btn.btn-red {
  width: 100%;
  background-color: #ff5722;
  border: 1px solid #ff5722;
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active {
  background-color: #ee3900;
  color: white;
  border: 1px solid #ee3900;
}
.btn.btn-border {
  border: none;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #272727;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  height: 40px;
  width: 165px;
  line-height: normal;
  position: relative;
  outline: none !important;
}
.btn.btn-border span {
  display: block;
  width: 100%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  white-space: normal;
}
.btn.btn-border:hover,
.btn.btn-border:focus,
.btn.btn-border:active {
  background-color: #27b3e2;
  color: #fff;
  border: none;
}
.btn.btn-orange {
  background-color: #ff9900;
  color: #fff;
  height: 34px;
  line-height: 32px;
  width: 168px;
  text-transform: uppercase;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange:active {
  opacity: 0.85;
}
.btn.btn-login {
  display: block !important;
  background-color: #2bc5f8;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
}
.btn.btn-login:hover,
.btn.btn-login:focus,
.btn.btn-login:active {
  color: #fff;
  opacity: 0.85;
}
.btn.btn-login + .link {
  font-family: "fontlight";
  font-size: 14px;
}
.btn.btn-fb {
  background-color: #3b5998;
  font-weight: 400;
  display: block !important;
}
.btn.btn-fb:hover,
.btn.btn-fb:focus,
.btn.btn-fb:active {
  color: #fff;
  opacity: 0.85;
}
.btn.btn-fb span {
  display: inline-block;
}
.btn.btn-fb span.text {
  margin-left: 15px;
}
.btn.btn-load-product {
  width: 360px;
  border: 1px solid #d7d7d7;
  color: #2bc5f8;
  font-size: 14px !important;
  text-transform: lowercase;
  margin-bottom: 60px;
  margin-top: -30px;
}
.btn.btn-load-product .text {
  font-family: "fontregular";
}
.btn.btn-load-product .text:first-letter {
  text-transform: uppercase;
}
.btn.btn-load-product i {
  padding-left: 15px;
}
/*
 * Component: Form
 * ---------------
 */
.form-label {
  margin-bottom: 5px;
}
.form-control {
  height: 36px;
  padding: 7px 10px;
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  outline: none;
  border-color: #00adef;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control.error {
  border-color: #ff373f;
}
.form-control-group > * {
  display: block;
  float: left;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
  margin: 0;
}
.icon-arrow {
  position: absolute;
  z-index: -1;
}
.icon-arrow .fa-caret-up {
  position: absolute;
  left: 160px;
  top: -33px;
  font-size: 14px;
  font-weight: bold;
  height: 13px;
  color: #888888;
  cursor: default;
}
.icon-arrow .fa-caret-down {
  position: absolute;
  top: -21px;
  left: 160px;
  font-size: 14px;
  font-weight: bold;
  height: 13px;
  color: #888888;
  cursor: default;
}
.important {
  color: #00adef;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}
.checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  background-color: #00adef;
  border: 1px solid #00adef;
}
.checkbox input[type=checkbox]:checked + label {
  color: #00adef;
}
.checkbox input[type=checkbox]:checked + label span {
  color: #00adef;
}
.checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 5px 25px;
  font-size: 13px;
  min-height: initial;
  color: #464646;
  font-size: 14px;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
}
.checkbox label .number {
  display: inline-block;
  padding-left: 10px;
  font-family: "fontlight";
}
input[type='radio'] {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #595959;
  margin-top: 0;
  margin-right: 5px;
}
input[type='radio']:before {
  content: '';
  display: block;
  width: 55%;
  height: 55%;
  margin: 2px 0px 2px 2px;
  border-radius: 50%;
}
input[type='radio']:focus {
  outline: none;
}
input[type='radio']:checked {
  outline: none;
  border: 1px solid #00adef;
}
input[type='radio']:checked:before {
  background: #00adef;
}
.modal {
  top: 100px;
}
.modal .modal-dialog {
  width: 400px;
}
.modal .modal-dialog .modal-header {
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.modal .modal-dialog .modal-header .close {
  color: #fff;
  opacity: .6;
}
.modal .modal-dialog .modal-header .close:hover {
  color: #fff;
  opacity: 1;
}
.modal .modal-dialog .modal-body {
  text-align: center;
  padding: 25px 0;
  font-size: 16px;
}
.modal .modal-dialog .modal-body p {
  margin-bottom: 0;
}
.modal .modal-dialog .modal-footer {
  text-align: center;
}
.modal-brand.modal .modal-dialog {
  width: 770px;
}
.SuccessModal {
  text-align: center;
}
.SuccessModal .icon_success {
  height: 50px;
  width: 50px;
  display: inline-block;
  background: url('../images/icons/icon_success.png') no-repeat;
  background-size: 100% 100%;
}
.SuccessModal h2 {
  font-size: 18px;
  font-family: 'fontbold';
  display: block;
  margin-top: 20px;
}
.SuccessModal .close {
  opacity: 1;
  right: 10px;
  position: relative;
  top: 5px;
  color: #bbb;
}
.SuccessModal .content {
  padding: 25px;
  border-bottom: 6px solid #00adef;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.SuccessModal .content a {
  color: #00adef;
  text-decoration: underline;
}
.SuccessModal .content .btn_next {
  float: none;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 125px;
  height: 40px;
}
.DeleteModal {
  text-align: center;
}
.DeleteModal .icon_delete {
  height: 50px;
  width: 50px;
  display: inline-block;
  background: url('../images/icons/icon-delete.png') no-repeat;
  background-size: 100% 100%;
}
.DeleteModal h2 {
  font-size: 18px;
  margin-top: 20px;
  font-family: 'fontbold';
  display: block;
}
.DeleteModal .close {
  opacity: 1;
  right: 10px;
  position: relative;
  top: 5px;
  color: #bbb;
}
.DeleteModal .content {
  padding: 25px;
  border-bottom: 6px solid #00adef;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.DeleteModal .content a {
  color: #00adef;
  text-decoration: underline;
}
.DeleteModal .content .btn {
  float: none;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 80px;
  height: 36px;
}
.DeleteModal .content .btn-cancel {
  margin-right: 15px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 15px;
  border-top: 1px solid #ddd;
}
.borderless tr td {
  border: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 29px;
}
.table > thead > tr > th b,
.table > tbody > tr > th b,
.table > tfoot > tr > th b,
.table > thead > tr > td b,
.table > tbody > tr > td b,
.table > tfoot > tr > td b {
  font-family: 'fontsemibold';
}
.block-tabs {
  width: 100%;
  display: inline-block;
}
/* Clearfix */
.tab-container {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #00adef;
}
.tab-container .title-block-tab {
  display: inline-block;
  float: left;
  font-size: 16px;
  font-family: 'fontbold';
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  min-width: 100px;
  text-align: center;
  background: #00adef;
  position: relative;
  top: 0px;
}
.tab-container .title-block-tab a {
  color: #fff;
}
.tab-container .title-block-tab a:hover {
  color: #fff;
}
.tab-container .title-block-tab:after {
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  content: '';
  border-top: 19px solid transparent;
  border-left: 15px solid #00adef;
  border-bottom: 18px solid transparent;
}
.tab-container .tab-links {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  padding-left: 35px;
  margin-top: 8px;
}
.tab-container .link {
  float: right;
  margin-top: 8px;
}
.tab-links:after {
  display: block;
  clear: both;
  content: '';
}
.tab-links li {
  float: left;
  list-style: none;
}
.tab-links li.active a,
.tab-links li:hover a {
  border-bottom: 5px solid #00adef;
}
.tab-links a {
  padding: 3px 15px;
  display: inline-block;
  border-radius: 3px 3px 0px 0px;
  background: #fff;
  font-size: 14px;
  color: #464646;
  font-family: 'fontregular';
  transition: all linear 0.15s;
  padding-top: 0;
}
.tab-links a:hover {
  text-decoration: none;
}
li.active a,
li.active a:hover {
  background: #fff;
  color: #00adef;
  font-family: 'fontbold';
}
/*----- Content of Tabs -----*/
.tab-content {
  padding: 15px 0;
  border-radius: 3px;
  background: #fff;
  padding-bottom: 0;
}
.tab-content div.tab {
  display: none;
  border-bottom: none;
}
.tab-content div.tab .wrap {
  width: 100%;
  display: inline-block;
  margin-left: -15px;
  margin-right: -15px;
}
.tab.active {
  display: block;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  font: normal normal normal 14px/1 FontAwesome;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 9px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ff373f;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 99;
  display: block;
  height: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:before,
.slick-next:before {
  font-size: 25px;
  line-height: 1;
  font-family: "Flaticon";
  color: #212121;
}
.slick-prev {
  left: 15px;
}
.slick-prev:before {
  content: "\f102";
}
.slick-next {
  right: 15px;
}
.slick-next:before {
  content: "\f11c";
}
@media (max-width: 991px) {
  .rwd-table {
    color: #212121;
    margin-top: 15px;
  }
  .rwd-table tbody tr td {
    display: block;
    border: 0 !important;
  }
  .rwd-table th {
    display: none !important;
  }
  .rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 130px;
    display: table-cell;
    color: #464646;
  }
  .rwd-table td div {
    display: table-cell;
  }
  .rwd-table th,
  .rwd-table td {
    text-align: left;
  }
}
header {
  width: 100%;
  position: relative;
  z-index: 99;
  height: 130px;
}
header .header-fixed {
  /*position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;*/
}
header .header-fixed .first-row {
  height: 70px;
  padding: 15px 0;
  margin-bottom: 0;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .container .logo-header {
  width: 115px;
  height: 60px;
  margin-right: 60px;
  float: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  header .navbar .container .logo-header {
    margin-right: 0px;
  }
}
header .main-menu .nav > li > a {
  padding: 20px 11px;
  color: #212121;
  font-weight: 600;
}
header .main-menu .nav > li > a:hover,
header .main-menu .nav > li > a:focus,
header .main-menu .nav > li > a:active,
header .main-menu .nav > li > a:active:focus {
  background-color: transparent;
}
header .main-menu .nav > li > a:hover {
  color: #464646;
}
header .main-menu .nav > li.active a {
  color: #464646;
}
header .direct-link {
  padding-top: 12px;
  padding-bottom: 12px;
}
header .linkto-myface-btn {
  padding-left: 10px;
  padding-right: 10px;
  color: #212121;
}
header .search-wrap {
  width: auto;
  max-width: 100%;
  float: left;
  margin-top: 10px;
  position: relative;
}
header .search-wrap span {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  background: #00adef;
  color: #fff;
  padding: 6px 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
header .account-nav {
  float: right;
}
header .account-nav .account-img {
  width: 38px;
  height: 38px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  position: relative;
}
header .account-nav .account-img img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
header .account-nav .account-label {
  float: left;
  padding-top: 10px;
}
header .account-nav .account-label > span {
  display: block;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
header .account-nav .account-label .account-label-1:after {
  content: "\f0d7";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 13px;
  right: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-align: right;
}
header .account-nav .account-label .account-label-2 {
  font-size: 12px;
}
header .account-nav .cart-block {
  width: 67px;
  padding-top: 20px;
}
@media only screen and (max-width: 1200px) {
  header .account-nav .cart-block {
    width: 40px;
  }
}
header .account-nav .cart-block .cart-link {
  width: 40px;
  height: 40px;
  float: right;
  display: block;
  position: relative;
  background: url(../images/icons/cart.png) no-repeat center right;
}
header .account-nav .cart-block .cart-number {
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  display: inline-block;
  position: absolute;
  top: -4px;
  right: 0;
  background-color: #fe0000;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
header .account-nav .nav li.account-block .dropdown-toggle {
  padding: 0 15px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
  border-right: 1px solid #d7d7d7;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  padding-top: 10px;
  font-size: 13px;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  position: static;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 13px;
}
.header-search {
  width: 555px;
  border: 2px solid #00adef;
  margin-top: -2px;
  border-radius: 4px;
}
@media only screen and (max-width: 1200px) {
  .header-search {
    width: 575px;
  }
}
.header-search .select-btn {
  border-right: 1px solid #d7d7d7;
  background: #fff;
}
.header-search .cate-search .dropdown-toggle {
  min-width: 70px !important;
  height: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-color: transparent;
}
.header-search .cate-search .dropdown-toggle:hover,
.header-search .cate-search .dropdown-toggle:focus,
.header-search .cate-search .dropdown-toggle:active {
  background-color: transparent;
  color: #464646;
  outline: none !important;
}
.header-search .form-control {
  border: none;
}
#show-result {
  display: none;
}
#show-result a {
  position: static;
  webkit-transform: none;
  transform: none;
}
.result-search {
  padding: 15px 15px 3px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  margin-top: 5px;
  width: 490px;
  z-index: 99999;
  position: absolute;
  background: #fff;
}
@media only screen and (max-width: 1200px) {
  .result-search {
    width: 505px;
  }
}
.result-search ul {
  padding-left: 0;
}
.result-search ul li {
  list-style: none;
}
.result-search .popular-result {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 5px;
}
.result-search .popular-result a {
  color: #464646;
  font-weight: bold;
  line-height: 27px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.result-search .popular-result li:hover,
.result-search .recommend-result ul li:hover {
  background: rgba(64, 61, 61, 0.1);
}
.result-search .popular-result a span {
  font-weight: normal;
}
.result-search .popular-result span.category {
  color: #ff373f;
  font-weight: normal;
}
.result-search .recommend-result {
  padding-top: 10px;
}
.result-search .recommend-result p.title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.result-search .recommend-result ul li a {
  text-decoration: none;
}
.result-search .recommend-result ul li .wrap-img {
  float: left;
  width: 59px;
  height: 59px;
  position: relative;
  overflow: hidden;
  margin-right: 12px;
}
.result-search .recommend-result ul li .wrap-img img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
.result-search .recommend-result ul li {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  list-style: none;
}
.result-search .recommend-result ul li .information {
  font-size: 13px;
  color: #212121;
}
.result-search .recommend-result ul li .information p.price {
  float: left;
  color: #00adef;
  font-weight: bold;
}
.result-search .recommend-result ul li .information span {
  font-size: 12px;
  margin-left: 5px;
  text-decoration: line-through;
}
/*header mobile*/
.container-header {
  min-height: 58px;
  background: #fff;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 2px 1px #e7e7e7;
  -webkit-box-shadow: 0px 1px 1px #e7e7e7;
  -moz-box-shadow: 0px 1px 1px #e7e7e7;
  margin-bottom: 4px;
  border-top: 5px solid #2bc5f8;
}
.container-header .btn-cat {
  display: block;
  line-height: 48px;
  width: 30px;
}
.container-header.affix {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}
.container-header .title-page {
  padding-left: 5px;
  float: left;
  margin: 0 4% 0 25%;
}
.container-header a.logo {
  display: block;
  width: 100%;
  line-height: 46px;
  text-align: center;
}
.container-header a.logo img {
  max-width: 100%;
  max-height: 80%;
  vertical-align: middle;
}
button.btn-search-home {
  margin-top: 16px;
  background: transparent;
  border: 0 none;
  margin-left: 27px;
  margin-right: 0;
  display: none;
}
header .container-header .account-nav {
  float: left;
  margin-top: 10px;
}
header .header-fixed .hamburger {
  position: relative;
}
header .header-fixed .hamburger .navbar-toggle {
  width: 60px;
  height: 50px;
  padding: 14px 15px;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
header .header-fixed .hamburger .icon-bars {
  background: url(../images/icons/icon-close.png) no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  -webkit-animation: mymove 0.5s backwards;
  animation: mymove 0.5s backwards;
}
header .header-fixed .hamburger .navbar-toggle.collapsed .icon-bars {
  background: url(../images/icons/icon-bars.png) no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  animation: none;
}
header .navbar-collapse {
  background-color: #f2f7f2;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 99;
}
header .navbar-collapse .navbar-left ul {
  padding-left: 0;
}
header .navbar-collapse .navbar-left ul li {
  list-style: none;
  border-bottom: 1px solid #c4c8c5;
}
header .navbar-collapse .navbar-left ul li:first-child {
  border-top: 1px solid #c4c8c5;
}
header .navbar-collapse .navbar-left ul li a {
  position: static;
  padding: 10px 20px;
  display: block;
  -webkit-transform: none;
  transform: none;
  color: #00adef;
}
header .container-header .account-nav .account-img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  position: relative;
}
.container-header .cart.dropdown > a .number {
  position: absolute;
  top: -7px;
  right: -7px;
  color: white;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ed1c24;
  width: 12px;
  height: 12px;
  font-size: 9px;
  line-height: 12px;
}
.container-header .login-dropdown {
  top: 43px;
  right: 50px;
  width: 265px;
}
.container-header .cart {
  float: right;
  margin-top: 14px;
  margin-left: 20px;
  position: relative;
  margin-right: 20px;
}
.container-header {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.input-search {
  position: relative;
  display: inline-block;
  width: 100%;
}
.hamburger {
  float: left;
}
.none-display {
  display: none !important;
}
.input-search input.search {
  padding: 4px 10px;
  height: 34px;
  width: 95%;
  font-size: 13px;
  border: 1px solid #ff373f;
  margin: 10px auto;
}
.input-search i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../images/icons/icon-search.png') no-repeat;
  position: absolute;
  top: 18px;
  right: 22px;
}
/* header=============== */
header .header-top {
  /* padding-top: 15px; */
  background: transparent;
  /* .col-md-2 {
            width: 10.5%;
        } */
}
header .header-top .col-md-6 {
  width: 50%;
  margin-top: 30px;
  /* margin-left: 50px; */
}
header .header-top .group-dropdown {
  margin-top: 15px;
  /* width: 34.5%; */
  position: relative;
}
header .header-top .group-dropdown .dropdown {
  position: relative;
}
header .header-top .group-dropdown .dropdown:hover .dropdown-menu {
  display: block;
}
header .header-top .group-dropdown .dropdown-menu {
  z-index: 100000;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
  right: 0;
  left: initial;
  margin-top: -3px;
}
header .header-top .group-dropdown .dropdown-menu .dropdown-follow {
  display: block;
  float: left;
  height: 40px;
}
header .header-top .contact {
  display: inline-block;
  float: left;
}
header .header-top .contact .phone {
  font-size: 24px;
  font-family: 'fontbold';
  color: #ff373f;
}
header .header-top .contact .text-hotline {
  font-size: 15px;
}
header .header-top .contact p {
  font-size: 12px;
}
header .header-top .super-relate {
  display: inline-block;
  width: 50%;
  margin-left: 5px;
  margin-bottom: 1px;
}
header .header-top .super-relate .link {
  font-size: 18px;
  font-style: normal;
  font-family: 'fontbold';
  color: #00adef;
}
header .header-top .super-relate p {
  font-size: 12px;
  margin-top: 3px;
}
header .form-search input.form-control {
  padding: 0 75px 0 12px;
  border: none;
  outline: none;
  color: #525252;
  font-family: 'fontregular';
  font-size: 13px;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
header .form-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  height: 40px;
  border-radius: 0;
}
header .form-search .btn-search .fa {
  font-size: 18px;
  position: relative;
  top: -1px;
}
header .form-search input::-webkit-input-placeholder {
  color: #525252;
  font-size: 13px;
  font-family: 'fontregular';
}
header .form-search input::-moz-placeholder {
  color: #525252;
  font-family: 'fontregular';
  font-size: 13px;
}
header .form-search input::-ms-input-placeholder {
  color: #525252;
  font-family: 'fontregular';
  font-size: 13px;
}
header .form-search input::-moz-placeholder {
  color: #525252;
  font-family: 'fontregular';
  font-size: 13px;
}
header .form-search .dropdown-menu {
  z-index: 999999;
}
.icon-sale-hot {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
  background: url("../images/icons/icon-hot-sale.png") no-repeat;
  background-size: 100% 100%;
}
header .hot-sale {
  display: inline-block;
  color: #ff0000;
  background: #fbf9d8;
  font-weight: bold;
  border-radius: 3px;
  padding: 3px 6px 2px;
  padding-left: 0;
  text-transform: uppercase;
  position: relative;
  top: 8px;
  z-index: 99999;
}
header .hot-sale:hover {
  color: #00adef;
}
header .cart.dropdown {
  float: right;
  display: block;
  vertical-align: middle;
  margin-top: -8px;
  height: 40px;
  width: 40px;
  text-align: right;
  position: absolute !important;
  top: 24px;
  right: 15px;
}
header .cart.dropdown > a {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 100%;
}
header .cart.dropdown > a .number {
  position: absolute;
  top: -7px;
  right: -7px;
  padding-top: 1px;
  color: white;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ed1c24;
  width: 20px;
  height: 20px;
}
header .cart.dropdown .dropdown-menu {
  top: 55px;
}
header .wrap-slider {
  background-color: transparent;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  position: relative;
  z-index: 10000;
  height: 43px;
  overflow: hidden;
  width: 85%;
  float: right;
}
header .slider {
  width: 890px !important;
  float: left;
}
header .slider .owl-item {
  width: auto !important;
}
header .slider .item {
  padding: 0;
  margin-right: 34px;
  display: table;
  height: 46px;
  text-align: left;
}
header .slider .item a {
  display: table-cell;
  vertical-align: middle;
  font-family: 'fontsemibold';
  font-size: 14px;
  border-bottom: 3px solid #fff;
  text-align: left;
  text-transform: uppercase;
}
header .slider .item a:hover,
header .slider .item a:focus,
header .slider .item a:active {
  color: #00adef;
  text-decoration: none;
  border-bottom: 3px solid #00adef;
}
header .customNavigation {
  margin-top: 7px;
}
header .next-pre {
  float: right;
  width: auto;
  display: inline-block;
  font-size: 14px;
  color: #00adef;
}
header .next-pre .fa {
  font-size: 30px !important;
  line-height: 26px;
}
header .next-pre .next {
  width: 27px;
  height: 30px;
}
header .next-pre .next.disabled {
  display: inline-block !important;
}
header .next-pre .prev {
  margin-left: 0;
  width: 27px;
  height: 30px;
}
header .next-pre .text {
  display: inline-block;
  margin: 0 8px;
  font-family: 'fontlight';
  font-weight: normal;
}
header .next-pre .btn {
  color: #00adef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
header .next-pre .btn:hover,
header .next-pre .btn:focus,
header .next-pre .btn:active {
  outline: 0;
  box-shadow: none;
}
header .next-pre.disabled {
  display: none;
}
header .owl-controls {
  display: none !important;
}
header .menu-home {
  width: 100%;
  overflow: hidden;
}
header .menu-home ul {
  width: 1000%;
}
header .menu-home ul li {
  display: inline-block;
  float: left;
  padding: 5px;
}
header .menu-home ul li a {
  color: white;
  background-color: #ff5722;
  padding: 5px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
header .menu-home ul li a:hover {
  text-decoration: none;
  background-color: #ee3900;
}
header #collapseExample {
  position: absolute;
  left: 0;
  width: 100%;
  top: 67%;
  z-index: 9999;
}
header #collapseExample .container {
  width: 1140px !important;
  padding: 0;
}
header .logo-humburger {
  position: relative;
  height: 90px;
  overflow: hidden;
}
header .humburger,
header .humbur {
  transition-property: opacity, bottom;
  transition-duration: .25s, .25s, .25s, .1s;
  transition-delay: .25s, 0s, 0s;
  position: absolute;
  bottom: -50px;
  left: 15px;
  display: block;
  opacity: 0;
  height: 50px;
  line-height: 50px;
  width: 120px;
}
header .humburger:hover,
header .humburger:focus,
header .humburger:active {
  text-decoration: none;
}
header .humburger span {
  color: #00adef;
  font-size: 16px;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
header .humburger span.fa {
  font-size: 22px;
  margin-right: 8px;
  float: left;
  margin-top: 14px;
  color: #00adef;
  font-weight: normal;
}
header .humburger span.fa.fa-bars:before {
  content: "\f00d";
}
header .humburger.collapsed span.fa.fa-bars:before {
  content: "\f0c9";
}
header .logo {
  transition-property: top;
  transition-duration: .25s;
  transition-delay: 0s, .25s, .25s;
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
}
header .logo img {
    height: 80px;
}
header.positionfixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
}
header.positionfixed.positionfixed2 .logo {
  transition-duration: .3s;
  transition-delay: .3s, 0s, 0s;
  top: -100px;
}
header.positionfixed.positionfixed2 .humburger {
  top: 16px;
  opacity: 1;
}
header.positionfixed.positionfixed2 .humburger1 {
  bottom: -13px;
  opacity: 1;
  transition-duration: .3s;
  transition-delay: 0s, .3s, .3s;
  background: url(../images/icon-scroll.png);
}
header.positionfixed #collapseExample {
  top: 100%;
}
header.positionfixed #collapseExample .wrap-slider,
header.positionfixed #collapseExample .menu-content {
  background: #fff;
}
header.positionfixed #collapseExample .container {
  background: #fff;
}
header.positionfixed #detail-collapse {
  margin-left: -6px;
  margin-top: 13px;
}
header.positionfixed #detail-collapse p {
  font-weight: bold;
  font-size: 16px;
  color: #464646;
}
header.positionfixed #detail-collapse .price {
  font-size: 16px;
  color: #ff9000;
  margin: 6px 0 0 0;
}
header.positionfixed #detail-collapse .price p {
  float: left;
  margin-right: 6px;
  color: #ff9000;
}
header.positionfixed #detail-collapse .price span {
  font-size: 13px !important;
  font-weight: bold;
  text-decoration: line-through;
  color: #464646 !important;
}
header.positionfixed #detail-collapse .price span.sale {
  text-decoration: none !important;
  color: #ff9000 !important;
  margin-left: 6px;
}
header .header-top #collapse-scroll {
  display: none;
}
header .header-order {
  width: 455px;
  float: right;
  margin-top: -55px;
  padding: 0 !important;
}
header .header-order .slash-line {
  width: 43px;
  border-top: 1px dashed #888686;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 22px;
  float: left;
  margin-right: -1px;
}
header .header-order .order {
  padding: 12px 45px !important;
}
header .header-order .like {
  padding: 13px 16px 9px 16px;
  display: inline-block;
  border: 1px solid #ff9000;
  border-radius: 40px;
  float: right;
  cursor: pointer;
}
header .header-order .like div {
  width: 155px;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
}
footer .back-top-btn {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 80px;
  z-index: 9;
  min-width: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: #ff373f;
  line-height: 0;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
footer .back-top-btn:hover {
  background-color: #00adef;
  color: #fff;
}
footer .back-top-btn:visited,
footer .back-top-btn:focus {
  background-color: #00adef;
  color: #fff;
}
footer .back-top-btn span {
  font-size: 30px;
  position: relative;
  top: 2px;
}
footer .note {
  font-style: italic;
  position: relative;
  top: -15px;
}
footer .btn-border .percent {
  color: #ff373f;
  font-family: 'fontbold';
  font-size: 24px;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  top: 2px;
  transform: none;
  -webkit-transform: none;
  width: auto;
}
footer .btn-border.other {
  text-transform: inherit;
  width: 188px;
  height: 35px;
  line-height: 35px;
}
footer .connect-mymall .youtube {
  margin-top: 15px;
}
footer .connect-mymall .youtube .text {
  color: #00adef;
  margin-top: 5px;
}
footer .bct {
  display: inline-block;
}
footer .bct .col-md-6 {
  padding-left: 0;
}
.red {
  color: #ff373f;
}
/* footer====== */
footer {
  padding: 30px 0 10px 0;
  position: relative;
  background-color: #f8f8f8;
}
footer .scrollup {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  background-color: #ff9000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 44px;
}
footer .scrollup span {
  font-size: 30px;
  margin-top: 5px;
}
footer .scrollup:hover,
footer .scrollup:focus,
footer .scrollup:active {
  background-color: #e68200;
}
footer .padding {
  padding-left: 0;
}
footer .footer-top {
  width: 100%;
}
footer h4 {
  font-size: 18px;
  color: #464646;
  font-family: "fontbold";
  margin: 0 0 15px;
}
footer h4.blue {
  color: #4dcdf7;
}
footer ul li {
  font-size: 1em;
  color: #727272;
  margin-bottom: 7px;
}
footer ul li.orange a {
  color: #ff9000;
  font-size: 14px;
  font-family: "fontsemibold";
}
footer ul li.orange a:hover,
footer ul li.orange a:focus,
footer ul li.orange a:active {
  text-decoration: none;
  color: #ff9000;
}
footer ul li a {
  color: #464646;
  font-size: 14px;
  font-family: "fontlight";
}
footer ul li a:visited {
  color: #464646;
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
  color: #2bc5f8;
  text-decoration: none;
  font-weight: bold;
}
footer .col-sm-3 li .default {
  color: #2bc5f8;
  font-weight: bold;
}
footer p.text-support {
  color: #464646;
  font-family: "fontbold";
  margin-bottom: 7px;
  font-size: 14px;
}
footer p.text-support i {
  font-family: "fontlight";
  display: block;
}
footer p.telephone {
  margin-bottom: 2px;
}
footer p.telephone a {
  color: #ff373f;
  font-size: 26px;
  font-family: "fontbold";
}
footer p.telephone a:hover,
footer p.telephone a:focus,
footer p.telephone a:active {
  text-decoration: none;
}
footer p.time {
  margin-bottom: 20px;
  font-size: 13px;
}
footer p.time b {
  font-family: "fontsemibold";
  display: block;
}
footer .bct p {
  font-style: italic;
  margin-top: 2px;
  font-size: 13px;
  font-family: "fontlight";
  color: #464646;
}
footer .btn.btn-border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "fontbold";
  width: 194px;
  border: 1px solid #2bc5f8;
  font-size: 13px;
}
footer .btn.btn-border span {
  padding: 0;
}
footer .connect-mymall .total-link {
  margin-top: 25px;
  color: #464646;
  font-family: "fontlight";
  font-size: 14px;
}
footer .connect-mymall .total-link a {
  color: #2bc5f8;
  text-decoration: underline;
  font-family: "fontregular";
  margin-right: 10px;
}
footer .footer-bottom {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
footer .footer-bottom .padding1 {
  padding-right: 0;
  width: 44%;
}
footer .footer-bottom .padding2 {
  width: 54%;
  padding-left: 10px;
  padding-right: 0;
}
footer .footer-bottom .nav-copyright {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
footer .footer-bottom nav ul li {
  display: inline-block;
  font-size: 0.929em;
  margin-right: 30px;
}
footer .footer-bottom nav ul li a {
  color: #333;
}
footer .footer-bottom p {
  color: #464646;
  font-size: 13px;
  font-family: "fontlight";
}
footer .footer-bottom p.address b {
  font-family: "fontbold";
}
footer .footer-bottom .padding2 p {
  font-size: 14px;
  font-family: "fontbold";
}
footer .footer-bottom .nav-address nav ul li a,
footer .footer-bottom .nav-address p {
  color: #767676;
}
footer .footer-bottom .btn.btn-border {
  width: 100px;
  height: 35px;
  line-height: 30px;
  font-size: 13px;
  margin-left: 3px;
  border: 1px solid #d7d7d7;
  margin-top: 0px;
  padding: 0;
  color: #252525;
  font-family: "fontlight";
}
footer .footer-bottom .btn.btn-border:hover,
footer .footer-bottom .btn.btn-border:focus,
footer .footer-bottom .btn.btn-border:active {
  border: 1px solid #d7d7d7;
  color: #252525;
  font-family: "fontlight";
  background-color: #fff;
}
footer .footer-bottom .btn.btn-border:first-child {
  margin-left: 0;
}
footer .footer-bottom .btn.btn-border.btn-version-mobile {
  width: 161px;
  padding: 0;
  color: #2bc5f8;
  margin-right: 0;
  font-size: 13px;
  font-family: "fontregular";
  text-transform: lowercase;
  cursor: pointer;
}
footer .footer-bottom .btn.btn-border.btn-version-mobile:hover,
footer .footer-bottom .btn.btn-border.btn-version-mobile:focus,
footer .footer-bottom .btn.btn-border.btn-version-mobile:active {
  color: #fff;
  background-color: #2bc5f8;
}
footer .footer-bottom .btn.btn-border.btn-version-mobile span {
  text-align: center;
  padding: 0 ;
  display: inline;
  position: static;
}
footer .footer-bottom .btn.btn-border.btn-version-mobile span i {
  display: inline-block;
  /* float: left; */
  margin-right: 5px;
  font-style: normal;
}
footer .footer-bottom .btn.btn-border.btn-version-mobile span i:first-child:first-letter {
  text-transform: uppercase;
}
footer .footer-bottom .btn.btn-border.btn-version-mobile span i:last-child {
  margin-right: 0;
  height: 32px;
  line-height: 30px;
}
footer .hotline {
  margin-top: 20px;
}
footer .hotline p {
  color: #727272;
  font-size: 14px;
}
footer .hotline p a {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  text-decoration: none;
}
footer .hotline p a:hover,
footer .hotline p a:active,
footer .hotline p a:focus {
  text-decoration: none;
}
.affix {
  position: fixed !important;
}
.sidebar .menu-sidebar .item-root ul.content {
  display: none;
}
.sidebar .menu-sidebar .item-root.active ul.content {
  display: block;
}
.sidebar .content-sidebar {
  width: 210px;
  height: 1700px;
  overflow: hidden;
}
.sidebar .content-sidebar .all-box-check {
  height: 90%;
}
.sidebar .content-sidebar .mCSB_scrollTools {
  visibility: hidden;
}
.sidebar .content-sidebar:hover .mCSB_scrollTools {
  visibility: visible;
}
.sidebar .content-sidebar.affix {
  top: 115px;
  width: 240px;
  height: 1700px;
  overflow: hidden;
}
.sidebar .content-sidebar.affix .box-check {
  width: 210px;
}
.sidebar h2 {
  margin-top: 0;
  font-family: "fontsemibold";
  color: #464646;
  font-size: 24px;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.sidebar h2 span {
  font-size: 14px;
  color: #818181;
  font-family: "fontregular";
  text-transform: lowercase;
}
.sidebar h2 span:first-letter {
  text-transform: uppercase;
}
.sidebar ul {
  padding: 0;
  list-style: none;
}
.sidebar .box-check {
  margin-bottom: 28px;
}
.sidebar .box-check .fa {
  font-size: 20px;
}
.sidebar .box-check .heading {
  margin-bottom: 10px;
}
.sidebar .box-check .heading h4 {
  color: #464646;
  text-align: left;
  font-family: "fontsemibold";
  font-size: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e1e1e1;
}
.sidebar .box-check .heading h4 a {
  color: #464646;
  font-family: "fontsemibold";
  text-decoration: none;
}
.sidebar .box-check .heading h4 a:before,
.sidebar .box-check .heading h4 a:after {
  display: table;
  content: "";
}
.sidebar .box-check .heading h4 a:after {
  clear: both;
}
.sidebar .box-check .heading h4 a .text {
  float: left;
}
.sidebar .box-check .heading h4 a .fa {
  float: right;
}
.sidebar .box-check ul .item-parent .parent-menu .fa {
  float: right;
  font-size: 16px;
}
.sidebar .box-check ul .item-parent .parent-menu.active .fa-angle-up:before {
  content: "\f107";
}
.sidebar .box-check ul .item-parent ul.content a.active {
  color: #00adef;
}
.sidebar .box-check .heading h4 a.collapsed .fa-angle-up:before {
  content: "\f107";
}
.sidebar .box-check .form-inputsearch {
  margin-bottom: 10px;
}
.sidebar .box-check .form-inputsearch .form-control {
  height: 36px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .box-check .menu-sidebar li a {
  color: #464646;
  font-size: 14px;
  font-family: "fontregular";
  padding: 5px 0;
  display: block;
}
.sidebar .box-check .menu-sidebar li a:hover {
  background: #fff;
}
.sidebar .box-check .menu-sidebar li.active a {
  color: #00adef;
}
.sidebar .box-check .menu-sidebar li.active a + ul a {
  color: #464646;
}
.sidebar .box-check .menu-sidebar li a:hover,
.sidebar .box-check .menu-sidebar li a:active,
.sidebar .box-check .menu-sidebar li a:focus {
  text-decoration: none;
  color: #00adef;
}
.sidebar .box-check .menu-sidebar li a i {
  font-family: "fontlight";
  font-style: normal;
}
.sidebar .box-check .menu-sidebar li .btn {
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background-color: transparent !important;
  text-align: left;
  line-height: initial;
  font-style: normal;
  color: #464646;
  font-family: "fontregular";
  font-size: 14px;
  font-weight: normal;
  height: auto;
  padding: 2px 0;
}
.sidebar .box-check .menu-sidebar li .btn:before,
.sidebar .box-check .menu-sidebar li .btn:after {
  display: table;
  content: "";
}
.sidebar .box-check .menu-sidebar li .btn:after {
  clear: both;
}
.sidebar .box-check .menu-sidebar li .btn i {
  font-style: normal;
  font-family: "fontlight";
}
.sidebar .box-check .menu-sidebar li .btn:hover,
.sidebar .box-check .menu-sidebar li .btn:focus,
.sidebar .box-check .menu-sidebar li .btn:active {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent !important;
  outline: none;
  color: #2bc5f8;
  /*+ .dropdown-menu {
              display: block;
            }*/
}
.sidebar .box-check .menu-sidebar li .btn .text {
  float: left;
}
.sidebar .box-check .menu-sidebar li .btn .fa {
  float: right;
}
.sidebar .box-check .menu-sidebar li .content {
  padding-left: 20px;
}
.sidebar .box-check .menu-sidebar li.dropdown .dropdown-menu li {
  font-size: 14px;
  padding: 0;
  border-top: 1px dashed #ebebeb;
  margin: 0;
}
.sidebar .box-check .menu-sidebar li.dropdown .dropdown-menu li:first-child {
  border-top: none;
}
.sidebar .box-check .menu-sidebar li.dropdown .dropdown-menu li a {
  text-align: left;
  padding: 5px 0;
  display: block;
}
.sidebar .box-check .menu-sidebar li.dropdown.open .fa-angle-right:before {
  content: "\f106";
}
.sidebar .box-check .scrollbar {
  height: 180px;
  overflow: hidden;
}
.sidebar .box-check #content4 .scrollbar {
  height: 210px;
}
.hamburger-btn {
  width: 24px;
  height: 60px;
  border: 0;
  display: inline-block;
  float: right;
  cursor: pointer;
  background: url(../images/icons/hamburger.png) no-repeat;
  background-position: center center;
}
.open-sidebar {
  overflow: hidden;
}
.open-sidebar .overlay {
  display: block;
}
.open-sidebar .mobile-sidebar {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.open-sidebar .sidebar-close {
  display: block;
}
.overlay {
  position: fixed;
  z-index: 1035;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.mobile-sidebar {
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
}
.sidebar-header {
  height: 60px;
}
.sidebar-header .nav-logo {
  padding: 14px 20px;
  display: inline-block;
}
.sidebar-header .nav-logo a {
  width: 95px;
  display: block;
}
.sidebar-close {
  display: none;
  top: 0;
  right: 0;
  width: 53px;
  height: 60px;
  background: url('../images/icons/back-to-main.png') no-repeat center center;
  position: absolute;
  text-align: center;
}
.sidebar-container {
  height: 100%;
  padding-bottom: 6rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sidebar-container .verticle-nav {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-container .verticle-nav li {
  width: 100%;
}
.sidebar-container .verticle-nav li a {
  width: 100%;
  font-weight: 600;
  color: #212121;
  padding: 10px 20px;
  display: block;
}
.sidebar-container .verticle-nav li.active a {
  color: #464646;
}
.sidebar-container .menu-mobile-list {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .hamburger-btn,
  .overlay {
    display: none !important;
  }
  .open-sidebar {
    overflow: scroll;
  }
  .open-sidebar .mobile-sidebar {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
}
.block-icon {
  width: 100%;
  margin-bottom: 17px;
}
.block-icon:before {
  float: none;
  display: inline-block;
}
.block-title {
  color: #464646;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 17px;
}
.block-detail {
  color: #212121;
}
.block-link {
  color: #ff373f;
  font-weight: 600;
  margin-top: 15px;
  display: block;
}
.block-link:hover {
  color: #ff373f;
  text-decoration: underline;
}
.block-item.block-center {
  text-align: center;
}
.block-item.block-float .block-icon {
  width: 50px;
  float: left;
}
.block-item.block-float .block-content {
  margin-left: 60px;
}
.block-item.preview-block {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.block-item.preview-block .preview-img {
  width: 80px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #dfdfdf;
  position: relative;
  float: left;
}
.block-item.preview-block .preview-img img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: 100%;
}
.block-item.preview-block .block-content {
  margin-left: 95px;
}
.block-item.preview-block .block-content .block-title {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 22px;
}
.block-item.preview-block .block-content .date-time {
  font-size: 12px;
  color: #212121;
}
.info-block {
  max-width: 263px;
  margin-bottom: 20px;
}
.guide-block {
  height: 260px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 25px 10px;
  margin: 15px 0;
  display: block;
}
.guide-block .block-icon {
  height: 55px;
  line-height: 55px;
  margin-top: 26px;
}
.guide-block .block-icon img {
  max-width: 60px;
  max-height: 50px;
}
.guide-block:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.075);
}
.guide-block:hover .block-link {
  text-decoration: underline;
}
.contact-block {
  margin-bottom: 40px;
}
.contact-block .block-title {
  margin-bottom: 10px;
}
.contact-block .block-link {
  color: #00adef;
  margin-bottom: 20px;
}
.contact-block:last-child {
  margin-bottom: 0;
}
.contact-block:last-child .block-link {
  margin-bottom: 0;
}
.article-index-img {
  display: block;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.article-index-img img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .article-index-img {
    height: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .article-index-img {
    height: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .article-index-img {
    height: 163px;
  }
}
@media only screen and (min-width: 1200px) {
  .article-index-img {
    height: 200px;
  }
}
.article-index-title .article-index-link {
  height: 48px;
  overflow: hidden;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #464646;
  margin-top: 10px;
}
.article-index-title .article-index-link:hover {
  text-decoration: underline;
}
.article-index-time {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
.article-index-detail {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}
.news-article {
  color: #212121;
  margin-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .news-article {
    height: 326px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-article {
    height: 375px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-article {
    height: 338px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-article {
    height: 375px;
  }
}
.tab-selector {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-tab {
    overflow: visible;
    margin-bottom: 20px;
  }
  .tab-selector {
    width: 100%;
    height: 34px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 15px;
    color: #464646;
    border: 1px solid #d7d7d7;
  }
  .tab-selector.drop-active + .is-dropdown {
    display: block;
  }
  .tab-selector:after {
    float: right;
    margin-top: 1px;
    content: "\f107";
    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;
  }
  .is-dropdown {
    display: none;
    position: absolute;
    top: 33px;
    left: 15px;
    right: 15px;
    z-index: 9;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    border: 1px solid #d7d7d7;
    padding: 0 15px;
  }
}
.breadcrumb {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.breadcrumb li {
  font-weight: 600;
}
.breadcrumb li + li:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff373f;
}
.breadcrumb li a {
  color: #ff373f;
}
.verticle-sidebar ul {
  list-style: none;
  padding-left: 0;
}
.verticle-sidebar ul li {
  list-style: none;
}
.verticle-sidebar .ul-has-child > li > a {
  font-weight: bold;
  color: #464646;
}
.verticle-sidebar .ul-has-child li {
  position: relative;
}
.verticle-sidebar .ul-has-child li a {
  padding: 8px 15px;
  display: block;
}
.verticle-sidebar .ul-has-child li a:hover {
  background-color: #f5f5f5;
}
.verticle-sidebar .ul-has-child li.li-has-child ul {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.verticle-sidebar .ul-has-child li.li-has-child ul li a {
  padding-left: 30px;
  font-weight: 600;
  color: #212121;
}
.verticle-sidebar .ul-has-child li.li-has-child ul li.active > a {
  color: #ff373f;
}
.verticle-sidebar .ul-has-child li.active > a {
  font-weight: bold;
  color: #ff373f;
}
.verticle-sidebar .ul-has-child .show-child-toggle {
  width: 37px;
  line-height: 37px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.verticle-sidebar .ul-has-child .show-child-toggle .fa {
  font-size: 20px;
}
.verticle-sidebar .ul-has-child .show-child-toggle:hover .fa {
  color: #ff373f;
}
.meter {
  height: 5px;
  width: 100px;
  float: left;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  border: 1px solid #fe0000;
}
@media only screen and (max-width: 1200px) {
  .meter {
    width: 86px;
  }
}
.meter > span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #2bc253;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2bc253), color-stop(1, #54f054));
  background-image: -moz-linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  position: relative;
  overflow: hidden;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.animate > span:after {
  display: none;
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.orange > span {
  background-color: #fe0000;
  background-image: -moz-linear-gradient(top, #fe0000, #fe0000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fe0000), color-stop(1, #fe0000));
  background-image: -webkit-linear-gradient(#fe0000, #fe0000);
}
.nostripes > span > span,
.nostripes > span:after {
  -webkit-animation: none;
  background-image: none;
}
.popular-product {
  display: inline-block;
  margin-left: -7px;
  margin-right: -7px;
  width: 101%;
}
.popular-product .col-product {
  background: #fff;
  display: inline-block;
  /*height: 296px;*/
  width: 100%;
  border: 1px solid #d7d7d7;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.popular-product .col-product:hover {
  border-color: #ff373f;
  box-shadow: -2px 2px 19px -2px #c7c6c6;
}
.popular-product .wrap-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.popular-product .wrap-img img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
.popular-product .wrap-text {
  padding: 5px 8px;
}
.popular-product .wrap-text a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 2.6em;
  word-wrap: break-word;
  line-height: 17px;
  margin-bottom: 5px;
}
.popular-product .wrap-text .old-price {
  font-size: 12px;
  color: #818181;
  text-decoration: line-through;
}
.popular-product .wrap-text .new-price {
  font-size: 15px;
  color: #00adef;
  font-weight: bold;
  margin-left: 5px;
}
.popular-product .shop-infor {
  padding: 8px;
  border-top: 1px solid #d7d7d7;
}
.popular-product .shop-infor a {
  color: #00adef;
  width: 90px;
  display: inline-block;
  overflow: hidden;
  /*word-wrap: break-word;*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 1.5em;
}
.popular-product .shop-infor .vote {
  display: inline-block;
  float: right;
}
.popular-product .shop-infor .vote .fa-star {
  color: #00adef;
}
.popular-product .shop-infor .wrap-logo {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.popular-product .shop-infor .wrap-logo img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
/*custome button swipper slider*/
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
}
.scrollbar {
  max-height: 500px;
}
@media (max-width: 1400px) {
  .scrollbar {
    max-height: 380px;
  }
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  padding-right: 5px;
  width: auto;
  height: auto;
}
.mCSB_scrollTools {
  visibility: hidden;
}
:hover .mCSB_scrollTools {
  visibility: visible;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
  position: absolute;
  width: 6px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(157, 157, 157, 0.29);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(245, 245, 245, 0.69);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.modal-title {
  font-size: 20px;
  font-weight: 600;
}
.modal-backdrop {
  /*position: relative;*/
}
.forgetpass-modal .modal-header {
  height: 60px;
  border-bottom: 0;
  background-color: #ebebeb;
  border-radius: 6px 6px 0 0;
}
.forgetpass-modal .modal-body {
  text-align: center;
}
.forgetpass-modal .forgetpass-form p {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 25px;
}
.forgetpass-modal .forgetpass-form .btn {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
.forgetpass-modal .forgetpass-form label {
  text-align: center;
}
.forgetpass-modal .form-group {
  margin-bottom: 10px;
}
.modal-pay-bank .modal-dialog {
  width: 600px;
}
.modal-pay-bank .modal-dialog .title-popup {
  text-transform: uppercase;
  margin: 10px 0 20px;
  text-align: center;
  display: block;
  color: #00adef;
}
.modal-pay-bank .modal-dialog input[type="radio"]:checked + label {
  color: #00adef;
}
.modal-pay-bank .modal-dialog .modal-body {
  padding: 20px;
  text-align: left;
}
.modal-pay-bank .modal-dialog .list-pay li {
  line-height: 28px;
}
.modal-pay-bank .modal-dialog .information {
  width: 90%;
  margin: 15px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  background: #dff6ff;
  display: none;
}
.modal-pay-bank .modal-dialog .information .note {
  margin-bottom: 14px;
  display: inline-block;
  color: #818181;
  line-height: 18px;
}
.modal-pay-bank .modal-dialog .person-infor {
  display: inline-block;
  width: 80%;
  margin: 20px 0;
}
.modal-pay-bank .modal-dialog .person-infor .form-group {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.modal-pay-bank .modal-dialog .person-infor .form-control {
  height: 32px;
  width: 74%;
  float: right;
}
.modal-pay-bank .modal-dialog .btn-primary {
  width: 40%;
  margin: 20px auto 10px;
  display: block;
}
.modal-pay-bank .modal-dialog .close {
  font-size: 30px;
  color: #c4c4c4;
  opacity: 1;
  z-index: 9;
  position: relative;
}
.modal-pay-bank .modal-dialog input[type=radio] {
  top: 0;
}
.wrap-pagi {
  width: 100%;
}
.page {
  clear: both;
  display: inline-block;
  float: right;
  margin-top: 5px;
}
.page i {
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  background: #00adef;
  height: 36px;
  line-height: 24px;
  cursor: pointer;
  padding-left: 8px;
}
.page .wrap {
  display: inline-block;
  height: 36px;
}
.page .wrap p {
  display: inline-block;
  float: left;
}
.page .wrap .display {
  padding: 8px 12px;
}
.page .wrap .left,
.page .wrap .right {
  float: left;
}
.page .wrap .left .fa-angle-double-left,
.page .wrap .right .fa-angle-double-left {
  float: left;
  margin-right: 4px;
}
.page .wrap .left div,
.page .wrap .right div {
  width: 50px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #00adef;
  border-radius: 4px;
  float: left;
  margin-right: 4px;
}
.page .wrap .left div p,
.page .wrap .right div p {
  float: none;
  color: #818181;
  cursor: pointer;
}
.page .page-number {
  display: inline-block;
  float: left;
  padding: 0;
}
.page .page-number li {
  list-style: none;
  float: left;
  height: 36px;
  padding: 0px 6px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
}
.page .page-number li:hover,
.page .page-number li:focus,
.page .page-number li:active {
  border-color: #00adef;
}
.page .page-number li.active {
  border-color: #00adef;
}
.page .per_page {
  display: inline-block;
  float: right;
  position: relative;
}
.page .per_page select {
  width: 134px;
  height: 36px;
  border: 1px solid #00adef;
  border-radius: 3px;
  margin-left: 20px;
  padding-left: 10px;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  float: left;
  background: transparent;
  position: relative;
  z-index: 1;
  margin-left: 0;
}
.page .per_page i {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  height: 36px;
  line-height: 27px;
  z-index: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.new-homepage .banner {
  border-top: none;
}
.new-homepage h3.title {
  font-size: 30px;
  text-transform: uppercase;
  color: #00adef;
  text-align: center;
  font-weight: 700;
  margin: 30px 0;
}
.new-homepage h4.title-block {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 15px;
}
.new-homepage h4.title-block:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 7px;
  height: 30px;
  background: #00adef;
}
.new-homepage h4.title-block .view-all {
  font-size: 14px;
  color: #fff;
  background-color: #00adef;
  padding: 2px 5px;
  text-transform: initial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 8px;
  position: relative;
  top: -4px;
}
.new-homepage .row-second {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.new-homepage .row {
  margin: 0;
}
.block-product {
  background: #f8f8f8;
  padding-bottom: 40px;
}
.block-product .block {
  margin-top: 40px;
}
.block-product .block .row {
  background: #fff;
}
.block-product .col-md-4 {
  width: 35.5%;
}
.block-product .col-md-8 {
  width: 64.5%;
}
.block-show {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  padding-bottom: 10px;
}
.block-show .content {
  display: inline-block;
  padding: 10px;
  padding-bottom: 15px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.block-show .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 2.9em;
  word-wrap: break-word;
  margin: 10px 0;
}
.block-show .content .price {
  margin-bottom: 5px;
}
.block-show .content .price .sale-price {
  font-size: 15px;
  font-weight: 700;
  color: #ff373f;
}
.block-show .content .price .real-price {
  font-size: 12px;
  color: #818181;
  text-decoration: line-through;
  margin-left: 8px;
}
.block-show .content .title-brand {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.block-show .content .title-brand a {
  color: #00adef;
  text-transform: uppercase;
  font-weight: 700;
}
.block-show .content .title-brand .good-price {
  background: #ff0000;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
}
.block-show .content .sale-anounce {
  display: inline-block;
  color: #00adef;
}
.block-show .content .sale-anounce .icon-gift {
  margin-right: 10px;
}
.block-show .content .sale-anounce .icon-gift:before {
  width: inherit;
  height: inherit;
  font-size: 20px;
}
.block-show .content .new-brand {
  float: right;
  color: #fff;
  padding: 0px 7px;
  padding-bottom: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #08c322;
}
.block-show .box {
  display: inline-block;
  width: 240px;
  height: 360px;
  float: left;
  border: 1px solid transparent;
  position: relative;
}
.block-show .box .link-img {
  display: inline-block;
  position: relative;
  max-height: 205px;
  height: 205px;
  width: 100%;
}
.block-show .box .link-img .sale-off {
  position: absolute;
  top: -12px;
  left: 7px;
  width: 44px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 41px;
  text-align: center;
}
.block-show .box .link-img .change {
  position: absolute;
  top: 40px;
  right: 10px;
}
.block-show .box .link-img .pay-little {
  padding: 1px 5px;
  background: #fff;
  color: #ff373f;
  text-transform: uppercase;
  font-family: 'fontbold';
  border: 1px solid #ff373f;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.block-show .box .link-img img.img-responsive {
  height: 180px;
  margin: 0 auto;
}
.block-show .box .link-cart {
  height: 40px;
  width: 100%;
  background-color: #ff373f;
  display: inline-block;
  line-height: 42px;
  margin-bottom: -2px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-family: "fontsemibold";
  text-transform: uppercase;
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
}
.block-show .box .link-cart .total {
  display: inline-block;
  width: auto;
}
.block-show .box .link-cart .total span {
  float: left;
}
.block-show .box .link-cart:hover {
  background-color: #00adef;
}
.block-show .box:hover {
  border: 1px solid #00adef;
  box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.3);
}
.block-show .box:hover .link-cart {
  display: block;
}
.block-show .box.has-coupon .link-cart {
  top: 40%;
}
.block-show .box.has-coupon .content .title-brand {
  margin-bottom: 4px;
}
.block-show .box.has-coupon .link-img img.img-responsive {
  max-height: 210px;
}
.block-show .box.has-coupon .content p {
  margin-bottom: 4px;
}
.block-show .coupon,
.box-buy .coupon {
  line-height: 18px;
  background: #fbf9d8;
  border: 1px dashed #ccc;
  padding: 4px 8px;
  margin-bottom: 5px;
}
.block-show .coupon p,
.box-buy .coupon p {
  margin: 0;
  height: auto;
}
.block-show .coupon p .color,
.box-buy .coupon p .color {
  font-weight: 600;
}
.sales-max {
  padding-bottom: 60px;
}
.sales-max .block-tabs {
  border: 1px solid #d7d7d7;
}
.sales-max .block-tabs .tab-container {
  border: none;
}
.sales-max .block-tabs .tab-content {
  padding: 10px 0 15px;
}
.sales-max .block-tabs .tab-content div.tab .wrap {
  margin: 0;
  padding: 0 18px;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy {
  margin-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  border: 1px solid transparent;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy:hover {
  border-color: #00adef;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .sale-off {
  width: 44PX;
  position: absolute;
  top: 7px;
  left: 7px;
  overflow: visible;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 41px;
  text-align: center;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .change {
  position: absolute;
  top: 40px;
  right: 10px;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .pay-little {
  padding: 4px 5px;
  background: #fff;
  color: #ff373f;
  text-transform: uppercase;
  font-family: 'fontbold';
  border: 1px solid #ff373f;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: initial;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content {
  display: inline-block;
  padding: 10px;
  padding-bottom: 15px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 2.9em;
  height: auto;
  word-wrap: break-word;
  margin: 10px 0;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content .price {
  margin-bottom: 5px;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content .price .sale-price {
  font-size: 15px;
  font-weight: 700;
  color: #ff373f;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content .price .real-price {
  font-size: 12px;
  color: #818181;
  text-decoration: line-through;
  margin-left: 8px;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content .title-brand {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content .title-brand a {
  color: #00adef;
  text-transform: uppercase;
  font-weight: 700;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content .title-brand .good-price {
  background: #ff0000;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content .sale-anounce {
  display: inline-block;
  color: #00adef;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content .sale-anounce .icon-gift {
  margin-right: 10px;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content .sale-anounce .icon-gift:before {
  width: inherit;
  height: inherit;
  font-size: 20px;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content .new-brand {
  float: right;
  color: #fff;
  padding: 0px 7px;
  padding-bottom: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #08c322;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy .content .coupon p {
  margin: 0;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy.has-coupon .link-cart {
  top: 40%;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy.has-coupon .content .title-brand {
  margin-bottom: 4px;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy.has-coupon .link-img img.img-responsive {
  max-height: 210px;
}
.sales-max .block-tabs .tab-content div.tab .wrap .box-buy.has-coupon .content p {
  margin-bottom: 4px;
}
.sales-max .block-tabs .tab-content .content {
  margin-top: 0;
}
.sales-max .block-tabs .tab-links {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.sales-max .block-tabs .tab-links li {
  text-align: center;
  width: 20%;
  background: #f9f9f9;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #d7d7d7;
}
.sales-max .block-tabs .tab-links li a {
  font-size: 16px;
  text-transform: uppercase;
  background: #f9f9f9;
  border: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}
.sales-max .block-tabs .tab-links li:hover a {
  border: none;
  background-color: #fff;
  color: #00adef;
  border-bottom: 1px solid #d7d7d7;
}
.sales-max .block-tabs .tab-links li.active a {
  background-color: #fff;
  border-bottom: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  opacity: .75;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  opacity: .75;
  background: white;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  bottom: 15px;
}
ul.slick-dots li button:before {
  font-family: 'slick';
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .7;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 45px;
}
ul.slick-dots li.slick-active button:before {
  color: #00adef;
}
.autoplay .slick-prev,
.autoplay .slick-next {
  display: none !important;
}
.main-content-right .block-show .box {
  width: 100%;
  margin-bottom: 30px;
}
section.co-product {
  padding-top: 30px;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
section.co-product .title {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding-bottom: 4px;
  margin-bottom: 30px;
  font-size: 16px;
}
section.co-product [type="checkbox"].custom:not(:checked),
section.co-product [type="checkbox"].custom:checked {
  position: absolute;
  left: -9999px;
}
section.co-product [type="checkbox"].custom:not(:checked) + label,
section.co-product [type="checkbox"].custom:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-weight: normal;
}
section.co-product [type="checkbox"].custom:not(:checked) + label:before,
section.co-product [type="checkbox"].custom:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 13px;
  height: 13px;
  border: 1px solid #00adef;
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
section.co-product [type="checkbox"].custom:not(:checked) + label:after,
section.co-product [type="checkbox"].custom:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 14px;
  line-height: 0.8;
  color: #00adef;
  transition: all .2s;
}
section.co-product [type="checkbox"].custom:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
section.co-product [type="checkbox"].custom:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
section.co-product .ip_checkbox {
  display: inline-block;
  float: left;
  margin-top: 10%;
}
section.co-product .wrap-img {
  width: 125px;
  height: 125px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
section.co-product .wrap-img img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
section.co-product .information_ {
  display: inline-block !important;
  width: 68%;
}
section.co-product .information_ .price {
  margin-top: 10px;
}
section.co-product .information_ .price .sale-price {
  color: #ff373f;
  font-size: 18px;
  font-weight: 700;
}
section.co-product .information_ .price .real-price {
  font-size: 14px;
  color: #818181;
  text-decoration: line-through;
  margin-left: 10px;
}
section.co-product .list-co-product li {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
section.co-product .total-price {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
section.co-product .total-price .price {
  font-size: 24px;
  color: #ff373f;
  font-weight: 700;
  margin-left: 5px;
}
#facebook,
#command-product {
  text-align: left;
}
.product-detail .coupon {
  position: relative;
  padding: 6px;
  padding-left: 40px;
  margin-top: 15px;
  background: #fbf9d8;
  border: 1px dashed #ccc;
  font-size: 14px;
  padding-top: 16px;
}
.product-detail .coupon:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 10px;
  width: 22px;
  height: 20px;
  background: url("../images/icons/icon-coupon.png") no-repeat;
  background-size: 100% 100%;
}
.product-detail .coupon p {
  display: inline-block;
}
.product-detail .coupon .color {
  font-weight: 600;
}
.product-detail .coupon .online {
  margin-left: 5px;
  color: #00adef;
}
.product-detail .coupon .copy-code {
  font-size: 12px;
  color: #575252;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.product-detail .coupon .copy-code:hover {
  color: #00adef;
}
.product-detail .pay-little {
  margin-top: 15px;
}
.product-detail .pay-little .title {
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
}
.product-detail .pay-little ul {
  margin: 0;
  display: flex;
}
.product-detail .pay-little ul li.one {
  width: 50%;
  margin-right: 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
.product-detail .pay-little ul li.one:last-child {
  margin-right: 0;
}
.product-detail .pay-little ul li.one a {
  color: #464646;
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
}
.product-detail .pay-little ul li.one a .color {
  background: #efd130;
  padding: 2px;
  border-radius: 2px;
}
.product-detail .pay-little ul li.one:hover {
  box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.3);
}
.product-detail .pay-little .icon-bank1 {
  width: 210px;
  height: 25px;
  display: inline-block;
  background: url("../images/bank5.png") no-repeat;
  background-size: 100% 100%;
}
.product-detail .pay-little .icon-bank2 {
  width: 109px;
  height: 30px;
  display: inline-block;
  background: url("../images/bank1.png") no-repeat;
  background-size: 100% 100%;
}
.product-detail .pay-little .icon-bank3 {
  width: 109px;
  height: 30px;
  display: inline-block;
  background: url("../images/bank2.png") no-repeat;
  background-size: 100% 100%;
}
.product-detail .pay-little .icon-bank4 {
  width: 109px;
  height: 30px;
  display: inline-block;
  background: url("../images/bank3.png") no-repeat;
  background-size: 100% 100%;
}
.product-detail .pay-little .icon-bank5 {
  width: 109px;
  height: 30px;
  display: inline-block;
  background: url("../images/bank4.png") no-repeat;
  background-size: 100% 100%;
}
.product-detail .pay-little ul.list {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.product-detail .pay-little ul.list li {
  display: inline-block;
}
.hot-sale .wrap-img {
  border: none;
}
.hot-sale .list-hotsale {
  display: inline-block;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 40px;
}
.hot-sale .list-hotsale li {
  margin: 25px 0;
}
.hot-sale .list-hotsale li .wrap-img {
  position: relative;
  max-height: 250px;
}
.hot-sale .list-hotsale li .wrap-img img {
  width: 100%;
  height: 180px;
}
.hot-sale .list-hotsale li .wrap-text {
  background: #f8f8f8;
  padding: 15px;
  width: 100%;
  display: inline-block;
  min-height: 135px;
  max-height: 135px;
  overflow: hidden;
}
.hot-sale .list-hotsale li .wrap-text .tile-block {
  font-size: 16px;
  color: #00adef;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 3.125em;
  word-wrap: break-word;
}
.block-banner,
.block-top-good,
.block-price-shock,
.block-only-mymall,
.block-tab-menu,
.block-devices,
.block-trade-mark {
  margin-bottom: 35px;
}
.block-banner-bottom {
  margin-bottom: 30px;
}
.block-devices {
  margin-bottom: 22px;
}
.wrap .row-product:last-child .box-buy {
  margin-bottom: 0;
}
.row .row-product:last-child .box-trade-mark {
  margin-bottom: 0;
}
.section-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.section-header {
  margin: 0 auto 50px;
  text-align: center;
}
.time-update {
  font-size: 12px;
  color: #818181;
  margin-left: 5px;
}
.section-inner {
  width: 100%;
}
.section {
  padding-top: 20px;
  text-align: left;
}
.section-banner {
  background-color: #fff;
}
.section-banner .section-title {
  color: #fff;
}
.section-banner .wrap-banner {
  height: 320px;
  margin-bottom: 15px;
}
.section-banner .wrap-banner .banner-1 {
  height: 320px;
}
.section-banner .wrap-banner .banner-right {
  padding-left: 10px;
}
.section-banner .wrap-banner .banner-2 {
  height: 150px;
}
.section-banner .wrap-banner .banner-3 {
  height: 150px;
  margin-top: 20px;
}
.section-banner .wrap-banner .banner-item {
  border: 1px solid #d7d7d7;
  overflow: hidden;
}
.section-banner .wrap-banner .banner-item img {
  width: 100%;
  min-height: 100%;
}
.swiper-wrapper {
  position: relative;
}
.section-trending {
  background: #fff;
}
.section-trending .swiper-slide {
  height: 70px;
  position: relative;
  overflow: hidden;
  float: left;
}
@media only screen and (max-width: 1200px) {
  .section-trending .swiper-slide {
    height: 57px;
  }
}
.section-trending .swiper-slide:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.section-trending .swiper-slide .wrap-img {
  position: absolute;
  top: 0;
  left: 0;
}
.section-trending .swiper-slide img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  max-height: initial;
  width: 100%;
}
.section-trending .swiper-slide a {
  position: static;
  z-index: 999;
  padding: 0;
}
.section-trending .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  height: 25px;
  line-height: 24px;
}
.section-trending .swiper-slide:hover .text {
  background: rgba(0, 0, 0, 0.65);
}
.section-trending a.swiper-button-next,
.section-trending a.swiper-button-prev {
  top: 73%;
  border: none;
}
.section-category .swiper-slide {
  background: #fff;
  text-align: center;
}
.section-category .swiper-slide:hover {
  transform: translateZ(0);
  z-index: 1;
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.1);
}
.section-category .swiper-slide:hover a {
  color: #00adef;
  border-color: rgba(0, 0, 0, 0.12);
}
.section-category .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 125px;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 13px;
  color: #212121;
  line-height: 15px;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1200px) {
  .section-category .swiper-slide a {
    height: 120px;
  }
}
.section-category .swiper-slide a span {
  margin: 0 5px;
}
@media only screen and (max-width: 1200px) {
  .section-category .swiper-slide a span {
    margin: 0;
  }
}
.section-category .swiper-slide .wrap-img {
  position: relative;
  width: 100px;
  height: 70px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 8px;
  margin-top: 8px;
}
@media only screen and (max-width: 1200px) {
  .section-category .swiper-slide .wrap-img {
    width: 85px;
    height: 60px;
  }
}
.section-category .swiper-slide .wrap-img img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
.section-category .swiper-button-next,
.section-category .swiper-button-prev {
  top: 58%;
}
.section-flashsale .fa-bolt,
.section-flashsale .section-title {
  color: #fe0000;
}
.section-flashsale .fa-bolt {
  font-size: 30px;
}
.section-flashsale .view-more {
  position: relative;
  top: 18px;
  text-decoration: underline;
}
.section-flashsale .wrap-flashsale {
  display: inline-block;
  width: 100%;
  background: #fff;
  position: relative;
}
.section-flashsale .wrap-flashsale .col-md-2 {
  padding: 0;
}
.section-flashsale .wrap-flashsale .swiper-slide {
  position: relative;
  overflow: hidden;
  float: left;
}
.section-flashsale .wrap-flashsale .swiper-slide:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.section-flashsale .wrap-flashsale .swiper-slide a {
  padding: 0;
  position: static;
  z-index: 999;
}
.section-flashsale .wrap-flashsale .wrap-img {
  width: 179px;
  height: 179px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .section-flashsale .wrap-flashsale .wrap-img {
    width: 150px;
    height: 150px;
  }
}
.section-flashsale .wrap-flashsale .wrap-img img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.section-flashsale .wrap-flashsale .wrap-text {
  margin: 0 10px;
}
@media only screen and (max-width: 1200px) {
  .section-flashsale .wrap-flashsale .wrap-text {
    padding: 0;
    margin: 0 8px;
  }
}
.section-flashsale .wrap-flashsale .wrap-text a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-weight: bold;
  max-height: 1.5em;
  word-wrap: break-word;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 0;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .section-flashsale .wrap-flashsale .wrap-text a {
    max-height: 1.3em;
    margin-bottom: 0;
  }
}
.section-flashsale .wrap-flashsale .wrap-text .price {
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .section-flashsale .wrap-flashsale .wrap-text .price {
    font-size: 16px;
  }
}
.section-flashsale .wrap-flashsale .wrap-text .saled {
  font-size: 11px;
  color: #818181;
  margin-left: 5px;
}
@media only screen and (max-width: 1200px) {
  .section-flashsale .wrap-flashsale .wrap-text .saled {
    font-size: 10px;
  }
}
.section-flashsale .wrap-flashsale .bar-line {
  position: relative;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.section-flashsale .wrap-flashsale .bar-line .icon-fire {
  display: inline-block;
  width: 18px;
  height: 21px;
  float: left;
  position: absolute;
  top: -11px;
  left: -3px;
  z-index: 10;
  background: url(../images/icons/icon-fire.png) no-repeat;
}
.section-flashsale .wrap-flashsale .bar-line .rest-pro {
  font-size: 12px;
  position: relative;
  top: -7px;
  right: 0px;
}
@media only screen and (max-width: 1200px) {
  .section-flashsale .wrap-flashsale .bar-line .rest-pro {
    font-size: 11px;
    right: 0px;
  }
}
.section-flashsale .wrap-flashsale .bar-line .rest-pro .price {
  font-size: 12px;
}
.section-flashsale .wrap-flashsale .sale-percent {
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 10px;
  background: url(../images/icons/icon-sale.png) no-repeat;
  z-index: 2;
  color: #fff;
  text-align: center;
  line-height: 31px;
}
.section-padding .col-xs-6,
.section-padding .col-sm-3,
.section-padding .col-lg-2 {
  padding-left: 7px;
  padding-right: 7px;
}
.section-recommend .more-recommend {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 35px 0;
}
.section-recommend .more-recommend a {
  background: #fff;
  padding: 7px 110px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.section-recommend .more-recommend a:hover {
  box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.3);
}
/*page detail=========*/
.section-top-detail {
  min-height: 680px;
}
@media only screen and (min-width: 992px) {
  .promotion-modal .modal-dialog {
    width: 750px;
    margin-top: 65px;
  }
  .promotion-modal .opening-btn {
    margin-left: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .promotion-modal .close {
    width: 20px;
    height: 20px;
    top: 30px;
    right: 0px;
  }
}
.section-top-detail,
.section-bottom-detail {
  background: #fff;
}
.breadcrumb {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  padding: 0;
}
.breadcrumb i.fa-home {
  float: left;
  font-size: 18px;
  margin-right: 15px;
}
.breadcrumb ul {
  padding-left: 0;
}
.breadcrumb ul .cate1 {
  font-weight: bold;
}
.breadcrumb ul .cate1 i {
  margin-left: 5px;
  font-weight: bold;
}
.breadcrumb ul li {
  list-style: none;
  float: left;
  font-size: 12px;
  margin-right: 10px;
}
.breadcrumb ul li a {
  color: #818181;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.breadcrumb ul li a:hover,
.breadcrumb ul li a:focus,
.breadcrumb ul li a:active {
  color: #00adef;
}
.breadcrumb ul li:before {
  content: "/";
  font: normal normal normal 14px/1 FontAwesome;
  color: #818181;
  margin-right: 10px;
}
.breadcrumb ul li:first-child:before,
.breadcrumb ul li:nth-child(2):before {
  content: none;
}
.breadcrumb ul li .list-cate li {
  float: none;
}
.breadcrumb ul li .list-cate li:before {
  content: none;
}
.breadcrumb ul li .scrollbar {
  position: absolute;
  background: #fff;
  z-index: 10;
  padding: 10px 0 15px 15px;
  height: 300px;
  border: 1px solid #d7d7d7;
  margin-top: 10px;
  display: none;
}
.breadcrumb ul li .scrollbar ul li {
  line-height: 32px;
  font-size: 13px;
}
.section-top-detail .right-block .name-product {
  font-weight: 600;
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 3.125em;
  min-height: 1.5em;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.section-top-detail .right-block .list-infor {
  padding-left: 0;
  margin-top: 10px;
}
.section-top-detail .right-block .list-infor .form-control {
  border-radius: 0;
}
.section-top-detail .right-block .list-infor li {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.section-top-detail .right-block .list-infor li label {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.section-top-detail .right-block .list-infor .item-price {
  padding: 12px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.section-top-detail .right-block .list-infor .item-price p {
  display: inline-block;
}
.section-top-detail .right-block .list-infor .item-price .old-price {
  text-decoration: line-through;
  font-size: 14px;
  color: #818181;
}
.section-top-detail .right-block .list-infor .item-price .new-price {
  font-size: 24px;
  font-weight: bold;
  color: #00adef;
}
.section-top-detail .right-block .list-infor .item-price .sale {
  display: inline-block;
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: #ed1c24;
}
.section-top-detail .right-block .list-infor .item-place .wrap_select {
  min-width: 24%;
  width: auto;
  margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
  .section-top-detail .right-block .list-infor .item-place .wrap_select {
    min-width: 27%;
  }
}
.section-top-detail .right-block .list-infor .item-place span {
  color: #818181;
}
.section-top-detail .right-block .list-infor .item-color {
  margin-bottom: 0px;
}
.section-top-detail .right-block .list-infor .item-color .list-color {
  padding-left: 0;
  display: inline-block;
  width: 100%;
}
.section-top-detail .right-block .list-infor .item-color .list-color li {
  width: auto;
  height: 36px;
  border: 1px solid #d7d7d7;
  float: left;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
  margin-bottom: 0;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 10px;
}
.section-top-detail .right-block .list-infor .item-color .list-color li:hover {
  border-color: #fff;
  box-shadow: inset 0 0 0 2px #00adef !important;
}
.section-top-detail .right-block .list-infor .item-color .list-color li a {
  text-decoration: none;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
.section-top-detail .right-block .list-infor .item-color .list-color li a:hover {
  color: #212121;
}
.section-top-detail .right-block .list-infor .item-color .list-color li a .boxs {
  display: inline-block;
  /*vertical-align: middle;*/
  line-height: normal;
}
.section-top-detail .right-block .list-infor .item-color .list-color li.active {
  border-color: #fff;
  box-shadow: inset 0 0 0 2px #00adef !important;
}
.section-top-detail .right-block .list-infor .item-number input {
  width: 13%;
  margin-right: 10px;
  float: left;
}
.section-top-detail .right-block .list-infor .item-number span {
  position: relative;
  top: 7px;
}
.section-top-detail .right-block .list-infor .item-button {
  display: inline-block;
  width: 100%;
}
.section-top-detail .right-block .list-infor .item-button i {
  margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
  .section-top-detail .right-block .list-infor .item-button i {
    margin-right: 6px;
  }
}
.section-top-detail .right-block .list-infor .item-button .icon-buy {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('../images/icons/icon-cart1.png') no-repeat;
}
.section-top-detail .right-block .list-infor .item-button .icon-buy1 {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('../images/icons/icon-cart.png') no-repeat;
}
.section-top-detail .right-block .list-infor .item-button .icon-chat {
  width: 24px;
  height: 19px;
  display: inline-block;
  background: url('../images/icons/icon-chat.png') no-repeat;
}
.section-top-detail .right-block .list-infor .item-button .icon-chat1 {
  width: 24px;
  height: 19px;
  display: inline-block;
  background: url('../images/icons/icon-chat1.png') no-repeat;
}
.section-top-detail .right-block .list-infor .item-button .btn-add-cart i {
  font-size: 20px;
  color: #00adef;
}
.section-top-detail .right-block .list-infor .item-button .btn-add-cart:hover i {
  color: #fff;
}
.section-top-detail .right-block .list-infor .item-button .btn-add-cart.active {
  background: #00adef;
  color: #fff;
}
.section-top-detail .right-block .list-infor .item-button .btn-add-cart.active i {
  color: #fff;
}
.section-top-detail .right-block .list-infor .item-button .btn {
  padding: 5px 20px;
  border: 1px solid #00adef;
  background: #fff;
  border-radius: 20px;
  height: 40px;
  margin-right: 5px;
  /*.transition(all 0.3s ease-in-out 0s);*/
}
@media only screen and (max-width: 1200px) {
  .section-top-detail .right-block .list-infor .item-button .btn {
    padding: 5px 12px;
    height: 35px;
    margin-right: 2px;
    font-size: 13px;
  }
}
.section-top-detail .right-block .list-infor .item-button .btn:hover,
.section-top-detail .right-block .list-infor .item-button .btn:focus,
.section-top-detail .right-block .list-infor .item-button .btn:active {
  color: #fff;
  background: #00adef;
  outline: none;
}
.section-top-detail .right-block .list-infor .item-button .btn-buy.active {
  background: #00adef;
  color: #fff;
}
.section-top-detail .right-block .list-infor .item-button .btn-buy.active i {
  background: url('../images/icons/icon-cart.png') no-repeat;
}
.section-top-detail .right-block .list-infor .item-button .btn-chat.active {
  background: #00adef;
  color: #fff;
}
.section-top-detail .right-block .list-infor .item-button .btn-chat.active i {
  background: url('../images/icons/icon-chat1.png') no-repeat;
}
.section-top-detail .right-block .list-infor .item-share {
  padding-left: 0;
  margin-bottom: 0;
}
.section-top-detail .right-block .list-infor .item-share label {
  display: inline-block;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.section-top-detail .right-block .list-infor .item-share li {
  display: inline-block;
  float: left;
  margin-left: 10px;
  width: auto;
}
.section-top-detail .right-block .list-infor .item-share .icon-facebook {
  width: 90px;
  height: 32px;
  display: inline-block;
  background: url(../images/icons/icon-fb.png) no-repeat;
}
.section-top-detail .right-block .list-infor .item-share .icon-messenger {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images/icons/icon-messenger.png) no-repeat;
}
.section-top-detail .right-block .list-infor .item-share .icon-zalo {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images/icons/icon-zalo.png) no-repeat;
}
.section-top-detail .right-block .list-infor .item-share .icon-instagram {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images/icons/icon-instargram.png) no-repeat;
}
.section-bottom-detail .left-block .tab .number {
  color: #00adef;
}
.section-bottom-detail .right-block {
  margin-bottom: 30px;
}
.section-bottom-detail .right-block .title-block {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.section-bottom-detail .right-block .block-shop-infor .row {
  padding: 15px 0 35px 0;
}
.section-bottom-detail .right-block .block-shop-infor .wrap-logo {
  display: inline-block;
  width: 68px;
  height: 68px;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.section-bottom-detail .right-block .block-shop-infor .wrap-logo img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
.section-bottom-detail .right-block .block-shop-infor .infor {
  border-right: 1px solid #d7d7d7;
}
.section-bottom-detail .right-block .block-shop-infor .infor .title-shop {
  font-weight: bold;
  font-size: 16px;
}
.section-bottom-detail .right-block .block-shop-infor .infor .btn {
  height: 32px;
  padding: 5px 16px;
  border-radius: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
  .section-bottom-detail .right-block .block-shop-infor .infor .btn {
    height: 31px;
    padding: 5px 14px;
    font-size: 13px;
    margin-right: 5px;
  }
}
.section-bottom-detail .right-block .block-shop-infor .infor p {
  font-size: 12px;
  color: #818181;
  margin-bottom: 10px;
}
.section-bottom-detail .right-block .block-shop-infor .logo-shop {
  text-align: left;
}
.section-bottom-detail .right-block .block-shop-infor .vote {
  text-align: center;
}
.section-bottom-detail .right-block .block-shop-infor .vote .star {
  display: inline-block;
  font-size: 18px;
  color: #00adef;
}
.section-bottom-detail .right-block .block-similar-pro {
  margin-bottom: 30px;
}
.section-bottom-detail .right-block .block-similar-pro .col-md-6,
.section-bottom-detail .right-block .block-similar-pro .col-lg-4 {
  padding: 0 5px;
}
.section-bottom-detail .right-block .block-similar-pro .popular-product {
  margin-right: -6px;
  margin-left: -6px;
}
.section-bottom-detail .right-block .block-buy-safe ul {
  padding-left: 12px;
  margin-bottom: 30px;
}
.section-bottom-detail .right-block .block-buy-safe ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.section-bottom-detail .right-block .block-buy-safe ul li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: -10px;
}
.section-bottom-detail .right-block .view-more-buy {
  font-size: 14px;
  color: #ff373f;
  text-decoration: underline;
}
.bzoom_wrap {
  border: 1px solid #d7d7d7;
  display: inline-block;
  height: 500px;
  width: 100%;
  padding: 15px 25px;
}
.bzoom_wrap .clearfix {
  zoom: 1;
}
.bzoom_wrap .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bzoom {
  direction: ltr;
}
.bzoom,
.bzoom_thumb,
.bzoom_thumb_image,
.bzoom_big_image,
.bzoom_zoom_preview,
.bzoom_icon,
.bzoom_hint {
  display: none;
}
.bzoom .bzoom_thumb {
  background: #fff url(../images/loading.gif) center no-repeat;
}
.bzoom,
.bzoom ul,
.bzoom li,
.bzoom img,
.bzoom_hint,
.bzoom_icon,
.bzoom_description {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
@media only screen and (max-width: 1200px) {
  .bzoom_thumb_image {
    width: 400px !important;
    height: 400px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .clearfix ul li img {
    width: 71px !important;
    height: 65px !important;
  }
}
.bzoom,
.bzoom_magnifier div,
.bzoom_magnifier div img,
.bzoom_small_thumbs ul,
ul .bzoom_small_thumbs li,
.bzoom_zoom_area div,
.bzoom_zoom_img {
  position: relative;
}
.bzoom img,
.bzoom li {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.bzoom,
.bzoom_small_thumbs li {
  float: left;
}
.bzoom_right {
  float: right;
}
.bzoom li {
  position: absolute;
}
.bzoom img {
  vertical-align: bottom;
  width: 80px;
  height: 50px;
}
.bzoom .bzoom_zoom_area,
.bzoom_zoom_area {
  background: #fff url(../images/loading.gif) center no-repeat;
  border: 1px solid #ddd;
  padding: 6px;
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  display: none;
  z-index: 20;
}
.bzoom_zoom_area div {
  overflow: hidden;
}
.bzoom_zoom_area .bzoom_zoom_img {
  position: absolute;
}
.bzoom_wrap .bzoom_magnifier {
  background: #fff;
  outline: #bbb solid 1px;
  display: none;
  cursor: move;
}
.bzoom_magnifier div {
  overflow: hidden;
}
.bzoom_wrap .bzoom_small_thumbs {
  overflow: hidden;
}
.bzoom_wrap .bzoom_small_thumbs li {
  border: 1px solid #d7d7d7;
  margin: 0px 10px 0px 0px;
  position: relative;
}
.bzoom_wrap ul li.bzoom_smallthumb_active {
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  border: 1px solid #00adef;
}
/*tab===*/
/* Style the tab */
div.tab {
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
}
div.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-bottom: 10px;
  margin-right: 30px;
  transition: 0.3s;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1200px) {
  div.tab button {
    margin-right: 18px;
    font-size: 15px;
  }
}
div.tab button.active {
  color: #00adef;
  border-color: #ff373f;
}
.tabcontent {
  padding: 20px 0px;
  border-top: none;
  font-size: 14px;
  display: none;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .tabcontent {
    font-size: 13px;
  }
}
.tabcontent .title-name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.tabcontent p {
  line-height: 24px;
  text-align: justify;
}
.tabcontent img {
  margin: 30px auto;
  max-height: 100%;
  max-width: 730px;
}
@media only screen and (max-width: 1200px) {
  .tabcontent img {
    max-width: 454px;
  }
}
.tabcontent .note {
  margin-top: 30px;
  background: #d0f3ff;
  padding: 15px;
}
.tabcontent .note p {
  color: #212121;
}
.tabcontent .information-product table {
  max-width: 555px;
}
@media only screen and (max-width: 1200px) {
  .tabcontent .information-product table {
    max-width: 450px;
  }
}
.tabcontent .information-product table tr td:first-child {
  width: 35%;
}
.tabcontent .information-product .title-name {
  margin-bottom: 30px;
}
/*page detail*/
.categoryPage {
  padding-top: 50px;
}
.block-menu .section-inner {
  width: 100%;
  background: #e1e1e1;
  margin-top: 30px;
  height: 45px;
}
.block-menu .section-inner .breadcrumb {
  background: #e1e1e1;
  margin-top: 3px;
}
.block-menu .section-inner .breadcrumb ul li {
  font-size: 14px;
  position: relative;
  margin-right: 30px;
}
.block-menu .section-inner .breadcrumb ul li a {
  color: #212121;
}
.block-menu .section-inner .breadcrumb ul li a:hover,
.block-menu .section-inner .breadcrumb ul li a:focus,
.block-menu .section-inner .breadcrumb ul li a:active {
  color: #00adef;
}
.block-menu .section-inner .breadcrumb ul li:last-child:after {
  content: none;
}
.block-menu .section-inner .breadcrumb ul li:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -17px;
}
.block-menu .section-inner .breadcrumb ul li:before {
  content: none;
}
.section-menu .section-inner {
  background: #fff;
}
.section-menu .swiper-wrapper {
  position: relative;
}
.section-menu .swiper-wrapper hr {
  width: 100%;
  position: absolute;
  top: 33px;
}
.section-menu .swiper-wrapper .next-pre {
  position: relative;
  width: 55px;
  display: inline-block;
  height: 22px;
  float: left;
  background: #fff;
  overflow: visible;
  position: absolute;
  z-index: 999;
  right: 0px;
  top: 12px;
}
.section-menu .swiper-wrapper .next-pre .swiper-button-next {
  height: 15px;
  width: 10px;
  margin-top: -8px;
  background: url(../images/icons/icon-next.png) no-repeat;
}
.section-menu .swiper-wrapper .next-pre .swiper-button-prev {
  height: 15px;
  width: 10px;
  margin-top: -8px;
  background: url(../images/icons/icon-pre.png) no-repeat;
}
.section-menu .swiper-wrapper .swiper-container {
  width: 95% !important;
  margin-left: 0;
}
.section-menu .swiper-wrapper .swiper-container .swiper-wrapper {
  width: 90%;
  float: left;
}
.section-menu .swiper-wrapper .MenuSlide .swiper-slide.active {
  border-color: #00adef;
}
.section-menu .swiper-wrapper .MenuSlide .swiper-slide.active a {
  color: #00adef;
}
.section-menu .swiper-wrapper .MenuSlide .swiper-slide {
  text-align: center;
  height: 45px;
  line-height: 46px;
  width: auto !important;
  margin-right: 26px !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.section-menu .swiper-wrapper .MenuSlide .swiper-slide:hover {
  border-color: #00adef;
}
.section-menu .swiper-wrapper .MenuSlide .swiper-slide p {
  font-size: 14px;
}
.section-menu .list-filter {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
}
.section-menu .list-filter .price-level {
  padding-left: 0;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-top: 5px;
}
.section-menu .list-filter .price-level li {
  list-style: none;
  float: left;
  margin-right: 15px;
  font-size: 14px;
}
.section-menu .list-filter .color-choose {
  margin-right: 15px;
}
.section-menu .list-filter .other-price {
  margin-left: -26%;
}
@media only screen and (max-width: 1200px) {
  .section-menu .list-filter .other-price {
    margin-left: -11%;
  }
}
.section-menu .list-filter .other-price,
.section-menu .list-filter .color-choose,
.section-menu .list-filter .size-choose {
  display: inline-block;
  font-size: 14px;
}
.section-menu .list-filter .other-price label,
.section-menu .list-filter .color-choose label,
.section-menu .list-filter .size-choose label {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.section-menu .list-filter .other-price .form-control,
.section-menu .list-filter .color-choose .form-control,
.section-menu .list-filter .size-choose .form-control {
  height: 30px;
  padding: 0px 10px;
}
.section-menu .list-filter .other-price .form-control option,
.section-menu .list-filter .color-choose .form-control option,
.section-menu .list-filter .size-choose .form-control option {
  line-height: 24px;
}
.section-menu .list-filter .other-price #resizing_select,
.section-menu .list-filter .color-choose #resizing_select,
.section-menu .list-filter .size-choose #resizing_select {
  width: 135px;
}
.section-menu .list-filter .other-price #resizing_select1,
.section-menu .list-filter .color-choose #resizing_select1,
.section-menu .list-filter .size-choose #resizing_select1,
.section-menu .list-filter .other-price #resizing_select2,
.section-menu .list-filter .color-choose #resizing_select2,
.section-menu .list-filter .size-choose #resizing_select2 {
  width: 70px;
}
.section-menu .list-filter .other-price #width_tmp_select,
.section-menu .list-filter .color-choose #width_tmp_select,
.section-menu .list-filter .size-choose #width_tmp_select,
.section-menu .list-filter .other-price #width_tmp_select1,
.section-menu .list-filter .color-choose #width_tmp_select1,
.section-menu .list-filter .size-choose #width_tmp_select1,
.section-menu .list-filter .other-price #width_tmp_select2,
.section-menu .list-filter .color-choose #width_tmp_select2,
.section-menu .list-filter .size-choose #width_tmp_select2 {
  display: none;
}
/*shop-detail======*/
.section-banner-shop {
  width: 100%;
  height: 360px;
  display: inline-block;
  position: relative;
  background: url('../images/upload/banner/banner-detail.jpg') no-repeat;
  background-size: 100% 100%;
}
.section-banner-shop .section-inner {
  height: 145px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.67));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.67));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.67));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.67));
}
.section-banner-shop .section-inner .infor-shop {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.section-banner-shop .section-inner .infor-shop .wrap-logo {
  display: inline-block;
  float: left;
  width: 121px;
  height: 121px;
  border: 1px solid #d7d7d7;
  position: relative;
  margin-right: 10px;
  border-radius: 50%;
}
.section-banner-shop .section-inner .infor-shop .wrap-logo img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  border-radius: 50%;
}
.section-banner-shop .section-inner .infor-shop .title-shop {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 10px;
}
.section-banner-shop .section-inner .infor-shop .list-star {
  padding-left: 0;
  display: inline-block;
  float: left;
}
.section-banner-shop .section-inner .infor-shop .list-star:last-child {
  margin-left: 40px;
}
.section-banner-shop .section-inner .infor-shop .list-star li {
  list-style: none;
  font-size: 14px;
  margin-top: 15px;
  position: relative;
  padding-left: 25px;
}
.section-banner-shop .section-inner .infor-shop .list-star li:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "\f006";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  color: #fff;
}
.menu-shop {
  margin-top: -5px;
}
.menu-shop .section-inner {
  margin-top: 0;
}
.section-pro-shop {
  margin-bottom: 50px;
}
/* modal not-soc */
/*modal=====*/
.homepage .modal .modal-dialog .modal-body {
  text-align: left;
  font-size: 14px;
}
.homepage .modal .modal-dialog .modal-body h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.homepage .modal .modal-dialog .modal-body input[type='radio'] {
  -webkit-appearance: radio;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #595959;
  margin-top: 0;
  margin-right: 5px;
}
.homepage .modal .modal-dialog .modal-body input[type='radio']:before {
  content: none;
}
.homepage .modal .modal-dialog.modal-type2 .modal-body {
  text-align: center;
}
.homepage .modal-dialog {
  margin: 0 auto;
}
.homepage .close {
  position: absolute;
  top: -13px;
  right: -13px;
  z-index: 9999;
  opacity: 1;
}
.homepage .modal-dialog input[type=radio] {
  top: 0;
}
.modal-dialog .row {
  margin: 0;
}
.modal-dialog .form-control {
  height: 36px;
}
.modal-dialog .close {
  top: 2px;
  right: 5px;
  color: #fff;
}
.modal-dialog.modal-type1,
.modal-dialog.modal-type2 {
  background: #fff;
  border-radius: 5px;
  width: 730px;
}
.modal-dialog.modal-type2 {
  position: relative;
  width: 865px;
  height: 502px;
  background: url('../images/bg-popup2.png') no-repeat;
}
.modal-dialog.modal-type2.modal_unsucess {
  position: relative;
  width: 655px;
  height: 502px;
  background: url('../images/bg-popup3.png') no-repeat;
}
.modal-dialog.modal-type1 .modal-body,
.modal-dialog.modal-type2 .modal-body {
  display: inline-block;
  padding: 0;
}
.modal-dialog.modal-type1 .left-modal {
  width: 32%;
}
.modal-dialog.modal-type1 .right-modal {
  color: #fff;
  width: 68%;
  display: inline-block;
  float: none;
  background: url('../images/bg-popup1.png');
  background-size: 100%;
}
.modal-dialog.modal-type1 .left-modal .name-product {
  font-size: 16px;
  font-family: 'fontbold';
  line-height: 21px;
}
.modal-dialog.modal-type1 .left-modal .wrap-img {
  width: 140px;
  height: 140px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.modal-dialog.modal-type1 .left-modal .wrap-img img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.modal-dialog.modal-type1 .left-modal .wrap-price {
  padding-top: 25px;
  border-top: 1px solid #e1e1e1;
  color: #ed1b24;
}
.modal-dialog.modal-type1 .left-modal .wrap-price span {
  font-size: 14px;
}
.modal-dialog.modal-type1 .left-modal .wrap-price .price {
  font-size: 33px;
  font-family: 'fontbold';
  position: relative;
}
.modal-dialog.modal-type1 .left-modal .wrap-price .price:after {
  position: absolute;
  top: -5px;
  right: 10px;
  width: 26px;
  height: 32px;
  content: '';
  background: url('../images/icon-fire.png') no-repeat;
  background-size: 100% 100%;
}
.modal-dialog.modal-type1 .right-modal .title-form {
  font-family: 'fontbold';
  font-size: 20px;
  text-transform: uppercase;
}
.modal-dialog.modal-type1 .right-modal label {
  font-weight: normal;
}
.modal-dialog.modal-type1 .right-modal .name select {
  width: 13%;
  float: left;
  margin-right: 9px;
}
.modal-dialog.modal-type1 .right-modal .name input {
  width: 85%;
}
.modal-dialog.modal-type1 .right-modal select {
  width: 100%;
}
.modal-dialog.modal-type1 .right-modal .choose_address select {
  width: 49%;
  float: left;
}
.modal-dialog.modal-type1 .right-modal .choose_address {
  margin: 10px 0;
}
.modal-dialog.modal-type1 .right-modal .choose_address .col-md-6:first-child {
  padding-right: 10px;
}
.modal-dialog.modal-type1 .right-modal .bootstrap-select > .dropdown-toggle {
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  font-size: 13px;
}
.modal-dialog .btn_transport {
  width: 280px;
  height: 42px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'fontbold';
  margin: 25px 0;
  background: url('../images/bg-button.png') no-repeat;
  background-size: 100% 100%;
}
.modal-dialog .btn_transport:hover {
  color: #fff;
}
.modal-dialog .row_btn {
  text-align: center;
}
.modal-dialog.modal-type1 .right-modal .choose_address select:last-child {
  float: right;
}
/*form 2*/
.modal-dialog input[type=radio] {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.modal-dialog.modal-type1 .right-modal .row_textarea {
  border-top: 1px solid #fff;
  padding-top: 15px;
}
.modal-dialog.modal-type1 .right-modal .row_textarea textarea {
  resize: none;
  height: 100px;
}
.modal-dialog.modal-type1 .right-modal .calculator .input_number {
  height: 36px;
  line-height: 36px;
  background: #fff;
  text-align: center;
  color: #ff2936;
  font-size: 20px;
  font-family: 'fontbold';
  width: 47%;
  float: left;
  position: relative;
}
.modal-dialog.modal-type1 .right-modal .calculator .input_number:after {
  position: absolute;
  top: 0;
  right: -20px;
  content: '=';
  font-family: 'fontbold';
  font-size: 22px;
  color: #fff;
}
.modal-dialog.modal-type1 .right-modal .calculator {
  margin-top: 5px;
}
.modal-dialog.modal-type1 .right-modal .calculator .output_calculator {
  width: 47%;
  float: right;
  border-radius: 0;
}
input.output_calculator::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #00adef;
  font-family: 'fontbold';
  font-size: 20px;
  text-align: center;
}
input.output_calculator::-moz-placeholder {
  /* Firefox 19+ */
  color: #00adef;
  font-family: 'fontbold';
  font-size: 20px;
  text-align: center;
}
input.output_calculator:-ms-input-placeholder {
  /* IE 10+ */
  color: #00adef;
  font-family: 'fontbold';
  font-size: 20px;
  text-align: center;
}
input.output_calculator:-moz-placeholder {
  /* Firefox 18- */
  color: #00adef;
  font-family: 'fontbold';
  font-size: 20px;
  text-align: center;
}
/*form 3*/
.modal-dialog.modal-type2 .modal-content {
  width: 467px;
  margin: 0 auto;
  margin-top: 55px;
  padding-top: 43px;
  position: absolute;
  top: 102px;
  left: 22.5%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 25px;
  padding-top: 10px;
}
.modal-dialog.modal-type2.modal_unsucess .modal-content {
  left: 15%;
  padding: 15px;
}
.modal-dialog.modal-type2.modal_unsucess .modal-content h2 {
  margin-top: 13px;
}
.modal-dialog.modal-type2 .modal-content .tite {
  font-family: 'fontbold';
  font-size: 18px;
  text-transform: uppercase;
  color: #00adef;
}
.modal-dialog.modal-type2 .icon-check {
  width: 85px;
  height: 89px;
  display: inline-block;
  background: url('../images/icon-check.png') no-repeat;
  background-size: 100% 100%;
}
.modal-dialog.modal-type2.modal_unsucess .icon-uncheck {
  width: 85px;
  height: 89px;
  display: inline-block;
  background: url('../images/icon-uncheck.png') no-repeat;
  background-size: 100% 100%;
}
.modal-dialog.modal-type2 {
  text-align: center;
}
.modal-dialog.modal-type2 p {
  font-family: 'fontregular';
  line-height: 23px;
  margin-bottom: 0;
}
.modal-dialog.modal-type2 p .red {
  font-family: 'fontbold';
  font-size: 20px;
  color: #ed1c24;
}
.modal-dialog.modal-type2 .btn_transport {
  margin-bottom: 0;
}
/* .remove_margin {
    header {
        margin-bottom: 0;
        &.positionfixed {
            margin-bottom: 47px;
        }
    }
}

header {
    margin-bottom: 47px;
} */
.banner {
  width: 100%;
  max-height: 125px;
  border-top: 5px solid #00adef;
}
.banner img {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -5px;
}
main.main-cart {
  overflow: visible;
}
.homepage h2.title-main {
  margin: 0px 0 30px 0;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 10px;
  font-family: 'fontsemibold';
  color: #464646;
  font-size: 22px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
}
.block-banner {
  margin-top: 10px;
}
.block-banner a {
  display: block;
  overflow: hidden;
  position: relative;
}
.block-banner .padding1 {
  padding: 0 0 0 15px;
  width: 485px;
}
.block-banner .padding2 {
  padding: 0 15px 0 0;
  width: 685px;
}
.block-banner .padding3 {
  padding: 0 0 0 0;
  width: 290px;
}
.block-banner .padding3 .long_banner {
  height: 380px;
}
.block-banner .padding3 .short_banner {
  height: 190px;
}
.block-banner .padding4 {
  padding: 0;
  width: 380px;
}
.block-banner .padding4 .link-img {
  width: 380px;
  height: 190px;
}
.block-banner .padding5 {
  padding-right: 1px;
}
.block-banner .padding5 .link-img {
  width: 190px;
  height: 190px;
}
.block-banner .padding6 {
  padding-left: 1px;
}
.block-banner .padding6 .link-img {
  width: 190px;
  height: 190px;
}
.block-banner img {
  width: 100%;
}
.block-banner .owl-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  height: 0;
}
.block-banner .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  top: -30px;
  display: block;
  text-decoration: none;
  width: 40px;
  text-align: center;
}
.block-banner .owl-buttons .owl-next {
  position: absolute;
  right: 15px;
  top: -30px;
  display: block;
  text-decoration: none;
  width: 40px;
  text-align: center;
}
.block-banner .owl-buttons .fa {
  font-size: 45px;
  font-weight: 100;
  color: #fff;
}
.block-banner .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.block-banner .owl-theme .owl-controls .owl-page.active span {
  background-color: #74b7d0;
}
.block-banner .item a {
  width: 470px;
  height: 570px;
}
.block-top-good .inner {
  margin-left: -4px;
  margin-right: -4px;
}
.block-top-good .btn {
  width: auto;
  display: inline-block;
  margin: 30px auto 0;
  padding: 0 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  color: #ff373f;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
}
.block-top-good .btn span.fa {
  margin-left: 20px;
}
.block-top-good .btn:hover,
.block-top-good .btn:focus,
.block-top-good .btn:active {
  background-color: #ff373f;
  color: #fff;
  border: 1px solid #ff373f;
}
.block-top-good .item {
  padding: 0 4px;
}
.block-top-good .box-buy:first-child {
  margin-left: 0;
}
.block-top-good .box-buy span.number {
  width: 35px;
  height: 40px;
  background-color: #00adef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.block-top-good .box-buy span.number:before {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 12px solid #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
}
.block-top-good .box-buy span.number span {
  position: absolute;
  top: 7px;
  left: 12px;
  line-height: 25px;
  color: white;
  font-style: italic;
  width: 10px;
  font-size: 15px;
  z-index: 1;
  font-family: 'fontsemibold';
}
.block-top-good .owl-theme .owl-controls {
  position: absolute;
  top: -30px;
  width: 100%;
  text-align: right;
  margin-top: 0;
}
.block-price-shock .inner {
  margin-left: -15px;
  margin-right: -15px;
}
.block-price-shock .owl-item {
  padding: 0 15px 0;
}
.block-price-shock .box-buy {
  width: 263px;
}
.block-price-shock .box-buy .content {
  background-color: white;
}
.block-price-shock .box-buy img {
  width: 100%;
}
.block-price-shock .box-buy .link-img {
  width: 100%;
  height: 262px;
}
.block-price-shock .box-buy .link-cart {
  top: 223px;
}
.block-price-shock .box-buy .sale-off {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 43px;
  height: 50px;
  line-height: 44px;
  color: white;
  position: absolute;
  top: 5px;
  left: 5px;
}
.block-price-shock .box-buy .wrap-clock {
  position: absolute;
  top: 10px;
  right: 8px;
}
.block-price-shock .box-buy .wrap-clock .number {
  color: #252525;
  font-size: 14px;
  font-family: "fontbold";
}
.block-price-shock .box-buy .wrap-clock .text {
  color: #252525;
  font-size: 12px;
  font-family: "fontregular";
  font-style: italic;
}
.block-price-shock .box-buy .wrap-clock .number-product {
  font-size: 12px;
  font-style: italic;
  color: #252525;
  font-family: "fontregular";
  text-align: right;
  padding-right: 3px;
}
.block-price-shock .box-buy .wrap-clock .number-product b {
  font-size: 14px;
  font-family: "fontbold";
  font-style: normal;
}
.block-price-shock .btn.btn-border {
  border: 1px solid #c9c9c9;
  color: black;
}
.block-price-shock .owl-theme .owl-controls {
  margin-top: 30px;
}
.block-price-shock .owl-buttons {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  height: 0;
}
.block-price-shock .owl-buttons .prev-price {
  position: absolute;
  left: -30px;
  top: -40px;
  display: block;
  text-decoration: none;
}
.block-price-shock .owl-buttons .next-price {
  position: absolute;
  right: -30px;
  top: -40px;
  display: block;
  text-decoration: none;
}
.block-price-shock .owl-buttons .fa {
  font-size: 60px;
}
.block-only-mymall .box-only-mymall {
  text-align: center;
}
.block-only-mymall .box-only-mymall .link-img {
  display: block;
  position: relative;
  height: 300px;
  width: 100%;
}
.block-only-mymall .box-only-mymall .link-img figure {
  overflow: hidden;
  height: 300px;
  width: 100%;
}
.block-only-mymall .box-only-mymall .link-img .title {
  font-size: 16px;
  font-family: "fontlight";
  text-transform: uppercase;
  color: #252525;
  padding: 10px 20px;
  background-color: #e1f0f5;
  position: absolute;
  bottom: -48px;
  z-index: 2;
  display: inline-block;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.block-only-mymall .box-only-mymall .link-img:hover:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
.block-only-mymall .box-only-mymall .link-img:hover:after {
  width: 326px;
  height: 270px;
  border: 1px solid #bfbfbf;
  position: absolute;
  content: "";
  top: 17px;
  left: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
.block-only-mymall .box-only-mymall .link-img:hover .title {
  bottom: -48px;
}
.block-only-mymall .box-only-mymall .link-img img {
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 0;
}
.block-only-mymall .box-only-mymall:first-child .title {
  width: 252px;
}
.block-only-mymall .box-only-mymall .content {
  width: auto;
  display: inline-block;
  /* padding: 25px 20px; */
  position: relative;
  /* margin-top: 30px; */
  padding-bottom: 0;
}
.block-only-mymall .box-only-mymall .content p {
  font-size: 14px;
  color: #464646;
  font-family: "fontregular";
}
.block-only-mymall .box-only-mymall .content p b {
  font-size: 15px;
  text-transform: uppercase;
}
.block-tab-menu {
  width: 100%;
  height: 500px;
}
.block-tab-menu .inner {
  position: relative;
}
.block-tab-menu img {
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.block-tab-menu .nav-tabs {
  width: 100%;
  display: block;
  border-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 30px;
}
.block-tab-menu .nav-tabs li {
  padding: 0 5px 0 0;
  display: inline-block;
  float: inherit;
}
.block-tab-menu .nav-tabs .active .btn.btn-border {
  background-color: #27b3e2;
  color: #fff;
  border: none;
}
.block-devices .box-buy {
  width: 100%;
  margin-bottom: 25px;
}
.block-devices .box-buy .brand {
  display: inline-block;
  float: left;
  font-size: 16px;
  font-family: 'fontbold';
  color: #fff;
  padding: 10px;
  min-width: 80px;
  text-align: center;
  background: #00adef;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: normal;
}
.block-devices .box-buy .brand:after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  content: '';
  border-top: 40px solid #00adef;
  border-right: 20px solid transparent;
}
.block-devices .box-buy .brand a {
  color: #fff;
}
.block-devices .box-buy .sale-off {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 43px;
  height: 50px;
  line-height: 44px;
  color: white;
  position: absolute;
  top: 5px;
  left: 5px;
  font-weight: bold;
  font-size: 16px;
}
.block-devices .box-buy .content {
  padding: 10px 15px 15px 15px;
  text-align: left;
  height: 125px;
  position: relative;
}
.block-devices .box-buy .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 3.125em;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.block-devices .box-buy .content h3.title-brand {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}
.block-devices .box-buy .content h3.title-brand a {
  font-family: 'fontbold';
  color: #00adef;
}
.block-devices .box-buy .content h3.title-brand a:hover {
  text-decoration: underline;
}
.block-devices .box-buy .link-cart {
  bottom: 140px;
  top: inherit;
}
.block-devices .box-buy .sale-anounce {
  color: #00adef;
  display: inline-block;
  margin-left: 10px;
}
.block-devices .box-buy .icon-gift {
  margin-right: 5px;
}
.block-devices .box-buy .icon-gift:before {
  font: normal normal normal 20px/1 FontAwesome;
  width: 20px;
  height: 20px;
}
.block-devices .box-buy .installment {
  display: inline-block;
  float: right;
  padding: 3px 6px;
  color: #ff373f;
  text-transform: uppercase;
  border: 1px solid #ff373f;
  border-radius: 5px;
  font-family: 'fontbold';
  position: absolute;
  bottom: 40px;
  right: 15px;
  font-size: 13px;
}
.block-devices .block-tabs {
  display: inline-block;
  width: 100%;
  background: #fff;
}
.block-devices .block-houseware .box-buy .content {
  padding: 10px;
}
.block-devices .block-houseware .box-buy .sale-anounce {
  margin-top: 5px;
}
.block-devices .block-houseware .box-buy .installment {
  position: absolute;
  right: 10px;
  bottom: 64px;
  font-size: 12px;
  padding: 0px 5px;
  /* margin-bottom: 10px; */
}
.block-trade-mark .tab-container {
  width: 102.5%;
  border-bottom: none;
}
.block-trade-mark .tab-container .tab-links {
  border-bottom: 1px solid #d7d7d7;
}
.block-trade-mark h2 {
  border-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #464646;
  text-transform: uppercase;
  margin: 0 0 23px 0;
  padding-bottom: 0;
}
.block-trade-mark .tab-links {
  padding-left: 0;
}
.block-trade-mark .tab-links li {
  width: 50%;
  height: 105px;
  position: relative;
  overflow: hidden;
}
.block-trade-mark .tab-links li img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-trade-mark .tab-links li a {
  border-bottom: none;
  border: 1px solid transparent;
}
.block-trade-mark .tab-links li.active a,
.block-trade-mark .tab-links li:hover a {
  border-color: #00adef;
}
.block-trade-mark .trade-mark {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.block-trade-mark .trade-mark a {
  display: inline-block;
  width: 100%;
  height: 104px;
}
.block-trade-mark .tab-content {
  padding: 0;
}
.block-trade-mark .box-trade-mark {
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  border: 1px solid #d7d7d7;
}
.block-trade-mark .box-trade-mark .name-product {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 3.125em;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.block-trade-mark .box-trade-mark .top .old-price {
  font-size: 12px;
  text-decoration: line-through;
}
.block-trade-mark .box-trade-mark .top .real-price {
  font-size: 16px;
  font-family: 'fontbold';
  color: #ff373f;
}
.block-trade-mark .box-trade-mark .left {
  padding-right: 0;
}
.block-trade-mark .box-trade-mark .bottom {
  margin-top: 28px;
}
.block-trade-mark .box-trade-mark .bottom .sale-off {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 45px;
  height: 50px;
  line-height: 44px;
  color: white;
  margin-top: -8px;
}
.block-trade-mark .box-trade-mark .bottom .like {
  width: 54px;
  height: 54px;
  position: relative;
  overflow: hidden;
  border: 2px solid #ff373f;
  border-radius: 50%;
  margin-top: -13px;
}
.block-trade-mark .box-trade-mark .bottom .like img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-trade-mark .box-trade-mark .bottom .sale {
  display: inline-block;
  width: 39%;
}
.block-trade-mark .box-trade-mark .bottom .code {
  display: inline-block;
  float: left;
  padding-right: 5px;
  border-right: 1px solid #d7d7d7;
  font-size: 12px;
  width: 61%;
}
.block-trade-mark .box-trade-mark .bottom .code .zip {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 3px;
  background: #00adef;
  border-radius: 3px;
}
.block-trade-mark .box-trade-mark .bottom .sale {
  padding-left: 5px;
}
.block-trade-mark .box-trade-mark .bottom .sale .red {
  font-weight: bold;
  color: #ff373f;
}
.block-trade-mark .box-trade-mark .no-padding-left {
  width: 123px;
  height: 110px;
  position: relative;
  overflow: hidden;
}
.block-trade-mark .box-trade-mark .no-padding-left img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-banner-bottom .padding1 {
  width: 40%;
  padding: 0 0 0 15px;
}
.block-banner-bottom .padding2 {
  padding: 0 0 0 6px;
  width: 60%;
}
.block-banner-bottom a {
  overflow: hidden;
  display: block;
}
.block-banner-bottom a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.block-banner-bottom a:hover {
  opacity: 0.95;
}
/* =========box-buy ============*/
.clock-sale div {
  display: inline-block;
}
.clock-sale div span {
  display: inline-block;
  margin: 0 3px;
}
.real-price {
  font-size: 13px;
  color: #6e6e6e;
}
/* .sale-price {
    color: #ff5722;
    font-size: 16px;
    font-family: 'fontbold';
    margin-right: 7px;
    display: inline-block;
}
 */
.box-buy {
  width: 220px;
  float: left;
  position: relative;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.box-buy .link-img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 220px;
  line-height: 200px;
  vertical-align: bottom;
  text-align: center;
  overflow: hidden;
}
.box-buy .link-img img.img-responsive {
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.box-buy .link-img .icon-gift {
  position: absolute;
  top: 5px;
  right: 10px;
}
.box-buy .link-cart {
  height: 40px;
  width: 100%;
  background-color: #ff373f;
  display: inline-block;
  line-height: 42px;
  margin-bottom: -2px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-family: "fontsemibold";
  text-transform: uppercase;
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
}
.box-buy .link-cart:hover,
.box-buy .link-cart:focus,
.box-buy .link-cart:active {
  text-decoration: none;
  background-color: #00adef;
}
.box-buy .link-cart .total {
  display: inline-block;
  width: auto;
}
.box-buy .link-cart .total span {
  float: left;
}
.box-buy .content {
  background: #fff;
  padding: 10px 10px 15px 10px;
}
.box-buy .content p {
  margin-bottom: 10px;
  color: #252525;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 3.125em;
  word-wrap: break-word;
}
.box-buy .content .price .real-price {
  text-decoration: line-through;
  font-size: 13px;
  color: #6e6e6e;
}
.box-buy .content .price .sale-price {
  font-size: 16px;
  font-family: 'fontbold';
  margin-right: 7px;
  display: inline-block;
}
.box-buy .content .sale-time {
  color: #00adef;
  font-family: 'fontlight';
  font-size: 14px;
  margin-top: 5px;
}
.box-buy:hover {
  box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.3);
}
.box-buy:hover .link-cart {
  display: block;
}
/*======= hover img =====*/
.block-banner a.link-img,
.block-top-promotion a.link-img,
.block-top-good a.link-img,
.block-price-shock a.link-img,
.block-buy a.link-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.block-banner a.link-img img,
.block-top-promotion a.link-img img,
.block-top-good a.link-img img,
.block-price-shock a.link-img img,
.block-buy a.link-img img,
.block-tabs a.link-img img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.block-banner a.link-img img:hover,
.block-top-promotion a.link-img img:hover,
.block-top-good a.link-img img:hover,
.block-price-shock a.link-img img:hover,
.block-buy a.link-img img:hover,
.block-tabs a.link-img img:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.block-only-mymall a.link-img:hover img,
.block-new a.link-img:hover img {
  -webkit-animation: widthscale 0.4s linear 0s forwards alternate;
  /* Chrome, Safari, Opera */
  animation: widthscale 0.4s linear 0s forwards alternate;
}
/* ====owl-carousel style========== */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}
.form-box.form-box-cart {
  padding: 0;
  width: 450px;
}
.form-box.form-box-cart .form-head {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #e1e1e1;
}
.form-box.form-box-cart .form-head h4 {
  height: 34px;
  line-height: 32px;
  color: #00adef;
}
.form-box.form-box-cart .form-body {
  padding: 0 20px;
  padding-top: 10px;
}
.form-box.form-box-cart .form-body ul {
  line-height: 26px;
}
.form-box.form-box-cart .form-footer {
  border-top: 1px solid #e1e1e1;
  padding: 15px 10px 15px 20px;
  margin-top: 15px;
}
.form-box.form-box-cart .form-footer p {
  color: #464646;
  font-size: 16px;
  font-family: "fontsemibold";
}
.form-box.form-box-cart .list-product-cart li {
  padding: 15px 0;
  border-top: 1px dashed #aeaeae;
}
.form-box.form-box-cart .list-product-cart li:first-child {
  border-top: 0;
}
.form-box.form-box-cart .list-product-cart li:last-child {
  padding-bottom: 0;
}
.form-box.form-box-cart .list-product-cart figure {
  width: 55px;
  height: 55px;
}
.form-box.form-box-cart .list-product-cart .content {
  width: 220px;
  margin-left: 15px;
}
.form-box.form-box-cart .list-product-cart .content .text-green {
  color: #ff0000;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  margin-right: 20px;
  padding-left: 15px;
}
.form-box.form-box-cart .list-product-cart .content .text-green:before {
  position: absolute;
  content: ".";
  bottom: 16px;
  left: 0px;
  width: 2px;
  height: 2px;
  color: #ff0000;
  font-size: 40px;
  line-height: 0;
}
.form-box.form-box-cart .list-product-cart .content .text-green .text-red {
  color: #2bc5f8;
  position: relative;
  padding-left: 15px;
}
.form-box.form-box-cart .list-product-cart .content .text-green .text-red:before {
  position: absolute;
  content: ".";
  bottom: 16px;
  left: 0px;
  width: 2px;
  height: 2px;
  color: #2bc5f8;
  font-size: 40px;
  line-height: 0;
}
.form-box.form-box-cart .list-product-cart .content p {
  color: #464646;
  font-size: 14px;
  font-family: "fontlight";
}
.form-box.form-box-cart .list-product-cart .number-product {
  width: 45px;
  height: 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: 8px;
}
.form-box.form-box-cart .list-product-cart .number-product span {
  display: block;
  font-weight: 600;
  text-align: center;
}
.form-box.form-box-cart .list-product-cart .number-product span.number {
  color: #464646;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  float: left;
  margin: 0 10px;
}
.form-box.form-box-cart .list-product-cart .number-product span.fa {
  font-size: 16px;
  line-height: 10px;
  color: #464646;
}
.form-box.form-box-cart .list-product-cart .number-product .angle-up-down {
  display: inline-block;
  float: left;
  margin-top: 5px;
}
.form-box.form-box-cart .list-product-cart .price {
  margin-top: 15px;
}
.form-box.form-box-cart .list-product-cart .price span:first-child {
  margin-right: 15px;
  display: inline-block;
  color: #ff9000;
  font-family: "fontsemibold";
  font-size: 15px;
}
.form-box.form-box-cart .list-product-cart .price span:last-child {
  width: 16px;
  height: 16px;
  background-color: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.form-box.form-box-cart .list-product-cart .price span:last-child:before {
  color: #fff;
  margin-left: 4px;
  font-size: 12px;
}
.form-box.form-box-cart .btn.btn-orange {
  width: 170px;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  font-family: "fontsemibold";
  background: #ff373f;
}
.form-box {
  border: 1px solid #e1e1e1;
  padding: 15px;
  background-color: #fff;
  margin-right: -50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 320px;
  position: relative;
}
.menu-content {
  /*padding: 30px 10px 20px;*/
  background-color: transparent;
  position: relative;
  z-index: 9999;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  margin-top: 30px;
}
.menu-content .sub-content {
  padding: 20px;
  margin-top: -16px;
  border-top: 1px solid #e1e1e1;
  display: none;
  background-color: #fff;
  width: 88%;
  float: right;
}
.menu-content .sub-content.active {
  display: block;
}
.menu-content .sub-content h4 {
  color: #ff373f;
  font-family: "fontsemibold";
  margin-bottom: 8px;
}
.menu-content .sub-content ul {
  padding-left: 0;
}
.menu-content .sub-content ul.subMenu {
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.menu-content .sub-content ul li {
  font-size: 14px;
  padding: 8px 8px 8px 0;
  border-bottom: 1px dashed #ebebeb;
  list-style: none;
}
.menu-content .sub-content ul li a {
  color: #464646;
}
.menu-content .sub-content ul li a:hover,
.menu-content .sub-content ul li a:focus,
.menu-content .sub-content ul li a:active {
  color: #00adef;
  text-decoration: none;
}
.menu-content .sub-content ul li a:before,
.menu-content .sub-content ul li a:after {
  display: table;
  content: "";
}
.menu-content .sub-content ul li a:after {
  clear: both;
}
.menu-content .sub-content ul li span.text {
  float: left;
}
.menu-content .sub-content ul li span.text i {
  color: #808080;
  font-family: "fontlight";
  font-style: normal;
  display: inline-block;
  padding-left: 7px;
}
.menu-content .sub-content ul li span.number {
  float: right;
}
.menu-content .sub-content ul li span.fa {
  float: right;
  font-size: 16px;
  margin-top: 6px;
  margin-right: 18px;
}
.menu-content .sub-content ul li.dropdown {
  padding: 0;
  position: relative;
  background: #fff;
}
.menu-content .sub-content ul li.dropdown button {
  width: 100%;
  color: #464646;
  font-family: "fontregular";
  font-weight: normal;
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 3;
  background: #fff;
  height: 34px;
  line-height: 34px;
}
.menu-content .sub-content ul li.dropdown button:hover,
.menu-content .sub-content ul li.dropdown button:focus,
.menu-content .sub-content ul li.dropdown button:active {
  outline: none;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  opacity: 1;
}
.menu-content .sub-content ul li.dropdown .dropdown-menu {
  position: absolute;
  left: 100%;
  top: -3px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  z-index: 1;
  margin-left: -2px;
  padding: 0;
}
.menu-content .sub-content ul li.dropdown .dropdown-menu li {
  padding: 4px 0 !important;
}
.menu-content .sub-content ul li.dropdown:hover,
.menu-content .sub-content ul li.dropdown:focus,
.menu-content .sub-content ul li.dropdown:active {
  opacity: 1;
}
.menu-content .sub-content ul li.dropdown:hover .dropdown-menu,
.menu-content .sub-content ul li.dropdown:focus .dropdown-menu,
.menu-content .sub-content ul li.dropdown:active .dropdown-menu {
  display: block;
}
.menu-content .sub-content img {
  max-width: 100%;
  margin-top: 12px;
}
.menu-content .sub-content .link-img {
  width: 320px;
  height: 160px;
  display: block;
  overflow: hidden;
}
.menu-content .sub-content .link-img:hover img {
  -webkit-animation: widthscale 0.4s linear 0s forwards alternate;
  /* Chrome, Safari, Opera */
  animation: widthscale 0.4s linear 0s forwards alternate;
}
.width-reset-col-md-2 {
  width: 240px;
}
.width-reset-col-md-2 .checkbox label {
  padding-right: 10px;
}
.width-reset-col-md-2 .checkbox label span {
  color: #818181;
}
.width-reset-col-md-10 {
  width: 930px;
}
.breadcrumb {
  margin-top: 15px;
  padding: 0;
  margin-bottom: 15px;
  background: #fff;
}
.breadcrumb > li {
  font-weight: normal;
}
.breadcrumb > li a:hover,
.breadcrumb > li a:active,
.breadcrumb > li a:focus {
  text-decoration: none;
}
.breadcrumb > li:first-child:before {
  content: "H";
  background-color: #00adef;
  color: #fff;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  line-height: 21px;
}
.breadcrumb > li + li:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  color: #818181;
  padding: 0 10px;
}
.breadcrumb > li + li a {
  color: #00adef;
}
.breadcrumb li.active {
  border-bottom: none;
}
.breadcrumb li.active a {
  color: #818181 !important;
  font-family: "fontregular";
}
.breadcrumb li a {
  color: #818181 !important;
}
.main-content-right .banner-cate {
  margin-bottom: 25px;
}
.main-content-right .clearfix p {
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.main-content-right .clearfix .list-radio {
  display: inline-block;
  padding: 0;
}
.main-content-right .clearfix .list-radio li {
  list-style: none;
  float: left;
  margin-right: 30px;
}
.main-content-right .block-buy .col-md-4 {
  padding-right: 10px;
}
.main-content-right .block-buy .col-md-4:nth-child(n+3) {
  padding-right: 15px;
}
.main-content-right .block-buy .box-buy {
  cursor: pointer;
}
.main-content-right .block-buy .box-buy:hover {
  border-color: #00adef;
  box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.3);
}
.main-content-right .block-buy .box-buy .price {
  margin-bottom: 8px;
}
.main-content-right .block-buy .box-buy .installment {
  padding: 3px 4px;
  right: 6px;
}
.main-content-right .block-buy .box-buy .content p {
  margin-bottom: 5px;
}
.main-content-right .block-buy .box-buy .sale-off {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 43px;
  height: 50px;
  line-height: 44px;
  position: absolute;
  top: 5px;
  color: #fff;
  /* background: url('../images/icons/sale-right.png') */
}
.main-content-right .heading-cat {
  margin: 0px 0 ;
}
.main-content-right .heading-cat h2 {
  color: #464646;
  font-family: "fontsemibold";
  font-size: 18px;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 10px;
}
.main-content-right .heading-cat h2 b {
  font-weight: normal;
  float: left;
  margin-top: 1px;
  text-transform: lowercase;
}
.main-content-right .heading-cat h2 b:first-letter {
  text-transform: uppercase;
}
.main-content-right .heading-cat h2 span {
  display: inline-block;
  font-size: 14px;
  font-family: "fontlight";
  margin-left: 10px;
  padding: 3px 10px;
  position: relative;
  text-transform: lowercase;
}
.main-content-right .heading-cat h2 span:first-letter {
  text-transform: uppercase;
}
.main-content-right .heading-cat h2 span:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}
/* page detail */
.container .title {
  text-align: center;
  margin-bottom: 27px;
  font-weight: bold;
}
.container .title a {
  color: #00adef;
}
.right-block .detail-trademark {
  margin-right: 30px;
  margin-bottom: 10px;
}
.right-block .detail-trademark .star_ {
  color: #ff9000;
  font-size: 17px;
}
.right-block .detail-trademark .star {
  font-weight: bold;
  font-size: 14px;
  margin-left: 13px;
}
.right-block .detail-trademark h1 {
    font-weight: bold;
    font-size: 16px;
}
.right-block .detail-trademark .border {
  width: 135px;
  height: 50px;
  display: inline-block;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.right-block .detail-trademark .border img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  min-width: auto;
  min-height: auto;
  width: auto;
  height: auto;
}
.right-block .social-links {
  display: inline-block;
  margin-left: 80px;
  margin-top: 20px;
}
.right-block .infor_ {
  display: inline-block;
  width: 100%;
}
.right-block .infor_ .list-policy {
  padding-left: 40px;
  border-left: 1px solid #d7d7d7;
}
.right-block .infor_ .list-policy li {
  list-style: inherit;
  line-height: 27px;
  color: #00adef;
}
.right-block .infor_ .list-policy li a {
  color: #00adef;
}
.right-block .infor_ .list-policy li a:hover {
  font-weight: 600;
}
.right-block .des .short_description {
  max-height: 106px;
  overflow: hidden;
}
.right-block .des #seemore {
  display: inline-block;
}
.right-block .des ul {
  margin-bottom: 0;
}
.right-block .des ul li {
  line-height: 25px;
}
.right-block .des ul li .text-list {
  padding: 2px 6px 10px 8px;
  background: url(../images/icons/dot.png) no-repeat;
  background-position: 0px 10px;
}
.right-block .des a {
  font-weight: bold;
  font-style: italic;
}
.right-block .des #collapse {
  display: none;
}
.right-block .des .short_description p,
.right-block .des .short_description span {
  font-family: 'fontregular' !important;
}
.right-block .choose {
  margin-top: 15px;
}
.right-block .choose label {
  width: 98px;
  float: left;
  line-height: 38px;
}
.right-block .total-btn {
  margin-left: 100px;
}
.right-block .total-btn li {
  width: 68px;
  height: 36px;
  border: 1px solid #d7d7d7;
  float: left;
  text-align: center;
  line-height: 34px;
  margin-right: 9px;
  margin-bottom: 9px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}
.right-block .total-btn li:nth-child(6n) {
  margin-right: 0;
}
.right-block .total-btn li a {
  text-decoration: none;
}
.right-block .total-btn li a:hover,
.right-block .total-btn li a:focus {
  color: #464646;
}
.right-block .total-btn li a .boxs {
  line-height: 120%;
  display: inline-block;
}
.right-block .total-btn li.active {
  float: left;
  border-color: #fff !important;
  box-shadow: inset 0 0 0 2px #ff373f !important;
}
.right-block .total-btn li.active a {
  color: #464646;
  font-family: 'fontregular';
  background: transparent;
}
.right-block .total-btn li:hover {
  border-color: #fff;
  box-shadow: inset 0 0 0 2px #ff373f !important;
}
.right-block .choose-number {
  clear: both;
}
.right-block .choose-number .input_number {
  width: 79px;
  height: 38px;
  text-align: center;
  margin-right: 7px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding: 0 5px 0px 0;
  outline: none;
  font-weight: normal !important;
  background: transparent;
}
.right-block .choose-place {
  margin-top: 0;
  margin-bottom: 15px;
}
.right-block .choose-place .drop_place {
  height: 38px;
  margin-right: 9px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  outline: none;
}
.right-block .choose-place #resizing_select {
  width: 135px;
}
.right-block .choose-place #width_tmp_select {
  display: none;
}
.top-detail .picZoomer {
  position: relative;
}
.top-detail .picZoomer-pic-wp,
.top-detail .picZoomer-zoom-wp {
  border: 1px solid #d7d7d7;
}
.top-detail .picZoomer-pic {
  width: 100%;
  height: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
.top-detail .picZoomer-cursor {
  background-position: 0px 0px;
  float: right;
  overflow: hidden;
  z-index: 999;
  opacity: 0.4;
  zoom: 1;
  width: 206.25px;
  height: 206.25px;
  background-color: white;
  cursor: pointer;
  border: 1px solid #000000;
  background-repeat: no-repeat;
  position: absolute;
  left: 94px;
  top: 14px;
  display: none;
}
.top-detail .picZoomer-zoom-wp {
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 999;
  border: 2px solid #888888;
  background-color: #ffffff;
}
.top-detail .picZoomer-zoom-pic {
  position: absolute;
  top: 0;
  left: 0;
}
.top-detail .piclist {
  width: 550px;
  overflow: hidden;
  margin-top: 15px;
  height: 66px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.top-detail .piclist li {
  display: inline-block;
  width: 64px;
  height: 64px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-right: 11px;
  position: relative;
}
.top-detail .piclist li img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.top-detail .gift {
  margin-left: 0;
  margin-bottom: 0;
}
.top-detail .gift-sale {
  margin-top: 15px;
}
.top-detail .gift-sale .note {
  font-weight: normal;
  color: #818181;
  font-style: italic;
  margin: 0;
}
.top-detail .gift-sale label {
  color: #ff373f;
}
.top-detail .gift-sale label i {
  font-size: 16px;
}
.top-detail .gift-sale ul label {
  color: #464646;
}
.top-detail .single-gift {
  margin-top: 15px;
}
.top-detail .single-gift label {
  float: left;
  margin-right: 10px;
  color: #ff373f;
}
.top-detail .list-gift {
  margin-bottom: 0;
}
.top-detail .list-gift li {
  margin-bottom: 5px;
}
.top-detail .list-gift li:last-child {
  margin-bottom: 0;
}
.top-detail .list-gift li label {
  display: inline-block;
  text-align: center;
}
.top-detail .list-gift li label .text {
  text-align: left;
  font-weight: normal;
  line-height: 17px;
  margin-left: 20px;
}
.top-detail .list-gift li label input {
  float: left;
  position: relative;
  top: 2px;
}
.top-detail .list-gift li:last-child label {
  margin-right: 0px;
}
.top-detail .list-gift li .choosegift.active .wrap-img {
  border-color: #00adef;
}
.top-detail .list-gift li .choosegift.active .text {
  color: #00adef;
}
.top-detail .note {
  display: inline-block;
  margin: 10px 0 15px 0;
}
.top-detail .note span {
  font-weight: bold;
  font-style: italic;
}
.top-detail .wrap-banner a {
  margin-bottom: 5px;
  display: inline-block;
}
.box-price {
  margin-top: 19px;
  padding: 20px 24px;
  background: #d8f5ff;
}
.box-price p {
  margin-bottom: 5px;
}
.box-price .price-real {
  font-family: 'fontbold';
  font-size: 30px;
  color: #ff373f;
}
.box-price .free-ship {
  margin-left: 10px;
}
.box-price .pay-little {
  margin-left: 13px;
  padding: 12px 16px;
  background: #fff;
  color: #ff373f;
  text-transform: uppercase;
  font-family: 'fontbold';
  border: 1px solid #ff373f;
  border-radius: 4px;
  position: relative;
}
.box-price .pay-little:before {
  top: -5px;
  content: "\A";
  border-style: solid;
  border-width: 6px 9px 7px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  margin: 17px -25px;
  z-index: 2;
}
.box-price .pay-little:after {
  top: -5px;
  content: "\A";
  border-style: solid;
  border-width: 6px 12px 8px 0px;
  border-color: transparent #ff373f transparent transparent;
  position: absolute;
  margin: 17px -25px;
  left: 13px;
  z-index: 1;
}
.box-price .price-sale {
  text-decoration: line-through;
  margin-right: 7px;
}
.list-button {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
.list-button .btn {
  color: #464646;
}
.list-button .icon-order {
  width: 23px;
  height: 21px;
  margin-right: 10px;
  display: inline-block;
  background: url('../images/icons/icon-buy.png') no-repeat;
}
.list-button .icon-cart {
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-top: 0;
  background: url('../images/icons/icon-cart.png') no-repeat;
}
.list-button .icon-buy-little {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  display: inline-block;
  background: url('../images/icons/icon-buy-little.png') no-repeat;
}
.list-button li {
  display: inline-block;
  float: left;
  margin-right: 11.96px;
}
.list-button li:last-child {
  margin-right: 0;
}
.list-button li a {
  padding: 10px 18px;
  text-transform: uppercase;
  border: 1px solid #00adef;
  border-radius: 3px;
  height: 48px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.list-button li a span {
  color: #00adef;
}
.list-button li a.btn-buy {
  background: #00adef;
}
.list-button li a.btn-buy span {
  color: #fff;
  position: relative;
  top: 4px;
}
.list-button li a.btn-buy .icon-order {
  position: relative;
  top: 2px;
  background: url('../images/icons/icon-buy-hover.png') no-repeat;
}
.list-button li a.btn-buy:hover {
  background: #018ec3;
}
.list-button li a.btn-order {
  border-color: #ff373f;
  background: #ff373f;
}
.list-button li a.btn-order span {
  color: #fff;
  display: block;
    padding: 10px 0;
}
.list-button li a.btn-order .icon-cart {
  position: relative;
  top: 1px;
  background: url('../images/icons/icon-cart-hover.png') no-repeat;
}
.list-button li a.btn-order:hover {
  background: #ec0a13;
}
.list-button li a.btn-buy-little {
    border-color: #1c9e56;
    background: #5fb510;
}
.list-button li a.btn-buy-little span {
  color: #fff;
  position: relative;
  top: 4px;
}
.list-button li a.btn-buy-little .icon-buy-little {
  position: relative;
  top: -1px;
  background: url('../images/icons/icon-buy-little-hover.png') no-repeat;
}
.list-button li a.btn-buy-little:hover {
  background: #818181;
}
.list-button li .btn-order span {
  position: relative;
  top: -5px;
}
.bottom-detail {
  margin-bottom: 40px;
}
.bottom-detail .tabcontent {
  display: block;
}
.bottom-detail .intro-detail {
  width: 750px;
  float: left;
}
.bottom-detail aside.sidebar {
  width: 360px;
  float: right;
  padding-top: 25px;
}
.bottom-detail aside.sidebar .paragraph {
  padding: 20px 10px;
  border: 1px solid #d7d7d7;
  margin-top: 18px;
}
.bottom-detail aside.sidebar .paragraph .title {
  font-size: 16px;
  font-weight: bold;
  color: #00adef;
  margin-bottom: 23px;
  text-align: left;
}
.bottom-detail aside.sidebar .paragraph ul .item-pro {
  clear: both;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.bottom-detail aside.sidebar .paragraph ul .item-pro:last-child {
  margin-bottom: 0;
}
.bottom-detail aside.sidebar .paragraph ul .item-pro .border-img {
  float: left;
  margin-right: 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  width: 90px;
  height: 90px;
  position: relative;
  overflow: hidden;
}
.bottom-detail aside.sidebar .paragraph ul .item-pro .border-img img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  min-width: auto;
  min-height: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.bottom-detail aside.sidebar .paragraph ul .item-pro .text-decript {
  margin-left: 110px;
}
.bottom-detail aside.sidebar .paragraph ul .item-pro .text-decript .text-pro {
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 3.125em;
  word-wrap: break-word;
  cursor: pointer;
}
.bottom-detail aside.sidebar .paragraph ul .item-pro .sale-until {
  position: absolute;
  top: 63px;
  width: 90px;
  height: 25px;
  background: rgba(255, 255, 255, 0.51);
  color: #ff0000;
  line-height: 24px;
}
.bottom-detail aside.sidebar .paragraph ul .item-pro .real-price {
  font-size: 11px;
  color: #464646;
  margin-left: 10px;
  text-decoration: line-through;
}
.bottom-detail .introduction {
  width: 100%;
  border-top: 2px solid #e1e1e1;
  padding: 0;
  margin-top: 59px;
}
.bottom-detail ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-top: -37px;
}
.bottom-detail ul.tab li {
  float: left;
}
.bottom-detail ul.tab li {
  display: inline-block;
  color: #464646;
  text-align: center;
  padding-bottom: 14.5px;
  margin-right: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.bottom-detail ul.tab li:hover {
  box-shadow: 0px 2px 0px #00adef;
}
.bottom-detail ul.tab li.active {
  border-bottom: 2px solid #00adef;
}
.bottom-detail .tabcontent {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bottom-detail .tabcontent .sub-title {
  font-size: 24px;
  font-weight: bold;
  padding: 17px 0 15px 0;
  text-align: left;
}
.bottom-detail .tabcontent p {
  text-align: left;
  display: block;
  color: #464646;
}
.bottom-detail .tabcontent .title-color {
  color: #ff373f;
}
.bottom-detail .tabcontent .fb-commend img {
  margin-top: 10px;
  margin-bottom: 0;
}
.bottom-detail .tabcontent img {
  padding: 0 15px;
  height: auto !important;
}
.bottom-detail #introduce-product,
.bottom-detail #information-product,
.bottom-detail #introduce {
  text-align: center;
}
.bottom-detail #introduce-product h3,
.bottom-detail #information-product h3,
.bottom-detail #introduce h3,
.bottom-detail #introduce-product span,
.bottom-detail #information-product span,
.bottom-detail #introduce span,
.bottom-detail #introduce-product p,
.bottom-detail #information-product p,
.bottom-detail #introduce p {
  font-family: 'fontregular' !important;
}
.bottom-detail #introduce-product table,
.bottom-detail #information-product table,
.bottom-detail #introduce table {
  border: none !important;
}
.bottom-detail #introduce-product table > tbody > tr > td,
.bottom-detail #information-product table > tbody > tr > td,
.bottom-detail #introduce table > tbody > tr > td,
.bottom-detail #introduce-product table > tbody > tr th,
.bottom-detail #information-product table > tbody > tr th,
.bottom-detail #introduce table > tbody > tr th {
  border: 1px solid #ddd !important;
  padding: 11px !important;
}
.bottom-detail #introduce-product table > tbody > tr > td p,
.bottom-detail #information-product table > tbody > tr > td p,
.bottom-detail #introduce table > tbody > tr > td p,
.bottom-detail #introduce-product table > tbody > tr th p,
.bottom-detail #information-product table > tbody > tr th p,
.bottom-detail #introduce table > tbody > tr th p,
.bottom-detail #introduce-product table > tbody > tr > td span,
.bottom-detail #information-product table > tbody > tr > td span,
.bottom-detail #introduce table > tbody > tr > td span,
.bottom-detail #introduce-product table > tbody > tr th span,
.bottom-detail #information-product table > tbody > tr th span,
.bottom-detail #introduce table > tbody > tr th span {
  font-family: 'fontregular' !important;
}

.bottom-detail #introduce-product table > thead > tr > th,
.bottom-detail #information-product table > thead > tr > th,
.bottom-detail #introduce table > thead > tr > th {
  padding: 0;
  border-top: none;
}
.bottom-detail table {
  text-align: left;
  width: 100% !important;
}
.bottom-detail .title-color {
  font-size: 16px;
  font-family: 'fontbold';
  color: #ff373f;
  margin: 30px 0 20px 0;
}
.bottom-detail #command-product .commend-detail .name-person {
  color: #ff9000;
  font-weight: bold;
  display: inline-block;
  margin-right: 6px;
}
.bottom-detail #command-product .commend-detail .idea {
  margin: 5px 0;
}
.bottom-detail #command-product .commend-detail .fa-reply,
.bottom-detail #command-product .commend-detail .fa-thumbs-o-up {
  font-size: 15px;
}
.bottom-detail #command-product .commend-detail .reply {
  float: left;
  margin-right: 20px;
  color: #2bc5f8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bottom-detail #command-product .commend-detail .like-command,
.bottom-detail #command-product .commend-detail .liked-command {
  color: #2bc5f8;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bottom-detail #command-product .commend-detail .liked-command {
  display: none;
}
.bottom-detail #command-product .commend-detail .sub-reply {
  margin-left: 37px;
  position: relative;
  display: none;
}
.bottom-detail #command-product .commend-detail .sub-reply:before {
  content: "\A";
  height: 0;
  border-bottom: 18px solid #fff;
  border-right: 13px solid transparent;
  top: -13px;
  position: relative;
}
.bottom-detail #command-product .commend-detail .sub-reply .txtarea-reply {
  margin-top: -19px;
}
.bottom-detail #command-product .commend-detail .sub-reply .txtarea-reply:before {
  content: "\A";
  position: absolute;
  border-color: #ccc;
  border-style: solid;
  border-width: 14px 0px 2px 1px;
  -webkit-transform: skewX(-20deg);
  transform: skewX(0deg);
  top: 6px;
}
.bottom-detail #command-product .commend-detail .sub-reply .txtarea-reply:after {
  content: '';
  width: 0%;
  height: 15px;
  right: 99%;
  position: absolute;
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 1px 4px 1px;
  -webkit-transform: skewX(20deg);
  transform: skewX(42deg);
  top: 6px;
}
.bottom-detail #command-product .commend-detail .sub-reply textarea {
  width: 713px;
  height: 124px;
  padding: 18px;
  font-style: italic;
  margin: 20px 0 10px 0;
}
.bottom-detail #command-product .commend-detail .sub-reply .wrap-input {
  width: 242px;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-right: 8px;
  outline: none;
  display: inline-block;
}
.bottom-detail #command-product .commend-detail .sub-reply a {
  color: #00adef;
  text-decoration: underline;
  position: absolute;
  top: 165px;
  right: 134px;
}
.bottom-detail #command-product .commend-detail .sub-reply .btn-reply {
  float: right;
  padding: 7px 40px;
  border: none;
  color: #fff;
  border-radius: 3px;
  background: #00adef;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.bottom-detail #command-product .commend-detail .sub-reply .btn-reply:hover {
  background: #0288bb;
}
.bottom-detail #command-product .commend-detail .subreply-person {
  padding: 18px 16px;
  background: #d8f5ff;
  border-radius: 5px;
  margin-left: 36px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 25px;
  margin-bottom: 30px;
  position: relative;
}
.bottom-detail #command-product .commend-detail .subreply-person:before {
  content: "\A";
  height: 0;
  border-bottom: 15px solid #d8f5ff;
  border-right: 14px solid transparent;
  top: -14px;
  left: 0;
  position: absolute;
}
.bottom-detail .block-buy .border-img {
  display: inline-block;
  width: 179px;
  height: 179px;
  border: 1px solid #d7d7d7;
  position: relative;
  overflow: hidden;
  float: left;
}
.bottom-detail .block-buy .border-img img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.bottom-detail .block-buy .right-block {
  margin-left: 195px;
}
.bottom-detail .block-buy .right-block .title-product {
  font-size: 18px;
  font-family: 'fontbold';
  color: #00adef;
  margin-top: 0;
  margin-bottom: 10px;
}
.bottom-detail .block-buy .right-block .box-price {
  margin-top: 0;
  padding: 15px 24px;
}
.bottom-detail .block-buy .right-block .box-price p {
  margin-bottom: 0;
}
.bottom-detail .block-buy .right-block .list-button {
  margin-top: 17px;
}
.bottom-detail .rate-product .top {
  margin-top: 35px;
}
.bottom-detail .rate-product .top h3 {
  display: inline-block;
  float: left;
  border-right: 1px solid #d7d7d7;
  padding-right: 25px;
  margin-right: 25px;
  font-size: 20px;
  font-family: 'fontbold';
  height: 45px;
  line-height: 45px;
}
.bottom-detail .rate-product .top .btn-send {
  text-transform: uppercase;
}
.bottom-detail .rate-product .top .btn-cancel {
  display: none;
}
.bottom-detail .rate-product .rate {
  display: inline-block;
  width: 100%;
}
.bottom-detail .style-textarea {
  width: 460px;
  position: relative;
  float: left;
}
.bottom-detail .style-textarea #styled {
  background: transparent;
}
.bottom-detail .style-textarea textarea {
  width: 460px;
  height: 100px;
  padding: 15px 45px;
  border-radius: 3px;
  outline: none;
}
.bottom-detail .style-textarea .text_area {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: -1;
  width: 100%;
  color: #818181;
}
.bottom-detail .style-textarea .text_area .fa-quote-left {
  float: left;
  margin-right: 18px;
}
.bottom-detail .style-textarea .text_area .fa-quote-right {
  position: absolute;
  right: 40px;
  top: 58px;
}
.bottom-detail .style-textarea .text_area p {
  color: #464646;
}
.bottom-detail .style-textarea .text_area p i {
  color: #818181;
}
.bottom-detail .inputs {
  width: 275px;
  height: 40px;
  margin-left: 475px;
}
.bottom-detail .inputs .per-input {
  width: 130px;
  height: 42px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.bottom-detail .inputs .per-input:nth-child(even) {
  margin-right: 0;
}
.bottom-detail .inputs button {
  padding: 9px 12px 9px 36px;
}
.bottom-detail .inputs button:before {
  left: 10px;
}
.bottom-detail .commend-detail {
  display: inline-block;
}
.show_comment {
  margin-top: 20px;
  display: none;
}
.form-text {
  display: block;
  width: 100%;
  margin-top: 10px;
}
/* brand page */
.modal-body.introduce-brand .inside {
  border: none;
  text-align: left;
}
.modal-body.introduce-brand .inside span {
  color: #fff !important;
}
.introduce-brand {
  padding: 5px;
  margin-bottom: 25px;
  background: #00adef;
}
.introduce-brand .inside {
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.introduce-brand .inside .content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 8.125em;
  word-wrap: break-word;
  line-height: 23px;
}
.introduce-brand .inside p {
  max-width: 840px;
}
.introduce-brand .inside p span {
  word-wrap: break-word;
}
.introduce-brand .inside span {
  color: #fff !important;
}
.introduce-brand .inside a {
  color: #fff;
  font-weight: bold;
  margin-left: 10px;
}
.introduce-brand .inside .link {
  float: right;
}
.modal-brand .introduce-brand {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 0;
  line-height: 24px;
}
.modal-brand .introduce-brand .inside {
  padding: 15px;
}
.modal-brand .close {
  font-size: 28px;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
/* research page */
.main-search .sidebar h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 3.125em;
  word-wrap: break-word;
}
.main-search .main-content-right .heading-cat h2 b {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'fontbold';
  float: none;
}
.main-search .main-content-right .heading-cat h2 .blue {
  color: #00adef;
}
/* page cart */
.main-cart .show-error-box {
  padding: 10px 14px;
  border: 1px dashed #2bc5f8;
  color: #ff4000;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  border-radius: 3px;
}
.main-cart .box-bg {
  background: #ffffdb;
}
.main-cart .show-error-box i {
  float: left;
  margin-right: 10px;
}
.main-cart .show-error-box p.nomal {
  color: #464646;
  margin-bottom: 0;
}
.main-cart .show-error-box p.nomal span {
  font-weight: bold;
  color: #2bc5f8;
}
.main-cart .show-error-box .close {
  opacity: 1;
}
.main-cart .show-error-box .close i {
  position: absolute;
  right: -20px;
  top: -13px;
  color: #fff;
  background: #e1e1e1;
  width: 21px;
  height: 21px;
  font-weight: normal;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  border-radius: 50%;
}
.main-cart .show-error-box p.error {
  color: #ff4000;
  font-weight: normal;
  margin-bottom: 0;
  display: block;
}
.tb-cart {
  border: 1px solid #e1e1e1;
  position: relative;
}
.tb-cart tbody tr.title-tb {
  color: #818181;
  text-transform: uppercase;
  background: #f8f8f8;
  text-align: left;
  font-family: 'fontbold';
  height: 38px;
}
.tb-cart tbody tr.title-tb td {
  line-height: normal;
}
.tb-cart tbody td.product {
  width: 60% !important;
}
.tb-cart tbody td.product .wrap-img {
  width: 84px;
  height: 84px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 13px 12px 13px 8px;
  border: 1px solid #d7d7d7;
}
.tb-cart tbody td.product .wrap-img img {
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  min-width: auto;
  min-height: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.tb-cart tbody td.product .descript {
  text-align: left;
  line-height: 20px;
  margin-top: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-weight: bold;
  max-height: 3.125em;
  word-wrap: break-word;
}
.tb-cart tbody td.product .descript a:hover {
  color: #00adef;
}
.tb-cart tbody td.product .descript .title {
  font-weight: bold;
  color: #464646;
  text-decoration: none;
}
.tb-cart tbody td.product .out-of-cart {
  float: left;
  font-weight: normal;
  font-style: italic;
  color: #ff4000;
}
.tb-cart tbody td.product .note {
  display: inline-block;
  color: #464646;
  padding: 0 10px;
  background: #b6edff;
  border-radius: 3px;
  border: none;
  margin-left: 5px;
}
.tb-cart tbody td.no-product {
  position: relative;
}
.tb-cart tbody td.no-product .number-cart {
  width: 65px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  text-align: center;
  background: transparent;
}
.tb-cart tbody td.no-product .icon-arrow {
  right: 15px;
  top: 12px;
}
.tb-cart tbody td.no-product .icon-arrow i {
  left: auto;
  right: 0;
  top: 0;
}
.tb-cart tbody td.no-product .icon-arrow .fa-caret-down {
  top: 10px;
}
.tb-cart tbody td.no-product .remove {
  font-size: 12px;
  color: #818181;
  font-weight: normal;
  font-style: italic;
  cursor: pointer;
  position: relative;
  left: 10px;
}
.tb-cart tbody td.no-product .remove:hover {
  text-decoration: underline;
}
.tb-cart tbody td.no-product .remove i {
  font-size: 10px;
  background: #c4c4c4;
  color: #fff;
  height: 13px;
  width: 13px;
  text-align: center;
  border-radius: 50%;
  line-height: 13px;
  position: relative;
  top: -1px;
}
.tb-cart tbody td.price {
  width: 12% !important;
}
.main-cart .left-cart {
  padding-left: 0;
  margin-bottom: 40px;
}
.main-cart .head-block {
  color: #818181;
  text-transform: uppercase;
  background: #f8f8f8;
  text-align: left;
  font-family: 'fontbold';
  padding: 10px 15px;
  height: 38px;
  border-bottom: 1px solid #d7d7d7;
}
.main-cart .body-block {
  display: inline-block;
  width: 100%;
  padding: 15px;
}
.main-cart .body-block .block-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
}
.main-cart .body-block .block-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.main-cart .body-block .block-item .form-group {
  margin-bottom: 10px;
}
.main-cart .body-block .block-item .form-group label {
  margin-bottom: 5px;
}
.main-cart .body-block .block-item .form-group .error {
  margin-bottom: 0;
}
.main-cart .type {
  padding-top: 10px;
  border-bottom: 1px solid #00adef;
}
.main-cart .type label {
  margin-right: 30px;
  padding-bottom: 8px;
}
.main-cart .type input[type='radio']:checked + label {
  border-bottom: 2px solid #00adef;
}
.main-cart .address {
  padding-top: 15px;
}
.main-cart .address label {
  display: block;
}
.main-cart .address .form-group {
  display: inline-block;
  width: 100%;
}
.main-cart .address .list-super li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.main-cart .address .list-super li input {
  float: left;
  margin-top: 4px;
}
.main-cart .address .list-super li .text {
  margin-left: 20px;
}
.main-cart .address .list-super li .text .note {
  font-size: 12px;
  color: #818181;
}
.main-cart .address_supermaket {
  display: none;
}
.main-cart .infor {
  margin-top: 10px;
}
.main-cart .row {
  margin: 0;
}
.main-cart table tbody td.right {
  text-align: right;
}
.main-cart .title-cart {
  font-size: 16px;
  text-transform: uppercase;
  color: #00adef;
  font-family: 'fontbold';
}
.main-cart .title-cart span {
  font-size: 14px;
  text-transform: initial;
  color: #818181;
  font-family: 'fontregular';
}
.main-cart .right-cart {
  margin-bottom: 40px;
  padding: 0;
  width: 360px;
  float: right;
}
.main-cart .right-cart.affix {
  position: fixed;
  margin-left: 780px;
  float: none;
  top: 110px;
}
.main-cart .right-cart .link-buy {
  color: #ff373f;
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
}
.main-cart .right-cart .link-buy:before {
  content: "\f055";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 3px;
  left: 0;
}
.main-cart .right-cart .note-textarea label {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.main-cart .right-cart .note-textarea label:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\f044";
  font: normal normal normal 14px/1 FontAwesome;
}
.main-cart .right-cart .note-textarea textarea {
  height: 105px;
}
.main-cart .right-cart .table {
  width: 360px;
  color: #464646;
  padding: 0 20px;
  font-weight: normal;
  float: right;
  border: 1px solid #e1e1e1;
}
.main-cart .right-cart .table > tbody > tr > td {
  line-height: normal;
}
.main-cart .right-cart .table > tbody > tr > td p {
  margin-bottom: 14px;
}
.main-cart .right-cart .table > tbody > tr > td p .note {
  float: none;
  display: block;
}
.main-cart .right-cart td.title-right {
  text-transform: uppercase;
  font-family: 'fontbold';
  color: #818181;
  font-size: 14px;
  background: #f8f8f8;
  padding-left: 20px;
  height: 38px;
}
.main-cart .right-cart td.line {
  padding: 15px 20px;
}
.main-cart .right-cart .code-sale {
  margin: 5px 0 10px 0;
}
.main-cart .right-cart .note {
  font-style: italic;
  color: #818181;
  font-size: 12px;
}
.main-cart .right-cart .form-code {
  margin-top: 5px;
  position: relative;
}
.main-cart .right-cart .form-code .btn-sale {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  background: #00adef;
  padding: 0 30px;
  height: 36px;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.main-cart .right-cart .form-code .btn-sale:hover {
  background: #018ec3;
}
.main-cart .right-cart .note-gift {
  color: #ff373f;
  margin-bottom: 12px;
  font-weight: bold;
}
.main-cart .right-cart .note-gift i {
  font-size: 22px;
  margin-right: 10px;
  float: left;
}
.main-cart .right-cart .note-gift p {
  margin-left: 28px;
}
.main-cart .right-cart .btn-cart {
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 1400px) {
  .main-cart .right-cart .btn-cart {
    margin-top: 0px;
  }
}
.main-cart .right-cart .btn-cart button {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
  .main-cart .right-cart .btn-cart button {
    margin-bottom: 5px;
  }
}
.main-cart .content-empty {
  width: 465px;
  margin: 0 auto;
  text-align: center;
}
.main-cart .content-empty .title-fail {
  font-size: 24px;
  margin: 20px 0 5px;
}
.main-cart .content-empty button {
  width: 250px;
  margin-top: 30px;
  margin-bottom: 15vh;
}
.main-cart .block-banner-bottom {
  display: inline-block;
}
.main-cart .block-banner-bottom .row {
  margin-left: -15px;
  margin-right: -15px;
}
.content-cart-finish {
  width: 750px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.content-cart-finish .main-title {
  font-size: 20px;
  margin: 10px 0 20px;
  display: block;
  text-align: center;
}
.content-cart-finish .tb-cart tbody tr.title-tb {
  background: #e0f6ff;
  color: #464646;
}
.content-cart-finish p {
  margin-bottom: 10px;
}
.content-cart-finish table tr.show-item td.first-row {
  padding: 0;
}
.content-cart-finish table tr.show-item td {
  padding: 10px 15px;
}
.content-cart-finish table tr.show-item td label {
  float: left;
  margin-right: 5px;
}
.content-cart-finish table tr.show-item td .detail {
  display: inline-block;
  float: left;
}
.content-cart-finish table tr.show-item td .detail p {
  margin-bottom: 0;
}
.content-cart-finish table tr.show-item td strong {
  display: block;
}
.content-cart-finish table tr.show-item:first-child {
  border-top: none;
}
.content-cart-finish table tr.show-item table {
  width: 100%;
}
.content-cart-finish table tr.show-item table tr td {
  border-top: none;
  padding: 8px;
  padding-right: 15px;
}
.content-cart-finish table tr.show-item table tr td .gift {
  margin-bottom: 0;
  line-height: 19px;
}
.content-cart-finish table tr.show-item table tr td .gift label {
  display: block;
  float: none;
}
.content-cart-finish .btn-primary {
  width: 270px;
  display: block;
  margin: 0 auto;
}
.gift {
  margin-left: 105px;
  color: #818181;
  line-height: 23px ;
  margin-bottom: 8px ;
}
.gift label {
  display: block;
}
.gift input {
  margin-top: -2px;
}
.gift .ip label {
  display: inline-block !important;
  font-weight: normal;
}
.gift .choose-color span {
  display: inline-block;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  cursor: default;
}
.gift .choose-color span.active {
  border-color: #00adef;
  color: #464646;
}
.main-cart .right-cart td.line p span {
  float: right;
}
.wrap-error {
  width: 825px;
  margin: 0 auto;
  display: block;
  margin-top: 55px;
}
.wrap-error .right-error {
  margin-top: -65px;
  padding-right: 0;
}
.wrap-error .right-error h1 {
  font-family: 'vffree46regular';
  font-size: 267px;
  color: #2bc5f8;
  height: 282px;
}
.wrap-error .right-error h2 {
  font-size: 16px;
  color: #464646;
  text-transform: uppercase;
  font-family: 'fontbold';
}
.wrap-error .right-error p.decript {
  width: 395px;
  line-height: 22px;
  color: #464646;
  margin-bottom: 40px;
}
.wrap-error .right-error .list-link {
  margin-left: 20px;
  margin-bottom: 40px;
  display: inline-block;
}
.wrap-error .right-error .list-link li {
  float: left;
  text-align: center;
  margin-right: 15px;
}
.wrap-error .right-error .list-link li:last-child {
  margin-right: 0;
}
.wrap-error .right-error .list-link li a {
  position: relative;
  width: 105px;
  height: 80px;
  display: inline-block;
}
.wrap-error .right-error .list-link li a p {
  position: absolute;
  top: 64px;
  left: -18px;
  width: 105px;
}
.wrap-error .right-error .list-link li a.home {
  background: url('../images/icon-home.png') no-repeat;
  background-position: 8px 0;
}
.wrap-error .right-error .list-link li a.home:hover {
  color: #2bc5f8;
  background: url('../images/icon-home-hover.png') no-repeat;
  background-position: 8px 0;
}
.wrap-error .right-error .list-link li a.top {
  background: url('../images/icon-top.png') no-repeat;
  background-position: 5px 0;
}
.wrap-error .right-error .list-link li a.top:hover {
  color: #2bc5f8;
  background: url('../images/icon-top-hover.png') no-repeat;
  background-position: 5px 0;
}
.wrap-error .right-error .list-link li a.favorite {
  background: url('../images/icon-favorite.png') no-repeat;
}
.wrap-error .right-error .list-link li a.favorite:hover {
  color: #2bc5f8;
  background: url('../images/icon-favorite-hover.png') no-repeat;
}
/* tracking order */
.input-checking {
  text-align: center;
  padding: 35px 0 50px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
}
.input-checking.active {
  margin-bottom: 30px;
}
.input-checking label {
  margin-right: 35px;
}
.input-checking input {
  width: 430px;
  display: inline-block;
  margin-right: 20px;
}
.input-checking button {
  width: 264px;
  height: 36px;
  font-size: 14px;
}
.input-checking .text {
  display: inline-grid;
  margin-right: 20px;
  line-height: 17px;
  position: relative;
  top: -10px;
}
.input-checking .text .note {
  font-style: italic;
  color: #818181;
}
.tracking-order {
  display: none;
}
.tracking-order .tb-cart {
  margin-top: 15px;
}
/*progressbar*/
#progressbar {
  margin-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
#progressbar li {
  list-style-type: none;
  color: #464646;
  width: 25%;
  float: left;
  position: relative;
}
#progressbar li .text label,
#progressbar li .text span {
  display: block;
}
#progressbar li .text span {
  color: #818181;
}
#progressbar li:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  display: block;
  font-size: 24px;
  color: #d1d1d1;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 25px;
  margin: 0 auto 10px auto;
}
#progressbar li:after {
  content: '';
  width: 117%;
  height: 2px;
  background: #d1d1d1;
  position: absolute;
  left: -50%;
  top: 19px;
  z-index: -1;
  /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  width: 30px;
  left: 33%;
}
#progressbar li.active:before,
#progressbar li.active:after {
  background: #39b54a;
  color: #fff;
  border-color: #39b54a;
}
.list-order button {
  width: 300px;
}
.list-order .total_submit {
  display: inline-block;
}
.list-order .list-order-table {
  display: none;
}
table.table-striped {
  border: 1px solid #d7d7d7;
  margin-top: 15px;
}
table.table-striped > tbody > tr > th {
  color: #fff;
  text-transform: uppercase;
  background: #00adef;
}
table.table-striped > tbody > tr > td {
  border-top: none;
}
table.table-striped > tbody > tr td.col-first a {
  color: #00adef;
  font-weight: bold;
}
table.table-striped > tbody > tr td.col-first a:hover {
  text-decoration: underline;
}
table.table-striped > tbody > tr:nth-of-type(odd) {
  background: #e8f9ff;
}
.view-detail-order {
  display: none;
}
.view-detail-order table.tb-cart {
  margin-top: 15px;
}
/* support center */
.header-content {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #00adef;
  padding: 10px 0;
  margin-bottom: 45px;
}
.header-content .title {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}
.header-content .color {
  font-size: 24px;
  font-family: 'fontbold';
  margin-left: 15px;
}
.instruction .left-block {
  padding-right: 35px;
}
.instruction .title-block {
  font-size: 15px;
  font-family: 'fontbold';
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d7d7d7;
}
.instruction .left-block .list-support li {
  line-height: 28px;
}
.instruction .left-block .list-support li a.active {
  color: #00adef;
}
.instruction .right-block h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'fontbold';
}
.instruction .title-content {
  color: #00adef;
  margin-bottom: 20px;
  font-size: 18px;
}
.instruction .title-content.title_ {
  margin-bottom: 10px;
}
.instruction .right-block .block {
  margin-bottom: 30px;
  line-height: 25px;
  display: inline-block;
  width: 100%;
}
.instruction .right-block .instruction-order {
  margin-bottom: 20vh;
}
.instruction .right-block .ghld {
  margin-bottom: 20vh;
}
.instruction .right-block .ghld b,
.instruction .right-block .ghld i {
  display: block;
}
.instruction .right-block .ghld b {
  margin: 5px 0;
}
.instruction .right-block .maintain-policy {
  margin-bottom: 10vh;
}
.instruction .right-block .maintain-policy .title-block {
  margin: 10px 0 5px;
}
.instruction .right-block .maintain_center {
  margin-bottom: 10vh;
}
.instruction .right-block .maintain_center .block_search {
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid #d7d7d7;
}
.instruction .right-block .maintain_center .row {
  margin: 0;
}
.instruction .right-block .maintain_center .maintain-center label {
  float: left;
  margin-right: 15px;
}
.instruction .right-block .maintain_center .maintain-center .form-control,
.instruction .right-block .maintain_center .maintain-center .wrap-select {
  width: 195px;
  float: left;
  margin-right: 15px;
}
.instruction .right-block .maintain_center .maintain-center .btn-second {
  width: 98px;
  height: 36px;
  line-height: 23px;
}
.instruction .right-block .maintain_center .maintain-center h3 {
  margin-bottom: 15px;
}
.instruction .right-block .maintain_center .maintain-center label {
  position: relative;
  top: 5px;
}
.instruction .right-block .maintain_center .maintain-center .title-table {
  font-size: 24px;
  margin-top: 30px;
}
.instruction .right-block .maintain_center .maintain-center .table-center {
  display: none;
}
.instruction .right-block .maintain_center .maintain-center table > tbody > tr {
  line-height: 20px;
}
.instruction .right-block .maintain_center .maintain-center table > tbody > tr > th,
.instruction .right-block .maintain_center .maintain-center table > tbody > tr td {
  padding: 8px;
}
.instruction .right-block .maintain_center .maintain-center table > tbody > tr > th .wrap-select {
  border-radius: 3px;
}
.instruction .right-block .maintain_center .maintain-center table > tbody > tr > th .wrap-select i {
  color: #464646;
  top: 7px;
}
.instruction .right-block .maintain_center .maintain-center table > tbody > tr > th select {
  height: 30px;
  line-height: 12px;
}
.instruction .right-block .maintain_center .maintain-center table > tbody > tr .product,
.instruction .right-block .maintain_center .maintain-center table > tbody > tr .place {
  width: 38%;
}
.instruction .right-block .maintain_center .search-action {
  margin: 20px 0;
}
.instruction .right-block .maintain_center .search-action label {
  float: none;
}
.instruction .right-block .maintain_center .search-action .row {
  margin-top: 5px;
}
.instruction .right-block .maintain_center .search-action .row label {
  margin-right: 20px;
}
.instruction .right-block .maintain_center .check-phone .form-control {
  width: 490px;
  margin-right: 15px;
  display: inline-block;
}
.instruction .right-block .maintain_center .check-phone .btn-second {
  width: 165px;
  height: 36px;
  line-height: 23px;
}
.instruction .right-block .maintain_center .check-phone p {
  margin-top: 15px;
}
.instruction .right-block .maintain_center .check-phone .infor-product {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  border: 1px solid #d7d7d7;
}
.instruction .right-block .maintain_center .check-phone .infor-product .title {
  padding: 10px 0;
  color: #fff;
  background: #00adef;
  margin-bottom: 0;
}
.instruction .right-block .maintain_center .check-phone .infor-product .detail {
  padding: 20px 0;
  line-height: 24px;
}
.instruction .right-block .maintain_center .check-phone .infor-product .detail h3 {
  color: #00adef;
}
.instruction .right-block .maintain_center .check-phone .infor-product .detail p {
  margin-top: 0;
}
.instruction .right-block .maintain_center .check-phone .infor-product {
  display: none;
}
.instruction .right-block .ghld,
.instruction .right-block .maintain-policy,
.instruction .right-block .maintain_center {
  display: none;
}
/* multi select */
.bootstrap-multi-select-box {
  border-radius: 3px;
  border: 1px solid #ccc;
}
.bootstrap-multi-select-box .bootstrap-select .bs-caret,
.bootstrap-multi-select-box .open .bs-caret {
  display: none;
}
.bootstrap-multi-select-box .dropdown-menu li a {
  padding: 5px 20px;
  font-size: 14px;
}
.bootstrap-select.btn-group .dropdown-menu.open {
  height: 300px;
}
.bs-actionsbox {
  display: none;
}
.bootstrap-multi-select-box .bootstrap-select > .dropdown-toggle,
.bootstrap-multi-select-box .open > .dropdown-toggle {
  width: 100%;
  padding: 6px 24px 6px 12px;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #464646;
  height: 36px !important;
}
.bootstrap-multi-select-box .bootstrap-select > .dropdown-toggle:focus,
.bootstrap-multi-select-box .open > .dropdown-toggle:focus,
.bootstrap-multi-select-box .bootstrap-select > .dropdown-toggle:active,
.bootstrap-multi-select-box .open > .dropdown-toggle:active,
.bootstrap-multi-select-box .bootstrap-select > .dropdown-toggle:hover,
.bootstrap-multi-select-box .open > .dropdown-toggle:hover {
  outline: none !important;
  background-color: transparent;
  color: #464646;
  opacity: 1;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.open > .dropdown-toggle.btn-default {
  color: #464646;
  background-color: transparent;
  border-color: #ccc;
}
.bootstrap-multi-select-box .bootstrap-select .dropdown-menu .selected a,
.bootstrap-multi-select-box .open .dropdown-menu .selected a {
  background-color: #3388dd;
  color: #fff;
}
.box-img {
  width: 200px;
  float: left;
  position: relative;
}
.box-img img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  width: initial !important;
}
/* thienhoa-information */
.title-block {
  margin: 10px 0;
}
.title-line {
  font-size: 18px !important;
  padding-bottom: 8px;
  margin-bottom: 15px;
  color: #00adef;
  display: block;
  border-bottom: 1px solid #00adef;
}
.title-line .note {
  font-size: 14px;
  color: #464646;
  text-transform: initial;
  font-family: 'fontregular';
}
.instruction .left-block {
  width: 21%;
}
.instruction .right-block {
  width: 79%;
}
ul.title-content {
  text-transform: uppercase;
  margin-bottom: 7px;
  display: inline-block;
}
ul.title-content li {
  float: left;
  font-family: 'fontbold';
  margin-right: 15px;
  padding-right: 18px;
  position: relative;
}
ul.title-content li:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
}
ul.title-content li:last-child:after {
  content: none;
}
.wrap_btn {
  padding-left: 0;
  float: none;
  margin: 0;
  margin-bottom: 10px;
}
.wrap_btn input[type=file] {
  opacity: 0;
}
.btn-loadfile {
  display: inline-block;
  padding: 5px 22px;
  border: 1px solid #00adef;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
}
.icon-browser,
.icon-browser-hover {
  width: 20px;
  height: 22px;
  float: left;
  margin-right: 8px;
}
.icon-browser {
  background: url('../images/icons/icon-browser.png') no-repeat;
}
.icon-browser-hover {
  background: url('../images/icons/icon-browser-hover.png') no-repeat;
}
.btn-loadfile input[type=file] {
  position: absolute;
  top: 0;
  height: 35px;
  width: 100%;
  cursor: pointer;
  left: 0;
}
.wrap-img {
  border: 1px solid #d7d7d7;
}
.thienhoa-images,
.logo-business {
  width: 900px;
}
.thienhoa-images .gallery,
.logo-business .gallery {
  width: 840px;
  display: inline-block;
  float: left;
}
.thienhoa-images .btn-prev,
.logo-business .btn-prev,
.thienhoa-images .btn-next,
.logo-business .btn-next {
  font-size: 20px;
  float: left;
  height: 200px;
  vertical-align: middle;
  line-height: 200px;
}
.thienhoa-images .btn-prev span,
.logo-business .btn-prev span,
.thienhoa-images .btn-next span,
.logo-business .btn-next span {
  font-weight: bold;
}
.thienhoa-images .btn-prev,
.logo-business .btn-prev {
  margin-right: 15px;
}
.thienhoa-images .btn-next,
.logo-business .btn-next {
  margin-left: 5px;
}
.thienhoa-images .owl-controls,
.logo-business .owl-controls {
  display: none !important;
}
/* displaynone */
.supermarket-system,
.top_block_detail,
ul.title-detail,
.block.detail-career.DetailCareer,
.carrer-infor,
.information-appier,
.contact,
.installment-purchase,
.business-purchase {
  display: none;
}
/* -------------- */
.thienhoa-information .block {
  text-align: justify;
}
.thienhoa-information .wrap-img {
  margin-bottom: 15px;
}
.thienhoa-information img {
  width: 100%;
}
.thienhoa-information .support-block .support {
  line-height: 27px;
}
.thienhoa-information .support-block .support .color {
  font-size: 20px;
  font-family: 'fontbold';
}
.thienhoa-information .support-block img {
  width: auto;
}
.thienhoa-information .supermarket-system .address {
  margin-left: 194px;
  margin-top: 5px;
}
.thienhoa-information .supermarket-system .mCSB_container {
  padding-right: 20px;
}
.thienhoa-information .scrollbar {
  max-height: 310px;
}
.thienhoa-information .block-supermarket .title-block {
  margin: 30px 0 20px;
}
.thienhoa-information .block-supermarket .title {
  text-align: left;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}
.thienhoa-information .block-supermarket .list-super li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}
.thienhoa-information .block-supermarket .list-super li:before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  color: #818181;
}
.thienhoa-information .right-block .block-icons {
  margin-bottom: 0;
}
.thienhoa-information .right-block .block-icons .list-icons {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 0;
  width: 100%;
  margin-bottom: 10px;
}
.thienhoa-information .right-block .block-icons .list-icons li {
  display: inline-block;
  float: left;
  margin-bottom: 30px;
  width: 25%;
  text-align: left;
  height: 50px;
}
.thienhoa-information .right-block .block-icons .list-icons li a {
  text-transform: uppercase;
  color: #00adef;
  font-family: 'fontbold';
}
.thienhoa-information .right-block .block-icons .list-icons li i {
  margin-right: 10px;
}
.thienhoa-information .top_block_detail .block-supermarket {
  margin-top: 10px;
}
.thienhoa-information .top_block_detail .block-supermarket .list-super {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.thienhoa-information .top_block_detail .block-supermarket .list-super li:last-child {
  margin-bottom: 0;
}
.thienhoa-information .carrer-infor .title-block {
  display: inline-block;
}
.thienhoa-information .carrer-infor .search-jobs {
  width: 333px;
}
.thienhoa-information .carrer-infor .search-jobs label {
  margin-right: 10px;
}
.thienhoa-information .carrer-infor .search-jobs .wrap-select {
  width: 230px;
}
.thienhoa-information .carrer-infor .top {
  margin-bottom: 20px;
}
.thienhoa-information .carrer-infor .block-list-career .list-career {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.thienhoa-information .carrer-infor .block-list-career .list-career .title-list {
  font-family: 'fontbold';
  border-bottom: 1px solid #d1d1d1;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.thienhoa-information .carrer-infor .block-list-career .list-career .career-item {
  line-height: 22px;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  position: relative;
}
.thienhoa-information .carrer-infor .block-list-career .list-career .career-item:before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 8px;
  position: absolute;
  top: 7px;
  left: 0;
  color: #818181;
}
.thienhoa-information .carrer-infor .detail-career .title-block {
  border-bottom: 1px solid #d1d1d1;
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.thienhoa-information .carrer-infor .detail-career .title-block label {
  text-transform: initial;
  color: #464646;
  margin-right: 10px;
}
.thienhoa-information .carrer-infor .detail-career .block {
  margin-bottom: 20px;
}
.thienhoa-information .carrer-infor .detail-career .block-btn {
  margin-bottom: 20px;
}
.thienhoa-information .carrer-infor .detail-career .block-btn button {
  width: 165px;
  height: 36px;
  margin-right: 20px;
}
.thienhoa-information .carrer-infor .detail-career .block-btn img {
  width: auto;
  cursor: pointer;
}
.thienhoa-information .carrer-infor .sub-title {
  font-size: 14px;
  font-family: 'fontbold';
  margin-bottom: 5px;
}
.thienhoa-information .information-appier {
  margin-bottom: 50px;
}
.thienhoa-information .information-appier .sub-title {
  font-size: 14px;
  font-family: 'fontbold';
  padding-bottom: 5px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 15px;
}
.thienhoa-information .information-appier .sub-title .note {
  font-style: italic;
  color: #818181;
  font-weight: normal;
}
.thienhoa-information .information-appier .form-group {
  display: inline-block;
  width: 100%;
}
.thienhoa-information .information-appier .row .col-md-6 .wrap-select {
  width: 100%;
}
.thienhoa-information .information-appier .row span.color {
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  right: -5px;
}
.thienhoa-information .information-appier .note {
  font-style: italic;
  color: #818181;
}
.thienhoa-information .information-appier .block-img {
  margin-bottom: 0;
}
.thienhoa-information .information-appier .block-img .wrap-img {
  margin-bottom: 5px;
}
.thienhoa-information .information-appier .block-img .file {
  width: 80px;
  height: 28px;
  color: #00adef;
  border: 1px solid #00adef;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
}
.thienhoa-information .information-appier .block-img input[type="file"] {
  width: 80px;
  height: 28px;
  margin: 0 auto;
  position: relative;
  top: -29px;
  opacity: 0;
  cursor: pointer;
}
.thienhoa-information .information-appier .address .row {
  margin-bottom: 10px;
}
.thienhoa-information .information-appier .radio-btn label {
  margin-right: 30px;
}
.thienhoa-information .information-appier .width_almost {
  width: 90%;
  float: left;
}
.thienhoa-information .information-appier .row-datetime .wrap-select {
  width: 31%;
  float: left;
  margin-right: 12px;
}
.thienhoa-information .information-appier .row-datetime .wrap-select:last-child {
  margin-right: 0;
}
.thienhoa-information .information-appier .note-right .form-group {
  margin-top: 20px;
}
.thienhoa-information .information-appier .weight-height input {
  width: 45%;
  float: left;
}
.thienhoa-information .information-appier .weight-height span {
  float: left;
  margin: 0 10px;
}
.thienhoa-information .information-appier textarea {
  height: 105px;
  margin-top: 10px;
}
.thienhoa-information .information-appier label .note {
  font-style: italic;
  color: #818181;
  font-weight: normal;
}
.thienhoa-information .information-appier .width_different .col-md-3 {
  width: 18%;
}
.thienhoa-information .information-appier .width_different .col-md-9 {
  width: 82%;
}
.thienhoa-information .information-appier .detail-descript textarea {
  margin-top: 0;
}
.thienhoa-information .information-appier .detail-descript .form-control {
  margin-bottom: 10px;
}
.thienhoa-information .information-appier .detail-descript .form-control:last-child {
  margin-bottom: 0;
}
.thienhoa-information .information-appier .block-personal {
  margin-top: -25px;
}
.thienhoa-information .information-appier .wrap-content .content {
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.thienhoa-information .information-appier .wrap-content .content:first-child {
  border-top: none;
  padding-top: 0;
}
.thienhoa-information .information-appier .plus-content a i {
  margin-right: 5px;
}
.thienhoa-information .information-appier .plus-content a:hover {
  text-decoration: underline;
}
.thienhoa-information .information-appier .row-capchar .row {
  margin-bottom: 10px;
}
.thienhoa-information .information-appier .row-capchar label {
  margin-right: 30px;
  margin-top: 6px;
  float: left;
}
.thienhoa-information .information-appier .row-capchar img {
  width: auto;
}
.thienhoa-information .information-appier .button-show .btn_cancel {
  margin-right: 10px;
}
.thienhoa-information .information-appier .button-show .btn-send {
  background: #ff373f;
  border-color: #ff373f;
  text-transform: uppercase;
}
.thienhoa-information .information-appier .button-show .btn-send:focus,
.thienhoa-information .information-appier .button-show .btn-send:active:focus,
.thienhoa-information .information-appier .button-show .btn-send:active,
.thienhoa-information .information-appier .button-show .btn-send:hover {
  color: #fff;
  outline: none;
  background-color: #c10001;
  border-color: #c10001;
}
.thienhoa-information .installment-purchase .block {
  margin-bottom: 10px;
}
.thienhoa-information .installment-purchase ul.distance {
  display: inline-block;
  width: 100%;
  padding-left: 45px;
}
.thienhoa-information .business-purchase .information-business .form-group {
  display: inline-block;
  width: 100%;
}
.thienhoa-information .business-purchase .information-business .company label {
  width: 22%;
  float: left;
}
.thienhoa-information .business-purchase .information-business .company .wrap-input {
  width: 78%;
  float: left;
}
.thienhoa-information .business-purchase .information-business .address label {
  width: 12.5%;
  float: left;
}
.thienhoa-information .business-purchase .information-business .address .wrap-input {
  width: 87.5%;
  float: right;
}
.thienhoa-information .business-purchase .information-business .address .wrap-input input,
.thienhoa-information .business-purchase .information-business .address .wrap-input .wrap-select {
  width: 24%;
  margin-right: 10px;
  float: left;
}
.thienhoa-information .business-purchase .information-business .address .wrap-input input:last-child,
.thienhoa-information .business-purchase .information-business .address .wrap-input .wrap-select:last-child {
  margin-right: 0;
}
.thienhoa-information .business-purchase .information-business .texarea {
  margin-bottom: 0;
}
.thienhoa-information .business-purchase .information-business .texarea textarea {
  height: 100px;
}
.thienhoa-information .business-purchase .information-business .texarea label {
  width: 12.5%;
  float: left;
}
.thienhoa-information .business-purchase .information-business .texarea .wrap-input {
  width: 87.5%;
  float: right;
}
.thienhoa-information .business-purchase .persion-information label {
  width: 25%;
  float: left;
}
.thienhoa-information .business-purchase .persion-information .wrap-input {
  width: 75%;
  float: right;
}
.thienhoa-information .block-button {
  text-align: center;
}
.thienhoa-information .block-button .btn-send {
  width: 208px;
  background: #ff373f;
  border-color: #ff373f;
  text-transform: uppercase;
}
.thienhoa-information .block-button .btn-send:focus,
.thienhoa-information .block-button .btn-send:active:focus,
.thienhoa-information .block-button .btn-send:active,
.thienhoa-information .block-button .btn-send:hover {
  color: #fff;
  outline: none;
  background-color: #c10001;
  border-color: #c10001;
}
.thienhoa-information .block-button .btn-send:before {
  left: 40px;
}
.thienhoa-information .block-button .note {
  display: block;
  color: #818181;
  font-style: italic;
}
.thienhoa-information .logo-business .box-img {
  width: 150px;
  height: 145px;
  border: 1px solid #d7d7d7;
  position: relative;
  overflow: hidden;
}
.thienhoa-information .logo-business .box-img img {
  display: block;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
.thienhoa-information .logo-business .btn-prev,
.thienhoa-information .logo-business .btn-next {
  float: left;
  height: 145px;
  vertical-align: middle;
  line-height: 145px;
}
.thienhoa-information .logo-business .btn-prev span,
.thienhoa-information .logo-business .btn-next span {
  font-weight: bold;
}
.thienhoa-information .contact textarea {
  height: 135px;
}
.thienhoa-information .contact .information-contactor img {
  width: auto;
}
.thienhoa-information .contact .information-contactor label {
  width: 25%;
  float: left;
}
.thienhoa-information .contact .information-contactor .wrap-input {
  width: 75%;
  float: right;
}
.thienhoa-information .contact .information-contactor .form-group {
  display: inline-block;
  width: 100%;
}
/* news */
.sales-news .icon-comment,
.news-detail .icon-comment {
  width: 16px;
  height: 15px;
  background: url('../images/icons/icon-comment.png') no-repeat;
  display: inline-block;
  position: relative;
  top: 2px;
}
.sales-news .title-news,
.news-detail .title-news {
  font-size: 16px;
  font-family: 'fontbold';
  margin-bottom: 8px;
}
.sales-news p.text,
.news-detail p.text {
  text-align: justify;
  line-height: 24px;
}
.sales-news .right-item,
.news-detail .right-item {
  height: 150px;
  position: relative;
  padding-left: 20px;
}
.sales-news .right-item p,
.news-detail .right-item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 6.5em;
  word-wrap: break-word;
}
.sales-news .right-item .bottom,
.news-detail .right-item .bottom {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 100%;
}
.sales-news .right-item .bottom .left,
.news-detail .right-item .bottom .left {
  display: inline-block;
  color: #818181;
}
.sales-news .right-item .bottom .left .wrap-icons,
.news-detail .right-item .bottom .left .wrap-icons {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.sales-news .right-item .bottom .left i,
.news-detail .right-item .bottom .left i {
  margin-right: 5px;
}
.sales-news .right-item .bottom .link,
.news-detail .right-item .bottom .link {
  border-bottom: 1px solid #9fe0f9;
}
.sales-news .wrap-img,
.news-detail .wrap-img {
  width: 220px;
  height: 150px;
  border: 1px solid #d7d7d7;
  position: relative;
  overflow: hidden;
}
.sales-news .wrap-img img,
.news-detail .wrap-img img {
  display: block;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
.sales-news .list-news,
.news-detail .list-news {
  display: inline-block;
  width: 100%;
}
.sales-news .list-news li,
.news-detail .list-news li {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.news-detail {
  display: none;
}
.news-detail {
  /* strong, b {
        display: block;
    } */
}
.news-detail .wrap-mg {
  margin-bottom: 10px;
}
.news-detail .descript {
  margin-bottom: 15px;
}
.news-detail .block {
  position: relative;
}
.news-detail .block .wrap-mg {
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-detail .block .wrap-mg img {
  max-width: 900px;
}
.news-detail .owl-controls {
  display: none !important;
}
.news-detail .click-button {
  position: absolute;
  top: 0;
  right: 0;
}
.news-detail .click-button a span {
  font-size: 24px;
  font-weight: bold;
}
.news-detail .click-button a .fa-angle-left {
  margin-right: 5px;
}
/* --- */
.introduce-oldproduct {
  margin-bottom: 15px;
}
.time {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
}
.time .input-group {
  display: block;
}
.time .input-group input {
  background: transparent;
  cursor: default;
}
.time .input-group span {
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 1;
  font-size: 17px;
  color: #818181;
  padding-left: 8px;
  border-left: 1px solid #d7d7d7;
}
@media (max-width: 1600px) {
  .time .input-group span {
    right: 8px;
  }
}
.installment_purchase img {
  width: auto;
}
.installment_purchase .top-table .left {
  display: inline-block;
}
.installment_purchase .top-table .left .title-table {
  font-size: 20px;
  font-family: 'fontbold';
  margin-bottom: 10px;
}
.installment_purchase .top-table .left a {
  margin-right: 30px;
}
.installment_purchase .top-table .pull-right {
  margin: 0;
}
.installment_purchase .top-table .pull-right .product {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.installment_purchase .top-table .pull-right .product:last-child {
  margin-bottom: 0;
}
.installment_purchase .top-table .pull-right .text {
  margin-right: 20px;
  display: inline-block;
}
.installment_purchase .top-table .pull-right .text .name-product {
  text-transform: uppercase;
  font-size: 16px;
}
.installment_purchase .top-table .pull-right .wrap-img {
  width: 100px;
  height: 60px;
  border: 1px solid #d7d7d7;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.installment_purchase .top-table .pull-right .wrap-img img {
  display: block;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: 100%;
}
.installment_purchase .table-purchase {
  border: 1px solid #d7d7d7;
  display: inline-block;
  margin: 20px 0 100px;
}
.installment_purchase .table-purchase .list-information {
  margin-bottom: 0;
}
.installment_purchase .table-purchase .list-information .title-top div {
  color: #fff;
  background: #00adef;
  text-transform: uppercase;
  font-size: 16px;
  padding: 14px 20px;
  font-family: 'fontbold';
}
.installment_purchase .table-purchase .list-information .btn {
  width: 260px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}
.installment_purchase .table-purchase .list-information .btn-purchase {
  border: 1px solid #00adef;
  text-transform: uppercase;
  font-family: 'fontbold';
  color: #00adef;
  background: #fff;
}
.installment_purchase .table-purchase .list-information .btn-purchase:hover {
  background: #00adef;
  color: #fff;
}
.installment_purchase .table-purchase .list-item {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
}
.installment_purchase .table-purchase .list-item:nth-child(odd) {
  background: #e5f8ff;
}
.installment_purchase .table-purchase .list-item .wrap-radio {
  display: inline-block;
  margin-right: 40px;
  line-height: 26px;
}
.installment_purchase .table-purchase .list-item .wrap-select {
  width: 120px;
  margin-right: 10px;
}
.installment_purchase .table-purchase .list-item .note {
  font-style: italic;
  color: #818181;
}
.installment_purchase .table-purchase .list-item .color {
  position: relative;
  top: 10px;
}
.installment_purchase .table-purchase .item-documnent,
.installment_purchase .table-purchase .item-btn {
  padding: 20px;
}
.installment_purchase .content-detail-purchase {
  width: 750px;
  margin: 0 auto;
}
.installment_purchase .content-detail-purchase .gift {
  margin-bottom: 0;
}
.installment_purchase .content-detail-purchase table.tb-cart {
  margin-top: 10px;
  margin-bottom: 50px;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .first-row {
  padding: 0 !important;
  border-top: none !important;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .first-row table tbody tr td {
  padding: 15px 8px;
  vertical-align: top;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .first-row table tbody tr .icon-arrow {
  right: 38px;
  top: 18px;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .first-row table tbody tr .remove {
  left: 0;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .first-row table tbody .title-tb {
  color: #464646;
  background: #e0f6ff;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .first-row table tbody .title-tb td {
  padding: 8px;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item td {
  padding: 15px;
  line-height: 25px;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .title-cart {
  display: block;
  text-transform: uppercase;
  color: #00adef;
  font-size: 14px;
  font-family: 'fontbold';
  margin-bottom: 0;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor {
  margin: 15px 0;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor label {
  width: 22%;
  float: left;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor input,
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor .wrap-select,
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor .time {
  width: 78%;
  float: left;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor .time .form-control {
  width: 100%;
  background: transparent;
  cursor: default;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor .gender {
  width: 100px;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor .form-group {
  display: inline-block;
  width: 100%;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor .address {
  margin-bottom: 5px;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor .address .no-padding-right input,
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor .address .no-padding-right .wrap-select {
  width: 100%;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor .btn-second {
  width: 200px;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor .btn_cancel {
  width: 180px;
  margin-right: 30px;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor .btn {
  height: 38px;
  font-size: 14px;
}
.installment_purchase .content-detail-purchase table.tb-cart .show-item .form-infor .group-btn {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .member-ship .member-block-inner {
    max-height: 214px;
    position: relative;
    overflow: hidden;
  }
  .member-ship .member-block-inner .member-pic:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .member-ship .member-block-inner .member-info {
    opacity: 1;
  }
  .bzoom_wrap .bzoom_small_thumbs li {
    margin: 0px 6px 0px 0px;
  }
  .bzoom_wrap {
    height: 515px;
  }
  .section-top-detail {
    min-height: 565px;
  }
}
@media only screen and (min-width: 1200px) {
  .member-block {
    width: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .section-title,
  .section-marketing-field .section-title,
  .section-banner .section-title {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
  }
  .marketing-field {
    max-width: 360px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .marketing-field .form-control,
  .marketing-field .input-group-btn,
  .marketing-field .btn {
    width: 100%;
    height: 48px;
  }
  .marketing-field .form-control {
    margin-bottom: 15px;
  }
  .marketing-field .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .marketing-field .input-group-btn {
    display: table;
  }
  .marketing-field .input-group-btn .btn {
    margin-left: 0;
  }
  .marketing-field .input-group-btn .btn:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .info-block {
    margin-left: auto;
    margin-right: auto;
  }
  .news-sidebar {
    display: none;
  }
  .header-search {
    width: 53%;
    float: left;
  }
  .section-trending {
    padding-top: 42px;
  }
  .head-line {
    display: none;
  }
  .section-category .swiper-slide a span {
    margin: 0 5px;
  }
  .section-top-detail .right-block .list-infor,
  .section-bottom-detail .right-block .block-buy-safe ul {
    text-align: left;
  }
  .bzoom_wrap {
    padding: 15px 20%;
  }
}
@media only screen and (max-width: 767px) {
  .section-trending {
    padding-top: 20px;
  }
  .countdownHolder {
    top: -8px;
    display: block;
    margin-left: 15%;
  }
  .section-flashsale .wrap-flashsale .bar-line .icon-fire,
  .section-flashsale .wrap-flashsale .bar-line .meter {
    display: none;
  }
  .section-flashsale .wrap-flashsale .wrap-text .saled {
    display: block;
  }
  .section-flashsale .wrap-flashsale .wrap-img {
    width: 130px;
    height: 130px;
  }
  .section-flashsale .wrap-flashsale .bar-line .rest-pro {
    float: left !important;
  }
  .popular-product .shop-infor .wrap-logo,
  .popular-product .shop-infor .vote {
    display: none;
  }
  .section {
    text-align: center;
  }
  .swiper-wrapper,
  .popular-product {
    text-align: left;
  }
  .section-banner .wrap-banner .banner-1,
  .section-banner .wrap-banner {
    height: 250px;
  }
  .section-trending .swiper-slide .text {
    bottom: 0px;
  }
  .section-flashsale .wrap-flashsale .bar-line {
    margin-top: 0px;
  }
  .section-flashsale .wrap-flashsale .wrap-text .saled {
    margin-left: 0;
    margin-bottom: 3px;
    margin-top: -3px;
  }
  .breadcrumb {
    margin-top: 0px;
    min-height: 55px;
    height: auto;
    padding-left: 15px;
  }
  .breadcrumb ul li .scrollbar {
    margin-top: 0px;
  }
  .section-top-detail .right-block .list-infor .item-place .wrap_select {
    min-width: 40%;
  }
  .section-top-detail .right-block .list-infor .item-number input {
    width: 16%;
  }
  .section-top-detail .right-block .list-infor .item-button .btn i {
    display: none;
  }
  .section-top-detail .right-block .list-infor .item-share label {
    display: block;
    float: none;
  }
  .swiper-container.MobileSlide {
    height: 320px;
  }
  .section-top-detail .left-block {
    margin-bottom: 20px;
  }
  .section-top-detail .right-block .list-infor .item-share .list-icon li {
    margin-bottom: 0;
  }
  .tabcontent .information-product table {
    text-align: left;
  }
  div.tab button {
    margin-right: -4px;
    font-size: 14px;
  }
  footer .f-block-2 {
    margin-bottom: 22px;
  }
  footer {
    padding: 20px 20px;
  }
  .tabcontent img {
    max-width: 100%;
  }
  .swiper-button-next {
    background-image: url(../images/icons/icon-chevron-right.png);
    right: 10px;
    background-size: 100%;
    left: auto;
    width: 14px;
    height: 22px;
  }
  .swiper-button-prev {
    background-image: url(../images/icons/icon-chevron-left.png);
    right: 10px;
    background-size: 100%;
    left: auto;
    width: 14px;
    height: 22px;
    left: 0;
  }
}
@media only screen and (min-device-width: 415px) and (max-device-width: 666px) {
  .section-trending .swiper-slide .text {
    bottom: 0px;
  }
  .section-flashsale .wrap-flashsale .wrap-img {
    width: 135px;
    height: 135px;
  }
  .countdownHolder {
    margin-left: 25%;
  }
}
@media only screen and (min-device-width: 667px) and (max-device-width: 767px) {
  .section-trending .swiper-slide .text {
    bottom: 0px;
  }
  .section-flashsale .wrap-flashsale .wrap-img {
    width: 155px;
    height: 155px;
  }
  .countdownHolder {
    margin-left: 25%;
  }
}
@media only screen and (min-device-width: 376px) and (max-device-width: 412px) {
  .popular-product .wrap-text .new-price {
    font-size: 14px;
    margin-left: 0;
  }
  .popular-product .wrap-text .old-price {
    font-size: 11px;
  }
  .popular-product .shop-infor {
    padding: 4px 8px;
  }
  .popular-product .wrap-text a {
    height: 2.6em;
    line-height: 17px;
    margin-bottom: 0px;
    font-size: 13px;
  }
  .section-trending .swiper-slide .text {
    bottom: 0px;
  }
  div.tab button {
    margin-right: 25px;
    width: 25%;
  }
}
@media only screen and (min-device-width: 361px) and (max-device-width: 375px) {
  .section-flashsale .wrap-flashsale .wrap-img {
    width: 115px;
    height: 115px;
  }
  .section-flashsale .wrap-flashsale .bar-line {
    margin-top: 3px;
  }
  .section-flashsale .wrap-flashsale .wrap-text .saled {
    margin-left: 0;
    margin-bottom: 0px;
  }
  .section-flashsale .wrap-flashsale .wrap-text .price {
    font-size: 14px;
  }
  .popular-product .wrap-text a {
    height: 2.6em;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .countdownHolder {
    margin-left: 10%;
  }
  div.tab button {
    margin-right: 13px;
    width: 28%;
  }
  .section-bottom-detail .right-block .block-shop-infor .infor .btn {
    height: 30px;
    padding: 0px 8px;
  }
}
@media only screen and (min-device-width: 321px) and (max-device-width: 360px) {
  .section-trending .swiper-slide .text {
    bottom: 4px;
  }
  div.tab button {
    margin-right: 10px;
    width: 29%;
  }
  .section-bottom-detail .right-block .block-shop-infor .infor .btn {
    height: 30px;
    padding: 0px 6px;
    font-size: 12px;
  }
  .section-bottom-detail .right-block .block-shop-infor .infor p {
    margin-bottom: 4px;
  }
  .section-top-detail .right-block .list-infor .item-button .btn {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 320px) {
  .section-trending .swiper-slide .text {
    bottom: 10px;
  }
  .time-update {
    display: block;
    margin-top: -12px;
    margin-bottom: 10px;
  }
  .section-flashsale .wrap-flashsale .wrap-img {
    width: 145px;
    height: 145px;
  }
  .countdownHolder {
    margin-left: 8%;
  }
  .container-header .login-dropdown {
    top: 43px;
    right: 30px;
    width: 247px;
  }
  div.tab button {
    margin-right: 10px;
    width: 29%;
  }
  .section-bottom-detail .right-block .block-shop-infor .infor .btn {
    height: 30px;
    padding: 0px 5px;
    font-size: 12px;
    margin-right: 0px;
  }
  .section-bottom-detail .right-block .block-shop-infor .infor p {
    margin-bottom: 4px;
  }
  .section-bottom-detail .right-block .block-shop-infor .wrap-logo {
    width: 62px;
    height: 62px;
    margin-right: 8px;
  }
  .section-top-detail .right-block .list-infor .item-button .btn {
    padding: 5px 8px;
    height: 32px;
    margin-right: 0px;
    font-size: 12px;
  }
  .section-top-detail .right-block .list-infor .item-price .old-price {
    font-size: 13px;
  }
  .section-top-detail .right-block .list-infor .item-price .new-price,
  .section-top-detail .right-block .list-infor .item-price .sale {
    font-size: 21px;
  }
}
@media only screen and (width: 768px) {
  .result-search {
    width: 387px;
    top: 38px;
    left: 15%;
  }
}
@media only screen and (min-width: 768px) {
  .section-tight .section-heading {
    margin-top: 0;
    text-align: left;
  }
  .section-tight .section-subhead {
    font-size: 16px;
  }
  .section-tight .container {
    display: flex;
    align-items: center;
  }
}
.nk-sprite-desktop {
    background: url(../images/icon-4_0_new_4_11012018_5b.png) no-repeat;
}

icon-b2b {
    background-position: -71px -224px;
    width: 92px;
    height: 28px
}

.icon-facebook {
    background-position: -43px -319px;
    width: 29px;
    height: 29px
}

.icon-youtube {
    background-position: -120px -320px;
    width: 29px;
    height: 29px
}

.icon-google_plus {
    background-position: -7px -320px;
    width: 28px;
    height: 29px
}

.icon-instagram {
    background-position: -82px -320px;
    width: 29px;
    height: 29px
}

.icon-zalo {
    background-position: -158px -322px;
    width: 29px;
    height: 28px
}

.icon-visa {
    background-position: -484px -103px;
    width: 67px;
    height: 26px
}

footer .connect-mymall ul li {
    display: table-cell;
    vertical-align: middle;
    font-size: 100%;
    padding: 0 5px 0 0;
}
footer .connect-mymall ul li i {
    display: block;
}
.bottom-detail .commend-detail{
    width: 100%;
}
#product_comment_first{
    display: none;
}
#cancel_send_comment{
    display: none;
}
.tabContent {
    clear: left;
    margin-top: 20px;
    text-align: justify;
}
.tabContent .exInfo {
    margin: 0;
    overflow: hidden;
}
.tabContent .exInfo img {
    width: 100%;
}
.contentEx iframe {
    width: 100%;
}
.exInfo .itemEx .thumbEx img {
    height: 200px;
    width: 100%;
}
.tabContent .nameContent {
    text-transform: uppercase;
    border-bottom: 2px solid #00aef5;
    margin: 10px 0;
    line-height: 30px;
}
.tabContent .nameContent span {
    background: #00aef5;
    color: #fff;
    padding: 8px;
}
.tabSelect.sticky {
    position: fixed;
    top: 90px;
    background: #3f3f3f;
    z-index: 999;
    width: 100%;
    left: 0;
}
.tabSelect.sticky ul {
    overflow: hidden;
    margin: 0 auto;
}
.tabSelect.sticky .tabItem {
    background: none;
    padding: 8px 0;
    color: #fff;
}
.box_content table tr td, .box_content table tr th {
    padding: 5px 15px;
    border: 1px solid #ddd;
}
.box_content table {
    border-collapse: collapse;
    margin: 5px 0;
    width: 100%;
    table-layout: fixed;
}
.tabContent .contentEx img {
    width: 100%;
    height: auto;
}
.readmore {
    width: 240px;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #288ad6;
    margin: 10px auto;
    cursor: pointer;
    border: 1px solid #288ad6;
    border-radius: 4px;
    text-align: center
}

.readmore:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #288ad6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px
}
.area_article2 {
    max-height: 700px;
    overflow: hidden;
}
.area_article2.showed {
    max-height: none;
}
.area_article2.showed:before {
    display: none;
}
.errorValidation {
    border: 1px solid #e73435 !important;
}

.reviewVote .post-main {
    margin-bottom: 0;
    padding: 20px
}

.reviewVote .post-main>.post_info {
    margin: 15px 0 10px
}

.reviewVote .post-main .post_info {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    justify-content: space-between
}

.reviewVote .post-main .post_indent .post_stars.stars-0 {
    background: #adb3c0
}

.reviewVote .post-main .post_btn.btn-like i {
    margin: 0 0 0 5px!important;
    float: none
}

.reviewVote .post-main .post_btn.btn-like span {
    position: static
}

.reviewVote .NkReview_body {
    border-bottom: none;
    padding-bottom: 0;
    text-align: left;
}

.reviewVote .NkReview_header {
    border-radius: 1px;
    background-color: #eaeced;
    display: flex;
    display: -webkit-flex;
    padding: 15px
}

.reviewVote .NkReview_header .NkReview_header-left {
    color: #000;
    font-size: 18px;
    font-weight: 500
}
.post {
    padding: 12px;
    display: inline-block;
    width: 100%
}

.post .post_content {
    line-height: 24px;
    font-size: 14px;
    color: #212121
}

.post .post_info,
.post .post_info-left {
    margin-bottom: 5px
}

.post .post_info {
    margin-top: 10px
}

.post .post-avatar {
    border-radius: 3px;
    background-color: #adb3c0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center
}

.post .post_author-name {
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 10px
}

.post .post_btn.btn-like,
.post .post_btn.btn-satisfy,
.post .post_btn.btn-unsatisfy {
    border-left: 1px solid #ced1d6
}

.post .post_btn {
    color: #0a5bff;
    padding: 0 10px;
    cursor: pointer
}

.post .post_btn span {
    line-height: normal
}

.post .post_btn.btn-like {
    position: relative
}

.post .post_btn.btn-like span {
    position: absolute;
    top: 0;
    right: 0;
    line-height: normal
}

.post .post_btn.btn-like i {
    float: right;
    color: #ced1d6;
    margin: 0 0 0 5px
}

.post .post_btn.btn-reply:before {
    font-family: nk-font!important;
    content: "\E928";
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    color: #ced1d6;
    margin-right: 5px
}

.post .post_btn:after,
.post .post_btn:before {
    font-size: 10px;
    line-height: 14px
}

.post .post_info-left {
    display: flex;
    align-items: center
}

.post .post_info-left .post_stars.stars-1 {
    background: #f5605d
}

.post .post_info-left .post_stars.stars-2 {
    background: #f79f00
}

.post .post_info-left .post_stars.stars-345 {
    background: #458e35
}

.post .post_info-left .post_stars span {
    display: inline-flex;
    align-items: center;
    font-size: 16px
}

.post .post_info-left .post_stars span i {
    margin: -3px 0 0
}

.post .post_info-left .post_stars span i:before {
    font-size: 13px;
    margin: 0 0 0 3px;
    color: #fff
}

.post .post_info-left .post_author-admin {
    padding: 2px 7px;
    border-radius: 12px;
    border: 1px solid #fc3907;
    color: #fc3907;
    font-size: 12px;
    margin: 0 0 0 5px
}

.post .post_info-left .post_date {
    color: #7a7d8d;
    font-size: 12px;
    margin: 0 0 0 5px
}

.post .post_info-left .post_avatar,
.post .post_info-left .post_stars {
    height: 22px;
    width: 40px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border-radius: 2px
}

.post.post-main:nth-of-type(odd) {
    background: #f7f9fa
}

.post.post-main:nth-of-type(odd) .txt_content_sub.control-group textarea,
.post.post-main:nth-of-type(odd) .txt_name_sub.control-group input[type=text] {
    background-color: #f7f9fa
}

.post.post-main:nth-of-type(2n) {
    background: #fff
}

.post.post-main:nth-of-type(2n) .txt_content_sub.control-group textarea,
.post.post-main:nth-of-type(2n) .txt_name_sub.control-group input[type=text] {
    background-color: #fff
}

.post .post_info-right {
    display: flex;
    align-items: flex-end;
    float: right;
    display: -webkit-flex
}

.NkReview .post_content {
    line-height: 1.3em
}

.post_btn a {
    color: #0a5bff
}

.post_btn a .nki-like {
    color: #a0a2ac;
    font-size: 10px;
    margin: 0 1px
}

.post_btn.btn-reply:before {
    font-family: nk-font!important;
    content: "\E928";
    color: #a0a2ac;
    font-size: 10px;
    margin-right: 1px
}

.reviewVote .ratingGroup {
    width: 110px;
    position: relative;
    display: inline-block;
    height: 22px;
}
@media (max-width: 2100px) {
    .reviewVote .ratingGroup {
        width: 110px;
    }
}
.ratingGroup span.rating {
    position: absolute;
    font-size: 22px;
    color: #ddd;
}
.ratingGroup span.rating.rating-at {
    color: #e73435;
    z-index: 99;
    overflow: hidden;
}

#nk_review_pdp_show_npv .NkStars>.number_avg_rate_npv {
    display: inline-block!important;
    color: #fc3907;
    font-size: 36px;
    padding-right: 5px
}

.star_icon_avg_rate_npv span {
    padding-right: 2px
}

#nk_review_pdp_show_npv .NkStars .star_icon_avg_rate_npv {
    color: #fc3907;
    font-size: 27px
}

#nk_review_pdp_show_npv .NkStars .star_icon_avg_rate_npv span {
    padding-right: 5px
}

#nk_review_pdp_show_npv .product_info_vote>.total_vote {
    color: #898989;
    font-size: 14px;
    margin-top: 5px
}

#nk_review_pdp_show_npv .product_info_vote {
    align-items: center
}

#nk_review_pdp_show_npv .NkStars {
    margin-right: 10px
}

#nk_review_pdp_show_npv .NkStars i {
    font-size: 25px!important
}
#nk_review_pdp_show_npv {
    text-align: left;
    margin-top: 15px;
    clear: left;
}

/*Du toan chi phi*/

.FormAction .dutoanchiphi {
    background: url('../images/du-toan-chi-phi.png') no-repeat center center;
    width: 365px;
    height: 50px;
    margin: 50px auto 0 auto;
}
.FormVayNganHang .dutoanchiphi {
    background: url('../images/bang-tinh-tra-gop.png') no-repeat center center;
}
.FormAction input, .FormAction textarea , .FormAction select{
    border: 1px solid #D8D8D8;
    padding: 10px;
    margin-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #555555;
    font-weight:bold;
    -webkit-box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.03) !important;
    box-shadow: inset 3px 3px 5px 0 rgba(0, 0, 0, 0.03) !important;
    background: #ECECEC;
}
.FormAction input, .FormAction textarea , .FormAction select{
    width: 100%;
    font-family: inherit; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
.FormAction input:focus, .FormAction select:focus{
    border-color: #66afe9;
}
.FormAction select{
    background:#ECECEC url('../images/icon.svg') no-repeat right 0;
    background-size: auto 30%;
    background-position: 98%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.FormAction h4 {
    padding: 20px 0;
}
.FormAction {
    position: fixed;
    top: 40px;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    z-index: 99999;
    border-radius: 5px;
    display: none;
}
.FormAction #floating_close:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(37, 14, 14, 0.8);
}
.FormAction label{
    font-size: 16px;
    font-weight: bold;
    line-height:40px;
    float:right;
}
.FormAction .formCenter {
    position: relative;
    padding: 10px 0;
    background: #f9f9f9;
    height: 600px;
    z-index: 999999999;
    overflow-y: scroll;
}
.FormAction textarea{min-height:128px;}
.FormAction .column1{width:300px;float:left;}
.FormAction .column2{width:400px;float:left;}
.FormAction .label{float:right;line-height:40px;font-weight:bold;padding-right:10px;margin-top:10px;}
.FormAction .column2 > span{line-height:20px;}
.FormAction .btn-submit {
    margin: 25px auto;
    padding-bottom: 6px;
    width: 180px;
}
.FormAction .submit{background:#e11428 none repeat scroll 0 0;color:#fff;font-size:20px;border:none;line-height:30px;cursor:pointer;}
.FormAction .note{font-style:italic;text-align:center;color:#777;font-size: 14px}
.FormAction .note2{font-style:italic;color:#777;float:left;}

.FormAction .chiphi{
    cursor:pointer;
    background:#ddd;
    padding:5px 10px;
    width:100px;
}
.FormAction .error{color:#ed3237;}
.FormAction .right-title{
    background: #e11428 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin: 0 150px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.FormAction .row{clear: both;margin-bottom: 5px;overflow: hidden;}
.FormAction .ChiPhiDuTinh table{margin:0 auto;border-collapse:collapse;border-spacing:0;width:100%;}
.FormAction .ChiPhiDuTinh table td{border-bottom:1px dashed #ddd;padding:10px;font-size:13px;}
.FormAction .ChiPhiDuTinh table td.ChiPhiDetailOther{padding-left:15px;}
.FormAction .ChiPhiDuTinh table td.ChiPhiDetailItem{padding-left:20px;}
.FormAction .ChiPhiDuTinh table td.ChiPhiTotalIn{text-align:center;font-size:20px; color:#ed1c24;}
.FormAction .ChiPhiComContent{border:1px solid #ddd;margin:0 150px;}
.FormAction .tongchiphi{
    font-size: 2.7em;
    font-weight: bold;
    color: #e11428;
}
.FormAction sup{font-size: 14px;}
@media screen and (max-width:640px){
    .FormAction h3{margin:0;font-size:25px;}
    .FormAction .column1, .column2{width:100%;}
    .FormAction .label{float:left;line-height:20px;}
    .FormAction .right-title, .FormAction .ChiPhiComContent{margin:0;}
}
#ket-qua-tinh-tien{width:100%;border-collapse:collapse;border-spacing:0;}
#ket-qua-tinh-tien tr.tieu-de{background:#ed3237 !important;font-weight:bold;color: #fff;}
#ket-qua-tinh-tien tr.tieu-de td{font-size: 16px;}
#ket-qua-tinh-tien tr.tong-cong{color:#ed3237;font-weight:bold;border-top:2px solid #888;}
#ket-qua-tinh-tien td{border:1px solid #e1e1e1;padding:5px;text-align: center;font-size: 13px;}
#ket-qua-tinh-tien tr:nth-child(2n+1){
    background: #f5f5f5;
}
@media screen and (max-width:640px){
    .bangtinhtragop h3{margin:0;font-size:30px;}
    .FormAction .column1, .FormAction .column2{width:100%;}
    .FormAction .label{float:left;line-height:20px;}
    #ket-qua-tinh-tien tr.tieu-de td{font-size: 13px;}
}
.fancybox-lock, .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    background: rgba(58, 42, 45, 0.95) none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 1993px;
}
.btnGroup {
    padding: 0 10px;
    margin-top: 15px;
}
.cate li .botbtn {
    text-align: center;
    width: 125px;
    color: #f89406;
    border: 1px solid #f89406;
    padding: 5px 0;
    margin: auto;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    transition: all ease 300ms;
}
.cate li .botbtn.btnTraGop {
    color: #00b968;
    border: 1px solid #00b968;
    float: right;
}

.cate li .botbtn:hover {
    color: #fff;
    background: #f89406
}
.cate li .botbtn.btnTraGop:hover {
    background: #6fd6a9;
}
.ChiPhiDuTinh p {
    margin-bottom: 15px;
}
.ChiPhiDuTinh .note {
    padding: 15px;
}
.FormAction .ChiPhiComContent {
    margin-bottom: 50px;
}
.FormAction .note {
    padding: 25px;
}
.fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 8040;
    background: #4990e2;
}
.FormAction .fancybox-close {
    z-index: 9999999999999;
}
.fancybox-close::after, .fancybox-close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60%;
    height: 2px;
    background: #fff;
}
.fancybox-close::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fancybox-close::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Ket thuc du toan chi phi*/


.intro-detail .box_content #introduce-product {
    text-align: left !important;
}
.area_article2 {
    max-height: 700px;
    overflow: hidden;
}
.characteristics {
    position: relative;
}
.characteristics.contentShow:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 170px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255,255,255, 1) 80%);
}

.iconcate-checkbox {
    background-position: 0 0;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 7px;
}
#category-filter .price .itemFilter {
    padding: 5px 0 8px 20px;
    position: relative;
    width: 41%;
    display: inline-block;
    color: #4a90e2;
    cursor: pointer;
}
#category-filter .price .itemFilter:hover {
    color: #1059af;
}
.orderby .sortProduct {
    cursor: pointer;
}
#category-filter #price .itemFilter {
    width: 100%
}
#category-filter .price .itemFilterPrice {
    padding: 5px 0 8px 0;
    position: relative;
    width: 41%;
    display: inline-block;
    color: #4a90e2;
    cursor: pointer;
    width: 100%;
}
#category-filter .price .itemFilterPrice:hover {
    color: #1059af;
}
#category-filter #price .itemFilterPrice {
    width: 100%;
}
[class^="iconcate-"], [class*="iconcate-"] {
    background-image: url(../images/iconcatedesk@1x.v201807170900.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.iconcate-checkbox {
    background-position: 0 0;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 7px;
}
.price.feature i {
    margin-right: 0;
}
#category-filter .price .itemFilter, #category-filter .price .itemFilterPrice {
    color: #000;
}
#category-filter .feature {
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.check .iconcate-checkbox {
    background-position: -20px 0;
}
.viewmore {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #288ad6;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 4px;
    margin: 10px auto;
    width: 400px;
    background: #fff;
}

.nk-sort-cate {
    padding: 5px 20px 10px 15px;
    border-bottom: 1px solid #eaeced;
    display: block;
    overflow: hidden
}

.nk-sort-cate .nk-sort-cate-left {
    float: left
}

.nk-sort-cate .nk-sort-cate-left ul {
    display: inline-block
}

.nk-sort-cate .nk-sort-cate-right {
    margin: -5px 0 0;
    float: right
}

.nk-sort-cate .nk-sort-cate-right i {
    cursor: pointer
}

.nk-sort-cate .nk-sort-cate-right i,
.nk-sort-cate .nk-sort-cate-right p {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px
}

.nk-sort-cate .nk-sort-cate-right .icon.active i.nki-grid,
.nk-sort-cate .nk-sort-cate-right .icon.active i.nki-list {
    color: #f86666
}

.nk-sort-cate .nk-sort-cate-right .icon i.nki-grid,
.nk-sort-cate .nk-sort-cate-right .icon i.nki-list {
    color: #a0a2ac
}

.nk-sort-cate .nk-sort-cate-right .icon i.nki-grid.active,
.nk-sort-cate .nk-sort-cate-right .icon i.nki-grid:hover,
.nk-sort-cate .nk-sort-cate-right .icon i.nki-list.active,
.nk-sort-cate .nk-sort-cate-right .icon i.nki-list:hover {
    color: #f86666
}

.nk-sort-cate .nk-sort-cate-right p {
    color: #000;
    font-size: 14px
}

.nk-sort-cate .nk-sort-cate-right p span {
    color: #000;
    font-size: 14px;
    margin: 0 8px 0 0
}

.nk-sort-cate .nk-sort-cate-right p select {
    height: 26px;
    width: 45px;
    border: 1px solid #eaeced;
    background-color: #fff;
    color: #121212;
    font-size: 14px;
    margin: 0 10px 0 0
}

.nk-sort-cate .nk-sort-cate-right p.nk-more-pro {
    padding: 0 10px 0 0
}

.nk-sort-cate .nk-sort-cate-right p span.icon {
    display: inline-block
}

.nk-sort-cate h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    float: left
}
.nk-sort-cate ul {
    display: inline-block
}

.nk-sort-cate ul li {
    float: left;
    padding: 0 0 0 20px
}

.nk-sort-cate ul li i {
    height: 16px;
    width: 16px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
    position: relative
}

.nk-sort-cate ul li a {
    color: #000;
    font-size: 14px;
    position: relative
}

.nk-sort-cate ul li.check i,
.nk-sort-cate ul li:hover i {
    border: 2px solid #0076ff;
    height: 16px;
    width: 16px
}

.nk-sort-cate ul li.check i:before,
.nk-sort-cate ul li:hover i:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0076ff;
    position: absolute;
    border-radius: 50%;
    margin: 2px
}


.nk-sort-cate ul li.check a:after {
    background-color: #0076ff
}
.topPost .itemPost {
    clear: left;
    margin: 10px 0;
}
.topPost .itemPost .thumbnail {
    width: 80px;
    height: 50px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}
.topPost .itemPost .thumbnail img {
    width: 100%;
    height: 100%;
}
.topPost .itemPost .info {
    overflow: hidden;
}
.topPost .itemPost .info .title {
    font-weight: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 2px;
}
.topPost .itemPost .info .title a {
    color: #333;
}
.topPost .itemPost:hover .info .title a {
    color: #00adef;
}
.topPost .itemPost .info .date-post {
    font-size: 12px;
    color: #868686;
}
.template-category_product .menu-sidebar {
    overflow-y: scroll;
    max-height: 400px;
    border: 1px solid #ececec;
}
.template-category_product .menu-sidebar::-webkit-scrollbar {
    width: 3px;
}
.template-category_product .menu-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.template-category_product .menu-sidebar2 {
    border: 1px solid #ececec;
    
}
.template-category_product .menu-sidebar.menu-sidebars {
    border: none;
}
.template-category_product .menu-sidebar li a, .template-category_product .menu-sidebar2 li a {
    padding: 10px 15px !important;
    border-bottom: 1px solid #ececec;
    display: block;
}
.template-category_product .menu-sidebar li:last-child a, .template-category_product .menu-sidebar2 li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
}
/* Handle */
.template-category_product .menu-sidebar::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.template-category_product .menu-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.box-price {
    position: relative;
}
.box-price .tragop {
    position: absolute;
    right: 15px;
    padding: 10px;
    border: 1px solid #94e0ff;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    background: #e7faff;
    color: #00aef5;
    top: 50%;
    margin-top: -20px;
}
.removeRating {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    padding: 5px 10px;
    background: #ff5200;
    color: #fff;
    cursor: pointer;
    display: none;
}
.itemRating {
    position: relative;
}
.itemRating:hover {
    background: #fbfbeb;
}
.itemRating:hover .removeRating {
    display: block;
}
.hangxe .block-show .box {
    height: 280px;
    margin-bottom: 10px;
}