@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body{
    padding: 0px; margin: 0px;
    font-family: Roboto,Open Sans, sans-serif;
    font-size: 16px  !important;
    color: #1f1f1f;
    background: #fff; 
    line-height: 1.5;}

.body {padding-top:0px;clear: both;}
.inner { padding: 80px }
.main-inner{ width: 80%; margin:auto;}
.main-title{font-family: Barlow Condensed;}
.btn-link{font-family: Barlow Condensed;font-style: Medium}
.overlay{background:rgba(0,0,0,0.5);}

.clearfix {clear: both;}
.main-logo { float: left}
#btnToggleMenuMobile { float: right;}
#frm-main-search { float: right;} 
.collapse {
  display: block;
}

a:hover { text-decoration: none;}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

#frm-main-search{margin-right: 32px;}
#frm-main-search .search-box{position:relative;display:flex;align-items:center;transition: all 2s;}
#frm-main-search .search-box .inputSearch{height:48px;line-height:48px;border-radius:0;padding-left:48px; padding-right:0px;width:0px;opacity:0;transition: all 1s;}
#frm-main-search .active .inputSearch{width:500px;display:block;padding-right:48px;opacity:1;}
#frm-main-search .search-box #btn-search{position:absolute;left:0px;background:transparent;border:0;width:48px;font-size:24px;color:#fff;transition: all 1s;}
#frm-main-search .search-box #btn-close{position:absolute;right:0px;width:48px;font-size:24px;color:#999;display:none;text-align: center;transition: all 1s;}
#frm-main-search .active #btn-search{color:#999;}
#frm-main-search .active #btn-close{display:block;}

#frm-main-search.mobile {
    float: right;
}

#btn-nav{
    width: 48px; height: 48px;
    display: block; 
    overflow: hidden; 
    cursor: pointer; 
    background: #00A552; 
    position: relative;
  }
  #btn-nav .navbar-toggler-icon1 {
      position: absolute;
      right: 10px;
      top: 18px;
      width: 20px;
      height: 2px;
      background: #fff;
      transition: all .2s;
  }
  #btn-nav .navbar-toggler-icon2 {
    position: absolute;
    right: 10px;
    top: 26px;
    width: 28px;
    height: 2px;
    background: #fff;
    transition: all .5s;
  }
  
  #btn-nav.circle {
    border-radius: 50%;
  }
  #btn-nav.circle .navbar-toggler-icon1 {
      transform: rotate(45deg);
      transform-origin: top;
      top: 24px;
      right: 9px;
      width: 26px;
  }
  #btn-nav.circle .navbar-toggler-icon2 {
      transform: rotate(-45deg);
      transform-origin: top;
      top: 24px;
      right: 11px;
      width: 26px;
  }

.flag img{width:18px; height:18px; margin-right:10px;}
.cart-icon {
    width: 20px;height: 18px;margin-right: 5px; display: inline-block;
    background:url("../images/cart-ic.png") no-repeat top left;
}
.cart-number {
    width: 24px; height: 24px;border-radius:50%;display: inline-block;color: #fff;text-align: center;
    background-color: #00A552;vertical-align: top;
}
.bg-blue{background-color: #f9f9f9;border-top: 1px solid #d7d7d7;}
a:hover{text-decoration: none;color: rgba(11,103,71,1);}
.date span{color: #685e66;}
.active_display {display: block !important;}
/*.note_transfer {display: none;}*/
.addmartop10 {margin-top: 10px;}
.color-red {color: #ed3237 !important;}
.color-green {color: #0a6e0a;}
.rule_hh {font-style: italic;font-size: 14px;}
.mb-80{margin-bottom:80px;}
.mb-40{margin-bottom:40px;}
.pt-40{padding-top:40px;}
.mt-40{margin-top:40px;}
.mb-40{margin-bottom:40px;}
.cat_box{
    background-color: #ffffff;
    position:relative
}

.readmore {
    display: flex;
    text-align: center;
    font-family: 'Barlow Condensed';
    font-size: 16px;
    text-transform: uppercase;
    transition: all .2s;
}
.readmore a {
    padding: 15px 35px;
    border: 1px solid #004436;
    color: #004436;
}
.readmore:hover a {
    background-color: #004436;
    color: #fff;
}

/* */
.header{
    background-color: #fff;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}
.header h2{
    font-size: 12px;
    color: #38474f;
    text-align: center;
    margin: 0 0;
    padding: 0px;
}
.header,.header nav.navbar-default{
    background-color: #fff;
    border: none;
}
.header .navbar-brand{
    height: auto;
    padding: 0px;
}
.header{
    height: 80px;
}

#head-top{
    height: 140px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all .5s;
}
#gf-header{width:calc(100% - 80px); margin:auto;}
#btn-search{position:absolute;}
.search-green { color: #004436}

.navbar-fixed-top {
    position: fixed !important;
}

/* MENU */
#menu-wrapper{
    position:fixed; z-index:999;
    top:0px; bottom:0px; left:0px; right:0px; 
    display:flex; 
    background:#004436;
    display:none;
    transition: all .5s; 
  }
  #menu-wrapper #main-menu{
    position:absolute;
    top:0px; bottom:0px; left:0px;
    height:100%; width: calc(100% - 250px); 
    display:flex;
    align-items:center;
    transition: all 2s;
  }
  #menu-wrapper #main-menu .bg {
      margin: auto;
      width: 65%; padding-top:90px;
      z-index: 999;
      opacity: 1;
  }
  #menu-wrapper #main-menu .mask {
    content: ""; display: none;
    /*background: rgba(0,0,0,0.5);*/
    width: 100%; height: 100%;
    position: absolute;
    z-index: 99;
  }
  
  #menu-wrapper #main-menu .main-title a{
      color:#fff;
      font-size: 48px;
      font-weight: bold;
  }
  #menu-wrapper #main-menu .main-title a:hover{text-decoration:none;padding-left:21px;transition: all 1s;}
  #menu-wrapper #sub-menu{
    position:absolute;
    top:0px;bottom:0px;right:0px;
    width:200px;height:100%;
    background:#fff;
    display:flex;
    align-items:center;
    transition: all 2s;
  }
  #menu-wrapper #sub-menu .mnu-content{padding:40px 0 20px 40px;}
  #menu-wrapper #sub-menu .mnu-content a{display:block;text-align:right;color:#004436;line-height:21px;margin-bottom:16px; text-transform: uppercase;font-family: 'Barlow Condensed';font-style: normal;font-weight: 500;font-size:16px;
  }
  #menu-wrapper #sub-menu .mnu-content a.language {text-transform: capitalize;}
  #menu-wrapper.active{display: block;}
  
  .searchbox #keyword { margin-bottom: 10px; height: 30px; width: 128px;}
  .searchbox .input { position: relative}
  .searchbox .input .fa { 
	position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    color: #004436;
  }
  
  /* END MENU */

  /* SLIDE MAIN */
  #slide-main{
    position:fixed; top:0px; bottom:0px; left:0px; right:0px; 
    background:#004436; 
  }
  #slide-main .banle_bg {
    background:transparent url(../images/banle.png) no-repeat bottom right;
    background-size: cover;
    height: 100vh; width: 80px;
    display: block;
    position: absolute;
    top: 0; bottom: 0; left: 0;
    z-index: 99;
  }
  #slide-main .helotext{position:absolute;top:0px; bottom:0px; left:0px; right:0px; width: 100%;height: 100%;display:flex;align-items:center;}
  #slide-main .helotext .main-title{width:500px; text-transform:uppercase;font-weight:bold; font-size:56px;color:#fff!important;margin-bottom:56px; line-height:150%;}
  #slide-main .helotext a.btn-link{
    background:#00A552; 
    color:#fff!important;
    display:inline-block;
    width:180px; 
    height:49px; line-height:49px;
    text-align:center;
    font-size: 18px;
    text-transform:uppercase;
    text-decoration: none;
    transition: all .2s ;
    position: relative;
    z-index: 9999; 
  }
  #slide-main .helotext a.btn-link:hover {
    background:#004436;
  }
  
  #slide-main .sliderContainer {
      position: relative; height: 100%; width: 100%;
    }
  
    #slide-main .slider {
      width: 100%; height: 100%;
    }
    #slide-main .slick-slider .slick-list, 
    #slide-main .slick-slider .slick-track, 
    #slide-main .slick-slider .slide {
      height: 100vh !important;
    }
  
    #slide-main .slick-slide {
      background: #fff;
      color: white;
      font-size: 30px;
      font-family: 'Arial', 'Helvetica';
      text-align: center;
      position: relative;
    }
    #slide-main .slick-slide .helotext{position:absolute;top:0px; bottom:0px; left:0px; right:0px; width: 100%;height: 100%;display:flex;align-items:center;}
    #slide-main .slick-slide .helotext .main-title{width:500px; text-transform:uppercase;font-weight:bold; font-size:56px;color:#fff!important;margin-bottom:56px; line-height:150%;}
    #slide-main .slick-slide .helotext a.btn-link{background:#00A552;color:#fff!important;display:inline-block;width:180px;height:49px; text-align:center;line-height:49px;font-size:16px;text-transform:uppercase;}
  
    #slide-main .slick-slide .overlay {
        background: rgba(0,0,0,0.5);
    }
  
    #slide-main .slick-prev:before,
    #slide-main .slick-next:before {
      color: white;
      font-size: 30px;
    }
    #slide-main .slick-prev {
        left: 30px;
        position: absolute;
        z-index: 99;
    }
    #slide-main .slick-next {
        right: 30px;
        position: absolute;
        z-index: 99;
    }
    #slide-main .slick-dots {
      bottom: -30px;
    }
    #slide-main .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
  
    .progressBarContainer {
        position: absolute;
        bottom: 0;
        width: 80%; 
        /*height: 100%;*/   
        left: 50%;
        transform: translate(-50%, 0);
        display: flex;
        z-index:0;
    }
  
    .progressBarContainer > div {
      display: block;
      width: 30%;
      padding: 0;
      cursor: pointer;
      float: left;
      color: white;
      position:relative;
      /* border-left: rgba(255,255,255,0.2) 1px solid;
      border-right:rgba(255,255,255,0.2) 1px solid; */
      z-index:0;
    }
  
    .progressBarContainer > div .inner {
      position:absolute;
      bottom:0;
      width: 100%;
      padding: 0 !important;
    }
    .progressBarContainer > div:last-child {
      margin-right: 0;
    }
    .progressBarContainer .title {
      white-space: nowrap;
      /* white-space:break-spaces; */
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 12px 16px;
      font-size: 18px;
      font-family: 'Roboto';
    }
    .progressBarContainer .title a {
      color: #fff; text-decoration: none;
    }
  
    .progressBarContainer > div span.progressBar {
      width: 100%;
      height: 8px;
      background-color: rgba(255, 255, 255, 0);
      display: block;
    }
  
    .progressBarContainer > div span.progressBar .inProgress {
      background-color: white;
      width: 0%;
      height: 8px;
      background-color: rgba(255, 255, 255, 0.75);
    }
  
    #linkCart {
        position: fixed;
        bottom: 130px;
        right: 30px;
        z-index: 999;
    }
    #linkCart a {
        width: 50px;
        height: 50px;
        text-align: center;
        color: #fff;
        background: #00a552;
        border-radius: 50%;
        position: relative;
        font-size: 30px;
        display: inline-block;
    }
    #linkCart .fa { color: #fff}
    #linkCart a .number {
        position: absolute;
        top: -10px;
        right: -10px;
        font-size: 14px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #eee;
        color: #00a552;
    }
  
  @media (max-width: 950px) {
    .progressBarContainer { display: inline-grid; height: auto;}
    .progressBarContainer > div { width: 100% !important; padding: 30px 0;}
  }
  @media (max-width: 768px) {
    #slide-main .banle_bg {width: 76px;}
  }
  @media (max-width: 600px) {
    #slide-main .banle_bg {width: 60px;}
  }
  @media (max-width: 450px) {
    .progressBarContainer > div {
        padding: 22px 0;
    }
    .progressBarContainer .title {
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }
    .progressBarContainer > div span.progressBar .inProgress {
        height: 4px;
    }

    .fcta-zalo-vi-tri-nut {
        bottom: 20px; right: 20px;
    }
    #frm_quick_search {
        position: fixed;
        bottom: 200px;
        right: 30px;
        z-index: 999;
    }
    #frm_quick_search .search-box{
        position:relative;
        display:flex;
        align-items:center;
        transition: all 2s;
    }
    #frm_quick_search .search-box .inputSearch{
        height:48px;
        line-height:48px;
        border-radius:0;
        padding-left:48px; 
        padding-right:0px;
        width:0px; opacity:0;
        transition: all 1s;
    }
    #frm_quick_search .active .inputSearch{
        width: 200px; 
        display:block;
        margin-right: 20px;
        opacity:1;
        border-radius: 26px;
    }
    #frm_quick_search .search-box #btn-quick-search{
        width: 50px;
        height: 50px;
        right: 0;
        text-align: center;
        color: #fff;
        background: #00a552;
        border: 0;
        border-radius: 50%;
        position:absolute;
        font-size:24px;
        transition: all 1s;
    }
    #frm_quick_search .search-box #btn-close{
        position: absolute;
        left: 0px; width: 48px;
        font-size: 24px;
        color: #999;
        display: none;
        text-align: center;
        transition: all 1s;
    }
    #frm_quick_search .active #btn-quick-search{color:#999;}
    #frm_quick_search .active #btn-close{display:block;}

    h1{margin: 0px;}
    #frm-main-search {display: none;}
    #slide-main .banle_bg {width: 0;}
    #slide-main .helotext .main-title {
      width: 100% !important; 
      font-size: 48px !important; 
      margin-top:0; margin-bottom: 30px;
    }
    #gf-header, .main-inner, .progressBarContainer { width: 90%;}
    .progressBarContainer .title {
      padding: 5px 0;
    }
    #gf-header.isMobile {min-height: 64px;}
    #gf-header {width: calc(100% - 30px);}
    #gf-header, .navbar-brand {
      height: 60px;
      text-align: center;
    }
    #head-top { height: 100px;}
    #gf-header { margin: 16px 24px}
    #menu-wrapper #sub-menu { width: 190px}
    #menu-wrapper #main-menu {position:relative;width: 100%;overflow: scroll;}
    #menu-wrapper #main-menu .bg {position: initial; width: 65%; padding-top:90px; transform: inherit;}
    #menu-wrapper #main-menu .main-title a{font-size: 32px;}
    .mnu-content > a {display: block;color: #fff;font-family: 'Barlow Condensed';font-style: normal;font-weight: 500;font-size: 16px; text-transform: uppercase;padding: 5px 0;}
    #menu-wrapper #main-menu .mask{
      background: none;
    }
  }
  @media (max-width: 320px) {
    #slide-main .helotext .main-title { font-size: 30px; margin-bottom: 10px; line-height: 1.3;}
    #slide-main .helotext a.btn-link { 
      width: auto;
      height: 40px;
      line-height: 40px;
      padding: 0 20px;
    }
    .progressBarContainer .title {font-size: 14px;}
  }
  
  
  /*=====================================================*/
  
    @keyframes fadeIn {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
    
    @-moz-keyframes fadeIn {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
    
    @-webkit-keyframes fadeIn {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
    
    @-o-keyframes fadeIn {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
    
    @-ms-keyframes fadeIn {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
  
  
    @keyframes showOut {
      0% { height: 0; }
      100% { height: 100%; }
    }
  
  /*=====================================================*/
    

/* banner */
#banner {
    height: 550px;
    background-size: cover;
    position: relative;
}
#banner .mask {
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 33.36%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    z-index: 99;
}
#banner .content {
    position: absolute; z-index: 99;
    top: 140px; left: 0; right: 0;
    padding-left: 0;
    padding-right: 0;
	/*transform: translate(0, -50%);*/
    text-align: left;
}
#banner .breadcrumb {
    padding: 0; background-color: transparent;
    color: #fff;
}
#banner .breadcrumb li .fa-chevron-right {
    font-size: 11px; margin: 0 10px;
}
#banner .breadcrumb a {
    color: #fff; font-size: 16px;
}
#banner .page-title {
    margin: 50px 0 24px; padding: 0;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    text-transform: uppercase;
    color: #fff;
}
#banner .page-description {
    margin: 10px 0;
    color: #fff;
    font-size: 18px;
}
#banner.about_ .page-title {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 150%;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.navbar-wrapper .navbar.navbar-inverse{
    background-color: rgba(11,103,71,1);
    border: none;
}
.navbar-wrapper .navbar.navbar-inverse li,
.navbar-wrapper .navbar.navbar-inverse li a{
    color: #fff;
}
.navbar-brand{
    margin-top: 0;
    padding-top: 0;
}

.contact-content h3{
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 15px;
}
.box-social p{
    margin-right: 30px;
    font-size: 16px;
    margin-top: 2px;
    color: #a90a0d;
}
.box-social p span{
    color: #da251d;
    font-weight: bold;
    font-size: 18px;
}
.frm-mail .input-group,
.frm-mail .form-group{
    width: 100%;
}
.frm-mail .btn,
.frm-mail .input-group-addon{
    margin: 0px;
    background-color: #0069b6;
}
.frm-mail .form-control{
    background-color: #fafafa;
    border-radius: 0px;
    box-shadow: none;
    border: none;
}
.frm-mail .input-group-addon{
    padding: 0px;
    border: none;
    width: 50px !important;
}
.frm-mail .input-group-addon .btn{
    border-radius: 0px;
}
.row.row-item{
    margin: 0px;
}
.row.row-item .col-item{
    padding: 0px;
}


.group-product .group-box:nth-child(2n+1) .box-title .bg{
    background: url(../images/bg-title.png) no-repeat;
    left: 0px;
}
.group-product .group-box:nth-child(2n) .box-title .bg{
    background: url(../images/bg-title2.png) no-repeat;
    right: 0px;
 }

.list-cate a:hover{
    color: #060;
}
.list-cate a{
    color: #333;
}


.group-product .item{
    border: 1px solid #e7e7e7;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
}
.group-product .item .sale{
    z-index: 999;
    position: absolute;
    left: 25px;
    top: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e24500;
    font-weight: bold;
line-height: 40px;
color: #fff;
}
.group-product .item .name{
    font-weight: bold;
    padding-top: 5px;
    display: block;
    color: #444;
    font-size: 14px;
    height: 38px;
    line-height: 16px;
    overflow: hidden;
}
.group-product .item .addcart {border-radius: 0px;    padding: 3px 12px;}
.group-product .item .thumb-pro{
    display: block;
    margin: auto;
}
.box-title .col-item{
    float: left;
}
.box-price{
    /*padding-left: 10px;*/
    padding-right: 10px;
    overflow: hidden;
    margin: 5px 0px;
}
.box-price .price{
    display: block;
    /*float: left;*/
    color: #ed3237;
    font-weight: bold;
    margin: 0 auto;
    font-size: 16px;
}
.box-price .price-old{
    display: block;
    float: right;
    text-decoration: line-through;
}
.group-product .col-item:nth-child(4n) .item{
    border-right: 1px solid #e7e7e7;
}
.box-breadcrumb .breadcrumb{
    background: none;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.box-ads{
    margin-bottom: 15px;
}
.list-category ul{
    padding: 12px;
    margin: 0px;
}
.list-category li.par a{
    font-weight: bold;
}
.list-category li{
    position: relative;
    list-style: none;
}
.list-category li.active h2, .list-category li h2 {font-size: 14px; margin: 6px 0px;padding: 0px;}
.list-category li.active a{
    color: rgba(11,103,71,1);
}
.list-category li.active{
    background-color: #fafafa;
    border-radius: 4px;
}
.list-category li a{
    color: #333;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    margin-right: 20px;
}
.list-category li .fa{
    position: absolute;
    right: 5px;
    top: 8px;
    color: #999;
}
.mod{
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.content-detail .btn{
    margin-top: 8px;
    margin-bottom: 11px;
}
.content-detail ul li{
    padding-top: 2px;
    padding-bottom: 2px;
}
.content-detail ul{
    padding: 0px ;
    margin: 0px;
}
.thumb-detail{
    border: 1px solid #d7d7d7;
}
.thumb-box{
    margin: 0px;
    padding: 0px;
}
.thumb-box li.active{
    border: 1px solid blue;
}
.thumb-box li{
    list-style: none;
    border: 1px solid #eee;
    padding: 5px;
}
.thumb-box li img{
    width: 100%;
}
.thumb-box li{
    float: left;
    width: 33%;
}
.content-detail h1{
    font-size: 24px;
    margin-bottom: 15px;
}
.fulltext, .clear-both{
    clear: both;
}

.detail-content .nav-menu {
    background-color: #e9f9ff;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 16px 16px 6px 16px;
    position: relative;
    width: 100%;
}
.detail-content .nav-menu .nav-header {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
}
.detail-content .nav-menu .item {
    margin-bottom: 5px;
}
.detail-content .nav-menu .item a {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #2f80ed !important;
    cursor: pointer;
}
.detail-content .nav-menu .nav-body {
    height: auto; overflow: hidden;
}
.detail-content .fulltext h2 {
    font-size: 22px;
    line-height: 24px;
}
.detail-content .fulltext h3 {
    font-size: 20px;
    line-height: 24px;
}
.detail-content .fulltext h4 {
    font-size: 18px;
    line-height: 24px;
}
.detail-content .short {
    height: 100px;
    overflow: hidden;
}
.detail-content .bg-article {
    background: linear-gradient(to bottom,rgba(255 255 255/0),rgba(255 255 255/62.5),rgba(255 255 255/1));
    bottom: -22px;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    margin-bottom: 3px;
}
.detail-content .btn-viewshort, 
.detail-content .btn-viewmore {
    color: #2f80ed;
    text-align: center;
    position: relative;
}
.detail-content .btn-viewmore::before {
    border-bottom: 1px solid #2f80ed;
    border-right: 1px solid #2f80ed;
    content: '';
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    right: -20px;
    width: 8px;
}
.detail-content .btn-viewshort::before {
    border-bottom: 1px solid #2f80ed;
    border-right: 1px solid #2f80ed;
    content: '';
    height: 8px;
    position: absolute;
    transform: rotate(225deg);
    top: 5px;
    right: -20px;
    width: 8px;
}
.detail-content .btn-viewshort {
    display: none;
}
.detail-content .box_viewmore {
    position: relative;
}

/* BOX POPUP */
.box_popup {position:fixed; top:88px; bottom:0; left:0; right:0;z-index:999}
.box_popup .go_home_btn {
    position:absolute; 
    top:32px; right:32px;
    width: 192px; 
    text-align:center;
    background-color: #fff;
    color: #0c6747;
    font-family: Oswald;
    font-size: 15px;
    letter-spacing: 1px;
    z-index: 1000;
    border-radius: 0;
    border: 0; padding:0 !important;
}
.box_popup .go_home_btn a {
    height: 44px; line-height:44px;
    color: #0c6747;
}
.box_popup .go_home_btn a .fa {margin-left:10px;}
.box_popup .playme {position: relative;height: 100%;}
.box_popup .poster-image-video {
    position: absolute;
    z-index: 99;
    top: 0; left: 0; right: 0; bottom: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.box_popup .playbtn-cont .play-btn {
    top:220px;
}.box_popup {	position: relative;	padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px;	height: 0;}.box_popup iframe {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}

/* GROUP NEWS */
.page-content{overflow:hidden}
.page-content .module {clear:both;}
.hot_news .col_main {
    height:505px; padding-left:0; padding-right:0;
    overflow:hidden; position:relative;
    border-right:1px solid #fff;
}
.hot_news .col_right {
    height:505px; padding-left:0; padding-right:0;
    overflow:hidden;
}
.hot_news .thumb-img {
    position:absolute;
    top:0; right:0; bottom:0; right:0;
    z-index:0;
    width:100%; height:100%;
    overflow:hidden;
}
.hot_news .thumb-img img {
    width:100%; height:100%;
    object-fit: cover;
    border-radius: 4px 0 0 4px;
}
.hot_news .mask {
    background:rgba(64, 48, 61, 0.35); 
    border-radius: 4px 0 0 4px;
    height:100%; width:100%;
    position:absolute; z-index:10;
}
.hot_news .box-content {
    position:absolute; z-index:20;
    top:162px; left:0; 
    padding: 0 200px 0 48px;
    width: 100%;
}
.hot_news .group-name {
    position:absolute; z-index:20;
    top:46px; left:0; padding: 0 48px;
    width: 100%;
}
.hot_news .group-name, .hot_news .group-name a {
    font-family: Oswald;
    font-size: 12px;
    line-height: 1.11;
    letter-spacing: 1px;
    text-transform:uppercase;
    color:#fff;
}
.hot_news .title {margin:0 0 34px; padding:0;}
.hot_news .title a {
    font-family: Oswald;
    font-size: 35.4px;
    line-height: 1.3;
    color:#fff;
}
.hot_news .col_main .read-more {
    background-color: #0c6747;
    padding:9px 24px; color:#fff;
    font-family: Oswald;
    font-size: 12.4px;
    letter-spacing: 1px;
}

.hot_news .col_right .item {position:relative; height:252px;margin-bottom:1px;}
.hot_news .col_right .border-tr .thumb-img img,
.hot_news .col_right .border-tr,
.hot_news .col_right .border-tr .mask{
    border-radius:0 4px 0 0;
}
.hot_news .col_right .border-tb .thumb-img img, 
.hot_news .col_right .border-tb,
.hot_news .col_right .border-tb .mask{
    border-radius:0 0 4px 0;
}
.hot_news .col_right .group-name {
    top:24px; left:0; padding: 0 22px;
    width: 100%;
}
.hot_news .col_right .box-content  {
    top:80px; left:0; padding: 0 22px;
    width: 100%;
}
.hot_news .col_right .item .title{}
.hot_news .col_right .item .title  a{
    font-size: 18px; line-height: 1.56;
    text-transform:uppercase;
}

.news_slide,.lastest_news {
    border-radius: 4px;
    background-color: #ffffff;
}
.news_slide {position:relative;overflow:hidden}
.news_slide .next-prev {
    position:absolute; top:12px; right:20px;
}
.news_slide .next-prev a {float: left;color:#333;padding: 2px 10px;}
.news_slide .next-prev .btn {border:1px solid #eee;}
.news_slide .next-prev .btn:active, 
.news_slide .next-prev .btn.active {
    box-shadow:unset;
}
.news_slide .next-prev .prev {border-radius:4px 0 0 4px}
.news_slide .next-prev .next {border-radius:0 4px 4px 0}

.news_slide .main-title,.lastest_news .main-title{
    color: #0c6747; padding:13px 22px;
    text-transform:uppercase;
    font-family: Oswald;
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom:1px solid #dfe0e1;
}
.news_slide .item {
    border-left:1px solid #dfe0e1;
    margin:18px 0 24px; padding:0 22px; 
    overflow:hidden;
}
.news_slide .owl-item:first-child .item { border-left:0 }
.news_slide .item .thumb {height:124px;}
.news_slide .item .thumb img{
    width:100%; height:100%;
    object-fit: cover;
}
.news_slide .item .group {
    margin:12px 0;
    font-family: K2D;
    font-size: 12px;
    color: #454545;
    text-transform:uppercase;
}
.news_slide .item .title {
    margin:0; padding:0 0 15px; height:45px; overflow:hidden
}
.news_slide .item .title a {
    font-family: Oswald;
    font-size: 16px;
    color: #292929;
    line-height: 1.38;
    display:block; 
}
.news_slide .item .datetime {
    color: #454545;
    font-family: K2D;
    font-size: 12px; 
    opacity: 0.5;
}
.news_slide .item .datetime .fa {margin-right:5px;}
.news_slide .owl-dots {display:none}
.news_slide .owl-nav {
    position:absolute; top:-54px; right:22px;
    z-index:99; 
}
.news_slide .owl-carousel .owl-nav button.owl-prev {
    width:26px; height:26px; border:1px solid #dfe0e1;
    border-radius:4px 0 0 4px;
    margin:0;
}
.news_slide .owl-carousel .owl-nav button.owl-next {
    width:26px; height:26px; border:1px solid #dfe0e1;
    border-radius:0 4px 4px 0;
    margin:0
}

/* END GROUP NEWS */ 



/* ------------ BOX ABOUT --------------*/
.box-about {/* text-align:justify */background:#fff; border-bottom: 1px solid #eee;}
.box-about .inner {padding:80px; overflow:hidden}
.box-about .playme {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.playme iframe {
    display: block;
    border: 0;
	position: absolute;
	top: 0; left: 0;
	max-width: 100%    !important;
	height: 100%   !important;
}
.box-about .poster-image-video {
    position:absolute; z-index: 99;
    top:0; left:0; right:0; bottom:0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.playbtn-cont {
    position: absolute; z-index: 99;
    top:0; left:0; right:0; bottom:0;
}
.playbtn-cont .play-btn {
    width: 100px; height: 100px;
    position: absolute;
    display: block;
    left: calc(50% - 50px);
    top: 170px;
    border-radius: 100%;
    background:url(../images/icon-play.png) no-repeat center center;
    z-index: 100; cursor:pointer;
}
.box-about h1.main-title {
    font-family: Oswald;
    font-size: 40px; font-weight: 500;
    color: #ffffff; text-transform:uppercase;
    position:absolute; z-index:99;
    top:300px; left:50%; margin:0;
    transform:translate(-50%,0);
}
.box-about h2.title {
    font-family: Oswald;
    font-size: 36px;
    line-height: 1.5;
    color: #454545; text-transform:uppercase;
    margin:0 0 40px; padding:0;
}
.box-about hr {
  height: 4px; width: 48px; float:left;
  background-color: #292929;
  margin:0; padding:0;
}
.box-about .white_bg {background:#fff;} 
.box-about .white_bg.inner {padding:0 80px 80px !important;} 
.box-about .white_bg h2.title {margin:0 0 28px;}
.box-about .white_bg hr {margin-bottom:36px;}
.box-about .white_bg .content {clear:both}

.box-about .black_bg {background:#292929; color:#fff;} 
.box-about .black_bg h2.title {color:#fff;margin:0 0 28px;}
.box-about .black_bg hr {margin-bottom:36px; background-color: #fff;}
.box-about .black_bg .content {clear:both}
.box-about .black_bg .giaithuong {clear:both;overflow:hidden; margin-top:50px;}
.box-about .black_bg .giaithuong img {height:80px; margin-right:27px; float:left}

/* END NEWS DETAIL */

/* ABOUT US GALLERY */
.about_gallery {clear:both; overflow:hidden}
.about_gallery .inner{ padding:0 80px 80px !important;}
.about_gallery .gallery-main {
    height:490px;overflow:hidden;
    padding:0 5px 0 0; 
}
.about_gallery .gallery-main img,
.about_gallery .gallery-item .item img{
    width:100%; height:100%;object-fit: cover;}
.about_gallery .gallery-item {
    height:490px;overflow:hidden;
    padding:0; position:relative;
}
.about_gallery .gallery-item .item {
    height:161px; margin-bottom:5px; overflow:hidden;
}
.about_gallery .gallery-item .item:last-child {margin-bottom:0;}
.about_gallery .gallery-item .mask {
    position:absolute; bottom:0; left:0;
    width:100%; height:158px; line-height:158px;
    text-align:center; cursor:pointer;
    color:#fff;font-family: Oswald;
    font-size: 15px; font-weight: 500;
    background:rgba(0,0,0,0.4); z-index:10;
}
.about_gallery .gallery-item .mask:hover {background:rgba(0,0,0,0.8);}


/* MENU FOOT */
.menu-foot ul{
    margin-bottom: 0px;
    text-align: center;
}
.menu-foot{
    background-color: #f1f1f1;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.latest-post li{
    overflow: hidden;
    margin-bottom: 15px;
    list-style: none;
}
.latest-post{
    margin: 10px 0px;
    padding: 0px 0px;
}
.latest-post .thumb-hot{
    width: 75px;
    float: left;
    margin-right: 15px;
}
.latest-post .txt-title{
    font-weight: bold;
    display: block;
    color: #333;
}
.latest-post .txt-view{
    color: #999;
    font-size: 13px;
    display: block;
}
.latest-post .txt-price{
    font-size: 14px;
    color: rgba(11,103,71,1); display: block;
    padding-top: 4px;
    padding-bottom: 3px;

}
.content-detail .price-txt{
    font-size: 16px;
    font-weight: bold;
    color: #060;
}
.price-txt{
    font-weight: bold;
    color: #060;
}
#main_side .inner{padding:80px 0; /*overflow: hidden;*/}

/* IMAGE 360 VIEW */
#gallery_360view {
    position: fixed;
    top:0; left:0; right:0; bottom:0;
    width:100%; height:100%; overflow: hidden;
    background:#fff; display:none; 
    z-index:1999;
}
#gallery_360view .btn-close {
    position: absolute;
    top: 10px; right: 10px;
    width: 25px; height: 25px;
    padding: 3px;
    border-radius: 50%; 
    font-size: 13px;
    z-index: 9; 
    color: #fff; background:#0c6747;
    text-align: center;
    cursor: pointer;
}
.img_viewer_360{
    width:800px; height:600px;
    margin:auto;
    background:#fff; cursor:pointer;
    overflow: hidden;
    position: relative;
}
.img_viewer_360 img{width:100%; height:100%; object-fit:cover}
.img_viewer_360 .tools{
    position:absolute;
    right: 10px;bottom: 10px;
}
.img_viewer_360 .tools .item{
    display:inline-block;
    padding:5px; margin:3px;
    background:#eee;
    cursor:pointer;
}
.img_viewer_360 .tools .item span{
    text-align:center;
    display:inline-block;
}
.icon-fullsize {
    width:23px; height:23px;
    background:url(../images/full-size.png) no-repeat center center;
}
.icon-zoomout {
    width:23px; height:23px;
    background:url(../images/zoom-out.png) no-repeat center center;
}

/* FOOTER */
.footer{position: relative; clear:both; background:#004436; color: #fff; line-height: 1.5; font-size: 14px;}
.footer .inner{padding:0; overflow: hidden;}
.footer .inner .slogan{
    color: #00A552;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 40px; 
}
.footer a { color: #fff;}
.footer a:hover { color: #00A552 }
.footer .box-service {padding:26px 0;overflow:hidden;}
.footer .box-service a {color:#454545}
.footer .border-bottom{border-bottom:1px solid #e3e3e3}
.footer .box-service img{float:left; margin-right:18px;}
.footer .box-service .title {
    font-family: Oswald;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    text-transform: uppercase;
}
.footer .box-service .content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.footer .box_menufoot {overflow:hidden; padding:46px 0;}
.footer .box_menufoot > div { padding-left: 0; padding-right: 0;}
.box_menufoot .main-title {
    color: #fff;
    text-transform:uppercase;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    margin-bottom:13px; 
    margin-top:0;
}
.box_menufoot ul {margin:0; padding:0}
.box_menufoot ul li{list-style:none; display:block;}
.box_menufoot ul li a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 3px 0;
    display:block;
}
.box_menufoot .form {position:relative;}
.box_menufoot .form input[type="text"] {
    border: 0; border-radius: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    height: 40px; line-height:40px;
    text-indent:15px;
    width: 90%;
}
.box_menufoot .form button {
    position:absolute; bottom:0; right: 10%;
    z-index:99; height: 40px; line-height:40px;
    width:77px;
    color:#fff; font-family: K2D;
    font-size: 14px; border:0;
    background-color: transparent;
}
.box_menufoot .form button:hover {
    background-color: #019349;
}
.footer .company { margin-bottom:20px;} 
.footer .copyright { 
    clear:both; padding:15px 0;
    border-top: 1px solid #016a55;
}
.footer .copyright .inner {padding: 0 65px}
.footer .copyright ul { margin: 0; padding: 0; margin-left: -15px;}
.footer .copyright ul li { list-style: none; display: inline-block; }
.footer .copyright ul.privacy li { margin-right: 20px;}

.box-banner img{
    width: 100%;
}
.box-product{
    padding-top: 10px;
    padding-bottom: 30px;
}
.box-product .box-breadcrumb{
    padding-bottom: 15px;
}

/*---------------------- GALLERY --------------------------*/
.gallery {text-align:center;}
.gallery .intro {text-align:center;margin:20px 0;}


.item-gallery h3 {font-size:16px;margin:0;padding:0;}

.item-gallery h3 a {color:#333;font-weight:700;margin:0 0 10px;}
.item-gallery h2 {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
}
.item-gallery .title_galery {height: 40px;overflow: hidden;margin-bottom: 10px;}
.item-gallery a {clear:both;display:block; color:#777}

.item-gallery a[rel="example_group"] img {
    width:100%;
    background-color:#fff;
    border:1px solid #ccc;
    padding:3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.gallery .detail {
    clear:both;
    margin:10px 0;
}

.gallery .content {
    overflow:hidden;
    clear:both;
}
.gallery_name { margin-top:0px}
.gallery_thumb { border:1px solid #ccc; padding:2px; background-color:#fff; display:block;}
.gallery_thumb img {width:100%}


/*list content*/
.item-cate{
    margin:10px 0 20px 0
}
.group-cate .content.item-cate{
    margin-left: 15px;
    margin-right: 15px;
}
.group-cate{
    overflow: hidden;
    margin-bottom: 15px;
}

.group-news .content-item .name{
    font-weight: bold;
    color: #333;
}
.group-news .content-item{
    overflow: hidden;
    margin-bottom: 15px;
}
.group-news .content-item img{
    width: 120px;
    float: left;
    border: 1px solid #eee;
    margin-right: 10px;

}
/*BLOCK NEWS*/
.item-cate h2 {
    margin: 0px;
    display: inline;
    padding: 0px;
    font-size: 18px;
}
.item-cate .name{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
/*.group-news .item .txt{
    max-height: 58px;
    overflow: hidden;
    margin-bottom: 0px;
}
.group-news .item.item-first{
    background-color: #bbb;

}
.group-news .item.item-first img{
    margin: auto;
    background-color: #eee;
    border: 1px solid #eee;
}
.group-news .content{
    overflow: hidden;
}
.group-news .item{
    overflow: hidden;
    margin-bottom: 15px;
}
.group-news .item.item-first .name{
    color: #fff;
}
*/
#slider_item2{
border-top: 1px solid #eee;
border-left: 1px solid #eee;
}


.item-cate-name{
    font-size:18px;
    color:#333;
    font-weight:bold;
    margin-bottom:15px
}
.content .cate {
    padding: 3px 12px;
    background-color: #f35125;
    color: #fff;
    text-transform: uppercase;
    font-size:12px
}
.content #cate1 {
    background-color: #64a064;
}
.content #cate8 {
    background-color: #b1d073
}
.content .date {
    color:#4b9236;
}
.content .date,.content .time {
    font-size:12px
}
/*------------NEWS------------------*/
.news .box-group{
    padding: 0px;
    background-color: #fff;
    border: none;
}
.news .page-news{
    font-size: 13px;
}
.page-news{
    background-color: #fff;
    margin-bottom: 15px;
}


.news-groupnews .news-item{
    overflow: hidden;
}
.box-news-item .news-date{
    margin: 5px 0px;
}
.box-news-item .news-txt{
    height: 35px;
}
.box-news-item .news-item{
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}

.news-item a.news-img img{
    float: left;
    margin-right: 10px;
}
.news-title{
    font-weight: bold;
    color: #232323;
}
.news .box-group.box-cate li a{
    font-weight: bold;
}
.news .box-group.box-cate{
    background-color: #f4f4f4;
    padding:0px 10px;
}
.item-link a{
    color: #333;
    line-height: 18px;
    display: block;
    margin-bottom: 6px;
}
.blog-news .item-hot h4{
    color: #333;
    line-height: 22px;
}
.group-title .title,
.blog-news .title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.group-title .title{
    float: left;
    margin-bottom: 6px;
    margin-top: 4px;
}
.group-title .readmore{
    float: right;
    color: rgba(11,103,71,1);
}

.news-group .news-item a.news-img img {
    width: 197px;
    height: 118px;
}
.news-group .item {
    float: left;
}
.item-list-news .box-img{
    float: left;
    width: 42px;
    height: 42px;
    margin-left: 0px;
    margin-right: 10px;
}
.news .box-group.box-news-support{
    background-color: #fafafa;
}
.news-group .name {
    color: #232323;
    margin-bottom: 5px;
    display: block;
}
.news-txt{
    color: #888;
    margin-top: 5px;
    height: 54px;
    overflow: hidden;
}

/*-- contact-page-starts-here --*/
.page-contact {
    background:#fff; overflow:hidden;
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;}
.contact {
    padding: 60px 0;
}

.contact-left{
    width:30%;
    float:left;
}
.contact-right{
    width:68%;
    float:right;
}
.gm-style .gm-style-iw {
    font-weight: 500;
    font-size: 14px;
    color: #0c6747;
}
.box-map,
.contact-form{
    padding-top: 60px;
}
.contact-form input[type=email],
.contact-form textarea,
.contact-form input[type="text"]{
    border: 1px solid #d7d7d7;
    box-shadow: none;
    border-radius: 0px;
    background-color: #fafafa;
}
.contact-form input[type=email]:hover,
.contact-form input[type="text"]:hover,
.contact-form textarea:hover{
    background-color: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}
.contact-form input[type=email],
.contact-form input[type="text"]{
    width: 100%;
    color: #000;
    font-size:14px;
    padding: 20px 10px;
    outline: none;

}
.contact-form textarea{
    width: 100%;
    color: #000;
    font-size:14px;
    resize: none;
    height: 185px;
    padding: 12px;
}

.contact-form input[type=submit] {
    border:none; border-radius: 0px;
    color: #ffffff;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.contact-form .box-btn{
    margin-top: 10px;
}
.contact-form input[type=submit]:hover {
    background:#000;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;

}
.box-area{
    margin-bottom: 20px;
}
.contact-info h2{
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
}

.contact-info h3{
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}
.contact-map{
    width:100%;
    margin-bottom: 52px;
}
.contact-map iframe{
    width:100%;
    height:330px;
}
.box-area{
    margin-bottom: 15px;
}
.contact-content h3{
    margin-top: 0px;
    font-size: 18px;
}
.contact-content ul{
    padding: 0px;
    margin: 0px;
}
.contact-content ul li{
    list-style: none;
    padding-bottom: 10px;
}
.gallery .title a{
    text-transform: uppercase;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}
#slider_item1{
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.content-slider .btn-control{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 999;
    padding: 8px 15px;
    background-color: rgba(11,103,71,1);
    border: none;
    color: #fff;
}
.content-slider .prev-control{
    left: 0px;
}
.content-slider .next-control{
    right: 0px;
}
.content-slider{
    position: relative;
}
.box-breadcrumb{}
.box-breadcrumb li a{
    color: #333;
    font-size: 14px;
}
.box-breadcrumb li:last-child a{
    color: #016101;
}
.box-breadcrumb li.active{
    color: #666;
}
.support .content ul{
    padding: 12px 22px;
}
.support .content ul li.tieu-de{
    font-weight: bold;
}
.support .content ul li{
    list-style: none;
    padding-top: 6px;
    padding-bottom: 6px;
}

#gf-header .img-logo {
    padding:12px 0; max-height: 88px;
}
#gf-header #search_mb {display:none}
/* .frm-search { width:240px }   */
.navbar.navbar-white .nav.navbar-nav{
    /*margin-top: 6px;*/
	margin-bottom: 0px;
}
.navbar.navbar-white{
background-color: #ededed;
min-height: 74px;
    box-shadow: 0px 0px 5px #555;
    -moz-box-shadow: 0px 0px 5px #555;
    -webkit-box-shadow: 0px 0px 5px #555;

}
.navbar-white {
    background:#fff !important; 
    color:rgba(11,103,71,1) !important;
    box-shadow: 0px 0px 5px #555;
    -moz-box-shadow:  0px 0px 5px #555;
    -webkit-box-shadow: 0px 0px 5px #555;
}
.callus i {
    display: block;
    float: left;
    height: 36px;
    line-height: 37px;
    text-align: center;
    width: 36px;
    margin-top: 2px;
    color: #ed3237;
    margin-left: 2px;
}

body, .wrapper{
    overflow-x: hidden;
}

/*block sp con*/
.group-child .group-box:nth-child(2n) .title, .group-child .group-box:nth-child(2n+1) .box-title .title {float: left !important; text-align: left !important;}
.group-child .group-box:nth-child(2n) .box-title .bg {
        background: url(../images/bg-title.png) no-repeat;
    left: 0px;
}
.group-child .group-box:nth-child(2n) .box-title .title {margin: 0px 0px 0px -6px !important;}
.group-product .read-all a{    
    color: #EC3237;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.clear-both {clear: both;}
.policy {    clear: both;    padding: 15px 0px 35px 0px; }
.policy a {        font-size: 26px;   color: #333;}

/* VIDEO PAGE */
.page-video {overflow:hidden;}
.page-video .playme {border-radius:4px; position:relative;}
.page-video .playme .mask {
    top:0; left:0; right:0; bottom:0;
    position:absolute; z-index:99;
    background-color: rgba(64,48,61,0.4);
}
.page-video .playme h1 {
    font-family: K2D; font-size: 48px;
    font-weight: normal;
    color:#fff; line-height: 1.24;
    top: 260px; left: 0; z-index: 99;
    position: absolute;
    width: 100%; padding:0 80px;
    text-align: center;
}
.page-video .related_video {
    clear:both; overflow:hidden;
}
.page-video .poster-image-video {
    position: absolute;
    z-index: 20;
    top: 0;left: 0; right: 0; bottom: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.page-video .poster-image-video .playbtn-cont {z-index:99}
.related_video .video-item {
    padding-left:0; padding-right:0;
    margin: 18px 0;
    border-right:1px solid #dfe0e1;
}
.related_video .video-item:nth-child(3n+1){border-right:0;}
.related_video .item {
    display:block; 
    margin:0 0 14px; padding:0 24px;
    border-left:0;
}
.related_video .thumb {
    height:165px !important; overflow:hidden;
    position:relative;
}
.related_video .thumb .mask {
    top:0; left:0; right:0; bottom:0;
    position:absolute; z-index:20;
    background-color: rgba(64,48,61,0.35);
}
.related_video .thumb:hover .mask {background-color:transparent;}
.related_video .thumb img {
    top:0; left:0; 
    position:absolute; z-index:10;
    width: 100%; height:100%;
    object-fit: scale-down;
}
.related_video .thumb .play-btn {
    top:50%; left:50%; width:50px; height:50px;
    transform:translate(-50%,-50%);
    position:absolute; z-index:30;
    background:url(../images/play-small.png) no-repeat center center;
}
.related_video h3.title {
    overflow:hidden; padding:0 24px 13px; margin:0;
}
.related_video h3.title a{
    font-family: Oswald; font-size: 16px;
    color: #292929; line-height: 1.56;
    height: 50px; display:block;
}
.related_video .datetime {
    font-family: K2D; font-size: 14px;
    color: rgba(40, 47, 54, 0.5);
    padding:0 24px;
}
.related_video .datetime .pull-left {margin-right:16px;}
.related_video .datetime .fa {margin-right:5px;}

/* MENU CHILD */
.menu-category { margin: 0; padding: 0; }
.menu-category li { list-style: none; display: inline-block; float: left; margin-bottom: 40px;}
.menu-category li a {
    display: block;
    float: left;
    background: #EBF2E9;
    margin-right: 20px;
    padding: 15px;
    text-align: center;
    color: #004436;
    font-family: 'Barlow Condensed';
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.menu-category li a:hover,
.menu-category li:hover a {
    background: #004436; color: #fff;
}

.mn-level1 { margin-left: -12px; margin-right: -12px }
.mn-level1 li { width: 25%; padding: 15px 0; }
.mn-level1 li a { float: none; margin: 0 12px;}

.mn-level2 { margin-left: -12px; margin-right: -12px }
.mn-level2 li { width: 25%; padding: 15px 0;}
.mn-level2 li a { float: none; margin: 0 12px; padding: 15px 0; }

/* END MENU CHILD */

.catalog_banner {
    height:400px; position:relative; overflow:hidden;
    background:rgba(0,0,0,0.5); color:#fff;font-size: 15px;
}
.catalog_banner img {width:100%; height:100%; object-fit:cover}
.catalog_banner h1.main-title {
    text-transform:uppercase; color:#fff;
    font-family: Oswald; font-size: 40px;
    margin-bottom:15px; margin-top:0;
}
.catalog_banner .box_content {
    top:160px; left:80px; right:80px;
    position:absolute;
}
.catalog_banner .path,.box_catalog .path {margin-top:15px;}
.catalog_banner .path,.catalog_banner .path a,.box_catalog .path a{
    color:#fff; font-family: K2D; font-size: 15px;
}
.detail-product .path {color:#ccc}
.detail-product .path a{color:#0c6747}

.advanced_search { 
    position:relative; clear:both; margin:0 80px 80px;
}
.advanced_search .form-search {
    position:absolute; top:-25px;
    background:#fff; color:#292929;
    width:100%; height:55px; 
    padding: 10px 25px;
}
.advanced_search .pull-left select {
    float:left; margin-right:40px;
    border: none; box-shadow: none;
    width: 110px;
}
.advanced_search .pull-right select {
    border: none; box-shadow: none;
}
.advanced_search .loading {
    position:absolute; top:20px; z-index:99;
    background:url(../images/loading.gif) no-repeat top center;
    height:16px; width:100%; display:none;
}

#frmpaging {clear:both;}
.pagination {margin: 30px 0 50px}
.pagination > li > a{padding: 15px 24px; background-color:#fff;}
.pagination > li > a:hover {background-color:#fff; border:1px solid #ddd; color:#0c6747;}

.skiptranslate {display:none;}


/* style css mobile */
#btnToggleMenuMobile {
    display: block;
    color: #FFFFFF;
    float: right;
    width: 50px;
}

#btnToggleMenuMobile div {
    font-size: 25px;
    padding: 15px 15px 0 15px;
    align-items: center;
    color: #222;
    display: block;
}

#gf-header.isMobile {
    min-height: 60px;
}
#banner { height: 468px; }

.body.isMobile {}

.top-header-2 {
    margin-top: 10px;
}

#frmseach .input-group {
    padding: 5px 5px 0 5px;
}

#menuMobileContainer {
    z-index: 100;
    background: #FFFFFF;
    color: #ffffff;
    border-right: 1px solid #d1d1d1;
}

#menuMobileContainer.isMobile .navbar-nav {
    margin: 0;
}

.isMobile #menu-catalog li {
    border-bottom: 1px solid #EEEEEE;
}

.isMobile #menu-catalog li.active {
    background: #0c6747;
}

.isMobile #menu-catalog li.active a {
    color: #fff;
}

.isMobile #menu-catalog li a{
    color: #fff;
}

.isMobile #menu-catalog li a span.caret{
    float: right;
    margin-top: 8px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.isMobile #menu-catalog li a{
    color: #282f36;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.isMobile #menu-catalog li ul li:last-child {
    border-bottom: none;
}



/* Zalo Chat, message-box */
.zalo_chatbox {
	position: fixed; 
	top: 50%; right: 0;
	padding: 6px 0;
	transform: translate(0,-50%);
	background: #0c6747; color: white;
	border-radius:6px 0 0 6px;
	z-index:9999;
}

/* Tooltip container */
.zalo_chatbox .tooltip {
  position: relative;
  display: block;
  opacity:1;
  padding: 6px 10px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 1px rgb(255 255 255 / 16%);
}
.zalo_chatbox .tooltip:last-child {
	border-bottom: 0; box-shadow: unset;
}

/* Tooltip text */
.zalo_chatbox .tooltip .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: black;
  border: 1px solid white;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  left: -165px;
}
.zalo_chatbox .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%; left: 100%;
    margin-top: -5px; 
    border-width: 5px;
    border-style: solid;
	border-color: transparent transparent transparent #1D243E;
}

/* Show the tooltip text when you mouse over the tooltip container */
.zalo_chatbox .tooltip:hover .tooltiptext {
  visibility: visible;
}

.zalo_chatbox .fa {
	width: 24px;
    height: 24px;
	cursor: pointer; 
}
.zalo_chatbox .map {
	background: url(../images/icon_light_map.svg) no-repeat center center;
}
.zalo_chatbox .contact_form {
	background: url(../images/icon_light_contact.svg) no-repeat center center;
}
.zalo_chatbox .call {
	background: url(../images/icon_light_call.svg) no-repeat center center;
}
.zalo_chatbox .zalo {
	background: url(../images/icon_light_zalo.svg) no-repeat center center;
}
.zalo_chatbox .messenger {
	background: url(../images/icon_light_messenger.svg) no-repeat center center;
}

/* chat zalo */
@keyframes zoom{0%{transform:scale(.5);opacity:0}50%{opacity:1}to{opacity:0;transform:scale(1)}}@keyframes lucidgenzalo{0% to{transform:rotate(-25deg)}50%{transform:rotate(25deg)}}.jscroll-to-top{bottom:100px}.fcta-zalo-ben-trong-nut svg path{fill:#fff}.fcta-zalo-vi-tri-nut{position:fixed;bottom:50px;right:30px;z-index:999}.fcta-zalo-nen-nut,div.fcta-zalo-mess{box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16)}.fcta-zalo-nen-nut{width:50px;height:50px;text-align:center;color:#fff;background:#0068ff;border-radius:50%;position:relative}.fcta-zalo-nen-nut::after,.fcta-zalo-nen-nut::before{content:"";position:absolute;border:1px solid #0068ff;background:#0068ff80;z-index:-1;left:-20px;right:-20px;top:-20px;bottom:-20px;border-radius:50%;animation:zoom 1.9s linear infinite}.fcta-zalo-nen-nut::after{animation-delay:.4s}.fcta-zalo-ben-trong-nut,.fcta-zalo-ben-trong-nut i{transition:all 1s}.fcta-zalo-ben-trong-nut{position:absolute;text-align:center;width:60%;height:60%;left:10px;bottom:25px;line-height:70px;font-size:25px;opacity:1}.fcta-zalo-ben-trong-nut i{animation:lucidgenzalo 1s linear infinite}.fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut,.fcta-zalo-text{opacity:0}.fcta-zalo-nen-nut:hover i{transform:scale(.5);transition:all .5s ease-in}.fcta-zalo-text a{text-decoration:none;color:#fff}.fcta-zalo-text{position:absolute;top:6px;text-transform:uppercase;font-size:12px;font-weight:700;transform:scaleX(-1);transition:all .5s;line-height:1.5}.fcta-zalo-nen-nut:hover .fcta-zalo-text{transform:scaleX(1);opacity:1}div.fcta-zalo-mess{position:fixed;bottom:29px;right:58px;z-index:99;background:#fff;padding:7px 25px 7px 15px;color:#0068ff;border-radius:50px 0 0 50px;font-weight:700;font-size:15px}.fcta-zalo-mess span{color:#0068ff!important}
	span#fcta-zalo-tracking{font-family:Roboto;line-height:1.5}.fcta-zalo-text{font-family:Roboto}
	
/* end chat zalo */