@font-face {
    font-family: 'body';
    src: url('font/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'menu';
    src: url('font/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: 'tieude';
    src: url('font/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'robotob';
    src: url('font/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'robotom';
    src: url('font/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'robotor';
    src: url('font/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'avob';
    src: url('font/UTM AvoBold.ttf');
}
@font-face {
    font-family: 'helvetica';
    src: url('font/SFUHelveticaCompressed.TTF');
}
@font-face {
    font-family: 'beauticap';
    src: url('font/UTM Beautiful Caps.ttf');
}
@font-face {
    font-family: 'helvet';
    src: url('font/UTM HelvetIns.ttf');
}
#wide-nav>.flex-row>.flex-left{
  /* width: 20% !important; */
  /* min-width: 200px; */
  /* margin-right: 23px; */
}
.icon-hotline{

}
.icon-hotline .icon-box-text{

}
.icon-hotline .icon-box-text h3{
  font-weight: bold;
  display: block;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #000;
  line-height: 20px;
}
.icon-hotline .icon-box-text p{
  font-size: 13px;
  color: #fe0e03;
  font-weight: 700;
}
.lienhe-top .col{
  padding-bottom: 0;
}
.header-cart-title{
  padding-left: 10px;
  font-size: 16px;
}
#mega-menu-title{
  background: #b6050d;
  font-size: 16px;
  text-transform: uppercase;
  padding: 9.5px 20px;
}
#mega-menu-title:before{
  content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 23px;
    border-color: transparent transparent #b6050d transparent;
    top: 0px;
    left: -23px;
}
#mega-menu-title:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 23px 0px 0px;
  border-color: #b6050d transparent transparent transparent;
  top: 0px;
  right: -23px;
  z-index: 10;
}
.header-nav.header-bottom-nav{

}
.header-nav.header-bottom-nav>li{

}
.header-nav.header-bottom-nav>li>a{padding: 10px 5px;}
.header-nav.header-bottom-nav>li.active>a{/* background: #f1f1f1; *//* color: #fe0e03; */}
.header-nav.header-bottom-nav>li.active>a:after {
  /* content: ''; */
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 23px 0px 0px;
  border-color: #f1f1f1 transparent transparent transparent;
  top: 0px;
  right: -23px;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.header-nav.header-bottom-nav>li.active>a::before{
  /* content: ''; */
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 23px;
  border-color: transparent transparent #f1f1f1 transparent;
  top: 0px;
  left: -23px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  display: block;
  opacity: 1;
}
.header-nav.header-bottom-nav>li>a:hover{
  /* background: #f1f1f1; */
  color: #fe0e03;
  }
  .header-nav.header-bottom-nav>li>a:hover:after {
    /* content: ''; */
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 23px 0px 0px;
    border-color: #f1f1f1 transparent transparent transparent;
    top: 0px;
    right: -23px;
    z-index: 10;
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
  }
  .header-nav.header-bottom-nav>li>a:hover:before{
    /* content: ''; */
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 23px;
    border-color: transparent transparent #f1f1f1 transparent;
    top: 0px;
    left: -23px;
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
  }
  .page-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
.products_tabs .nav {
  position: relative;
  margin-bottom: 11px;
  /* background: #F4F4F4; */
  padding-right: 10px;
  border-bottom: 1px solid #F4F4F4;
  text-align: center;
  padding-bottom: 16px;
  border-top: 1px solid #F4F4F4;
  padding-top: 19px;
}
.products_tabs .nav li a{
  padding: 7px 24px;
  display: inline;
  z-index: 10;
  /* min-width: 116px; */
  text-align: center;
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
  /* font-family: RobotoCondensed-Bold; */
  font-size: 18px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.products_tabs .nav li.active a, .products_tabs .nav li a:hover {
  padding: 7px 24px;
  border-radius: 4px 4px 0 0;
  display: inline;
  position: relative;
  color: #fe0e03;
  cursor: pointer;
  /* font-family: RobotoCondensed-Bold; */
}
.products_tabs .nav li:after {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  background: transparent;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.products_tabs .nav li{
  position: relative;
}
.products_tabs .nav li a::after {
  content: "\f013";
  position: absolute;
  left: -11px;
  top: 10px;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 16px;

}
.products_tabs .nav li.active a::after{
  display: none;
}
.products_tabs .nav li a::before{
  width: 50px;
  top: 125%;
}
.product-small{
  /* border: 2px solid rgb(232, 232, 232); */
  /* box-sizing: border-box; */
  /* border-radius: 14px; */
  /* padding: 10px 10px 20px 10px; */
  /* overflow: hidden; */
  text-align: center;
}
.product-small .box-text{padding-bottom: 0;}
.product-small .box-text .product-title{
  height: 40px;
  margin-bottom: 8px;
  /* margin-top: 16px; */
  overflow: hidden;
  text-align: center;
}
.product-small .box-text .product-title a{
  color: #000;
  line-height: 20px;
  font-weight: 700;
}
.product-small .box-text .price-wrapper{

}
.product-small .box-text .price-wrapper .price{

}
.product-small .box-text .price-wrapper .price span{
  color: #fe0e03;
  }
.product-small .box-text .price-wrapper .price ins{
color: #fe0e03;
}
.product-small .box-text .price-wrapper .price ins span{
  color: #fe0e03;
  }
  .h3-title-cate{margin-bottom: 0;}
  .h3-title-cate h3{border-bottom: 2px solid #fe0e03;background: #F4F4F4;padding-right: 15px;margin-left: 0;margin-bottom: 20px;/* width: 98%; */position: relative;}
  .h3-title-cate h3 span{
    background: #fe0e03;
    padding: 6px 19px;
    /* border-radius: 4px 4px 0 0; */
    display: inline-block;
    color: #fff;
    position: relative;
    margin-left: 0px;
    z-index: 10;
    /* min-width: 116px; */
    text-align: center;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: -7px;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    border: unset;
    margin-left: 25px;
  }
      .h3-title-cate h3 span:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 0 46px 24px;
        border-color: transparent transparent #fe0e03 transparent;
        top: 0px;
        left: -24px;
        webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
      }
      .h3-title-cate h3 span::after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 46px 23px 0px 0px;
        border-color: #fe0e03 transparent transparent transparent;
        top: 0px;
        right: -23px;
        z-index: 10;
        webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
      }
      .blog-home h5{
        color: #000;
      }
      .text-footer p{
        font-size: 15px;
        margin-bottom: 5px;
      }
      .icon-footer{
        align-items: center;
        margin-bottom: 10px;
    }
    .icon-footer .icon-box-img{
        width: auto !important;
    }
    .icon-footer .icon-box-text{
        padding-left: 10px !important;
    }
    .icon-footer .icon-box-text p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    
    }
    #button-contact-vr {
      position: fixed;
      bottom: 100px;
      z-index: 999;
      right: 0;
    }
    
    /*phone*/
    #button-contact-vr .button-contact {
      position: relative;
      margin-top: -5px;
    }
    
    #button-contact-vr .button-contact .phone-vr {
      position: relative;
      visibility: visible;
      background-color: transparent;
      width: 90px;
      height: 90px;
      cursor: pointer;
      z-index: 11;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0);
      transition: visibility .5s;
      left: 0;
      bottom: 0;
      display: block;
    }
    
    .phone-vr-circle-fill {
      width: 65px;
      height: 65px;
      top: 12px;
      left: 12px;
      position: absolute;
      box-shadow: 0 0 0 0 #c31d1d;
      background-color: #cf203170;
      border-radius: 50%;
      border: 2px solid transparent;
      -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
      animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
      transition: all .5s;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-animuiion: zoom 1.3s infinite;
      animation: zoom 1.3s infinite;
    }
    
    .phone-vr-img-circle {
      background-color: #CF2031;
      width: 40px;
      height: 40px;
      line-height: 40px;
      top: 25px;
      left: 25px;
      position: absolute;
      border-radius: 50%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
      animation: phone-vr-circle-fill 1s infinite ease-in-out;
    }
    
    .phone-vr-img-circle a {
      display: block;
      line-height: 37px;
    }
    
    .phone-vr-img-circle img {
      max-height: 25px;
      max-width: 27px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
    }
    
    @-webkit-keyframes phone-vr-circle-fill {
      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 zoom {
      0% {
          transform: scale(.9)
      }
    
      70% {
          transform: scale(1);
          box-shadow: 0 0 0 15px transparent
      }
    
      100% {
          transform: scale(.9);
          box-shadow: 0 0 0 0 transparent
      }
    }
    
    @keyframes zoom {
      0% {
          transform: scale(.9)
      }
    
      70% {
          transform: scale(1);
          box-shadow: 0 0 0 15px transparent
      }
    
      100% {
          transform: scale(.9);
          box-shadow: 0 0 0 0 transparent
      }
    }
    
    .phone-bar a {
      position: fixed;
      bottom: 25px;
      left: 30px;
      z-index: -1;
      color: #fff;
      font-size: 16px;
      padding: 8px 15px 7px 50px;
      border-radius: 100px;
      white-space: nowrap;
    }
    
    .phone-bar a:hover {
      opacity: 0.8;
      color: #fff;
    }
    
    #zalo-vr .phone-vr-img-circle {
      background-color: #1F5E9D;
    }
    
    #zalo-vr .phone-vr-circle-fill {
      box-shadow: 0 0 0 0 #1f5e9da3;
      background-color: #1f5e9d7a;
    }
    .page_title {
      position: relative;
      margin-bottom: 11px;
      background: #F4F4F4;
      padding-right: 10px;
      border-bottom: 2px solid #fe0e03;
      /* margin-left: 4px; */
      /* margin-top: 16px; */
      /* margin-right: -23px !important; */!i;!;
  }
  .page_title span {
    background: #fe0e03;
    padding: 12px 11px;
    display: inline-block;
    position: relative;
    margin-left: 0px;
    z-index: 10;
    min-width: 116px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    /* font-family: RobotoBold; */
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: -8px;
    margin-left: 23px;
}
.page_title span::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 44px 24px;
  border-color: transparent transparent #fe0e03 transparent;
  top: 0px;
  left: -24px;
  webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.page_title span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 23px 0px 0px;
  border-color: #fe0e03 transparent transparent transparent;
  top: 0px;
  right: -23px;
  z-index: 10;
  webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
.breadcrumb {
  display: flex;
  padding: 17px 0 12px 0;
  border-bottom: 1px solid #EEE;
  margin-bottom: 0;
}
.breadcrumb::after {
display: block;
clear: both;
content: " " 
}
.breadcrumb__item {
display: inline-block;
margin-right: 20px;
list-style: none;
color: #0183BF;
position: relative;
}
.breadcrumb__item a {
color: #737373;
text-decoration: none;
}
.breadcrumb__item a:hover {
color: #000;
}
.breadcrumb__item::after {
 display: block;
width: 14px;
height: 15px;
color: #b6af96;
content: "›";
position: absolute;
top: 0;
right: -22px;
}
.breadcrumb__item:last-child a{
color: #5a5a5a;
}
.breadcrumb__item:last-child::after {
content: "" !important;
display: none;
}
.text-lienhe p{
  margin-bottom: 0;
}
.col-bottom{
  padding-bottom: 0;
}
.separator{
  padding: 0 10px;
}
.page_title::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 44px 24px;
  border-color: transparent transparent #fff transparent;
  top: 0px;
  left: 0;
  webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  transform: rotate(180deg);
}
.h3-title-cate h3::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 44px 24px;
  border-color: transparent transparent #fff transparent;
  top: 0px;
  left: 0;
  webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  transform: rotate(180deg);
}
#secondary{

}
#secondary aside{
  border: 1px solid #F5F5F5;
}
#secondary aside .widget-title{
  color: #fe0e03;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 7px;
  border-bottom: 3px #F5F5F5 double;
  text-transform: uppercase;
  padding-bottom: 7px;
  /* font-weight: 500; */
  padding: 10px;
  width: 100%;
  display: block;
}
#secondary aside  .is-divider{
  display: none;
}
#secondary aside ul{

}
#secondary aside ul li{
  margin: 0px 0px;
  border-bottom: 1px solid #EFEFEF;
  padding: 5px 0px;
  list-style: none;
}
#secondary aside ul li a{
  color: #333;
  display: block;
  font-size: 18px;
  margin-bottom: 1px;
  padding: 7px 7px 7px 27px;
  text-decoration: none;
  font-weight: 500;
  /* padding-left: 24px; */
  position: relative;
}
#secondary aside>ul>li a:before {
  content: "\f138";
  position: absolute;
  top: 11px;
  font-family: FontAwesome;
  font-weight: normal;
  left: 9px;
  color: #fe0e03;
  -webkit-transition: 0.7s ease-in-out all;
  transition: 0.7s ease-in-out all;
  font-size: 13px;
}
.blog-right{

}
.blog-right .col-inner{
  box-shadow:unset
}
.blog-right .col{padding-bottom: 10px;}
.blog-right .col .box-text{
  padding: 0;
  padding-left: 10px;
}
.blog-right .col .box-text h5{
  color: #000;
  font-size: 14px;
}
#shop-sidebar{

}
#shop-sidebar aside{
  border: 1px solid #F5F5F5;
}
#shop-sidebar aside .widget-title{
  /* color: #fe0e03; */
  /* cursor: pointer; */
  /* font-size: 17px; */
  /* margin-bottom: 7px; */
  /* border-bottom: 3px #F5F5F5 double; */
  /* text-transform: uppercase; */
  padding-bottom: 7px;
  /* font-weight: 500; */
  padding: 10px;
  width: 100%;
  display: block;
  background: #3a4a95;
  color: #fff;
  text-align: center;
}
#shop-sidebar aside  .is-divider{
  display: none;
}
#shop-sidebar aside ul.product-categories{

}
#shop-sidebar aside ul.product-categories li{
  margin: 0px 0px;
  border-bottom: 1px solid #EFEFEF;
  padding: 5px 0px;
  list-style: none;
}
#shop-sidebar aside ul.product-categories li a{
  color: #333;
  display: block;
  /* font-size: 17px; */
  margin-bottom: 1px;
  padding: 7px 7px 7px 27px;
  text-decoration: none;
  font-weight: 500;
  /* padding-left: 24px; */
  position: relative;
}
#shop-sidebar aside>ul.product-categories>li a:before {
  /* content: "\f138"; */
  position: absolute;
  top: 11px;
  font-family: FontAwesome;
  font-weight: normal;
  left: 9px;
  color: #fe0e03;
  -webkit-transition: 0.7s ease-in-out all;
  transition: 0.7s ease-in-out all;
  font-size: 13px;
}
.hotline_detail {
  position: relative;
  margin-top: 10px;
  padding-left: 38px;
  line-height: 33px;
}
.hotline_detail::before {
  position: absolute;
  content: "\f095";
  font-family: FontAwesome;
  left: 0;
  font-size: 16px;
  top: 4px;
  color: #ffffff;
  background: #fe0e03;
  padding: 11px 9px 11px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  box-sizing: border-box;
  line-height: 7px;
}
.hotline_detail p{margin-bottom: 0;}
.hotline_detail_2 {
  margin-top: 10px;
}
.hotline_detail_2 p{

}
.hotline_detail_2 a {
  position: relative;
  padding-left: 38px;
  display: inline-block;
}
.hotline_detail_2 a:first-child:before {
  background: url(images/zalo1.png) no-repeat;
  content: '';
  position: absolute;
  top: -2px;
  left: 3px;
  width: 30px;
  height: 30px;
}
.product-main{
  padding-bottom: 0;
  padding-top: 0;
}
.icon-hotro{

}
.icon-hotro h3{
  margin-bottom: 5px;
}
#product-sidebar{

}
#product-sidebar aside{
  border: 1px solid #F5F5F5;
}
#product-sidebar aside .widget-title{
  /* color: #fe0e03; */
  /* cursor: pointer; */
  /* font-size: 17px; */
  /* margin-bottom: 7px; */
  /* border-bottom: 3px #F5F5F5 double; */
  /* text-transform: uppercase; */
  /* padding-bottom: 7px; */
  /* font-weight: 500; */
  /* padding: 10px; */
  /* width: 100%; */
  display: block;
  font-size: 16px;
  background: #3a4a95;
  text-align: center;
  color: #fff;
  line-height: 25px;
  padding: 10px 0px;
}
#product-sidebar aside  .is-divider{
  display: none;
}
#product-sidebar aside ul.product-categories{

}
#product-sidebar aside ul.product-categories li{
  margin: 0px 0px;
  border-bottom: 1px solid #EFEFEF;
  padding: 5px 0px;
  list-style: none;
}
#product-sidebar aside ul.product-categories li a{
  /* color: #333; */
  /* display: block; */
  /* font-size: 18px; */
  /* margin-bottom: 1px; */
  /* padding: 7px 7px 7px 27px; */
  /* text-decoration: none; */
  /* font-weight: 500; */
  /* padding-left: 24px; */
  /* position: relative; */
}
#product-sidebar aside>ul.product-categories>li a:before {
  /* content: "\f138"; */
  position: absolute;
  top: 11px;
  font-family: FontAwesome;
  font-weight: normal;
  left: 9px;
  color: #fe0e03;
  -webkit-transition: 0.7s ease-in-out all;
  transition: 0.7s ease-in-out all;
  font-size: 13px;
}
.product-info {
  padding-bottom: 0;
}
.cate-danhmuc-home{
  /* border: 1px solid #E7E7E7; */
  /* border-radius: 4px; */
  /* position: relative; */
}
@media(max-width:549px){
  .products_tabs .nav li{
    margin-bottom: 10px;
  }
  .products_tabs .nav li a::before {
    top: 100%;
}
.h3-title-cate h3 span{
  padding: 9px 19px;
}
.blog-right {
}
.blog-right .box-vertical .box-image {
  width: 35% !important;
  direction: ltr;
        display: table-cell;
        vertical-align: middle;
}
.blog-right .box-vertical{
  display: table;
  width: 100%;
}
.blog-right .box-vertical .box-text {
  direction: ltr;
  display: table-cell;
  vertical-align: middle;
}
.breadcrumb{
  display: block;
}
}

.section-sp .lien-he-price,.section-sp .product-title a{
    color: white !important;
}
.section-cho-thue h5{
    min-height: 42px;
}
.absolute-footer{
    display: none;
}
.section-footer-1 form{
    margin-bottom: 0px;
}
.section-footer-1 form input{
    margin-bottom: 0px;
}
.section-footer-1 .wpcf7-text{
    height: 30px;
}
.section-footer-1 form textarea {
    min-height: 80px; /* This probably looks like 6 rows */
    line-height: 1.5;
    resize: vertical;
}
.section-footer-1 .wpcf7-submit{
        margin-right: 0px;
    background: #2E3192 !important;
    float: right;
    margin-top: -64px;
}
#footer p{
    margin-bottom:4px;
}
.copy_r ul{
    margin-bottom: 0px;
    list-style: none
}
.title-footer-big{
    font-size:20px;
}
.title-footer{
    font-weight: bold;
}
.copy_r ul li {
    margin-bottom:0px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
}
.copy_r ul li img {
    vertical-align: middle;
    margin-right: 9px;
}
.p-hotline{

    color: #ed1c24;
    font-size: 22px;
    font-family: avob;
    line-height: 24px;
}
.p-tren{
    font-size:12px;
}
.header-bottom-nav > li{
        padding-left: 15px;
        background: url(images/line.png) no-repeat;

}
.div-tin-ngang .box-image .image-cover{
        border: 1px solid #dedede;
}
.row-ten-cty{
    padding-top: 30px;
}
.header-bottom .nav-dropdown-default li a{
    color: white;
}
.nav-dropdown-default {
       border: none;
       padding: 0px;
       background: #3a4a95;
}
.header-search-form-wrapper .ux-search-box .search-field {
        border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: none;
    height: 30px;
}
.header-search-form-wrapper .ux-search-box .ux-search-submit{
        border: none;
        min-height: 30px;
        border-bottom-right-radius: 25px;
        color: #ed1c24;
        background: white !important;
        border-top-right-radius: 25px !important;
        /* height: 32px; */
        line-height: 30px;
}
.right_top {
        padding-right: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ten_cty {
    font-family: helvetica;
    color: #ed1c24;
    font-size: 30px;
    padding-left: 40px;
    text-transform: uppercase;
}
div.wap_thongtin {
        margin-top: -20px;
    background: #f2f2f2 url(images/top.jpg) no-repeat left top;
    font-size: 13px;
    height: 41px;
    line-height: 41px;
    padding-left: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-danh-muc .product-category{
	padding-bottom: 0px !important;
}
.section-danh-muc .box-image,.section-danh-muc .box-image img{
    width: 130px !important;
    height: 130px !important;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 8px 3px 0px #C6C6C6;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
}
.section-noi-bat .nav-simple li{
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    margin: 7px;
    color: #424242;
    font-size: 16px;
    font-family: robotom;
    cursor: pointer;
    text-transform: uppercase;
}
.product-small .box-image{
    border: 1px solid #DDDDDD;
}
.section-noi-bat .nav-simple li.active,.section-noi-bat .nav-simple li:hover{
   background: #2E3192;
    color: #fff !important;
    transform: skew(20deg);
}
.section-noi-bat .nav-simple li{
    transition: none;
}
.section-noi-bat .nav-simple li:hover span ,.section-noi-bat .nav-simple li.active span{
    transform: skew(-20deg);
    display: block;
    color: white !important;
}
.tde_gt {
    margin-bottom:0px;
    font-family: beauticap;
    color: #2d2b2b;
    font-size: 33px;
}
.ten_gt {
    font-family: helvetica;
    color: #ed1c24;
    font-size: 40px;
    text-transform: uppercase;
    padding-left: 40px;
    margin-bottom: 10px;
}
.section-gioi-thieu img{
    border-radius: 10px;
    overflow: hidden;
}
.section-gioi-thieu .img-inner:hover:before {
    transition: 1s;
    left: 100%;
}
.section-gioi-thieu .img-inner:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
div.tieude22 {
    font-family: 'robotob';
    font-size: 21px;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #333333;
    background: url(images/tde_sk.png) no-repeat right center;
}

div.tieude2 {
    font-family: 'robotob';
    font-size: 21px;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #333333;
    background: url(images/tde_vd.png) no-repeat right center;
}
.tde_sp {
    color: white;
    font-size: 33px;
    font-family: helvet;
    text-transform: uppercase;
    background: url(images/tde_g1.png) no-repeat center bottom;
    padding-bottom: 22px;
    margin-bottom: 25px;
    text-align: center;
}
.woocommerce-tabs{
    border: 1px solid #d2d2d2 !important;
}
.product-categories ul.children{
    display: block !important;
}
.product-categories .toggle{
    display: none;
}
.product-categories ul.children{
    border-left:none;
}
.product-categories li a{
        color: #454545;
        font-family: 'robotom';
        text-decoration: none;
        font-size: 14px;
        transition: 0.4s;
        display: block;
        padding: 8px 5px 5px 23px !important;
        background: url(images/muiten.png) 11px 15px no-repeat;
}

.woocommerce-result-count{
    display: none;
}

.woocommerce-tabs .product-tabs{
    padding: 0px 10px;
    border-bottom: 1px solid #d2d2d2;
}
.woocommerce-tabs .tab-panels {
    padding: 10px;
}
div.tieude_giua,.product-section-title,.blog-archive .page-title,.post h1.entry-title  {
    font-size: 33px;
    font-family: helvet;
    text-transform: uppercase;
    background: url(images/tde_g.png) no-repeat center bottom;
    padding-bottom: 22px;
    margin-bottom: 25px;
    text-align: center;
    color: #fe0e03;
}
.header-bottom {
        background: url(images/menu.jpg) repeat-x;
}
.product-images img {
    padding: 20px;
    border: 1px solid #ddd;
}
.mega_main_menu li.default_dropdown > .mega_dropdown > li > .item_link {
    display: block;
    float: none;
    padding: 10px 13px;}
#main_ul-primary > li > a span,#main_ul-primary > li > a:after{
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}
#main_ul-primary > li > a:hover span{
    color: #F6D001
}
.mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li:last-child > .item_link:before, .mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li > .item_link:before, .mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > .nav_logo:before, .mega_main_menu.direction-horizontal.first-lvl-separator-smooth > .menu_holder > .menu_inner > ul > li.nav_search_box:before{
    display: none;
}
.mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link{
    background:transparent;
}
.mega_main_menu.primary > .menu_holder > .mmm_fullwidth_container{
    background: transparent;
}
.mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:focus, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.keep_open > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link{
    background:transparent;
}
.mega_main_menu {
    background:transparent;
}
.post-sidebar .widget-title {
        display: block;
    color: white;
    background: #333366;
    text-align: center;
    padding: 11px;
}
.widget .is-divider {
    margin-top: 0px;
}
.blog-archive .box-vertical{
        border: 1px solid #dedede;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection{
    box-shadow: none;
}
.row-lien-he h1{
    color: #333366;
    font-size:20px;
}
.row-form h3{
        color: #333366;
    font-size:20px;
}
.row-lien-he ul li{
    list-style: none;
    margin-left:0px;
}
.row-lien-he ul li i{
     color: #333366;
    margin-right: 4px;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    font-size: 1.1em;
    display: block;
    height: 2.25em;
    line-height: 2.3em;
    text-align: center;
    width: auto;
    min-width: 2.25em;
    padding: 0 7px;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid currentColor;
    transition: all .3s;
    vertical-align: top;
}
.form-group .button_cart_buy_enable p, .form-group .button_cart_buy_disable p {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    line-height: initial;
    font-size: 12px;
    font-weight: 400;
}
.form-group .button_cart_buy_enable span, .form-group .button_cart_buy_disable span {
    line-height: initial;
    text-transform: uppercase;
    width: 100%;
    float: left;
    display: block;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.form-group .button_cart_buy_enable {
    background: #336;
    border: solid 1px transparent;
    position: relative;
}
.form-group .button_cart_buy_enable, .form-group .button_cart_buy_disable {
    height: 55px;
    width: 48%;
    margin-left: 0px;
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: initial;
    padding: 0px 15px;
    border-radius: 3px;
    margin-top: 0px;
    text-transform: inherit;
    border: solid 1px transparent;
    background: #F6C125;
    font-weight: 400;
    float: left;
    margin-right: 2%;
}
.woocommerce-tabs .tab-panels{
    margin-top: 3px;
}
.woocommerce-tabs li a{

    color: #336;

}
.product-section{
    border-top:none;
}
.is-divider{
    display: none;
}
.widget_product_categories ul li a{
    padding: 10px;
}
.woocommerce-tabs li.active a{
    color: #3a4a95;
    border-top: 1px solid #dedcdc;
}
.woocommerce-tabs li a:before{
    display: none;
}
.widget_product_categories .widget-title {
        color: #fff;
        text-align: center;
        background: #3a4a95;
        padding: 10px;
        text-transform: uppercase;
        font-family: 'robotob';
        font-size: 16px;
        display: block;
        width: 100%;
}
.widget_product_categories{

    border: 1px solid #d6d6d6;
}
.woocommerce-tabs li a{
    /* border-top:none; */
}
.product-footer .woocommerce-tabs{border: 0px !important;}
.is-divider{
    background-color: transparent;
}
.box-vertical h5.post-title {
    color: #336
}
.product-small .box-image:before{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
}
.product-small .box-image:hover:before {
    webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}


.product-small a.nut-xem-them{
    background: #434a6e;
    text-decoration: none;
    color: white;
    padding: 8px;
    border-radius: 4px;
}

span.amount{
     color: #f70000;
}
.lien-he-price{
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    color: #f70000;
    font-weight: 700;
    margin-right: 10px;
}

.product-title a{
    color: #336;
    min-height: 36px;
    font-weight: bold;
}
b, strong {
    font-weight: bold;
}
.rotate{-webkit-animation-name:rotate;-webkit-animation-duration:4s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotate;-moz-animation-duration:4s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotate{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}
.rotate {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
.contactnow .innercontactnow a span {
    text-transform: uppercase;
    width: 100%;
    float: left;
    line-height: 0;
}
.contactnow .innercontactnow a {
    display: block;
    text-align: center;
    line-height: 38px;
    margin-top: -15px;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.contactnow {
    position: fixed;
    top: 10%;
    right: 50px;
    width: 115px;
    height: 115px;
    z-index: 99;
    cursor: pointer;
}
.contactnow .rotate {
    width: 115px;
    height: 115px;
    background-image: url(images/rotate_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.contactnow .innercontactnow {
    position: relative;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-image: url(images/bg_contactnow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
*, input, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.entry-content{
    padding-top: 0px;
}
.post-sidebar{
    padding-left: 5px;
    padding-right: 5px;
}
.row-divided>.col+.col:not(.large-12) {
    border-left:none
}
.div-anh .img-inner:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.3);
}
.div-anh .img-inner:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,0.3);
}
.div-anh .img-inner:before{
        position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.div-anh .img-inner:after{
        position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.html_topbar_left{min-width:900px}
.wap_thongtin{color:#000;padding-top:5px;}
.wap_thongtin i{margin-right:10px} 
h2.title-home{
    font-size: 40px;
    margin-bottom: 8px;
}
.section-vi-sao h4{
        font-size: 16px;
    margin-bottom: 0px;
}
.section-vi-sao .icon-box p{
        opacity: .5;
    font-size: 14px;
}
.section-email .your-email{
    width: 74%;
    border-radius: 8px;
    float: left;
}
.section-email input.wpcf7-email,.section-email .wpcf7-submit {
    border-radius: 4px
}
.gallery-col .box-text{
    display: none;
}
.div-no-padding{
    padding-bottom: 0px;
}
a {text-decoration:none !important}
.header-top{background:none !Important}
.header-bottom {
    background: #3a4a95 !important;
}
/*Màu sắc button*/
.social-button, .social-icons .button.icon:not(.is-outline), .social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important;
}
.button.facebook,.button.facebook:not(.is-outline), .button.facebook:hover {
color: #fff;
    background-color: #446084;
    border-color: #446084;
}
.button.twitter,.button.twitter:not(.is-outline), .button.twitter:hover {
	color: white !important;
   background : #2478ba !important;
    border-color: #2478ba;
}
.button.email,.button.email:not(.is-outline), .button.email:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}
.button.pinterest,.button.pinterest:not(.is-outline), .button.pinterest:hover {
color: #fff !important;
    background-color: #cb2320  !important;
    border-color: #cb2320  !important;
}

.button.google-plus,.button.google-plus:not(.is-outline), .button.google-plus:hover {
color: #fff !important;
    background-color: #dd4e31 !important;
    border-color: #dd4e31  !important;
}
.button.linkedin,.button.linkedin:not(.is-outline), .button.linkedin:hover {
color: #fff !important;
    background-color: #0072b7 !important;
    border-color: #0072b7     !important;
}

.single-date{
        border-bottom: 1px dashed #ededed;
}
.post h1.entry-title{
    font-size: 24px !important;
}
/*Kết thúc màu sắc*/


.box-none .box-text {
    display: block !important;  
}
footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgba(0,0,0,0) url(images/line1.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
    color: #333366;
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}

.mega_main_menu.primary ul li .mega_dropdown > li > .item_link, .mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text, .mega_main_menu.primary ul li .mega_dropdown, .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li .post_details > .post_description {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
  .section-noi-bat .col,.section-noi-bat,.section-sp .col,.section-sp {
        padding-bottom: 25px !important;
    }
@media(max-width: 855px){
    h2.title-home {
    font-size: 26px;}
    .product-small .product-title{
        min-height: 55px;
    }
    .box-vertical .box-image{
        margin-right: 9px;
    width: 33% !important;
    float: left;
    }
    .wpcf7-form{
        margin-bottom:0px;
    }
    .section-email .your-email {
    width: 100%;
    border-radius: 8px;
    float: unset;
}
    .contactnow {
    width: 80px;
    height: 80px;
    right: 15px;
    top: 25%;
}
    .contactnow .rotate {
    width: 80px;
    height: 80px;
}
    .contactnow .innercontactnow {
    width: 80px;
    height: 80px;
}
    .product-small .box-text .price {
 
    text-align: center;
    width: 100%;
  
}
}
@media(max-width: 855px){

    .section-noi-bat .col,.section-noi-bat,.section-sp .col,.section-sp {
        padding-bottom: 0px !important;
    }
    .section-noi-bat .nav-simple li:hover span, .section-noi-bat .nav-simple li.active span {
    transform: none;
    display: block;

}
    .section-noi-bat .nav-simple li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 14px;
    margin: 6px;
    color: #424242;
    font-size: 16px;
    font-family: robotom;
    cursor: pointer;
    text-transform: uppercase;
}
    .section-noi-bat .nav-simple li.active, .section-noi-bat .nav-simple li:hover {
    background: #2E3192;
    color: #fff !important;
    transform: none;
}
    div.tieude_giua, .product-section-title, .blog-archive .page-title, h1.entry-title{
        font-size:25px;
    }
    .tde_sp{
font-size: 25px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}