@font-face{
  font-family: Roboto-Regular;
  src:url(../fonts/ROBOTO-REGULAR.TTF)
}
@font-face{
  font-family: UTM;
  src:url(../fonts/UTM-Neo-Sans-Intel.ttf)
}
body {
    font-size: 14px;
    font-family: Roboto-Regular;
    overflow-x: hidden;
    color: #000;
}
.container {
    width: 1200px;
    max-width: 100%;
    padding: 0;
    line-height: 20px;
}
ul {
    padding: 0;
    margin: 0;
}
a:hover {
    text-decoration: none;
    color: #09a250;
}
.color{
    color: #09a250;
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #002f1c;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 25px;
}
/*==================================*/
.logo img{
    max-width: 125px;
    padding: 10px 0;
}
#detail{
    padding-top: 20px;
}
#detail__navbar{
    display: block !important;
    flex-direction: column;
/*    width: 350px;*/
    align-items: flex-start;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    position: relative;
    transition: 1.5s;
}
#detail__navbar.hideHtml{
    display: none !important;
}
#detail__navbar .navbar-brand{
    padding-bottom: 15px;
}

#detail__navbar a{
    color: #000;
}
#detail__navbar button{
    position: absolute;
    right: 17px;
    top: 8px;
    height: 34px;
    width: 34px;
    font-size: 20px;
    border: 0;
    outline: 0;
    background: #bcbcbc;
}
.detail__navbar2{
    width: 200px !important;
    height: 50px !important;
    overflow: hidden;
}
header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.search_top{
    padding: 35px 10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.phantrang_prod .pagination .disabled{
    display: none;
}
.phantrang_prod .pagination li.active{
    background: #09a250; 
}
.phantrang_prod .pagination li.active a{
color: #fff;
}
.form_search{
    position: absolute;
    top: 25%;
    right: 10px;
    opacity: 0;
    z-index: 999;
    transform: rotateY(90deg);
    transition-property: all;
    transition-duration: 1s;
    width: 0px;
    transform-origin: right;
}
.form_search.active{
    opacity: 1;
    width: 320px;
    transform: rotateY(0deg);
}
.form_search input{
    height: 40px;
    border-radius: 0;
    outline: none;
    border: 0;
    border-left: 5px solid #09a250;
}
.form_search input:focus{
    box-shadow: none;
    border-color: #09a250;
}
.form_search input::placeholder{
    font-size: 14px;
}
.form_search .search{
    height: 38px;
    padding: 0px 15px;
    font-size: 16px;
    background: #fff;
    position: absolute;
    right: 40px;
    top: 1px;
    color: #000;
    border: 0;
    outline: 0;
}
.close_search{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #09a250;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.menu_main .nav.is-fixed {
    position: relative;
}
/*===========MENU==============*/
.nav-dropdown {
    display: none;
}
/*========================*/
header.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
header.fixed:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    z-index: -1;
}
header.fixed .logo img{
    max-height: 70px;
}
.slider_main:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}
.slider_main.owl-carousel .owl-dots .owl-dot span{
    border-radius: 0;
    background: #c5c5c5;
    margin: 5px 3px;
}
.slider_main.owl-carousel .owl-dots .owl-dot.active span, 
.slider_main.owl-carousel .owl-dots .owl-dot:hover span{
    background: #09a250
}
.slider_main{
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.about_us_title{
    font-family: UTM;
    font-size: 30px;
}
.about_us_heading{
    font-family: UTM;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.content_about_us{
    line-height: 25px;
}
.hover{
  display: block;
  width: 100%;
  overflow: hidden;
}
.hover img{
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.title{
    font-family: UTM;
    font-size: 36px;
}
.slider_product_hot .item img{
    height: 255px;
    object-fit: cover;
}
.pro_item{
    margin-bottom: 30px;
}
.pro_item img{
    width: 100%;
    height: 255px;
    object-fit: cover;
}
.name_pro{
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    margin-top: 15px;
    min-height: 20px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}
.name_pro:hover{
    color: #09a250;
}
.product_bycategory{
    position: relative;
    padding: 50px 0 10px;
}
.bg_category img{
    height: 300px;
    object-fit: cover;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.box_title{
    color: #fff;
}
.list_tab{
    display: flex;
    justify-content: center;
    font-family: UTM;
    font-size: 18px;
}
.list_tab li{
    cursor: pointer;
}
.list_tab li:after{
    content: "|";
    padding: 0 10px;
    font-family: Roboto-Regular;
}
.list_tab li:last-child:after{
    content: "";
}
.list_tab li:hover{
    color: #09a250;
}
.list_tab li:hover:after{
    color: #fff;
}
.view_all{
    display: inline-block;
    padding: 8px 20px;
    background: #09a250;
    border: 1px solid #09a250;
    color: #fff;
    border-radius: 10px;
    margin: 25px 0 0;
}
.view_all:hover{
    background: #fff;
    color: #09a250;
}
.news_home .title{
    font-size: 36px;
}
.news_item{
    padding-bottom: 35px;
}
.news_item img{
    height: 260px;
    object-fit: cover;
}
.news_item img:hover{
    opacity: 0.8;
}
.news_title{
    position: absolute;
    width: 95%;
    padding: 10px 15px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    display: -webkit-box;
    min-height: 60px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    font-weight: bold;
    box-shadow: 0 0 5px 3px #dadada;
}
footer{
    background: url(../img/bg_footer.png) no-repeat;
    background-size: cover;
    color: #fff;
}
.footer_top{
    padding: 35px 0 20px;
    border-bottom: 1px solid #fff;
}
.footer_title{
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}
.footer_item ul li{
    margin-bottom: 10px;
}
.footer_item a{
    color: #fff;
}
.footer_bottom{
    padding: 20px 0;
}
.subscribe{
    margin: 20px 0 15px;
}
.subscribe input{
    border-radius: 0;
    outline: none;
}
.subscribe input:focus{
    box-shadow: none;
}
.btn_send{
    padding: 0 15px;
    height: 38px;
    background: #0079b9;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    outline: none;
}
.btn_send:focus{
    box-shadow: 0;
}
.link_network{
    text-align: right;
}
.link_network img{
    padding-left: 10px;
}
.copy_right{
    padding: 8px 0;
    background: #09502a;
}
/*===============================*/
.title_section{
    font-size: 30px;
    font-family: UTM;
}
.info_company{
    line-height: 25px;
    background: url(../img/bg_content.png) no-repeat;
    background-size: cover;
}
.description_member{
    position: relative;
    padding-left: 300px;
    line-height: 30px;
    min-height: 300px;
}
.description_member .img_leader{
    width: 250px;
    position: absolute;
    left: 0;
    top: 0;
}
.description_member .img_leader img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.member_heading{
    font-size: 18px;
}
.tit_news_page{
    font-size: 20px;
}
.item_news{

    margin-bottom: 20px;
}
.view_more{
    line-height: 30px;
}
.member_item:after{
    content: "";
    width: 80px;
    height: 2px;
    background: #09a250;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.img_member img{
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.img_member:after{
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #fff;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.info_member .position_member{
    color: #b9b9b9;
    padding: 10px 0;
}
.development_process:before{
    content: "";
    width: 4px;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.development_process:after{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #09a250;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.process_item{
    display: flex;
    justify-content: space-between;
    margin: 0 -60px 50px;
}
.process_item:last-child{
    margin-bottom: 0;
}
.process_item .empty_part,
.process_item .develop_inner{
    width: 50%;
    padding: 0 60px;
}
.process_item:nth-child(even) .empty_part{
    order: 2;
}
.process_item:nth-child(even) .develop_inner{
    order: 1;
}
.empty_part:before{
    content: "";
    width: calc(100% - 120px);
    height: 100%;
    background: url(../img/empty.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.develop_inner:before{
    content: "";
    width: 16px;
    height: 16px;
    border: 4px solid #09a250;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: -8px;
    z-index: 2;
}
.develop_inner:after{
    content: "";
    width: 26px;
    height: 26px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -13px;
    z-index: 1;
}
.develop_year{
    position: relative;
    font-weight: bold;
    font-size: 24px;
    color: #09a250;
    margin-bottom: 25px;
}
.develop_year:before{
    content: "";
    width: 30px;
    height: 6px;
    background: #f5f5f5;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}
.content_develop{
    margin-top: 10px;
    line-height: 30px;
}
.map iframe{
    width: 100%;
    margin: 25px 0;
}
.title_contact{
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.title_contact span{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #09a250;
}
.form_contact input::placeholder,
.form_contact textarea::placeholder{
    font-size: 13px;
}
.form_contact input:focus,
.form_contact textarea:focus,
.btn_send_contact:focus{
    box-shadow: none;
}
.btn_send_contact{
    padding: 10px 30px;
    background: #09a250;
    color: #fff;
    font-weight: bold;
    outline: none;
    border-radius: 0;
}
.back_link, .breadcrumb{
    background: 0;
}
.back_link{
    border-bottom: 1px solid #e6e6e6;
}
.breadcrumb li:after{
    content: "\f101";
    font-family: FontAwesome;
    padding: 0 10px;
}
.breadcrumb li:last-child{
    font-weight: bold;
}
.breadcrumb li:last-child:after{
    content: "";
}
.description_category{
    line-height: 30px;
}
.heading_content{border-top: 1px solid #e6e6e6;}
.heading_content{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.gc-lens, .gc-zoom{
  display: none !important;
}
.gc-icon{
  background: 0 !important;
  border: 0 !important;
}
.gc-icon:before{
  font-family: FontAwesome;
}
.gc-icon-next:before{
  content: "\f054" !important;
  right: 20px !important;
}
.gc-icon-prev:before{
  content: "\f053" !important;
  left: 20px !important;
}
.gc-icon-enlarge:before{
  content: "\f065" !important;
}
.gc-icon-compress:before{
  content: "\f066" !important;
}
.gc-icon-close:before{
  content: "\f00d" !important;
}
.gc-icon-download:before{
  content: "\f019" !important;
}
.name_product{
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
}
.overview ul li{
    font-weight: bold;
    margin-bottom: 15px;
}
.overview ul li span{
    display: inline-block;
    min-width: 125px;
    font-weight: normal;
}
.description_overview,
.content_detail{
    line-height: 30px;
}
.content_detail img{
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 25px auto;
}
.related_title{
    padding: 10px 15px;
    background: #09a250;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.list_product_related{
    padding: 15px 10px;
    border: 1px solid #e6e6e6;
}
.pro_related_item{
    position: relative;
    padding-left: 120px;
    margin-bottom: 20px;
    min-height: 100px;
}
.pro_related_item:last-child{
    margin-bottom: 0;
}
.pro_related_item img{
    width: 105px;
    height: 100px;
    object-fit: cover;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
}
.pro_related_item .pro_related_name, .see_more{
    font-weight: bold;
    color: #000;
}
.pro_related_name:hover, .see_more:hover{
    color: #09a250;
}
@media(min-width: 1200px){
    .outside.owl-carousel .owl-nav .owl-prev{
        left: -30px;
    }
    .outside.owl-carousel .owl-nav .owl-next{
        right: -30px;
    }
}
@media (min-width: 992px) {
    header:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(#000000, #a9a9a9);
        opacity: 0.2;
        z-index: -1;
    }
    .menu_main .nav.is-fixed {
        float: right;
    }
    .nav-menu{
        display: flex;
        justify-content: flex-end;
    }
    .nav-menu > .menu-item {
        position: static;
    }
    .nav-menu > .menu-item > .menu-link {
        display: inline-block;
        padding: 40px 9px;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
    }
    header.fixed .nav-menu > .menu-item > .menu-link{
        color: #09a250;
    }
    header.fixed .nav-menu > .menu-item > .menu-link,
    header.fixed .search_top{
        padding: 25px 9px;
    }
    header.fixed .search_top{
        color: #000;
    }
    .nav-menu > .menu-item:hover > .menu-link {
        color: #09a250;
    }
    header.fixed .nav-menu > .menu-item:hover > .menu-link{
        color: #000;
    }
    .nav-menu > .has-dropdown:after {
        content: "\f107";
        font-family: FontAwesome;
        color: #fff;
    }
    header.fixed .nav-menu > .has-dropdown:after{
        color: #09a250;
    }
    .nav-menu > .menu-item:hover.has-dropdown:after {
        color: #09a250;
    }
    .has-dropdown:hover:after{
        color: #09a250;
    }
    header.fixed .nav-menu > .menu-item:hover.has-dropdown:after{
        color: #000;
    }
    .nav-menu > .has-dropdown > .nav-dropdown {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 85%;
        width: 100%;
        --col-menu: 5;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--col-menu)), 1fr));
        grid-gap: 10px 5px;
        padding: 10px;
        background: #fff;
        visibility: hidden;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    header.fixed .nav-menu > .has-dropdown > .nav-dropdown{
        top: 100%;
    }
    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        transition: all 0.35s linear;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .nav-dropdown .nav-dropdown{
        display:block;
    }
    .nav-dropdown > .menu-item > .menu-link {
        color: #333;
        display: block;
        padding: 5px 0;
        font-weight: bold;
    }
    .nav-dropdown .nav-dropdown .menu-link{
        font-weight: normal;
    }
    .nav-dropdown .nav-dropdown .menu-link:before{
        content: ''
    }
    .nav-dropdown > .menu-item:hover > .menu-link,
    .nav-dropdown > .nav-dropdown > .menu-item:hover > .menu-link {
        color: #09a250;
    }
    .menu_main{
        display: flex;
        justify-content: flex-end;
    }
    .list_about_us{
        width: 85%;
        margin: auto;
    }
    .about_us_item{
        text-align: center;
    }
    .about_us_item img{
        height: 180px;
        object-fit: contain;
        display: block;
        margin: 10px auto 25px;
    }
    .process_item:nth-child(even) .develop_year,
    .process_item:nth-child(even) .develop_title{
        text-align: right;
    }
    .process_item:nth-child(even) .develop_inner:before{
        left: calc(100% - 8px);
    }
    .process_item:nth-child(even) .develop_inner:after{
        left: calc(100% - 13px);
    }
    .process_item:nth-child(even) .develop_year:before{
        left: calc(100% + 15px);
    }
    .filter{
        width: 85%;
        margin: 0 auto;
    }
    .product_detail .row{
        margin: 0 -30px;
    }
    .product_detail .row .col-lg-6{
        padding: 0 30px;
    }
    .filters-content .all{
        height: 350px;
        overflow-y: hidden;
    }
}
@media (max-width: 991px) {
    header:after{
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.3;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .container{
        padding: 0 15px;
    }
    .list_tab{
        display: block;
        text-align: center;
    }
    .list_tab li{
        display: inline-block;
        margin-bottom: 10px;
    }
    /*.list_tab {
        display: -webkit-box;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        overflow-x: scroll;
    }*/
    .title {
        font-size: 36px;
    }
    .opacity_menu.open_opacity {
        content: " ";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0px !important;
        left: 0px;
        z-index: 9;
    }
    .icon_close{
        width: 15px;
        height: 15px;
        stroke-width: 1.5px;
        position: absolute;
        right: 15px;
        top: 15px;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }
    .icon_close:hover{
        transform: translate(0%, 0%) rotate(360deg);
    }
    .nav-toggle {
        padding: 20px 10px;
        font-size: 24px;
        color: #fff;
    }
    .nav-container {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 9999;
        overflow-y: auto;
        visibility: hidden;
        width: 300px;
        padding-top: 30px;
        height: 100%;
        min-height: 100%;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .nav-container.is-visible {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-item {
        border-top: 1px solid #e6e6e6;
    }
    .menu-item .menu-link{
        color: #333;
        display: inline-block;
        padding: 10px;
        font-size: 16px;
    }
    .nav-menu >  .menu-item:first-child {
        border-top: 0;
    }
    .nav-dropdown .menu-item {
        border-bottom: 0;
        border-top: 1px solid #e6e6e6;
    }
    .nav-dropdown > .menu-item > .menu-link {
        color: #333;
        padding: 10px 20px;
    }
    .nav-dropdown .nav-dropdown .menu-item > .menu-link {
        padding: 10px 30px;
    }
    .nav-dropdown .nav-dropdown .nav-dropdown .menu-item > .menu-link {
        padding: 10px 40px;
    }
    .nav-menu > .menu-item.is-active >.menu-link,
    .has-dropdown.is-active > .menu-link,
    .has-dropdown.is-active:after{
        color: #09a250;
    }
    .nav-dropdown.is-visible{
        display: block;
    }
    .has-dropdown {
        position: relative;
        cursor: pointer;
    }
    .has-dropdown:after {
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 1rem;
        bottom: 0;
        height: 42px;
        content: "+";
        color: #333;
        line-height: 40px;
    }
    .has-dropdown.is-active:after {
        content: "\2013";
    }
    .logo img{
        display: block;
        margin: 0 auto;
        max-height: 75px;
    }
    .search_top{
        /*color: #000;*/
        padding: 25px 10px;
        font-size: 18px;
        text-align: right;
    }
    .form_search input{
        border: 1px solid #09a250;
        border-left: 5px solid #09a250;
    }
    .about_us_item{
        position: relative;
        padding-left: 120px;
        min-height: 90px;
        margin-bottom: 20px;
    }
    .about_us_item img{
        width: 100px;
        height: 90px;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
    }
    .footer_item{
        margin-bottom: 30px;
    }
    .link_network{
        text-align: center;
    }
    .outside.owl-carousel .owl-nav [class*='owl-'] {
        width: 45px;
        height: 45px;
        background: #fff;
    }
    .outside.owl-carousel .owl-nav [class*='owl-'] img{
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .description_member{
        padding: 0; 
    }
    .description_member .img_leader{
        width: 100%;
        position: relative;
        text-align: center;
        margin-bottom: 15px;
    }
    .development_process:before{
        left: 0;
    }
    .process_item{
        margin: 0 0 30px;
    }
    .process_item .develop_inner{
        width: 100%;
        padding: 0 0 0 30px;
    }
    .development_process:after{
        left: 0;
    }
    .detail{
        margin-top: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container{
        padding: 0 15px;
        overflow-x: hidden;
    }
    .nav-menu > .menu-item > .menu-link{
        padding: 35px 10px;
    }
    .list_tab {
        display: -webkit-box;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        overflow-x: scroll;
    }
    .outside.owl-carousel .owl-nav [class*='owl-'] {
        width: 45px;
        height: 45px;
        background: #fff;
    }
    .outside.owl-carousel .owl-nav [class*='owl-'] img{
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}

/* phân trang */
.phantrang_prod{
    width: 100%;
}
.phantrang_prod .pagination{
    justify-content: center;

}
.phantrang_prod .pagination li{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #09a250;
}
.phantrang_prod .pagination li:not(:last-child){
    border-right: none;
}
.phantrang_prod .pagination li a{
    display: block;
    color: #000;
}
.phantrang_prod .pagination li a:hover{
    color: #09a250;
}
.product-content{
    height: 403px;
    overflow: hidden;
}
.content_box{
    position: relative;
    height: unset;
}
.product-content.height{
    height: unset;
}
.xanh{
    background-color: #00a755;
    border: 2px solid #80da59;
    color: #fff;
}
.boloc_box{
    border: none;
    margin-right: 10px;
    color: rgb(97, 97, 97);
}
.content_xem_them{
    height: 350px;
    overflow: hidden;
}
.content_xem_them.show{
    height: unset;
}
.xem_them-box button{
    background-color: #002f1c;
    color: #fff;
}
.xem_them-box:hover button{
    color: #bcbcbc;
}