
/* =======================================================
*
*   Template Style 
*
* ======================================================= */
@font-face{
  font-family:"Roboto-BoldCondensed";
  src: url(../../assets/fonts/Roboto-BoldCondensed.ttf);
  src: local("Roboto-BoldCondensed"), url(../../assets/fonts/Roboto-BoldCondensed.ttf) format("truetype");
}
@font-face{
  font-family:"Roboto-Condensed";
  src: url(../../assets/fonts/Roboto-Condensed.ttf);
  src: local("Roboto-Condensed"), url(../../assets/fonts/Roboto-Condensed.ttf) format("truetype");
}
body{
  font-family: 'Roboto-Condensed' !important;
}
h1, h2, h3, h4, h5, p{
  font-family: 'Roboto-Condensed' !important;
}
input, textarea, button{
  font-family: 'Roboto-Condensed' !important;
}
a{
  cursor: pointer;
}
.btn-danger:hover {
    color: #000;
    background-color: #f3d028;
    border-color: #f3d028;
}
.btn-danger {
    background-color: #000;
    border-color: #000;
}
.fa-spinner {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.ghichu input {
      width: 100%;
      border: none;
      margin-left: 5px;
  }
  .ghichu input:focus {
      outline: none;
  }
  .ghichu {
      border-bottom: dashed 1px #E5E5E5;
      width: 100%;
      display: inline-flex;
      margin: 8px 0px 0px 0px;
      padding-top: 5px;
      white-space: nowrap;
  }
.title-new{
    font-size: 23px;
    font-family:"Averta-Regular";
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;    
  }
  .write{
        color: #fff;
    }
    .write:after{
    position: absolute;
    content: '';
    width: 100%;
    border-bottom: solid 1px #ccc;
    bottom: 1px;
    left: 0;
    z-index: 1;
  }
  .write:before{
    position: absolute;
    content: '';
    width: 100px;
    border-bottom: solid 4px #fff;
    bottom: 0;
    z-index: 2;
  }
    .black{
        color: #000;
    }
  .black:after{
    position: absolute;
    content: '';
    width: 100%;
    border-bottom: solid 1px #ccc;
    bottom: 1px;
    left: 0;
    z-index: 1;
  }
  .black:before{
    position: absolute;
    content: '';
    width: 100px;
    border-bottom: solid 4px #F15A2B;
    bottom: 0;
    z-index: 2;
  }
.alert{
  font-family:"Averta-Regular" !important;
}
.checka{
  float: left; margin-top: 10px; margin-left: 20px;
}
.checka input{
    top: 9px;
  }
.infobuy{
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: -webkit-sticky;
  position: sticky; 
  top: 0px;
}
@media only screen and (max-width: 480px) {
  .infobuy{
    position: relative; top: 0px;
  }
  .checka{
    float: left; margin-top: 10px; margin-left: 10px; white-space: nowrap;
  }
  .checka input{
    top: 12px;
  }
}
.tensp {
  padding: 0;
  margin: 0;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 36px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumbs{
    width: 30%;
    min-width: 80px;
    /* display: flex; */
    height: 80px;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    background: url(https://mihalogistics.vn/images/loading.gif) no-repeat center center;
    background-size: 30% auto;
    align-items: center;
    justify-content: center;
  }
  .thumbs img{
    width: 100%;
    min-width: 100%;
  }
  div.thuoctinh p{
    padding: 0;
    margin: 0;
    font-size: 13px;
  }
  .form-control-soluong{
    width: 60px;
    padding: 0px 5px;
    text-align: center;
  }
 #empty{
    position: relative;
  }
  .resule{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.5s;
  }
  .resules{
    z-index: 4;
    transition: 0.5s;
  }
  .resule img{
    width: 30px;
    display: block;
    margin: 0 auto;
  }
  .disable{
    background: #b0b0b0;
    border-color: #b0b0b0 !important;
    color: #fff;
  }
.testb{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    border:solid 1px #e5e5e5; 
    background: #e5e5e5;
    display: flex;
    align-items: center;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 2;
  }
  .testb span.thongtincart{
    padding-left: 20px;
  }
  .tab-shop-title{
    margin-top: 20px;
    background: #FCFCFC !important;
  }
  .tab-shop-title:first-child{
    margin-top: 0px;
  }
  .testa{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    position: relative;
    border:solid 1px #e5e5e5;   
  }
  .testa li{
    padding: 10px;
  }
  .testa div.col-div-1, .testa div.col-div-2, .testa div.col-div-3, .testa div.col-div-4{   
    display: flex;
  }
  .testa div.col-div-1{
    width: 41%;
  }
  .testc div.col-div-1{
    width: 55% !important;
  }
  .testa div.col-div-2{
    width: 17%;
  }
  .testc div.col-div-2{
    width: 20% !important;
  }
  .testa div.col-div-3{
    width: 41%;
    align-items: center;
  }
  .testc div.col-div-3{
    width: 25% !important;
  }
  
  .testa .cart-1{
    width: 8%;
    text-align: left;
    display: inline-flex;
    align-items: center;
  }
  .testa .cart-2{
    width: 88%;
    padding-left: 0;
  }
  .testa .cart-3{
    width: 100%;
  }
  .testa .cart-4{
    width: 23%;
    /* text-align: center; */
  }
  .testc .cart-4{
    width: 50% !important;
  }
  .testa div.col-div-3 .cart-1{
    width: 8%;
  }

  #muahang a{
    border-radius: 0;
  }
  .tongtiente, .tongtienviet{
    color: #ff4400;
  }
  .chuto{
    color: #ff4400;
    font-weight: bold;
    font-size: 18px;
    padding-left: 3px;
  }
  .testb_c{
      text-align: right; width: 100%; 
  
    }
  @media only screen and (max-width: 480px) {
    .testa .cart-1{
      width: 12%;
      text-align: left;
    }
    .testc .cart-4{
      /* width: 100% !important; */
      display: flex;
      align-items: center;
      white-space: nowrap;
      column-gap: 10px;
      min-width: 104px;
      justify-content: flex-end;
      /* border: solid 1px red; */
    }
    .testa{
      display: block;
    }
    .testa div.col-div-1{
      width: 100%;
    }
    .testc div.col-div-1{
      width: 100% !important;
    }
    .testa div.col-div-2{
      width: 67%;
      position: absolute;
      right: 0;
      height: 30px;
      top: 42px;
      /*line-height: 40px;*/
      text-align: left;
    }
    .testc div.col-div-2{
      width: 67% !important;
    }
    .testa div.col-div-2 p{
      padding-right: 5px;
      padding-left: 0;
      float: left;
      color: #666;
      font-size: 11px;
    }
    .testa div.col-div-3{
      width: 100%;
      display: flex;
      justify-content: flex-end;
    }
    .testc div.col-div-3{
      margin-left: 0;
      width: 100% !important;
      height: 30px;
      line-height: 10px;
      /* text-align: right; */
      column-gap: 10px;
    }
    .testc div.col-div-3 li{
      padding-top: 0;
      padding-bottom: 0;
    }
    .testa div.col-div-3 span{
      line-height: 30px;
    }
    .testa div.col-div-3 input{
      /*border: none;
      box-shadow: none;*/
      margin-top: 9px;
    }
    .col-div-3-mb{
      height: 20px; line-height: 20px;
    }
    .col-div-3-mb li{
      padding: 4px 10px;
    }
    .anhmobile{
      display: none;
    }
    .testb_c{
      display: flex;
      align-items: center;
    }
    .testb span.thongtincart {
        padding-left: 0px;
        width: 100%;
        display: block;
    }
    .testb span.thongtincarts {
        width: 30%;
        display: block;
    }
    .chuto {
        font-size: 14px; 
    }
    .infocart{
      width: 45%;
      display: block;
    }
    .infocartc{
      width: 64%;
      display: block;
      padding: 5px;
      line-height: 20px;
    }
    .infocart span.thongtincart{
      padding-right: 10px;
    }
    #emptycart h5{
      padding-top: 10px;
    }
  } 
#thanhtoanvd a{
    color: #fff;
    background: red;
    position: absolute;
    right: 15px;
    padding: 6px 15px;
    z-index: 9;
    border-radius: 4px;
    cursor: pointer;
}
.alert-danger{
  color: #FF5000 !important;
}
 .chitietsanpham{
    font-family: Roboto-Condensed;
    /* HIDE RADIO */
  }
  .img_radio { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
.icon-fix-trong{
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #2e1908;
}
.icon-fix-trong i{
  display: block;
  padding-bottom: 10px;
  font-size: 40px;
  color: #f5813d;
}
img, iframe {
    max-width: 100%;
}
.search-top .nav-tabs > li > a {
    background: #d3cdcd;
    color: #211f20;
}
.search-top .nav-tabs > li.active > a, .search-top .nav-tabs > li.active > a:hover, .search-top .nav-tabs > li.active > a:focus {
    background-color: #fff;
    color: #000;
}
.sanphamsearch h3.title-fix{
  color: #000;  
}
/* IMAGE STYLES */
/*  .img_radio + img {
    cursor: pointer;
    width: 35px;
    height: 35px;
  }*/
  .thumb-color img {
    cursor: pointer;
   
    height: 100% !important;
    
  }
#urltimchietkhau, #muasanpham #data, #mvdsearch #mvd{
  border: solid 2px #2c292a;
}
.fh5co-project-fix{
      height: 700px;
      background-color: #F8F9FA;
      background-repeat: no-repeat;
      background-position: top center;
      padding: 0 !important;
      display: flex;
      align-items: center;
      background-size: auto 100%;
  }
  #fh5co-project{
    padding: 8em 0px;
  }
  #travetrietkhau .khungsp{
      border-radius: 6px;
      background: #fff;
      padding: 13px 0px;
      display: flex;
    }
  @media only screen and (max-width: 900px) {
    .fh5co-project-fix{
      background: #f15a2b url(../../images/bg-mobile.jpg) no-repeat center bottom 20% !important;
      background-size: 100% auto;
      height: auto;
      padding: 2em 0 !important;
    }
    #travetrietkhau .khungsp{
      border-radius: 6px;
      background: #fff;
      padding: 13px 0px;
      display: block;
    }
  }
   #travetrietkhau{
      /*padding: 10px 5px;*/
      width: 65%;
      margin: 0 auto;
    }
    
  @media only screen and (max-width: 480px) {
    #travetrietkhau{
      /*padding: 10px 5px;*/
      width: 100%;
      margin: 0 auto;
    }
    .fh5co-project-fix{
      background: #f15a2b url(../../images/bg-mobile.jpg) no-repeat right bottom 30% !important;
      background-size: 100% auto;
      height: auto;
      padding: 2em 0 !important;
    }
    .imgsanpham{
         padding-top: 1em !important;
        width: 100%;
        display: block;
        margin: 0 auto
    }
    .thumb-color img {
      cursor: pointer;
      width: 30px;
      height: 30px;
    }
  }
ul.services-tab-nav i {
  display: block;
  padding-bottom: 0.3em;
  font-size: 50px;
}
ul.services-tab-nav li.active a h5{
  color: #F3D028;
/* text-shadow: 1px 0px 3px #333; */}
 @media only screen and (max-width: 480px) {
  ul.services-tab-nav li a h5{
   font-size: 0px;
   content: '';
   margin-bottom: 0;
   padding-bottom: 0;
  }
  ul.services-tab-nav a h5 i {
    font-size: 30px;
  }
  .tab-pane h4{
    padding-top: 1em;
  }
 }
  .thumb-color img {
    cursor: pointer;
    height: 100% !important;
    /*border-radius: 4px;*/
  }
  @media only screen and (max-width: 480px) {
    .thumb-color img {
      cursor: pointer;
      width: 30px;
      height: 30px;
    }
  }
 .thumb-color{
    /*border:solid 1px #e2e2e2;*/
    /*border-radius: 4px;*/
    margin-right: 5px;
    position: relative;
    line-height: 30px;
    /*padding: 0px 5px 0px 0px;*/
  }
  .thumb-color:hover{
    cursor: pointer;
  }
  .thumb-color span{
    font-size: 12px;
    font-weight: 100;
  }
 .bo{
    height: 35px;
    width: 100%;
    display: inline-block;
    border: 1px solid #e2e2e2;
    padding-top: 0;
    position: relative;
  }
  /* CHECKED STYLES */
  .img_radio:checked + .bo{
    border: 1px solid #f00;
    /*border-radius: 4px;*/
  }
  .img_radio:checked + .bo:after {
      content: '';
      position: absolute;
      width: 12px;
      height: 12px;
      right: 0;
      bottom: 0;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  }
  .selectborder{
    border: 1px solid #f00;
    /*border-radius: 4px;*/
  }

  .size_radio { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  .size_radio + p {
    cursor: pointer;
    border:solid 1px red;
    width: 160px;
    height: 160px;
    display: block;
    background: red;

  }

  /* CHECKED STYLES */
  .size_radio:checked + p {
    outline: 1px solid #f00;
    /*border-radius: 4px;*/
  }
  .radio-toolbar input[type="radio"] {
    display: none;
  }

  .radio-toolbar label.radiotest{
    display: inline-block;
    border:solid 1px #e2e2e2;
    /*border-radius: 4px;*/
    font-size: 12px; 
    padding: 0px 5px;
    min-width: 30px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
     margin-right: 5px;
     font-weight: 100;
     position: relative;
  }

  .radio-toolbar input[type="radio"]:checked+label.radiotest {
    border:solid 1px red;
  }
  .radio-toolbar input[type="radio"]:checked+label.radiotest:after {
      content: '';
      position: absolute;
      width: 12px;
      height: 12px;
      right: 0;
      bottom: 0;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  }
  .gia{
    font-size: 25px;
    color: #f15a2b;
  }
  .giacu{
    text-decoration: line-through;
  }
  .content-fix{
    text-align: left;
  }
  .content-fix img{
    text-align: center;
    /* width: 90%; */
    margin: 0 auto;
    display: block;
  }
  .soluong{
    padding: 5px 0px 10px 0px;
  }
  .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #000 !important;
    border-color: #000 !important;
}
.link-sp tr td{
  padding: 7px;
  text-align: justify;
}
.link-sp tr td a{ 
  display: inline-block;
  padding: 5px 0px;
  margin-top: 5px;
  margin-left: 1%;
  color: #000;
  float: left;
  width: 15%;
  text-align: center;
  border-radius: 4px;
  background: #ccc;
}
.link-sp tr td a:hover{ 
  color: #fff;
  background: #ef5b35;
}
@media only screen and (max-width: 480px) {
  .link-sp tr td a{ 
    width: 31%;
  }
}
.link-sp tr:nth-child(1) td{
  background-color: #ef5b35;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0px;
}
.link-sp tr:nth-child(3) td{
  background-color: #ef5b35;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0px;
}
.link-sp tr:nth-child(5) td{
  background-color: #ef5b35;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0px;
}
.link-sp tr:nth-child(7) td{
  background-color: #ef5b35;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0px;
}
.link-sp tr:nth-child(9) td{
  background-color: #ef5b35;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0px;
}
.link-sp tr:nth-child(11) td{
  background-color: #ef5b35;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0px;
}
.link-sp tr:nth-child(13) td{
  background-color: #ef5b35;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0px;
}
.link-sp tr:nth-child(15) td{
  background-color: #ef5b35;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0px;
}
.link-sp tr:nth-child(17) td{
  background-color: #ef5b35;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0px;
}
.link-sp tr:nth-child(19) td{
  background-color: #ef5b35;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0px;
}
.link-sp tr:nth-child(21) td{
  background-color: #ef5b35;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 0px;
}
.thumbs2{
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.thumbs2 img{
  width: 100%;
}
#example1_wrapper .row .col-sm-12{
  overflow:auto;
  overflow-y:hidden;
}
 #example1_wrapper .col-sm-12::-webkit-scrollbar {
    height: 7px;
    cursor: pointer;
}
 
/* Track */
#example1_wrapper .col-sm-12::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
 
/* Handle */
#example1_wrapper .col-sm-12::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#example1_wrapper .col-sm-12::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4); 
}
  .cd-breadcrumb.triangle {
    /* reset basic style */

    background-color: transparent;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 0px 4px 0;
    display: inline-flex;
    text-transform: uppercase;
    font-family:"Roboto-BoldCondensed";
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 1.2em .5em 1em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    width: 100%;
    
    display: inline-block;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #000;
    border-color: #000;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: .25em 0 0 .25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;    

  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #000;
    border-color: #000;
  }
  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
    /* 
      li > *::after is the colored triangle after each item
      li::after is the white separator between two items
    */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
.tabcart{
  margin-bottom: 30px !important; display: block; margin-top: 0;
}
@media only screen and (max-width: 480px) {
  .tabcart{
    width: 100%; margin-bottom: 30px !important; display: block; margin-top: 50px !important;
  }
 .cd-breadcrumb.triangle li > * {
  font-size: 12px;
  padding: 1.5em .5em 1.3em 2.5em;
 }
}
/* -------------------------------- 

Custom icons hover effects - breadcrumb and multi-steps

-------------------------------- */
@media only screen and (min-width: 768px) {
  .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px;
  }
}

.content-fix ul{
  margin: 0;
}
.content-fix ul li{
  margin-left: 20px;
}
.link2{
   color: #f15a2b;
}
.img_product_thums{
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.img_product_thums img{
  width: 100%;
  z-index: 2;
}
.sanpham{
      border:solid 1px #e5e5e5;
      position: relative;
      min-height: 280px !important;
    }
   .sanpham span{
    color: #ccc;
    font-size: 12px;
   }
    .sptuongtu{
      position: absolute;
      background: rgb(193,8,8,0.5);
      height: 50px;
      color: #fff;
      display: flex;
      align-items: center;

      width: 100%;
      z-index: -1;
      bottom: 0;
    }
    .sanpham:hover .sptuongtu{
      z-index: 3;
    }
    .info{
      border:solid 1px #fff;
    }
    .sanpham:hover .info{
      border:solid 1px rgb(193,8,8, 1);
    }
    .gia{
      color: red;
    }
.progress__container {
         width: 100%;
         background-color: #ccc;
         border-radius: 5px;
         line-height: 2px;
         margin-top: 0px;
         position: relative;
         margin-bottom: 20px;
    }

    .progress__bar {
         height: 5px;
         background-color: #4CAF50;
         border-top-left-radius: 5px;
         border-bottom-left-radius: 5px;
         display: inline-block;
    }

    .progress__bar--failure {
         background-color: red;
    }

    .progress {
         position: relative;
    }

    .step {
         position: absolute;
         top: 10px;
         transform: translate(-50%, 0);
         text-align: center;
    }

    .step--first {
         left: 0%;
         transform: none;
         text-align: left;
    }

    .step--last {
         right: 0%;
         transform: none;
         text-align: right;
    }

    .step__content {
         display: inline-block;
         margin-top: 10px;
    }

    .step__title {
         font-size: 14px;
         padding-top: 10px;
    }

    .step__title--status-icon {
         font-size: 12px;
         font-weight: bold;
         border-radius: 25px;
         position: absolute;
         line-height: 23px;
         height: 25px;
         width: 25px;
         top: -18px;
         color: black;
         background-color: #ccc;
         transform: translate(-50%, 0);
         text-align: center;
    }
  .progress__bar_fix{
      float: left;
      margin: 0;
      padding: 0;
      text-align: right;
    }
    .step__title--status-icon-completed {
         color: white;
         background-color: #4caf50;
         border:solid 2px #fff;
    }

    .step__title--status-icon--first {
         left: -2px;
        
    }
    .step__title--status-icon--last {
       
    }
    .step__title--status-icon--lasta{
         right: -2px;
         transform: none;
    }
.anhsptt-img{
    width: 96%;
    margin-left: 2%;
  }
  .anhsptt-img img{
    width: 100%
  }
  .giasanpham{
    text-align: center;
    padding: 5px 0px;
  }
.table-miha{
  background: #ccc;
}
table#nametb {
  width:20%;
  background:#fff;
  float:left;
  border-right:1px solid #ccc;
  border-bottom: solid 1px #ccc;
}
table#datatb {
  background:#fff;
  max-width:100%;  
  min-width: 800px;
}
.mb-20{
  margin-bottom: 20px !important;
}
.mb-15{
  margin-bottom: 15px !important;
}
.mb-10{
  margin-bottom: 10px !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
td.col{
  border:1px solid  #ccc;
  border-right: none;
  padding: 5px;
  height: 40px;
  min-width: 110px;
}
td.namesp{
  min-width: 250px;
}
td.namesp input{
  width: 100%; 
  border: none; 
}
td.namesp input:focus{
  outline: none;
}
td.countcol{
  border:1px solid  #ccc;
  border-right: none;
  padding: 5px;
  height: 40px;
  min-width: 50px;
  text-align: center;
}
#datatb td:first-child {border-left: none;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    padding: 0px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 7px 15px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    color: #fff !important;
    background-color: #2c292a !important;
    border-color: #2c292a !important;
}
#wrap{
  width:80%;
  overflow:auto;
  overflow-y:hidden;
  border-right:1px solid  #ccc;
  float:left;
}
@media only screen and (max-width: 480px) {
  table#nametb {
    width:20%;
  }
  #wrap{
    width:52% !important;
  }
  td.col{
    border:1px solid  #ccc;
    border-right: none;
    padding: 5px;
    height: 40px;
    min-width: 50px;
  }
  td.countcol{
    border:1px solid  #ccc;
    border-right: none;
    padding: 5px;
    height: 40px;
    min-width: 30px;
    text-align: center;
  }
}
.bottom {background:#CCCCFF}

#wrap::-webkit-scrollbar {
    height: 7px;
    cursor: pointer;
}
 
/* Track */
#wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
 
/* Handle */
#wrap::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#wrap::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4); 
}
.wraps{
  width:80%;
  overflow:auto;
  overflow-y:hidden;
  border-right:1px solid  #ccc;
  float:left;
}
@media only screen and (max-width: 480px) {
  .wraps{
    width:52% !important;
  }
}
.wraps::-webkit-scrollbar {
    height: 7px;
    cursor: pointer;
} 
/* Track */
.wraps::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 3px;
    border-radius: 3px;
} 
/* Handle */
.wraps::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.wraps::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4); 
}
.modal-fix-cart{
      width: 100%;
    }
    #wrapc{
    width:100%;
    overflow:auto;
    overflow-y:hidden;
  }
  table#datatce {
    background:#fff;
    border-left: solid 1px #ccc; 
    border-right: solid 1px #ccc;
    width: 100%;
  }
  @media only screen and (max-width: 480px) {
    table#datatce {
      width: 1400px;
    }
    #wrapc{
      width:100% !important;
    }
  }

  #wrapc::-webkit-scrollbar {
      height: 7px;
      cursor: pointer;
  }
   
  /* Track */
  #wrapc::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
      -webkit-border-radius: 3px;
      border-radius: 3px;
  }
   
  /* Handle */
  #wrapc::-webkit-scrollbar-thumb {
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: rgba(255,0,0,0.8); 
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  }
  #wrapc::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4); 
  }

.nav-fix{
 border:solid 1px #ccc;
 border-radius: 6px;
 padding: 5px;
}
.nav-fix li{
  border-bottom: dashed 1px #ccc;
}
.nav-fix li:last-child{
  border-bottom: none
}
.nav-fix li a{
  color: #000;
}
.nav-fix li a i{
  padding-right: 15px;
}
.nav-fix li a:hover{
  color: #f15a2b;
}
.btn-info {
    color: #fff;
    background-color: #2c292a;
    border-color: #2c292a;
}
.btn-primary {
    height: 40px !important;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-success {
    color: #fff;
    background-color: #f15a2b;
    border-color: #f15a2b;
}
.btn-info:hover, .btn-primary:hover, .btn-success:hover{
    background-color: #f3d028;
    border-color: #f3d028;
color: #000;}
#modalLRForm .tab-pane {
    margin-top: 0px !important; 
    padding-top: 0px !important; 
    background: #fff;
    border: none;
}
.mb-25{
  margin-bottom: 25px !important;
  padding-bottom: 5px;
}
.prefix{
  width: 10%;
  float: left;
  border:solid 1px #ccc;
  height: 42px;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: center !important;
  border-radius: 4px 0px 0px 4px;
}
.form-register-control-fix{
  width: 90%;
  float: left;
  border-radius: 0px 4px 4px 0px;
  border-left: none;
}
#upload span{
  font-size: 12px;
  color: red;
  position: absolute;
  margin-top: 5px;
}
.tintuckhac{
  list-style: none;
  padding: 0;
  margin: 0;
}
.img_thums{
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.img_thums img{
  width: 100%;
  height: auto !important;
}
.imgsanpham{
  text-align: center;
}
.imgsanpham img{
  width: 100% !important;
}
.tensanpham{
 
  margin: 10px 0px;
  text-align: left;
}
.giasanpham, .chietkhau, .giasanpham{
  text-align: left;
}
.mt-20{
  margin-top: 20px;
}
#khaulenh, #domain{
  position: relative;
  opacity: 0;
}
  div.menu_top{
    margin: 0;
    position: relative;
    padding: 0;
    text-align: left;
    width: 100%;
    height: 35px;
    background: #fed31e;
    line-height: 35px;
  }

#fh5co-project-user{
  padding: 1.5em 0em;
  border-top: solid 1px #ccc;
}
  .modal-fix{
      top: 1em;
  }
  @media only screen and (max-width:900px) {
    div.menu_top{
      position: fixed;
      z-index: 999;
    }
  }
  @media only screen and (max-width: 780px) {
   
    .mb-25{
  margin-bottom: 0px !important;
  padding-bottom: 5px;
}
    .modal-fix{
      top: 6em;
  }
    #fh5co-project-user{
    padding: 1em 0em;
  }
    div.menu_top{
      position: fixed;
      z-index: 9999;
    }
  }
  div.menu_top span{
    padding: 0 1.2em;
    background: url(../../images/ke2.png) no-repeat right center;
    
  }
  div.menu_top .container span:last-child{
    background: none;
  }
  div.menu_top p{
    float: right;
    padding: 0;
    margin: 0;
  }
  div.menu_top span a, div.menu_top p a{
    color: #000;
    font-family: "Roboto-Condensed";
  }
  div.menu_top span a:hover, div.menu_top p a:hover{
    color: #f15a2b;
  }
  div.menu_top span:first-child{
    padding-left: 0;
  }
  div.menu_top span:last-child{
    background: none;
  }
  div.logotop img{
    margin-top: 0.5%;
    height: 98%;
  }
  
  .full-width-tabs > ul.nav.nav-tabs {
        width: 100%;
        border:none;
    }
    .full-width-tabs > ul.nav.nav-tabs > li {
        background: none;
    } 
    .tab-pane img{
      width: 100%;
      padding: 5px;
      
    }

    .tab-pane{
      background: #fff;
      border: none;
    }
    .full-width-tabs > ul.nav.nav-tabs > li > a {
        text-align: center;
        border:none;
        background: none;
        margin-bottom: 10px;
        display: all;
        width: 100%;
    }
    .full-width-tabs > ul.nav.nav-tabs > li > a svg{
         height: 80px !important;
         width: 60%;
         border:dashed 1px #ef5b35;
         padding: 15px;
         border-radius: 4px;
         margin: 0;
      }
      .text-right-test{
        text-align: right !important;
      }
      .text-left-test-a{
        text-align: left;
      }
      .trong-check{
        position: absolute !important; top: 30%;
      }
      @media only screen and (max-width: 736px) {
        .trong-check{
         position: relative !important; margin-bottom: 40px; width: 50%; margin: 0 auto;
      }
      }
       .khungsp{
        padding: 10px;
      }
    @media only screen and (max-width: 480px) {
      .khungsp{
        border:dashed 1px #f15a2b;
        border-radius: 6px;
        padding: 0px 0px 10px 0px;
      }
      .p-0-mb{
        padding: 0 !important;
      }
      .trong-check{
        position: relative !important; margin-bottom: 20px; width: 80%;
      }
      .text-left-test-a h3{
        font-size: 16px;
        font-weight: bold;
        min-height: 20px;
      }
      .text-right-test, .text-left-test-a{
        text-align: center !important;
      }
      .full-width-tabs > ul.nav.nav-tabs > li > a {
          padding: 0px;
          margin-bottom: 10px;
      }
      .full-width-tabs > ul.nav.nav-tabs > li > a svg{
         padding: 0px 5px;
         height: 60px !important;
         width: 80%;
      }
  }
    .full-width-tabs > ul.nav.nav-tabs > li.active > a g{
       fill: #fff;
    }
    .full-width-tabs > ul.nav.nav-tabs > li.active > a svg{
      background: #000;
    }
    
    .full-width-tabs > ul.nav > li > a {
      position: relative;
      
  }
  .services-section .tab-content{
    border: solid 1px #000;
    padding: 20px 0px 20px 0px;
    border-radius: 6px;
    display: flex !important;
    /* height: 400px; */
    align-items: center;
  }
   .tab-content h3{
    padding: 10px 0px;
  }

  .title{
    font-size: 30px;
    font-family:"Roboto-Condensed";
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
  }
  .title-fix{
    font-size: 18px !important;
    line-height: 140%;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 1024px) {
      .title-fix{
        font-size: 18px !important;
         line-height: 20px;
      }
  }
  .search-fix{
    padding: 1em 0px 1em 0px !important; 
    margin-bottom: 0; 
    width: 100%;
  }
  @media only screen and (max-width: 900px) {
    .search-fix{
      padding: 8em 0px 1em 0px !important;
    }
  }
  .btn-outline-primary{
        border: solid 1px #fff;
        border-radius: 25px;
        color: #fff;
        padding: 7px 20px;
    }
    .btn-outline-primary:hover{
      background: #fed31e;
      color: #000;
    }
  @media only screen and (max-width: 480px) {
    .btn-outline-primary{
        border:solid 2px #f15a2b;
        border-radius: 25px;
        padding: 5px 10px;
    }
    .search-fix{
      padding: 8em 0px 1em 0px !important;
    }
     .title{
      font-size: 28px;
    }
    .title-fix{
      font-size: 18px !important;
    }
   
  }
.acc_trigger{
  font-weight: bold;
  font-family: 'Roboto-Light';
  color: #021349;
  font-size: 1.2em;
  background: url(../images/icon-01.jpg) no-repeat left top;
  background-size: 33px auto;
  padding: 5px 0px 10px 40px;
}
.acc_trigger a{
  color: #021349;
}
.acc_trigger p{
  font-family: 'Roboto-LightItalic';
  }
#page {
  position: absolute;
  overflow: none;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 9999;
}
.dinh-dang-text3 h2, .dinh-dang-text3 span{
  color: #fff;
  font-family: 'UTM-BryantLG';
  padding: 0;
  margin: 0;
  font-size: 2em;
  font-weight: 100;
} 

.dinh-dang-text h3{
  font-size: 2em;

  color: #021349;
  font-weight: bold;
  font-family: 'Roboto-Light';
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 1em;
  border-bottom: solid 1px #021349;
   padding-bottom: 0.6em;
}

.dinh-dang-text4 h2{
  color: #fff;
  font-family: 'Roboto-Light';
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 2em;
  padding-bottom: 0.5em;
}
.dinh-dang-text4 p{
  color: #fff;
  font-weight: 100;
  font-family: 'Roboto-Light';
  padding: 0;
  margin: 0;
  font-size: 1.2em;
}


.dinh-dang-text h2{
  color: #fff;
  font-weight: bold;
  font-family: 'Roboto-Light';
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.dinh-dang-text span{
  color: #fff;
  font-size: 2em;
  font-family: 'Roboto-Light';
  text-transform: uppercase;
  margin-bottom: 2em;
}
.dinh-dang-text p{
  color: #fff;
  font-size: 1.7em;
  padding:0;
  margin: 0;
  font-family: 'Roboto-LightItalic';
}
.dinh-dang-text h1{
  color: #fff;
  font-size: 4em;
  font-family: 'UTM-Impact';
  text-transform: uppercase;
  padding:0;
  margin: 0.5em 0;
}
@media screen and (max-width: 768px) {
  .dinh-dang-text h1{
    font-size: 2.5em;
  }
  .dinh-dang-text p{  
    font-size: 1em;
  }
}
.dinh-dang-text strong{
  color: #B0B0B0;
}










.dinh-dang-text2 h2{
  color: #021349;
  font-weight: bold;
  font-family: 'Roboto-Light';
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.dinh-dang-text2 span{
  color: #021349;
  font-size: 2em;
  font-family: 'Roboto-Light';
  text-transform: uppercase;
  margin-bottom: 2em;
}
.dinh-dang-text2 p{
  color: #fff;
  font-size: 1.7em;
  padding:0;
  margin: 0;
  font-family: 'Roboto-LightItalic';
}
.dinh-dang-text2 h1{
  color: #fff;
  font-size: 4em;
  font-family: 'UTM-Impact';
  text-transform: uppercase;
  padding:0;
  margin: 0.5em 0;
}
.dinh-dang-text2 strong{
  color: #B0B0B0;
}













@media screen and (max-width: 768px) {
  .dinh-dang-text2 span{
    font-size: 1.5em;
  }
  #page {
    overflow-x: hidden;
    height: 100%;
  }
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: red;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer !important;
}
a:hover, a:active, a:focus {
  color: #F95959;
  outline: none;
  text-decoration: none;
}

p {
  /* margin-bottom: 20px; */
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Roboto-Light", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #F95959;
}

::-moz-selection {
  color: #fff;
  background: #F95959;
}

::selection {
  color: #fff;
  background: #F95959;
}
.menuheader{
  width: 100%; 
  z-index: 9999; 
  height: 80px;
  background:#fff;
}

.fh5co-nav .top-menu {
  width: 100%;
  padding: 0px;
  background: #07135F;
  border-top: solid 4px #CBA459;
  height: 60px;
  position: relative;
}
.fh5co-nav #fh5co-logo {
  margin: 0;
  padding: 0;
  bottom: 10px;
  left: 0;
  font-weight: 700;
  position: absolute;

}
.fh5co-nav #fh5co-logo a span {
  color: #F95959;
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav div.menu-trong {
  padding: 0;
  margin: 0;
  line-height: 57px;
}
.fh5co-nav div.menu-trong span {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.fh5co-nav div.menu-trong span a {
  font-size: 13px;
  padding: 30px 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav div.menu-trong span a:hover, .fh5co-nav div.menu-trong span a:focus, .fh5co-nav div.menu-trong span a:active {
  color: #CBA459;
}
.fh5co-nav div.menu-trong span.has-dropdown {
  position: relative;
}
.fh5co-nav div.menu-trong span.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav div.menu-trong span.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav div.menu-trong span.has-dropdown .dropdown span {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav div.menu-trong span.has-dropdown .dropdown span:last-child {
  margin-bottom: 0;
}
.fh5co-nav div.menu-trong span.has-dropdown .dropdown span a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.fh5co-nav div.menu-trong span.has-dropdown .dropdown span a:hover {
  color: #fff;
}
.fh5co-nav div.menu-trong span.has-dropdown:hover a, .fh5co-nav div.menu-trong span.has-dropdown:focus a {
  color: #000;
}
.fh5co-nav div.menu-trong span.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.fh5co-nav div.menu-trong span.btn-cta a span {
  background: #f95959;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.fh5co-nav div.menu-trong span.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.fh5co-nav div.menu-trong span.active > a {
  color: #000 !important;
  position: relative;
}
.fh5co-nav div.menu-trong span.active > a:after {
  position: absolute;
  bottom: 25px;
  left: 15px;
  content: '';
  width: 20px;
  height: 2px;
  background: #F95959;
  margin: 0 auto;
}


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

.fh5co-video {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .fh5co-video {
    height: 450px;
  }
}
.fh5co-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.fh5co-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.fh5co-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#fh5co-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#fh5co-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  /*background: rgba(0, 0, 0, 0.4);*/
  z-index: 1;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
  z-index: 9;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  padding: 15px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: #F95959 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

.fh5co-bg-section {
  background: rgba(255, 255, 255, 0);
}


.fh5co-bg-section2 {
  background-image: url(../images/img_bg_1.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-bottom: solid 5px #B78D53;
}
.fh5co-bg-section3 {
  background-image: url(../images/bg_ndtin.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.fh5co-bg-section4 {
  background: rgba(255, 255, 255, 0);
}
.fh5co-bg-section5 {
  background-image: url(../images/bg_ndtin.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
}
.fh5co-bg-section6 {
  background:#0F1B65;
}
.fh5co-bg-section7 {
  background: url(../images/bg.jpg);
}
.link{
  color: #fff;
  text-decoration: none;
}
#fh5co-about,
#fh5co-question,
#fh5co-practice,
#fh5co-testimonial,
#fh5co-started,
#fh5co-blog,
#fh5co-contact{
  padding: 4em 0;
  clear: both;
}ul.news li{
  list-style: none;
}

.img_thums{
  position: relative;
  overflow: hidden;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_thums img{
/*  height: 100% !important;*/
}
#fh5co-intro{
  padding: 12em 0;
  clear: both;
  position: relative;
}
.caidat{
  position: absolute;
  bottom: 10%;
  width: 100%;
  z-index: 5;
}
.caidat h2{
  font-family: Roboto-Condensed;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 3px 3px #000;
}
@media screen and (max-width: 414px) {
  .caidat h2{
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-about,
  #fh5co-question,
  #fh5co-practice,
  #fh5co-testimonial,
  #fh5co-started,
  #fh5co-project,
  #fh5co-blog,
  #fh5co-contact{
    padding: 3em 0;
  }
}

#fh5co-counter {
  padding: 4em 0;
  clear: both;
  position: relative;
}

.fh5co-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.fh5co-counters .icon {
  width: 80px;
  height: 80px;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}
.fh5co-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  font-size: 28px;
  color: #F95959;
  background: #fff;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}
.desc h4{
  color: red;
  font-family: 'Roboto-Light';
  font-size: 1.5em;
}
.desc p{
  color: #021349;
  font-family: 'Roboto-Light';
  font-size: 1em;
}
.fh5co-counters .fh5co-counter {
  font-size: 40px;
  display: block;
  color: red;
  font-family: "", sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}
.fh5co-counters .fh5co-counter-label {
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #000;
  font-size: 14px;
  margin-bottom: 2em;
  display: block;
  font-family: 'Roboto-Light';
  font-size: 1em;
}

#fh5co-content,
#fh5co-consult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left;
}
#fh5co-content .video, #fh5co-content .choose,
#fh5co-consult .video,
#fh5co-consult .choose {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #fh5co-content .video, #fh5co-content .choose,
  #fh5co-consult .video,
  #fh5co-consult .choose {
    width: 100% !important;
  }
}
#fh5co-content .video,
#fh5co-consult .video {
  display: table;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-content .choose,
#fh5co-consult .choose {
  width: 50%;
  padding: 40px;
}

.services {
  position: relative;
  padding: 30px;
  margin-bottom: 60px;
  background: none;
  /*border: 1px solid rgbs(#000, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;*/
}
.khunganh{
  position: absolute; width: 95%; height: 100%; border:solid 2px #fff; top: 1.3em; left: 2em; z-index: 1;
}
.services h3 a {
  color: #f00;
  font-weight: bold;
  text-transform: uppercase;
  border-top: solid 3px #fff;
  padding-top: 10px;
}
.services .icon {
  width: 60px;
  height: 300px;
  display: table;
  text-align: left;
  float: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: red;
  margin-top: -15px;
  padding-right: 1em;
  position: relative;
}
.khungtext{
   padding-left: 1em;
   margin-top: 0;
}
.text-can{
  padding-top: 0em;
}
.text-can2{
  padding-top: 0em;
}
.floatright{
  float: right;
}
@media screen and (max-width: 992px) {
  .floatright{
    float: left;
  }
  .khunganh{
    left: 1em;
  }
  .text-can{
    padding-top: 2em;
  }
  .text-can2{
    padding-top: 18.5em;
  }
  .khungtext{
     padding-left: 0;
     
  }
  .services .icon {
    margin: 0 auto 30px auto;
  }
  .services .icon {
    height: 50px;
  }
  .services h3{
    font-size: 1em;
  }
  .services{width: 100%; margin: 0; padding:0;}
}
.services p {
   color: #fff;
}
.services .icon span {
  display: table-cell;
  vertical-align: left;
  height: 90px;
  font-size: 60px;
  line-height: 40px;
  color: red;
  font-weight: bold;
  font-family: 'UTM-Impact';
}
.services:hover, .services:focus {
  /* -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);*/
}
.services:hover .icon, .services:focus .icon {
 /* background: #007CB9;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);*/
}
.services:hover h3 a, .services:focus h3 a {
  color: #f00;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #F95959;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #F95959;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}


.fh5co-project > a {
  display: block;
  color: #fff;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  /*-webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);*/
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project > a h3, .fh5co-project > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 30px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-project > a span {
  font-size: 14px;
  bottom: 20px;
}
.fh5co-project > a:hover {
 /* -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);*/
}
.fh5co-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .fh5co-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fh5co-project > a:hover h3, .fh5co-project > a:hover span {
  opacity: 1;
  bottom: 55px;
}
.fh5co-project > a:hover span {
  bottom: 15px;
}
.fh5co-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .fh5co-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}




#fh5co-testimonial .testimony-slide {
  text-align: left; 

}
#fh5co-testimonial .owl-controls .owl-dots{
  width: 100%;
  position: absolute;
  text-align: center;
}
#fh5co-testimonial .owl-controls span{
  width: 20px;
  height: 20px;
  margin-top: 2em;
}
#fh5co-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  zoom: 1;
}
#fh5co-testimonial .testimony-slide figure img {
  width: 28%;
  float: left;
  border:solid 2px #B78D53;
}
#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 0px auto;
  width: 68%;
  position: relative;
  padding: 0;
  float: right;
}

#fh5co-testimonial .testimony-slide blockquote p.name-a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5em;
    color: red;
    padding:0;
    margin: 0;
    font-family: 'Roboto-Light';
}
#fh5co-testimonial .testimony-slide blockquote p.name-b{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    color: #021349;
    padding:1em 0em;
    margin: 0;
    font-family: 'Roboto-Light';
}
#fh5co-testimonial .testimony-slide blockquote p.name-c{
    font-size: 1em;
    color: #000;
    padding:0;
    margin: 0;
    font-family: 'Roboto-LightItalic';
}
@media screen and (max-width: 992px) {
  #fh5co-testimonial .testimony-slide figure img {
    width: 99%;
    border:solid 2px #B78D53;
  }
  #fh5co-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.fh5co-staff {
  text-align: center;
  margin-bottom: 30px;
}
.fh5co-staff img {
  width: 200px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.fh5co-staff p {
  margin-bottom: 30px;
}
.fh5co-staff .role {
  color: gray;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

#fh5co-started{
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#fh5co-started .overlay, #fh5co-counter .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-counter h3, #fh5co-counter h4{
  color: #fff;
}
#fh5co-started .fh5co-heading h2{
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #F95959;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-blog > a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
  .padingtop{
     padding-top: 100px;
  }
}
.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  background: #fff;
  border: 1px solid rgbs(#000, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #F95959;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}
.fh5co-blog .blog-text:hover {
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
#fh5co-footer{
  background: #F8F9FA;
  /*background: url(../images/city-1117433_960_720.png) right center repeat-x;*/
  padding-bottom: 10px;
}
.chantrang{
  width: 100%;
  margin: 0 0px 20px 0px;
  box-shadow: 3px 3px 3px #ccc;
  border-radius: 6px;
  text-align: left;
  font-weight: bold;
  height: 70px;
  border:solid 1px #ccc;
 
  display: flex;
  align-items: center;
  }
  .chantrang p{
     font-family: Roboto-BoldCondensed !important;
  }
  .chantrang a{
    color: #999;
  }
  .chantrang i{
    padding: 10px 20px;
    background: #ef5b35;
    color: #fff;
    font-size: 24px;
    height: 70px;
     display: flex;
    align-items: center;
    border-radius: 6px 0px 0px 6px;
    margin-right: 15px;
  }
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer h4{

  font-size: 1.5em;
  font-family: 'Roboto-Light';
}
#fh5co-footer p{

  font-size: 1em;
  font-family: 'Roboto-Light';
  margin: 0;
  padding:0;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #fff;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}


.fh5co-header-links li {
  padding: 0;
  margin: 0 2em;
  float: left;
  list-style: none;
}
.fh5co-header-links li a {
  color: #021349;
  text-decoration: none;
  font-weight: bold;
}
.fh5co-header-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}


@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .copyright .block {
  display: block;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas div.menu-trong {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas div.menu-trong span {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
#fh5co-offcanvas div.menu-trong span > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas div.menu-trong span.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas div.menu-trong span.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas div.menu-trong span.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 30px;
  height: 30px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 5px !important;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #000;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
.p-0{
  padding: 0 !important;
  } 
.m-0{
  margin: 0 !important;
}
.mt-10{
  margin-top: 10px !important;
}
.btn-ck{
  width: 100%;
}
.primary-fix{
  height: 41px !important;
}
.mb-2-fix{
  padding: 0;
}
.mb-2{
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px 4px 4px 0px;
  min-width: 16%;
  height: 100%;
}
.form-control-fix{
  min-width: 85%;
  border-radius: 4px 0px 0px 4px;
}
.btn-fix{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 42.4px !important;
}
.btn-fix, .btn-fix-border {
  background: #2c292a;
  border: solid 1px #2c292a;
  outline: none;
  transition: all .2s ease-out;
  color: #fff;
}
.btn-fix:focus, .btn-fix-border:focus{
  outline: none !important;
}
.btn-fix:hover, .btn-fix:active, .btn-fix:focus, .btn-fix:active:focus, .btn-fix-border:hover, .btn-fix-border:active, .btn-fix-border:focus, .btn-fix-border:active:focus{
      border-color: #000;
      background: #fed31e;
}
.btn-fix img, .btn-fix-border img{
  height: 100%;
  padding-right: 10px;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #000;
    background-color: #f3d028 !important;
    border-color: #f3d028 !important;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
@media screen and (max-width: 480px) {

  .fh5co-nav-toggle {
    display: block;
  }
  .btn-fix img{
    padding-right: 0px;
  }
  .mt-10{
    margin-top: 10px !important;
  }
  .mb-2{
    min-width: 30%;
  }
  .form-control-fix{
    min-width: 70%;
  }
}
.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

.des {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    padding: 3px 5px;
    border-radius: 4px;
}
ul.services-tab-nav h5 {
    color: #5c656a;
}
.img-responsive {
    max-width: 100% !important;
    margin: 20px auto;
}
blockquote {
    padding: 5px 20px;
    margin: 0px 0 16px;
    font-size: 13.5px;
    border-left: 5px solid #eeeeee;
}


.table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td,  .table > thead:first-child > tr:first-child > th {
    font-size: 13px;
}

/** sann pham**/
.bgred a{
    background: #aa1f25 !important;
    color: #fff !important;
    border: solid 1px #aa1f25 !important;;
  }
  .tag{
    padding: 10px 5px 30px 5px;
  }
  .tag a{
    padding: 0px 10px 0px 0px;
  }
    .pagination a{
      cursor: pointer;
    }
    #products_list{
      padding-top: 60px;
      display: block;
    }
    #products_list i{
      font-size: 14px;
    }
    #products_list .col-md-3{
      width: 20%;

    }
    
    .dcm{ position: absolute; z-index: -2; top: -1300px;}
    .item-index-list{
      border:solid 1px #ededed;
      border-radius: 6px;
      /* margin: 5px; */
      transition: .3s;
      background: #fff;
    }
    .item-index-list:hover{
      box-shadow: 0px 0px 3px #a91e25;
      border:solid 1px #a91e25;
    }
    .item-index-list .item-image{
      width: 100%;
      height: auto;
      overflow: hidden;
      position: relative;
      z-index: 1;
      border-radius: 4px 4px 0px 0px;
    }
    @media only screen and (max-width: 1024px) {
      #products_list .col-md-3{
        width: 25%;
      }
      .item-index-list .item-image{
        height: 170px;
      }
    }
    .toolorder{
      line-height: 40px; float: right !important;
    }
    .splist .active{
      color: #2c292a;
    }
    .splist > li.active > a, .splist > li.active > a:hover, .splist > li.active > a:focus {
        color: #fff;
        background-color: #2c292a;
        border: 1px solid #2c292a;
        border-bottom-color: transparent;
        cursor: default;
    }
    div#loginerro {
        color: red;
        font-style: italic;
    }
    @media only screen and (max-width: 480px) {
      .header {
          justify-content: center;
      }
      .splist{
        border-bottom: solid 1px #ccc;
      }
      .toolorder{
        float: left !important;
        width: 100%;
        padding: 5px 0px;
        border-top: solid 1px #ccc;
      }
      #products_list{
        padding-top: 20px;
        display: block;
      }
      .item-index-list .item-image{
        height: 150px;
      }
      .item-index-list{
        margin: 5px;
      }
      #products_list .col-md-3{
        width: 50%;
      }
    }
    .item-index-list .info .item-price{
      display: inline-flex;
      padding: 2px 0px;
      width: 100%;
      font-family: Roboto-Condensed;
      text-align: left;
    }
    .item-index-list .info .item-price em{
      color: #666;
      font-size: 12px;
      text-decoration: line-through;
      padding-top: 4px;
      padding-left: 10px;
    }
    .item-index-list .info .item-price span{
      color: red;
      font-size: 16px;
    }
    .item-index-list .info .coutdown p{
      height: 20px;
      color: #666;
      margin-bottom: 0px;
      font-size: 12px;
    }
    .item-index-list .info .default-fix{
      padding: 5px 10px;
      border-radius: 20px;
      font-size: 12px;
    }
    .item-index-list .info .default-fix:hover{
      background-color: #a91e25;
      color: #fff;
      border:solid 1px #a91e25;
    }
    .item-index-list .info .default-fix:focus{
      outline: none;
      color: #fff;
      background-color: #a91e25;
    }
    .item-index-list .info{
      padding: 10px 5px;
      border-radius: 0px 0px 6px 6px;
    }
    .item-index-list .info h4{
      font-family: Roboto;
      font-size: 12px;
      line-height: 20px;
      min-height: 40px;
      margin:0;
    }
    .item-index-list .info h4 a{
      color: #000;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
    .item-index-list .item-image .sale{
      position: absolute;
      width: 40px;
      line-height: 40px;
      height: 40px;
      border-radius: 100%;
      background: #a91e25;
      color: #fff;
      text-align: center;
      left: 10px; 
      top: 10px;
      z-index: 2;
      border:solid 1px #fff;
      box-shadow: 1px 2px 2px #000;
    }
    .item-index-list .item-image img{
      width: 100%;
      height: auto;
      /*width: 100%;*/
      position: relative;
      margin: 0 auto;
      display: block;
      z-index: 1;
      border-radius: 5px 5px 0px 0px;
      background: url(../../images/loading.gif) no-repeat center center;
      background-size: 30px 30px;
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
    }
    .rate .checked {
      color: #a91e25 !important;
    }
    .rate .fa-star{
      color: #ccc;
    }
    .info meter{
      width: 100%;
      height: 30px;
      position: relative;
    }

    .info meter::before {
      content: '123';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 100%;
        font-size: 11px;
        color: #000;
    }
    @media only screen and (max-width: 480px) {
      .info meter{
        height: 13px;
        margin: 5px 0px 5px 0px;
      }
      .info meter::before {
        /*top: 0px;*/
      }
      .testc .cart-4 {
          width: auto !important;
      }
      div.menu_top p {
          float: right;
          padding: 0;
          margin: 0;
          font-size: 12px;
      }
      div.menu_top span {
          padding: 0 0.5em;
          font-size: 12px;
      }
      div.menu_top span:nth-child(2){
        padding-left: 0;
      }
      div.menu_top span:nth-child(3){
        padding-right: 0;
      }
    }
    .info meter::-webkit-meter-optimum-value {
      background: #ec8c38;
    }
    .info meter::-webkit-meter-bar {
      border:solid 1px #ec8c38;
      border-radius: 6px;
      background: #f9d6b7;
    }
    .info meter span{
      position: absolute;
      z-index: 99;
    }