@charset "UTF-8";
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a {
  outline: none; }

button {
  border: none;
  background: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

.text-justify {
  text-align: justify; }

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.row-ibl {
  font-size: 0; }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@font-face {
  font-family: 'Arimo';
  src: url("../fonts/Arimo-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Arimo';
  src: url("../fonts/Arimo-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'avant-garde-gothic';
  src: url("../fonts/avant-garde-gothic.ttf"); }
@font-face {
  font-family: 'avant-garde-gothic';
  src: url("../fonts/sfu-avantgardeitcbybt-book.otf"); }
@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli-Bold.ttf") format("truetype");
  font-weight: bold; }
.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.col-mar-4 {
  margin-left: -4px;
  margin-right: -4px; }

.col-mar-4 > div[class^="col-"] {
  padding-left: 4px;
  padding-right: 4px; }

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.c-img {
  display: block;
  position: relative;
  padding-top: 100%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.product .c-img img, .pro-detail .policy .item .icon img, .pro-img .img img, .pro-thumb .item .img img, .pro-infos .item .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto; }

.hv-over {
  display: block;
  position: relative; }
  .hv-over:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-over:hover:after {
    background: rgba(255, 255, 255, 0.3); }

.hv-scale {
  overflow: hidden;
  display: block; }
  .hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.hv-light {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .hv-light:hover:before {
    background: rgba(242, 211, 0, 0.2); }
  .hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left; }

  .md-center {
    text-align: center; }

  .md-right {
    text-align: right; } }
@media all and (max-width: 991px) {
  .sm-left {
    text-align: left; }

  .sm-center {
    text-align: center; }

  .sm-right {
    text-align: right; } }
@media all and (max-width: 767px) {
  .xs-left {
    text-align: left; }

  .xs-center {
    text-align: center; }

  .xs-right {
    text-align: right; }

  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > [class^="col-"] {
      padding: 0 7px; }

  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > [class^="col-"] {
      padding: 0 5px; } }
.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

body {
  font-size: 14px;
  font-family: "Arimo";
  line-height: 1.5;
  color: #333; }

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  margin-bottom: 10px; }
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  height: auto !important; }
.s-content table, .s-content iframe {
  max-width: 100%; }

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }

.slick-list {
  margin: 0 -15px; }
  .slick-list .slick-slide {
    margin: 0 15px; }

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.dura5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.dura15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.dura20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.dura100 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

.carousel {
  z-index: 0; }
  .carousel.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .carousel.carousel-fade .carousel-inner .item, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .carousel.carousel-fade .carousel-inner .active, .carousel.carousel-fade .carousel-inner .next.left, .carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel.carousel-fade .carousel-inner .next, .carousel.carousel-fade .carousel-inner .prev, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel .carousel-indicators {
    z-index: 1;
    line-height: 1; }
    .carousel .carousel-indicators li {
      vertical-align: middle; }
  .carousel .slider-arrow {
    cursor: pointer;
    z-index: 1; }

header .top {
  padding: 12px 0;
  border-bottom: solid 1px #e0e0e0; }
header .logo {
  display: inline-block;
  vertical-align: middle; }
  header .logo img {
    display: block; }

.h-hotline {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e3534d; }
  .h-hotline:hover {
    color: #427839; }

.search-fr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  text-align: left; }
  .search-fr input {
    width: 100%;
    height: 32px;
    border: solid 1px #f0f0f0;
    border-radius: 32px; }
  .search-fr button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    color: #939090;
    font-size: 14px; }

.h-user {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  padding: 2px 0;
  margin-left: 18px; }
  .h-user .pane {
    color: #8c8b8b; }
    .h-user .pane span {
      margin-right: 2px; }
    .h-user .pane i {
      font-size: 13px; }
  .h-user ul {
    position: absolute;
    top: 100%;
    background: #f2f2f2;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
    color: #787777;
    width: 133px;
    padding: 7px 0;
    z-index: 1;
    display: none; }
    .h-user ul a {
      display: block;
      padding: 2px 10px 2px 15px; }
      .h-user ul a:hover {
        color: #e3534d; }

.ic-cart {
  width: 15px;
  height: 20px;
  background-image: url("../images/ic-cart.png"); }

.h-cart {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  margin-left: 16px; }
  .h-cart span {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e3534d;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    top: -8px;
    right: -14px; }

.main-nav {
  margin-left: -12px; }
  .main-nav > ul {
    font-size: 0; }
    .main-nav > ul > li {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px; }
      .main-nav > ul > li:last-child {
        margin-right: 0; }
      .main-nav > ul > li > a {
        display: block;
        text-transform: uppercase;
        color: #3e3e3e;
        padding: 18px 12px 16px 12px; }
        .main-nav > ul > li > a:not(:only-child):after {
          font-family: "FontAwesome";
          content: "";
          margin-left: 4px;
          display: inline-block;
          vertical-align: middle;
          margin-top: -3px;
          font-size: 13px;
          margin-right: -3px; }
      .main-nav > ul > li:hover > a {
        color: #fff;
        background: #e3534d; }
  .main-nav li {
    position: relative;
    text-align: left; }
    .main-nav li ul {
      position: absolute;
      min-width: 195px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      z-index: 99;
      margin-top: 10px;
      pointer-events: none;
      opacity: 0;
      border-radius: 0 0 3px 3px;
      background: white;
      -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15); }
      .main-nav li ul ul {
        left: 100%;
        top: 0; }
      .main-nav li ul a {
        display: block;
        color: #3e3e3e;
        font-size: 14px;
        padding: 12px 14px 6px 14px; }
      .main-nav li ul li:hover > a {
        color: #e3534d; }
    .main-nav li:hover > ul {
      margin-top: 0;
      pointer-events: all;
      opacity: 1; }

.slider-cas .slick-list {
  margin: 0; }
  .slider-cas .slick-list .slick-slide {
    margin: 0; }
.slider-cas .item {
  position: relative; }
.slider-cas .img img {
  display: block;
  width: 100%; }
.slider-cas .slick-arrow {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  opacity: 0.5;
  height: 40px; }
  .slider-cas .slick-arrow:hover {
    opacity: 1; }
  .slider-cas .slick-arrow.prev {
    left: 20px; }
  .slider-cas .slick-arrow.next {
    right: 20px; }
.slider-cas .slick-dots {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px; }
  .slider-cas .slick-dots li {
    width: 10px;
    height: 10px;
    border: none;
    margin: 0 6px;
    position: relative;
    background: #fff; }
    .slider-cas .slick-dots li:after {
      content: '';
      position: absolute;
      top: -3px;
      right: -3px;
      bottom: -3px;
      left: -3px;
      border-radius: 50%;
      border: solid 1px #fff; }
    .slider-cas .slick-dots li.slick-active {
      background: #e3534d; }
      .slider-cas .slick-dots li.slick-active:after {
        border-color: #e3534d; }

.h-title {
  text-transform: uppercase;
  text-align: center;
  font-family: "avant-garde-gothic";
  font-size: 34px;
  color: #292929;
  margin-top: 57px;
  margin-bottom: 40px; }
  .h-title:after {
    content: '';
    display: block;
    width: 110px;
    height: 2px;
    background: #e3534d;
    margin: 5px auto 0 auto; }

.product {
  margin: 0 auto 35px auto; }
  .product .c-img {
    padding-top: 75.085%;
    margin-bottom: 26px; }
    .product .c-img:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(230, 228, 228, 0.66);
      z-index: 1;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      opacity: 0; }
    .product .c-img:after {
      font-family: "FontAwesome";
      content: "";
      font-size: 16px;
      text-align: center;
      position: absolute;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #e3534d;
      left: 50%;
      top: 50%;
      margin-left: -25px;
      margin-top: -25px;
      z-index: 1;
      line-height: 50px;
      color: #fff;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      opacity: 0; }
  .product .title {
    text-align: center;
    font-size: 15px;
    color: #919191;
    padding: 0 10px;
    margin-bottom: 15px;
    height: 45px;
    overflow: hidden;
  }

  .product .table {
    padding: 0 36px;
    font-size: 15px; }
    .product .table sup {
      font-size: 70%; }
  .product .price {
    color: #343434; }
  .product .old-price {
    color: #bbbbbb;
    text-decoration: line-through; }
  .product:hover .c-img:before, .product:hover .c-img:after {
    opacity: 1; }
  .product:hover .title a {
    color: #e3534d; }
  .product:hover .table {
    font-weight: bold; }
  .product:hover .price {
    color: #e3534d; }

.banner img {
  display: block;
  width: 100%; }

.post {
  margin: 0 auto 28px auto; }
  .post .img {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 19px; }
    .post .img:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: inherit;
      pointer-events: none;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .post .img img {
      display: block;
      width: 100%; }
  .post .title {
    font-size: 18px;
    color: #272727;
    line-height: 1.55; }
  .post:hover .img:after {
    background: rgba(255, 255, 255, 0.3); }
  .post:hover .title a {
    color: #e3534d; }

.h-posts .h-title {
  margin-top: 15px; }

.post2 {
  margin: 0 auto 28px auto; }
  .post2 .img {
    display: block;
    width: 100%;
    margin-bottom: 19px;
    position: relative; }
    .post2 .img:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: inherit;
      pointer-events: none;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .post2 .img img {
      display: block;
      width: 100%; }
  .post2 .title {
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    color: #2c2c2c; }
    .post2 .title a:hover {
      color: #e3534d; }
  .post2:hover .img:after {
    background: rgba(255, 255, 255, 0.3); }
  .post2:hover .title a {
    color: #e3534d; }

.h-testimonial .h-title {
  margin-top: 12px;
  margin-bottom: 30px; }

.testi-cas {
  max-width: 860px;
  margin: 0 auto; }
  .testi-cas .slick-dots li {
    width: 12px;
    height: 12px;
    border: none;
    background: #e1e1e1;
    margin: 0 4px; }
    .testi-cas .slick-dots li.slick-active {
      background: #e3534d; }
  .testi-cas p {
    margin-top: 20px;
    position: relative;
    color: #555555;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 13px;
    padding: 0 20px; }
    .testi-cas p:before, .testi-cas p:after {
      font-family: FontAwesome;
      color: #e3534d;
      font-size: 30px;
      line-height: 1;
      position: absolute; }
    .testi-cas p:before {
      content: "\f10d";
      margin-top: -23px;
      margin-left: -32px; }
    .testi-cas p:after {
      content: "\f10e";
      margin-top: 11px;
      margin-left: 5px; }
  .testi-cas .name {
    color: #777777;
    text-align: center;
    margin-bottom: 33px; }
  .testi-cas .img {
    width: 146px;
    height: 146px;
    display: block;
    margin: auto;
    margin-bottom: 30px; }
    .testi-cas .img img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%; }

.ic-phone {
  width: 38px;
  height: 38px;
  background-image: url("../images/ic-phone.png"); }

footer {
  background: #f9f9f9;
    padding-top: 12px;
    margin-top: 30px;
 }
  footer .phone {
    position: relative;
    padding-left: 52px;
    margin-top: 35px; }
    footer .phone i {
      position: absolute;
      left: 2px; }
    footer .phone p {
      text-transform: uppercase;
      font-size: 13px;
      color: #434343;
      font-weight: bold;
      margin-bottom: 3px; }
    footer .phone a {
      color: #db514c;
      font-size: 22px;
      font-weight: bold; }
  footer .f-title {
    text-transform: uppercase;
    font-size: 13px;
    color: #434343;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 3px; }

  @media (max-width: 767px) {
    footer .phone {
        margin-top: 20px;
    }

    footer .f-title {
        margin-top: 20px;
    }

    footer .nav-bot {
      margin-top: 30px !important;
    }
  }

  footer .social a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 9px; }
    footer .social a.i {
      font-size: 14px; }
  footer .nav-bot {
    border-top: solid 1px #efebeb;
    margin-top: 52px;
    text-align: center;
    padding: 18px 0 12px 0; }
    footer .nav-bot li {
      display: inline-block;
      vertical-align: top;
      font-size: 13px;
      color: #484848;
      margin-bottom: 6px;
      line-height: 14px;
      border-right: solid 1px #484848;
      padding-right: 9px;
      margin-right: 5px; }
      footer .nav-bot li:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none; }
      footer .nav-bot li a:hover {
        color: #e3534d; }

.copyright {
  text-align: center;
  background: #dedede;
  line-height: 26px;
  color: #444444;
  padding: 12px 15px; }

.subs-form {
  max-width: 375px; }
  .subs-form p {
    color: #666666;
    line-height: 20px;
    margin-bottom: 8px; }
  .subs-form form {
    position: relative; }
    .subs-form form input {
      height: 36px;
      border: none;
      background: #f1f1f1;
      font-style: italic;
      border: none;
      font-size: 11px;
      color: #b9b2b2;
      width: 100%;
      padding-right: 55px; }
      .subs-form form input::-webkit-input-placeholder {
        color: #b9b2b2; }
      .subs-form form input:-moz-placeholder {
        color: #b9b2b2; }
      .subs-form form input::-moz-placeholder {
        color: #b9b2b2; }
      .subs-form form input:-ms-input-placeholder {
        color: #b9b2b2; }
    .subs-form form button {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 50px;
      color: #fff;
      background: #1e1e1e; }

.social-right {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -100px;
  z-index: 6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: -50px;
  opacity: 0; }
  .social-right.act {
    right: 0;
    opacity: 1; }
  .social-right a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 50px; }
    .social-right a.f {
      background: #3b5998; }
    .social-right a.t {
      background: #1da1f2; }
    .social-right a.g {
      background: #ee665a; }
    .social-right a.y {
      background: #bf190a; }
    .social-right a:hover {
      -webkit-box-shadow: inset 0 0 11px 0 white;
              box-shadow: inset 0 0 11px 0 white; }

@media all and (min-width: 768px) {
  footer .fcol-2 {
    margin-right: 37px; }
  footer .fcol-4 {
    display: inline-block;
    vertical-align: top; } }
@media all and (min-width: 1025px) {
  .h-user:hover ul {
    display: block; } }
@media all and (min-width: 1200px) {
  footer .fcol-3 {
    margin-left: -37px; } }
@media all and (min-width: 1300px) {
  .container {
    width: 1270px; } }
@media all and (max-width: 1299px) {
  .main-nav {
    margin-left: 0; } }
@media all and (max-width: 1199px) {
  .main-nav > ul > li {
    margin-right: 0; }

  .h-cart {
    margin-left: 20px; } }
@media all and (max-width: 991px) {
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    z-index: 1; }
    .menu-btn i {
      display: block;
      margin: auto;
      border-top: solid 2px #e3534d;
      width: 17px;
      border-bottom: double 7px #e3534d;
      height: 12px; }
    .menu-btn.act i {
      width: auto;
      height: auto;
      border: none; }
      .menu-btn.act i:after, .menu-btn.act i:before {
        content: '';
        display: block;
        margin: auto;
        width: 17px;
        border-bottom: solid 2px #e3534d; }
      .menu-btn.act i:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px; }
      .menu-btn.act i:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .menu-btn.v2 {
      background: #e3534d; }
      .menu-btn.v2 i {
        border-color: #fff; }
      .menu-btn.v2.act i:after, .menu-btn.v2.act i:before {
        border-color: #fff; }

  .main-nav {
    display: none; }

  .m-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 290px;
    right: -290px; }
    .m-nav.act {
      right: 0; }
    .m-nav .nav-ct {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding-top: 15px; }
    .m-nav .nav-close {
      top: 9px;
      right: 10px;
      background: none; }
    .m-nav .main-nav {
      display: block;
      margin: 0;
      padding: 0; }
      .m-nav .main-nav > ul > li {
        display: block;
        margin: 0; }
        .m-nav .main-nav > ul > li > a {
          border: none;
          border-top: solid 1px #e6e6e6;
          line-height: 20px;
          padding: 10px 15px;
          color: #e3534d;
          margin: 0px; }
          .m-nav .main-nav > ul > li > a:not(:only-child):after {
            content: none;
            display: none; }
          .m-nav .main-nav > ul > li > a:before {
            content: none;
            display: none; }
        .m-nav .main-nav > ul > li:hover > a {
          color: #fff;
          background: #e3534d; }
      .m-nav .main-nav li {
        position: relative; }
        .m-nav .main-nav li ul {
          display: none;
          width: auto;
          position: static;
          background: rgba(0, 0, 0, 0.03);
          border: none;
          margin: 0px;
          opacity: 1;
          -webkit-transition: none;
          transition: none;
          pointer-events: all;
          padding: 0;
          min-width: auto; }
          .m-nav .main-nav li ul:after {
            content: none;
            display: none; }
          .m-nav .main-nav li ul a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            background: none;
            color: #e3534d;
            border: none;
            border-top: solid 1px #e6e6e6;
            padding: 10px 15px 10px 30px;
            margin: 0px; }
          .m-nav .main-nav li ul li:hover > a {
            background: #e3534d;
            color: #fff; }
          .m-nav .main-nav li ul ul a {
            padding-left: 45px; }
        .m-nav .main-nav li .nav-drop {
          display: block;
          font-style: normal;
          height: 40px;
          width: 40px;
          text-align: center;
          padding-top: 2px;
          font-size: 16px;
          line-height: 39px;
          background: rgba(0, 0, 0, 0.03);
          color: #e3534d;
          float: right;
          position: relative;
          z-index: 1;
          cursor: pointer; }
          .m-nav .main-nav li .nav-drop:after {
            font-family: "FontAwesome";
            content: ""; }
          .m-nav .main-nav li .nav-drop.act:after {
            content: "\f0d8"; }
        .m-nav .main-nav li:hover > .nav-drop {
          color: #fff; }
        .m-nav .main-nav li:hover > ul {
          margin-top: 0;
          pointer-events: all;
          opacity: 1; }
    .m-nav .h-user {
      margin-left: 15px; }
    .m-nav .h-hotline {
      display: block;
      margin-left: 15px;
      margin-top: 10px;
      margin-bottom: 12px; }

  .sb-nav {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #f9f9f9;
    -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 8px 0 rgba(102, 102, 102, 0.5);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 290px;
    right: -290px; }
    .sb-nav.act {
      right: 0; }
    .sb-nav .nav-ct {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      padding-top: 15px; }
    .sb-nav .sb-close {
      top: 9px;
      right: 10px;
      background: none; }

  header {
    position: relative;
    padding: 10px 0; }
    header .logo img {
      max-height: 48px; }
    header .nav-open, header .sb-open {
      position: absolute;
      top: 50%;
      margin-top: -42px; }
    header .h-cart {
      top: 50%;
      margin-top: -28px;
      position: absolute;
      left: 15px;
      margin-left: 0; }
    header .nav-open {
      right: 10px; }
    header .sb-open {
      left: 10px; }
    header .h-hotline, header .h-user {
      display: none; }
    header .top {
      padding: 0;
      border-bottom: none; }

  .search-fr {
    width: auto;
    display: block;
    margin: 10px auto auto; }

  .search {
    display: block; }
    .search > button {
      display: none; }
    .search .ct {
      margin-top: 10px;
      display: block;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: static;
      width: auto; }

  .testi-cas p {
    padding: 0 15px; }
    .testi-cas p:before, .testi-cas p:after {
      font-size: 22px; }
    .testi-cas p:before {
      margin-top: -15px;
      margin-left: -32px; }
    .testi-cas p:after {
      margin-top: 11px;
      margin-left: 5px; }
  .testi-cas .name {
    margin-bottom: 25px; }
  .testi-cas .img {
    margin-bottom: 20px; } }
@media all and (max-width: 767px) {
  .social-right a {
    width: 40px;
    height: 40px;
    line-height: 40px; }

  .h-title {
    font-size: 24px;
    margin-top: 45px;
    margin-bottom: 25px; }

  .product {
    margin-bottom: 25px; }
    .product .c-img {
      margin-bottom: 20px; }
      .product .c-img img {
        max-width: 90%;
        max-height: 90%; }
      .product .c-img:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: -20px;
        margin-top: -20px; }
    .product .title {
      font-size: 14px;
      padding: 0;
      margin-bottom: 10px; }
    .product .table {
      padding: 0 0px;
      font-size: 14px; }

  .post .title {
    font-size: 14px; }

  .post2 .title {
    font-size: 14px; }

  .h-testimonial .h-title {
    margin-bottom: 10px; }

  .h-posts2 .h-title {
    margin-top: 15px; } }
@media all and (min-width: 992px) {
  header.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); }
    header.fixed .top {
      display: none; } }
@media all and (max-width: 991px) {
  header.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
            box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); }
    header.fixed .logo img {
      max-height: 45px; }
    header.fixed .search, header.fixed .search-fr {
      display: none; }
    header.fixed .nav-open {
      margin-top: -20px; }
    header.fixed .h-cart {
      margin-top: -9px; } }
header.sub .top {
  border-bottom: none; }

.main-bar {
  background: #f7f7f7; }

.breadcrumbs {
  color: #6e6e6e;
  font-size: 0;
  padding: 25px 0 20px 0; }
  .breadcrumbs li {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px; }
    .breadcrumbs li:not(:last-child):after {
      font-family: "FontAwesome";
      content: "";
      margin-left: 18px;
      margin-right: 18px; }
    .breadcrumbs li a:hover {
      color: #e3534d; }

.pro-detail {
  /*margin-top: 26px; */
}
  .pro-detail .title {
    font-weight: bold;
    font-size: 16px;
    color: #181818;
    margin-bottom: 7px; }
  .pro-detail .code {
    font-size: 13px;
    color: #666666;
    margin-bottom: 18px; }
  .pro-detail sup {
    font-size: 80%; }
  .pro-detail .old-price del {
    font-size: 19px;
    color: #888787;
    display: inline-block;
    vertical-align: middle; }
  .pro-detail .old-price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 22px;
    padding: 0 7px;
    margin-left: 16px;
    color: #fff;
    background: #cc0b03; }
  .pro-detail .price {
    font-size: 28px;
    color: #cc0b03;
    font-weight: bold;
    margin-bottom: 15px; }
    .pro-detail .price sup {
      font-size: 54%;
      margin-bottom: 1px; }
  .pro-detail .color {
    color: #444444;
    font-size: 12px;
    margin-bottom: 10px; }
    .pro-detail .color strong {
      color: #2e2e2e; }
  .pro-detail .color-list {
    font-size: 0; }
    .pro-detail .color-list label {
      cursor: pointer;
      margin-right: 2px;
      border: 1px solid #EEE;
    }
      .pro-detail .color-list label:last-child {
        margin-right: 0; }
      .pro-detail .color-list label input {
        display: none; }
        .pro-detail .color-list label input:checked + span {
          border-color: #e3534d; }
      .pro-detail .color-list label span {
        display: block;
        width: 64px;
        height: 64px;
        line-height: 62px;
        border: solid 2px transparent;
        }
        .pro-detail .color-list label span img {
          /* display: block; */
          width: 100%;
          }
  .pro-detail .size {
    color: #666;
    font-size: 12px;
    margin-top: 22px; }
    .pro-detail .size p {
      color: #2e2e2e;
      font-weight: bold;
      margin-bottom: 14px; }
    .pro-detail .size .fix-select {
      position: relative; }
      .pro-detail .size .fix-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        height: 35px;
        border: solid 1px #cccccc;
        width: 100%; }
      .pro-detail .size .fix-select:after {
        pointer-events: none;
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        right: 10px;
        color: #666666;
        font-size: 12px;
        top: 9px; }
  .pro-detail .ctrls {
    margin-top: 30px;
    margin-bottom: 25px; }
    .pro-detail .ctrls .ctrl {
      display: block;
      width: 100%;
      height: 50px;
      border-radius: 3px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      overflow: hidden;
      text-transform: uppercase;
      background-size: auto 100%;
      background-repeat: repeat-x;
      position: relative;
      z-index: 0; }
      .pro-detail .ctrls .ctrl.v1 {
        background-image: url("../images/bg-btn1.png"); }
      .pro-detail .ctrls .ctrl.v2 {
        background-image: url("../images/bg-btn2.png"); }
      .pro-detail .ctrls .ctrl:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        z-index: -1; }
      .pro-detail .ctrls .ctrl:hover:after {
        opacity: 1; }
  .pro-detail .policy {
    margin-top: 26px; }
    .pro-detail .policy .item {
      position: relative;
      padding-left: 40px;
      font-size: 12px;
      margin-bottom: 13px; }
      .pro-detail .policy .item .icon {
        width: 28px;
        position: absolute;
        left: 0;
        height: 40px;
        top: 50%;
        margin-top: -20px; }
      .pro-detail .policy .item .name {
        font-weight: bold;
        color: #2c2c2c;
        text-transform: uppercase;
        margin-bottom: 5px; }
      .pro-detail .policy .item span {
        color: #666666; }
      .pro-detail .policy .item a {
        font-size: 20px;
        font-weight: bold;
        color: #cc0b03;
        line-height: 18px; }

.pro-infos .slick-list {
  margin: 0; }
  .pro-infos .slick-list .slick-slide {
    margin: 0; }

.pro-dt-tab {
  border-bottom: solid 1px #dddddd;
  font-size: 0;
  /*margin-top: 33px; */
}
  .pro-dt-tab li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px; }
    .pro-dt-tab li a {
      display: block;
      text-transform: uppercase;
      line-height: 46px;
      width: 200px;
      border: solid 1px #dddddd;
      margin-bottom: -1px;
      text-align: center;
      margin-right: -1px; }
    .pro-dt-tab li.active a {
      border-bottom-color: #fff;
      border-top-color: #e3534d; }

.pro-dt-ct {
  margin-top: 29px;
  margin-bottom: 35px; }
  .pro-dt-ct .s-content {
    font-family: "Muli";
    line-height: 2;
    color: #666666; }
    .pro-dt-ct .s-content p {
      margin-bottom: 15px; }

.comments {
  margin-left: -8px; }

.pro-related {
  margin-bottom: -25px; }
  .pro-related .h-title {
    margin-top: 15px; }

.pro-img {
  background: #fff; }
  .pro-img .img {
    display: block;
    height: 525px;
    position: relative; }
  .pro-img .slick-list {
    margin: 0; }
    .pro-img .slick-list .slick-slide {
      margin: 0; }

.pro-imgs {
  position: relative;
  padding-left: 105px; }

.pro-thumb {
  position: absolute;
  left: 0;
  width: 93px;
  top: 0; }
  .pro-thumb .item {
    border: solid 1px #f1f1f1;
    cursor: pointer;
    height: 68px;
    margin-bottom: 8px; }
    .pro-thumb .item .img {
      height: 100%;
      display: block;
      position: relative; }
    .pro-thumb .item.slick-current {
      border-color: #e3534d; }
  .pro-thumb .slick-arrow {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: solid 1px #ccc;
    font-size: 18px;
    color: #ccc;
    text-align: center;
    line-height: 28px;
    border-radius: 3px;
    left: 50%;
    margin-left: -15px;
    background: #e3534d;
    color: #fff;
    border-color: #e3534d; }
    .pro-thumb .slick-arrow.prev {
      top: 0; }
    .pro-thumb .slick-arrow.next {
      bottom: 8px; }

.pro-infos {
  margin-top: 35px; }
  .pro-infos .item .img {
    border: solid 1px #f1f1f1;
    display: block;
    position: relative;
    width: 93px;
    height: 68px;
    float: left;
    margin-top: 5px; }
  .pro-infos .item .ct {
    margin-left: 105px;
    font-size: 14px;
    color: #333; }
    .pro-infos .item .ct li {
      position: relative;
      padding-left: 14px;
      margin-bottom: 6px; }
      .pro-infos .item .ct li:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #333333;
        left: 0;
        top: 8px; }
      .pro-infos .item .ct li:last-child {
        margin-bottom: 0; }

.subs-form form button:hover {
  background: #e3534d; }

@media all and (max-width: 991px) {
  .pro-imgs {
    padding-left: 80px; }
    .pro-imgs .pro-thumb {
      width: 70px; }
      .pro-imgs .pro-thumb .item {
        height: 60px; }

  .pro-img .img {
    height: 400px; } }
@media all and (max-width: 767px) {
  .pro-dt-tab li {
    display: block;
    width: auto; }
    .pro-dt-tab li a {
      width: auto;
      line-height: 42px;
      -webkit-transition: none;
      transition: none; }
    .pro-dt-tab li.active a {
      border-color: #e3534d;
      position: relative;
      z-index: 1; }

  .pro-dt-ct {
    margin-top: 20px;
    margin-bottom: 25px; }

  .pro-img .img {
    height: 264px; } }


/*FOOTER SOCIAL STYLE*/
footer .social a {
    width: 30px;
    height: 30px;
    background: #FFF;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ee6559;
    margin-right: 0;
}

footer .social i {
  font-size: 14px;
}

footer .social a .fa-facebook {
    color: #38a1f3;
}

footer .social a .fa-google-plus {
    color: #ee6559;
}

footer .social a .fa-youtube-play {
    color: #bf2c27;
}

footer .social a .fa-twitter {
    color: #38a1f3;
}

footer .social a .ei-social_instagram {
    color: #ef8f87;
}

footer .social a:hover {
    background: #38a1f3;
}

footer .social a:hover i {
    color: #FFF;
}

@media (max-width: 767px) {
  .main-nav li.active i {
    color: #FFF !important;
  }
}

/*PRODUCT DISCOUNT STYLE*/
.product {
  position: relative;
}
span.discount {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: red;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 5%;
}
