@charset "UTF-8";
body {
  font-family: arial;
  color: #000;
  font-style: 14px;
}
img{
  max-width: 100%;
}

/*props flex*/
@media (min-width: 768px) {
  .flex, .flex--wrap, .flex--between, .flex--center {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */ }

  .flex--wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .flex--between {
    justify-content: space-between;
    -webkit-justify-content: space-between; }

  .flex--center {
    -webkit-align-items: center;
    align-items: center; } }
@media (max-width: 767px) {
  .flex-mobile {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */ } }
a {
  text-decoration: none !important; }

/*ul reset*/
.social .wrap-social, .cate-menu,
.sub-cate-menu1,
.sub-cate-menu2, .content-bar .wrapper-search .search-advan ul, .content-bar .menu-short > ul, .wrap-menu-pro-mobile, .pro-detail__thumb .thumbnails, .pro-detail__content .pro-props__attr, .wrap-cate-pro .list-cate-pro {
  padding: 0px;
  margin: 0px;
  list-style: none; }

/*img style default*/
/*--------header--------*/
/*--top-header--*/
  .social .wrap-social li {
    display: inline-block; }
    .social .wrap-social li a {
	    display: inline-block;
	    line-height: 37px;
	    text-align: center;
	    width: 37px;
	    height: 37px;
	    color: #000;
	    font-size: 18px;
	    border: 1px solid #ddd; }

.search {
  position: relative;
  border-radius: 0px;
  width: 30%;
  margin: 0 auto;
  border: 1px solid #eee;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media(min-width: 992px) and (max-width: 1169px){
  .search{
    width: 15%;
  }
  .payment{
    width: 20% !important;
    width: calc(20% - 15px) !important;
  }
  .main-menu{
    width: 55% !important;
    width: calc(55% - 15px) !important;
  }
}
  .search .s-mobile {
    width: calc(100% - 60px);
    background: rgba(0,0,0,0,0.5);
    margin: 0;
    padding: 0px 12px;
    line-height: 40px;
    padding-left: 15px;
    color: #444;
    border: 0 none;
    outline: 0px; }
  .search .search-button {
    position: absolute;
    background: #eee;
    top: 0;
    right: 0px;
    height: 40px;
    padding: 0;
    width: 60px;
    font-size: 14px;
    color: #347a8f;
    margin: 0;
    outline: none;
    border: 0 none; }
    .search .search-button i {
      transform: rotate(0deg) translate(0px, 0px);
      transition: all 0.4s ease;
      color: #347a8f;
      font-size: 18px;
    }
@media (max-width: 767px){
  .search-mb{
    display: block;
    width: 100%;
    /*border:1px solid rgb(73,38,6);*/
  }
  .hotline{
    display: none;
  }
  .search{
    display: none;
  }
  .payment {
    width: 50% !important;
    position: fixed;
    top: 3px;
    right: 15px;
    z-index: 9999;
    text-align: right;
    color: #fff;
}
.payment p{
  display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
}
}
.hotline {
  width: 25%;
  position: relative;
  text-align: left;
  line-height: 40px;
}

.hotline p {
  margin-bottom: 0px;
  text-align: left;
  padding: 0px 15px;
  color: #fff;
  background-color: #eb1c24;
  float: left;
  position: relative;
  font-weight: bold;
}
@media(max-width: 767px){
  .hotline p {
    font-size: 16px;
    font-weight: bold;
}
}
@media(min-width: 992px) and (max-width: 1169px){
  .hotline p {
    font-size: 12px;
    padding: 0px 5px;
  }
}
.hotline p:before {
  border-right: 0 solid #eb1c24;
  border-left: 15px solid transparent;
  border-bottom: 40px solid #eb1c24;
  content: "";
  height: 0;
  position: absolute;
  left: -15px;
  top: 0px;
  width: 0;
}
.top-header{
  position: relative;
}
.top-header:before{
  /*content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 40px;
  background-color: #eb1c24;
  margin-right: -400px;*/
}

.payment{
  width: 15%;
  width: calc(15% - 15px);
  margin-right: 15px;
}
.payment .icon-cart {
    margin-top: 0px;
    width: 40px;
    height: 30px;
    background: url(../images/icon-bag.png);
    background-size: cover;
    display: inline-block; }
.payment  p{
      height: 35px;
    margin-bottom: 0px;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    color: #222 !important;
}
.authentics img{
  /*display: block;*/
  width: 100%;
  height: auto !important;
}
@media (min-width: 768px) and (max-width: 991px){
  .payment  p{
    margin-right: 0px;
      font-size: 12px;
      padding-right: 10px;
      margin-top: 4px;
  }
  .payment .icon-cart{
    width: 60px !important;
    height: 30px;
  }
}
.payment span:not(.icon-cart){
  margin-left:5px;
  /*color:#fff;*/
}
@media(max-width: 767px ){
.payment span:not(.icon-cart){
  color:#fff;
  display: none;
}
}
/*--medium header --*/
.logo img {
  /*display: block;*/
  /*width: 85%;*/ }

.hotline-payment .hotline p {
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 600; }
  .hotline-payment .hotline p span {
    margin-left: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #eb1c24; }
.hotline-payment .payment p {
  margin-bottom: 0px; }
  .hotline-payment .payment p span {
    font-size: 12px;
    color: #1d1d1c; }
  .hotline-payment .payment p .btn-payment {
    display: inline-block;
    margin-left: 10px;
    padding: 6px;
    font-size: 12px;
    color: #fff;
    background: #3f3e44; }
  .hotline-payment .payment p .icon-cart {
    display: inline-block;
    width: 45px;
    height: 35px;
    vertical-align: middle;
    background: url(../icon/cart.png);
    background-size: contain !important;
    background-repeat: no-repeat !important; }

/*responsive*/
@media (max-width: 767px) {
  .logo {
    margin-bottom: 5px;
    padding-top: 45px; }
    .logo img {
      display: block;
      /*width: 70%;*/
      margin: 0 auto; }

  }

@media (min-width: 768px) {
  header {
    border-bottom-color: white; }

  .top-header {
    /*overflow: hidden;*/
    /*box-shadow: 0 0 5px 0 #999;
    -webkit-box-shadow: 0 0 5px 0 #999;*/
    background: #eee;
    height: 40px;
    border-bottom: 1px solid #ddd;

     }

  .social {
    /*width: 20%;*/ }

  .wrap-medium-header {
  padding: 15px 0px;
  }

  .logo{
    width: 20%;
    float: left;
    }
  .authentics { 
    width: 50%;
    /*background-color: #f00;*/
    float: left;
    text-align: center;

  }
}

.title-service{
      line-height: 45px;
      position: relative;
      margin-bottom: 15px;
      border-bottom: 2px solid #347a8f;
  }
  .list-name{
    width: auto;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 0 20px;
    position: relative;
    background: #347a8f;
  }
  /*.list-name img{
      margin-right: 10px;
      vertical-align: -4px;
      width: 24px;
  }*/
  .list-name a{
      color: #fff;
      text-transform: uppercase;
      position: relative;
      font-weight: 600;
  }
    .list-name:before{
      border-left: 0 solid #182629;
      border-right: 15px solid transparent;
      border-bottom: 45px solid #347a8f;
      content: "";
      height: 0;
      position: absolute;
      right: -15px;
      top: 0px;
      width: 0
    }s

  .list-name a:hover{
    text-decoration: none;
  }
  
  .list-service ul{
      padding-right: 0px;
      margin-bottom: 0px;
  }
  .list-service ul li{
    display: inline-block;
      line-height: normal;
      margin-left: 10px;
  }
  .list-service ul li:before{
    content: '|';
      margin-right: 5px;
  }
  .list-service ul li:last-child:before{
    content: '';
  }
  .list-service ul li:last-child:after{
    font-family: FontAwesome;
    content: "\f101";
    margin-left: 5px;
    vertical-align: baseline;
    font-size: 16px;
    color: rgb(73,38,6);;
  }
  .list-service ul li a{
    font-size: 14px;
    font-weight: 600;
    color: #000;
  }
  .list-service ul li a:hover{
      color: #eb1c24;
      text-decoration: none;
  }
  .list-name h2{
      font-size: 16px;
      margin:0px;
      display: inline-block;
        font-weight: 600;
    }
  @media (max-width: 767px){
  .list-service ul{
        padding-left: 0px;
    }
    .list-name:before{
      display: none;
    }
    .list-name a:after{
      content:initial;
    }
    .menu-prduct-home{
      display: none;
    }
    .main-slider {
    /*padding-top: 30px !important;*/
}
  }
  @media (min-width: 768px){
    .list-service{
      text-align: right;
        float: right;
        padding: 0 15px 0 0;
    }
    .list-service ul{
        text-align: right;
    }
    .list-service ul li{
        margin-left: 10px;
    }
    .list-name{
      width: auto;
        font-size: 16px;
        float: left;
        padding: 0 16px;
    }
    
    .title-service{
      overflow: hidden;
    }

    .menu-prduct-home{
      float: left;
      width: 100%;
      background-color: #182629;
    }
    .wrap-sl-ct{
      margin-top: 10px;
    	position: relative;
    }

  .menu-prduct-home .cate-menu {
    /*margin: 5px 0 0;*/}
    /*.menu-prduct-home .cate-menu> li{
    position: relative;
    }*/
    .menu-prduct-home .cate-menu> li{
      float: left;
    }
    .menu-prduct-home .cate-menu> li > a,
    .menu-prduct .cate-menu> li > a {
    line-height: 45px;
    padding: 0px 32px;
    display: block;
    color: #fff;
    font-weight: 400;
    position: relative;
    list-style: 30px;
    font-size: 14px;
    border-right: 1px solid #243b40;
    text-transform: uppercase;
    letter-spacing: 0;}
    .menu-prduct-home .cate-menu> li > a>.fa-angle-double-right,
    .menu-prduct .cate-menu> li > a>.fa-angle-double-right{
    margin-right: 5px;
    }
    .menu-prduct-home .cate-menu> li > a>.fa-caret-right,
    .menu-prduct .cate-menu> li > a>.fa-caret-right{
    position: absolute;
      top: 9px;
      right: 10px;
    }
    .menu-prduct-home .cate-menu > li > a:hover {
    background: #347a8f;
    text-decoration: none;
    color: #fff;
}
     .menu-prduct-home .cate-menu> li > a:hover,
     .menu-prduct .cate-menu> li > a:hover {
      }
      .menu-prduct-home .cate-menu> li > a .ico,
      .menu-prduct .cate-menu> li > a .ico {
        width: 30px;
        height: 30px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 5px;
        bottom: 0;
        margin: auto;
        font-size: 0; }
    .mainmenu-sub{
      padding:0px;
      margin:0px;
      list-style: none;
    }
    .menu-prduct .cate-menu> li .mainmenu-sub {
        min-width: 200px;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 100%;
        background: #ff9a00;
        margin-left: 0;
        z-index: 8888;
      border-width: 1px;
      border-top: 0px;
      border-bottom: 0px;
      border-style: solid;
    }
    .menu-prduct-home .cate-menu> li .sub-menu-gra2{
      padding: 15px;
	    width: 100%;
      width: calc(100% - 30px)
	    border: 1px solid #ccc;
	    position: absolute;
      background-color: #fff;
      left: 15px;
	    margin-left: 0;
	    z-index: 99;
	    min-height: 70px;
      border: 1px solid #ddd;
	    overflow: hidden;
      transition: all 0s ease 0s;
      -webkit-transition: all 0s ease 0s;
      transform: scale(0, 1);
      -webkit-transform: scale(0, 1);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      }
    .menu-prduct-home .cate-menu> li:hover .sub-menu-gra2{
      transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
    }
     .menu-prduct .cate-menu> li:hover .sub-menu-gra2,
     .menu-prduct .sub-menu-gra2> li:hover .sub-menu-gra3 {
      display: block; }
      .menu-prduct-home  .sub-menu-gra3 li a i,
     .menu-prduct .sub-menu-gra3 li a i{
      margin-right: 5px;
     }
     .menu-prduct-home  .sub-menu-gra2>li>a i,
     .menu-prduct .sub-menu-gra2>li>a i{
      position: absolute;
      right: 15px !important;
      top: 10px;

     }
     .top-pro-new .sub-menu-gra2,
     .top-pro-new .sub-menu-gra3{
      display: none;
     }
     .top-pro-new .cate-menu>li.activeleft .sub-menu-gra2,
     .top-pro-new .sub-menu-gra2>li.activeleft .sub-menu-gra3{
      display: block;
     }
     .top-pro-new .mainmenu-sub.sub-menu-gra2>li>a>.fa-caret-right{
          display: inline-block;
        text-align: center;
        height: 37px;
        width: 37px;
        line-height: 37px;
        color: #444;
        padding-top: 0px;
        position: absolute;
        top: 0px;
        right: 0px;
        border-bottom: 1px solid #ddd;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
     }
  .menu-prduct .cate-menu .mainmenu-sub {
    display: none; }
      .menu-prduct-home .cate-menu .mainmenu-sub > li a,
      .menu-prduct .cate-menu .mainmenu-sub > li a {
        display: block;
        color: #222;
        text-transform: capitalize;
        padding: 6px 15px;
        line-height: 20px;
        font-size: 13px;
        margin-right: 0;
        white-space: nowrap;
        letter-spacing: .1px;
        /*border-bottom: 1px dashed #fbc87b;*/ }
        .menu-prduct-home .cate-menu .mainmenu-sub > li>a:hover,
        .menu-prduct .cate-menu .mainmenu-sub > li>a:hover {
             color: #007ff0;
        /*background: #d78100;*/ }
      }
      @media(min-width: 768px) and (max-width: 991px){
        .menu-prduct-home .cate-menu> li{
          padding: 10px 5px;
        }
        .menu-prduct-home .cate-menu> li > a{
          padding: 0px;
          line-height: 15px;
          font-style: 12px;
          text-align: center;
          text-transform: capitalize;
        }
      }
      @media(min-width: 992px) and (max-width: 1169px){
      .menu-prduct-home .cate-menu> li > a,
    .menu-prduct .cate-menu> li > a {
      padding: 0px 15px;
    } }


      .menu-prduct-home .cate-menu .sub-menu-gra3 > li a,
      .menu-prduct .cate-menu .sub-menu-gra3 > li a{
        padding-top:0;
        padding-bottom: 0px;
      }

      /*.menu-prduct-home .cate-menu .sub-menu-gra2 > li a{
          border-color:#1597cb;
      }*/
       .menu-prduct-home .cate-menu .sub-menu-gra2 > li{
        float: left;
       }
      .menu-prduct-home .cate-menu .sub-menu-gra2 > li>a{
        text-transform: capitalize;
    font-weight: 600;
    float: left;
    padding: 0px;
    margin: 0px;
    color: #555;
          /*border-bottom: 1px solid #ddd;*/
      }
      .menu-prduct-home .cate-menu .sub-menu-gra2 > li>a:hover{
        color: #061119;
          /*border-bottom: 1px solid #ddd;*/
      }
      
      .menu-prduct-home .cate-menu .sub-menu-gra2 > li>a>i{
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
      }

.sale{
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  background: #eb1c24;
  color: white;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  vertical-align: middle;
  line-height: 2.5rem;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  font-size: 12px;
  -webkit-animation: beat 1s ease infinite alternate;
  animation: beat 1s ease infinite alternate; z-index: 999; }
  .sale:before, .sale:after {
    content: "";
    position: absolute;
    background: inherit;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  .sale:after {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }

@-webkit-keyframes beat {
  from {
    -webkit-transform: rotate(-20deg) scale(1);
    transform: rotate(-20deg) scale(1); }
  to {
    -webkit-transform: rotate(-20deg) scale(1.1);
    transform: rotate(-20deg) scale(1.1); } }
@keyframes beat {
  from {
    -webkit-transform: rotate(-20deg) scale(1);
    transform: rotate(-20deg) scale(1); }
  to {
    -webkit-transform: rotate(-20deg) scale(1.1);
    transform: rotate(-20deg) scale(1.1); } }
@media (min-width: 768px) and (max-width: 991px) {
  .wrap-medium-header {
    justify-content: space-between;
    -webkit-justify-content: space-between; } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
} 
.tip-new{
  margin-top: 2px;
  margin-left: 8px;
  position: absolute;
  background: #eb1c24;
  color:#fff;
  display: inline-block;
  padding:3px 5px;
}
.tip-new:before{
  top:8px;
  left:-8px;
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top:7px solid transparent;
  border-right:9px solid #eb1c24;
  border-bottom: 7px solid transparent;
}
.detail-pro__price{
  font-size: 18px;
  font-weight: 500;
  color:#eb1c24
}
.detail-pro__price small{
  margin-left: 5px;
  text-decoration: line-through;
  font-size: 14px;
  color:#888;
  font-weight: 400;
}
@media(max-width: 480px){
  .detail-pro__price{
    font-size: 14px;
  }
}
/*end header*/
/*slider and menu*/
.slider-categories {
  position: relative; }

.slider {
  /*margin-top: 1px; 
  border-bottom: 1px solid #ddd;*/
}

@media (min-width: 1200px) {
  .main-slider .item img {
    height: 390px; } }
.category {
  position: absolute;
  z-index: 8888;
  top: 55px;
  width: 20%; }
  .category .panel {
    margin-bottom: 0px;
    border-radius: 0px; }
    .category .panel .panel-body {
      padding: 0px; }
    .category .panel .category .panel-default {
      border-radius: 0px;
      border: 0px;
      border-top-left-radius: 10px; }
    .category .panel .panel-title .fa-list {
      margin-right: 15px; }

@media (max-width: 767px) {
  .main-slider {
    /*padding-top: 57px;*/ }

  .content-bar .wrapper-search {
    width: 100% !important; }

  .main-slider .owl-carousel .owl-item img {
    min-height: 150px; }

  .button-res {
    background-color: #061119;
    /*border: 1px solid rgb(73,38,6);*/
    position: fixed;
    z-index: 9999;
    width: 100%; }

    .button-res .hoot {
    float: right;
    position: relative;
    line-height: 40px;
    padding-right: 15px;
    background-color: #f00;
    padding-left: 30px;
    color: #fff;
    padding-right: 80px;
    font-size: 16px;
    font-weight: bold;
}
.button-res .hoot a{color: #fff;}
.button-res .hoot:before {
    left: 0px;
    top: 0;
    border: solid transparent;
    content: "";
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #061119;
    border-width: 15px;
    margin-top: 5px;
    z-index: 9989;
}

  .hamburger {
    padding: 5px; }

  .hamburger-inner::before,
  .hamburger-inner::after,
  .hamburger-inner {
    background: #fff; }

  .mm-menu.mm-offcanvas.mm-current {
    background: #eb1c24;
    color: #fff; }
    .menu-prduct {
    margin: 0px -20px;
}
.cate-menu.mm-listview li a{
  text-transform: uppercase;
}
.cate-menu.mm-listview li i{
  float: left;
  padding: 5px;
  line-height: 30px;
  padding-right: -10px;
}
.mm-panels .menu-prduct h2{
  text-transform: uppercase;
  font-size: 16px;
  padding:0 20px;
  padding-bottom: 10px;
  margin:0px;
  border-bottom: 1px solid;
      border-color: rgba(0,0,0,.1);
}
.mm-panels>.mm-panel>.mm-listview{
  margin:0 -20px;
}
.payment .icon-cart {
    /*background: url(../images/icon-bag-mb.png);
    background-size: cover;*/
}
.cate-menu.mm-listview li a i{
  display: none;
}
  .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: #fff; }

  .mm-menu .mm-search input {
    background: rgba(0, 0, 0, 0.3); }

  .mm-search input {
    height: 30px;
    min-height: 32px;
    max-height: 40px; }

  .main-menu li a {
    text-transform: uppercase; }
    .menu-prduct h2{
      display: none;
    }
    .main-menu{
      margin:0 -20px;
    }
 }

@media (min-width: 992px) and (max-width: 1169px) {
  .main-menu li a{
    padding: 0px 5px !important;
    font-size: 12px;
  }
}
@media (min-width: 768px) {

  .fixed-nav {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 9999;
    top: 0px; }
    .fixed-nav .title-cate h2:after {
      content: "";
      height: 20px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -10px; }
    .fixed-nav .menu-prduct .cate-menu {
      display: block !important;
      position: absolute;
      width: 15.2%;
      z-index: 8888;
      max-height: inherit;
      overflow-y: inherit;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      transform: scale(1, 0);
      -webkit-transform: scale(1, 0);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      opacity: 0;
      background: #02a9eb;
      border: 1px solid #ddd; }
      .fixed-nav .menu-prduct .cate-menu>li:last-child a{
        border-bottom: 0px;
      }
    .fixed-nav .menu-prduct:hover .cate-menu {
      transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      opacity: 1; } }
@media (min-width: 768px) and (max-width: 991px) {

  .category {
    width: 25%; }

  .main-slider .owl-carousel .owl-item img {
    height: 315px; }
 }
@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider .item img {
    height: 339px; }
 }

.news-main {
  margin-top: 20px; }

.group-news-main {
  padding: 5px;
  border: 1px solid #ddd; }

.sub-news-main {
  padding: 12px 0px;
  border-bottom: 1px dashed #ddd; }

.sub-news-main:first-child {
  padding-top: 0px; }

.sub-news-main:last-child {
  padding-bottom: 0px; }

.sub-news-main:last-child {
  border-bottom: 0px; }

.news-main-img img {
  display: block;
  width: 100%; }

.news-sb-title {
  margin: 0px;
  font-size: 15px; }

.news-sb-title a {
  color: #000; }

.news-sb-title a:hover {
  color: #3f3e44; }

@media (max-width: 767px) {
  .tintuc {
    margin-top: 20px; }

  .news-main-img {
    margin-right: 10px; } }
@media (max-width: 767px) and (min-width: 480px) {
  }
@media (min-width: 768px) {
  .menu-nav{
  }
  .menu-prduct{
    width: 30%;
  }
  @media (max-width: 991px){
      .menu-prduct{
      width: 27%;
    }
  }
  .menu-prduct h2{
    position: relative;
    margin: 0px;
    padding: 13px 0px 12px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
    cursor: pointer;
    background: rgb(70,116,3);
  }
  .menu-prduct h2 i{
    position: absolute;
    right: 15px;
    top:9px;
    font-size: 22px;
  }
  .menu-prduct .cate-menu {
    display: none;
  }
  .main-menu{
    width: 60%;
    padding:0px;
    margin:0px;
    list-style: none;
  }
  
  .main-menu>li{
    flex-grow: 1;
    -webkit-flex-grow:1;
  }
  .main-menu li a{
    display: inline-block;
    padding: 0px 10px;
    /*padding-top:7px;*/
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    color: #333;
    border-right: 1px solid #ddd;
  }
  .main-menu li a:hover{
  	color:#fff;
  }
  @media (max-width: 991px){
      .main-menu{
      width: 80%;
    }
    .main-menu li a{
	    padding: 0px 5px;
	    font-size: 12px;
	  }
  	.menu-nav .main-menu>li {
    	width: 50% !important;
	}
  }
  .main-menu>li>a{
  }
  .main-menu li a:hover{
    color: #eb1c24;
  }
  .main-menu li a i{
    /*margin-right: 10px;*/
    font-size: 18px;
    /*float: left;*/
    /*padding-top: 1px;*/
  }
  .menu-prduct-home{
    width: 100%;
  }
  .slider{
    width: 100%;
  }

  .menu-prduct-home li a{

  }
 }
@media (min-width: 768px) and (max-width: 991px) {
.menu-prduct-home{
    width: 100%;
  }
  .slider{
    width: 100%;
  }
  .fixed-nav .menu-prduct .cate-menu{
    width: 23.5% !important;
  }

  .tintuc {
    margin-top: 20px;
    width: 100% !important; }

  .group-news-main {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    padding: 0px;
    border: 0px; }
    .group-news-main .sub-news-main {
      width: 33.33%;
      width: calc(33.33% - 10px);
      margin-right: 15px;
      border-bottom: 0px; }
    .group-news-main .sub-news-main:nth-child(3n +3) {
      margin-right: 0px; }
    .group-news-main .sub-news-main {
      padding: 0px;
      display: initial; }
      .group-news-main .sub-news-main .news-main-img {
        width: 100%; }
        .group-news-main .sub-news-main .news-main-img img {
          height: inherit; }
      .group-news-main .sub-news-main .news-main-cap {
        width: 100%;
        padding-left: 0px; } }
/*khach hang*/
.wrap-customer {
  margin-top: 20px; }
  .wrap-customer .group-customer .customer-item {
    border: 4px solid #3f3e44; }
    .wrap-customer .group-customer .customer-item img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }

@media (max-width: 767px) {
  .group-customer {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .group-customer .customer-item {
      width: 50%;
      width: calc(50% - 10px);
      margin-right: 20px;
      margin-bottom: 15px; }
    .group-customer .customer-item:nth-child(2n + 2) {
      margin-right: 0px; } }
.viewall {
  margin-bottom: 25px; }
  .viewall .btn-loadmore {
    background: #3f3e44;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: box-shadow 300ms 0s ease; }
  .viewall > :hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

@media (min-width: 768px) {
  .wrap-customer .group-customer .customer-item {
    width: 20%;
    width: calc(20% - 10px);
    margin-right: 12.5px;
    margin-bottom: 20px;
    margin-right: 12.5px; }
  .wrap-customer .group-customer .customer-item:nth-child(5n + 5) {
    margin-right: 0px; } }
/*pro bestself*/
.wrap-best-self {
  margin-top: 20px; }
  .wrap-best-self .owl-nav > div {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -59px;
    right: 0;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd; }
    .wrap-best-self .owl-nav > div i {
      font-size: 20px;
      color: #ddd; }
  .wrap-best-self .owl-prev {
    right: 35px !important; }
@media(max-width: 767px){
  .wrap-best-self .owl-nav > div { border: none; top: -53px; }
  .wrap-best-self .owl-nav > div i{
    color: #fff;
  }
}
/*product style*/
.title-mpro {
  margin: 0px;
  margin-bottom: 25px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #3f3e44; }
  .title-mpro .pro-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    vertical-align: middle;
    background-color: #3f3e44;
    background-image: url(../icon/pro-ic-1.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center; }

.pro-main-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #ddd;

}
  .pro-main-item .pm-item__img img {
    /*padding:5px;*/
    padding:5px;
    display: block;
    max-width: 100%;
    width: inherit;
    margin: 0 auto;
    height: 200px;
    /*position: absolute;*/
     }
  .pro-main-item .pm-item__img{
    height: 200px;
  }
  .pro-main-item .pm-item__img img:nth-child(2) {
        opacity: 0;
        filter: alpha(opacity=0);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; }
        .pro-main-item:hover .pm-item__img img:nth-child(2) {
      opacity: 1;
      filter: alpha(opacity=100);
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; }
      /*.pro-main-item:hover .pm-item__img img:nth-child(1){
        opacity: 0
      }*/
  .pro-main-item .pm-item__cap {
    padding: 0px 5px 7px; }
    .pro-main-item .pm-item__cap .item-cap__title {
      margin: 0px;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      text-transform: capitalize;
      font-weight: 400;
      height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;

       }
      .pro-main-item .pm-item__cap .item-cap__title a {
        color: #000; }
      .pro-main-item .pm-item__cap .item-cap__title a:hover {
        color: #eb1c24; }
    .pro-main-item .pm-item__cap .item-cap__desc {
      margin-bottom: 0px;
    }
      .pro-main-item .pm-item__cap .item-cap__desc a {
        display: inline-block;
        color: #555;
        margin: 0 auto;
        font-weight: normal;
        text-transform: capitalize;
        border-radius: 5px; }
        .pro-main-item .pm-item__cap .item-cap__desc a span {
          margin-right: 5px; }

/*menu poroduct mobile */
.wrap-menu-pro-mobile {
  margin-bottom: 20px;
  padding: 0px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
  .wrap-menu-pro-mobile li a {
    display: block;
    padding: 10px 15px;
    color: #3f3e44;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd; }
    .wrap-menu-pro-mobile li i {
      float: right;
      padding: 10px 15px;
     }

  .wrap-menu-pro-mobile li:last-child a {
    border-bottom: 0px; }

@media (max-width: 767px) {
  /*menu poroduct mobile */
  .wrap-menu-pro-mobile li {
    width: 100% !important; } 
  .wrap-menu-pro-mobile li a{
    position: relative;
    padding:10px 15px;
    padding-right: 0px;
  }
  .wrap-menu-pro-mobile li a .fa-angle-double-right{
    display: none;
  }
  .wrap-menu-pro-mobile>li>a>i,
  .wrap-menu-pro-mobile .sub-menu-gra2>li>a>i:last-child{
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 41px;
    line-height: 20px;
    /*border-bottom: 1px solid #ddd;*/
    text-align: center;
    /*-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);*/

  }
  .wrap-menu-pro-mobile .sub-menu-gra3,
  .wrap-menu-pro-mobile .sub-menu-gra2{
    display: none;
  }
  }
@media(max-width: 480px){
  .pro-ly {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .pro-ly .pro-main-item {
  width: 50%;
  width: calc(50% - 5px);
  margin-right: 10px; }
.pro-ly .pro-main-item:nth-child(2n+2) {
  margin-right: 0px; }
.pro-main-item .pm-item__img{
  height: 110px;
}
.pro-main-item .pm-item__img img{
  height: 100px;
  padding: 1px;
}
}
@media (max-width: 767px) and (min-width: 480px) {
  .wrap-menu-pro-mobile {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .wrap-menu-pro-mobile li {
      width: 50%; }
    /*.wrap-menu-pro-mobile li:nth-child(even) {
      padding-left: 10px; }
    .wrap-menu-pro-mobile li:nth-child(odd) {
      padding-right: 10px; }*/

  .pro-ly {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .pro-ly .pro-main-item {
      width: 50%;
      width: calc(50% - 5px);
      margin-right: 10px; }
    .pro-ly .pro-main-item:nth-child(2n+2) {
      margin-right: 0px; } }
@media (min-width: 768px) {
  .pro-ly .pro-main-item {
    width:50%;
    width: calc(50% - 0px);
    margin-right: 10px;
    margin-right: calc(0px/1); }
  .pro-ly .pro-main-item:nth-child(2n + 2){
    /*margin-right: 0px;*/
  }
    .fixed-nav .sub-cate-menu1{
      height: inherit !important;
    }
    .fixed-nav .sub-menu-gra3{
      max-height: inherit; 
     overflow-y: inherit; 
    }
  /*.pro-ly .pro-main-item:nth-child(3n+3) {
    margin-right: 0px; }*/ }
@media (min-width: 992px) {
  .pro-ly .pro-main-item {
    width: 25%;
    width: calc(25% - 7.5px);
    margin-right: 10px;
    margin-right: calc(30px/3); }
  .pro-ly .pro-main-item:nth-child(3n+3) {
    margin-right: 10px; }
  .pro-ly .pro-main-item:nth-child(4n+4) {
    margin-right: 0px; } }
/*video*/
.title-video {
  padding-bottom: 5px;
  margin-bottom: 10px;
  background: url(../icon/title-line.png);
  background-repeat: no-repeat;
  background-position: center bottom; }
  .title-video h2 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600; }

.list-video {
  }

.video {
  position: relative;
  z-index: 1;
  margin: 0 0;
  padding: 20px 0 0px;
  padding-top: 12px;
  background: #fff; 
  /*background: url(../images/av.png) no-repeat right center;*/ }

.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999999999999; }

.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp; }

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes YouTubePopUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.logged-in .YouTubePopUp-Wrap {
  /* For WordPress */
  top: 32px;
  z-index: 99998; }

.YouTubePopUp-Content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative; }
  .YouTubePopUp-Content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 480px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0; }

.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide; }

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes YouTubePopUpHide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 15px;
  height: 15px;
  background: url(../images/close.png) no-repeat;
  background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px; }

.YouTubePopUp-Close:hover {
  opacity: 0.5; }

@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%; } }
@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important; }

  .YouTubePopUp-Close {
    bottom: 362px; } }
@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important; }

  .YouTubePopUp-Close {
    bottom: 262px; } }
.youtube-player {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px; }
  .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 101%;
    width: 101%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all; }
  .youtube-player .play {
    height: 30px;
    width: 30px;
    left: 45%;
    top: 40%;
    position: absolute;
    background: url(../images/play.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer; }

.cap-video-list h4 {
  margin: 10px 0px 0px;
  font-size: 16px;
  color: #333; }

.content-video .owl-nav {
  display: inline-block !important; }
  .content-video .owl-nav div {
    position: absolute;
    top: -40px;
    right: 0;
    display: inline-block !important;
    width: 38px;
    top: 50%;
    top: calc(50% - 36px); }

.content-video .owl-carousel .owl-nav .owl-prev {
  left: -60px;
  background: inherit; }
.content-video .owl-carousel .owl-nav .owl-next {
  right: -45px; }

.content-video .owl-carousel .owl-nav .owl-prev,
.content-video .owl-carousel .owl-nav .owl-next,
.content-video .owl-carousel .owl-dot {
  font-family: 'fontAwesome';
  display: inline-block;
  margin-left: 15px; }

.content-video .owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
  padding: 10px 16px;
  background: #ddd;
  font-size: 18px;
  line-height: 36px; }

.content-video .owl-carousel .owl-nav .owl-next:after {
  content: "\f105";
  padding: 10px 16px;
  background: #ddd;
  font-size: 18px;
  line-height: 36px; }

.content-video .owl-carousel .owl-nav .owl-prev:hover:before,
.content-video .owl-carousel .owl-nav .owl-next:hover:after {
  background: #fff;
  color: rgb(255,154,0); }

.content-video .owl-carousel .owl-nav .owl-prev,
.content-video .owl-carousel .owl-nav .owl-next {
  color: rgb(255,154,0); }

.content-video .owl-carousel .owl-nav .owl-prev:before,
.content-video .owl-carousel .owl-nav .owl-next:after {
  background: inherit;
  border: 1px solid rgb(255,154,0) !important; }

.content-video .owl-carousel .owl-nav .owl-prev i,
.content-video .owl-carousel .owl-nav .owl-next i {
  display: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .content-video .owl-carousel .owl-nav .owl-prev {
    left: -22px; }

  .content-video .owl-carousel .owl-nav .owl-next {
    right: -8px; } }
/*khach hang noi ve chung toi*/
.single-testimonials .review-text .wrap-review-text {
  position: relative;
  padding: 15px;
  margin: 1em 0 2.5em;
  border: 2px solid #02a9eb;
  color: #333;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
.single-testimonials .review-text .wrap-review-text:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 40px;
  border-width: 16px 16px 0;
  border-style: solid;
  border-color: #02a9eb transparent;
  display: block;
  width: 0; }
.single-testimonials .review-text .wrap-review-text:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 43px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0; }

.single-testimonials .info-box .img-box, .single-testimonials .info-box .content-box {
  display: table-cell;
  vertical-align: middle;
  box-shadow: inherit; }

.single-testimonials .info-box .img-box {
  /*border-radius: 100%;
  overflow: hidden;*/ }

.single-testimonials .info-box .img-box img {
  width: 75px;
  height: 75px;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-radius: 100%; }
.single-testimonials .info-box .img-box img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); }

.single-testimonials .info-box .content-box {
  padding-left: 25px; }

.single-testimonials .info-box h3 {
  margin: 0;
  font-size: 16px;
  color: #444; }
  .single-testimonials .info-box h3 span.name {
    font-size: 16px;
    font-weight: 600;
    color: #3f3e44; }
.single-testimonials .info-box p {
  margin-bottom: 0px; }
.single-testimonials .info-box ul.star {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px; }
  .single-testimonials .info-box ul.star li {
    display: inline-block;
    list-style: none;
    color: #FF9800; }

.doitac {
  padding-top: 25px; }

.slider-review {
  padding-top: 15px; }

.slider-review .owl-buttons {
  position: absolute;
  top: 0;
  right: 20px; }

.slider-review .owl-nav {
  display: block !important; }
  .slider-review .owl-nav > div {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #02a9eb;
    border: 2px solid #02a9eb;
    margin-left: 15px; }
  .slider-review .owl-nav > div:hover {
    border-color: #444;
    color: #444; }

.slider-review .owl-nav {
  position: absolute;
  top: -30px;
  left: 0px; }

.slider-review .owl-carousel {
  position: relative; }

.tt-center {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 15px; }
  .tt-center p {
    margin-top: 0px;
    padding-bottom: 8px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;


     }
    .tt-center p a{
      color:#fff;
      background-color: #061119;
      padding: 8px 15px;
      /*line-height: 35px;*/

    }
    .tt-center h2 i {
      margin-right: 10px;
      font-size: 30px;
      color: #02a9eb; }
  .tt-center hr {
    padding-top: 15px;
    width: 100%;
    margin: 0 auto;
    border: none !important;
    /*border-top-width:1px;
    border-top-color:#ccc*/ }

.title-dt h2 {
  /*padding-left: 15px;*/
  padding-bottom: 5px;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  /*border-left: 2px solid #3f3e44;*/
  border-bottom: 1px solid #ddd; }
.title-dt hr {
  margin: 0;
  /*margin-top: -1px;
  margin-left: 20px;
  border-top-color: rgb(204,159,60);
  width: 80px;*/ }

@media (max-width: 767px) {
  .content-video .owl-carousel .owl-nav .owl-prev {
    left: -25px; }

  .content-video .owl-carousel .owl-nav .owl-next {
    right: -8px; } }
/*doi tac*/
.wrap-doitac {
  padding: 15px 0px; }
  .wrap-doitac .owl-carousel {
    padding-top: 15px; }

@media (max-width: 767px) {
  .tt-center h2 {
    font-size: 17px; }

  .slider-review .owl-nav > div {
    margin-left: 8px; } }
/*footer*/
.top-footer {
  margin-top: 30px;
  background-color: #245b6b;
  color: #fff;
  padding:30px 0px;
  }
.top-footer a{
  color: #fff;
}
.tag{
  background-color: #347a8f;
  padding-bottom: 15px;
}

.top-footer-wrap {
  z-index: 999;

   }

.title-footer .title-mf {
  margin: 0px;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

/*.title-footer hr {
  width: 80px;
  border-top-color: #0097ff; }*/

.top-footer-wrap ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.about-us {
  padding: 0px 10px; }

.ser-us {
  padding: 0px 10px; }

.map {
  padding-left: 20px; }

.title-footer hr {
  margin: 0px; }

.title-footer {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 30px 0px 15px 0px;
   }

.top-footer-wrap ul li {
  /*border-bottom: 1px dashed #ddd; */}

.top-footer-wrap ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #ccc; }

.top-footer-wrap ul li a {
  display: inline-block;
  color: #fff;
  padding: 5px; }

.top-footer-wrap ul li a:hover {
  color: #eb1c24; }

.f-info-detail p {
  margin-bottom: 0px; }

.f-info-detail i {
  margin-right: 5px; }

.listSocial a {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #898989;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #e1e1e1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.listSocial a.fb:hover {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff; }

.listSocial a.tw:hover {
  background: #00aced;
  border-color: #00aced;
  color: #fff; }

.listSocial a.yt:hover {
  background: #e52d27;
  border-color: #e52d27;
  color: #fff; }

.logo-f {
  position: relative;
  top: -25px; }

.logo-f img {
  position: absolute;
  left: 50%;
  left: calc(50% - 60px);
  display: block;
  width: 45%;
  margin: 0 auto; }

.info-company {
  padding-right: 10px; }

.cap-intro-com {
  padding-top: 50px; }

.bottom-footer {
  background: #347a8f;
  /*border-top: 1px solid #2f332a;*/
  padding: 5px 0px;
  color: #ccc;

   }
  .bottom-footer p {
    margin-bottom: 0px;
    padding: 5px 0px; }
.wrap-tags a {
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #0097ff;
    padding: 5px;
    color: #222;
}
.wrap-tags a:hover {
    background: #fff;
    color: #0097ff;
}
.info-footer {
    text-align: left;
    background: #1c2116;
    color: #fff;
    padding: 15px 0px;

}
.tag a{
  color: #ccc;
  border-right: 1px solid #ccc;
  padding: 0px 5px;
  font-size: 12px;
}
.tag a:hover{
  color: #ccc;
}
.tag a:last-child{
  border: none;
}
.info-footer h3,
.info-footer h2,
.info-footer h1,
.info-footer h4{
  margin-top: 0px;
  padding-top: 20px;
  font-size: 21px;
}
.info-footer p{
  margin-bottom: 5px;
}
.info-footer p:last-child{
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .logo-f img {
    position: inherit; }

  .cap-intro-com {
    padding-top: 0px; } }
@media (max-width: 767px) and (min-width: 480px) {
  .logo img {
    /*width: 40%;*/ }

  .hotline-payment {
    text-align: center; }

  .ser-us,
  .about-us {
    width: 50%; }

  .ser-us {
    float: left; }

  .about-us {
    float: right; }

  .map {
    clear: both; }

  .logo-f {
    position: inherit; }
    .logo-f img {
      position: inherit; } }
@media (max-width: 767px) {
  .top-footer-wrap > div {
    margin-bottom: 20px;
    width: 100% }

.wrap-tongdai p a{
  color: #666;
  padding: 5px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.wrap-tongdai p a:hover{
  color: #fff;
  background-color: #c00;
}




     }
@media (min-width: 768px) {
  .ser-us {
    width: 60%;
    }

  .about-us-f {
  	padding-right: 15px;
    padding-left: 15px;
    width: 20%; border-right: 1px solid #bae083; }

    .guidd{
      padding-left: 15px;
      padding-right: 15px;
    }
  .tags-f {
    width: 20%;
    padding-right: 20px;
}
.tongdai{
	width: 40%;
  /*padding-left: 15px;
  padding-right: 15px;*/
  padding-bottom: 25px;
}
.tongdai p a{
  padding: 5px 5px;
  color: #666;
  margin-right: 5px;
  float: left;
  }

  .tongdai p a:hover{
  background-color: #c00;
  color: #fff;
  }
  .guide-f {
    width: 25%;
    padding-right: 20px;
    padding-left: 20px;
    color: #ccc;
    /*border-right: 1px solid #bae083;*/
     }
}
@media (max-width: 991px){
    .about-us-f {
    width: 23%; }

  .tags-f {
    width: 50%;
    padding-right: 20px;
}
  .guide-f {
    width: 33.33%;
    /*padding-left: 20px;*/
    padding-bottom: 15px; }
    .ser-us {
    width: 33.33%;
    /*padding-left: 20px;*/
    padding-bottom: 15px; }

    .guidd{
    	padding-left: 0px;
    width: 33.33%;}
    .tongdai {
    	padding-left: 0px;
    width: 50%;}
  } }
@media (min-width: 768px) {
  .pro-main-item .pm-item__img img {
    height: 200px; }

  .pro-main-item .pm-item__cap .item-cap__title a {
    display: inline-block;
    min-height: 34px; }

  .news-p-content .ln-item__img img {
    height: 166px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .fixed-nav .cate-menu {
    /*width: 32%;*/ }

  .news-sb-title a {
    display: inline-block;
    margin-top: 5px; }

  .group-news-main .sub-news-main .news-main-img img {
    height: 130px; } }
@media (min-width: 992px) {
  .right-sidebar .news-main-img img {
    height: 52px; } }
/*btn call*/
.coccoc-alo-phone {
  position: fixed;
  visibility: hidden;
  background-color: transparent;
  width: 150px;
  height: 150px;
  cursor: pointer;
  z-index: 8888 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 0px;
  bottom: 0px;

   }
@media(max-width: 767px){
  .coccoc-alo-phone{
    bottom: 100px;
  }
}
.coccoc-alo-phone.coccoc-alo-show {
  visibility: visible; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

.coccoc-alo-phone.coccoc-alo-static {
  opacity: .6; }

.coccoc-alo-phone.coccoc-alo-hover, .coccoc-alo-phone:hover {
  opacity: 1; }

.coccoc-alo-ph-circle {
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border: 2px solid #bfebfc 9;
  opacity: .1;
  -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {
  -webkit-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important; }

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {
  -webkit-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important; }

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-circle {
  border-color: #00aff2;
  opacity: .5; }

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
  border-color: #75eb50;
  border-color: #baf5a7 9;
  opacity: 0.5; }

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #F20000;
  border-color: #bfebfc 9;
  opacity: .5; }

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5; }

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle {
  border-color: #75eb50;
  opacity: .5; }

.coccoc-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  /*opacity: .1;*/
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle-fill {
  -webkit-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important; }

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle-fill {
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important; }

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #00aff2 9;
  opacity: 0.75 !important; }

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  background-color: #baf5a7;
  opacity: 0.75 !important; }

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  /*background-color: rgba(242, 223, 0, 0.85);
  background-color: #a6e3fa 9;*/
  background-color: rgb(70,116,3);
  opacity: 0.75 !important; }

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  background-color: #ccc 9;
  opacity: 0.75 !important; }

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: .75 !important; }

.coccoc-alo-ph-img-circle {
  width: 50px;
  height: 50px;
  top: 75px;
  left: 75px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==") no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 999 }

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-img-circle {
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important; }

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-img-circle {
  -webkit-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
  animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important; }

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-img-circle {
  background-color: #f90; }

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
  background-color: #f90; }

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: #f90; }

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-img-circle {
  background-color: #f90; }

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-img-circle {
  background-color: #f90; }
.coccoc-alo-ph-img-circle-text{
  position: absolute;
  top: 75px;
  right: 25px;
  width: 190px;

  background-color: #c00;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  padding: 0px 30px;
  color: #fff;
  z-index: 9;
  font-size: 16px;
  font-weight: bold;
}
@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    -moz-transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1; }
  30% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5; }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1; } }
@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: .1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: .5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1; } }
@-o-keyframes coccoc-alo-circle-anim {
  0% {
    -o-transform: rotate(0) kscale(0.5) skew(1deg);
    -o-opacity: .1; }
  30% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    -o-opacity: .5; }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: .1; } }
@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: .2; }
  100% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }
@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }
@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }
@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg); } }
@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }
@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }
@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }
@-o-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }
@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }
@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }
@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }
@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }
@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }
@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }
#coccoc-alo-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 2000000;
  overflow: visible;
  display: none;
  color: #383838; }

#coccoc-alo-wrapper.night-mode {
  color: #c00; }

.coccoc-alo-popup-close {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute !important;
  right: -15px !important;
  top: -15px !important;
  height: 30px !important;
  width: 30px !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjRGMTI2QTcxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjRGMTI2QTYxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5iCEbHAAABl0lEQVR42sSXS07DMBCGnSKyDorEAVjACTgCIEVlXU5R9QjlCk3VAzTrLhMJ2NIVJ2DDuo9EsKUszEw0kaIQbI+bxy/9UhRP5pMcjz12pJTCQKfgO/AN+Bp8AfZo7Av8AX4Dv4CfwD/ajAhW2ANPwTtprj1946lyq6AP4I2014ZyGINPwAvZnBaUUwnGgJVsXqsqvAoOZXua/wceyfY1KngOlROWxjv4XLSrHfgKS3BALyYdQAUxJkUdu7o6jeNYZlmmnUeMwViNkOUieKiLTNNURlGkhOPYcrnMYw00RPDMJFIFZ0JRIYJfTaPr4BZQ1Fow9+EcgCAEWkLz/4zl9A1rzOUsTQCKJEny5yAIhO/73NV9GNjUhOM4tc8scae6PL3laedONYLXNtC6f85dXDNb6BHw0GgDKaCqxEz4fbFlpk1smQjnbJmCeqSuNO3jWNyDL8vHIrao4w6OxTGx/rQ+8z5an16bvd7a22pDvz0CuOU29NUrzKOuzqvlTN8orzAO89J2W7q0ndHYZ+nS9kw+6BL+CjAAEvDTBJC9qhAAAAAASUVORK5CYII=");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  -webkit-transition: .3s ease-out !important;
  -moz-transition: .3s ease-out !important;
  -o-transition: .3s ease-out !important;
  transition: .3s ease-out !important; }

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup-close {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUY2REUyNDQxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUY2REUyNDMxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56uyuzAAABfUlEQVR42sSXvU7DMBDHYxCdw8IDMMCWTDwCdClznLcJr9BUfYs+ALDSqXMisTD3S4K1MBx3kS1ZVuqvNslf+kuRfL5f5OTsMwOAyEFX6DH6Ef2AvkXHYuwH/YVeod/Rr+g/a0YCGxyjC/QW3LUTc2JTbhOUo9cQrrXI4Qy+RM/hfJqLnEYwBSzg/FrocB1cQneaHQNn0L0yyWOinKg0PtE3Ubfaou+bEhRvUEB/KuRSj2x1muc51HVtzUgxnHNbGLFGBJ7YIquqgjRNjXAaS5KkiXXQhMBTl0gT3BNKKgn84RrdBg+AkpaR5z7cAAhEwEBo850JfPCdJeGBUNLhIqQYGWOtz17yXWp1edVlD1nqZQi07Zv7/lzTUOgJ8NJpA5FQU2JP+LPcMvfGIyXLnBISnGJdt8xBDom+j8Ud+k49FvtqBPix1mc2ROszaLM3WHurN/SbE4Ab34Zev8K82Opc017MMV5hmOel7Um5tF2LsW/l0vYm/GtL+C/AAAHy+OD95QLeAAAAAElFTkSuQmCC"); }

#coccoc-alo-wrapper .coccoc-alo-popup-close:hover {
  opacity: .6 !important; }

.coccoc-alo-popup {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYZCyIUPNCUUwAAAA1JREFUCNdj+P///2cACe8D8SyfS4EAAAAASUVORK5CYII=");
  -webkit-transition: .6s ease-out;
  -moz-transition: .6s ease-out;
  -o-transition: .6s ease-out;
  transition: .6s ease-out;
  margin: 0 auto;
  z-index: 200001;
  text-align: center;
  padding: 60px 75px; }

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYZCyAMHYpuhwAAAA1JREFUCNdjMDY2/gwAAsMBjX/tf+YAAAAASUVORK5CYII="); }

#coccoc-alo-wrapper .coccoc-alo-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=");
  top: 0;
  left: 0;
  z-index: 200000; }

.coccoc-alo-popup h3 {
  font-size: 24px;
  margin: 0 0 40px;
  font-family: arial;
  font-weight: 400;
  white-space: nowrap; }

.night-mode .coccoc-alo-popup h3 {
  font-size: 23px; }

.night-mode .coccoc-alo-message {
  padding-bottom: 0; }

.coccoc-alo-message {
  height: 32px;
  padding: 18px 0 13px 0;
  text-align: center;
  clear: both;
  font-size: 14px; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .label, #coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .label + .input {
  float: left;
  width: 49%; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .input {
  padding: 0 13px; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper label {
  color: #616161;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  padding-right: 15px; }

.coccoc-alo-number {
  color: #00bed5;
  font-size: 28px;
  font-family: arial;
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-width: 0;
  display: inline-block;
  border-bottom: #00bed5 solid 1px;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 221px; }

coccoc-alo-number::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.night-mode .coccoc-alo-number {
  border: #00bed5 solid 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 31px; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"].valid-invalid {
  color: #ff496b; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]:focus {
  outline: 0; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-webkit-input-placeholder {
  color: #d1d1d1; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
  color: #d1d1d1; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-ms-input-placeholder {
  color: #d1d1d1; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
  color: #d1d1d1; }

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-webkit-input-placeholder {
  color: #60615f; }

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
  color: #60615f; }

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-ms-input-placeholder {
  color: #60615f; }

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
  color: #60615f; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit {
  border: none;
  border-width: 0;
  padding: 20px 40px;
  background-color: #333;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  border-radius: 68px;
  font-family: arial;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  outline: none !important; }

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-submit {
  background-color: #00bed5; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submitavtive, #coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submitvisited {
  outline: none !important; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit-moz-focus-inner {
  border: 0; }

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit:hover {
  background-color: #00aff2;
  background-color: #00aff2; }

.coccoc-alo-blur {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImJsdXIiPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMiLz48L2ZpbHRlcj48L3N2Zz4jYmx1cg==#blur"); }

#coccoc-countdown {
  padding-top: 20px;
  font-family: arial;
  font-size: 28px;
  font-weight: 400; }

.coccoc-alo-request-time {
  font-family: arial;
  padding: 6px 12px;
  font-size: 18px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

#coccoc-alo-wrapper.night-mode .coccoc-alo-request-time {
  color: #fff;
  background-color: #515350;
  border: 1px solid #606260; }

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup h3 {
  margin-bottom: 15px; }

#coccoc-alo-wrapper.night-mode .coccoc-alo-form .coccoc-alo-select-wrapper {
  margin-bottom: 35px; }

.coccoc-alo-table {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.coccoc-alo-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.valid-invalid-message {
  font-size: 13px;
  color: #ff496b; }

.valid-invalid-message:before {
  content: "* "; }

.r-box {
  position: fixed;
  display: none;
  z-index: 9955;
  background: #fff;
  bottom: -30px;
  right: 80px;
  width: 250px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin: 30px;
  box-shadow: 0px 0px 2px; }
  .r-box h3 {
    margin: 0px;
    padding: 7px 0px;
    text-align: center;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-bottom: 1px solid #3f3e44;
    background: #3f3e44;
    color: #fff; }
  .r-box .rbox-content {
    padding: 10px; }
    .r-box .rbox-content p {
      text-align: center; }
    .r-box .rbox-content .rbox-phone {
      font-size: 22px; }
      .r-box .rbox-content .rbox-phone .fa {
        font-size: 25px;
        margin-right: 10px; }
    .r-box .rbox-content .rbox-inphone {
      font-weight: 600; }
    .r-box .rbox-content .bt-send {
      padding: 9px;
      border: 0;
      color: #fff;
      background: #3f3e44;
      width: 90px;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }

/*partial page*/
.page-partial .cate-menu {
  border: 1px solid #ddd;
  border-top: 0; }

.wrap-breadcrumbs .breadcrumb li a {
  color: #3f3e44; }
.wrap-breadcrumbs .breadcrumb li h1,
.wrap-breadcrumbs .breadcrumb li h2 {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0; }
.wrap-breadcrumbs .breadcrumb .active {
  color: #444;
  font-weight: 600; }
.wrap-breadcrumbs .breadcrumb > li + li:before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #3f3e44; }

.breadcrumb {
  margin-bottom: 10px;
  background-color: #eee;

  border-radius: 0px;
  line-height: 23px;


   }
  .support-elft{
    margin-bottom: 20px;
  }
.support-elft ul{
      padding: 10px 0px;
    margin: 0px;
    text-align: center;
    list-style: none;
    border: 1px solid #ddd;
    border-top: 0px;
}
.support-elft ul li{
  margin:0px 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-partial .right-sidebar {
    width: 100%;
    order: 2; }
  .page-partial .page-content {
    width: 100%;
    order: 1; }

  .breadcrumb {
    margin-bottom: 15px;} }
@media (min-width: 768px) {
  .page-partial .right-sidebar {
    width: 25%;
    width: calc(30% - 30px);
    margin-right: 30px;
    z-index: 2; }
  .page-partial .page-content {
    width: 75%;
    /*padding-left: 20px;*/ }
  .page-partial .page-content-pro {
    width: 100%;
  }
  }
@media (min-width: 768px) and (max-width: 991px) {
  .page-partial .page-content {
    width: 100%;
    padding-left: 0px; } }
/*side bar*/
.title-sb {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  background: #182629;

}
  .title-sb a {
    position: relative;
    display: inline-block;
    padding: 11px 0px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #fff; }
    .title-sb a img {
      display: inline-block;
      position: absolute;
      left: 10px;
      top: 5px;
      width: 32px; }

.news-main {
  margin-top: 30px; }

.group-news-main {
  padding-top: 10px;
  padding-left: 5px;
  border: 1px solid #ddd; }

.sub-news-main {
  padding: 10px 0px;
  border-bottom: 1px dashed #ddd; }

.sub-news-main:last-child {
  border-bottom: 0px; }

.news-main-img img {
  display: block;
  width: 100%; }

.news-sb-title {
  margin: 0px;
  font-size: 15px; }

.news-sb-title a {
  color: #000; }

.news-sb-title a:hover {
  color: #3f3e44; }

.btn-sb-news {
  margin-top: 15px; }

.viewall .btn-loadmore {
  background: #005ba2;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: box-shadow 300ms 0s ease; }
  .viewall .btn-loadmore:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.page-partial .right-sidebar .cate-menu > .activeleft > .sub-cate-menu1, .page-partial .right-sidebar .cate-menu > .activeleft > .sub-menu-gra3,
.page-partial .right-sidebar .sub-cate-menu1 > .activeleft > .sub-cate-menu1,
.page-partial .right-sidebar .sub-cate-menu1 > .activeleft > .sub-menu-gra3,
.pro-detail .right-sidebar .cate-menu > .activeleft > .sub-cate-menu1,
.pro-detail .right-sidebar .cate-menu > .activeleft > .sub-menu-gra3,
.pro-detail .right-sidebar .sub-cate-menu1 > .activeleft > .sub-cate-menu1,
.pro-detail .right-sidebar .sub-cate-menu1 > .activeleft > .sub-menu-gra3 {
  display: block; }
.page-partial .right-sidebar .cate-menu > .activeleft > a,
.page-partial .right-sidebar .sub-cate-menu1 > .activeleft > a,
.pro-detail .right-sidebar .cate-menu > .activeleft > a,
.pro-detail .right-sidebar .sub-cate-menu1 > .activeleft > a {
  background: #061119;
  color: #fff; }
  .page-partial .right-sidebar .cate-menu > .activeleft > a > i,
  .page-partial .right-sidebar .sub-cate-menu1 > .activeleft > a > i,
  .pro-detail .right-sidebar .cate-menu > .activeleft > a > i,
  .pro-detail .right-sidebar .sub-cate-menu1 > .activeleft > a > i {
    color: #fff !important; }

@media (max-width: 767px) {
  .right-sidebar .cate-menu {
    max-height: inherit;
    overflow-x: hidden;
    overflow-y: inherit;
    border: 1px solid #ddd; }
    .right-sidebar .cate-menu li a {
      display: block;
      position: relative;
      padding: 8px 12px;
      color: #3f3e44;
      border-bottom: 1px dotted #ddd; }
    .right-sidebar .cate-menu li .sub-cate-menu1 li a {
      padding-left: 20px; }
      .right-sidebar .cate-menu li .sub-cate-menu1 li a i {
        margin-right: 5px; }
    .right-sidebar .cate-menu li .eff-menu {
      display: none; }
    .right-sidebar .cate-menu li:last-child a {
      border-bottom: 0px; }
    .wrap-sidebar .sub-cate-menu1 .sub-menu-gra2,
    .wrap-sidebar .sub-cate-menu1 .sub-menu-gra3{
      display: none;
    }
    .menu-pro-mobile .sub-cate-menu1.sub-menu-gra3{
      width: 100%;
    }
    .right-sidebar .cate-menu > li > a > i {
      position: absolute;
      right: 15px;
      top: 8px;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); } }
@media (min-width: 768px) {
  .news-main-img {
    width: 30%; }

  .news-main-cap {
    width: 70%;
    padding-left: 10px; }

  .page-partial .cate-menu {
    overflow-y: inherit;
    max-height: inherit; }
    .page-partial .cate-menu li {
      position: relative; }
      .page-partial .cate-menu li .sub-cate-menu1 {
        height: inherit;
        top: 0; } }
.newsdetail-p-content img{
  display: block;
  max-width: 100%;
}
@media (max-width: 767px){
  .news-main-img {
    width: 45%; }

  .news-main-cap {
    width: 55%;
    padding-left: 10px; }
}
/*Tin tß╗⌐c*/
.list-news-item {
  padding: 15px 0px;
  border-bottom: 1px solid #ddd; }

.ln-item__img img {
  display: block;
  width: 100%; }

.ln-item__cap h3,
.ln-item__cap h2 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 22px; }
  .ln-item__cap h3 a,
  .ln-item__cap h2 a {
    color: #222; }
  .ln-item__cap h3 a:hover,
  .ln-item__cap h2 a:hover {
    color: #eb1c24; }
.ln-item__cap > a {
  color: #3f3e44;
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #eb1c24;
  border-radius: 24px; }
  .ln-item__cap > a:hover {
    background: #eb1c24;
    color: #fff; }

@media (max-width: 767px) {
  .ln-item__cap h3 {
    margin-top: 20px; } }
@media (max-width: 767px) and (min-width: 480px) {
  .group-news-main {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .sub-news-main {
    width: 50%;
    width: calc(50% - 7px);
    margin-right: 14px; }

  .sub-news-main:nth-child(2n +2) {
    margin-right: 0px; } }
@media (min-width: 768px) {
  .ln-item__img {
    width: 40%; }

  .ln-item__cap {
    width: 60%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .page-content {
    width: 100%;
    padding: 0px; }

  .ln-item__cap {
    padding-left: 20px; } }
@media (min-width: 1200px) {
  .ln-item__img {
    padding-right: 40px; } }
/*Chi tiß║┐t tin tß╗⌐c*/
.news-ct-detail h1 {
  font-size: 30px; }
.news-ct-detail .like-post,
.news-ct-detail .comment {
  margin: 10px 0px; }
  .news-ct-detail .like-post img,
  .news-ct-detail .comment img {
    margin-left: 0px; }
.news-ct-detail img {
  display: block !important;
  max-width: 100% !important;
  margin: 0 auto !important; }
.news-ct-detail figure figcaption {
  padding: 10px 0px 15px 0px;
  text-align: center; }

.other-news .block-title {
  font-size: 22px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #222; }
.other-news .news-group .sub-news-list img {
  display: block;
  width: 100%;
}
.other-news .news-group .sub-news-list h3 {
  font-size: 16px; }
  .other-news .news-group .sub-news-list h3 a {
    color: #222; }
    .other-news .news-group .sub-news-list h3 a:hover {
      color: #061119; }
@media (max-width: 767px) {
  .news-ct-detail img {
    height: auto !important; }
  .news-ct-detail h1 {
    font-size: 22px; } }
@media (min-width: 768px) {
  .other-news .news-group .sub-news-list {
    width: 50%;
    width: calc(50% - 10px);
    margin-right: 13px;
    margin-right: calc(40px/3); }
  .other-news .news-group .sub-news-list:nth-child(4n + 4) {
    margin-right: 0px; } }
/*Sß║ún phß║⌐m*/
@media (min-width: 768px) {
  .product-p-content .pro-main-item,
  .wrap-other-pro .pro-main-item {
    /*width: 33.33%;
    width: calc(33.33% - 10px);
    margin-right: 13.33px;
    margin-right: calc(40px/3);*/}
  .product-p-content .pro-main-item:nth-child(4n+4),
  .wrap-other-pro .pro-main-item:nth-child(4n+4) {
    margin-right: 0px; } }

@media (min-width: 1200px){
  .other-news .news-group .sub-news-list img {
    height: 167px; }
}
/*Chi tiß║┐t sß║ún phß║⌐m*/
.wrap-breadcrumbs .breadcrumb li a {
  color: #3f3e44; }
.wrap-breadcrumbs .breadcrumb .active {
  color: #444;
  font-weight: 600; }
.wrap-breadcrumbs .breadcrumb > li + li:before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #3f3e44; }

.pro-detail__img .easyzoom > a {
  display: block;
  width: 100%; }
  .pro-detail__img .easyzoom > a > img {
    display: block;
    width: 100%; }

.pro-detail__thumb {
   }
  .pro-detail__thumb .thumbnails {
    /*width: 55%;*/
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin: 0 auto; }
    .pro-detail__thumb .thumbnails li {
      display: inline-block;
      width: 19%;
      padding: 0px 5px; }
      .pro-detail__thumb .thumbnails li img {
        display: block;
        width: 100%;
        border: 1px solid #ddd;
        height: 60px;

      }

.pro-detail__content .pro-props__name {
  margin-top: 0px;
  font-size: 28px; }
@media (max-width: 767px){
  .pro-detail__content .pro-props__name {
  margin-top: 15px;
  font-size: 22px; }
}
.pro-detail__content .pro-props__attr li {
  margin-bottom: 5px; }
  .pro-detail__content .pro-props__attr li strong {
    display: inline-block;
    width: 105px; }
.pro-detail__content .pro-props__price {
  margin: 20px 0px;
  font-size: 30px;
  font-weight: 600;
  color: #eb1c24; }
.pro-detail__content .pro-property {
  margin-top: 20px; }
.pro-detail__content .buy-now {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 45px; }
  .pro-detail__content .buy-now .btn-buy-now {
    background-color: #eb1c24; }
    .pro-detail__content .buy-now .btn-buy-now:hover {
      background-color: #3f3e44; }
    .pro-detail__content .buy-now .btn-buy-now a {
      display: block;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 11px;
      font-weight: 400;
      text-align: center;
      padding: 20px;
      margin-left: auto;
      margin-right: auto; }
  .pro-detail__content .buy-now .note-buy-now p {
    margin-bottom: 0px; }
    .pro-detail__content .buy-now .note-buy-now p strong {
      color: #eb1c24; }

label.dropdown {
  width: 100%;
  position: relative;
  font-weight: 400; }
  label.dropdown select {
    width: 100%;
    padding: 10px 42px 10px 10px;
    background: #f8f8f8;
    color: #444;
    border: 1px solid #aaa;
    border-radius: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none; }
    label.dropdown select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #444; }
    label.dropdown select::-ms-expand {
      display: none; }
  label.dropdown:before {
    content: '';
    right: 5px;
    top: 1px;
    width: 30px;
    height: 39px;
    background: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block; }
  label.dropdown:after {
    content: '\f107';
    font: 27px FontAwesome, monospace;
    color: #444;
    right: 2px;
    top: 1px;
    position: absolute;
    pointer-events: none;
    width: 37px;
    padding: 6px 0 7px 0;
    text-indent: 10px;
    -webkit-transform: scale(1, 0.8);
    -moz-transform: scale(1, 0.8);
    -ms-transform: scale(1, 0.8);
    transform: scale(1, 0.8); }

.qty {
  display: inline-block;
  position: relative; }
  .qty .qtyminus {
    position: absolute;
    right: 6.5px;
    top: 22px;
    font-size: 12px;
    width: 20px;
    cursor: pointer;
    text-align: center; }
  .qty #quantity-detail {
    line-height: 39px;
    margin: 0;
    display: inline-block;
    width: 100px;
    padding-right: 0;
    height: 42px; }
  .qty .qtyplus {
    position: absolute;
    right: 7px;
    top: 6px;
    width: 20px;
    height: 15px;
    cursor: pointer;
    text-align: center; }

@media screen\0 {
  label.dropdown:after {
    width: 38px;
    text-indent: 15px;
    right: 0; } }
@media screen and (min--moz-device-pixel-ratio: 0) {
  label.dropdown select {
    padding-right: 40px; }

  label.dropdown:before {
    right: 6px; }

  label.dropdown:after {
    text-indent: 14px;
    right: 6px;
    top: -5px;
    width: 36px; } }
.pro-metadata {
  margin-top: 30px; }

.pro-information .nav-tabs {
  background: #fff; width: 100%; float: left; border: 0px; border-bottom: 2px solid #ddd; margin-bottom: 15px;}
  .pro-information .nav-tabs li {
    margin-bottom: inherit; }
    .pro-information .nav-tabs li > a {
      border-radius: 0px;
      color: #000;
      border: 0px;
      background-color: #ddd;
      font-size: 16px;
      font-weight: 500;

    }
      .pro-information .nav-tabs li > a:hover {
        background: #eb1c24; color: #fff; }
.pro-information .tab-content .title-pro-meta {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #000; }
.pro-information .tab-content img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 10px auto; }

.wrap-pro-metadata .right-sidebar {
  padding-right: 10px; width: 100% }

  /*.tab-content{
    width: 100%;
    background-color: #f00;
  }*/

.wrap-cate-pro h3 {
  font-size: 18px; }
.wrap-cate-pro .list-cate-pro {
  border: 1px solid #ddd;
  margin-bottom: 20px; }
  .wrap-cate-pro .list-cate-pro li a {
    display: block;
    padding: 6px 15px;
    color: #3f3e44;
    border-bottom: 1px dotted #ddd; }
  .wrap-cate-pro .list-cate-pro li:last-child a {
    border-bottom: 0px; }

.wrap-other-pro {
  margin-top: 20px; }

@media (max-width: 767px) {
  .wrap-pro-metadata,
  .wrap-page {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .pro-metadata .right-sidebar {
    width: 100%;
    order: 2; }

  .pro-information {
    width: 100%;
    order: 1; } }
@media (max-width: 767px) and (min-width: 480px) {
  .wrap-pro-property, .buy-now {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }

  .wrap-pro-property .property-item {
    width: 33.33%;
    width: calc(100%/3 - 10px);
    margin-right: 15px; }

  .wrap-pro-property .property-item:nth-child(3n +3) {
    margin-right: 0px; }

  .buy-now > div {
    width: 50%;
    width: calc(50% - 7px);
    margin-right: 14px; }

  .buy-now > div:nth-child(2n +2) {
    margin-right: 0px; }

  .wrap-other-pro .detail-pro-main {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .wrap-other-pro .detail-pro-main .pro-main-item {
      width: 50%;
      width: calc(50% - 10px);
      margin-right: 20px; }
    .wrap-other-pro .detail-pro-main .pro-main-item:nth-child(2n + 2) {
      margin-right: 0px; } }
.pro-detail-cap img {
  max-width: 100%; }
.top-pro-new .cate-menu {
    border: 1px solid #ddd; }
    .top-pro-new .cate-menu .mainmenu-sub{
  padding:0px;
  margin:0px;
  list-style: none;}
.top-pro-new .cate-menu li a{
      display: block;
    padding: 8px 15px;
    color: #222;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
}
.top-pro-new .cate-menu li i{
      display: block;
    padding: 8px 15px;
    color: #222;
    float: left;

}
.top-pro-new .cate-menu>li:hover>a,
.top-pro-new .cate-menu .sub-menu-gra3>li:hover a{
  color:#fff !important;
  background: #eb1c24 !important;
}
.top-pro-new .cate-menu .mainmenu-sub>li:hover>a{
  background: #eb1c24;
  color:#fff;
}
.top-pro-new .cate-menu>li>a{
  border-bottom: 1px solid #ddd;
}
.top-pro-new .cate-menu .mainmenu-sub {
  border-bottom: 1px solid #ddd;
}
.top-pro-new .cate-menu li a .fa-angle-double-right{
  display: none !important;
}
.top-pro-new .cate-menu li:last-child a{
  border-bottom: 0px;
}
@media (max-width: 480px){
  .pro-detail-cap .pro-detail__img{
    height: 200px;
  }
  .pro-detail-cap img{
    height: 200px;
  }
}

@media (min-width: 768px) {
  .pro-detail-cap {
    width: 40%;
    width: calc(40% - 30px);
    margin-right: 30px;
    border: 1px solid #ddd;

  }
  .pro-detail-cap .pro-detail__img{
    height: 300px;
  }
  .pro-detail__content {
    /*margin-top: 25px;*/
    width: 60%;
    /*padding-right: 25px*/
  }
    .quangcao-phai {
    margin-top: 25px;
    width: 30%; }
    
  .property-item {
    width: 33.33%;
    width: calc(33.33% - 10px);
    margin-right: 15px; }

  .property-item:nth-child(3) {
    margin-right: 0px; }

  .btn-buy-now {
    width: 40%; }

  .note-buy-now {
    width: 60%; }

  .note-buy-now {
    padding: 10px;
    padding-left: 30px;
    background: #ddd;
    border-radius: 5px; }
    .note-buy-now p {
      margin-bottom: 0px; }


  .pro-detail-cap img {

  padding: 5px;
  padding: 15px;
  display: block;
  max-width: 100%;
  width: inherit;
  margin: 0 auto;
  height: 300px;
    /* position: absolute; */
    }

  .pro-metadata .cate-menu {
    overflow-y: inherit;
    max-height: inherit; }
    .pro-metadata .cate-menu li {
      position: relative; }
      .pro-metadata .cate-menu li .sub-cate-menu1 {
        height: inherit;
        top: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .pro-detail-cap {
    width: 50%;

  }

  .pro-detail__content .buy-now .btn-buy-now a {
    padding: 17px 15px; }

  .pro-detail__content .pro-props__price {
    margin: 10px 0px;
    font-size: 25px; }

  .note-buy-now p {
    font-size: 12px; }

  .property-item {
    width: calc(33.33% - 6px);
    margin-right: 9px; }

  .pro-information {
    width: 100%;
    padding-right: 0px; } }
@media (min-width: 768px) {
  .pro-metadata .right-sidebar {
    width: 25%; }
}
/*contact-page*/
.title-contact {
  font-size: 20px;
  text-transform: uppercase; }

.info-com {
  margin-top: 30px; }

.map-gg iframe {
  width: 100% !important;
  height: 300px !important; }

@media (min-width: 768px) {
  .contact-form {
    width: 50%;
    padding-right: 10px; }

  .info-com {
    width: 50%;
    padding-left: 10px; } }
/*filter*/
.group-filter {
  border: 1px solid #ddd;
  border-top: 0px; }
  .group-filter .form-filter {
    padding: 0px;
    padding-left: 15px;
    margin: 0px;
    list-style: none; }
  .group-filter .title-filter {
   margin: 0px;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #061119;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }

/*fix page*/
.page-partial .right-sidebar .cate-menu > li > a > i,
.page-partial .right-sidebar .sub-cate-menu1 > li > a > .fa-caret-right, .pro-detail .right-sidebar .cate-menu > li > a > i,
.pro-detail .right-sidebar .sub-cate-menu1 > li > a > .fa-caret-right {
  display: inline-block;
  text-align: center;
  height: 37px;
  width: 37px;
  line-height: 37px;
  color: #444;
  padding-top: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: 1px solid #ddd;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

@media (max-width: 767px) {
  .container-content {
    padding-top: 10px; } }
@media (min-width: 768px) {
  .container-content {
    padding-top: 25px; }

  .page-partial .right-sidebar .cate-menu > li > a > i,
  .page-partial .right-sidebar .sub-cate-menu1 > li > a > .fa-caret-right, .pro-detail .right-sidebar .cate-menu > li > a > i,
  .pro-detail .right-sidebar .sub-cate-menu1 > li > a > .fa-caret-right {
    display: inline-block;
    text-align: center;
    height: 37px;
    width: 37px;
    line-height: 37px;
    color: #444;
    padding-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #ddd;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .page-partial .right-sidebar .sub-cate-menu1, .pro-detail .right-sidebar .sub-cate-menu1 {
    display: none;
    max-height: inherit;
    width: 100%;
    margin: 0;
    padding: 0px;
    position: initial;
    background: #fff;
    border: 0px;
    border-top: 1px solid #ddd;
    transition: inherit;
    -webkit-transition: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    transform-origin: inherit;
    -webkit-transform-origin: inherit; }
    .page-partial .right-sidebar .sub-cate-menu1 li a, .pro-detail .right-sidebar .sub-cate-menu1 li a {
      padding-left: 25px; }
    .page-partial .right-sidebar .sub-cate-menu1 li:last-child > a, .pro-detail .right-sidebar .sub-cate-menu1 li:last-child > a {
      border-bottom: 0px; }
    .page-partial .right-sidebar .sub-cate-menu1 .sub-menu-gra3 li a, .pro-detail .right-sidebar .sub-cate-menu1 .sub-menu-gra3 li a {
      padding-left: 50px; } }
@media (min-width: 992px) {
  .other-product .detail-pro__item {
    width: 33.33%;
    width: calc(33.33% - 10px);
    margin-right: 15px; }
  .other-product .detail-pro__item:last-child {
    margin-right: 0px; } }
.main-pro .detail-pro-main .detail-pro__item {
  padding: 5px;
  border: 1px solid #ddd; }
  .main-pro .detail-pro-main .detail-pro__item .item {
    position: relative;
    margin-top: 25px; }
  .main-pro .detail-pro-main .detail-pro__item .owl-nav > div {
    display: none;
    position: absolute;
    top: 50%; }
    .main-pro .detail-pro-main .detail-pro__item .owl-nav > div i {
      padding: 6px 7px;
      background: #222;
      line-height: 7px;
      border-radius: 100%;
      color: #fff; }
  .main-pro .detail-pro-main .detail-pro__item .owl-prev {
    right: 0px; }
  .main-pro .detail-pro-main .detail-pro__item:hover {
    cursor: pointer; }
  .main-pro .detail-pro-main .detail-pro__item:hover .owl-nav > div {
    display: block; }
.main-pro .detail-pro-main .detail-pro__name {
  font-size: 14px;
  text-transform: uppercase; }
  .main-pro .detail-pro-main .detail-pro__name a {
    color: #444; }
.main-pro .detail-pro-main .detail-pro__price {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #eb1c24;
  padding: 5px 0px;
  border: 0px solid #eee;
  border-width: 1px 0px; }
  .main-pro .detail-pro-main .detail-pro__price small {
    font-weight: 400;
    text-decoration: line-through;
    color: #ababab;
    text-align: right; }

@media (max-width: 991px) and (min-width: 768px){
    .pro-information {
      width: 100% !important;
      padding-right: 0px;
  }

}

/*fix trang chi tiet san pham*/

.wrap-pro-property .property-item{
  width: 50px;
}
.property-item{
  margin-left:20px;
}
.qty #quantity-detail{
  height: 38px;
  width: 40px;
}
.qty .qtyplus{
  right: -20px;
  top: 0px;
  width: 20px;
  height: 38px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-left: 0px;
}
.qty .qtyplus,
.qty .qtyminus{
  line-height: 38px;
}
.qty .qtyminus {
    right: 40px;
    top: 0px;
    font-size: 12px;
    width: 20px;
    height: 38px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-right: 0px;
}

.bottomBuy,
.addBuy,
.contactBuy{
    margin-right: 15px;
    display: inline-block;
    background: #eb1c24;
    border: 0px;
    color: #fff;
    outline: 0;
    padding: 9px 15px;
    text-transform: uppercase;
    border-radius: 3px;
}
@media(max-width: 480px){
.bottomBuy,
.addBuy,
.contactBuy{
  margin-right: 5px;
}
}
.addBuy{
  background: #1977CE;
}
.pro-props__attr {
    padding: 10px 0px !important;
    border: 0px solid #f2f2f2;
    border-width: 1px 0px 1px 0px;
}
.pro-props__price,
.pro-props__oldprice{
  display: inline-block;
}
.pro-props__oldprice{
  margin-left: 20px;
  text-decoration: line-through;
  color:gray;
  font-style: italic;
  font-size: 16px;
}
.pro-desc{
  padding-top:10px;
  border-top:1px solid #f2f2f2;
}
.pro-detail__content .pro-props__attr li {
  margin-bottom: 2px;
}

.masanpham{
  padding:0px;
  margin:0px;
  list-style: none;
}
.masanpham{
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
}
.masanpham li{
  width: 50%;
}
.masanpham li strong:last-child{
  color: #eb1c24;
  padding-left: 10px;
}
.masanpham .#eb1c24All{
  color:#eb1c24;
  margin-left: 10px;
}

.pro-detail__content .buy-now {
    margin-top: 0px;
    margin-bottom: 15px;
}
.pro-detail__content .pro-props__price {
  margin:5px 0px;
}
.note-buy-now{
  margin-top:5px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 0px;
  background: #f2f2f2;
  border-top:1px solid #f2f2f2;
}

.wrap-pro-property>.property-item{
  width: 120px;
  margin-left: 0px;
}
.wrap-pro-property>.property-item p{
  margin-bottom: 0px;
}
.pro-detail__content .pro-property{
  margin-top:10px;
}

.pro-detail__content .pro-props__price{
  font-size:28px;
}


@media (max-width: 767px){
  .property-item{
    display: inline-block;
    margin-right: 10px;
  }
}

@media (min-width: 767px){
  @media(max-width: 991px){
    .property-item{
      margin-right: 15px;
    }
  }
}



@media (min-width: 768px){
    .category .panel .panel-body {
      height: 260px;
      }
    .sub-menu-gra3{
      /*max-height: 335px;
      overflow-y: scroll;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      transform: scale(0, 1);
      -webkit-transform: scale(0, 1);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;*/
    }
  }
  .sub-cate-menu1.sub-menu-gra3 {
      width: 200%;
  }
  .sub-cate-menu1.sub-menu-gra3>li {
      float: left;
      width: 50%;
      width: calc(50% - 10px);
      margin-right: 20px;
  }
  .sub-cate-menu1.sub-menu-gra3>li:nth-child(even){
    margin-right: 0px;
  }
  
  .sub-menu-gra3::-webkit-scrollbar {
    width: 5px;
  }
   
  .sub-menu-gra3::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
      border-radius: 0px;
  }
   
  .sub-menu-gra3::-webkit-scrollbar-thumb {
      border-radius: 0px;
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  }
  .sub-cate-menu1 li:hover .sub-menu-gra3{
      transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
  }
  .sub-menu-gra2>li>a{
    position: relative;
  }
  .cate-menu .sub-menu-gra2> li>a>i:last-child{
    position: absolute;
    right: 0px;
  }

  .wrap-review-text{
    height: 180px;
  }
  .review-text p{
    max-height: 160px;
    overflow-y: scroll;
  }
  .review-text p::-webkit-scrollbar {
      width: 0px;
  }
   
  .review-text p::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
      border-radius: 5px;
  }
   
  .review-text p::-webkit-scrollbar-thumb {
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  }

  .wrap-sidebar .sub-cate-menu1.sub-menu-gra3>li {
      float: left;
      width: 100%;
      margin-right: 0px;
  }
  .wrap-sidebar .sub-cate-menu1 .sub-menu-gra3 li a{
    padding-left: 40px !important;
  }
  .wrap-sidebar .sub-cate-menu1 .sub-menu-gra3{
    overflow-y: inherit;
  }
  .wrap-sidebar .sub-cate-menu1 li a i:last-child {
    margin-right: 0px !important; 
  }
  .wrap-sidebar .sub-menu-gra3 li a i:last-child {
      margin-right: 5px !important;
  }
  .category{
    display: none;
  }
  .home-page .category{
    display: block;
  }
  .wrap-gp-main{
    margin-top:15px;
  }
}

@media (min-width: 992px){
  .category .panel .panel-body {
      height: 283px;
  }
}
@media (min-width: 1200px){
  .category .panel .panel-body {
      height: 334px;
  }
}

.wrap-pro-detail-cap {
}
.wrap-pro-detail-cap img{
  border:0px;
}
.pro-detail-cap img {
    display: block;
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
}

.r-fix .fix-sidebar{
  padding-top: 20px;
  position: fixed;
  background: #fff;
}


@media (max-width: 767px){
  @media (min-width: 480px){
    .news-h .sub-news-list{
      margin-bottom: 20px;
      display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    }

     .news-h .sub-news-list .img-modul{
      width: 50%;
      padding-right:10px;
    }
     .news-h .sub-news-list h3{
      width: 50%;
      padding-left: 10px;
      margin:0px;
    }
  }
}



@media (min-width: 767px){
	.menu-nav .main-menu{
		width: 47%;
	}
  .menu-nav .wap{
    /*height: 45px;*/
  }
	.menu-nav .main-menu .mainmenu-sub{
    display: none;
 		position: absolute;
 		z-index: 8888;
 		min-width: 156px;
 		background: rgb(70,116,3);
	}
  .menu-nav .main-menu>li{
    width: 33.33%;
  }
  .menu-nav .main-menu>li>a{
    /*background: #eb1c24;*/
    color:#fff;
  }
  .menu-nav .main-menu>li:hover .mainmenu-sub{
    display: block;
  }
	.menu-nav .main-menu li a{
		padding:10px 20px;
    width: 300px;
	}
	.menu-nav .main-menu .mainmenu-sub li a{
		padding:8px 20px;
		display: block;
		white-space: nowrap;
	    /*border-bottom: 1px dashed #e4cfaf;*/
	}

	.menu-prduct-home .sub-menu-gra2{

	}
	.menu-prduct-home .mainmenu-sub.sub-menu-gra2{
     	/*display: -webkit-box;*/
	    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	    /*display: -ms-flexbox;*/
	    /* TWEENER - IE 10 */
	    /*display: -webkit-flex;*/
	    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	    /*display: flex;*/
    }
    .menu-prduct-home .mainmenu-sub.sub-menu-gra2>li{
    	flex-grow: 1;
    	-webkit-flex-grow:1;
    	margin-right: 15px;
    }
    .menu-prduct-home .mainmenu-sub.sub-menu-gra2>li:last-child{
    	margin-right: 0px;
    }
}


.hangmaylanh1{
  flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
}
.thuonghieuimg>a{
  border:1px solid #ddd;
  padding:5px;
  width: 16.666666%;
  display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.thuonghieuimg>a:hover{
  -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
}
.thuonghieuimg>a img{
  display: block;
  width: 100%;
}
.brand_se {
    margin-top: 15px;
}
@media (max-width: 767px){
  .wrap-best-self .pm-item__img{
    /*height: 288px;*/
  }
  .thuonghieuimg>a{
  width: 33.333%;
}
.thuonghieuimg>a{
  border-width: 1px 0px 1px 1px;
}
  .thuonghieuimg>a:nth-child(n+ 4){
    border-top-width:0px;
  }
  .thuonghieuimg>a:nth-child(3n+ 3){
    border-right-width:1px;
  }
  .thuonghieuimg>a:last-child{
    border-right-width:1px;
  }
}
@media (min-width:768px) and (max-width: 991px){
  .thuonghieuimg>a{
  width: 25%;
}
.thuonghieuimg>a{
  border-width: 1px 0px 1px 1px;
}
  .thuonghieuimg>a:nth-child(n+ 5){
    border-top-width:0px;
  }
  .thuonghieuimg>a:nth-child(4n+ 4){
    border-right-width:1px;
  }
  .thuonghieuimg>a:last-child{
    border-right-width:1px;
  }

  .hotline{
  	display: none;
  }

}
@media (min-width: 1200px){
  .thuonghieuimg>a{
  width: 20%;
}
  .thuonghieuimg>a{
  border-width: 1px 0px 1px 1px;
}
  .thuonghieuimg>a:nth-child(n+ 6){
    /*border-top-width:0px;*/
  }
  .thuonghieuimg>a:nth-child(5n+ 5){
    border-right-width:1px;
  }
  .thuonghieuimg>a:last-child{
    border-right-width:1px;
  }
}

.pm-item__cap_hover {
    padding: 10px;
    height: 100%;
    top: 0;
    position: absolute;
    /*background: rgba(245,245,245,.95);*/
    background-color: #eee;
    transition: all 0.2s ease-out;
}
@media (min-width: 992px){
  .pm-item__cap_hover {
      top:333px;
  }
  @media (max-width: 1199px){
	.tags-f{
		display: none;
	}
	.guide-f,
	.about-us-f,
	.guide-f,
	.tongdai{
		width: 25%;
	}
	.menu-nav .main-menu>li {
	    width: 50%;
	}
	.main-menu li a {
      /*line-height: 35px;*/
      /*padding-right: 30px;*/
	    /*font-size: 12px;*/
      text-transform: capitalize;
      color: #222;
	}
	.menu-prduct {
	    width: 20%;
	}
	.menu-nav .main-menu {
	    width: 45%;
	}
	.news-p-content .ln-item__img img{
		padding-right:10px;
	}
  }
}
@media (min-width: 768px){
  .pm-item__cap_hover {
      top:100%;
  }
}
@media (min-width: 992px){
  .pm-item__cap_hover {
      top:100%;
  }
}
@media (min-width: 1200px){
  .pm-item__cap_hover {
      top:100%;
  }
}

.pro-main-item:hover .pm-item__cap_hover{
  cursor: pointer;
  top:0px;
  display: none !important;
}
.pm-item__cap_hover h3{
  font-size: 16px;
  /*height: 34px;*/
  text-transform: uppercase;
}
.pm-item__cap_hover h3 a{
  color:#061119;
  font-weight: 600;
}
.pm-item__cap_hover .desc{
  color:#222;
  font-size: 14px;
}
.pm-item__cap_hover .item-cap__desc{
  text-align: left;
}
.pm-item__cap_hover>a{
  display: inline-block;
  padding:5px;
  color:#fff;
}
.pm-item__cap_hover .btn-vi>a {
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    background: #7bc015;
    border: 2px solid #7bc015;
}
.pm-item__cap_hover .btn-vi>a:hover{
  background: #eee;
  border: 2px solid #7bc015;
  color:#7bc015;
}
.pm-item__cap_hover .btn-vi{
  position: absolute;
  bottom: 5px;
  left:0px;
  right:0px;
  text-align:center;
}
.pm-item__cap_hover .detail-pro__price small{
  color: #575757;
}

.dk-bct img,
.thanhtoan-banner img{
	display: block;
	width: 100%;
}
.dk-bct img{
	width: 150px;
	margin-right: 0px;
}
.info-footer .wrap{
	padding-bottom: 15px;
}
.payment-share {
    padding: 15px 0px;
    border-top: 1px solid #ccc;
}
.gvideo{
	padding-top: 12px;
}

.wrap-social .fa-zalo{
	color:#0fa8e1;
	font-weight: 600;
}
.wrap-social .fa-google-plus{
	color:#d54636;
}
.wrap-social .fa-twitter{
	color:#20b8ff;
}
.wrap-social .fa-facebook{
	color:#3c5a9a;
}

@media (max-width: 767px){
	.pm-item__cap_hover{
		display: none;
	}
  .modal{
    top:50px;
  }
  .modal-backdrop{
    z-index: -1;
  }
  .top-pro-new ul.mainmenu-sub.sub-menu-gra2>li>a>i {
    display: inline-block;
    text-align: center;
    height: 37px;
    width: 37px;
    line-height: 37px;
    color: #444;
    padding-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #ddd;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.top-pro-new .sub-menu-gra2,
.top-pro-new .sub-menu-gra3{
  display: none;
}
}

.modal .modal-header{
    text-align: center;
    text-transform: uppercase;
  }

.camera_chinhhang_main {
    max-width: 90%;
    height: 72px;
    background: url(../images/bg-chinhhang.png?v=1) no-repeat center center;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.To_tooltip {
    outline: none;
    width: 287px;
    height: 72px;
    display: block;
}
span.To_tooltip_right {
    /* display: inline-block; */
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 1000;
    display: none;
    padding: 14px 20px;
    max-width: 330px;
    line-height: 22px;
    text-align: justify;
    color: #111;
    border: 1px solid #dca;
    background: #fffaf0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 3px 3px 8px #ccc;
    -webkit-box-shadow: 3px 3px 8px #ccc;
    box-shadow: 3px 3px 8px #ccc;
}

.pro-props__name{
  font-size: 25px;
  margin-bottom: 15px;
}
.pro-props__name a{
  color:#222;
}
footer{
  position: relative;
}

@media (min-width: 768px){
  .menu-prduct-home .cate-menu .fa-caret-right{
    display: none;
  }
  .top-header .main-menu>li,
  .top-header .mainmenu-sub>li{
    position: relative;
    float: left;
  }
  .top-header .main-menu>li>a{
    position: relative;
  }
  .top-header .mainmenu-sub>li>a{
    position: relative;
  }
  .top-header .mainmenu-sub>li>a>i{
    position: absolute;
    right: 10px;
  }
  .top-header .main-menu>li .mainmenu-sub,
  .top-header .mainmenu-sub>li .sub-menu2{
    display: none;
    min-width: 200px;
    position: absolute;
    background: #f5f5f5;
    padding: 0px 10px;
    z-index: 99;
    border-top: 1px solid #ddd;
  }
  .top-header .mainmenu-sub>li .sub-menu2{
    left: 100%;
    top:-1px;
    padding:0px;
    margin:0px;
    list-style: none;
  }
  .top-header .main-menu>li a{
    display: block;
    /*float: left;*/

  }
  .top-header .main-menu>li:hover .mainmenu-sub,
  .top-header .mainmenu-sub>li:hover .sub-menu2{
    display: block;
  }
  
}
.sub-cate-MenuActive1{
    padding:0px;
    list-style: none;
    margin:0px;
    border-top:1px solid #ddd;
  }
  .sub-cate-MenuActive1>li>a>i{
    margin-right: 5px;
  }

  .quangcao-sp {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    background: #f2f2f2;
}
.quangcao-sp .col-sm-6{
   padding-top: 15px;
   padding-bottom: 15px;
}
  .quangcao-sp .col-sm-6>p:last-child{
    margin-bottom: 0px;
  }
  .quangcao-sp .col-sm-6:first-child{
    border-right: 1px solid #ddd;
  }

  .pro-information{
    float: left;
    width: 100%;
  }

.newsletter-area{
  background-color: #347a8f;
  padding: 15px 0px;
  padding-top: 30px;
}

.wrap-bott-footer a{
  color: #fe6700;
}
.newsletter-title div {
  font-weight: 400;
  margin: 0;
  line-height: 36px;
  color: #fff;
}
.news-form input {
  width: 85%;
  background-color: #fff;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #fff;
}
.news-form input:focus {
  border: 1px solid #fff;
}
.news-form button {
  position: absolute;
  right: 0;
  top: 0;
}
.news-form button {
  background-color: #eb1c24;
  color: #fff;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 0;
  transition: all 0.3s ease 0s;
  border:none;
  width: 20%;
}
.news-form button:hover {
  background-color: #c00;
  color: #fff;
}

.menu-proo{
  background-color: #fff;
}
.h1pagehome { font-size:10px; margin:0px;}


.share-social{
  margin-top: 15px;
}


.phone-sms-mobile {
  background: #fff; background-color: #f00; padding: 10px 0px;
  position: relative;
  z-index: 9999;

}
  .phone-sms-mobile .wrap-phone-sms {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0px 15px;
    border-top: 1px solid #ccc;
    background: #fff; }
    .phone-sms-mobile .wrap-phone-sms > div {
      padding: 6px 15px;
      font-weight: bold;
      /*text-align: center;*/
      padding-left: 15px;
      font-size: 14px; }
      .phone-sms-mobile .wrap-phone-sms > div a {
         }
        .phone-sms-mobile .wrap-phone-sms > div a i {
          font-size: 25px; }
    .phone-sms-mobile .wrap-phone-sms .phone-mobile {}
      .phone-sms-mobile .wrap-phone-sms .phone-mobile a {
        display: block;
        line-height: 35px;
        color: #526f87; font-size: 14px; }
        .phone-sms-mobile .wrap-phone-sms .phone-mobile a i {
          /*-moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);*/
          font-size: 16px;

        }

/*--------------------------------------------------------------*/
.nav-toggle-btn {
  position: fixed;
  bottom: 10px;
  right: 15px;
  display: block;
  height: 30px;
  /*width: 30px;*/
  z-index: 9999;
  padding-left: 150px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  background-color: #fff;
}
.nav-toggle-btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 13px;
  width: 20px;
  height: 2px;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.nav-toggle-btn span::before,
.nav-toggle-btn span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #055699;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.nav-toggle-btn span::before {
  top: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle-btn span::after {
  bottom: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-toggle-btn.collapsed span {
  background-color: #055699;
}
.nav-toggle-btn.collapsed span::before,
.nav-toggle-btn.collapsed span::after {
  left: 0;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.nav-toggle-btn.collapsed span::before {
  top: -8px;
}
.nav-toggle-btn.collapsed span::after {
  bottom: -8px;
}

.nav-show {
  overflow: hidden;
}

@media screen and (min-width: 736px) {
  .full-page-nav {
    padding: 0;
  }
  .full-page-nav .full-page-nav-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
  }
}
.full-page-nav .wrap-menu-pro-mobile{
  border: none;
  box-shadow: none;
}
.full-page-nav {
  position: fixed;
  top: 0;
  left: 0;
  /*width: 100%;*/
  width: 80%;
  height: 100vh;
  background-color: #fff;
  border-right:1px solid #526f87;
  z-index: 999;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding-top: 55px;
}
.full-page-nav .full-page-nav-inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
  padding: 15px 0;
}
.full-page-nav .full-page-nav-inner .cate-menu > li a{
  padding-left: 0px;
  border-radius: 0px;
}
.full-page-nav .full-page-nav-inner .cate-menu{
  display: block;
  background-color: #fff;
  padding: 0px;
  padding-top: 40px;
}
.nav-show .full-page-nav {
  visibility: visible;
  opacity: 1;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.nav-show .full-page-nav .full-page-nav-inner {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 736px) {
  .full-page-nav .full-page-nav-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
    padding: 0;
  }
}
