body {
    background: #fff;
    font-size: 16px;
    font-family: UTM-NeoSans-Intel, sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
/*Banner*/
    .bg-slide-banner {
        height: 720px !important;  
        background-position: left center;
    }
    .content-banner {
        margin-left: 0;
    }
    ul.sf-menu>li.item--menu>a {
        text-transform: capitalize;
    }
    ul.sf-menu li.item--menu{
        margin-right: 20px;
    }
    .content-banner h2 {
        font-size: 4rem;
        line-height: 60px;
    }
   
    .btn__banner {
        border: navajowhite;
        background-color: #C49852;
        border-radius: 10px;
    }
    .btn__banner a {
        padding: 7px 19px;
        font-size: 15px;
        padding-bottom: 9px;
    }
    .pagination-slider-banner {
        bottom: 14%;
        right: 17%;
        transform: translateX(0);
        left: auto;
    }
    .circle-pagination span {
        background: #fff;
        margin: 0 8px;
        opacity: 1;
        width: 6px;
        outline: none;
        height:6px;
        position: relative;
    }
    /*.pagination-slider-banner.circle-pagination span:before {
        left: -6.1px;
        top: -6.1px;
    }*/
    .circle-pagination span:before {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        border: 1px solid #fff;
        border-radius: 50%;
        transition: all .5s;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) scale(0);
    }
    .circle-pagination span.swiper-pagination-bullet:hover:before {
        transform: translate(-50%,-50%) scale(1);
    }
    .pagination-slider-banner span.swiper-pagination-bullet-active:before {
        transform: translate(-50%,-50%) scale(1);
    }

.wp-footer {
    padding: 40px 0;
    padding-bottom: 35px;
    background-color: #FECB28!important;
}
    .title-ct-footer {
        margin-bottom: 10px;
        color: #fff;
    }
    .item-contact-footer {
        margin-bottom: 0;
        color: #fff;
    }
    .item-map .ct-contact:hover {
        color: #FFFFFF;
    }
    .copy-right-vns p {
        font-size: 15px;
        color: #fff;
    }
    .item-contact-footer.item-map {
        margin-bottom: 10px;
    }
    .list-tab-products {
        display: flex;
        justify-content: center;
        align-items: center;
            flex-wrap: wrap;
        margin-bottom: 25px;
            height: 43px;
    }
    .item-tab-menu {
        color: #004B2B;
        font-size: 17px;
        line-height: 22px;
        transition: all .3s;
        margin-right: 35px;
        margin-bottom: 10px;
    }
    .item-tab-menu:last-child {
        margin-right: 0;
    }
    .item-tab-menu.active {
        font-size: 25px;
        line-height: 33px;
        font-family: fml-bold;
    }
    .item-map .ct-contact:hover {
        color: #fff;
    }
    .item-tab-menu:hover {
        color: #C49852;
    }
    .item-tab-menu:focus {
        color: #004B2B;
    }
    .products-item:before{
        display: none;
    }
    .item-contact-footer .ct-contact:hover {
        color: #c39751;
    }
    @media (min-width: 1200px) and (max-width: 1599px) {
       
        .bg-slide-banner {
            height: 660px !important;
        }
        .pagination-slider-banner {
            bottom: 6%;
            right: auto;
            transform: translateX(-50%);
            left: 50%;
        }
        .content-banner h2 {
            font-size: 50px;
            line-height: 47px;
        }
       
    }
    @media (min-width: 992px) and (max-width: 1199px) {

      
        
        .bg-slide-banner {
            height: 680px !important;
        }
        .pagination-slider-banner {
            bottom: 6%;
            right: auto;
            transform: translateX(-50%);
            left: 50%;
        }
        .content-banner h2 {
            font-size: 42px;
            line-height: 53px;
        }
        section.products {
            padding-top: 40px;  
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {

        .bg-slide-banner {
            height: 520px !important;
        }
        .pagination-slider-banner {
            bottom: 6%;
            right: auto;
            transform: translateX(-50%);
            left: 50%;
        }
        .content-banner h2 {
            font-size: 40px;
            line-height: 49px;
        }
        section.products {
            padding-top: 40px;  
        }
    }
    @media (min-width: 576px) and (max-width: 767px) {

       
        .bg-slide-banner {
            height: 500px !important;
        }
        .pagination-slider-banner {
            bottom: 6%;
            right: auto;
            transform: translateX(-50%);
            left: 50%;
        }
        .content-banner h2 {
            font-size: 30px;
            line-height: 40px;
        }
        section.products {
            padding-top: 40px;  
        }
    }
    @media (max-width:575px) {
        .list-tab-products {
            height: 65px;
        }

      
        .bg-slide-banner {
            height: 300px !important;
        }
        .pagination-slider-banner {
            bottom: 6%;
            right: auto;
            transform: translateX(-50%);
            left: 50%;
        }
        .content-banner h2 {
            font-size: 22px;
            line-height: 28px;
        }
        section.products {
            padding-top: 30px;  
        }
        .btn__banner a{
            padding: 6px 16px;
            padding-bottom: 8px;
        }
    }
/*Tab*/

    .main-slide-products{
        max-width: 100%;
    }
    .main-slide-products .products-title a{
        font-size: 17px;
        text-align: left;
        color: #004B2B;
        padding: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 22px;
    }
    .products-item {
        border-radius: 10px;
        padding:0;
        margin-bottom: 20px;
    }
    .btn-products-item {
        display: flex;
        padding: 15px;
    }
    .products-title {
        flex: 1;
        margin-right: 10px;
    }
    .icon-right-item {
        width: 25px;
        height: 25px;
        line-height: 19px;
        border-radius: 50%;
        background: #FECB28;
        text-align: center;
        cursor: pointer;
        transition: all .3s;
    }
    .icon-right-item .icon {
        display: inline-block;
        width: 14px;
    }
    .icon-right-item .icon svg path {
        fill: #fff;
        transform: all .3s;
    }
    .icon-right-item:hover {
        background: #105b37;
    }
    .products-item:hover .icon-right-item {
        background: #105b37;
    }
    .pagination-slider-products.circle-pagination span {
        background: #231f20;
        margin:0 8px;
    }
    .pagination-slider-products.circle-pagination span:before {
        border-color: #000000;

    }
    .pagination-slider-products .swiper-pagination-bullet-active:before {
        transform: scale(1) translate(-50%,-50%);
    }
    .pagination-slider-products {
        left: 50%;
        transform: translateX(-50%);
    }
    .products-item:hover .products-title a {
        color: #FECB28;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .item-tab-menu {
            margin-right: 25px;
        }
        .item-tab-menu.active{
            font-size: 23px;
            line-height: 31px;
        }
        .main-slide-products .products-title a {
            font-size: 16px;
        }

    } 
    @media (min-width: 576px) and (max-width: 767px) {
        .item-tab-menu {
            margin-right: 25px;
        }
        .item-tab-menu.active{
            font-size: 21px;
            line-height: 29px;
        }
        .main-slide-products .products-title a {
            font-size: 16px;
        }
        .products-item-img {
            height: 165px;
        }
        

    }
    @media (min-width: 575px) {
        .pagination-slider-products {
            display: block;
        }

    }
    @media (max-width: 575px) {
        .products-item-img {
            height: 180px;
        }
        .container-products .swiper-slide {
            padding: 10px;
        }
        .main-slide-products .products-item {
            box-shadow: 0 0px 10px rgba(0,0,0,.2);
        }
        .main-slide-products .products-title a{
            font-size: 16px;
        }
        .pagination-slider-products{
            bottom: -16px;
        }
    }
/*Section IMG*/
    .bg-cloud {
        opacity: .5;
        background-size: cover;
        background-repeat: repeat-x;
        animation: cloud-translate 15s linear infinite;
        background-image: url(../img-fix/cloud-overlay.png);
        height: 470px;
        width: 100%;
    }
    .bg-cloud-bottom {
        opacity: .5;
        background-size: cover;
        background-repeat: repeat-x;
        animation: cloud-translate-bt 15s linear infinite;
        background-image: url(../img-fix/cloud-overlay.png);
        height: 470px;
        width: 100%;
        transform: scaleY(-1);
        bottom: -453px;
        position: relative;
    }
    @keyframes cloud-translate-bt {
        0% {
            background-position: 0 top;
        }
        0% {
            background-position: 1000px 0;
        }
    }
    @keyframes cloud-translate {
        0% {
            background-position: 0 top;
        }
        0% {
            background-position: -1000px 0;
        }
    }
    .image-full-main-page {
        width: 100%;
        height: 1200px;
        background-image: url(../img-fix/img-factory-vinarice.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }
    .title-home-page{
        color: #015C37;
        font-size: 29px;
        line-height: 35px;
        font-family: fml-bold;
    }
    .main-item-message-ceo{

    }
    .item-message-ceo .title {
        margin-bottom: 20px;
    }
    .block-content-message-ceo {
        position: relative;
    }
    .pagination-slider-message-ceo.circle-pagination span {
        background: #231f20;
    }
    .pagination-slider-message-ceo.circle-pagination span.swiper-pagination-bullet-active:before {
        border-color: #000;
        transform: translate(-50%,-50%) scale(1);
    }
    .txt-content-message {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .user-name-message .name {
        font-size: 17px;
        font-family: fml-bold;
        color: #231F20;
        margin-bottom: 0;
    }
    .user-name-message .job {
        font-size: 16px;
        color: #231F20;
        margin-bottom: 0;
    }
    .pagination-slider-message-ceo {
        position: absolute;
        bottom: 5px;
        right: 0;
        z-index: 6;
    }
    .message-ceo {
        padding: 30px 0;
        padding-bottom: 50px;
    }
    .item-message-ceo {
        display: flex;
        align-items: center;
    }
    .main-item-message-ceo {
        flex: 1;
    }
    .img-ceo {
        width: 500px;
        margin-right: 80px;
    }
    .item-message-ceo .title {
        margin-bottom: 20px;
        color: #015C37;
        line-height: 35px;
        font-family: fml-bold;
        font-size: 27px;
    }
    .main-item-message-ceo .title-home-page {
        margin-bottom: 20px;
    }
    @media (min-width: 1400px) {
        .message-ceo .container {
            max-width: 1100px;
        }
    }
    @media (min-width: 1200px) and (max-width: 1599px) {
        .image-full-main-page {
            height: 825px;
        }
        .img-ceo {
            width: 415px;
            margin-right: 80px;
        }
        .message-ceo .container {
            max-width: 960px;
        }
        .bg-cloud-bottom {
            bottom: -134px;
        }
    }
    @media (min-width: 991px) and (max-width: 1199px) {
        .bg-cloud-bottom {
            bottom: -220px;
        }
        .image-full-main-page {
            height: 720px;
        }
        .img-ceo {
            width: 375px;
            margin-right: 70px;
        }
        .bg-cloud {
            height: 265px;
        }

    }
    @media (min-width: 768px) and (max-width: 991px) {
        .bg-cloud-bottom {
            bottom: -120px;
        }
        .image-full-main-page {
            height: 600px;
        }
        .img-ceo {
            width: 270px;
            margin-right: 60px;
        }
        .txt-content-message{
            font-size: 16px;
            line-height: 23px;
        }
        .title-home-page{
            font-size: 24px;
            line-height: 29px;
        }
        .user-name-message .job {
            font-size: 15px;
        }
        .pagination-slider-message-ceo {
            bottom: -60px;
            left: 50%;
            right: auto;
            transform: translateX(-50%);
        }
        .message-ceo{
            padding-bottom: 95px;
        }
        .bg-cloud {
            height: 265px;
        }
    }
    @media (min-width:576px) and (max-width: 767px) {
        .bg-cloud-bottom {
            bottom: -40px;
        }

        .image-full-main-page {
            height: 500px;
        }
        .img-ceo {
            width: 240px;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .txt-content-message{
            font-size: 16px;
            line-height: 23px;
            margin-bottom: 15px;
        }
        .main-item-message-ceo .title-home-page {
            margin-bottom: 13px;
        }
        .title-home-page{
            font-size: 24px;
            line-height: 29px;
        }
        .user-name-message .job {
            font-size: 15px;
        }
        .item-message-ceo{
            flex-direction: column;
        }
        .bg-cloud {
            height: 265px;
        }
    }
    @media (max-width: 575px) {
        .bg-cloud-bottom {
            bottom: 22px;
        }

        .bg-cloud {
            height: 140px;
        }
        .image-full-main-page {
            height: 238px;
        }
        .img-ceo {
            width: 200px;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .txt-content-message{
            font-size: 16px;
            line-height: 23px;
            margin-bottom: 15px;
        }
        .main-item-message-ceo .title-home-page {
            margin-bottom: 10px;
        }
        .title-home-page{
            font-size: 22px;
            line-height: 29px;
        }
        .user-name-message .job {
            font-size: 15px;
        }
        .item-message-ceo{
            flex-direction: column;
        }
        .bg-cloud{
            animation: cloud-translate 25s linear infinite;
        }
        .pagination-slider-message-ceo{
            bottom: -45px;
            right: auto;
            left: 50%;
            transform: translateX(-50%);
        }
        .message-ceo {
            padding-bottom: 80px;
        }
    }

/*Section new*/
    .main-slide-new-home {
        position: relative;
        margin-bottom: 70px;
    }
    .pagination-slider-new-home.circle-pagination span {
        background: #231f20;
    }
    .pagination-slider-new-home .swiper-pagination-bullet-active:before {
        border-color: #000;
       transform: translate(-50%,-50%) scale(1);
    }
    .main-slide-new-home .title-home-page {
        text-align: center;
        margin-bottom: 20px;
    }
    .pagination-slider-new-home {
        left: 50%;
        transform: translateX(-50%);
    }
    .item-new-home .title a {
        font-size: 18px;
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow: hidden;
        color: #231F20;
        padding: 0;
        font-family: fml-bold;
        transition: all .3s;
        display: inline-block;
    }
    .item-new-home {
        position: relative;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
        padding: 25px;
        margin-bottom: 0;
        overflow: hidden;
        transition: all .3s;
        cursor: pointer;
        height: 100%;
    }
    .item-new-home .title {
        padding-right: 35px;
        margin-bottom: 15px;
    }
    .item-new-home .icon-right-item {
        position: absolute;
        top: 35px;
        right: 25px;
    }
    .item-new-home .title a:hover {
        color: #005b36;
    }
    .content-item-new p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
        color: #231F20;
        transition: all .3s;
    }
    .bg-item-new:hover {
        background: transparent;
    }
    .bg-item-new .img-item-new {
        width: 100%;
        background-repeat: no-repeat;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        display: block;
        transition: all 0.5s;
        transform: scale(1);
    }
    .bg-item-new {
        padding: 0 !important;
            background: transparent;
    }
    .bg-item-new .img-item-new:hover {
        transform: scale(1.2);
    }
    .item-new-home:hover .title a {
        color: #fff;
    }
    .item-new-home:hover {
        background: #75A541;
    }
    .item-new-home:hover .icon svg path {
        fill:#75A541;
    }
    .item-new-home:hover .icon-right-item {
        background: #fff;
    }
    .item-new-home:hover .content-item-new p {
        color: #fff;
    }
    .item-col-8 {
        padding-left: 55%;
        background: transparent;
    }
    .item-col-8:hover .icon-right-item {
        background: #FECB28;
    }
    .item-col-8:hover {
        background: transparent;
    }
    .item-col-8:hover .content-item-new p {
        color: #231F20;
    }
    .item-col-8:hover .icon svg path {
        fill: #fff;
    }
    .item-col-8:hover .title a {
        color: #231F20;
    }
    .bg-item-col-8 {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        background-size: cover;
        background-position: center;
        z-index: -1;
        top: 0;
        transform: scale(1);
        overflow: hidden;
        transition: all .5s;
    }
    .item-col-8:hover .bg-item-col-8 {
        transform: scale(1.2);
    }
    .img-item-new img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    @media (min-width: 1200px) and (max-width: 1399px) {
        .item-new-home .icon-right-item {
            top: 25px;
        }
    }
    @media (min-width: 991px) and (max-width: 1199px) {
        .main-slide-new-home .title-home-page {
            margin-bottom: 20px;
        }
        .item-new-home {
            padding: 20px;
        }
        .item-col-8 {
            padding-left: 50%;
        }
        .item-new-home .icon-right-item {
            top: 20px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .item-col-8 {
            padding:20px;
        } 
        .item-new-home {
            padding: 20px;
        }
        .item-new-home .icon-right-item {
            top: 24px;
        }
    }
    @media (min-width: 576px) and (max-width: 767px) {
        .main-slide-new-home {
            margin-bottom: 30px;
        }
        .item-col-8 {
            padding:20px;
        } 
        .item-new-home {
            padding: 20px;
        }
        .main-slide-new-home .title-home-page {
            text-align: center;
            margin-bottom: 11px;
        }
        
        .item-new-home .icon-right-item {
            top: 30px;
        }
        
        .bg-item-new .img-item-new{
            position: relative;
            height: 190px;
        }

        .img-item-new img{
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }
    }
    @media (max-width: 575px) {
        .item-col-8 {
            padding:20px;
        } 
        .item-new-home {
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
             height: auto;
        }

        .bg-item-new .img-item-new{
            position: relative;
            height: 190px;
        }

        .img-item-new img{
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }
        .main-slide-new-home .title-home-page {
            text-align: center;
            margin-bottom: 11px;
        }
        .item-new-home .icon-right-item{
            top: 21px;
        }
        .item-new-home .title a{
            font-size: 17px;
        }
        .content-item-new p{
            font-size: 15px;
        }
        .item-new-home .title{
            margin-bottom: 10px;
        }
    }
/*Map*/
    .list-map-dl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgba(255, 97, 97, 1);
        width: 6px;
        border-radius: 50px;
        width: 100%;
    }

    .list-map-dl .mCSB_scrollTools .mCSB_dragger{
        height: 50px !important;
        opacity: 0;
        z-index: 6;
        width: 30px;
        left: -7px;
    }

    .icon-scroll-dl{
        pointer-events: none;
    }

    .icon-scroll-dl {
         position: absolute;
        width: 30px;
        right: -7px;
        z-index: 5;
        top: 0px;
        cursor: pointer;
        border-radius: 50%;
        box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    }
    .logo-footer a {
        max-width: 230px;
    }
    .wp-custom-scroll-dl {
        height: 400px;
        display: block;
        width: 400px;
        left: 81px;
        top: 80px;
        position: absolute;
    }

    .wp-custom-scroll-dl .wp-big-ct-map-dl{
        position: relative;
        width: 100%;
        height: 100%;
    }

    .bg-white-dl{
        position: absolute;
        width: 400px;
        height: 480px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        background: #fff;
        border-radius: 10px;
        top: -37px;
        left: -43px;
    }

    .list-map-dl{
        height: 100%;
        width: 100%;
    }

    .bg-white-dl .ct-bg{
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .bg-white-dl .ct-bg .texture-bg{
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url(../img-fix/bg-map.png);
        width: 100%;
        height: 220px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
    }

    .wp-item-map-dl{
        width: 89%;
    }


    .name-cty {
        color: #231F20;
        font-family: fml-bold;
        transition: all .3s;
        font-size: 17px;
        margin-bottom: 5px;
    }
    .map {
        position: relative;
    }
    .item-map-dl .item-contact-footer .text-title {
        color: #231F20;
        font-family: UTM-NeoSans-Intel;
        font-size: 16px;
    }
    .item-map-dl .item-contact-footer .ct-contact {
        color: #231F20;
        font-size: 16px;
    }
    .item-map-dl {
        margin-bottom: 12px;
        border-bottom: 1px solid #BCBEC0;
        padding-bottom: 15px;
    }
    .item-map-dl:last-child {
        margin-bottom: 0;
        border: none;
        padding-bottom: 0;
    }
    .name-cty:hover {
        color: #005b36;
    }
    .item-map-dl .item-contact-footer {
        margin-bottom: 10px;
    }
    .list-map-dl .mCSB_scrollTools .mCSB_draggerRail{
        background: white;
        width: 3px;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.13);
    }
    .list-map-dl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: transparent;
        width: 6px;
        border-radius: 50px;
    }
    .list-map-dl .mCSB_scrollTools .mCSB_inside>.mCSB_container {
        margin-right: 20px;
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .wp-custom-scroll-dl{
            height: 360px;
                width: 350px;
            left: 75px;
        }
        .wp-item-map-dl {
            width: 86%;
        }

        .bg-white-dl{
            width: 345px;
            height: 434px;
            top: -34px;
            left: -38px;
        }
    }


    @media (min-width: 992px) and (max-width: 1199px) {
        .logo-footer a {
            max-width: 150px;
        }
        .wp-custom-scroll-dl{
            height: 360px;
            width: 325px;
            left: 30px;
        }
        .wp-item-map-dl {
            width: 95%;
        }

        .bg-white-dl{
            width: 334px;
            height: 430px;
            top: -31px;
    left: -33px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .logo-footer a {
            max-width: 150px;
        }
      .wp-custom-scroll-dl{
        height: 310px;
        width: 266px;
        left: 0;
      }

      .wp-item-map-dl {
        width: 95%;
    }

    .bg-white-dl{
        width: 269px;
        height: 359px;
        top: -25px;
        left: -27px;
    }
      
    }
    @media (min-width:576px) and (max-width: 767px) {
         .logo-footer a {
            max-width: 150px;
        }
        .list-map-dl .mCSB_inside>.mCSB_container {
            margin-right: 18px;
        }
         .list-map-dl:before {
            height: 140px;
        }
        .map {
            padding-top: 180px;
        }
        .map .txt-info-item {
            font-size: 15px;
        }
        .name-cty {
            font-size: 16px;
        }

        .wp-custom-scroll-dl{
            height: 290px;
            width: 100%;
            left: 0;
            top: -230px;
            padding-right: 0;
        }

        .wp-custom-scroll-dl .wp-big-ct-map-dl{
            width: 94%;
            margin: auto;
        }

        
        .list-map-dl .mCSB_scrollTools .mCSB_draggerRail{
            background: #d4d4d4;
            box-shadow: none;
        }

        .map {
            padding-top: 300px;
        }


        .bg-white-dl{
            width: 114%;
            top: -33px;
            left: -7%;
            height: 360px;
        }

        .wp-item-map-dl {
            width: 90%;
        }
        .icon-scroll-dl {
            box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        }


    }
    @media (max-width: 575px) {
        .icon-scroll-dl {
            box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        }
        .item-tab-menu.active{
                font-size: 23px;
            line-height: 30px;
        }
         .logo-footer a {
            max-width: 130px;
        }
        .list-map-dl:before {
           display: none;
        }

        .wp-custom-scroll-dl{
            height: 290px;
            width: 100%;
            left: 0;
            top: -230px;
            padding-right: 0;
        }

        .wp-custom-scroll-dl .wp-big-ct-map-dl{
            width: 76%;
            margin: auto;
            max-width: 400px;
        }

        .bg-white-dl{
            width: 114%;
            top: -33px;
            left: -7%;
            height: 360px;
        }

        .wp-item-map-dl {
            width: 100%;
        }
       
        .list-map-dl .mCSB_inside>.mCSB_container {
            margin-right: 20px;
        }
        .map {
            padding-top: 255px;
        }
        .map .txt-info-item {
            font-size: 15px;
        }
        .name-cty {
            font-size: 16px;
        }

        .list-map-dl .mCSB_scrollTools .mCSB_draggerRail{
            background: #d4d4d4;
            box-shadow: none;
        }
    }


/*Backtop-top*/
    .back-top-page {
        width: 200px;
        height: 100px;
        text-align: center;
        line-height: 33px;
        position: fixed;
        bottom: 69px;
        right: 20px;
        z-index: 9;
    }
    .support-online {
        width: 100px;
        height: 124px;
        border-radius: 10px;
        text-align: center;
        padding: 10px;
        padding-top: 7px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        border-bottom-right-radius: 0;
    }
    .txt-support-online {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .list-circle {
        display: flex;
        justify-content: center;
    }
    .list-circle span {
        display: block;
        width: 18px;
        height: 6px;
        background: #fff;
        margin-right: 3px;
        border-radius: 50%;
    }
    .list-circle span:last-child {
        margin-right: 0;
    }
    .support-online:before {
        content: '';
        position: absolute;
        top: 17px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img-fix/bg_backtop.png);
        background-size: cover;
        background-position: center;
        z-index: -1;
    }
    .back-top {
        position: absolute;
        width: 60px;
        height: 60px;
        line-height: 88px;
        cursor: pointer;
        top: 38px;
        right: 38px;
    }
    .back-icon {
        display: inline-block;
        width: 21px;
        transform: rotate(-90deg);
    }
    .back-top:before {
        content: '';
        position: absolute;
        top: 17px;
        left: 0;
        width: 100%;
        height: 72px;
        background: url(../img-fix/bg_backtop-small.png);
        background-size: cover;
        background-position: left;
        z-index: -1;
    }
    .back-icon svg path {
        fill: #fff;
    }
    @media (min-width: 1200px) and (max-width: 1399px) {
        .back-top-page {
            width: 170px;
        }
        .back-top {
            right: 6px;
        }
    }
    @media (min-width: 576px) and (max-width: 991px) {
        
        .txt-support-online {
            font-size: 16px;
            line-height: 21px;
        }
        .list-circle span {
            width: 10px;
            height: 5px;
            margin-right: 4px;
        }
        .support-online {
            padding: 5px 6px;
            width: 75px;
            height: 100px;
        }
        .support-online:before{
            top: 15px;
        }
        .back-icon{
            width: 18px;
        }
        .back-top {
            width: 42px;
            height: 42px;
            line-height: 79px;
            top: 38px;
            right: 38px;
        }
        .back-top:before{
            height: 57px;
            top: 17px;
        }
        .back-top-page{
            width: 159px;
            right: 0;
        }
    } 
    @media (min-width: 576px) and (max-width: 767px) {
        .wp-footer {
            padding: 32px 0;
            padding-bottom: 20px;
        }
        .back-top-page {
            width: 140px;
            bottom: 45px;
        }
        .back-top{
            right: 18px;
        }
    }
    @media (max-width: 575px) {
        .txt-support-online {
            font-size: 14px;
            line-height: 19px;
            margin-bottom: 0;
        }
        .list-circle span {
            width: 9px;
            height: 4px;
            margin-right: 4px;
        }
        .support-online {
            background: #3d6b37;
            padding: 5px 6px;
            width: 60px;
            height: 70px;
            position: absolute;
            top: -25px;
            right: -8px;
            border-radius: 0;
        }
        .support-online:before{
            top: 14px;
            display: none;
        }
        .back-icon{
            width: 18px;
        }
        .back-top {
            width: 42px;
            height: 42px;
            line-height: 42px;
            top: 54px;
            right: -8px;
            border-radius: 0;
            background: #3d6b37;
            padding-right: 4px;
        }
        .list-circle {
            display: none;
        }
        .back-top:before{
            height: 57px;
            top: 17px;
            display: none;
        }
        .wp-footer {
            padding: 32px 0;
            padding-bottom: 20px;
        }
        .back-top-page {
            width: 100px;
            bottom: 45px;
        }
        .back-top{
            
        }
    }


    .map .block-map{
        height: 600px;
    }

    @media(max-width:575px){
        .map .block-map{
            height: 350px;
        }
    }

    @media(min-width:576px) and (max-width:767px){
        .map .block-map{
            height: 400px;
        }
    }

    @media(min-width:768px) and (max-width:991px){
        .map .block-map{
            height: 500px;
        }
    }

    @media(min-width:992px) and (max-width:1199px){
        .map .block-map{
            height: 540px;
        }
    }
.box-title-baner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}
@media(max-with:769px){
    .title-top {
        font-size:13px!important
    }
    .title-top2{
        font-size:18px!important;
    }
}
.herobaner .owl-nav .owl-prev {
    position: absolute;
    left: 5%;
    border:none!important;
    color: white!important;
    top: 50%;
    font-size: 50px !important;
    color: white;
    transform: translateY(-50%)
}
.herobaner .owl-nav .owl-next {
    position: absolute;
    right: 5%;
    color: white !important;
    top: 50%;
    border: none !important;
    font-size: 50px !important;
    transform: translateY(-50%)
}
    .herobaner .owl-nav .owl-next:focus {
        border: none !important;
        outline: none !important;
    }
.herobaner .owl-nav .owl-prev:focus {
    border: none !important;
    outline:none!important;
}
.dichvuchay {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 14%;
    z-index: 1;
    padding-bottom: 14%;
}

.baodv {
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 1000
}

.dropdown-content {
    opacity: 0;
    visibility: hidden;
    left: 0;
    text-align: center;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 60px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: opacity 0.4s ease, visibility 0.3s ease;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black !important;
    left: 0;
    padding: 12px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .dropdown-content a:hover {
        background-color: black;
        color: #eead1d !important;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }

@media only screen and (max-width: 768px) {
    .dropdown-content {
        display: none;
        position: static;
        max-height: none;
        box-shadow: none;
        transition: none;
    }

    .dropdown:hover .dropdown-content {
        max-height: none;
        display: block;
    }

    .text-hovers {
        color: black !important;
    }
}

text-hovers {
    color: black !important;
}


.dropdown:hover .dropdown-content {
    display: block;
}

.footers {
    padding-top: 20px;
    padding-bottom: 20px;
}

.fa-brands {
    margin-left: 10px;
    font-size: 30px;
    color: black;
}

    .fa-brands:hover {
        color: white !important
    }

.logo1 {
    display: flex;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ebb317;
}

    .logo1 img {
        display: block;
    }

.ndv {
    display: block;
    position: absolute;
    left: calc(50% - 13px);
    top: calc(50% - 13px);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #eead1d;
    background-color: #eead1d
}

.item_vs {
    display: block;
    width: 220px;
    height: 175px;
}

    .item_vs:hover {
        background: url(images/img/visao1.png) no-repeat;
        background-size: 100% 100%;
    }

    .item_vs .ten {
        display: flex;
        width: 100%;
        height: 100%;
        text-align: center;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        .item_vs .ten span {
            display: block;
            width: 100%;
            line-height: 35px;
            overflow: hidden;
            text-overflow: ellipsis;
            color: black;
            font-size: 18px;
        }

    .item_vs:hover .ten span {
        color: #f6941c;
    }

.saturn0 {
    position: absolute;
    left: calc(50% - 110px);
    top: calc(50% - 87px);
    -webkit-animation: myOrbit0 20s linear infinite;
    -moz-animation: myOrbit0 20s linear infinite;
    -o-animation: myOrbit0 20s linear infinite;
    animation: myOrbit0 20s linear infinite
}

.saturn1 {
    position: absolute;
    left: calc(50% - 110px);
    top: calc(50% - 87px);
    -webkit-animation: myOrbit1 20s linear infinite;
    -moz-animation: myOrbit1 20s linear infinite;
    -o-animation: myOrbit1 20s linear infinite;
    animation: myOrbit1 20s linear infinite
}

.saturn2 {
    position: absolute;
    left: calc(50% - 110px);
    top: calc(50% - 87px);
    -webkit-animation: myOrbit2 20s linear infinite;
    -moz-animation: myOrbit2 20s linear infinite;
    -o-animation: myOrbit2 20s linear infinite;
    animation: myOrbit2 20s linear infinite
}

.saturn3 {
    position: absolute;
    left: calc(50% - 110px);
    top: calc(50% - 87px);
    -webkit-animation: myOrbit3 20s linear infinite;
    -moz-animation: myOrbit3 20s linear infinite;
    -o-animation: myOrbit3 20s linear infinite;
    animation: myOrbit3 20s linear infinite
}

.saturn4 {
    position: absolute;
    left: calc(50% - 110px);
    top: calc(50% - 87px);
    -webkit-animation: myOrbit4 20s linear infinite;
    -moz-animation: myOrbit4 20s linear infinite;
    -o-animation: myOrbit4 20s linear infinite;
    animation: myOrbit4 20s linear infinite
}

.saturn5 {
    position: absolute;
    left: calc(50% - 110px);
    top: calc(50% - 87px);
    -webkit-animation: myOrbit5 20s linear infinite;
    -moz-animation: myOrbit5 20s linear infinite;
    -o-animation: myOrbit5 20s linear infinite;
    animation: myOrbit5 20s linear infinite
}

@-webkit-keyframes myOrbit0 {
    from {
        -webkit-transform: rotate(0deg) translateX(160%) rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg) translateX(160%) rotate(-360deg)
    }
}

@-moz-keyframes myOrbit0 {
    from {
        -moz-transform: rotate(0deg) translateX(160%) rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg) translateX(160%) rotate(-360deg)
    }
}

@-o-keyframes myOrbit0 {
    from {
        -o-transform: rotate(0deg) translateX(160%) rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg) translateX(160%) rotate(-360deg)
    }
}

@keyframes myOrbit0 {
    from {
        transform: rotate(0deg) translateX(160%) rotate(0deg)
    }

    to {
        transform: rotate(360deg) translateX(160%) rotate(-360deg)
    }
}

@-webkit-keyframes myOrbit1 {
    from {
        -webkit-transform: rotate(-60deg) translateX(160%) rotate(60deg)
    }

    to {
        -webkit-transform: rotate(300deg) translateX(160%) rotate(-300deg)
    }
}

@-moz-keyframes myOrbit1 {
    from {
        -webkit-transform: rotate(-60deg) translateX(160%) rotate(60deg)
    }

    to {
        -webkit-transform: rotate(300deg) translateX(160%) rotate(-300deg)
    }
}

@-o-keyframes myOrbit1 {
    from {
        -webkit-transform: rotate(-60deg) translateX(160%) rotate(60deg)
    }

    to {
        -webkit-transform: rotate(300deg) translateX(160%) rotate(-300deg)
    }
}

@keyframes myOrbit1 {
    from {
        -webkit-transform: rotate(-60deg) translateX(160%) rotate(60deg)
    }

    to {
        -webkit-transform: rotate(300deg) translateX(160%) rotate(-300deg)
    }
}

@-webkit-keyframes myOrbit2 {
    from {
        -webkit-transform: rotate(-120deg) translateX(160%) rotate(120deg)
    }

    to {
        -webkit-transform: rotate(240deg) translateX(160%) rotate(-240deg)
    }
}

@-moz-keyframes myOrbit2 {
    from {
        -webkit-transform: rotate(-120deg) translateX(160%) rotate(120deg)
    }

    to {
        -webkit-transform: rotate(240deg) translateX(160%) rotate(-240deg)
    }
}

@-o-keyframes myOrbit2 {
    from {
        -webkit-transform: rotate(-120deg) translateX(160%) rotate(120deg)
    }

    to {
        -webkit-transform: rotate(240deg) translateX(160%) rotate(-240deg)
    }
}

@keyframes myOrbit2 {
    from {
        -webkit-transform: rotate(-120deg) translateX(160%) rotate(120deg)
    }

    to {
        -webkit-transform: rotate(240deg) translateX(160%) rotate(-240deg)
    }
}

@-webkit-keyframes myOrbit3 {
    from {
        -webkit-transform: rotate(-180deg) translateX(160%) rotate(180deg)
    }

    to {
        -webkit-transform: rotate(180deg) translateX(160%) rotate(-180deg)
    }
}

@-moz-keyframes myOrbit3 {
    from {
        -webkit-transform: rotate(-180deg) translateX(160%) rotate(180deg)
    }

    to {
        -webkit-transform: rotate(180deg) translateX(160%) rotate(-180deg)
    }
}

@-o-keyframes myOrbit3 {
    from {
        -webkit-transform: rotate(-180deg) translateX(160%) rotate(180deg)
    }

    to {
        -webkit-transform: rotate(180deg) translateX(160%) rotate(-180deg)
    }
}

@keyframes myOrbit3 {
    from {
        -webkit-transform: rotate(-180deg) translateX(160%) rotate(180deg)
    }

    to {
        -webkit-transform: rotate(180deg) translateX(160%) rotate(-180deg)
    }
}

@-webkit-keyframes myOrbit4 {
    from {
        -webkit-transform: rotate(-240deg) translateX(160%) rotate(240deg)
    }

    to {
        -webkit-transform: rotate(120deg) translateX(160%) rotate(-120deg)
    }
}

@-moz-keyframes myOrbit4 {
    from {
        -webkit-transform: rotate(-240deg) translateX(160%) rotate(240deg)
    }

    to {
        -webkit-transform: rotate(120deg) translateX(160%) rotate(-120deg)
    }
}

@-o-keyframes myOrbit4 {
    from {
        -webkit-transform: rotate(-240deg) translateX(160%) rotate(240deg)
    }

    to {
        -webkit-transform: rotate(120deg) translateX(160%) rotate(-120deg)
    }
}

@keyframes myOrbit4 {
    from {
        -webkit-transform: rotate(-240deg) translateX(160%) rotate(240deg)
    }

    to {
        -webkit-transform: rotate(120deg) translateX(160%) rotate(-120deg)
    }
}

@-webkit-keyframes myOrbit5 {
    from {
        -webkit-transform: rotate(-300deg) translateX(160%) rotate(300deg)
    }

    to {
        -webkit-transform: rotate(60deg) translateX(160%) rotate(-60deg)
    }
}

@-moz-keyframes myOrbit5 {
    from {
        -webkit-transform: rotate(-300deg) translateX(160%) rotate(300deg)
    }

    to {
        -webkit-transform: rotate(60deg) translateX(160%) rotate(-60deg)
    }
}

@-o-keyframes myOrbit5 {
    from {
        -webkit-transform: rotate(-300deg) translateX(160%) rotate(300deg)
    }

    to {
        -webkit-transform: rotate(60deg) translateX(160%) rotate(-60deg)
    }
}

@keyframes myOrbit5 {
    from {
        -webkit-transform: rotate(-300deg) translateX(160%) rotate(300deg)
    }

    to {
        -webkit-transform: rotate(60deg) translateX(160%) rotate(-60deg)
    }
}

.ndv0 {
    position: absolute;
    -webkit-animation: ndvq0 18s linear infinite;
    -moz-animation: ndvq0 18s linear infinite;
    -o-animation: ndvq0 18s linear infinite;
    animation: ndvq0 18s linear infinite
}

.ndv1 {
    position: absolute;
    -webkit-animation: ndvq1 18s linear infinite;
    -moz-animation: ndvq1 18s linear infinite;
    -o-animation: ndvq1 18s linear infinite;
    animation: ndvq1 18s linear infinite
}

.ndv2 {
    position: absolute;
    -webkit-animation: ndvq2 18s linear infinite;
    -moz-animation: ndvq2 18s linear infinite;
    -o-animation: ndvq2 18s linear infinite;
    animation: ndvq2 18s linear infinite
}

.ndv3 {
    position: absolute;
    -webkit-animation: ndvq3 18s linear infinite;
    -moz-animation: ndvq3 18s linear infinite;
    -o-animation: ndvq3 18s linear infinite;
    animation: ndvq3 18s linear infinite
}

.ndv4 {
    position: absolute;
    -webkit-animation: ndvq4 18s linear infinite;
    -moz-animation: ndvq4 18s linear infinite;
    -o-animation: ndvq4 18s linear infinite;
    animation: ndvq4 18s linear infinite
}

.ndv5 {
    position: absolute;
    -webkit-animation: ndvq5 18s linear infinite;
    -moz-animation: ndvq5 18s linear infinite;
    -o-animation: ndvq5 18s linear infinite;
    animation: ndvq5 18s linear infinite
}

@-webkit-keyframes ndvq0 {
    from {
        -webkit-transform: rotate(0deg) translateX(215px) rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg) translateX(215px) rotate(-360deg)
    }
}

@-moz-keyframes ndvq0 {
    from {
        -moz-transform: rotate(0deg) translateX(215px) rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg) translateX(215px) rotate(-360deg)
    }
}

@-o-keyframes ndvq0 {
    from {
        -o-transform: rotate(0deg) translateX(215px) rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg) translateX(215px) rotate(-360deg)
    }
}

@keyframes ndvq0 {
    from {
        transform: rotate(0deg) translateX(215px) rotate(0deg)
    }

    to {
        transform: rotate(360deg) translateX(215px) rotate(-360deg)
    }
}

@-webkit-keyframes ndvq1 {
    from {
        -webkit-transform: rotate(-60deg) translateX(215px) rotate(60deg)
    }

    to {
        -webkit-transform: rotate(300deg) translateX(215px) rotate(-300deg)
    }
}

@-moz-keyframes ndvq1 {
    from {
        -webkit-transform: rotate(-60deg) translateX(215px) rotate(60deg)
    }

    to {
        -webkit-transform: rotate(300deg) translateX(215px) rotate(-300deg)
    }
}

@-o-keyframes ndvq1 {
    from {
        -webkit-transform: rotate(-60deg) translateX(215px) rotate(60deg)
    }

    to {
        -webkit-transform: rotate(300deg) translateX(215px) rotate(-300deg)
    }
}

@keyframes ndvq1 {
    from {
        -webkit-transform: rotate(-60deg) translateX(215px) rotate(60deg)
    }

    to {
        -webkit-transform: rotate(300deg) translateX(215px) rotate(-300deg)
    }
}

@-webkit-keyframes ndvq2 {
    from {
        -webkit-transform: rotate(-120deg) translateX(215px) rotate(120deg)
    }

    to {
        -webkit-transform: rotate(240deg) translateX(215px) rotate(-240deg)
    }
}

@-moz-keyframes ndvq2 {
    from {
        -webkit-transform: rotate(-120deg) translateX(215px) rotate(120deg)
    }

    to {
        -webkit-transform: rotate(240deg) translateX(215px) rotate(-240deg)
    }
}

@-o-keyframes ndvq2 {
    from {
        -webkit-transform: rotate(-120deg) translateX(215px) rotate(120deg)
    }

    to {
        -webkit-transform: rotate(240deg) translateX(215px) rotate(-240deg)
    }
}

@keyframes ndvq2 {
    from {
        -webkit-transform: rotate(-120deg) translateX(215px) rotate(120deg)
    }

    to {
        -webkit-transform: rotate(240deg) translateX(215px) rotate(-240deg)
    }
}

@-webkit-keyframes ndvq3 {
    from {
        -webkit-transform: rotate(-180deg) translateX(215px) rotate(180deg)
    }

    to {
        -webkit-transform: rotate(180deg) translateX(215px) rotate(-180deg)
    }
}

@-moz-keyframes ndvq3 {
    from {
        -webkit-transform: rotate(-180deg) translateX(215px) rotate(180deg)
    }

    to {
        -webkit-transform: rotate(180deg) translateX(215px) rotate(-180deg)
    }
}

@-o-keyframes ndvq3 {
    from {
        -webkit-transform: rotate(-180deg) translateX(215px) rotate(180deg)
    }

    to {
        -webkit-transform: rotate(180deg) translateX(215px) rotate(-180deg)
    }
}

@keyframes ndvq3 {
    from {
        -webkit-transform: rotate(-180deg) translateX(215px) rotate(180deg)
    }

    to {
        -webkit-transform: rotate(180deg) translateX(215px) rotate(-180deg)
    }
}

@-webkit-keyframes ndvq4 {
    from {
        -webkit-transform: rotate(-240deg) translateX(215px) rotate(240deg)
    }

    to {
        -webkit-transform: rotate(120deg) translateX(215px) rotate(-120deg)
    }
}

@-moz-keyframes ndvq4 {
    from {
        -webkit-transform: rotate(-240deg) translateX(215px) rotate(240deg)
    }

    to {
        -webkit-transform: rotate(120deg) translateX(215px) rotate(-120deg)
    }
}

@-o-keyframes ndvq4 {
    from {
        -webkit-transform: rotate(-240deg) translateX(215px) rotate(240deg)
    }

    to {
        -webkit-transform: rotate(120deg) translateX(215px) rotate(-120deg)
    }
}

@keyframes ndvq4 {
    from {
        -webkit-transform: rotate(-240deg) translateX(215px) rotate(240deg)
    }

    to {
        -webkit-transform: rotate(120deg) translateX(215px) rotate(-120deg)
    }
}

@-webkit-keyframes ndvq5 {
    from {
        -webkit-transform: rotate(-300deg) translateX(215px) rotate(300deg)
    }

    to {
        -webkit-transform: rotate(60deg) translateX(215px) rotate(-60deg)
    }
}

@-moz-keyframes ndvq5 {
    from {
        -webkit-transform: rotate(-300deg) translateX(215px) rotate(300deg)
    }

    to {
        -webkit-transform: rotate(60deg) translateX(215px) rotate(-60deg)
    }
}

@-o-keyframes ndvq5 {
    from {
        -webkit-transform: rotate(-300deg) translateX(215px) rotate(300deg)
    }

    to {
        -webkit-transform: rotate(60deg) translateX(215px) rotate(-60deg)
    }
}

@keyframes ndvq5 {
    from {
        -webkit-transform: rotate(-300deg) translateX(215px) rotate(300deg)
    }

    to {
        -webkit-transform: rotate(60deg) translateX(215px) rotate(-60deg)
    }
}

.baodv:hover .item_vs {
    animation-play-state: paused;
}

.tieude_giua {
    color: #008f4d;
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    font-family: 'utmimpact';
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    font-weight: normal;
    letter-spacing: 1px;
}

.trangc .tieude_giua {
    margin-bottom: 4px;
}

.sltc {
    display: block;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 27px;
    color: #1f1f1f;
}

.spnoibat .tieude_giua, .cacconso .tieude_giua {
    color: #fff;
}

.spnoibat .sltc, .cacconso .sltc {
    color: #fff;
}

div.wap_item {
}

.w_product {
    width: calc(100% + 20px);
    margin: 0 -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.spnoibat {
    padding: 67px 0 57px 0;
}

.tintuc_run .slick-prev {
    opacity: 1;
    width: 37px;
    height: 53px;
    background: url(images/img/prev.png) no-repeat;
    margin-top: -26.5px;
    left: -5px;
}

.tintuc_run .slick-next {
    opacity: 1;
    width: 37px;
    height: 53px;
    background: url(images/img/next.png) no-repeat;
    margin-top: -26.5px;
    right: -5px;
}

.content_sp {
    width: calc(100% + 20px);
    margin: 0 -10px;
    display: flex;
    flex-flow: row wrap;
}

.item_sp {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
    background: #fff;
    box-shadow: 0 0 1px #666;
}

    .item_sp .img {
        overflow: hidden;
        margin-bottom: 12px;
        position: relative;
        display: block;
    }

        .item_sp .img a {
            display: block;
        }

        .item_sp .img img {
            width: 100%;
            transition: 1s;
        }

        .item_sp .img:hover img {
            transform: scale(1.2);
        }

    .item_sp h2, .item_sp h3, .item_sp h4 {
        font-weight: normal;
    }

    .item_sp .ten {
        color: #000;
        font-size: 18px;
        font-family: 'Roboto-Black';
        display: block;
        padding: 0 15px;
        margin-bottom: 5px;
        line-height: 27px;
        max-height: 54px;
        overflow: hidden;
    }

    .item_sp .ten1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .item_sp .ten:hover {
        color: #ea8f00;
    }

    .item_sp .mota {
        line-height: 22px;
        max-height: 66px;
        overflow: hidden;
        font-family: 'font';
        padding: 0 15px;
        color: #333;
        display: block;
        margin-bottom: 10px;
    }

    .item_sp .mota1 {
        height: 66px;
    }

    .item_sp .chitiet {
        text-align: right;
        padding: 0 15px;
        color: #f6941c;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

.cacconso {
    display: block;
    padding: 57px 0 95px 0;
}

.content_conso {
    padding-top: 23px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.item_conso {
    display: block;
    position: relative;
}

    .item_conso img {
        display: block;
        margin: auto;
    }

    .item_conso div {
        display: flex;
        width: 100%;
        max-width: 170px;
        margin: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }

        .item_conso div span {
            line-height: 63px;
            border-bottom: 1px solid #fff;
            display: flex;
            color: #fff;
            flex-wrap: wrap;
        }

            .item_conso div span b {
                font-weight: normal;
                font-family: 'meb';
                display: block;
                font-size: 55px;
                height: 63px;
                overflow: hidden;
                max-width: calc(100% - 16px);
            }

            .item_conso div span u {
                height: 63px;
                font-size: 33px;
                font-family: 'msb';
                width: 15px;
                display: flex;
                line-height: 15px;
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: center;
                text-decoration: none;
            }

    .item_conso h3 {
        display: block;
        font-weight: normal;
        text-align: center;
        margin-top: 5px;
        line-height: 45px;
        color: #fff;
        font-size: 16px;
        font-family: 'msb';
        overflow: hidden;
    }

.caccongty {
    padding: 59px 0 43px 0;
}

.content_ct {
    width: calc(100% + 18px);
    margin: 0 -9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.item_kh {
    display: block;
    width: calc(100%/5 - 18px);
    margin: 0 9px 18px 9px;
    text-align: center;
    border: none !important;
}

    .item_kh .img {
        display: block;
        margin: 0 auto 16px;
        max-width: 210px;
        border: 1px solid #f6941c;
        overflow: hidden;
        width: 100%;
    }

        .item_kh .img img {
            display: block;
            width: 100%;
            transition: 0.5s;
        }

        .item_kh .img:hover img {
            transform: scale(1.2);
        }

    .item_kh h3 {
        font-weight: normal;
    }

        .item_kh h3 a {
            display: block;
            line-height: 24px;
            margin-bottom: 4px;
            font-size: 16px;
            font-family: 'Roboto-Black';
            color: #181818;
            max-height: 48px;
            overflow: hidden;
        }

            .item_kh h3 a:hover {
                color: #ea8f00;
            }

    .item_kh .mota {
        display: block;
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;
        color: #414141;
        font-size: 14px;
        font-family: 'font';
    }

/*bottom*/
#mod_bottom {
    padding: 55px 0 64px 0;
    background: #f5f5f5
}

.mod_video {
    width: 37.5%
}

    .mod_video .video_popup {
        min-height: 364px;
    }

.content_tintuc {
    width: 59.667%;
    font-family: 'font';
}

.tieude_tintuc {
    text-transform: uppercase;
    color: #141515;
    font-size: 24px;
    font-family: 'utmimpact';
    position: relative;
    line-height: 37px;
    margin-bottom: 11px;
    font-weight: normal;
}

.tintuc_1 {
    width: 49.582%;
    display: block;
}

    .tintuc_1 a.img {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

        .tintuc_1 a.img img {
            width: 100%;
            transition: 0.5s;
            display: block;
        }

            .tintuc_1 a.img img:hover {
                opacity: 0.6
            }

    .tintuc_1 a.ten {
        color: #000;
        font-size: 16px;
        font-family: 'font1';
        line-height: 24px;
        margin-bottom: 2px;
        max-height: 48px;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

        .tintuc_1 a.ten:hover {
            color: #ea8f00
        }

    .tintuc_1 p.mota {
        color: #5f5f5f;
        line-height: 24px;
        max-height: 72px;
        font-size: 13.5px;
        overflow: hidden;
        display: block;
        margin-bottom: 12px;
        text-align: justify;
    }

    .tintuc_1 h3 {
        font-weight: normal;
    }

    .tintuc_1 .xemthem {
        display: block;
        color: #fff;
        width: 110px;
        line-height: 33px;
        background: #ea8f00;
        text-align: center;
        font-family: 'Roboto-Black';
    }

        .tintuc_1 .xemthem:hover {
            opacity: 0.7;
        }

.tintuc_conlai {
    width: calc(50.418% - 15px);
    max-height: 405px;
    overflow: hidden;
    display: block;
}

.item_ttcl {
    margin-bottom: 3px;
    border: none !important;
    overflow: hidden;
    height: 133px !important;
}

    .item_ttcl a.img {
        float: left;
        margin-right: 12px;
    }

        .item_ttcl a.img img {
            width: 100%;
            display: block;
            transition: 0.5s
        }

            .item_ttcl a.img img:hover {
                opacity: 0.6
            }

    .item_ttcl h3, .item_ttcl h2 {
        font-weight: normal;
    }

    .item_ttcl a.ten {
        font-size: 13.5px;
        line-height: 20px;
        color: #1c1c1c;
        font-family: 'font1';
        overflow: hidden;
        max-height: 60px;
        display: block;
        margin-bottom: 3px;
    }

        .item_ttcl a.ten:hover {
            color: #ea8f00
        }

    .item_ttcl p.mota {
        color: #666;
        line-height: 22px;
        max-height: 66px;
        overflow: hidden;
        display: block;
        font-size: 13px;
    }

#w_footer {
    background: #008f4d;
    color: #fff;
}

#footer {
    font-size: 14px;
    padding: 20px 0;
    margin: auto;
}

.footer_1 {
    width: 28.25%;
}

.footer_2 {
    width: 12.24%;
}

.footer_3 {
    width: 20.2%;
}

.footer_4 {
    width: 24.583%;
}

.td_ft {
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    font-family: 'Roboto-Medium';
    line-height: 29px;
    margin-bottom: 9px;
}

.mxh {
    line-height: 40px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
}

    .mxh span {
        text-transform: uppercase;
        display: block;
        width: 100%;
        line-height: 29px;
        margin-bottom: 6px;
        font-size: 15px;
        font-family: 'font1';
    }

    .mxh a {
        display: block;
        width: 40px;
        margin-right: 7px;
    }

        .mxh a img {
            width: 40px;
            height: 40px;
            transition: 0.5s;
        }

            .mxh a img:hover {
                transform: rotate(720deg);
            }

.cs {
    display: block;
    line-height: 20px;
    padding: 5px 0;
    font-weight: normal;
}

    .cs a {
        display: block;
        color: #fff;
        font-size: 14px;
    }

    .cs:hover a {
        color: #f6941c;
    }

.slnt {
    display: block;
    line-height: 24px;
    padding: 4px 0 11px 0;
}

form#frm_dknt {
    width: 100%;
    line-height: 33px;
    border: 1px solid #fff;
}

    form#frm_dknt input[type='text'] {
        width: calc(100% - 50px);
        padding: 0px 15px;
        line-height: 33px;
        float: left;
        border: none;
        height: 33px;
        background: #fff;
        outline: none;
        color: #474747;
        font-family: 'font';
        font-size: 14px
    }

        form#frm_dknt input[type='text']::placeholder {
            color: #474747;
        }

    form#frm_dknt input[type='submit'] {
        float: right;
        background: #ea8f00;
        color: #fff;
        width: 50px;
        height: 33px;
        line-height: 33px;
        border: none;
        cursor: pointer;
        font-size: 14px;
        font-family: 'Roboto-Black';
        transition: 0.5s;
        outline: none;
        text-transform: uppercase;
    }

        form#frm_dknt input[type='submit']:hover {
            opacity: 0.6
        }

.face {
    display: block;
    width: 100%;
    max-width: 295px;
    overflow: hidden;
    margin: auto;
    padding-top: 9px;
}

#map_ft {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    #map_ft iframe {
        display: block;
        width: 100% !important;
        height: 100% !important;
    }

.copyright {
    display: block;
    padding: 10px 0;
    color: #fff;
    background: #636363;
    line-height: 24px;
}

.tk span {
    padding: 0 6px;
}

.tk b {
    font-weight: normal;
}

.tk {
    align-items: center;
}

.copy span {
    font-family: 'Roboto-Black';
}


/*zalo */
#btn-zalo {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 190px;
    z-index: 999;
}

    #btn-zalo i, .chatface i {
        display: flex;
        display: -ms-flex;
        align-items: center;
        -ms-flex-align: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #f6941c;
        position: relative;
        z-index: 999;
    }

        #btn-zalo i img, .chatface i img {
            vertical-align: middle;
            max-width: 100%;
            display: block;
            width: 100%;
        }

.kenit-alo-circle-fill {
    width: 50px;
    height: 50px;
    right: -5px;
    top: -5px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(246,148,28, 0.45);
    opacity: .75;
}

.kenit-alo-circle {
    width: 46px;
    height: 46px;
    top: -3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(246,148,28, .8);
    opacity: .1;
    border-color: #f6941c;
    opacity: .5;
}

.giohang_header {
    position: fixed;
    bottom: 320px;
    width: 50px;
    height: 50px;
    padding: 21px 8px 9px 22px;
    z-index: 999;
    color: #000;
    text-align: center;
    line-height: 20px;
    right: 6px;
    background: url(images/gio.png) no-repeat center center;
    box-shadow: 0 0 2px rgba(0,0,0,1);
    border-radius: 50%;
}

    .giohang_header span {
        color: #fff;
        text-align: center;
        line-height: 20px;
        font-size: 10px;
        font-family: 'font';
        display: block;
        background: #ff9801;
        border-radius: 50%;
    }

#btn-call {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 255px;
    z-index: 999;
}

    #btn-call i {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #f6941c;
        text-align: center;
        line-height: 40px;
        position: relative;
        z-index: 9999;
    }

        #btn-call i img {
            vertical-align: middle;
            max-width: 100%;
            -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
            -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
            -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
            -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
            animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out
        }

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0%,100%,50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
}
/*zalo */
/*zalo */
.grecaptcha-badge {
    opacity: 0 !important;
}

.baonoidung iframe {
    max-width: 100% !important;
}

.baonoidung img {
    height: auto !important;
}

.baonoidung * {
    max-width: 100% !important;
    word-break: break-word;
}

.baonoidung {
    line-height: 20px;
}

    .baonoidung p {
        margin-bottom: 10px;
    }

.baotv {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    width: calc(100% + 10px);
}

.hinhtv {
    display: block;
    width: calc(100%/3 - 30px);
    margin: 0 15px 30px 15px;
    position: relative;
}

    .hinhtv img {
        display: block;
        width: 100%;
    }

    .hinhtv span {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 10px;
        background: rgba(255,255,255,0.6);
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        bottom: 0;
        font-family: 'font1';
    }

.box_new {
    display: block;
    width: calc(100%/4 - 20px);
    margin: 0 10px 20px 10px;
}

    .box_new .img {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        border: 1px solid #d3d3d3;
        padding: 4px;
    }

    .box_new h2 {
        font-weight: normal;
    }

        .box_new h2 a {
            font-weight: 600;
            color: #008f4d;
            font-family: Arial;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            padding: 0;
            margin-top: 10px;
            display: block;
            width: 100%;
            text-align: left;
            line-height: 20px;
            padding: 0 5px;
        }

            .box_new h2 a:hover {
                color: #f6941c;
            }

    .box_new .mota {
        padding: 0 5px;
        color: #000;
        font-family: "Arial";
        font-weight: 400;
        font-size: 14px;
        white-space: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: justify;
    }

.cottin1 {
    float: left;
    width: calc(100% - 300px);
}

.cottin2 {
    display: block;
    float: right;
    width: 280px;
    border: 1px solid #008f4d;
    border-radius: 10px;
    overflow: hidden;
}

.danhmucct {
    padding: 5px 5px 0 5px;
}

.tieudect {
    display: block;
    color: #fff;
    font-family: 'font1';
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    text-transform: uppercase;
    background: #008f4d;
}

.item_ttnb {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

    .item_ttnb .img {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

        .item_ttnb .img img {
            display: block;
            width: 100%;
            transition: 0.5s;
        }

        .item_ttnb .img:hover img {
            opacity: 0.6
        }

    .item_ttnb h3 {
        font-weight: normal;
    }

    .item_ttnb .ten {
        display: block;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-family: 'font';
    }

.item_vt {
    display: block;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
}

    .item_vt h3 {
        font-weight: normal;
    }

        .item_vt h3 a {
            display: block;
            color: #000;
            margin-bottom: 10px;
            font-family: 'font1';
        }

    .item_vt .noidung {
        display: block;
        margin-bottom: 10px;
    }

    .item_vt .codeb {
        display: block;
        width: 100%;
        height: 300px;
    }

        .item_vt .codeb iframe {
            display: block;
            width: 100% !important;
            height: 100% !important;
        }

.baocot {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 2px);
    margin: 0 -1px;
    justify-content: center;
    margin-bottom: 20px;
}

    .baocot h1 {
        font-weight: normal;
    }

        .baocot a, .baocot h1 a {
            display: block;
            padding: 5px 10px;
            margin: 0 1px 2px 1px;
            border: 1px solid #ccc;
            color: #000;
            font-family: 'font1';
            font-size: 14px;
        }

            .baocot a.active, .baocot a:hover {
                background: #008f4d;
                color: #fff;
                border-color: #008f4d;
            }

.baocot1 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 2px);
    margin: 0 -1px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

    .baocot1 h1 {
        font-weight: normal;
    }

        .baocot1 a, .baocot1 h1 a {
            display: block;
            padding: 2px 10px;
            margin: 2px 1px 0 1px;
            border: 1px solid #ccc;
            color: #000;
            font-family: 'font1';
            font-size: 14px;
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
        }

            .baocot1 a.active, .baocot1 a:hover {
                background: #008f4d;
                color: #fff;
                border-color: #008f4d;
            }

.khungdl {
    display: block;
    width: 100%;
    margin: auto;
    max-width: 1000px;
}

.dulieu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 30px;
}

    .dulieu:nth-child(2n+2) {
        background-color: #f6f6f6;
    }

    .dulieu .ngay {
        padding: 0 10px;
    }

    .dulieu h3 {
        font-weight: normal;
        padding-left: 14px;
        position: relative;
        display: block;
        text-align: left;
        flex: 1;
    }

        .dulieu h3:before {
            position: absolute;
            left: 2px;
            top: 10px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #008f4d;
            border-radius: 50%;
            content: '';
        }

.tieudedangnhap1 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.dulieu1 {
    background-color: #f6f6f6;
    margin-bottom: 5px;
    padding: 5px;
}

    .dulieu1:last-child {
        margin-bottom: 0;
    }

    .dulieu1 h3 {
        margin-bottom: 0;
        line-height: 24px;
        padding-left: 5px;
    }

        .dulieu1 h3 a {
            line-height: 24px;
            display: block;
        }

        .dulieu1 h3:before {
            display: none;
        }

.dulieu h3 a {
    color: #333;
    font-size: 12px;
    display: block;
}

    .dulieu h3 a:hover {
        color: #f6941c;
    }

.dulieu h3 span {
    color: #666666;
    text-decoration: none;
    margin-left: 5px;
    font-size: 11px;
    display: inline-block;
}

.tttin {
    border: solid 1px #cccccc;
    width: 130px;
    display: block;
    border-radius: 3px;
    height: 24px;
    overflow: hidden;
    background-color: #f5f5f5;
    line-height: 22px;
    margin-top: 2px;
    text-align: center;
}

.dulieu0 .ngay {
    width: 90px;
    border-right: 1px solid #ccc;
    text-align: center;
}

.dulieu0 h3 {
    width: calc(100% - 150px);
    flex: unset;
    padding: 0 10px;
    line-height: 24px;
}

    .dulieu0 h3:before {
        display: none;
    }

.dulieu0 .tttin {
    width: 60px;
}

.dulieu2 {
    background-color: #008f4d;
    color: #fff;
}

    .dulieu2 .ngay {
        line-height: 18px;
        padding: 6px 10px;
    }

    .dulieu2 h3 {
        font-size: 14px;
        line-height: 30px;
    }

    .dulieu2 .tttin {
        border: none;
        background: none;
        line-height: 30px;
        height: auto;
        margin-top: 0;
    }

.tttin a {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
}

.icon-img {
    width: 16px;
    margin-top: -3px;
    margin-right: 4px;
}

.tttin a.tai {
    color: #008f4d;
}

.clickxemtailieu {
    cursor: pointer;
}

#frm_popup1 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    max-width: 800px;
    z-index: 9999999;
    transform: translate(-50%,-50%);
    transition: 0.5s;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

    #frm_popup1 .khung_popup {
        width: 100%;
        padding: 10px;
        max-width: 100%;
    }

.khung_popup .close_popup1 {
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 30px;
    position: absolute;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: arial;
    right: 5px;
    top: 5px;
    cursor: pointer;
    transition: 0.4s;
    border-radius: 50%;
}

    .khung_popup .close_popup1:hover {
        box-shadow: 0 0 5px #fff;
    }

#frm_popup1 .frame_popup1 {
    max-height: 450px;
    overflow-y: auto;
}

.tttin1 {
    border: solid 1px #cccccc;
    width: 130px;
    display: block;
    border-radius: 3px;
    height: 24px;
    overflow: hidden;
    background-color: #f5f5f5;
    line-height: 22px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0;
}

    .tttin1 a {
        color: #333333;
        text-decoration: none;
        font-size: 12px;
    }

        .tttin1 a.tai {
            color: #008f4d;
        }


.chayvitri {
    display: flex;
    flex-wrap: wrap;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 1px #999;
    position: relative;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
}

    .chayvitri h2 {
        display: block;
        font-weight: normal;
    }

        .chayvitri h2 a {
            display: block;
            color: #000;
            font-size: 18px;
            padding: 10px 20px;
            font-family: 'font';
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
            position: relative;
        }

            .chayvitri h2 a span {
                display: block;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .chayvitri h2 a:after {
                margin-left: -9px;
                border-style: solid;
                border-width: 9px 9px 0;
                border-color: #00853f transparent;
                content: "";
                display: block;
                position: absolute;
                top: 100%;
                left: 50%;
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                filter: "alpha(opacity=${opperc})";
                transition: all 0.2s ease-in-out;
                box-sizing: border-box;
            }

            .chayvitri h2 a.active {
                color: #f6941c;
                font-family: 'font1';
                border-bottom: 2px solid #008f4d;
            }

            .chayvitri h2 a:hover {
                color: #f6941c;
                border-bottom: 2px solid #008f4d;
            }

                .chayvitri h2 a:hover:after, .chayvitri h2 a.active:after {
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    -webkit-opacity: 1;
                    opacity: 1;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
                    filter: "alpha(opacity=${opperc})";
                }

.vitrind {
    margin-top: 20px;
}

.fixvitri {
    position: fixed !important;
}

.bandoct {
    width: 100%;
    padding: 10px 0;
}

    .bandoct iframe {
        display: block;
        width: 100% !important;
    }

.frm_dangnhaptt {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding-top: 20px;
}

    .frm_dangnhaptt form.frm {
        width: 100%;
        display: block;
    }

    .frm_dangnhaptt input[type='password'] {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: 1px solid #999;
        margin-bottom: 10px;
        padding: 0 10px;
        text-align: center;
    }

    .frm_dangnhaptt input[type='button'] {
        background: #008f4d;
        margin: auto;
        height: 40px;
        line-height: 40px;
        border: none;
        display: block;
        padding: 0;
        width: 120px;
        font-family: 'Roboto-Bold';
    }

.gallery1 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 2px);
    margin: 0 -1px;
}

    .gallery1 a {
        display: block;
        width: calc(100%/3 - 2px);
        margin: 0 1px 2px 1px;
        background: #000;
    }

        .gallery1 a img {
            display: block;
            width: 100%;
            transition: 0.5s;
        }

        .gallery1 a:hover img {
            opacity: 0.7;
        }


#show_popup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
    z-index: 99999;
    font-family: 'Inter',sans-serif;
}

.khung_pop {
    border-radius: 30px;
    background: rgba(0, 143, 77, 0.30);
    padding: 8px;
    width: 390px;
    max-width: calc(100% - 20px);
    position: relative;
    z-index: 999;
}

.close_pop {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background: #fff;
    color: #000;
    cursor: pointer;
}

.frame_pop {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.80);
    padding-top: 4px;
}

.logopop {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 5;
    display: block;
    margin: 0 auto;
    background: #fff;
}

    .logopop img {
        border-radius: 50%;
        display: block;
    }

.nenpop {
    height: 147px;
    margin-top: -60px;
    width: 100%;
    position: relative;
    padding-top: 63px;
    text-align: center;
}

    .nenpop img {
        width: 100%;
        height: 135px;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-mask-image: url(images/nenpop.png);
        mask-image: url(images/nenpop.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }

    .nenpop:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 135px;
        background: url(images/nenpop.png) no-repeat center center;
        background-size: 100% 100%;
        z-index: 3;
        opacity: 0.85;
    }

    .nenpop p {
        margin-bottom: 20px;
        color: #fff;
        font-size: 27px;
        font-weight: 700;
        line-height: 35px;
        position: relative;
        z-index: 5;
    }

    .nenpop span {
        display: block;
        line-height: 23px;
        color: #05492A;
        font-weight: 700;
        font-size: 16px;
        position: relative;
        z-index: 5;
    }

#nhanthongtin {
    padding: 0 25px 25px 25px;
}

    #nhanthongtin input[type='text'], #nhanthongtin input[type='email'], #nhanthongtin input[type='number'] {
        width: 100%;
        height: 30px;
        margin-bottom: 6px;
        border-radius: 4px;
        border: 1px solid #CECECE;
        background: #FFF;
        color: #999;
        padding: 0 12px;
    }

        #nhanthongtin input[type='text']::placeholder, #nhanthongtin input[type='email']::placeholder, #nhanthongtin input[type='number']::placeholder {
            color: #999
        }

    #nhanthongtin select {
        height: 30px;
        border: 1px solid #CECECE;
        margin-bottom: 6px;
        padding: 0 9px;
        color: #999;
        width: 100%;
        border-radius: 4px;
    }

    #nhanthongtin .flexwb input {
        width: calc(100%/3*2 - 3px);
    }

    #nhanthongtin .flexwb select {
        width: calc(100%/3 - 3px);
    }

    #nhanthongtin input[type='submit'] {
        width: 100%;
        display: block;
        line-height: 35px;
        text-align: center;
        line-height: 35px;
        color: #000;
        background: linear-gradient(to right, rgb(246 148 28 / 100%) 0%, rgb(246 148 28 / 50%) 100%);
        border-radius: 20px;
        margin-top: 10px;
        border: none;
        font-size: 18px;
        font-weight: 500
    }

@media (max-width: 1365px) {
    .dichvuchay {
        height: 600px;
        z-index: 1;
        flex-wrap: nowrap;
    }

    .baodv {
        transform: scale(0.6);
        height: auto;
    }
}

@media (max-width: 1199px) {
    div#header a.logo:before, div#header a.logo:after {
        display: none;
    }

    div#header a.logo {
        width: 100% !important;
        position: relative;
        height: auto !important;
        padding: 5px 0;
        border: none;
    }

        div#header a.logo img {
            max-height: 100px !important;
        }

    .baotop {
        padding: 0;
        background: none;
        height: 0;
        line-height: 40px;
    }

    .hdp {
        position: absolute;
        right: 0;
        top: 1px;
        z-index: 1000;
        color: #fff;
    }

    .baotop ul li, .vitri, .dt, .em, .clicktk, .cachhd {
        display: none !important;
    }

    div#menu {
        display: none;
    }

    div#menu_mobi1 {
        display: block;
        box-shadow: 0 0 1px #ccc;
        z-index: 1000;
    }

    .fix_head {
        position: relative !important;
        z-index: 1001 !important;
    }

    .fixhd {
        position: fixed !important;
        right: 10px !important;
    }

    .clicknn {
        color: #fff;
    }

    .gioithieu {
        padding: 20px 0;
    }

    .gtright {
        width: 100%;
    }

    .gtleft {
        width: 100%;
        max-width: 563px;
        display: block;
        margin: auto;
    }

    .hinhbn {
        min-height: 0;
    }
}

@media (max-width: 965px) {
    .baodv .item_vs, .baodv .ndv {
    }

    .link_web {
        font-size: 12px;
    }

    div#left {
        display: none;
    }

    div#right {
        width: 100%;
    }

    .spnoibat, .cacconso, .caccongty, #mod_bottom {
        padding: 30px 0;
    }

    .sltc {
        margin-bottom: 10px;
    }

    .content_conso {
        padding-top: 5px;
    }

    .w_product, .content_video {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }

    .content_ct {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }

    .item_kh {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }

        .item_kh .img {
            max-width: 100%;
        }

    .item_sp, .box_new {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }

    .content_sp {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }

    .item_vt {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }

    .item_video {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }

    .mod_video {
        width: 100%
    }

    .videot1 {
        height: auto !important
    }

    .content_tintuc {
        width: 100%;
        margin-bottom: 20px;
    }

    .tintuc_1 {
        width: 355px;
    }

    .tintuc_conlai {
        width: calc(100% - 370px);
    }

    #footer {
        padding: 20px 0;
    }

    .footer_1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_4 {
        width: 100%;
    }

    .td_ft {
        border-bottom: 1px solid #fff;
    }

    #btn-call, #btn-zalo, .clickfb-box {
        display: none !important;
    }

    #w_footer {
        margin-bottom: 40px;
    }

    #footer1 {
        display: block !important;
    }

    .chicc {
        display: block !important;
    }

    .copy {
        width: 100%;
        text-align: center;
    }

    .tk {
        width: 100%;
        text-align: center;
    }

    .cottin1 {
        display: block;
        width: 100%;
    }

    .cottin2 {
        display: none;
    }

    .baotv {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }

    .hinhtv {
        width: calc(100%/2 - 10px);
        margin: 0 5px 10px 5px;
    }
}

@media (max-width: 800px) {
    .dichvuchay {
        height: 540px;
        z-index: 1;
    }

    .baodv {
        transform: scale(0.6);
    }

    .slgt, .slgt * {
        font-size: 16px;
    }

    .tengt, .tengt * {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .box_news {
        width: 100%;
    }
}

@media (max-width: 667px) {
    .tintuc_1 {
        width: 49.582%;
    }

    .tintuc_conlai {
        width: calc(50.418% - 15px);
    }
}

@media (max-width: 568px) {
    .chayvitri {
        background: #008f4d;
    }

        .chayvitri h2 {
            width: 50%;
            text-align: center;
            border-bottom: 1px solid rgba(255,255,255,0.6);
        }

            .chayvitri h2:nth-child(2n+2) {
                border-left: 1px solid rgba(255,255,255,0.6);
            }

            .chayvitri h2 a {
                padding: 5px 10px;
                color: #fff;
                border: none;
                font-size: 13px;
            }

    .item_vt {
        width: calc(100% - 10px);
    }

    .hinhtv span {
        font-size: 12px;
        padding: 5px;
    }

    .tieude_giua {
        font-size: 25px;
        line-height: 35px;
    }

    .item_tc {
        width: calc(100% - 20px);
        align-items: center;
        margin-bottom: 10px;
    }

    .dichvuchay {
        z-index: 1;
        height: 400px;
    }

    .baodv {
        transform: scale(0.4);
    }

    div.wap_pro {
        display: block !important;
    }

    .mxht {
        display: none;
    }

    .zoom_slick {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .product_info {
        width: 100% !important;
    }

    .w_contact div.frm_lienhe {
        width: 100% !important;
    }

    .frame_thanhtoan {
        width: 100% !important;
    }

    .content11 {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .w_contact, form#frm_order, .wap_box_new {
        grid-template-columns: 1fr !important;
        grid-gap: 10px !important;
    }

    .item_dc {
        width: calc(100% - 10px) !important;
    }

    .tintuc_1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .tintuc_conlai {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .gallery1 a {
        width: calc(50% - 2px);
    }

    div#tabs ul#ultabs li {
        font-size: 11px !important;
        line-height: 20px !important;
    }

    .item_sp, .box_new {
        width: calc(100% - 10px);
    }

    .dichvuchay {
        height: 400px;
        z-index: 1;
    }

    .baodv {
        transform: scale(0.35);
    }

    .item_video {
        width: calc(100% - 10px);
    }

    #giohang tr.tr_giohang {
        line-height: 16px !important;
    }

    #giohang * {
        font-size: 9px !important;
    }

    #giohang .tenctgh {
        font-size: 10px !important;
        padding: 0 5px !important;
    }

        #giohang .tenctgh * {
            font-size: 10px !important;
        }

    .giohang_img {
        margin: 0 !important;
    }

    .item_sp .ten {
        font-size: 13px;
    }

    .item_sp .gia {
        font-size: 12px;
    }

    .box_news a.img {
        width: 130px;
    }

        .box_news a.img img {
            height: 130px;
        }

    .box_news h3 a {
        font-size: 13px;
    }

    .box_news .mota {
        font-size: 12px;
        max-height: 60px;
        -webkit-line-clamp: 3;
    }

    .item_ttcl a.img {
        margin-right: 10px;
        width: 45%;
    }

    .item_ttcl a.ten {
        font-size: 13px;
        line-height: 18px;
        max-height: 36px;
        ;
    }

    .item_ttcl p.mota {
        font-size: 12px;
        line-height: 18px;
        max-height: 54px;
    }
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
    .chayvitri h2 a {
        font-size: 12px;
    }
}
.herobaner .owl-dots {
    position:absolute;
    bottom:5%;
}
.scroll{
    background:rgba(0,0,0,0.12)!important
}
.btn-about-home {
    border-radius: 40px;
    border: 2px solid black;
    padding: 10px 15px 10px 15px;
    background-color: #F6DDA0;
    color:black;
    transition: 0.5s ease-in-out all 
}
    .btn-about-home:hover {
        border-radius: 40px;
        border: 2px solid black;
        padding: 10px 15px 10px 15px;
        background-color: #1F2324;
        color:white!important
    }

.top-stories-bar {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}

    .top-stories-bar:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
    }

.top-stories-bar {
    height: 50px;
}

    .top-stories-bar.top-stories-bar-with-thumbnail {
        height: 55px;
    }

    .top-stories-bar .top-stories-label {
        float: left;
        color: #333333;
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #dddddd;
        position: relative;
        height: 100%;
        display: table;
    }

        .top-stories-bar .top-stories-label:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -19%;
            width: 39%;
            background-color: #dddddd;
            transform: skew(20deg);
            -webkit-transform: skew(20deg);
            -moz-transform: skew(20deg);
            -ms-transform: skew(20deg);
            z-index: 1;
        }

        .top-stories-bar .top-stories-label .top-stories-label-wrap {
            position: relative;
            display: table;
            height: 100%;
            padding: 10px 0 10px 35px;
        }

        .top-stories-bar .top-stories-label .label-txt {
            position: relative;
            z-index: 2;
            display: table-cell;
            height: 30px;
            vertical-align: middle;
            font-size: 18px;
        }

        .top-stories-bar .top-stories-label .flash-icon {
            position: absolute;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            background-color: #26499F;
            top: 50%;
            margin-top: -5px;
            left: 10px;
            z-index: 2;
        }

            .top-stories-bar .top-stories-label .flash-icon:before {
                content: "";
                position: absolute;
                height: 10px;
                width: 10px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border: 1px solid #26499F;
                top: 50%;
                margin-top: -5px;
                left: 50%;
                margin-left: -5px;
                animation-name: blink-a;
                animation-duration: 2s;
                animation-iteration-count: infinite;
            }

@keyframes blink-a {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(3, 3);
        opacity: 0;
    }
}

.top-stories-bar .top-stories-label .flash-icon:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #26499F;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px;
    animation-name: blink-b;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

@keyframes blink-b {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(3, 3);
        opacity: 0;
    }
}

.top-stories-bar .top-stories-lists {
    display: block;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    padding-left: 0;
    background-color: #ffffff;
    height: 50px;
}



.top-stories-bar .top-stories-lists .row {
}

.top-stories-bar .js-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-stories-bar .top-stories-lists .marquee {
    width: 100%;
    overflow: hidden;
}

    .top-stories-bar .top-stories-lists .marquee a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 50px;
        color: #333333;
    }

        .top-stories-bar .top-stories-lists .marquee a:hover {
            color: #26499F;
        }

.top-stories-bar .top-stories-post-img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
    background-size: cover;
    background-position: center center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.top-stories-bar .top-stories-lists .top-stories-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
}

.top-stories-bar .top-stories-lists:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 80px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
@media(max-width:769px){
    section.products{
        padding:0!important
    }
    .block-new-home {
        height:100vh!important;
    }
}
