::selection {
  background-color: #efbb20;
  color: #ffffff;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0px;
  box-shadow: none;
}
::-webkit-scrollbar {
  width: 10px;
}
ul{
  padding:0px;
  margin:0px;
}
a:hover{
  text-decoration:none;
}
.clear{
  clear:both;
}
p{
  margin-bottom:8px
}
.form-control{
  font-size: 13px
}
ul li{
  list-style: none
}
@font-face {
  font-family: "utmavenida";
  src: url(../css/fonts/utmavenida.ttf) format('truetype');
}
@font-face {
  font-family: "utmswisscondensed";
  src: url(../css/fonts/utmswisscondensed.ttf) format('truetype');
}
@font-face {
  font-family: "utmswisscondensedbold";
  src: url(../css/fonts/utmswisscondensedbold.ttf) format('truetype');
}
@font-face {
  font-family: "utmimpact";
  src: url(../css/fonts/utm-impact.ttf) format('truetype');
}

@font-face {
  font-family: "utmcaviar";
  src: url(../css/fonts/utmcaviar.ttf) format('truetype');
}
@font-face {
  font-family: "utmfuturaextra";
  src: url(../css/fonts/utmfuturaextra.ttf) format('truetype');
}

@font-face {
  font-family: "utmsarah";
  src: url(../css/fonts/utmsarah.ttf) format('truetype');
}

@font-face {
  font-family: "timenewsroman";
  src: url(../css/fonts/font-times-new-roman2.ttf) format('truetype');
}

body {
  font-size: 13px;
  font-family: 'be vietnam';
  margin: 0px;
  padding: 0px;
  color: black;
  background: #fff;
}
.bodyhome{
  background: #fff;
}
.clear{
  clear: both;
}
.position-inherit{
  position:inherit
}

.nav-mobile {
  height: 38px;
  color: black;
  padding: 0 0px;
  display: none;
  margin-top: 60px;
}
.icon_pr_mb i span {
  width: 30px;
  height: 4px;
  background-color: #e01c23;
  display: block;
  margin-bottom: 4px;
  border-radius: 2px;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}
.container_st2{
  max-width: 980px
}
.container_st3{
  max-width: 980px
}
.header_page{
  background: white;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0px;
  position: initial!important;
}
#header{
  height: auto;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9999;
  padding:0px 60px;
}
#header:hover{
  background: white
}
.sticky {
  position: fixed!important;
  top: 0px;
  background: white;
}


.right_header{
  padding: 3px 0px;
}
.right_header ul{
  float: right;
}
.right_header ul li{
  float: left;
  padding: 12px 0px;
  padding-left: 20px;
}
.right_header ul li a{}
.right_header ul li a i{
  font-size: 19px;
  color: black;  
}

.right_header .cartItem{
  position: relative;
}
.right_header .cartItem span{
  padding: 0px 8px;
  background: #ee3531;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: -13px;
  color: white;  
}

.nav-mobile {
  margin-top: 15px;
  left: 10px;
  position: absolute;
  z-index: 99999999;
  display: nonenone;
}
.border_bottom{
  border-bottom: 1px #000 solid;
}
.lang_mobile{
  position: absolute;
  right: 10px;
  top: 0px;
  display: none;
  z-index: 999999;
}
.lang_mobile a{
  color: #2b4300;
  padding: 0px 5px;
  position: relative;
}
.lang_mobile a:nth-child(1)::after{
  content: "";
  height: 11px;
  width: 1px;
  right: -3px;
  top: 2px;
  position: absolute;
  background: #2b4300;
}
.logo_pc{
  padding: 10px 0px 0px 0px;
}
.logo_pc img{
  width: 90px;
  height: auto;
}

.menu_nav{
  background-color: #1f1f27;
  margin-top: -3px;
}

.search_pc{
  background: #f1f1f1;
  border-radius: 30px;
  margin-top: 65px;
  margin-left: 70px;
}
.search_pc input{
  background: none;
  border: none;  
}
.search_pc button{
  background: #161616;
  border: none;
  color: white;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0px 15px;
  cursor: pointer;
}

.search_icon{
  background: url(../images/saerch.png) no-repeat;
  height: 30px;
  width: 30px;
  background-size: 25px;
  position: absolute;
  top: 0px;
  right: 50px;
}



.inapp{
  padding:30px 0px;
  background: #f4993e;
}
.inapp h2{
  text-align: center;
  font-size: 22px;
  color: white;  
}
.app_img{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  margin-top: 50px;
}
.app_img .item{
  margin: 0px 30px;
  text-align: center;
}
.app_img .item img{}
.app_img .item p.name{
  background: url(../images/la.png) top left no-repeat;
  color: white;
  font-size: 25px;
  font-weight: 500;
  height: 65px;
  line-height: 65px;
  padding-left: 70px;
  margin-top: 30px;
}

.box{
  margin-top: 50px;  
}
.title_full{
  text-align: center;
  margin: 30px 0px 20px 0px;
}
.title_full h2{
  color: #000;
  font-size: 20px;
  padding: 0px  0px;
  text-transform: uppercase;
}
.title_full h4{
  font-size: 16px;
  font-weight: 300;
}

.row_product{}
.row_product{}
.product_box{
  margin-bottom: 40px;
  height: 480px;
  position: relative;
}
.product_box .sale {
  border: 1px solid #ff1212;
  width: 25px;
  margin-bottom: 5px;
  background: #ff1212;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.product_box .product-img{}
.product_box .product-img .img-1{
}

.product_box .new{
  border: 1px solid #878484;
  padding: 2px 5px;
  margin-bottom: 5px;
  width: fit-content;
  color: #2d2d2d;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 10px;
  left: 10px;
}
.product_box .new:hover{
  transition: visibility 0s, opacity 0.3s linear;
  border-color: #ff1212;
  background: #ff1212;
  color: white;
}



.product_box .sale{
  border: 1px solid #ff1212;
  padding: 2px 5px;
  margin-bottom: 5px;
  background: #ff1212;
  width: fit-content;
  color: white;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 10px;
  border-radius: 50%;
  right: 10px;
}

.product_box .product-img .img-2{
  display: none;
}
.pro-loop{
  padding-bottom: 0px;
}
.pro-loop:hover{
  box-shadow: 0 0 2px 0px #ccc;
  -webkit-box-shadow: 0 0 2px 0px #ccc;
  -moz-box-shadow: 0 0 2px 0px #ccc;
  -o-box-shadow: 0 0 2px 0px #ccc;
}
.product_box .product-img:hover .img-1{
  display: none;
}
.product_box .product-img:hover .img-2{
  display: block;
}
.product_box .box-pro-detail{
  margin: 10px 0px;
}
.product_box .box-pro-detail .pro-name{
  margin: 0;
  font-size: 14px;
  position: relative;
  font-weight: normal;
  min-height: 40px;
  text-align: center;
}
.product_box .box-pro-detail .pro-name a{
  line-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  text-transform: capitalize;
/*  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;*/
  color: #252a2b;  
}
.product_box .box-pro-detail .box-pro-prices{}
.product_box .box-pro-detail .box-pro-prices p{
  font-weight: 600;
  text-align: center;
  font-size: 15px;  
}

.product_box .colorlist{
  text-align: center;
}
.product_box .colorlist label{
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0px;  
  cursor: pointer;
}
.product_box .colorlist label.active{
  box-shadow: 0px 2px 4px #000;
}

.pro-loop .buy{
  background: black;
  width: 40%;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  padding: 7px 0;
  margin: 0 auto;
  height: 35px;
  text-align: center;
}
.pro-loop .buy a{
  color: white;
}

.product_box .infohover{
  z-index: 999999;
  background: white;
  display: none;
  background: white;
}
.pro-loop:hover .infohover{
  display: block;
  position: relative;
  background: white;
  padding-bottom: 20px;
}
.viewmore{
  text-align: center;
  height: 60px;
  width: 100%;
}
.viewmore a{
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 10px 0 5px 0;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  color: black;
  text-transform: uppercase;
}

/*----- */



.product_box2{
  margin-bottom: 40px;
  height: 535px;
  padding: 0px 10px;
  position: relative;
}


.product_box2 .product-img{
  height: 402px;
}
.product_box2 .product-img .img-1{
}
.product_box2 .product-img .img-2{
  display: none;
}
.product_box2 .pro-loop{
  padding-bottom: 0px;
  position: relative;
}
.product_box2 .sale {
  position: absolute;
  top: 5px;
  border-radius: 50%;
  right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f01c28;
  color: white;
  line-height: 30px;
  font-size: 11px;
  text-align: center;
  font-weight: 500;
}

.product_box2 .pro-loop:hover{
  box-shadow: 0 0 2px 0px #ccc;
  -webkit-box-shadow: 0 0 2px 0px #ccc;
  -moz-box-shadow: 0 0 2px 0px #ccc;
  -o-box-shadow: 0 0 2px 0px #ccc;
}
.product_box2 .product-img:hover .img-1{
  display: none;
}
.product_box2 .product-img:hover .img-2{
  display: block;
}
.product_box2 .box-pro-detail{
  margin: 10px 0px;
}
.product_box2 .box-pro-detail .pro-name{
  margin: 0;
  font-size: 14px;
  position: relative;
  font-weight: normal;
  min-height: 20px;
  text-align: center;
}
.product_box2 .box-pro-detail .pro-name a{
  line-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  color: #252a2b;  
}
.product_box2 .box-pro-detail .box-pro-prices{}
.product_box2 .box-pro-detail .box-pro-prices p{
  font-weight: 600;
  text-align: center;
  font-size: 15px;  
}

.product_box2 .colorlist{
  text-align: center;
}
.product_box2 .colorlist label{
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0px;  
  cursor: pointer;
}
.product_box2 .colorlist label.active{
  box-shadow: 0px 2px 4px #000;
}

.product_box2 .pro-loop .buy{
  background: black;
  width: 100%;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  padding: 7px 0;
  margin: 0 auto;
  height: 35px;
  text-align: center;
}
.product_box2 .pro-loop .buy a{
  color: white;
}
.product_box2 .pro-loop .buy i{

}
.product_box2 .infohover{
  display: block;
  z-index: 999999;
  background: white;
  display: none;
  background: white;
}

.product_box2 .product_box2 .infohover{
  display: block;
  z-index: 999999;
  background: white;
  display: none;
  background: white;
}
.product_box2 .pro-loop:hover .infohover{
  display: block;
  position: relative;
  background: white;
  padding-bottom: 0px;
}
.product_box2 .viewmore{
  text-align: center;
  height: 60px;
  width: 100%;
}
.product_box2 .viewmore a{
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 10px 0 5px 0;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  color: black;
  text-transform: uppercase;
}

.slide_for_you {
  position: relative;
}
.slide_for_you .arrows{
  width: 30px;
  height: 30px;
  border: 1px #ccc solid;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 17px;
  position: absolute;
  z-index: 99999;
  background: white;
  top: 170px;
  cursor: pointer;
}

.slick-prev-our{}
.slick-prev-our i{}
.slick-next-our{
  right: 0px;
}
.slick-next-our i{}



.heading-title.text-center {
  padding: 25px 52px;
  text-align: center;
}
.wrapper-home-instagram .subtitle {
  position: relative;
  display: inline-block;
}
.wrapper-home-instagram .subtitle span {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.wrapper-home-instagram .subtitle:before {
  left: 120%;
}
.wrapper-home-instagram .subtitle:after {
  right: 120%;
}
.wrapper-home-instagram .subtitle:before, .wrapper-home-instagram .subtitle:after {
  position: absolute;
  top: 81%;
  transform: translatey(-50%);
  width: 500px;
  height: 0.01rem;
  background: #bcbcbc;
  content: "";
}

.heading-title.text-center h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

hr.end-sec {
  margin: 40px 0px;
}

.cate_care{
  margin-bottom: 20px;
}
.cate_care .img{
  height: 500px;
  background-size: cover;
  margin-bottom: 10px;  
}
.cate_care .name{
  text-align: center;
}
.cate_care .name a{
  text-transform: uppercase;
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 300;
}

.gallery{
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.gallery .item{
  padding: 0px 30px;
}
.gallery .item .img{
}
.gallery .item .img img{
}
.center .slick-slide {
  height: auto;
}
.gallery .item .info{
  text-align: center;
  padding: 30px 0px;  
}
.gallery .item .name{
  color: black;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;  
}
.gallery .item p{
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 20px;  
}
.gallery .item a.viewmore{
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 10px 0 5px 0;
  display: initial;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
}







.cate_menu{}
.breadcrumb a{
  color: black
}
.product_filter {
  display: block;
  text-transform: capitalize;
  position: relative;
  background: #fafafa;
  padding: 4px 8px;
  margin-bottom: 20px;
  border-radius: 3px;
  height: 48px;
  border: 1px solid #ddd;
}
#box_count_product {
  display: inline-block;
  padding: 10px;
}
.box_filter {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  padding-right: 0px;
  font-weight: 400;
  font-size: 13px;
  margin: 3px 0;
}
.box_filter select {
  height: 27px;
  margin-left: 4px;
  padding: 0;
  border-color: #ccc!important;
  border-radius: 0px;
  line-height: 25px;
  margin-top: 0px;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  box-shadow: none!important;
  background: none;
  border: none;
}

.content_page{
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.breadcrumb_page{}
.breadcrumb_page ol{
  background: none;
  box-shadow: inset 0px 5px 7px 1px #e9e9e9;  
}
.breadcrumb_page ol li{}
.breadcrumb_page ol li a{}
.breadcrumb_page ol li.active a{}

#section-info{}
#section-info .contentPage{
  border-left: 1px solid #e9ecef;
  padding: 0 0 0 30px;
  margin: 0 0 50px 0;  
}
.description-page{}
.description-page img{
  max-width: 100%!important;
  height: auto;
}
.contentPage h1.title{
  margin-bottom: 30px
}
.description-page iframe{
  max-width: 100%!important;
  height: auto;
}

.listcate_left{}
.listcate_left ul{}
.listcate_left ul li{
  margin-bottom: 5px;
  list-style: disc;
  margin-left: 17px;  
}
.listcate_left ul li a{
  color: black;
  font-size: 15px;
  line-height: 25px;  
}
.listcate_left ul li a:hover{
  color: red
}

.banner_contact{}
.banner_contact img{
  width: 100%;
  height: auto
}
.banner_page{
  margin-bottom: 30px;
}
.title_contact{
  border-bottom: 2px #e3b989 solid;
  margin-bottom: 30px;
  padding-bottom: 10px;  
}
.page_contact{
  margin-bottom: 50px;
}
.page_contact input{
  border: 1px #dee2e6  solid;
  border-radius: 0px;
}
.page_contact textarea{
  border: 1px #dee2e6  solid;
  border-radius: 0px;
}
.page_contact .textarea1{
  height: 100px
}
.page_contact .textarea2{
  height: 118px
}
.page_contact .textarea3{
  height: 183px
}
.page_contact button{
  background: #ee0000;
  border: none;
  border-radius: 0px;
  width: 160px;
  color: white;
}


.title_page{
  color: #212121;
  font-weight: 700;
  font-size: 3em;
  line-height: 1.15;
  margin: 0 0 .4em;
  letter-spacing: -.04em;
}

.content_detail_news{
  max-width: 800px;
  margin:0 auto;
  padding-bottom: 40px;
}
.content_detail_news h2.title{
  color: #236b2c;
  margin-bottom: 15px;
}
.content_detail_news p.date{
  font-size: 12px;
}

.content_detail_news img{
  max-width: 100%;
  height: auto
}
.content_detail_news iframe{
  max-width: 100%;
  height: auto
}
.title_related{
  color: #285d31;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;  
}

.container-product{
  overflow: hidden;
}
.product_image_pc{
  width: 90%;
}
.product_image_pc .col{
  padding-right: 2px;
  padding-left: 2px;
  margin-bottom: 4px;  
}
.product_image_pc .col img{}

.content_product_right{
  padding-right: 80px
}
.product-content-desc{
  padding:15px 0px;
}
.product-title h1 {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 23px;
  text-transform: capitalize;
  font-weight: bold;
  padding-right: 30px;
}
.product-price {
  padding: 0px 0 10px 0;
}
.product-price span.pro-price {
  font-size: 14px;
}
.product-price span.pro-price-old {
  font-size: 12px;
  padding-left: 20px;
  text-decoration: line-through;
  color: #90949c;
}
.buyAppCombo{
  margin-bottom: 20px;
}
.buyAppCombo a.add-to-cartProduct{
  width: 50%;
  height: 44px;
  text-align: center;
  background: black;
  border: none;
  line-height: 44px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  background-size: 25px;
  background-position: 45px 11px;
  float: left;
  line-height: 44px;
}

.policyProduct {
  margin: 0;
  font-size: 13px;
}
.policyProduct li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.infoPolicy {
  float: left;
  margin: 0;
}
.infoPolicy h5 {
  font-size: 12px;
  margin: 0;
}
.infoPolicy span {
  font-size: 12px;
  font-weight: 300;
}

#footer{
  width: 100%;
  padding:20px 0px 0px 0px;
  background: #ffffff;
  color: black;
  margin-top: 30px;
}

.innerInfoFooter h4 {
  font-size: 14px;
}
.titlehotline a {
  font-size: 24px;
  color: black;
}
.moreInfoFooter {
  float: left;
  width: 100%;
  font-size: 13px;
  margin: 5px 0 0 0;
  font-weight: 300;
}
.newsletter-form {
  position: relative;
}
.innerInfoFooter h4 {
  font-size: 14px;
}
#sectioninfofooter h4 {
  font-size: 13px;
}
.vvv {
  text-transform: uppercase;
  font-weight: 500;
}
.newsletter-form input{
  width: 270px;
  border-radius: 0px;
  border-right: 0px;
}
.newsletter-form button{
  background: black;
  border: none;
  border-radius: 0px;
}

.img-showroom{
  margin-bottom: 10px;
}

.showroom a{
  color: black;
  font-size: 14px;
  color: #797878;
  text-decoration: underline;
}
.showroom a:hover{
  color: black
}

.social_footer{
  margin-bottom: 10px;
}
.social_footer ul{}
.social_footer ul li{
  float: left;
  padding: 0px 0px;
  margin-right: 0px;
}

.social_footer ul li img{
  height: 25px;
  margin-right: 5px;
}
.fanpage{
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.fanpage iframe{
  width: 100%;
}


#footer .info{
  margin:5px 0px;
}

#footerBottom {
  padding: 6px 5px;
  background: #f1f1f1;
  margin: 20px 0px 0px 0px;
}
#footerBottom h4 {
  padding: 23px 0;
  margin: 0;
  font-size: 13px;
  cursor: pointer;
}

.innerInfoFooter i {
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  margin-left: 5px;
  margin-bottom: 3px;
}
#footerBottom .innerInfoFooter ul {
  display: none;
}
#footerBottom .innerInfoFooter li {
  float: left;
  width: 100%;
  margin: 0 0 16px 0;
}
#footerBottom .innerInfoFooter li a {
  font-size: 13px;
  color: black;
}
#back2Top {
  width: 45px;
  height: 45px;
  opacity: 0.6;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  position: fixed;
  opacity: 1;
  bottom: 288px;
  right: 10px;
  background: #3198fe;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  color: white;
  border: 1px #fff solid;
}
.bottomBar {
  font-size: 13px;
  padding: 15px 0;
}

.product-tab-bot{}
.product-tab-bot ul.nav-tabs{}
.product-tab-bot ul.nav-tabs li{}
.product-tab-bot ul.nav-tabs li a{
  text-transform: uppercase;
  color: black!important;
  font-weight: 500;
  font-size: 13px;
  border: none;
  padding: 5px 20px 10px 0px;
}
.product-tab-bot ul.nav-tabs .nav-item {
  margin-bottom: 0px;
  width: 50%;
}
.product-tab-bot ul.nav-tabs .nav-item .active{
  margin-bottom: -1px;
  border-bottom: 1px #000 solid;
}
.product-tab-bot .tab-content{
  padding: 10px 0px;
  line-height: 24px;  
}

.product_detail{
  margin-top: 30px;
}
.product_detail .product-tab-bot{
  width: 100%;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.delay-0 {
  animation-delay: .25s;
}
.delay-1 {
  animation-delay: .45s;
}
.delay-2 {
  animation-delay: .6s;
}
.delay-3 {
  animation-delay: .8s;
}
.delay-4 {
  animation-delay: 1s;
}

.title_modal {
  text-align: center;
  background: url(../img//line1.png) no-repeat bottom center;
  padding-bottom: 30px;
  font-weight: bold;
  color: #d71921;
  font-size: 24px;
}


.phonering-alo-phone {
  position:fixed;
  visibility:hidden;
  background-color:transparent;
  width:160px;
  height:160px;
  cursor:pointer;
  z-index:200000!important;
  -webkit-backface-visibility:hidden;
  -webkit-transform:translatez(0);
  transition:visibility .5s;

  display:block;
  left: 10px;
  bottom: 10px;
}
.phonering-alo-phone.phonering-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
}
.phonering-alo-phone.phonering-alo-static {
  opacity:.6
}
.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
  opacity:1
}
.phonering-alo-ph-circle {
  width:150px;
  height:150px;
  top: 50px;
  left: -40px;
  position:absolute;
  background-color:transparent;
  border-radius:100%;
  border:2px solid rgba(30,30,30,0.4);
  border:2px solid #bfebfc 9;
  opacity:.1;
  -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition:all .5s;
  -webkit-transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
  -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
  animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
  -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
  animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
  border-color:#00aff2;
  opacity:.5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
  border-color:#75eb50;
  border-color:#baf5a7 9;
  opacity:.5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
  border-color:#b58d61;
  opacity:.5
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
  border-color:#ccc;
  opacity:.5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
  border-color:#75eb50;
  opacity:.5
}
.phonering-alo-ph-circle-fill {
  width:90px;
  height:90px;
  top: 80px;
  left: -11px;
  position:absolute;
  background-color:#000;
  border-radius:100%;
  border:2px solid transparent;
  -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition:all .5s;
  -webkit-transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
  -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
  animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
  -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
  animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
  opacity:0!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
  background-color:rgba(0,175,242,0.5);
  background-color:#00aff2 9;
  opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
  background-color:rgba(117,235,80,0.5);
  background-color:#baf5a7 9;
  opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  background-color:#b58d61;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
  background-color:rgba(204,204,204,0.5);
  background-color:#ccc 9;
  opacity:.75!important
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
  background-color:rgba(117,235,80,0.5);
  opacity:.75!important
}
.phonering-alo-ph-img-circle {
  width:50px;
  height:50px;
  top: 100px;
  left: 10px;
  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;
  border-radius:100%;
  background-size: 84%;
  border:2px solid transparent;
  -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  transform-origin:50% 50%
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
  -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
  animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
  -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
  animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
  background-color:#b58d61
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
  background-color:#75eb50;
  background-color:#75eb50 9
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color:#ff0000;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
  background-color:#ccc
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
  background-color:#75eb50
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform:rotate(0) scale(.5) skew(1deg);
    -webkit-opacity:.1
  }
  30% {
    -webkit-transform:rotate(0) scale(.7) skew(1deg);
    -webkit-opacity:.5
  }
  100% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    -webkit-opacity:.1
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform:rotate(0) scale(.7) skew(1deg);
    opacity:.2
  }
  50% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    opacity:.2
  }
  100% {
    -webkit-transform:rotate(0) scale(.7) skew(1deg);
    opacity:.2
  }
}
@-webkit-keyframes phonering-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)
  }
}
@-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
  }
}
@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 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)
  }
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform:rotate(0) scale(.5) skew(1deg);
    transform:rotate(0) scale(.5) skew(1deg);
    opacity:.1
  }
  30% {
    -webkit-transform:rotate(0) scale(.7) skew(1deg);
    transform:rotate(0) scale(.7) skew(1deg);
    opacity:.5
  }
  100% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg);
    opacity:.1
  }
}
@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform:rotate(0) scale(.5) skew(1deg);
    transform:rotate(0) scale(.5) skew(1deg);
    opacity:.1
  }
  30% {
    -webkit-transform:rotate(0) scale(.7) skew(1deg);
    transform:rotate(0) scale(.7) skew(1deg);
    opacity:.5
  }
  100% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg);
    opacity:.1
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform:rotate(0) scale(.7) skew(1deg);
    transform:rotate(0) scale(.7) skew(1deg);
    opacity:.2
  }
  50% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg);
    opacity:.2
  }
  100% {
    -webkit-transform:rotate(0) scale(.7) skew(1deg);
    transform:rotate(0) scale(.7) skew(1deg);
    opacity:.2
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform:rotate(0) scale(.7) skew(1deg);
    transform:rotate(0) scale(.7) skew(1deg);
    opacity:.2
  }
  50% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg);
    opacity:.2
  }
  100% {
    -webkit-transform:rotate(0) scale(.7) skew(1deg);
    transform:rotate(0) scale(.7) skew(1deg);
    opacity:.2
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg)
  }
  10% {
    -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
    transform:rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    -webkit-transform:rotate(25deg) scale(1) skew(1deg);
    transform:rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
    transform:rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    -webkit-transform:rotate(25deg) scale(1) skew(1deg);
    transform:rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg)
  }
  100% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg)
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg)
  }
  10% {
    -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
    transform:rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    -webkit-transform:rotate(25deg) scale(1) skew(1deg);
    transform:rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
    transform:rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    -webkit-transform:rotate(25deg) scale(1) skew(1deg);
    transform:rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg)
  }
  100% {
    -webkit-transform:rotate(0) scale(1) skew(1deg);
    transform:rotate(0) scale(1) skew(1deg)
  }
}

#back2top {
  width: 50px;
  height: 50px;
  opacity: 0.6;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  /* -webkit-transform: rotate(270deg); */
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  /* transform: rotate(270deg); */
  position: fixed;
  opacity: .9;
  bottom: 95px;
  right: 10px;
  border: 2px black solid;
  text-align: center;
  line-height: 43px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  color: black;
  box-shadow: 0px 2px 2px #d4d4d4;
}

.title_style_2{
  margin-bottom: 20px;
  border-bottom: 2px #3198fe solid;
  padding-bottom: 5px;  
}
.title_style_2 a{
  color: white;
  font-size: 18px;
  font-family: 'montserrat', sans-serif;
  text-transform: inherit;
  font-weight: 500;
  background: #3198fe;
  padding: 8px 20px; 
}

.listcate{}
.listcate img{
  width: 100%;
  height: 100px;
  border-radius: 5px;
  margin-bottom: 15px;  
}
.listcate .info{}
.listcate .info a{
  color: black;
  font-size: 15px;
}
.listcate .info p{
  margin-top: 10px;
  color: #ccc;
  font-size: 10px;
}
.listcate .info p i{}


ul.menu {
  padding: 0;
  list-style: none;
  width: 100%;
  margin: 0px auto;
  clear: both;
  display: table;
  margin-bottom: 100px;
}
ul.menu .list {
  font-size: 14px;
  border-bottom: 1px solid #ff9b19;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  vertical-align: sub;
  background: #f68b01;
  clear: both;
}
ul.menu .list:after {
  content: '';
  background: url(../images/home/arrow_search.png) no-repeat;
  width: 19px;
  height: 17px;
  background-size: 12px;
  position: absolute;
  right: 17px;
  top: 23px;
  padding: 0px 5px;
  color: #fff;
}
ul.menu .list:before {
  content: '';
  background: url(../images/home/arrow_search.png) no-repeat;
  width: 19px;
  height: 17px;
  background-size: 12px;
  position: absolute;
  left: 17px;
  top: 23px;
  padding: 0px 5px;
  color: #fff;
  cursor: pointer;
}
ul.menu .list a {
  text-decoration: none;
  color: #fff;
  padding: 17px 0px 17px 45px;
  display: block;
  height: 100%;
  box-sizing: border-box;
}
ul.menu .list a:hover {
  background-color: #df2532;
  transition: 300ms all;
  color: #ffffff;
}
ul.menu .list .items {
  height: 0px;
  overflow: hidden;
}
ul.menu .list .items a {
  padding: 17px;
}
ul.menu .list .items a:hover {
  background-color: #3f5d79;
  color: #fff;
  transition: 300ms all;
}
ul.menu .list:last-child {
  border-bottom: none;
}
ul.menu .active:after {
  /*content: "\f106";*/
  font-family: fontawesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
ul.menu .active:before {
  /*content: '\f07c';*/
  font-family: fontawesome;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
ul.menu .active > .items {
  display: block;
  background: #ffffff;
  padding: 0px;
  height: auto;
  color: #fff;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
}
ul.menu .active > .items li {
  padding: 0px;
  border-bottom: 1px solid #dbdbdb;
  list-style: none;
}
ul.menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
ul.menu .active > .items .active > .items {
  background-color: #ffffff;
}
ul.menu .items a{
  color: black
}
ul.menu .active > a {
}
ul.menu .active .list {
  background: #ed1c24;
}
ul.menu .active .list a {
  padding: 17px 0px 17px 45px;
}
.div_search {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  background: white;
  z-index: 9999999;
  padding: 38px;
  display: none;
}
.div_search .close-icon {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 23px;
  color: #c10101;
}
.mm-menu > .mm-list {
  padding: 0px 0 40px 0!important;
}
.mm-list > li:first-child{
}
.first_li{
  padding: 15px!important;
  text-align: center;
}
.first_li::after{
  display: none!important;
}
.logo_mmenu{
  width: 100px;
  float: left;
}
.text_mmenu{
  color: #ed1c24;
  font-size: 18px!important;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2px;  
}
html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
  opacity: 0.5;
}

.last_li{
  padding: 40px 20px!important;
  clear: both;
}
.last_li::after{
  display: none!important;
}
.last_li .img_hotline{
  width: 100px;
}
.hotline_menu{

  float: left;
  margin-right: 20px;
}
.text_hotline_menu{
  color: black;
  font-size: 15px!important;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'open sans'!important;  
  margin-bottom: 0px;
}
.text_hotline_menu span{
  color: #ed1c24;
  font-size: 36px;
  font-weight: 700;  
}
.product__slider-thmb .slide_tb{
  padding: 0px 10px;

}
.product__slider-main{
  margin-bottom: 15px;
}
.product__slider-main .slick-slide img{
  width: 100%;
  height: auto
}
.product__slider-thmb .slick-list{
  margin: 0px -10px
}
.product__slider-thmb .slick-slide img {
  display: block;
  cursor: pointer;
  border: 2px white solid;
}
.bg_white_detail{
  background: white
}
.info_1{
  padding: 15px 0px;
}
.info_1 h2.name{
  font-size: 26px;
  text-transform: uppercase;  
}

.info_1 .sapo{
  font-size: 14px;
  font-style: italic;
  color: #bebebe;
  padding-right: 10px;  
}

.mm-ismenu {
  background: #fff
}

.menu-header{}
.menu-header ul{
  padding: 50px 0px 0px 0px;
  float: right;
}
.menu-header ul li{
  float: left;
  padding-left: 40px;
}
.menu-header ul li a{
  font-family: 'montserrat', sans-serif;
  font-size: 12px;
  color: white;  
}
.menu-header ul li a i{}

.slidehome{
  width: 100%;

}
.slidehome .item{
  position: relative;
  display: block;
  background-size: cover;
  height: auto;
}
.slidehome .item img{

}
.slidehome .item .opacity{
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  background: black
}
.header-content {
  bottom: 25%;
  max-width: 100%;
  text-align: left;
  padding-left: 3%;
}
.header-content h1{

  color: #ff2f2f;
  font-weight: 800;  
}
.header-content h5{
  font-family: 'montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom:40px;
}
.header-content h2{
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'montserrat', sans-serif;
  width: 600px;
  margin-bottom: 35px;
}



.header-content .clickurl{
  background: none;
  color: white;
  font-weight: 400;
  padding: 8px 70px;
  font-size: 14px;
  font-family: 'montserrat', sans-serif;
  border-radius: 0px;
  border: 2px #ffffff solid;
  border-radius: 5px;
}

@-webkit-keyframes fadeinupsd {
  0% {
    opacity: 0;
    -webkit-transform: translatey(100px);
    transform: translatey(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeinupsd {
  0% {
    opacity: 0;
    -webkit-transform: translatey(100px);
    transform: translatey(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeinupsd {
  -webkit-animation-name: fadeinupsd;
  animation-name: fadeinupsd;
}

.slick-active .slide-content {
  animation-name: fadeinupsd;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;

}

/* media queries */

@media (max-width: 768px) {
  .hero-text .hero .hero-slide a {
    padding-top: 0.8rem;
  }

  .hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }

  .hero .hero-slide .header-content {
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    margin: 0 auto;
  }
}
.menu-fix-right{
  position: fixed;
  right: 10px;
  bottom: 85px;
}
.menu-fix-right ul{}
.menu-fix-right ul li{
  margin-bottom: 5px;
}
.menu-fix-right ul li img{
  border: 2px white solid;
  border-radius: 50%;
  width: 44px;
}
#back2top {
  width: 45px;
  height: 45px;
  opacity: 0.6;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  position: fixed;
  opacity: 1;
  bottom: 205px;
  right: 10px;
  background: #3198fe;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  color: white;
  border: 1px #fff solid;
}

.content_left{}
.content_left .date{
  color: #90949c;
  margin-bottom: 10px;
}
.content_right{}
.box_search{
  padding: 0px;
  width: 100%;
  height: 36px;
  margin-bottom: 10px;
  background: #fff;
  color: #c5c5c5;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 0;

}
.box_search input.inputsearch {
  border: none;
  height: 32px;
  padding-left: 10px;
  width: 231px;
}

.box_search button {
  background: #0083bb;
  border: none;
  color: white;
  font-size: 16px;
  padding: 5px 10px;
}

.head_title2 {
  height: auto;
  width: 100%;
  background: url(../images/stripe.png) 10px 10px repeat-x;
  text-align: left;
  margin-bottom: 5px;
}

.border_box {
  border: #f1f1f1 1px solid;
  border-bottom: 3px #0083bb solid;
  padding: 10px 10px;
  margin-bottom: 20px
}
.head_title2 p {
  color: black;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  height: auto;
  display: inline-block;
  margin-bottom: 0px;
  background: white;
  padding-right: 15px;
}
.multimenu ul {
  margin: 0px;
  padding: 0px;
}
.multimenu ul li {
  list-style-type: none;
  width: 100%;
  border-bottom: 1px #f1f1f1 solid;
}
.multimenu ul li a {
  color: black;
  font-weight: 400;
  line-height: 35px;
  font-size: 13px;
  text-transform: inherit;
  text-decoration: none;
}

.news_right ul{}
.news_right ul li{
  margin-bottom: 10px
}
.news_right ul li a{
  color: black;
}

.content_news img{
  max-width: 100%!important;
  height: : auto;
}
.content_news table{
  max-width: 100%!important;
}

.jeg_post_via span {
  font-weight: 700;
  margin-right: 3px;
}
.jeg_post_tags a, .jeg_post_via a {
  color: #616161;
  background: #f5f5f5;
  display: inline-block;
  letter-spacing: 1px;
  line-height: normal;
  padding: 4px 10px;
  margin: 0 3px 5px 0;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  transition: all .2s linear;
}
.jeg_post_tags a:hover{
  background-color: #3198fe;
  color: white;
}

.listNews{
  margin-bottom: 20px;
  border-bottom: 1px #e9ecef solid;
  padding-bottom: 20px;
}
.listNews .img img{
  width: 100%;
  position: relative;
}

.listNews h2.title{
  margin-bottom: 10px;
  font-size: 17px;
}
.listNews h2.title a{
  text-transform: uppercase;
  color: black;
}

.listNews p{

}

.site-animation{
  margin-bottom: 15px
}



.megamenu a.nav-link{
  color: black;
  text-transform: uppercase;
  font-size: 14px;
}
.megamenu .nav-item{
  padding:0px 0px;
}
.megamenu .nav-item .nav-item a{
  font-size: 14px;
  text-transform: inherit;
}

.navbar .dropdown-menu div[class*="col"] {
 margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#ffffff!important;
}

.navbar .dropdown-toggle::after{
  display: none;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top:0px;
    padding-bottom:0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 7px .5rem;
    margin:0 .25rem;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {position:static;}

  .navbar .dropdown-menu {
    width:100%;
    left:0;
    right:0;
    /*  height of nav-item  */
    top:38px;

    display:block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;

  }
  
  
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display:block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
    border-radius: 0px;
    padding-top: 30px;
    -webkit-box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,.05);
    -o-box-shadow: 0px 3px 4px 0px rgba(0,0,0,.05);
    -ms-box-shadow: 0px 3px 4px 0px rgba(0,0,0,.05);
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 5%);
  }

  .info_menu{
    text-align: center;
    font-size: 13px;
    color: #000;  
  }
  
  .navbar .dropdown-menu {
    border: 0px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

  .navbar .dropdown-menu ul li{
    padding: 0px;
  }

}







.page_cart table.table-cart {
  margin-bottom: 30px;
  width: 100%;
}
.page_cart table.table-cart tr td.image {
  text-align: center;
  width: 160px;
}
.page_cart table.table-cart tr td {
  padding: 20px 0;
  border-top: 1px solid #ededed;
  vertical-align: top;
}
.page_cart table.table-cart tr td.image img {
  max-width: 150px;
}
.page_cart table.table-cart tr td.item {
  padding-left: 15px;
}
.page_cart table.table-cart tr td.item h3 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 400;
  display: inline;
  text-transform: capitalize;
  color: black;
}
.page_cart table.table-cart tr td.item .variant {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.page_cart table.table-cart tr td p.price {
  font-weight: bold;
  font-size: 16px;
}
.line-item-total.on-sale {
  color: red;
}

.itemVariantCart {
  width: 600px;
  display: block;
}
.item_cart .order-option {
}
.item_cart .order-option .bt_item {
  float: left;
  background: white;
  border: 1px #ebebeb solid;
  padding: 6px 10px;
  cursor: pointer;
}
.item_cart .order-option .quantity_item {
  width: 50px;
  float: left;
  background: #e1e1e1;
  border: 1px #e1e1e1 solid;
  height: 33px;
  text-align: center;
}
.item_cart .order-option .bt_item {
  float: left;
  background: white;
  border: 1px #ebebeb solid;
  padding: 6px 10px;
  cursor: pointer;
}









.boxRightCart {
  padding: 20px 30px 20px 20px !important;
}
.boxRightCart {
  float: left;
  width: 100%;
  background: #f2f2f2;
  padding: 15px;
  font-weight: 400;
}
.titleInfoCart {
  font-weight: 600;
  margin: 0 0 10px 0;
  font-size: 15px;
}
.summary-subtotal {
  font-size: 14px;
  border-bottom: 0px dotted #bcbcbc;
}
.valOrder {
  float: right;
}
.valOrder.noBold b {
  font-weight: normal;
}
#checkout {
  padding: 10px 30px;
  position: relative;
  width: 100%;
  white-space: nowrap;
  float: left;
  background: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
}
.cart-buttons .link-continue {
  margin: 15px 0 5px 0;
  padding: 10px 30px;
  position: relative;
  width: 100%;
  white-space: nowrap;
  float: left;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid black;
  background: white;
  border-bottom: 2px solid black;
}
.hidden {
  display: none!important;
  visibility: hidden!important;
}


.des-kudova {
  font-style: italic;
  color: #737575;
}

.policyProduct {
  margin: 0;
  font-size: 13px;
}
.policyCart {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}

.policyProduct li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
img.tichxanh {
  margin-right: 10px;
}
.policyProduct img {
  width: 20px;
  float: left;
}
.infoPolicy {
  float: left;
  margin: 0;
}
.infoPolicy h5 {
  font-size: 12px;
}
.infoPolicy h5 {
  margin: 0;
}

.product_image{
  position: relative;
}
.delsp{
  color: white;
  position: absolute;
  top: 5px;
  left: 12px;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
}

.update_button{
  font-size: 10px;
  background-color: white!important;
  color: #e3363c!important;
  border-color: #e3363c!important;
}

.item_cart_co{

}
.checkout_cart_info{
  width: 85%;
  padding-left: 10px;
  vertical-align: text-top;
}
.checkout_cart_img{
  width: 15%;
  padding-bottom: 10px;
  position: relative;
}
.checkout_cart_img img{
  border: 1px #ccc solid;
  border-radius: 3px;
}
.checkout_cart_info h3{
  font-size: 13px;
  color: black;
}

.checkout_cart_info .quantity_item{
  width: 50px;
  float: left;
  background: #e1e1e1;
  border: 1px #e1e1e1 solid;
  height: 33px;
  text-align: center;
}
.qtt{
  font-size: 0.85714em;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.15em 0.65em;
  border-radius: 2em;
  background-color: rgba(153,153,153,0.9);
  color: #fff;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 2;  
}


.checout_info{
  background: #f2f2f2;
  padding: 20px 20px;
  margin-bottom: 20px;
}
.checout_info .form-row {
  margin-bottom: 10px;
}
.page_checkout .title {
  text-transform: uppercase;
  margin-bottom: 10px;
}




.box_radius .radio1{
  padding-top:5px;
}
.box_radius .radio1{
  padding-left: 30px;
  line-height: 30px;
}

.box_radius .radio1 input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.mb0{
  margin-bottom: 0px!important
}
.box_radius input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.checkmark {
  position: absolute;
  top: 10px;
  left: 6px;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}

.container:hover input ~ .checkmark {
  background-color: #ffffff;
  border: 1px #ccc solid;
}

.container input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 1px #ccc solid;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFB540;
}

.product_image_mb{
    margin-top: 20px;
    position: relative;
}
.product_image_mb img {
  display: block;
  width: 100%;
}
.product_image_mb .arrows {
  position: absolute;
  top: 35%;
  z-index: 9999;  
  width: 25px;
  height: 23px;
  background: black;
  color: white;
  text-align: center;
  cursor: pointer;
}
.product_image_mb .slick-prev-our{}
.product_image_mb .slick-next-our{}
.product_image_mb .arrows i{}
.product_detail_slide .slick-slide{
   padding: 0px 10px;
}
.product_detail_slide .item{
border: 1px #ececec solid;
    padding: 10px;
}
.product_detail_slide .item img{}

img.lazy {
  background-image: url('/images/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

img.lazySlider {
  background-image: url('/images/loading.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

















.contact_map{
  width: 100%
  height:auto;
  position: relative;
  margin-bottom:40px;
}
.contact_map .iframe{
  overflow: hidden;
}
.contact_map .iframe iframe{
  width: 100%;
}
.contact_map .lien-he-page__address {
  padding: 20px 30px;
  background-color: #fff;
  position: absolute;
  right: 63px;
  top: 40px;
  border-radius: 5px;
  box-shadow: 0px 3px 4px #ccc;
}
.lien-he-page .lien-he-page__address h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 49px;
  margin: 0 0 10px;
}
.lien-he-page .lien-he-page__address .container {
  margin: 0;
  max-width: 400px!important;
}
.lien-he-page .lien-he-page__address .container .contact-inner {
  margin: 0 -30px;
  border-bottom: 1px solid #f1f1f1;
}

.lien-he-page .lien-he-page__address .container .contact-inner .contact-item {
  padding: 0 30px;
  margin-bottom: 10px;
}
.lien-he-page .lien-he-page__address .container .contact-inner .contact-item i{
  width: 16px;
  text-align: left;
}
.lien-he-page .lien-he-page__address .container .contact-inner .contact-item a{
  font-weight: 700
}
.lien-he-page .lien-he-page__address .container .contact-inner .contact-item:last-child {
  margin-bottom: 20px;
}
.lien-he-page .lien-he-page__address .container .address-inner {
  padding-top: 20px;
}
.lien-he-page .lien-he-page__address .container .address-inner h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.lien-he-page .lien-he-page__address .container .address-inner .address-item {
  margin-bottom: 20px;
}
.lien-he-page .address-item a {
  font-weight: 700;
  color: var(--color-4);
}
.lien-he-page .lien-he-page__address .container .address-inner .address-item p {
  padding-left: 23px;
}


.lien-he-page .lien-he-page__form-contact h2 {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 45px;
  line-height: 70px;
  text-align: center;
}

.lien-he-page .form-group .label-control {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.lien-he-page .input-group .input-group-text {
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  border-color: #d0021b;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #d0021b;
}
.button.button-standard {
  background-color: #d0021b;
  border: 1px solid var(--color-4);
  color: #fff!important;
  font-weight: 600;
}



.pagination{
  margin-bottom: 30px;
  text-align: center;
  margin-top: 20px;
  display: block;
}

.pagination .disabled {
  color: black;
  text-decoration: none;
  background: white;
  border: 1px solid #ddd;
  padding: 3px 8px;
  border-radius: 3px;
}
.pagination a {
  margin: 0 5px 0 0;
  padding: 3px 6px;
}
.pagination span a {
  color: black;
  text-decoration: none;
  background: white;
  border: 1px solid #ddd;
  padding: 3px 8px;
  border-radius: 3px;
}
.pagination .current {
  background: #000000;
  border-color: #000000 !important;
  color: white !important;
  margin: 0 5px 0 7px;
  padding: 3px 8px;
  border-radius: 3px;
}
.slideHome {
  position: relative;
}
.slideHome .slick-dots{
  position: absolute;
  bottom: 10px;
}
.slideHome .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3198fe;
  border: 2px #3198fe solid;
}
.slideHome .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px #FF0000 solid;
  background: #FF0000;
}
.slideHome .slick-dots li.slick-active button:before {
  opacity: 0;
  color: black;
}
.slideHome .slick-dots li button:before {
  opacity: 0;
}

.slideHome img{
  width: 100%
}

.slideHome .slick-arrow{
  position: absolute;
  top: 35%;
  font-size: 60px;
  z-index: 1;
  color: #90949c;
  cursor: pointer;
}
.slideHome .slick-prev-our{
  left: 20px;
}
.slideHome .slick-next-our{
  right: 20px;
}

.listMau{}
.listMau label{
	border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0px;
  cursor: pointer;
}
.listMau label.active{
  box-shadow: 0px 2px 4px #000;
}

.banner-footer{
  position: fixed;
  z-index: 99999999;
  bottom: 5px;
  width: 100%;
}
.banner-footer .off{
width: 18px;
    height: 17px;
    background: black;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    color: white;
    top: -5px;
    right: 0px;
    position: absolute;
    cursor: pointer;
}

.banner-footer .container{
  max-width: 992px;
    margin: 0 auto;
}
.banner-footer img{}