﻿/*body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}*/

/*:root {
    --primary-color: #E31937;
}*/

/*body::-webkit-scrollbar {
    width: 5px;
    background-color: #cedbff;
}*/

/*body::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}*/

/*body {
    background: #FFF;
    overflow-x: hidden;
}*/

@-webkit-keyframes shake_ani {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/*input, optgroup, select, textarea {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.0);
}*/

@keyframes fade_up {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.view_more_btn {
    text-align: center;
}

    .view_more_btn a {
        display: inline-block;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        border-radius: 100px;
        padding: 8px 30px;
        margin-top: 45px;
        transition: 0.3s ease-in-out;
    }

        .view_more_btn a:hover {
            background: var(--primary-color);
            color: #FFF
        }

/*img {
    display: block;
}*/

.section {
    /*width: 100vw;*/
    width: 100%;
    position: relative;
    left: 50%;
    right: 50%;
    /*margin-left: -50vw;
    margin-right: -50vw;*/
    margin-left: -50%;
    margin-right: -50%;
    background: #ffffff;
    overflow: hidden;
}

/*a {
    text-decoration: none;
}*/

/*body ul {
    list-style: none;
    margin: 0;
    display: flex;
}*/

.text_center {
    text-align: center !important;
}

.text_white {
    color: #FFFFFF !important;
}

.text_over {
    overflow: auto;
}

    .text_over::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .text_over::-webkit-scrollbar {
        width: 5px;
        background-color: #cedbff;
    }

    .text_over::-webkit-scrollbar-thumb {
        background-color: var(--primary-color);
    }

/*.bang-gia-td.hinhanh img {
    margin: 0 auto;
}*/

div#loadpage {
    pointer-events: none;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    background-size: cover;
    transition: 1s all ease-in-out;
}

    div#loadpage .mask {
        background-color: #fff;
        transition: 1s all ease-in-out;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    div#loadpage.hidden .mask {
        background-color: transparent;
    }

    div#loadpage .mask span {
        display: block;
        width: 100%;
        height: 20%;
        position: absolute;
        left: 0;
        transition: 1s all ease-in-out;
        background-color: #fff;
    }

        div#loadpage .mask span:nth-child(even) {
            left: unset;
            right: 0;
        }

        div#loadpage .mask span:nth-child(1) {
            top: 0;
        }

        div#loadpage .mask span:nth-child(2) {
            top: 20%;
        }

        div#loadpage .mask span:nth-child(3) {
            top: 40%;
        }

        div#loadpage .mask span:nth-child(4) {
            top: 60%;
        }

        div#loadpage .mask span:nth-child(5) {
            top: 80%;
        }

#loadpage.hidden {
    opacity: 0;
    visibility: hidden;
}

div#loadpage.hidden .mask span {
    width: 0;
}
/*
.logo-loadpage svg {
    position: absolute;
    max-width: 450px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

    .logo-loadpage svg .layer1 path {
        fill-opacity: 0;
        stroke-opacity: 0;
        stroke-width: 1;
        stroke-miterlimit: 10;
    }

    .logo-loadpage svg #layer3 path,
    .logo-loadpage svg rect {
        opacity: 0;
    }

    .logo-loadpage svg #layer3 path {
        stroke: transparent;
    }

    .logo-loadpage svg.animate .layer1 path {
        stroke-opacity: 1;
    }

    .logo-loadpage svg.active .layer1 path {
        stroke-dasharray: 8000;
        stroke-dashoffset: 8000;
        fill-opacity: 1;
        stroke-opacity: 0;
        -webkit-transition: all 3s ease;
        transition: all 3s ease;
    }

.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: auto;
    height: auto;
}

    .logo_center img {
        width: 400px;
        height: auto;
        object-fit: cover;
    }

.home_1 {
    position: relative;
}
*/
.box_swiper {
    position: relative;
}

.home_1 .banner_cont {
    position: absolute;
    width: 418px;
    padding: 29px 45px 29px 36px;
}

    .home_1 .banner_cont h1 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 35px;
        color: #FFFFFF;
        position: relative;
        margin: 0;
    }

.banner_cont:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--primary-color);
    mix-blend-mode: multiply;
}

.custom-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

    .custom-swiper-btn.prev {
        left: 6%;
    }

    .custom-swiper-btn.next {
        right: 6%;
    }

    .custom-swiper-btn svg {
        transition: 0.3s ease-in-out;
    }

    .custom-swiper-btn.prev:hover svg {
        transform: translateX(-10px) scale(1.1);
    }

    .custom-swiper-btn.next:hover svg {
        transform: translateX(10px) scale(1.1);
    }

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #FFFFFF;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 37px;
}

.section_heading {
    margin-bottom: 52px;
    position: relative;
    z-index: 2;
}

    .section_heading > .sec_title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 800;
        font-size: 32px;
        line-height: 48px;
        color: #E31937;
        margin-bottom: 10px;
    }

        .section_heading > .sec_title p {
            margin: 0;
        }

    .section_heading > .sec_cont * {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        color: #333333;
        /*opacity: 0.8;*/
        margin-bottom: 15px;
    }

    .section_heading > .sec_cont p:last-child {
        margin: 0;
    }

    .section_heading > .sec_cont strong {
        font-weight: 700;
    }

.home_2 {
    padding: 100px 0 126px 0;
    position: relative;
}

    .home_2:before {
        content: ' ';
        background-image: url('../../images/bg_1.png');
        position: absolute;
        right: 0;
        bottom: 0;
        height: 50%;
        background-repeat: no-repeat;
        width: 50%;
    }

    .home_2:after {
        content: ' ';
        background-image: url('../../images/bg_2.png');
        position: absolute;
        left: 0;
        top: 0;
        height: 60%;
        width: 55%;
        z-index: 0;
        background-repeat: no-repeat;
    }

.home_featured_prod_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 35px;
    position: relative;
    z-index: 2;
}

    .home_featured_prod_wrap .item {
        position: relative;
        max-height: 277px;
    }

        .home_featured_prod_wrap .item > a {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

    .home_featured_prod_wrap .wrap_img {
        overflow: hidden;
        height: 100%;
    }

        .home_featured_prod_wrap .wrap_img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .home_featured_prod_wrap .item .item_cont {
        background: var(--primary-color);
        padding: 8px 13px 8px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .home_featured_prod_wrap .item span {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        color: #FFFFFF;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .home_featured_prod_wrap .item svg {
        transition: 0.5s ease-in-out;
        transform: rotate(0);
    }

    .home_featured_prod_wrap .item:hover svg {
        transform: rotate(450deg);
    }

    .home_featured_prod_wrap .item img {
        transition: 0.6s ease-in-out;
    }

    .home_featured_prod_wrap .item:hover img {
        transform: scale(1.3);
    }

.home_3 {
    position: relative;
}

.home_3_cont > p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 54px;
}

.home_3_cont > a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    padding: 12px 50px;
    transition: 0.3s ease-in-out;
}

    .home_3_cont > a:hover {
        background: #FFF;
        color: #333333;
    }

.home_3_cont > h2 > p {
    margin-bottom: 18px;
}

.home_3_cont > h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 14px;
}

    .home_3_cont > h2 strong {
        font-weight: 800;
        display: block;
    }

.home_3_cont {
    position: absolute;
    left: calc(calc(100vw - 1200px) / 2);
    top: 0;
    width: 25%;
    height: 100%;
    background: rgba(56, 56, 56, 0.85);
    mix-blend-mode: normal;
    padding: 141px 77px 115px 60px;
}

.home_4 {
    padding: 127px 0 136px 0;
    position: relative;
}

    .home_4:before {
        width: 50%;
        height: 400px;
        left: 0;
        bottom: 50px;
        background-image: url('../../images/bg_5.png');
        background-repeat: no-repeat;
    }

    .home_4:after {
        width: 210px;
        height: 500px;
        right: 0;
        bottom: 0;
        background-image: url('../../images/bg_3.png');
        background-repeat: no-repeat;
    }

    .home_4 .grid-container {
        position: relative;
        padding: 0;
        z-index: 4;
    }

        .home_4 .grid-container:before,
        .home_4:before,
        .home_4:after {
            position: absolute;
            content: '';
        }

        .home_4 .grid-container:before {
            width: 184px;
            height: 178px;
            top: -66px;
            right: -79px;
            background-image: url('../../images/bg_4.png');
            visibility: unset;
            background-repeat: no-repeat;
        }

        .home_4 .grid-container img {
            position: relative;
        }

.home_4_cont h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
}

.home_4_cont > a:first-child {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home_4_cont > a:last-child {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    border: 0.5px solid #FFFFFF;
    border-radius: 100px;
    padding: 10px 30px;
    position: relative;
    transition: 0.3s ease-in-out;
}

    .home_4_cont > a:last-child:hover {
        background: #FFF;
        color: black;
    }

.home_4_cont {
    position: absolute;
    right: 63px;
    bottom: 80px;
    width: 416px;
    height: 250px;
    padding: 50px 44px 45px 44px;
    transition: 1s ease-in-out;
}

    .home_4_cont:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: url('../../images/red_bg.png') repeat 0 0;
        mix-blend-mode: multiply;
    }

@keyframes abc {
    from {
        width: 416px;
        height: 0;
    }

    to {
        width: 100%;
        height: 100%;
    }
}

.home_4 > .grid-container:hover .home_4_cont {
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    text-align: center;*/
    /*    vertical-align: center;*/
}

.home_5 .home_count {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}

    .home_5 .home_count .item .des {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        color: #333333;
        opacity: 0.8;
    }

    .home_5 .home_count .item .icon {
        background: #EFEFEF;
        background-image: url(../../images/icon_bg.png);
        border-radius: 50%;
        height: 110px;
        width: 110px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -65px;
        left: 50%;
        transform: translate(-50%,0) rotateY(0);
        transition: 0.5s ease-in-out;
    }

        .home_5 .home_count .item .icon img {
            margin: 0 auto;
            width: 56px;
            height: 56px;
            transition: 0.3s ease-in-out;
        }

    .home_5 .home_count .item .title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        color: var(--primary-color);
    }

    .home_5 .home_count .item {
        width: calc(25% - 25px);
        text-align: center;
        border: 1px solid #E3E3E3;
        border-radius: 10px;
        padding: 65px 0px 24px 0px;
        position: relative;
    }

        .home_5 .home_count .item:hover .icon {
            background: var(--primary-color);
            background-image: url('../../images/icon_bg.png');
            transform: translate(-50%,-10px);
        }

            .home_5 .home_count .item:hover .icon img {
                filter: brightness(0) invert(1);
                transform: rotateY(720deg);
            }

.home_5 .box_slider {
    margin-top: 100px;
}

    .home_5 .box_slider .slide_wrapper {
        position: relative;
    }

    .home_5 .box_slider .img_wrap {
        position: relative;
    }

    .home_5 .box_slider img {
        width: 100%;
        object-fit: cover;
    }

    .home_5 .box_slider .slider-slide {
        position: relative;
        padding: 0 16px;
    }

        .home_5 .box_slider .slider-slide .img_wrap:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
            transition: all 0.5s ease-in-out;
            pointer-events: none;
        }

        .home_5 .box_slider .slider-slide.slick-current .img_wrap:before {
            background: inherit;
            transition: all 0.5s ease-in-out;
        }

    .home_5 .box_slider .cont {
        position: absolute;
        top: 50%;
        right: -17%;
        width: 386px;
        background: #F6F6F6;
        transform: translateY(-50%);
        padding: 42px 47px 37px 50px;
        border-radius: 10px;
        opacity: 0;
        transition: .5s ease-in-out;
        pointer-events: none;
        z-index: 9999;
    }

        .home_5 .box_slider .cont > .proj_cat {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 700;
            font-size: 12px;
            line-height: 12px;
            text-transform: uppercase;
            color: var(--primary-color);
            margin-bottom: 5px;
        }

        .home_5 .box_slider .cont > .proj_name {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 700;
            font-size: 22px;
            line-height: 30px;
            color: #333333;
            margin-bottom: 5px;
        }

        .home_5 .box_slider .cont > .proj_addr {
            padding-bottom: 26px;
            margin-bottom: 22px;
            border-bottom: 1px solid #E7E7E7;
        }

        .home_5 .box_slider .cont > .proj_addr,
        .home_5 .box_slider .cont > .proj_info > li {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 25px;
            color: #333333;
            opacity: 0.8;
        }

            .home_5 .box_slider .cont > .proj_info > li > span {
                font-weight: 700;
            }

        .home_5 .box_slider .cont > .proj_info {
            flex-direction: column;
        }

        .home_5 .box_slider .cont > a {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            text-transform: uppercase;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
            border-radius: 100px;
            padding: 7px 22px;
            margin-top: 10px;
            display: inline-block;
        }

            .home_5 .box_slider .cont > a:hover {
                background: var(--primary-color);
                color: #FFF
            }

    .home_5 .box_slider .slider-slide.slick-current .cont {
        opacity: 1;
        transition-delay: 0.7s;
        pointer-events: unset;
    }

.home_5 .box_slider {
    max-height: 590px;
}

button.slick-arrow {
    position: absolute;
    background-color: transparent;
    top: 50%;
    transform: translateY(-60%);
    z-index: 9;
    padding: 0;
    width: 26px;
    height: 45px;
    overflow: hidden;
    opacity: 0;
}

button.slick-prev.slick-arrow {
    left: 6%;
}

button.slick-next.slick-arrow {
    right: 6%;
}

.home_5 .slick-list.draggable {
    max-height: 580px;
}

.home_6 .grid-60:before,
.home_6 .grid-60:after {
    display: none;
}

.home_6 .grid-60 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 16px;
}

    .home_6 .grid-60 .item {
        position: relative;
    }

        .home_6 .grid-60 .item:first-child {
            grid-column-start: 1;
            grid-column-end: 3;
        }
        /*.home_6 .grid-60 .item:before{*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    width: 0;*/
        /*    height: 0;*/
        /*    bottom: 0;*/
        /*    left: 0;*/
        /*    background: rgba(0, 0, 0, 0.7);*/
        /*    transition: .5s ease-in-out;*/
        /*    pointer-events: none;*/
        /*}*/

        /*.home_6 .grid-60 .item:hover:before{*/
        /*    height: 100%;*/
        /*    width: 100%;*/
        /*}*/
        .home_6 .grid-60 .item .play_btn {
            display: flex;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
        }

@keyframes scaleBorder {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.home_6 .grid-60 .item .play_btn:before {
    content: ' ';
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: scaleBorder 1.2s infinite;
}

.home_6 .grid-40 .img_wrap {
    width: 45%;
    overflow: hidden;
}

    .home_6 .grid-40 .img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s ease-in-out;
    }

.home_6 .grid-40 .item {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-height: 133px;
}

a.wrap_link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.home_6 .grid-40 .item:not(:last-child) {
    margin-bottom: 17px;
}

.home_6 .grid-40 .item_cont {
    width: 50%;
}

    .home_6 .grid-40 .item_cont > span {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        color: #666666;
        opacity: 0.8;
    }

.red_line {
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid #E2E2E2;
}

.news_item:hover .red_line:before {
    width: 100%;
}

.home_6 .grid-40 .item_cont .news_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    transition: .3s ease-in-out;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
}

.home_6 .grid-40 .item:hover img {
    transform: scale(1.3);
}

.home_6 .grid-40 .item:hover .item_cont .news_title {
    color: var(--primary-color);
}

.home_6 .grid-40 .item:hover .before-line:before {
    width: 100%;
}

.home_6 {
    padding: 94px 0 75px 0;
    background: #F5F5F5;
    position: relative;
}

    .home_6:before {
        content: ' ';
        background-image: url(../../images/bg_7.png);
        position: absolute;
        left: 0;
        top: 0;
        height: 60%;
        width: 55%;
        z-index: 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .home_6:after {
        content: ' ';
        background-image: url(../../images/bg_6.png);
        position: absolute;
        left: 0;
        bottom: 0;
        height: 20%;
        width: 100%;
        z-index: 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

.bottom_content {
    padding: 63px 0px;
    overflow: unset;
}

    .bottom_content .section_heading {
        /*padding: 0 92px;*/
    }

    .bottom_content p {
        margin-bottom: 0 !important;
    }

    .bottom_content .link {
        text-align: center;
    }

        .bottom_content .link a,
        .bottom_content .link span {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            text-transform: uppercase;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
            border-radius: 100px;
            padding: 8px 30px;
            cursor: pointer;
            transition: 0.3s ease-in-out;
        }

            .bottom_content .link a:hover,
            .bottom_content .link span:hover {
                background: var(--primary-color);
                color: #FFF
            }

    .bottom_content:before {
        content: '';
        position: absolute;
        width: 243px;
        height: 419px;
        left: 5%;
        top: -170px;
        background-image: url('../../images/bg_8.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bottom_content:after {
        content: '';
        position: absolute;
        width: 165px;
        height: 419px;
        right: 4%;
        bottom: -250px;
        background-image: url('../../images/bg_9.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

.nhan_bao_gia {
    padding: 50px 0px;
    background: rgba(0,0,0,0.03);
}

.prod_10.nhan_bao_gia {
    padding: 50px 0px;
    background: rgba(0,0,0,0.03);
}

.bottom_content .section_heading {
    margin-bottom: 30px;
}

.home_6 .box_swiper {
    background: #fff;
    border-radius: 10px;
    z-index: 1;
    padding: 70px 0 60px 0;
    margin-top: 74px;
}

    .home_6 .box_swiper > .swiper > .swiper-wrapper > .swiper-slide {
        margin: 15px 30px 15px 0 !important;
        text-align: center;
        display: flex;
        justify-content: center;
    }

.about_1 {
    position: relative;
}

    .about_1 .img_wrap {
        position: relative;
    }

        .about_1 .img_wrap:before {
            content: '';
            position: absolute;
            height: 100%;
            top: 0;
            left: 0;
            width: 70%;
            background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
            transform: matrix(-1, 0, 0, 1, 0, 0);
        }

    .about_1 .banner_cont p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 32px;
        color: #FFFFFF;
        opacity: 0.8;
    }

    .about_1 .banner_cont .cmt {
        margin-top: -118px;
        position: relative;
        margin-bottom: 28px;
    }

    .about_1 .banner_cont h3 {
        font-family: 'Roboto';
        font-style: normal;
        font-size: 45px;
        color: #FFFFFF;
        margin: 0;
        position: relative;
    }

        .about_1 .banner_cont h3:nth-child(2) {
            font-weight: 400;
            margin-bottom: 16px;
            margin: 0;
        }

        .about_1 .banner_cont h3:nth-child(3) {
            font-weight: 700;
            margin-bottom: 22px;
        }

    .about_1 .banner_cont {
        position: absolute;
        width: calc(100vw - calc(calc(100vw - 1200px)/2));
        height: 45%;
        top: 27%;
        right: 0;
        padding: 0;
    }

        .about_1 .banner_cont .cont_wrap {
            padding: 91px 0 46px 112px;
            width: 425px;
            opacity: 0;
            transition: 0.3s ease-in-out;
        }

    .about_1 .avt_wrap {
        position: absolute;
        bottom: -150px;
        right: calc(calc(100vw - 1090px)/2);
        opacity: 0;
        transition: 0.8s ease-out;
    }

    .about_1 .banner_cont:before {
        width: 0;
        left: unset;
        right: 0;
        transition: 0.8s ease-in;
    }

    .about_1 .swiper-slide-active .banner_cont:before {
        width: 100%;
    }

    .about_1 .swiper-slide-active .banner_cont .cont_wrap {
        opacity: 1;
        transition-delay: 0.8s;
    }

    .about_1 .swiper-slide-active .avt_wrap {
        transition-delay: 0.8s;
        bottom: 0;
        opacity: 1;
    }

.divider {
    margin: 0 17px;
}

nav.breadcrumb ul {
    align-items: center;
}

.breadcrumbs {
    background: transparent;
    position: relative;
    z-index: 6;
    margin: 24px 0 !important;
}

    .breadcrumbs cite {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 25px;
        color: #666666;
        text-transform: none;
    }

    .breadcrumbs li.title_single cite {
        font-weight: 400;
    }

    .breadcrumbs a:hover path,
    .breadcrumbs a:hover cite {
        stroke: var(--primary-color);
        color: var(--primary-color);
    }

.about_2 {
    padding: 24px 0 61px 0;
}

    .about_2:before {
        content: '';
        position: absolute;
        width: 140px;
        height: 145px;
        left: 5%;
        top: -10px;
        background-image: url('../../images/bg_4.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about_2:after {
        content: '';
        position: absolute;
        width: 746px;
        height: 369px;
        right: 0;
        top: -80px;
        background-image: url('../../images/bg_5.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about_2 .sec_sub_title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #333333;
        margin-bottom: 51px;
        position: relative;
    }

        .about_2 .sec_sub_title:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: -25px;
            width: 30%;
            height: 4px;
            background: var(--primary-color);
        }

    .about_2 .sec_cont {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: #333333;
        margin-bottom: 20px;
    }

    .about_2 .section_heading {
        margin: 0;
    }

    .about_2 .wrap {
        z-index: 2;
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-top: 40px;
    }

        .about_2 .wrap .grid-40:last-child {
            position: relative;
        }

        .about_2 .wrap .img_wrap {
            z-index: 1;
            position: relative;
        }

        .about_2 .wrap .grid-40:last-child:before {
            content: '';
            position: absolute;
            width: 122px;
            height: 235px;
            left: -80px;
            top: 50%;
            background-image: url(../../images/bg_9.png);
            background-repeat: no-repeat;
            background-size: cover;
            visibility: unset;
            transform: translateY(-50%);
        }

    .about_2 .sec_link a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        border-radius: 100px;
        padding: 8px 20px;
        transition: 0.3s ease-in-out;
    }

        .about_2 .sec_link a:hover {
            background: var(--primary-color);
            color: #FFF;
        }

    .about_2 .sub_title,
    .about_2 .sec_cont {
        padding-right: 18px;
    }

.img_wrap {
    width: 100%;
    overflow: hidden;
}

    .img_wrap img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.about_3 {
    padding: 104px 0 0 0;
    background-image: url('../../images/bg_about.png');
    background-repeat: no-repeat;
    background-size: cover;
}

    .about_3 .grid-container {
        margin-bottom: 96px;
    }

        .about_3 .grid-container .cont p {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 25px;
            color: #333333;
            margin: 0;
        }

        .about_3 .grid-container .title {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 800;
            font-size: 45px;
            line-height: 50px;
            color: var(--primary-color);
            margin: 28px 0 14px 0;
        }

        .about_3 .grid-container .grid-50:last-child {
            padding: 0 32px 0 120px;
        }

        .about_3 .grid-container .grid-50:first-child {
            padding-right: 120px;
            border-right: 1px solid rgba(208, 208, 208, 0.6);
        }

    .about_3 .img_cont {
        position: relative;
    }

    .about_3 .grid-container .grid-50 .icon {
        height: 97px;
    }

        .about_3 .grid-container .grid-50 .icon img {
            height: 100%;
            transform: rotateY(0);
            transition: 0.5s ease-in-out;
        }

        .about_3 .grid-container .grid-50 .icon:hover img {
            transform: rotateY(360deg);
        }

    .about_3 .content_sec_3:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: var(--primary-color);
        mix-blend-mode: multiply;
    }

    .about_3 .content_sec_3 {
        position: absolute;
        width: 50%;
        min-height: 75%;
        bottom: 0;
        right: 0;
    }

.text_sec_3 {
    position: relative;
    padding: 68px 462px 46px 85px;
}

    .text_sec_3 .cont p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #FFFFFF;
        margin: 0;
    }

    .text_sec_3 .sub_title {
        margin-bottom: 12px;
    }

        .text_sec_3 .sub_title p {
            font-family: 'Roboto';
            font-style: normal;
            margin: 0;
            font-weight: 500;
            font-size: 28px;
            line-height: 36px;
            text-transform: uppercase;
            color: #FFFFFF;
        }

    .text_sec_3 .cont p:first-child {
        margin-bottom: 25px;
    }

    .text_sec_3 .title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 800;
        font-size: 45px;
        line-height: 50px;
        color: #FFFFFF;
        margin-bottom: 42px;
    }

.about_4 {
    padding: 95px 0;
    background-image: url('../../images/bg_about_2.png');
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
}

    .about_4 .section_heading {
        padding: 0 290px;
    }

    .about_4 .history_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .about_4 .history_wrap .item {
            width: calc(50% - 50px);
            display: none;
        }

            .about_4 .history_wrap .item:nth-child(odd):not(:first-child) {
                margin-top: -160px;
            }

        .about_4 .history_wrap .item {
            margin-bottom: 100px;
        }

            .about_4 .history_wrap .item:nth-child(2) {
                margin-top: 160px;
            }

        .about_4 .history_wrap .item_cont {
            border: 2px solid var(--primary-color);
            outline: 2px solid var(--primary-color);
            outline-offset: -3px;
        }

            .about_4 .history_wrap .item_cont .content {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 25px;
                text-align: center;
                color: #333333;
                padding: 26px 61px 32px 61px;
                background: white;
                position: relative;
                transition: 0.5s ease-in-out;
            }

            .about_4 .history_wrap .item_cont .img {
                overflow: hidden;
            }

            .about_4 .history_wrap .item_cont .title {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 600;
                font-size: 20px;
                line-height: 28px;
                color: #FFFFFF;
                text-align: center;
                padding: 24px 82px;
                background: var(--primary-color);
            }

        .about_4 .history_wrap .item:hover .content {
            background: var(--primary-color);
            color: white;
        }

        .about_4 .history_wrap .item img {
            transition: 0.5s ease-in-out;
        }

        .about_4 .history_wrap .item:hover img {
            transform: scale(1.2);
        }

        .about_4 .history_wrap .item .year {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 600;
            font-size: 50px;
            line-height: 50px;
            text-align: center;
            color: var(--primary-color);
            margin-bottom: 20px;
        }

    .about_4:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 200px;
        width: 650px;
        height: 234px;
        background-image: url('../../images/bg_5.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about_4:after {
        content: '';
        position: absolute;
        right: 0;
        top: 120px;
        width: 350px;
        height: 234px;
        background-image: url('../../images/bg_11.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about_4 .view_more_history {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        border-radius: 100px;
        padding: 8px 30px;
        cursor: pointer;
        display: inline-flex;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -50px;
        transition: 0.3s ease-in-out;
        align-items: center;
    }

        .about_4 .view_more_history:hover {
            background: var(--primary-color);
            color: #FFF;
        }

            .about_4 .view_more_history:hover path {
                stroke: #FFF;
            }

        .about_4 .view_more_history svg {
            margin-left: 12px;
        }

.about_5 .section_heading {
    padding: 0 115px;
}

.about_5 {
    padding: 97px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

    .about_5 .box_swiper .text_wrap {
        background: #FFF;
        padding: 32px 36px 46px;
        transition: 0.5s ease-in-out;
    }

    .about_5 .box_swiper .img {
        overflow: hidden;
    }

    .about_5 .box_swiper .text_wrap .title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        color: #333333;
        margin-bottom: 40px;
        position: relative;
        transition: 0.5s ease-in-out;
    }

        .about_5 .box_swiper .text_wrap .title:before {
            position: absolute;
            content: '';
            height: 3px;
            width: 40%;
            bottom: -20px;
            left: 0;
            background: var(--primary-color);
            transition: 0.5s ease-in-out;
        }
    /*.about_5 .box_swiper .swiper-slide:hover .text_wrap{*/
    /*    background:   var(--primary-color);*/
    /*    color: #FFF;*/
    /*}*/
    .about_5 .box_swiper .swiper-slide img {
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .about_5 .box_swiper .swiper-slide:hover img {
        transform: scale(1.3);
    }

    .about_5 .box_swiper .swiper-slide:hover .text_wrap .title:before {
        width: 100%;
    }

.about_6 {
    padding: 82px 0 126px 0;
    background-blend-mode: luminosity;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}

    .about_6:before {
        content: '';
        position: absolute;
        left: 0;
        top: 300px;
        width: 260px;
        height: 335px;
        background-image: url('../../images/bg_14.png');
    }

    .about_6:after {
        content: '';
        position: absolute;
        right: 0;
        top: 640px;
        width: 275px;
        height: 595px;
        background-image: url('../../images/bg_13.png');
    }

    .about_6 .section_heading {
        padding: 0 85px;
    }

    .about_6 .des_sec_6 img {
        margin: 0 auto;
    }

    .about_6 .des_sec_6 .cont {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
        color: #333333;
        padding: 0 375px;
        margin-top: 20px;
    }

        .about_6 .des_sec_6 .cont strong {
            color: var(--primary-color);
            font-weight: 700;
        }

.goals_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 80px;
}

    .goals_list .item {
        width: 100%;
        text-align: center;
    }

    .goals_list h3 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        /* identical to box height, or 140% */
        text-align: center;
        text-transform: uppercase;
        color: #333333;
        margin-bottom: 0px;
    }

    .goals_list h5 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 800;
        font-size: 90px;
        /* or 31% */
        text-transform: uppercase;
        background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 80px;
        margin-bottom: 6px;
    }

    .goals_list p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        /* or 140% */
        text-align: center;
        text-transform: uppercase;
        color: #333333;
    }

    .goals_list strong {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        /* or 140% */
        text-align: center;
        text-transform: uppercase;
        color: var(--primary-color);
    }

    .goals_list img {
        margin: 0 auto;
    }

    .goals_list .item:nth-child(even) {
        /*margin-top: 195px;*/
    }

    .goals_list:before {
        content: '';
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        border-left: 1px dashed rgba(227, 25, 55, 0.8);
    }

    .goals_list:after {
        content: '';
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        height: 20px;
        width: 20px;
        background: var(--primary-color);
        border-radius: 50%;
    }

    .goals_list .item {
        display: flex;
        justify-content: space-between;
    }

        .goals_list .item > * {
            width: 50%;
        }

        .goals_list .item .cont {
            padding: 0 167px;
            position: relative;
        }

            .goals_list .item .cont:before {
                width: 112px;
                border-top: 1px dashed rgba(227, 25, 55, 0.8);
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%) rotate(180deg);
            }

            .goals_list .item .cont:after {
                content: '';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                height: 15px;
                width: 15px;
                background: var(--primary-color);
                border-radius: 50%;
            }

        .goals_list .item:nth-child(even) .cont:before {
            left: 0;
        }

        .goals_list .item:nth-child(even) .cont:after {
            left: 112px;
        }

        .goals_list .item:nth-child(odd) .cont:before {
            right: 0;
        }

        .goals_list .item:nth-child(odd) .cont:after {
            right: 112px;
        }

        .goals_list .item:not(:first-child) {
            margin-top: -94px;
        }

        .goals_list .item:nth-child(even) {
            flex-direction: row-reverse;
        }

.about_7 {
    margin-top: -30px;
}

    .about_7 .item_wrap .item {
        width: 100%;
        display: flex;
        background: #F2F2F2;
        position: relative;
    }

        .about_7 .item_wrap .item > div {
            width: 50%;
        }

        .about_7 .item_wrap .item:nth-child(even) {
            flex-direction: row-reverse;
        }

            .about_7 .item_wrap .item:nth-child(even) .cont_wrap {
                padding: 103px 112px 0 calc(calc(100vw - 1200px)/2);
            }

        .about_7 .item_wrap .item:nth-child(odd) .cont_wrap {
            padding: 103px calc(calc(100vw - 1200px)/2) 0 112px;
        }

        .about_7 .item_wrap .item:nth-child(odd):before,
        .about_7 .item_wrap .item:nth-child(even):before {
            content: '';
            position: absolute;
            top: 0;
            background-image: url('../../images/bg_12.png');
            background-repeat: no-repeat;
            background-size: cover;
            width: 258px;
            height: 100%;
        }

        .about_7 .item_wrap .item:nth-child(odd):before {
            right: 0;
        }

        .about_7 .item_wrap .item:nth-child(even):before {
            left: 0;
        }

        .about_7 .item_wrap .item .title {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 800;
            font-size: 45px;
            line-height: 48px;
            color: var(--primary-color);
            margin-bottom: 10px;
        }

        .about_7 .item_wrap .item .sub_title {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 25px;
            color: #333333;
            opacity: 0.8;
            margin-bottom: 38px;
            position: relative;
        }

            .about_7 .item_wrap .item .sub_title p {
                margin: 0;
            }

            .about_7 .item_wrap .item .sub_title:before {
                content: '';
                position: absolute;
                left: 0;
                bottom: -19px;
                width: 30%;
                height: 4px;
                background: var(--primary-color);
            }

        .about_7 .item_wrap .item .cont {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 25px;
            color: #333333;
            margin-bottom: 29px;
            max-height: 150px;
        }

        .about_7 .item_wrap .item .link a {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            text-transform: uppercase;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
            border-radius: 100px;
            padding: 9px 30px;
            transition: 0.3s ease-in-out;
        }

            .about_7 .item_wrap .item .link a:hover {
                background: var(--primary-color);
                color: white
            }

section.map iframe {
    width: 100%;
    height: 400px;
}

section.contact .grid-container {
    position: relative;
    z-index: 2;
}

section.contact {
    overflow: unset;
    padding: 26px 0 122px 0;
    position: relative;
}

    section.contact:before,
    section.contact:after {
        visibility: unset;
        position: absolute;
        content: '';
        width: 755px;
        height: 242px;
        background-image: url('../../images/bg_5.png');
    }

    section.contact:before {
        bottom: 120px;
        left: 0;
    }

    section.contact:after {
        right: 210px;
        top: 154px;
    }

    section.contact .grid-55 {
        background: #FFFFFF;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        padding: 90px 60px;
        margin-top: -140px;
        float: right;
    }

        section.contact .grid-55 input,
        section.contact .grid-55 select {
            height: 60px;
        }

        section.contact .grid-55 input,
        section.contact .grid-55 select,
        section.contact .grid-55 textarea {
            width: 100%;
            background: #FFFFFF;
            border: 1px solid rgba(73, 73, 73, 0.2);
            padding-left: 24px;
        }

        section.contact .grid-55 textarea {
            min-width: 100% !important;
            height: 120px;
        }

        section.contact .grid-55 .form_group > .wpcf7-form-control-wrap > *,
        section.contact .grid-55 .form_group > .wpcf7-form-control-wrap > *::placeholder {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 26px;
            display: flex;
            align-items: center;
            color: #333333;
            opacity: 0.5;
        }

        section.contact .grid-55 .form_group {
            margin: 20px 0;
            position: relative;
        }

            section.contact .grid-55 .form_group svg {
                position: absolute;
                top: 50%;
                right: 25px;
                transform: translateY(-50%);
                pointer-events: none;
            }

            section.contact .grid-55 .form_group > .wpcf7-form-control-wrap > * {
                opacity: 1;
            }

        section.contact .grid-55 .form_des {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 26px;
            color: #333333;
            opacity: 0.8;
            margin-bottom: 15px;
        }

        section.contact .grid-55 .form_title {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 700;
            font-size: 33px;
            line-height: 53px;
            color: #333333;
            margin-bottom: 20px;
            position: relative;
        }

            section.contact .grid-55 .form_title:before {
                position: absolute;
                content: '';
                height: 3px;
                width: 10%;
                background: var(--primary-color);
                left: 0;
                bottom: -10px;
            }

        section.contact .grid-55 .form_group:last-child {
            width: auto;
        }

        section.contact .grid-55 input[type="submit"] {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            width: auto;
            height: auto;
            display: inline-flex;
            align-items: center;
            text-align: center;
            text-transform: uppercase;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
            border-radius: 100px;
            margin-left: auto;
            float: right;
            transition: 0.3s ease-in-out;
        }

            section.contact .grid-55 input[type="submit"]:hover {
                background: var(--primary-color);
                color: #FFF;
            }

    section.contact .section_heading {
        margin: 54px 0 45px 0;
    }

    section.contact .contact_info {
        display: flex;
    }

        section.contact .contact_info .item {
            width: 50%;
        }

        section.contact .contact_info .title {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 25px;
            margin-bottom: 18px;
            color: #333333;
            opacity: 0.8;
        }

        section.contact .contact_info .item ul {
            flex-direction: column;
        }

            section.contact .contact_info .item ul li a {
                display: flex;
                align-items: center;
                margin-bottom: 9px;
            }

@keyframes bubble {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

section.contact .contact_info .item ul li a img {
    transform: translateY(0);
    transition: 0.3s ease-in-out;
    max-width: 42px;
}

section.contact .contact_info .item ul li a:hover img {
    /*transform: translateY(-10px);*/
    animation: bubble 1s infinite;
}

section.contact .contact_info .item ul li a:hover span {
    color: var(--primary-color);
}

section.contact .contact_info .item ul li span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    margin-left: 15px;
    color: #333333;
    opacity: 0.8;
}

section.contact .img {
    margin-top: 15px;
}

section.contact .wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 12px !important;
}

.list_recruit {
    position: relative;
    z-index: 1;
}

    .list_recruit th {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
        background: var(--primary-color);
        height: 90px;
        text-align: left;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

        .list_recruit th:last-child {
            border: none;
        }

    .list_recruit tr td {
        border: none !important;
        border-right: 1px solid rgba(209, 209, 211, 0.3) !important;
    }

    .list_recruit tr {
        height: 90px;
        background: #FFF;
    }

        .list_recruit tr > * {
            padding: 0 0 0 30px;
        }

        .list_recruit tr:nth-child(even) {
            background: #F6F6F6;
        }

    .list_recruit table {
        border: 3px solid var(--primary-color)
    }

    .list_recruit tr > *:nth-child(5),
    .list_recruit tr > *:nth-child(6) {
        text-align: center;
        padding: 0;
    }

    .list_recruit tr > *:nth-child(1) {
        padding-left: 40px;
    }

    .list_recruit tbody tr > td:nth-child(1) {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #333333;
    }

        .list_recruit tbody tr > td:nth-child(1) > a {
            font-weight: 700;
            color: #333333;
        }

        .list_recruit tbody tr > td:nth-child(1) > a {
            transition: 0.3s ease-in-out;
        }

            .list_recruit tbody tr > td:nth-child(1) > a:hover {
                color: var(--primary-color);
            }

    .list_recruit tbody tr:hover {
        background: #F9FAFF;
        box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    }

    .list_recruit tbody tr > td:last-child {
        padding: 0 5px;
    }

        .list_recruit tbody tr > td:last-child a {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            text-transform: uppercase;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
            border-radius: 100px;
            padding: 8px 15px;
            display: block;
            width: max-content;
            margin: 0 auto;
        }

        .list_recruit tbody tr > td:last-child a {
            transition: .3s ease-in-out;
        }

            .list_recruit tbody tr > td:last-child a:hover {
                background: var(--primary-color);
                color: white;
            }

    .list_recruit .rec_popup {
        display: none;
        padding: 0 !important;
        width: 700px !important;
        position: relative;
    }

.rec_popup .title,
#apply_form .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    /* identical to box height, or 87% */
    color: #FFFFFF;
    text-align: center;
    padding: 30px 0;
    background: var(--primary-color);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.rec_popup .job_description {
    padding: 38px 45px 43px;
    background: #FFF;
}

.rec_popup .item:not(:first-child) {
    margin-bottom: 14px;
}

.rec_popup .item_head {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height, or 144% */
    color: #333333;
    margin-bottom: 5px;
}

.rec_popup ul {
    flex-direction: column;
    list-style: inside;
    padding-left: 10px;
}

.rec_popup li {
    font-family: 'Roboto';
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    color: #333333;
}

.fancybox-content {
    padding: 0 !important;
    position: relative;
    background: none;
    overflow: unset;
    margin-top: -40px;
}

.apply_btn a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--primary-color);
    background: #FFFFFF;
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    display: inline;
    padding: 8px 20px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    width: max-content;
}

.apply_btn:hover a {
    background: var(--primary-color);
    color: white
}

#apply_form {
    width: 750px;
    background: #FFF;
    border: 1px solid black;
    display: none;
}

    #apply_form .cus_form {
        padding: 30px 60px 0px;
    }

        #apply_form .cus_form.file {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 600;
            font-size: 13px;
            line-height: 20px;
            display: flex;
            align-items: center;
            color: #666666;
        }

        #apply_form .cus_form label, .file {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 26px;
            /* or 162% */
            color: #333333;
            margin-bottom: 8px;
            display: inline-block;
        }

        #apply_form .cus_form .file {
            font-size: 13px;
        }

        #apply_form .cus_form input::placeholder,
        #apply_form .cus_form textarea::placeholder {
            opacity: 0.8;
        }

        #apply_form .cus_form input:focus,
        #apply_form .cus_form textarea:focus {
            outline: none;
            border: 1px solid rgba(227, 25, 55, 0.5);
        }

        #apply_form .cus_form input,
        #apply_form .cus_form textarea {
            height: 45px;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 26px;
            /* or 186% */
            display: flex;
            align-items: center;
            color: #666666;
            opacity: 1;
            background: white;
            border: 1px solid rgba(73, 73, 73, 0.2);
        }

        #apply_form .cus_form textarea {
            height: 90px;
        }

        #apply_form .cus_form .box_form > * {
            margin-bottom: 16px;
        }

        #apply_form .cus_form .file input {
            margin-top: 10px;
            border: none;
        }

    #apply_form .nav_bottom:before,
    #apply_form .nav_bottom:after {
        display: none;
    }

    #apply_form .nav_bottom {
        display: flex;
        justify-content: space-between;
    }

        #apply_form .nav_bottom input[type="submit"] {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 15px;
            text-transform: uppercase;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
            border-radius: 100px;
            transition: 0.3s ease-in-out;
            height: 38px;
            padding: 8px 30px;
        }

            #apply_form .nav_bottom input[type="submit"]:hover {
                background: var(--primary-color);
                color: #FFF;
            }

.pagination ul {
    justify-content: center;
    position: relative;
    z-index: 3;
}

    .pagination ul li a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid rgba(102, 102, 102, 0.5) !important;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 37px;
        text-align: center !important;
        vertical-align: center;
        color: #666666;
        transition: 0.3s ease-in-out;
        margin: 5px;
    }

    .pagination ul li:hover path {
        stroke: var(--primary-color);
    }

    .pagination ul li:hover a,
    .pagination ul li.active a {
        border: 1px solid rgba(227, 25, 55, 0.5);
        font-weight: 700;
        color: var(--primary-color);
    }

table .pagination ul a.active,
table .pagination ul a:hover {
    border: 1px solid rgba(227, 25, 55, 0.5) !important;
    font-weight: 700;
    color: var(--primary-color);
}

.pagination .thenativePagination .thenativePaginationPrev a,
.pagination .thenativePagination .thenativePaginationNext a {
    width: 100px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.recruit {
    padding-bottom: 50px;
}

    .recruit:before {
        content: '';
        position: absolute;
        width: 646px;
        height: 875px;
        top: -124px;
        left: 0;
        background-image: url('../../images/bg_recruit_2.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .recruit:after {
        content: '';
        position: absolute;
        width: 710px;
        height: 550px;
        bottom: -140px;
        right: 0;
        background-image: url('../../images/bg_recruit.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

.project_wrap {
    padding: 39px 0 109px;
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}

.single-cong-trinh-thuc-te .project_wrap {
    padding: 0px 0 109px;
}

.project_wrap .item {
    position: relative;
    background: #F5F5F5;
}

    .project_wrap .item .proj_info {
        padding: 11px 26px 39px;
    }

    .project_wrap .item .proj_name {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        /*line-height: 48px;*/
        color: #333333;
        margin: 11px 0 6px;
        transition: 0.3s ease-in-out;
    }

    .project_wrap .item .name_gr {
        border-bottom: 1px solid #E2E2E2;
        padding-bottom: 16px;
        position: relative;
        margin-bottom: 16px;
    }

        .project_wrap .item .name_gr:before {
            content: '';
            position: absolute;
            width: 21%;
            height: 3px;
            left: 0;
            bottom: -2px;
            background: var(--primary-color);
            transition: 0.5s ease-in-out;
        }

    .project_wrap .item .proj_addr {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        /*line-height: 28px;*/
        /* or 200% */
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .project_wrap .item .proj_info ul {
        flex-direction: column;
        margin-bottom: 20px;
    }

        .project_wrap .item .proj_info ul li {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 28px;
            color: #333333;
        }

            .project_wrap .item .proj_info ul li span {
                font-weight: 600;
            }

    .project_wrap .item .proj_info > a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        color: var(--primary-color);
        padding: 8px 20px;
        border: 1px solid var(--primary-color);
        border-radius: 100px;
        transition: 0.3s ease-in-out;
    }

    .project_wrap .item:hover .proj_name {
        color: var(--primary-color);
    }

    .project_wrap .item:hover .name_gr:before {
        width: 100%;
    }

    .project_wrap .item:hover .proj_info > a {
        background: var(--primary-color);
        color: white;
    }

    .project_wrap .item .featured_img {
        overflow: hidden;
    }

    .project_wrap .item img {
        transition: 0.5s ease-in-out;
    }

section.projects .project_wrap .item:hover img {
    transform: scale(1.2);
}

section.projects_2 .project_wrap .item:hover img {
    transform: unset;
}

.single_proj_1 .grid-container {
    margin-bottom: 20px;
}

.single_proj_1 .section_heading .sec_cont {
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.single_proj_1 .sec_title {
    padding-right: 30px;
}

.single_proj_1 .grid-50:first-child {
    padding-right: 43px;
}

.single_proj_1 .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .single_proj_1 .wrap .item {
        border-bottom: 2px solid rgba(182, 20, 44, 0.3);
        margin-right: 40px;
    }

        .single_proj_1 .wrap .item:nth-child(1),
        .single_proj_1 .wrap .item:nth-child(2) {
            margin-bottom: 60px;
            padding-bottom: 20px;
        }

        .single_proj_1 .wrap .item:nth-child(3),
        .single_proj_1 .wrap .item:nth-child(4) {
            padding-bottom: 20px;
        }

        .single_proj_1 .wrap .item .item_title {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 24px;
            color: #666666;
            margin-bottom: 10px;
        }

        .single_proj_1 .wrap .item .item_cont {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            transition: 0.3s ease-in-out;
        }

        .single_proj_1 .wrap .item a:hover .item_cont {
            color: #E31937
        }

.single_proj_1 .section_heading {
    margin: 0;
}

.single_proj_2 .content_wrap {
    margin-bottom: 40px;
}

.single_proj_2 .section_heading {
    margin-bottom: 0;
}

.single_proj_2 .content_wrap h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 5px;
}

.single_proj_2 .content_wrap h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 5px;
}

.single_proj_2 .content_wrap h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    color: #333333;
    margin-bottom: 25px;
}

.single_proj_2 {
    padding: 90px 0 104px;
    position: relative;
}

    .single_proj_2 .grid-container {
        position: relative;
    }

    .single_proj_2:before {
        content: '';
        position: absolute;
        right: 0;
        top: -200px;
        background-image: url('../../images/bg_pj_detail.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 950px;
        height: 620px;
    }

    .single_proj_2 .content_wrap img {
        margin-bottom: 25px;
    }

    .single_proj_2 .content_wrap ul {
        flex-direction: column;
        list-style: inside;
        margin: 22px 0;
    }

.single_proj {
    padding: 20px 0 40px 0;
}
/*.project_gallery{*/
/*    padding: 0 calc(calc(100vw - 1200px)/2);*/
/*    margin: 63px 0 0;*/
/*}*/
.project_gallery .img_wrap {
    position: relative;
}

.project_gallery img {
    height: 100%;
    object-fit: cover;
}

.project_gallery .slider-slide {
    height: 800px;
    position: relative;
    padding: 0 16px
}

.project_gallery .img_wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    transition: all 0.5s ease-in-out;
}

.project_gallery .slider-slide.slick-current .img_wrap:before {
    background: inherit;
    transition: all 0.5s ease-in-out;
}

.condition_policy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
}

    .condition_policy .item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
    }

        .condition_policy .item .icon {
            width: 20%;
        }

        .condition_policy .item .cont {
            width: 80%;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 26px;
            color: #636363;
            padding-left: 18px;
        }

.policy_1 {
    padding-top: 45px;
}

    .policy_1:after {
        position: absolute;
        content: '';
        width: 600px;
        height: 242px;
        background-image: url(../../images/bg_5.png);
        background-repeat: no-repeat;
        background-size: cover;
        right: 0;
        top: 90px;
    }

    .policy_1 .grid-container {
        position: relative;
        z-index: 4;
    }

    .policy_1:before {
        width: 190px;
        height: 410px;
        content: '';
        position: absolute;
        left: 0;
        top: 0px;
        background-image: url(../../images/bg_17.png);
        background-repeat: no-repeat;
        background-size: cover;
        visibility: unset;
    }

    .policy_1 .section_heading {
        margin-bottom: 38px;
    }

        .policy_1 .section_heading .sec_title {
            margin-bottom: 44px;
            position: relative;
        }

        .policy_1 .section_heading .sec_title {
            font-weight: 400;
        }

            .policy_1 .section_heading .sec_title strong {
                font-weight: 800;
            }

            .policy_1 .section_heading .sec_title:before {
                content: '';
                position: absolute;
                left: 0;
                bottom: -22px;
                width: 25%;
                height: 4px;
                background: var(--primary-color);
            }

        .policy_1 .section_heading > .sec_cont * {
            opacity: 1;
        }

    .policy_1 .img_wrap {
        margin-top: -50px;
    }

.policy_2 {
    padding: 80px 0 0 0;
}

    .policy_2 .policy_wrap {
        display: grid;
        grid-column-gap: 9px;
        grid-template-columns: 25% 25% 25% 25%;
    }

        .policy_2 .policy_wrap .item img {
            width: 100%;
            object-fit: cover;
        }

        .policy_2 .policy_wrap .item {
            position: relative;
            overflow: hidden;
        }

            .policy_2 .policy_wrap .item:after {
                width: 100%;
                background: #7B7B7B;
                mix-blend-mode: multiply;
                bottom: 0;
                left: 0;
                content: '';
                position: absolute;
                height: 0;
                transition: 0.7s ease-in-out;
            }

            .policy_2 .policy_wrap .item:before {
                width: 100%;
                background: #FFFFFF;
                opacity: 0.4;
                bottom: 0;
                left: 0;
                content: '';
                position: absolute;
                height: 0px;
                transition: 0.7s ease-in-out;
            }

            .policy_2 .policy_wrap .item .title {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 600;
                font-size: 32px;
                line-height: 38px;
                color: #FFFFFF;
                margin-bottom: 42px;
                position: relative;
            }

                .policy_2 .policy_wrap .item .title p {
                    margin: 0;
                }

                .policy_2 .policy_wrap .item .title:before {
                    position: absolute;
                    left: 0;
                    bottom: -18px;
                    background: #FFF;
                    height: 3px;
                    content: '';
                    width: 0;
                    transition: 0.3s ease-in-out;
                    transition-delay: 0.3s;
                }

            .policy_2 .policy_wrap .item .cont {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 26px;
                color: #FFFFFF;
            }

            .policy_2 .policy_wrap .item .cont_wrap {
                position: absolute;
                top: 410px;
                padding: 0 52px 0 56px;
                z-index: 2;
                transition: 0.5s ease-in-out;
            }

            .policy_2 .policy_wrap .item:hover .cont_wrap {
                top: 20px;
            }

            .policy_2 .policy_wrap .item:hover:before,
            .policy_2 .policy_wrap .item:hover:after {
                height: 100%;
            }

            .policy_2 .policy_wrap .item:hover .cont_wrap .title:before {
                width: 40%;
            }

.policy_3 {
    padding: 62px 0 86px;
    background-image: url('../../images/bg_agency.png');
    background-repeat: no-repeat;
    background-size: cover;
}

    .policy_3 .agency_list {
        padding: 37px 26px 24px;
        background: #FFF;
    }

    .policy_3 .list_wrap * {
        border: none;
        text-align: left;
    }

    .policy_3 .list_wrap table tr:nth-child(even) {
        background: #F6F6F6;
    }

    .policy_3 .list_wrap table th:first-child {
        width: 50%;
        padding-left: 58px;
    }

    .policy_3 .list_wrap table th:last-child {
        width: 25%;
        padding-left: 58px;
    }

    .policy_3 .list_wrap table {
        margin: 0;
    }

        .policy_3 .list_wrap table td {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 25px;
            color: #333333;
        }

            .policy_3 .list_wrap table td:last-child {
                padding-left: 58px;
            }

            .policy_3 .list_wrap table td:first-child {
                font-weight: 600;
                padding-left: 58px;
            }

        .policy_3 .list_wrap table th {
            height: 60px;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 28px;
            text-transform: uppercase;
            color: var(--primary-color);
            background: #F6F6F6;
        }

        .policy_3 .list_wrap table tbody {
            transition: 0.5s ease-in-out;
        }

            .policy_3 .list_wrap table tbody tr {
                height: 95px;
            }

    .policy_3 .filter_wrap {
        width: 100%;
        margin-bottom: 27px;
        display: flex;
    }

        .policy_3 .filter_wrap select {
            width: 82%;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            padding-left: 34px;
            color: #807F84;
            background: #FFF;
        }

            .policy_3 .filter_wrap select:focus {
                outline: none;
            }

        .policy_3 .filter_wrap #submit {
            width: 18%;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            text-transform: uppercase;
            color: #FFFFFF;
            background: var(--primary-color);
            display: flex;
            align-items: center;
            padding: 17px 30px;
            cursor: pointer;
        }

            .policy_3 .filter_wrap #submit:hover {
                background: var(--primary-color);
            }

            .policy_3 .filter_wrap #submit svg {
                margin-right: 17px;
            }

.sticky_policy {
    background: #F2F2F2;
    position: fixed;
    top: 115px;
    left: 0;
    z-index: 99;
    width: 100%;
}

    .sticky_policy ul {
        justify-content: center;
    }

        .sticky_policy ul li {
            margin: 0 33px;
            border-bottom: 3px solid #F2F2F2;
            position: relative;
            transition: 0.3s ease-in-out;
        }

            .sticky_policy ul li:before {
                content: '';
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 0;
                width: 0;
                height: 3px;
                background: var(--primary-color);
                transition: 0.3s ease-in-out;
            }

            .sticky_policy ul li:hover:before,
            .sticky_policy ul li.active:before {
                width: 100%;
                opacity: 1;
            }

            .sticky_policy ul li:hover a,
            .sticky_policy ul li.active a {
                color: var(--primary-color);
            }

            .sticky_policy ul li a {
                display: block;
                padding: 12px 0;
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 600;
                font-size: 15px;
                line-height: 20px;
                color: #494949;
            }

.prod_2 {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-blend-mode: luminosity;
    position: relative;
}

    .prod_2:before {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        content: '';
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
    }

    .prod_2 .section_heading .sec_title {
        padding-right: 485px;
        line-height: 55px;
        margin-bottom: 48px;
        position: relative;
    }

        .prod_2 .section_heading .sec_title:before {
            content: '';
            background: var(--primary-color);
            width: 10%;
            height: 4px;
            left: 0;
            bottom: -24px;
            position: absolute;
        }

    .prod_2 .section_heading {
        display: flex;
        flex-wrap: wrap;
    }

    .prod_2 .sec_des .sec_cont {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: #333333;
        margin-bottom: 50px;
    }

        .prod_2 .sec_des .sec_cont p {
            margin-bottom: 15px;
        }

        .prod_2 .sec_des .sec_cont ul {
            display: block;
            list-style: disc;
            margin-left: 15px
        }

    .prod_2 .sec_des .sec_link svg {
        margin-left: 20px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .prod_2 .sec_des .sec_link a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        text-decoration-line: underline;
        color: var(--primary-color);
        display: flex;
        align-items: center;
    }

    .prod_2 .sec_des .sec_link:hover svg {
        transform: translateX(8px);
    }

    .prod_2 .sec_des .sec_link a:hover {
        text-decoration-line: none;
    }

    .prod_2 .sec_des {
        width: 50%;
        padding-right: 65px;
    }

    .prod_2 .sec_video {
        width: 50%;
        margin-top: -65px;
        overflow: hidden;
        padding-left: 35px;
    }

        .prod_2 .sec_video iframe {
            width: 100%;
            display: block;
            height: 360px;
        }

.tax_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 39px;
    grid-row-gap: 36px;
}

    .tax_container .item {
        position: relative;
        max-height: 367px;
    }

        .tax_container .item .img_wrap {
            height: 100%;
        }

        .tax_container .item .tax_name_wrap {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: var(--primary-color);
            display: flex;
            justify-content: space-between;
            padding: 4px 13px 2px 24px;
            align-items: center;
        }

    .tax_container .tax_name {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 45px;
        color: #FFFFFF;
    }

    .tax_container .item img {
        transition: 0.5s ease-in-out;
    }

    .tax_container .item:hover img {
        transform: scale(1.3);
    }

    .tax_container .item svg {
        transform: rotate(0);
        transition: 0.5s ease-in-out;
    }

    .tax_container .item:hover svg {
        transform: rotate(450deg);
    }

.prod_4 .section_heading {
    padding: 0 150px;
}

    .prod_4 .section_heading .sec_title, .prod_3 .section_heading .sec_title {
        margin-bottom: 56px;
        position: relative;
    }

        .prod_4 .section_heading .sec_title:before, .prod_3 .section_heading .sec_title:before {
            content: '';
            position: absolute;
            width: 10%;
            bottom: -28px;
            left: 50%;
            height: 4px;
            transform: translateX(-50%);
            background: var(--primary-color);
        }

.products_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 56px;
    grid-row-gap: 46px;
}

    .products_list .item .img_wrap, .products_list_related .item .img_wrap {
        max-height: 250px;
    }

        .products_list .item .img_wrap img {
            max-height: 250px;
            height: 100%;
            width: auto;
            margin: 0 auto;
        }

    .products_list .item .prod_id, .products_list_related .item .prod_id {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 20px;
        color: #333333;
        position: relative;
        margin-bottom: 25px;
    }

    .products_list .item .prod_name, .products_list_related .item .prod_name {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #494949;
        margin: 28px 0 8px;
    }

    .products_list .item .prod_link a, .products_list_related .item .prod_link a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        color: #FFFFFF;
        padding: 9px 20px;
        background: var(--primary-color);
        border-radius: 100px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .products_list .item .prod_link a:hover, .products_list_related .item .prod_link a:hover {
            background: #fff;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
        }

    .products_list .item .prod_color, .products_list_related .item .prod_color {
        display: flex;
        justify-content: center;
        min-height: 44px;
    }

    .products_list .item .prod_link, .products_list_related .item .prod_link {
        margin-top: 16px;
    }

    .products_list .item .color, .products_list_related .item .color {
        margin: 4.5px;
        border-radius: 50%;
        /*overflow: hidden;*/
        position: relative;
    }

        .prod_colors .color_wrap span,
        .products_list .item .color span, .products_list_related .item .color span {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -33px;
            width: max-content;
            font-size: 14px;
            font-weight: 500;
            display: none;
            background: rgba(51, 51, 51, 0.7);
            padding: 3px 7px;
            color: #FFF;
        }

            .prod_colors .color_wrap span:before,
            .products_list .item .color span:before, .products_list_related .item .color span:before {
                width: 8px;
                height: 6px;
                transform: translateX(-50%);
                clip-path: polygon(50% 100%, 0 0, 100% 0);
                left: 50%;
                bottom: -6px;
                position: absolute;
                content: '';
                background: rgba(51, 51, 51, 0.7);
            }

        .products_list .item .color > a, .products_list_related .item .color > a {
            display: block;
            overflow: hidden;
        }

        .products_list .item .color.active > a img, .products_list_related .item .color.active > a img {
            border: 2px solid rgba(227, 25, 55, 1);
            border-radius: 50%;
        }

        .products_list .item .color > a, .products_list_related .item .color > a {
            border-radius: 50%;
        }

        .prod_colors .color_wrap:hover span,
        .products_list .item .color:hover span, .products_list_related .item .color:hover span {
            display: block;
        }

        .products_list .item .color.active a, .products_list_related .item .color.active a {
            /*border: 2px solid rgba(227, 25, 55, 1);*/
        }

    .products_list .item, .products_list_related .item {
        /*transition: 0.3s ease-in-out;*/
        position: relative;
        /*display: none;*/
    }
        /*.products_list .item:before{*/
        /*    content:'';*/
        /*    position:absolute;*/
        /*    width:0;*/
        /*    height:0;*/
        /*    left:50%;*/
        /*    top:50%;*/
        /*    transform: translate(-50%, -50%) scale(1);*/
        /*    border:.3px solid rgb(153, 153, 153);*/
        /*    opacity:1;*/
        /*}*/
        /*.products_list .item:before{*/
        /*    transition: 0.3s ease-in-out;*/
        /*}*/
        .products_list .item:after {
            transition: 0.5s ease-in-out;
        }
/*.products_list .item:hover:before{*/
/*    transform: translate(-50%, -50%) scale(1.4);*/
/*    !*opacity:0;*!*/
/*    width: 80%;*/
/*    height: 80%;*/
/*    pointer-events: none;*/
/*}*/
.load_more,
.view_more_supports,
.view_more_question,
.view_more_products2,
.load_more_search,
.view_more_products {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    display: flex;
    padding: 6px 0;
    margin: 48px auto 0;
    width: 20%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .load_more_search span,
    .view_more_products2 span,
    .view_more_products span {
        color: var(--primary-color);
        transition: 0.3s ease-in-out;
    }

    .load_more_search:hover span,
    .view_more_products2:hover span,
    .view_more_products:hover span {
        color: #FFF
    }

.load_more_search,
.view_more_products2,
.view_more_products {
    width: auto;
    padding: 8px 30px;
    display: inline-flex;
}

    .load_more:hover,
    .view_more_supports:hover,
    .view_more_question:hover,
    .view_more_products2:hover,
    .load_more_search:hover,
    .view_more_products:hover {
        color: white;
        background: var(--primary-color);
    }

    .load_more_search svg,
    .view_more_products2 svg,
    .view_more_products svg {
        margin-left: 10px;
        transform: rotate(180deg);
    }

    .load_more_search path,
    .view_more_products2 path,
    .view_more_products path {
        transition: 0.3s ease-in-out;
    }

    .load_more_search:hover path,
    .view_more_products2:hover path,
    .view_more_products:hover path {
        stroke: #FFF
    }

.prod_3 {
    padding: 94px 0 103px;
    background-image: url('../../images/bg_prod.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
}

.prod_4 {
    padding: 23px 0 78px;
}

.prod_5 {
    padding: 100px 0 61px 0;
    background: #F2F2F2;
}

    .prod_5 .section_heading {
        position: relative;
        margin-bottom: 80px;
    }

        .prod_5 .section_heading:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -40px;
            width: 20%;
            height: 4px;
            background: var(--primary-color);
        }

    .prod_5 .item_title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        color: #333333;
        margin-bottom: 34px;
    }

    .prod_5 ul {
        flex-direction: column;
        padding-right: 75px;
    }

        .prod_5 ul li {
            padding-bottom: 20px;
            margin-bottom: 6px;
            display: flex;
            align-items: flex-start;
            position: relative;
            overflow: hidden;
        }

            .prod_5 ul li:not(:last-child) > span:first-child:before {
                width: 2px;
                height: 50px;
                left: 50%;
                bottom: -57px;
                content: '';
                background-image: linear-gradient(182deg, var(--primary-color) 50%, transparent 50%, transparent 100%);
                background-size: 8px 5px;
                position: absolute;
            }

            .prod_5 ul li > span:last-child {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 400;
                font-size: 15px;
                line-height: 25px;
                color: #333333;
            }

            .prod_5 ul li > span:first-child {
                margin-right: 26px;
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 700;
                font-size: 20px;
                line-height: 48px;
                display: inline-flex;
                align-items: center;
                text-align: center;
                color: var(--primary-color);
                border: 1px solid var(--primary-color);
                min-width: 45px;
                min-height: 45px;
                max-height: 45px;
                max-width: 45px;
                justify-content: center;
                border-radius: 50%;
                position: relative;
            }

    .prod_5 .view_more_btn a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        border-radius: 100px;
        padding: 6px 30px;
        display: inline-flex;
        transition: 0.3s ease-in-out;
    }

        .prod_5 .view_more_btn a:hover {
            background: var(--primary-color);
            color: white
        }

    .prod_5:before {
        right: 0;
        top: 0;
        position: absolute;
        content: '';
        height: 25%;
        width: 35%;
        background-image: url("../../images/bg_5.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .prod_5 .img {
        position: relative;
    }

        .prod_5 .img img {
            position: relative;
            z-index: 3;
        }

        .prod_5 .img:before {
            right: 10px;
            bottom: -60px;
            position: absolute;
            content: '';
            height: 254px;
            width: 132px;
            background-image: url("../../images/bg_9.png");
            background-size: cover;
            background-repeat: no-repeat;
        }

.prod_7 .wrap {
    display: flex;
    flex-wrap: wrap;
}

    .prod_7 .wrap .item {
        width: 50%;
        position: relative;
        background: #F2F2F2;
        background-image: url('../../images/bg_style_1.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

        .prod_7 .wrap .item span {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 300;
            font-size: 30px;
            line-height: 38px;
            color: #FFFFFF;
            position: relative;
        }

        .prod_7 .wrap .item a {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            text-transform: uppercase;
            color: #FFFFFF;
            border: 1px solid #FFFFFF;
            border-radius: 100px;
            padding: 6px 30px;
            position: relative;
            transition: 0.3s ease-in-out;
        }

            .prod_7 .wrap .item a:hover {
                background: white;
                color: var(--primary-color);
            }

        .prod_7 .wrap .item h4 {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 700;
            font-size: 30px;
            line-height: 38px;
            color: #FFFFFF;
            position: relative;
        }

        .prod_7 .wrap .item .cont_wrap {
            position: absolute;
            left: 0;
            top: 40%;
            padding: 34px 40px 35px 51px;
        }

            .prod_7 .wrap .item .cont_wrap:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: var(--primary-color);
                mix-blend-mode: multiply;
            }

.prod_1 .cont {
    position: absolute;
    left: calc(calc(100vw - 1200px)/2);
    top: 30%;
    padding: 32px 41px 32px 50px;
}

    .prod_1 .cont .content {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        color: #FFFFFF;
        opacity: 0.8;
        position: relative;
    }

    .prod_1 .cont .title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 800;
        font-size: 40px;
        line-height: 42px;
        position: relative;
        color: #FFFFFF;
        margin-bottom: 0;
    }

    .prod_1 .cont:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: var(--primary-color);
        mix-blend-mode: multiply;
    }

.prod_11 {
    background: #F2F2F2;
    background-image: url('../../images/bg_footer_2.png');
}

    .prod_11 .cont_wrap {
        width: 40%;
        position: relative;
    }

    .prod_11 .swiper-slide {
        padding: 81px 0 74px;
    }

    .prod_11 .cont_wrap:before {
        position: absolute;
        background: transparent;
        content: '';
        border: 2px solid var(--primary-color);
        width: 121%;
        height: 99%;
        left: 0;
        bottom: 55px;
        z-index: -1;
        pointer-events: none;
    }

    .prod_11 .cont_wrap .inside {
        padding: 0 30px 0 90px;
    }

    .prod_11 .video_wrap {
        width: 60%;
    }

        .prod_11 .video_wrap iframe {
            width: 100%;
            height: 400px;
        }

    .prod_11 .link a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        border-radius: 100px;
        padding: 8px 30px;
    }

        .prod_11 .link a:hover {
            background: var(--primary-color);
            color: white;
        }

    .prod_11 .des {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #333333;
        margin-bottom: 20px;
    }

    .prod_11 .title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 800;
        font-size: 45px;
        line-height: 48px;
        color: var(--primary-color);
        margin-bottom: 48px;
        position: relative;
    }

        .prod_11 .title:before {
            position: absolute;
            left: 0;
            bottom: -24px;
            content: '';
            height: 4px;
            width: 40%;
            background: var(--primary-color);
            z-index: 2;
        }

.prod_12 .cont {
    position: absolute;
    width: 50%;
    min-height: 75%;
    bottom: 0;
    right: 0;
    padding: 70px 285px 78px 82px;
}

    .prod_12 .cont .title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 800;
        font-size: 45px;
        line-height: 48px;
        color: #FFFFFF;
        position: relative;
        padding-right: 120px;
        position: relative;
        margin-bottom: 57px;
        z-index: 3;
    }

        .prod_12 .cont .title:before {
            width: 20%;
            height: 4px;
            background: #FFF;
            position: absolute;
            content: '';
            left: 0;
            bottom: -28px;
            z-index: 3;
        }

    .prod_12 .cont ul {
        position: relative;
        flex-direction: column;
        z-index: 3;
    }

        .prod_12 .cont ul li {
            display: flex;
            position: relative;
            overflow: hidden;
            margin-bottom: 13px;
            padding-bottom: 10px;
        }

            .prod_12 .cont ul li span {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 700;
                font-size: 20px;
                text-align: center;
                color: #FFFFFF;
                display: inline-flex;
                min-width: 50px;
                height: 50px;
                border-radius: 50%;
                border: 1px solid #FFF;
                margin-right: 27px;
                align-items: center;
                justify-content: center;
            }

            .prod_12 .cont ul li p {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 25px;
                color: #FFFFFF;
                position: relative;
                margin: 0;
            }

            .prod_12 .cont ul li:not(:last-child):before {
                width: 0;
                height: 100%;
                position: absolute;
                top: 63px;
                left: 25px;
                border: 1px dashed #FFF;
                content: '';
            }

    .prod_12 .cont a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        padding: 8px 30px;
        color: #FFFFFF;
        border: 1px solid #FFF;
        border-radius: 100px;
        position: relative;
        z-index: 3;
        display: inline-block;
        margin-top: 13px;
    }

        .prod_12 .cont a:hover {
            background: #FFF;
            color: var(--primary-color);
        }

    .prod_12 .cont:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: var(--primary-color);
        mix-blend-mode: multiply;
    }

.prod_swiper_2 .wrap {
    display: flex;
}

.prod_swiper_2 .swiper-pagination {
    position: absolute;
    right: 0;
    bottom: 500px;
    display: flex;
    justify-content: flex-end;
}

    .prod_swiper_2 .swiper-pagination .swiper-pagination-bullet {
        background: #404040;
    }

    .prod_swiper_2 .swiper-pagination .swiper-pagination-bullet-active {
        background: var(--primary-color);
    }

section.news .cat_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 37px;
}

    section.news .cat_name .view_more a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        text-align: right;
        color: #666666;
    }

        section.news .cat_name .view_more a:hover {
            color: var(--primary-color);
        }

    section.news .cat_name .name {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color: #FFFFFF;
        background: var(--primary-color);
        padding: 13px 20px;
        margin-bottom: 0;
    }

section.news .news_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 36px;
}

section.news .news_item:first-child img {
    height: 254px;
    transition: 0.5s ease-in-out;
}

section.news .news_item .news_cont {
    position: relative;
    padding-right: 10px;
}

section.news .news_item:first-child .news_cont,
section.news_tax .news_item .news_cont {
    padding: 0 30px 15px 30px;
}

section.news_tax .load_post {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    padding: 8px 30px;
    margin-top: 45px;
    transition: 0.3s ease-in-out;
}

    section.news_tax .load_post:hover {
        background: var(--primary-color);
        color: #FFF;
    }

section.news .news_item:first-child {
    grid-row-start: 1;
    grid-row-end: 4;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F5F5F5;
}

section.news .news_item:not(:first-child) img {
    /*height: 138px;*/
    transition: 0.5s ease-in-out;
}

section.news .news_item:not(:first-child) {
    display: flex;
    position: relative;
    background: #F5F5F5;
    height: 100%;
}

section.news .news_item .des,
section.news_tax .news_item .des {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
}

section.news .news_item .date,
section.news_tax .news_item .date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
}

section.news .news_item .title,
section.news_tax .news_item .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin: 24px 0 0px 0;
    padding-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: 0.5s ease-in-out;
    position: relative;
}

section.news_tax .news_item .title {
    -webkit-line-clamp: 2;
}

section.news .news_item svg,
section.news_tax .news_item svg {
    position: absolute;
    right: 20px;
    bottom: 5px;
}

section.news .news_item:not(:first-child) .img_wrap {
    margin-right: 20px;
}

section.news .news_item:not(:first-child) > div {
    width: 50%;
}

section.news .news_item:not(:first-child) .title {
    margin: 10px 0 0;
    font-size: 16px;
}
/*section.news .news_item:not(:first-child):after,*/
/*section.news .news_item:not(:first-child):before{*/
/*    width: 0;*/
/*    height: 1px;*/
/*    background: #333333;*/
/*    opacity: 0.7;*/
/*    content: '';*/
/*    position: absolute;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*section.news .news_item:not(:first-child):before{*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
/*section.news .news_item:not(:first-child):after{*/
/*    bottom: 0;*/
/*    right: 0;*/
/*}*/
/*section.news .news_item:not(:first-child) .news_cont:before{*/
/*    height: 0;*/
/*    width: 1px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    content: '';*/
/*    background: #333333;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*section.news .news_item:not(:first-child):hover .news_cont:before{*/
/*    height: 100%;*/
/*    transition-delay: 0.3s;*/
/*}*/
/*section.news .news_item:not(:first-child):hover:after{*/
/*    transition-delay: 0.6s;*/
/*    width: 100%;*/
/*}*/
/*section.news .news_item:not(:first-child):hover:before{*/
/*    width: 100%;*/
/*}*/
section.news .news_item:hover .title {
    color: var(--primary-color);
}

section.news .news_item:hover img {
    transform: scale(1.3);
}

section.news .news_item:hover .before-line:before {
    width: 100%;
}
/*section.news .news_item:first-child:after,*/
/*section.news .news_item:first-child:before{*/
/*    width: 1px;*/
/*    height: 0;*/
/*    background: #333333;*/
/*    opacity: 0.7;*/
/*    content: '';*/
/*    position: absolute;*/
/*    transition: 0.5s ease-in-out;*/
/*    top: 0;*/
/*}*/
/*section.news .news_item:first-child:before{*/
/*    left: 0;*/
/*}*/
/*section.news .news_item:first-child:after{*/
/*    right: 0;*/
/*}*/
/*section.news .news_item:first-child .news_cont:before{*/
/*    height: 1px;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    transform: translate(-50%);*/
/*    content: '';*/
/*    background: #333333;*/
/*    transition: 0.5s ease-in-out;*/
/*}*/
/*section.news .news_item:first-child:hover .news_cont:before{*/
/*    width: 100%;*/
/*}*/
/*section.news .news_item:first-child:hover:before,*/
/*section.news .news_item:first-child:hover:after{*/
/*    height: 100%;*/
/*}*/
.aside_tax.sticky {
    position: sticky;
    top: 120px;
}

.aside_tax .link_1 {
    margin-bottom: 18px;
}

    .aside_tax .link_1 .item {
        position: relative;
        margin-bottom: 12px;
    }

        .aside_tax .link_1 .item .cont_wrap {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40%;
            padding: 35px 40px 31px;
            transition: 0.5s ease-in-out;
        }

            .aside_tax .link_1 .item .cont_wrap h4 {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 700;
                font-size: 25px;
                line-height: 26px;
                color: #FFFFFF;
                position: relative;
                margin-bottom: 10px;
                transition: 0.5s ease-in-out;
            }

            .aside_tax .link_1 .item .cont_wrap span {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 26px;
                color: #FFFFFF;
                position: relative;
                display: flex;
                align-items: center;
                transition: 0.5s ease-in-out;
            }

                .aside_tax .link_1 .item .cont_wrap span svg {
                    margin-right: 8px;
                }

            .aside_tax .link_1 .item .cont_wrap > svg {
                position: absolute;
                right: 30px;
                bottom: 30px;
            }

            .aside_tax .link_1 .item .cont_wrap:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background-color: var(--primary-color);
                mix-blend-mode: multiply;
                transition: 0.5s ease-in-out;
            }

            .aside_tax .link_1 .item .cont_wrap:after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                background-image: url('../../images/bg_15.png');
                background-size: contain;
                opacity: 0.2;
                transition: 0.5s ease-in-out;
            }

        .aside_tax .link_1 .item img {
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            -ms-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
        }

        .aside_tax .link_1 .item:hover img {
            transform: scale(1.3);
        }

.aside_tax .tax_wrap .item {
    height: 74px;
    display: flex;
    background-color: #B7AEA9;
    background-image: url('../../images/bg_16.jpg');
    margin-bottom: 15px;
    justify-content: space-between;
    position: relative;
}
    /*.aside_tax .tax_wrap .item .tax_name{*/
    /*    padding-left: 22px;*/
    /*    width: 60%;*/
    /*    font-family: 'Roboto';*/
    /*    font-style: normal;*/
    /*    font-weight: 700;*/
    /*    font-size: 15px;*/
    /*    line-height: 26px;*/
    /*    color: #FFFFFF;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    transition: 0.3s ease-in-out;*/
    /*}*/
    .aside_tax .tax_wrap .item .tax_img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .aside_tax .tax_wrap .item .tax_img img {
            width: 100%;
            object-fit: cover;
        }

    .aside_tax .tax_wrap .item:hover .tax_name {
        color: var(--primary-color);
    }

section.news,
section.news_tax {
    overflow: unset;
    padding: 32px 0 119px;
    position: relative;
}

section.post_detail .grid-container {
    position: relative;
    z-index: 4;
}

section.post_detail:before,
section.news:before,
section.news_tax:before {
    position: absolute;
    content: '';
    left: 0;
    top: -108px;
    width: 495px;
    height: 600px;
    background-image: url('../../images/bg_news.png');
    background-repeat: no-repeat;
    background-size: cover;
}

section.post_detail:after {
    content: '';
    position: absolute;
    width: 710px;
    height: 550px;
    bottom: -140px;
    right: 0;
    background-image: url(../../images/bg_recruit.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.news:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 550px;
    height: 300px;
    background-image: url('../../images/news_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

section.news_tax .grid-container:before,
section.news_tax .grid-container:after,
section.news .grid-container:before,
section.news .grid-container:after {
    display: none;
}

section.news_tax .grid-container,
section.news .all_news_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 4;
}

.news_tax .news_wrap .news_item {
    position: relative;
    background: #F5F5F5;
}

.news_tax .news_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    margin-bottom: 30px;
}

section.news_tax .news_item:hover .before-line:before {
    width: 100%;
}

section.news_tax .news_item:hover .title {
    color: var(--primary-color);
}

section.news_tax .news_item .img_wrap {
    position: relative;
    z-index: 4;
}

section.news_tax .news_item img {
    transition: 0.5s ease-in-out;
}

section.news_tax .news_item:hover img {
    transform: scale(1.2);
}
/*section.news_tax .news_item:after,*/
/*section.news_tax .news_item:before{*/
/*    width: 1px;*/
/*    height: 0;*/
/*    background: #333333;*/
/*    opacity: 0.7;*/
/*    content: '';*/
/*    position: absolute;*/
/*    transition: 0.5s ease-in-out;*/
/*    top: 0;*/
/*}*/
/*section.news_tax .news_item:before{*/
/*    left: 0;*/
/*}*/
/*section.news_tax .news_item:after{*/
/*    right: 0;*/
/*}*/
/*section.news_tax .news_item .news_cont:before{*/
/*    height: 1px;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    transform: translate(-50%);*/
/*    content: '';*/
/*    background: #333333;*/
/*    transition: 0.5s ease-in-out;*/
/*}*/
/*section.news_tax .news_item:hover .news_cont:before{*/
/*    width: 100%;*/
/*}*/
section.news > .grid-70,
section.news_tax .grid-70 {
}
/*section.news_tax .news_item:hover:before,*/
/*section.news_tax .news_item:hover:after{*/
/*    height: 100%;*/
/*}*/
.post_detail .day-view > * {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: 15px;
    align-items: center;
}

.post_detail .day-view svg {
    margin-right: 15px;
}

.post_detail .latest_news {
    flex-direction: column;
}

    .post_detail .latest_news a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 25px;
        color: #666666;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(102, 102, 102, 0.15);
        padding: 5px 0;
    }

        .post_detail .latest_news a > span {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            font-weight: normal;
        }

            .post_detail .latest_news a > span > span {
                font-weight: 400;
            }

    .post_detail .latest_news li:first-child a {
        border-top: 1px solid rgba(102, 102, 102, 0.15);
    }

    .post_detail .latest_news a:hover {
        color: var(--primary-color);
    }

        .post_detail .latest_news a:hover path {
            stroke: var(--primary-color);
        }

.post_detail {
    padding: 10px 0 112px;
}

    .post_detail .title_news {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 800;
        font-size: 30px;
        line-height: 48px;
        color: var(--primary-color);
    }

    .post_detail .latest_news .title_news {
        font-size: 24px;
        line-height: 30px;
    }

    .post_detail .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid rgba(102, 102, 102, 0.15);
        border-bottom: 1px solid rgba(102, 102, 102, 0.15);
        margin-bottom: 35px;
        padding: 5px 0;
    }

    .post_detail p {
        margin-right: 15px;
    }

    .post_detail .day p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        /* or 171% */
        margin: 0;
        color: #666666;
    }

    .post_detail .mota.wrap_content p {
        margin-right: 0;
    }

        .post_detail .mota.wrap_content p:has(img) {
            margin-bottom: 0;
        }

    .post_detail .nav > * {
        display: flex;
        align-items: center;
    }

    .post_detail .share ul {
        display: flex;
        align-items: center;
    }

        .post_detail .share ul a {
            display: flex;
            align-items: center;
        }

        .post_detail .share ul > * {
            margin-left: 30px;
        }

    .post_detail .share li:hover path {
        stroke: var(--primary-color);
    }

    .post_detail .sub_title_news {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #333333;
        margin: 0;
        margin-bottom: 15px;
    }

    .post_detail .excerpt {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #333333;
    }

    .post_detail .wrap_content, .page .wrap_content {
        margin-bottom: 30px;
    }

        .post_detail .wrap_content h1 {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 700;
            font-size: 25px;
            line-height: 30px;
            color: #000000;
            margin-top: 30px;
        }

        .post_detail .wrap_content ul li,
        .post_detail .wrap_content p, .page .wrap_content ul li,
        .page .wrap_content p {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            color: #333333;
        }

        .post_detail .wrap_content ul, .page .wrap_content ul {
            flex-direction: column;
            list-style: inside;
        }

        .post_detail .wrap_content.chitiet, .page .wrap_content.chitiet {
            background: #e31937;
            padding: 20px;
            padding-bottom: 5px;
        }

            .post_detail .wrap_content.chitiet .wpcf7, .page .wrap_content.chitiet .wpcf7 {
                display: flex;
                align-content: center;
                justify-content: center;
                align-items: center;
                flex-direction: row;
            }

            .page .wrap_content.chitiet input[type="button"], .page .wrap_content.chitiet input[type="reset"], .page .wrap_content.chitiet input[type="submit"], .post_detail .wrap_content.chitiet input[type="button"], .post_detail .wrap_content.chitiet input[type="reset"], .post_detail .wrap_content.chitiet input[type="submit"] {
                color: #e31a36;
                background-color: #f7f8f9;
                margin-top: 5px;
                font-weight: bold;
            }

    .post_detail .tags ul {
        display: inline-flex;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

        .post_detail .tags ul li a {
            font-family: 'Roboto';
            padding: 6px 20px;
            opacity: 0.8;
            font-weight: 600;
            margin: 0 10px;
            border-radius: 50px;
            font-size: 14px;
            display: block;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
            transition: 0.3s ease-in-out;
            margin-bottom: 10px;
        }

            .post_detail .tags ul li a:hover {
                background: var(--primary-color);
                color: #FFF;
            }

    .post_detail .tags span {
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 18px;
        color: #333333;
        opacity: 0.9;
    }

    .post_detail .text_up {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 40px;
        text-transform: uppercase;
        color: #FFFFFF;
        background: var(--primary-color);
        padding: 10px 52px 10px 36px;
    }

    .post_detail .single_post_tax ul {
        flex-direction: column;
        margin-bottom: 37px;
    }

        .post_detail .single_post_tax ul li {
            background: #F5F5F5;
            position: relative;
        }

            .post_detail .single_post_tax ul li a {
                border-bottom: 0.5px solid rgba(102, 102, 102, 0.15);
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 50px;
                color: #333333;
                margin: 0 36px;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            /*.post_detail .single_post_tax ul li:before,*/
            .post_detail .single_post_tax ul li:after {
                position: absolute;
                content: '';
                background: var(--primary-color);
                height: 2px;
                width: 0;
                transition: 0.3s ease-in-out;
            }

            .post_detail .single_post_tax ul li:after {
                left: 0;
                bottom: 0;
            }
            /*.post_detail .single_post_tax ul li:before{*/
            /*    right: 0;*/
            /*    top: 0;*/
            /*}*/
            /*.post_detail .single_post_tax ul li:hover:before,*/
            .post_detail .single_post_tax ul li:hover:after {
                width: 100%;
            }

    .post_detail .more_post .item {
        position: relative;
        margin-bottom: 12px;
    }

    .post_detail .more_post .cont_wrap {
        background: #F6F6F6;
        padding: 37px 55px 34px 37px;
        transition: 0.5s ease-in-out;
    }

        .post_detail .more_post .cont_wrap h3 {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 26px;
            color: #484848;
            opacity: 0.9;
            margin-bottom: 20px;
            padding-bottom: 20px;
            position: relative;
        }

        .post_detail .more_post .cont_wrap .name_cat {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            color: #333333;
            opacity: 0.9;
            margin-bottom: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

    .post_detail .more_post .item:hover .before-line:before {
        width: 100%;
    }

    .post_detail .more_post .cont_wrap .date_line {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        color: #666666;
        opacity: 0.9;
    }

    .post_detail .more_post .item svg {
        position: absolute;
        right: 30px;
        bottom: 20px;
    }

    .post_detail .more_post .item img {
        transition: 0.5s ease-in-out;
    }

    .post_detail .more_post .item:hover img {
        transform: scale(1.3);
    }

    .post_detail .more_post .item:hover path {
        stroke: #666666;
    }

.fb-comments {
    margin-top: 30px;
}

.site-logo img {
    width: 183px;
}

.projects {
    position: relative;
}

    .projects .grid-container {
        position: relative;
        z-index: 4;
    }

    .projects:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -20px;
        background-image: url(../../images/bg_pj_detail.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 950px;
        height: 620px;
    }

    .projects .grid-container:before {
        width: 190px;
        height: 410px;
        content: '';
        position: absolute;
        left: calc(0px - calc(calc(100vw - 1200px)/2));
        top: 130px;
        background-image: url('../../images/bg_17.png');
        background-repeat: no-repeat;
        background-size: cover;
        visibility: unset;
    }

    .projects .grid-container:after {
        width: 210px;
        height: 420px;
        content: '';
        position: absolute;
        right: calc(0px - calc(calc(100vw - 1200px)/2));
        top: 530px;
        background-image: url('../../images/bg_18.png');
        background-repeat: no-repeat;
        background-size: cover;
        visibility: unset;
    }

section.support .support_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 22px;
}

    section.support .support_wrap .support_item {
        position: relative;
        display: none;
    }

        section.support .support_wrap .support_item img {
            transition: 0.5s ease-in-out;
        }

        section.support .support_wrap .support_item:hover img {
            transform: scale(1.3);
        }

section.support {
    padding: 0 0 72px;
    position: relative;
}

section.single_support {
    padding: 54px 0 71px;
}

    section.single_support:after {
        content: '';
        position: absolute;
        width: 710px;
        height: 550px;
        bottom: -140px;
        right: 0;
        background-image: url(../../images/bg_recruit.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    section.single_support .section_heading {
        margin-bottom: 36px;
    }

    section.single_support .grid-container {
        position: relative;
    }

    section.single_support:before {
        content: '';
        position: absolute;
        width: 646px;
        height: 875px;
        top: -124px;
        left: 0;
        background-image: url(../../images/bg_recruit_2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

section.support .support_wrap .support_title {
    position: absolute;
    bottom: 37px;
    left: 37px;
    padding: 18px 24px;
}

    section.support .support_wrap .support_title h4 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        color: #FFFFFF;
        margin: 0;
        position: relative;
    }

section.support .support_wrap svg {
    position: absolute;
    right: 20px;
    bottom: 30px;
}

section.support .support_wrap .support_title:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    background: var(--primary-color);
    mix-blend-mode: multiply;
}

section.single_support .grid-container {
    position: relative;
    z-index: 4;
}

section.single_support .sp {
    margin-bottom: 12px;
    cursor: pointer;
    display: none;
}

    section.single_support .sp:hover,
    section.single_support .sp.active {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

section.single_support .title_gr {
    display: flex;
    background: #F6F6F6;
    padding: 22px 30px 22px 28px;
    align-items: center;
}

    section.single_support .title_gr h4 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        color: #333333;
        margin: 0;
        opacity: 0.8;
    }

    section.single_support .title_gr .count {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 800;
        font-size: 30px;
        line-height: 30px;
        color: var(--primary-color);
        margin-right: 20px;
        border-right: 1px solid rgba(73, 73, 73, 0.2);
        padding-right: 20px;
    }

section.single_support .sp .content {
    background: white;
    padding: 22px 28px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    opacity: 0.8;
}

    section.single_support .sp .content p {
        margin-bottom: 0;
    }

section.support .section_heading .sec_cont * {
    font-size: 16px;
}

.single_proj_2 .project_wrap {
    padding-bottom: 0;
}

.projects_2 .project_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .projects_2 .project_wrap > div {
        width: calc(50% - 18px);
    }

    .projects_2 .project_wrap .proj_info {
        position: relative;
        padding: 11px 50px 40px;
        display: none;
    }

    .projects_2 .project_wrap .item {
        width: 100%;
        cursor: pointer;
        display: none;
        margin-bottom: 40px;
    }

.projects_2 {
    padding-bottom: 109px;
}

    .projects_2 .project_wrap {
        padding-bottom: 0;
        align-items: flex-start;
    }

        .projects_2 .project_wrap .name_gr svg {
            position: absolute;
            right: 0;
            top: 40%;
            transform: translateY(-50%) rotate(0);
            border: 1px solid var(--primary-color);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            padding: 10px;
            transition: 0.5s ease-in-out;
        }

        .projects_2 .project_wrap .item.active .proj_info svg {
            transform: translateY(-50%) rotate(-180deg);
            filter: grayscale(1);
        }

        .projects_2 .project_wrap .featured_img {
            /*width: 100%;*/
        }

            .projects_2 .project_wrap .featured_img img {
                width: 100%;
                height: 321px;
            }

        .projects_2 .project_wrap .item .proj_name {
            font-size: 20px;
            color: var(--primary-color);
            text-align: center;
        }

        .projects_2 .project_wrap .item strong {
            font-weight: 600;
        }

        .projects_2 .project_wrap .item .proj_addr,
        .projects_2 .project_wrap .item .proj_cont li {
            font-size: 16px;
        }

        .projects_2 .project_wrap .item .proj_cont ul {
            padding-bottom: 20px;
            position: relative;
            border-bottom: 1px solid #CBCBCB;
        }

            .projects_2 .project_wrap .item .proj_cont ul:before {
                background: #CBCBCB;
                width: 100%;
                position: absolute;
                bottom: 0;
            }

        .projects_2 .project_wrap .item .proj_des {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 28px;
            color: #333333;
        }

            .projects_2 .project_wrap .item .proj_des h2 {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                line-height: 28px;
                color: #333333;
                margin-bottom: 5px;
            }

    .projects_2 .item .name_gr {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

        .projects_2 .item .name_gr:before {
            display: none;
        }

    .projects_2 .project_wrap .item .proj_cont {
        position: relative;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid #E2E2E2;
    }

        .projects_2 .project_wrap .item .proj_cont:before {
            content: '';
            position: absolute;
            width: 21%;
            height: 3px;
            left: 0;
            top: -2px;
            background: var(--primary-color);
            transition: 0.5s ease-in-out;
        }

.pd_swiper_1 {
    margin-bottom: 21px;
}

    .pd_swiper_1 .swiper-slide,
    .pd_swiper_2 .swiper-slide {
        background: #F5F5F5;
    }

    .pd_swiper_1 img,
    .pd_swiper_2 img {
        width: 100%;
        object-fit: contain;
        max-height: 470px;
    }

.product_detail_1 .swiper-button-next,
.product_detail_1 .swiper-button-prev {
    color: #333333;
}

.product_detail_1 .swiper-button-next {
    right: 20px;
}

.product_detail_1 .swiper-button-prev {
    left: 20px;
}

.product_detail_1 .prod_id {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 48px;
    color: var(--primary-color);
    margin-bottom: 44px;
    position: relative;
}

    .product_detail_1 .prod_id:before {
        content: '';
        position: absolute;
        width: 110px;
        height: 4px;
        bottom: -22px;
        left: 0;
        background: var(--primary-color);
    }

.product_detail_1 .prod_info {
    margin-bottom: 34px;
}

    .product_detail_1 .prod_info .item {
        border-bottom: 1px solid #D0D0D0;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #333333;
        display: flex;
        padding: 20px 0
    }

        .product_detail_1 .prod_info .item span {
            display: inline-block;
            min-width: 150px;
        }

        .product_detail_1 .prod_info .item strong {
            font-weight: 600;
        }

.product_detail_1 .prod_colors {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

    .product_detail_1 .prod_colors strong {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 26px;
        color: #000000;
        margin-right: 17px;
    }

    .product_detail_1 .prod_colors .color_wrap {
        margin: 0 6px;
        border-radius: 50%;
        /*overflow: hidden;*/
        height: 48px;
        width: 48px;
        transition: 0.3s ease-in-out;
        cursor: pointer;
        position: relative;
    }

        .product_detail_1 .prod_colors .color_wrap .img {
            border-radius: 50%;
            overflow: hidden;
        }

        .product_detail_1 .prod_colors .color_wrap.active div {
            border: 3px solid rgba(227, 25, 55, 1);
            /*outline-offset: -3px;*/
        }

        .product_detail_1 .prod_colors .color_wrap img {
            width: 100%;
        }

.product_detail_1 .prod_url a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 8px 30px;
    border: 1px solid var(--primary-color);
    border-radius: 100px;
}

    .product_detail_1 .prod_url a:hover {
        background: var(--primary-color);
        color: #FFF;
    }

.product_detail_1 .grid-70 {
    padding-right: 60px;
}

.pd_swiper_2 .swiper-slide {
    cursor: pointer;
}

    .pd_swiper_2 .swiper-slide:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

.pd_swiper_2 .swiper-slide-thumb-active:before {
    content: unset;
}

.product_detail_2 {
    padding: 10px 0 0 0;
    transition: all 1.5s ease-in-out;
    margin-top: 60px;
}

    .product_detail_2 ul.single_pd_tab {
        border-bottom: 1px solid #CBD3DD;
        margin-bottom: 45px;
    }

        .product_detail_2 ul.single_pd_tab li {
            padding-bottom: 6px;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 55px;
            text-transform: uppercase;
            color: #333333;
            opacity: 0.8;
            margin-right: 74px;
            position: relative;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            position: relative;
        }

            .product_detail_2 ul.single_pd_tab li:before {
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                position: absolute;
                content: '';
                background: var(--primary-color);
                height: 3px;
                width: 0;
                opacity: 0;
                transition: 0.3s ease-in-out;
            }

.product_detail_2 {
    /*background-image: url('../../images/bg_prod_detail.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*    background-size: cover;*/
}

    .product_detail_2 ul.single_pd_tab li:hover,
    .product_detail_2 ul.single_pd_tab li.active {
        opacity: 1;
        color: var(--primary-color);
    }

        .product_detail_2 ul.single_pd_tab li:hover:before,
        .product_detail_2 ul.single_pd_tab li.active:before {
            width: 100%;
            opacity: 1;
        }

    .product_detail_2 .prod_des img {
        width: 100%;
    }

    .product_detail_2 .prod_des p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        color: #333333;
        opacity: 0.8;
    }

    .product_detail_2 .grid-container > div {
        display: none;
    }

        .product_detail_2 .grid-container > div.active {
            display: block;
            animation-name: fade_up;
            animation-duration: 1s;
        }

    .product_detail_2 .content h1 {
        font-size: 45px;
        line-height: 48px;
        color: #333333;
    }

    .product_detail_2 .content strong {
        font-weight: 700;
    }

    .product_detail_2 .content p {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #333333;
        margin-bottom: 15px;
    }

    .product_detail_2 .content h1, .product_detail_2 .content h2, .product_detail_2 .content h3, .product_detail_2 .content h4, .product_detail_2 .content h5, .product_detail_2 .content h6 {
        margin-block-end: inherit;
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .product_detail_2 .content ul {
        display: block;
        margin-left: 20px;
        list-style: disc;
    }

        .product_detail_2 .content ul > li {
            margin-bottom: 5px;
        }

.prod_8 {
    padding: 80px 0;
}

    .prod_8 .section_heading {
        margin-bottom: 39px;
    }

    .prod_8 .wrap {
        display: grid;
        grid-template-columns: calc(55% - 24px) 45%;
        grid-template-rows: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 20px;
        max-height: 430px;
    }

        .prod_8 .wrap .item:first-child {
            grid-row-start: 1;
            grid-row-end: 3;
        }

    .prod_8 .img_wrap {
        width: inherit;
    }

    .prod_8 .wrap .item:first-child .red_line {
        border: none;
    }

        .prod_8 .wrap .item:first-child .red_line:before {
            display: none !important;
        }

    .prod_8 .wrap .item:hover .red_line:before {
        width: 100%;
    }

    .prod_8 .wrap .item {
        position: relative;
    }

    .prod_8 .wrap .item {
        display: flex;
        align-items: center;
    }

        .prod_8 .wrap .item:first-child {
            align-items: inherit;
        }

        .prod_8 .wrap .item:not(:first-child) .img_wrap {
            width: 45%;
        }

        .prod_8 .wrap .item:not(:first-child) .img_wrap {
            width: 60%;
        }

        .prod_8 .wrap .item:first-child .img_wrap {
            width: inherit;
        }

        .prod_8 .wrap .item:not(:first-child) .cont_wrap {
            /*width: 55%;*/
            /*background: #F5F5F5;*/
            /*padding: 36px 27px 20px 33px;*/
            /*display: flex;*/
            /*flex-direction: column;*/
            width: 50%;
            background: #F5F5F5;
            padding: 33px 10px 33px 15px;
            display: flex;
            flex-direction: column;
        }

        .prod_8 .wrap .item:not(:first-child) .excerpt {
            margin-top: 7px;
        }

        .prod_8 .wrap .item:not(:first-child) .date {
            order: 3;
            margin-top: 15px;
        }

        .prod_8 .wrap .item .title {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            position: relative;
        }

        .prod_8 .wrap .item .excerpt {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

        .prod_8 .wrap .item .date {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 25px;
            color: #666666;
            opacity: 0.8;
        }

        .prod_8 .wrap .item:first-child .cont_wrap {
            width: 60%;
            position: absolute;
            bottom: 30px;
            left: 0;
            padding: 10px 20px;
        }

            .prod_8 .wrap .item:first-child .cont_wrap:before {
                background: var(--primary-color);
                mix-blend-mode: multiply;
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                height: 100%;
                width: 100%;
            }

            .prod_8 .wrap .item:first-child .cont_wrap > div {
                margin-bottom: 10px;
            }

        .prod_8 .wrap .item:first-child .date {
            color: #FFFFFF;
        }

        .prod_8 .wrap .item:first-child .title {
            font-weight: 700;
            font-size: 20px;
            line-height: 25px;
            color: #FFFFFF;
        }

        .prod_8 .wrap .item:first-child .excerpt {
            color: #FFFFFF;
            opacity: 0.8;
            font-weight: 500;
        }

        .prod_8 .wrap .item img {
            transition: 0.5s ease-in-out;
        }

        .prod_8 .wrap .item img {
            transition: 0.5s ease-in-out;
            width: 100%;
            height: inherit;
        }

        .prod_8 .wrap .item:first-child img {
            width: 100%;
            height: 100%;
        }

        .prod_8 .wrap .item:hover img {
            transform: scale(1.3);
        }

.prod_9 {
    background-image: url('../../images/bg_prod_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 40px 0;
    background-size: cover;
}

    .prod_9 .mySwiper2 {
        max-width: 1000px;
        background: rgba(255, 255, 255, 0.7);
    }

        .prod_9 .mySwiper2 .swiper-slide .prod,
        .prod_9 .mySwiper2 .swiper-slide .name {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 25px;
            text-align: center;
            color: #333333;
        }

        .prod_9 .mySwiper2 .swiper-slide .prod {
            font-weight: 400;
        }

        .prod_9 .mySwiper2 .swiper-slide .cont {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 28px;
            text-align: center;
            margin-bottom: 23px;
            color: #333333;
        }

        .prod_9 .mySwiper2 .swiper-slide .cont_wrap {
            text-align: center;
            padding: 89px 123px 55px;
        }

    .prod_9 .rate_slide {
        position: relative;
    }

.rate_slide .swiper-button-next,
.rate_slide .swiper-button-prev {
    position: absolute;
    top: 67%;
    transform: translateY(-50%);
}

    .rate_slide .swiper-button-next:after,
    .rate_slide .swiper-button-prev:after {
        color: var(--primary-color);
    }

.prod_9 .mySwiper {
    overflow: hidden;
    margin: 0 480px;
}

.rate_slide svg {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    z-index: 5;
}
/*.swiper-slide-thumb-active{*/
/*    height: 100px;*/
/*    width: 100px !important;*/
/*}*/
/*.swiper-slide-thumb-active img{*/
/*    width: 100%;*/
/*    border-radius: 50%;*/
/*    border: 1px solid var(--primary-color);*/
/*}*/
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.7s ease-in-out;
}

    .popup.active {
        opacity: 1;
        pointer-events: unset;
    }

    .popup .bg_close {
        height: 100%;
        width: 100%;
        background: black;
        opacity: 0.8;
        /*cursor: pointer;*/
    }

.close_popup {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 8;
    cursor: pointer;
    border-radius: 50%;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .close_popup:hover {
        background: #333333;
    }

    .close_popup,
    .close_popup svg,
    .close_popup path {
        transition: 0.3s ease-in-out;
    }

        .close_popup:hover svg {
            width: 15px;
            height: 15px;
        }

        .close_popup:hover path {
            stroke: #fff;
        }

.inner_popup {
    height: auto;
    width: 860px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 79px 79px 62px;
    background-image: url('../../images/Popup_TC.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.close_popup_btn {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.inner_popup .popup_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

.inner_popup .popup_content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 20px;
}

    .inner_popup .popup_content:before {
        content: '';
        background: #FFF;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 20%;
        height: 4px;
    }

.inner_popup .link_popup {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    padding: 8px 30px;
    position: relative;
    display: inline-block;
    /*z-index: 8;*/
}

    .inner_popup .link_popup:hover {
        background: #FFF;
        color: var(--primary-color);
    }

.inner_popup .cont_wrap {
    padding: 33px 65px;
    position: relative;
    width: 82%;
    margin: 0 auto;
    margin-top: -130px;
    text-align: center;
}

    .inner_popup .cont_wrap:before {
        background: var(--primary-color);
        mix-blend-mode: multiply;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

form#searchform {
    width: 320px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 8px;
}

input#s {
    height: 100%;
    flex: 8;
    background: #FFF;
    border: none;
}

    input#s:focus {
        border: none;
        outline: none;
    }

#search_submit {
    height: 80%;
    position: relative;
    flex: 1;
    background: var(--primary-color);
    padding: 0 5px;
}

form#searchform svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

input#searchsubmit {
    opacity: 0;
}

/*hthanhsg edit*/
.my-url {
    display: none;
}

.nhan_bao_gia_sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

    .nhan_bao_gia_sp .form_group {
        display: flex;
        width: 100%;
    }

        .nhan_bao_gia_sp .form_group select, .nhan_bao_gia_sp .form_group input {
            width: 100%;
            text-align: center;
        }

            .nhan_bao_gia_sp .form_group input[type='submit'] {
                background: var(--primary-color);
                margin-top: 10px;
                width: 100%;
            }

    .nhan_bao_gia_sp .wpcf7-spinner {
        display: none;
    }

.page-template-policy #section_last .bottom_cont_wrap {
    height: 800px !important;
}

    .page-template-policy #section_last .bottom_cont_wrap.show_more {
        height: auto !important;
    }

.nhan_bao_gia_sp .wpcf7-form-control-wrap {
    width: 100%;
}

.nhan_bao_gia_sp .form_group svg {
    position: absolute;
    top: 7%;
    right: 25px;
    transform: translateY(-50%);
    pointer-events: none;
}

.sec_title.sp h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 48px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.my-wg .text_up {
    font-size: 18px;
}

.my-wg ul li {
    padding-left: 5px;
    font-size: 1rem;
    font-weight: bold;
}

    .my-wg ul li a, .my-wg ul li a:link, .my-wg ul li a:visited {
        border-bottom: 0.5px solid rgba(102, 102, 102, 0.15);
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 30px;
        color: #333333;
        margin: 6px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 5px;
    }

    .my-wg ul li:after {
        position: absolute;
        content: '';
        background: var(--primary-color);
        height: 2px;
        width: 0;
        transition: 0.3s ease-in-out;
    }

.my-wg .custom-html-widget ul {
    display: flex;
    flex-direction: column;
    background: #f6f6f6;
}

.video-frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 0.8rem;
}

.my-slider-download .slick-track {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    min-width: 100vw;
}

.my-slider-download .slick-dots {
    position: absolute;
    bottom: 0;
    right: 0;
}
/* Äá»ƒ canh giá»¯a video, báº¡n cĂ³ thá»ƒ sá»­ dá»¥ng position vĂ  transform */
.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

    /* á»¨ng dá»¥ng thuá»™c tĂ­nh iframe trong trÆ°á»ng há»£p chĂ¨n video tá»« YouTube */
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.main-navigation .inside-navigation {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.gtranslate_wrapper a {
    display: inline;
}

.mybutton {
    margin: 5px;
}

.banner_cont p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #FFFFFF;
    position: relative;
    margin: 0;
}

form#searchform2 {
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 8px;
    margin: 0 auto;
}

input#s2 {
    height: 100%;
    flex: 8;
    background: #FFF;
    border: none;
    border: 1px solid #e31937;
    padding: 16px 15px;
}

    input#s2:focus {
        border: none;
        outline: none;
        border: 1px solid #e31937;
        padding: 16px 15px;
    }

#search_submit2 {
    height: 80%;
    position: relative;
    flex: 1;
    background: var(--primary-color);
    padding: 0 5px;
}

form#searchform2 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

input#searchsubmit2 {
    opacity: 0;
}

.main-navigation.sub-menu-right {
    width: 82%;
}

.nav-float-right #site-navigation {
    margin: 0;
}

.inside-header {
    justify-content: space-between;
}

    .inside-header:after,
    .inside-header:before {
        display: none;
    }

.main-navigation .inside-navigation:before,
.main-navigation .inside-navigation:after {
    display: none;
}

.site-logo {
    width: 18%;
    padding: 12px 15px;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}

    .site-logo img {
        max-height: 48px;
        object-fit: contain;
    }

.inside-header {
    padding: 0;
    flex-wrap: wrap;
}

div#primary-menu ul li:first-child {
    border-left: 1px solid #E5E5E5;
}

div#primary-menu ul li {
    border-right: 1px solid #E5E5E5;
    padding: 10px 0;
}

    div#primary-menu ul li a {
    }

section.sub_primary_menu {
    background: #494949;
    overflow: unset;
}

div.sub_primary_menu ul > li {
    position: relative;
}

    div.sub_primary_menu ul > li > a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
    }

    div.sub_primary_menu ul > li:first-child {
        margin: 0;
    }

        div.sub_primary_menu ul > li:first-child > a {
            margin: 0;
            padding: 12px;
        }

    div.sub_primary_menu ul > li > a {
        transition: 0.3s ease-in-out;
        position: relative;
        padding: 12px 25px;
        display: flex;
        height: 100%;
        align-items: center;
        width: max-content;
    }

        div.sub_primary_menu ul > li > a:hover path {
            fill: #FFF;
        }

    div.sub_primary_menu ul > li:hover > a {
        color: #FFF;
        background: var(--primary-color);
    }

    div.sub_primary_menu ul > li.current-menu-item path {
        fill: #FFF;
    }

    div.sub_primary_menu ul > li.current-menu-item > a {
        color: #FFF;
        background: var(--primary-color);
    }

div.sub_primary_menu ul.sub-menu > li.current-menu-item > a {
    color: var(--primary-color);
    background: transparent;
}

div.sub_primary_menu ul > li.current-menu-item a:before {
    opacity: 1;
    width: 100%;
}

div.sub_primary_menu ul > li > a:hover:before {
    opacity: 1;
    width: 100%;
}

section.sub_primary_menu .grid-container:before,
section.sub_primary_menu .grid-container:after {
    display: none;
}

section.sub_primary_menu .grid-container {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

section.sub_primary_menu .menu_lang {
    display: flex;
    align-items: center;
}

    section.sub_primary_menu .menu_lang span {
        display: inline-block;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        align-items: center;
        color: #FFFFFF;
        margin-left: 5px;
    }

.menu-image-title.menu-image-title-below {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #494949;
    transition: 0.2s ease-in-out;
}

div#primary-menu ul li.current-menu-item .menu-image.menu-image-title-below {
    opacity: 0;
}

div#primary-menu ul li.current-menu-item .hovered-image.menu-image-title-below {
    opacity: 1;
}

div#primary-menu ul li.current-menu-item .menu-image-title-below {
    color: var(--primary-color);
}

div#primary-menu ul li:hover .menu-image-title-below {
    color: var(--primary-color);
}

header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
}

.site.grid-container.container.hfeed {
    margin-top: 117px;
}

.site-footer span.item_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #494949;
    position: relative;
    margin-bottom: 30px;
    display: block;
}

    .site-footer span.item_title:before {
        position: absolute;
        left: 0;
        width: 50px;
        height: 3px;
        content: '';
        bottom: -15px;
        background: var(--primary-color);
    }

.footer_1_wrap {
    display: flex;
    justify-content: space-between;
}

    .footer_1_wrap .item {
        width: 33.3333333333%;
        padding-right: 80px;
    }

        .footer_1_wrap .item p,
        .footer_1_wrap .item a {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 25px;
            color: #FFFFFF;
        }

        .footer_2_wrap .item ul li a,
        .footer_1_wrap .item a {
            transition: 0.3s ease-in-out;
        }

            .footer_2_wrap .item ul li a:hover,
            .footer_1_wrap .item a:hover {
                font-weight: 600;
                color: var(--primary-color);
            }

        .footer_1_wrap .item span {
            font-weight: 700;
        }

        .footer_1_wrap .item p {
            margin-bottom: 0;
        }

        .footer_1_wrap .item span.item_title {
            color: #FFF;
            text-transform: unset;
        }

        .footer_1_wrap .item p:nth-child(1) {
            margin: 0 0 8px 0;
        }

.footer_2_wrap .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(126, 126, 126, 0.3);
}

    .footer_2_wrap .top span.item_title {
        padding-right: 25px;
        min-height: 25px;
    }

    .footer_2_wrap .top .item {
        width: 25%;
        padding-right: 30px;
    }

.footer_2_wrap .item ul {
    flex-direction: column;
}

    .footer_2_wrap .item ul li a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        /* or 200% */
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.footer_2_wrap .fast_link ul li a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
    text-transform: uppercase;
    color: #494949;
}

.footer_2_wrap .bottom {
    display: flex;
    justify-content: space-between;
}

    .footer_2_wrap .bottom .item {
        width: 30%;
    }

        .footer_2_wrap .bottom .item:last-child {
            width: 40%;
        }

.footer_2_wrap ul.social_list {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 28px;
}

section.footer_1 {
    background: #494949;
    background-image: url('../../images/bg_footer_1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    padding: 65px 0 250px;
    z-index: 1;
}

section.footer_2 {
    background: #F5F5F5;
    background-image: url('../../images/bg_footer_2.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: unset;
}

    section.footer_2 .grid-container {
        background: white;
        border-radius: 5px;
        margin-top: -212px;
        padding: 43px 80px 46px;
        position: relative;
        z-index: 2;
    }

section.footer_1 ul {
    margin-top: 10px;
    flex-wrap: wrap;
}

    section.footer_1 ul li {
        margin-right: 8px;
    }

.site-footer .map_wrap {
    overflow: hidden;
    border-radius: 10px;
}

    .site-footer .map_wrap img {
        width: 100%;
        object-fit: cover;
        transition: 0.3s ease-in-out;
    }

.copyright {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #666666;
    opacity: 0.7;
    padding: 21px 0;
}

.footer_1_wrap span.item_title {
    font-size: 20px;
}

    .footer_1_wrap span.item_title:before {
        width: 80px;
    }

.footer_2_wrap .item ul.social_list li a {
    overflow: unset;
}

ul.social_list li img {
    transition: 0.3s ease-in-out;
}

ul.social_list li:hover img {
    transform: scale(1.1);
}

.map_wrap img:hover {
    transform: scale(1.2);
}

#load_gallery_color {
    position: relative;
    min-height: 560px;
}

    #load_gallery_color:before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        left: 50%;
        top: 50%;
        background-image: url('../../images/Eclipse.gif');
        background-repeat: no-repeat;
        background-size: cover;
        background-size: cover;
        transform: translate(-50%, -50%);
        display: none;
    }

    #load_gallery_color.loading:before {
        display: block;
    }

.pd_swiper_1 a.down_load_btn {
    width: 62px;
    background: rgba(0, 0, 0, 0.25);
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    transition: 0.3s ease-in-out;
}

    .pd_swiper_1 a.down_load_btn:hover {
        background: rgba(0, 0, 0, 0.5);
    }

.product_detail_1 {
    padding-top: 39px;
    padding-bottom: 10px;
}

.contact_fix_btn {
    position: fixed;
    right: 100px;
    bottom: 80px;
    z-index: 9999;
}

    .contact_fix_btn path {
        stroke-width: 8px;
        stroke: #FFF;
    }

    .contact_fix_btn svg {
        width: 70px;
        animation: shake_ani 0.8s infinite ease-in-out;
    }

    .contact_fix_btn img {
        width: 54px;
        animation: shake_ani 0.7s infinite ease-in-out;
        margin: 0 auto;
        margin-bottom: 20px;
    }

#ez-toc-container {
    width: 100%;
    background: #F6F6F6;
    border: none;
    border-radius: 0;
    padding: 31px;
}

.ez-toc-title-container {
    position: relative;
    padding-left: 45px;
}

span.ez-toc-title-toggle a {
    position: absolute;
    top: 50%;
    left: -15px;
    margin: 0;
    /* opacity: 0; */
    transform: translateY(-50%);
    height: 55px;
}

#ez-toc-container > nav {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

    #ez-toc-container > nav ul li a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        margin-bottom: 10px;
        position: relative;
        transition: 0.3s ease-in-out;
    }

        #ez-toc-container > nav ul li a:after {
            height: 2px;
            width: 100%;
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            color: var(--primary-color);
        }

#ez-toc-container > .ez-toc-title-container p.ez-toc-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

#ez-toc-container a:visited {
    color: #333333;
}

#ez-toc-container a:hover {
    text-decoration: underline;
    color: var(--primary-color);
    /*font-weight: 600;*/
}

.arrow-unsorted-368013 {
    display: none;
}

#ez-toc-container .ez-toc-toggle label {
    border: none;
}

    #ez-toc-container .ez-toc-toggle label svg {
        color: black !important;
        height: 50px;
        width: 50px;
    }

#tienichForm .grid-container {
    padding: 62px 50px 42px 100px;
    position: relative;
    z-index: 1;
}

#tienichForm img {
    margin-top: 54px;
}

#tienichForm {
    background: #FFF;
    display: none;
}

    #tienichForm input:not([type='submit']),
    #tienichForm select,
    #tienichForm textarea {
        width: 100%;
        background: white;
        border: 1px solid rgba(73, 73, 73, 0.2);
        padding-left: 24px;
        height: 60px;
    }

        #tienichForm input:not([type='submit']):focus,
        #tienichForm select:focus,
        #tienichForm textarea:focus {
            outline: none;
            border-color: rgba(227, 25, 55, 0.6);
        }

    #tienichForm textarea {
        height: 95px;
    }

    #tienichForm .wpcf7-form {
        display: flex;
        flex-wrap: wrap;
    }

    #tienichForm .form_group {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

        #tienichForm .form_group svg {
            position: absolute;
            top: 50%;
            right: 25px;
            transform: translateY(-50%);
        }

        #tienichForm .form_group:nth-child(3) {
            width: calc(60% - 20px);
            margin-right: 20px;
        }

        #tienichForm .form_group:nth-child(4) {
            width: 40%;
        }

    #tienichForm .popup_title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 53px;
        color: #333333;
        position: relative;
        margin-bottom: 18px;
    }

        #tienichForm .popup_title:before {
            position: absolute;
            content: '';
            height: 3px;
            width: 10%;
            background: var(--primary-color);
            left: 0;
            bottom: -10px;
        }

    #tienichForm .popup_cont {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #333333;
        opacity: 0.8;
        margin-bottom: 15px;
    }

    #tienichForm .form_group > .wpcf7-form-control-wrap > *, section.contact .grid-55 .form_group > .wpcf7-form-control-wrap > *::placeholder {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 26px;
        display: flex;
        align-items: center;
        color: #333333;
        opacity: 0.5;
    }

    #tienichForm .form_group > .wpcf7-form-control-wrap > * {
        opacity: 1;
    }

    #tienichForm:before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        background-image: url('../../images/bg_5.png');
        height: 183px;
        width: 350px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #tienichForm:after {
        position: absolute;
        top: 50px;
        left: 50px;
        content: '';
        background-image: url('../../images/bg_4.png');
        height: 154px;
        width: 154px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #tienichForm input[type='submit'] {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        color: var(--primary-color);
        background: white;
        border-radius: 100px;
        border: 1px solid var(--primary-color);
        float: right;
        transition: 0.3s ease-in-out;
        padding: 8px 30px;
    }

        #tienichForm input[type='submit']:hover {
            color: #FFF;
            background: var(--primary-color);
        }

/*hthanhsg edit*/
.view_more_supports a, .view_more_supports a:link, .view_more_supports a:visited {
    color: #e31937;
}

    .view_more_supports a:hover {
        color: #fff;
    }

.view_more_supports:hover a, .view_more_supports:hover a:visited, .view_more_supports:hover a:link {
    color: #fff;
}

#tienichForm_subcriber .grid-container {
    padding: 20px 50px 0px 100px;
    position: relative;
    z-index: 1;
    background: #e31937;
    margin-top: 40px;
    margin-bottom: 40px;
}

#tienichForm_nhan_hinh_anh .grid-container {
    padding: 0px;
    position: relative;
    z-index: 1;
    background: #e31937;
    margin-top: 20px;
    margin-bottom: 23px;
}

#tienichForm_nhan_hinh_anh form {
    max-width: 360px;
}

    #tienichForm_nhan_hinh_anh form .wpcf7-spinner {
        display: none;
    }

.section.prod_7 .news_heading {
    margin-bottom: 20px;
    padding-right: 0;
}

#tienichForm_nhan_hinh_anh .grid-container {
    background: none;
}

#tienichForm_subcriber img, #tienichForm_nhan_hinh_anh img {
    margin-top: 54px;
}

#tienichForm_subcriber {
    background: #FFF;
}

    #tienichForm_subcriber input:not([type='submit']),
    #tienichForm_subcriber select,
    #tienichForm_subcriber textarea, #tienichForm_nhan_hinh_anh input:not([type='submit']),
    #tienichForm_nhan_hinh_anh select,
    #tienichForm_nhan_hinh_anh textarea {
        width: 100%;
        background: white;
        border: 1px solid rgba(73, 73, 73, 0.2);
        padding-left: 24px;
        height: 60px;
    }

#tienichForm_nhan_hinh_anh input:not([type='submit']),
#tienichForm_nhan_hinh_anh select,
#tienichForm_nhan_hinh_anh textarea {
    max-width: 360px;
    border: 1px solid var(--primary-color);
    margin-top: 10px;
}

#tienichForm_nhan_hinh_anh input[type='submit'] {
    background: var(--primary-color);
    margin-top: 10px;
    width: 100%;
}

#tienichForm_nhan_hinh_anh .wpcf7 {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
}

.section.prod_7 {
    background: rgba(0,0,0,0.05);
    padding-top: 50px;
    padding-bottom: 50px;
}

    .section.prod_7 .sec_cont {
        max-width: 800px;
        margin: 0 auto
    }

    .section.prod_7 .section_heading {
        margin: 0 auto;
    }

#tienichForm_subcriber input:not([type='submit']):focus,
#tienichForm_subcriber select:focus,
#tienichForm_subcriber textarea:focus {
    outline: none;
    border-color: rgba(227, 25, 55, 0.6);
}

#tienichForm_subcriber textarea {
    height: 95px;
}

#tienichForm_subcriber .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
}

#tienichForm_subcriber .form_group {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

    #tienichForm_subcriber .form_group svg {
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
    }

    #tienichForm_subcriber .form_group:nth-child(3) {
        width: calc(60% - 20px);
        margin-right: 20px;
    }

    #tienichForm_subcriber .form_group:nth-child(4) {
        width: 40%;
    }

#tienichForm_subcriber .popup_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 45px;
    color: #fff;
    position: relative;
    margin-bottom: 18px;
}

    #tienichForm_subcriber .popup_title:before {
        position: absolute;
        content: '';
        height: 3px;
        width: 10%;
        background: var(--primary-color);
        left: 0;
        bottom: -10px;
    }

#tienichForm_subcriber .popup_cont {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 15px;
}

#tienichForm_subcriber .form_group > .wpcf7-form-control-wrap > *, section.contact .grid-55 .form_group > .wpcf7-form-control-wrap > *::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #333333;
    opacity: 0.5;
}

#tienichForm_subcriber .form_group > .wpcf7-form-control-wrap > * {
    opacity: 1;
}

#tienichForm_subcriber:before {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*content: '';*/
    /*background-image: url('../../images/bg_5.png');*/
    /*height: 183px;*/
    /*width: 350px;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
}

#tienichForm_subcriber:after {
    position: absolute;
    top: 50px;
    left: 50px;
    content: '';
    background-image: url('../../images/bg_4.png');
    height: 154px;
    width: 154px;
    background-size: cover;
    background-repeat: no-repeat;
}

#tienichForm_subcriber input[type='submit'] {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
    background: white;
    border-radius: 100px;
    border: 1px solid var(--primary-color);
    float: right;
    transition: 0.3s ease-in-out;
    padding: 8px 30px;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    /*background-image: url(../../images/arrow-right-2.png);*/
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

    #tienichForm_subcriber input[type='submit']:hover {
        color: #FFF;
        background: var(--primary-color);
        /*background-image: url(../../images/arrow-right-2.png);*/
        background-size: 14px;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid white;
    }

#tienichForm_subcriber .wpcf7-not-valid-tip {
    color: var(--primary-color) !important;
}

#tienichForm_subcriber .wpcf7-response-output {
    margin: 0 !important;
    width: 100%;
    color: white;
}
/*hthanhsg end edit*/
.wpcf7 form.invalid .wpcf7-response-output {
    font-size: 14px;
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    text-align: center;
    color: var(--primary-color);
    font-weight: 600;
}

#tienichForm .wpcf7-not-valid-tip {
    color: var(--primary-color) !important;
}

#tienichForm .wpcf7-response-output {
    margin: 0 !important;
    width: 100%;
}

.fancybox-close-small:hover {
    color: white;
    background: var(--primary-color);
}

#load_agency {
    position: relative;
}

    #load_agency:before {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        background-image: url('../../images/loading.gif');
        background-repeat: no-repeat;
        background-size: cover;
        background-size: cover;
        transform: translate(-50%, -50%);
        z-index: 9;
        display: none;
    }

    #load_agency.loading:before {
        display: block;
    }

.single_proj_1 .box_swiper {
    max-height: 590px;
}

.single_proj_1 .img_wrap {
    height: 100%;
}

.single_proj_1 img {
    height: 100%;
    object-fit: cover;
}

.prod_12:before {
    background: linear-gradient(270deg, #ECECEC 50%, rgba(236, 236, 236, 0.9) 62.05%, rgba(236, 236, 236, 0) 102.49%);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 35%;
    order: 0;
}

.prod_4 #prod_filter {
    margin-bottom: 80px;
}

.prod_4 .prod_filter form {
    margin-bottom: 44px;
}

.prod_4 .prod_filter input[type='submit'] {
    height: 100%;
    position: absolute;
    right: 0;
    opacity: 0;
    z-index: 2;
}

.prod_4 .prod_filter input[type='text'] {
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #807F84;
    padding: 20px 50px 20px 30px;
    background: white;
    border: 2px solid #D0D0D0;
}

.prod_4 .prod_filter input:focus-visible,
.prod_4 .prod_filter input:focus {
    outline: none;
}

.prod_4 .prod_filter .inp_wrap {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.prod_4 .prod_filter svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

ul#prod_filter {
    margin: 0 auto;
    justify-content: center;
    /*overflow: auto;*/
    /*width: max-content;*/
}

    ul#prod_filter li {
        cursor: pointer;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        color: #494949;
        margin: 0 33px;
        transition: 0.3s ease-in-out;
        width: max-content;
    }

        ul#prod_filter li:hover,
        ul#prod_filter li.active {
            color: var(--primary-color);
        }

#wpadminbar ul {
    display: block;
}

section:after,
section:before {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.scrollable {
    overflow: auto;
}

    .scrollable::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .scrollable::-webkit-scrollbar {
        width: 5px;
        background-color: #cedbff;
    }

    .scrollable::-webkit-scrollbar-thumb {
        background-color: var(--primary-color);
    }

.about_7 .item_wrap .item .cont p {
    margin: 0;
}

.about_7 .item_wrap .item .link {
    margin-top: 15px;
}

.prod_6 .swiper.slider_cn {
    width: 70%;
    padding-left: 230px;
    padding: 10px 0 10px 230px;
    margin: 0 0 0;
}

    .prod_6 .swiper.slider_cn img {
        margin-left: auto;
    }


.prod_6 .swiper.slider_cn {
    width: 70%;
    padding-left: 230px;
}

.prod_6 .wrap {
    display: flex !important;
    width: 100%;
    justify-content: flex-start !important;
}

@keyframes fade_up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.item_cn.active {
    display: block;
    animation-name: fade_up;
    animation-duration: 2s;
    pointer-events: unset;
}


.item_cn {
    display: none;
    background: rgba(255, 255, 255, 0.5);
}

.prod_6 .wrap {
    align-items: center;
}

    .prod_6 .wrap .wrap_content.for_cn {
        width: 30%;
        /* 2 */
        position: relative;
    }

.prod_6 .wrap_content .item_cn {
    padding: 80px 30px 80px 30px;
}

    .prod_6 .wrap_content .item_cn h3 {
        font-size: 32px;
        color: #E31937;
    }

    .prod_6 .wrap_content .item_cn .content {
        color: #333333;
        font-size: 16px;
    }

.prod_6 .wrap .wrap_content.for_cn:before {
    border: 2px solid #E31937;
    top: 0;
    right: 0;
    left: -100px;
    bottom: 0;
    content: '';
    position: absolute;
}

section.prod_6 {
    padding: 80px 0;
}

.prod_6 .swiper-slide {
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.05));
    opacity: 0.5;
}

.prod_6 .swiper-slide-prev {
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
    opacity: 0.7;
}

.prod_6 .swiper-slide-active {
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.05));
    opacity: 1;
}

.prod_6 .swiper-pagination {
    bottom: unset;
    top: -36px;
    width: auto;
    right: 0;
    display: inline-flex;
    left: unset;
}

    .prod_6 .swiper-pagination span {
        background: #404040;
        opacity: 0.4;
        width: 9.66px;
        height: 9.66px;
    }

        .prod_6 .swiper-pagination span.swiper-pagination-bullet-active {
            background: #E31937;
            opacity: 1;
        }

#for_tab_cn .item .wrap {
    filter: blur(5px);
    transform: scale(.9);
    transition: .5s all;
}

#for_tab_cn .item {
    position: relative;
}

    #for_tab_cn .item:before {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 120px;
        width: 120px;
        background-color: transparent;
        background-image: url('../../images/Eclipse.gif');
        background-repeat: no-repeat;
        background-size: cover;
        background-size: cover;
        z-index: 99;
        border-radius: 50%;
    }

    #for_tab_cn .item.active .wrap {
        filter: blur(0px);
        transform: scale(1);
    }

    #for_tab_cn .item.active:before {
        display: none;
    }

.prod_9 .mySwiper .swiper-slide {
    transform: scale(1);
    transition: 0.3s ease-in-out;
    border-radius: 50%;
    overflow: hidden;
}

.prod_9 .mySwiper {
    margin: 0 auto -100px;
    max-width: 200px;
    padding: 50px 67px;
    z-index: 9;
}

    .prod_9 .mySwiper .swiper-slide.swiper-slide-thumb-active {
        transform: scale(1.3);
        z-index: 9;
        border: 2px solid var(--primary-color);
    }

.prod_2 .section_heading table {
    border: none !important;
}

    .prod_2 .section_heading table * {
        border: none;
        text-align: center !important;
        margin: 0 auto
    }

ul.nav_tab_cn {
    display: inline-flex;
    justify-content: center;
    border-radius: 100px;
    background: rgba(208, 208, 208, 0.5);
    margin-top: 23px;
}

    ul.nav_tab_cn li {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #333333;
        padding: 15px 30px;
        text-transform: uppercase;
        border-radius: 100px;
        cursor: pointer;
        position: relative;
        transition: 0.3s ease-in-out;
    }

        ul.nav_tab_cn li.active {
            color: #FFFFFF;
            font-weight: 700;
            background: var(--primary-color);
        }

.news_link a {
    padding: 8px 30px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    transition: 0.3s ease-in-out;
}

    .news_link a:hover {
        background: var(--primary-color);
        color: white;
    }

.news_link_bg a {
    padding: 15px 120px;
    margin-right: 5px;
    margin-left: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    color: white;
    border: 1px solid var(--primary-color);
    border-radius: 0;
    transition: 0.3s ease-in-out;
    background: var(--primary-color);
}

    .news_link_bg a:hover {
        background: white;
        color: var(--primary-color);
    }



.news_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_heading {
    margin-bottom: 39px;
    padding-right: 14px;
}

    .news_heading .section_heading {
        margin: 0;
    }

.footer_1_wrap .item a img {
    transition: 0.3s ease-in-out;
}

.footer_1_wrap .item a:hover img {
    transform: scale(1.15);
}

.ft_img {
    /*padding: 0 160px;*/
}

.thumb_img img {
    max-height: 110px;
    object-fit: contain;
}

div.sub_primary_menu li > ul.sub-menu {
    position: absolute;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    top: 100%;
    padding: 10px 18px;
    display: none;
    min-width: 100%;
}

    div.sub_primary_menu li > ul.sub-menu > li > a {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #494949;
        padding: 12px 0;
        display: block;
        border-bottom: 1px solid #EFEFEF;
        min-width: 100%;
        width: max-content;
        text-align: left;
    }

div.sub_primary_menu li:hover ul.sub-menu {
    display: flex;
}

div.sub_primary_menu li > ul.sub-menu > li:last-child > a {
    border: none;
}

div.sub_primary_menu li > ul.sub-menu > li > a:hover {
    color: var(--primary-color);
    background: #fff;
}

.before-line:before {
    width: 30%;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    bottom: -1.5px;
    left: 0;
    content: '';
    transition: 0.5s ease-in-out;
}

.bottom_cont_wrap {
    margin-top: 30px;
    display: none;
}

    .bottom_cont_wrap.nohidden {
        display: inherit;
    }

    .bottom_cont_wrap ul {
        flex-direction: column;
        margin: 0 0 0 15px;
        list-style: disc;
    }

    .bottom_cont_wrap p {
        margin-bottom: 15px !important;
    }

    .bottom_cont_wrap a:hover {
        text-decoration: underline;
    }

.footer_1_wrap a:hover {
    font-weight: 400 !important;
    color: #FFF !important;
    text-decoration: underline;
}


.data_more_less_inner {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    height: 80px;
}


.data_more_less.expand-all:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
    content: '';
    height: 0;
}

#section_last .bottom_cont_wrap {
    display: inherit;
    height: 1600px;
    overflow: hidden;
    text-align: justify;
}

    #section_last .bottom_cont_wrap:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        height: 80px;
    }

    #section_last .bottom_cont_wrap.show_more {
        height: auto;
    }

        #section_last .bottom_cont_wrap.show_more:after {
            height: 0;
        }

section.news .news_item svg, section.news_tax .news_item svg,
section.news .news_item:not(:first-child) .des, section.news_tax .news_item:not(:first-child) .des {
    display: none;
}

.post_detail .latest_news a svg {
    min-width: 32px;
}

.about_4 .history_wrap .item:last-child {
    margin-bottom: 0;
}

.hamburger {
    display: none;
}

    .hamburger .line {
        width: 35px;
        height: 3px;
        background-color: var(--primary-color);
        display: block;
        margin: 8px 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 20px;
    }

#show_mobile_menu.active .line:nth-child(2) {
    opacity: 0;
}

.hamburger .line:nth-child(1) {
    width: 28px;
}

.hamburger .line:nth-child(3) {
    width: 20px;
}

#show_mobile_menu.active .line:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
    width: 35px;
}

#show_mobile_menu.active .line {
    background: #fff;
}

    #show_mobile_menu.active .line:nth-child(3) {
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
        width: 35px;
    }

#mobile-menu-control-wrapper {
    display: none;
    visibility: hidden;
}

#menu_mobile {
    display: none;
}

.mobile_btn_gr {
    display: none;
}

.home_6 .news_wrap {
    display: flex;
}

.wrap_search_popup {
    display: none;
}

img.hovered-image.menu-image-title-below {
    /*margin-left: -23px !important;*/
}

div.sub_primary_menu ul > li.menu-item.wpml-ls-menu-item > a {
    padding-left: 10px;
    padding-right: 0;
    font-weight: 500;
}

    div.sub_primary_menu ul > li.menu-item.wpml-ls-menu-item > a:hover {
        background: unset;
    }

.wpml-ls-menu-item .wpml-ls-flag {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 8px;
    outline: 2px solid #FFF;
}

#custom_content {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

    #custom_content h1 {
        font-size: 34px;
        font-weight: 800;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #custom_content h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #custom_content h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #custom_content h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #custom_content h5 {
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #custom_content h6 {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 15px;
    }
/*#custom_content p:has(img){*/
/*    margin-bottom: 0;*/
/*}*/
.wp-caption figcaption.wp-caption-text {
    font-size: 15px;
    margin-top: 5px;
}

#custom_content em {
    margin-bottom: 12px;
    font-size: 16px;
}

#custom_content p,
#custom_content li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

#prod_list {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform: scale(1);
    min-height: 250px;
}

.wpcf7-form .input_focus {
    border: 1px solid #ff0000 !important;
}

body.page-template-home .fancybox-toolbar {
    right: 5%;
    top: 20px;
}

#prod_list.loading:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    position: absolute;
    content: '';
    background-image: url('../../images/Eclipse.gif');
    background-size: contain;
    background-repeat: no-repeat;
}

.home_6 .grid-40 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .home_6 .grid-40:after,
    .home_6 .grid-40:before {
        display: none;
    }

.line_clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

    .line_clamp.clamp_1 {
        -webkit-line-clamp: 1;
    }

    .line_clamp.clamp_2 {
        -webkit-line-clamp: 2;
    }

    .line_clamp.clamp_3 {
        -webkit-line-clamp: 3;
    }

    .line_clamp.clamp_4 {
        -webkit-line-clamp: 4;
    }

.projects_2 .project_wrap .down_load_btn {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 62px;
    background: rgba(0, 0, 0, 0.25);
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

    .projects_2 .project_wrap .down_load_btn:hover {
        background: rgba(0, 0, 0, 0.5);
    }

.section.bottom_content .grid-container {
    position: relative;
    z-index: 9;
}

.about_5 .swiper-pagination {
    bottom: -5px !important;
}

.development_swiper {
    padding-bottom: 30px;
}

    .development_swiper span.swiper-pagination-bullet {
        background-color: var(--primary-color);
    }

section.search_news.news_tax .news_wrap {
    grid-template-columns: 1fr 1fr 1fr;
}

body.page-template-home .fancybox-content {
    max-width: 90%;
}

.fancybox-navigation {
    max-width: 1200px;
    position: relative;
    width: 100%;
    margin: auto;
    display: block;
    visibility: visible;
    height: 100%;
}

.fancybox-toolbar {
    right: calc(50% - 87px) !important;
}

.support_wrap_nxv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 22px;
}

    .support_wrap_nxv .support_item {
        position: relative;
    }

    .support_wrap_nxv .support_title {
        position: absolute;
        bottom: 37px;
        left: 37px;
        padding: 18px 24px;
    }

        .support_wrap_nxv .support_title::before {
            position: absolute;
            height: 100%;
            width: 100%;
            content: '';
            left: 0;
            top: 0;
            background: var(--primary-color);
            mix-blend-mode: multiply;
        }

    .support_wrap_nxv svg {
        position: absolute;
        right: 20px;
        bottom: 30px;
    }

    .support_wrap_nxv .support_title h4 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        color: #FFFFFF;
        margin: 0;
        position: relative;
    }

    .support_wrap_nxv .support_item img {
        transition: 0.5s ease-in-out;
    }

    .support_wrap_nxv .support_item:hover img {
        transform: scale(1.3);
    }

.wrapper_slide_one {
    position: relative;
    width: 80%;
    height: auto;
    max-width: 900px;
    margin: 50px auto;
    text-align: center;
    z-index: 5;
}

    .wrapper_slide_one .slide_one .item {
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
        background: #aaa;
    }

.slide_two .item {
    margin: 15px;
}

.wrapper_slide_two {
    background-color: #7e8387;
    padding-top: 30px;
}

.slide-catalogue .slick-prev {
    left: 0px !important;
    z-index: 999;
    background: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    opacity: 1 !important;
}

.slide-catalogue .slick-next {
    right: 0px !important;
    z-index: 999;
    background: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    opacity: 1 !important;
}

.slide-catalogue .slick-prev::before {
    content: "\f053" !important;
    color: #565656 !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 30px !important;
    margin-right: 5px;
}

.slide-catalogue .slick-next::before {
    content: "\f054" !important;
    color: #565656 !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 30px !important;
    margin-left: 5px;
}

.a_pdf {
    position: relative;
    display: inline-block;
}

    .a_pdf .pdf {
        background-color: #fbfafa;
        width: 90px;
        height: 90px;
        position: absolute;
        left: calc( 50% - 45px );
        top: calc( 50% - 45px );
        border-radius: 50%;
        opacity: 0;
        cursor: pointer;
        box-shadow: 0 20px 30px #909090;
        z-index: 5;
        color: #c42b31;
        cursor: pointer;
        transform: translateY(50px);
        transition: all .3s ease-in-out;
    }

    .a_pdf:hover .pdf {
        opacity: 1;
        transform: translateY(0px);
    }

.slide-catalogue.slide_two .slick-dots {
    position: relative;
}

    .slide-catalogue.slide_two .slick-dots li {
        margin: 0 3px;
        width: auto;
        height: auto;
    }

        .slide-catalogue.slide_two .slick-dots li button {
            padding: 0;
            font-size: 14px;
            line-height: 28px;
            text-align: center;
            width: 30px;
            height: 30px;
            border: 1px solid #fff;
            transition: all .3s ease-in-out;
            border-radius: 50%;
            margin: 0 2px;
            opacity: 1;
            display: inline-block;
            color: #fff;
            margin-bottom: 5px;
        }

            .slide-catalogue.slide_two .slick-dots li button:before {
                content: "";
            }

        .slide-catalogue.slide_two .slick-dots li.slick-active button {
            background-color: rgba(255,255,255,0.5);
            border: 1px solid rgba(255,255,255,0.5);
            color: #4c4f51;
        }

@media only screen and (max-width: 1600px) {
    body.page-template-home .fancybox-toolbar {
        right: 3%;
    }

    .product_detail_1 .prod_info .item strong {
        line-height: 30px;
    }

    .inner_popup {
        width: 700px;
        padding: 50px 50px 31px;
    }

        .inner_popup .cont_wrap {
            padding: 33px 25px;
        }

    .home_3_cont {
        padding: 50px 60px 115px 45px;
    }

        .home_3_cont h4 {
            font-size: 36px;
        }

    .home_4:after {
        width: 140px;
        height: 360px;
    }

    .bottom_content:before {
        background-size: cover;
        background-repeat: no-repeat;
        width: 169px;
        height: 297px;
        left: 3%;
        top: -115px;
    }

    .bottom_content:after {
        right: 40px;
        width: 150px;
        bottom: -360px;
    }

    .about_1 .banner_cont p {
        font-size: 18px;
    }

    .about_1 .banner_cont h3 {
        font-size: 40px;
    }

        .about_1 .banner_cont h3:nth-child(3) {
            margin-bottom: 10px;
        }

    .about_1 .swiper-slide .avt_wrap {
        width: 30%;
    }

    .about_2:before {
        width: 100px;
        height: 100px;
        left: 2%;
    }

    .about_2:after {
        width: 560px;
    }

    .about_3 .img {
        width: 80%;
    }

    .text_sec_3 {
        position: relative;
        padding: 68px 332px 46px 60px;
    }

        .text_sec_3 .title {
            font-size: 40px;
            margin-bottom: 20px;
        }

        .text_sec_3 .sub_title p {
            font-size: 24px;
        }

        .text_sec_3 .cont p {
            font-size: 14px;
        }

    .about_6:after {
        width: 233px;
        height: 520px;
    }

    .about_7 .item_wrap .item:nth-child(odd):before, .about_7 .item_wrap .item:nth-child(even):before {
        width: 150px;
    }

    .about_7 .item_wrap .item:nth-child(odd) .cont_wrap {
        padding: 50px calc(calc(100vw - 1200px)/2) 0 90px;
    }

    .about_7 .item_wrap .item:nth-child(even) .cont_wrap {
        padding: 50px 90px 0 calc(calc(100vw - 1200px)/2);
    }

    .about_7 .item_wrap .item .cont {
        overflow-y: auto;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .projects .grid-container:after {
        width: 150px;
        height: 300px;
        background-size: cover;
    }

    .projects .grid-container:before {
        width: 143px;
        height: 350px;
        background-size: cover;
    }

    .rec_popup .item {
        margin-bottom: 8px !important;
    }

    .rec_popup .job_description {
        padding: 15px 45px 10px;
    }

    .rec_popup .title, #apply_form .title {
        padding: 15px 0;
        font-size: 25px;
    }

    section.contact:before, section.contact:after {
        width: 550px;
        height: 184px;
    }

    section.contact:after {
        right: 80px;
        top: 203px;
    }

    .policy_2 .policy_wrap .item .title {
        font-size: 30px;
    }

    .policy_2 .policy_wrap .item .cont_wrap {
        top: 80%;
        padding: 0px 30px 0 24px;
    }

    .prod_12 .cont {
        padding: 70px 103px 78px 82px;
    }

    .policy_1:after {
        top: 144px;
        width: 423px;
        height: 196px;
    }

    .policy_1:before {
        width: 150px;
        height: 320px;
        top: 30px;
    }

    #tienichForm .grid-container {
        padding: 30px 50px 30px 100px;
    }

    #tienichForm {
        margin-top: 20px;
    }

        #tienichForm input:not([type='submit']),
        #tienichForm select {
            height: 50px;
        }

    #tienichForm_nhan_hinh_anh .grid-container {
        padding: 30px 50px 30px 100px;
    }

    #tienichForm_nhan_hinh_anh {
        margin-top: 20px;
    }

        #tienichForm_nhan_hinh_anh input:not([type='submit']),
        #tienichForm_nhan_hinh_anh select {
            height: 50px;
        }


    .home_5 .box_slider .cont {
        right: -6%;
    }

    button.slick-next.slick-arrow,
    .home_5 .custom-swiper-btn.next {
        right: 2%;
    }

    button.slick-prev.slick-arrow,
    .home_5 .custom-swiper-btn.prev {
        left: 2%;
    }

    .home_5 .custom-swiper-btn.next:hover {
        right: 1.5%;
        transform: translate(-50%,0) scale(1.1);
    }

    .home_5 .custom-swiper-btn.prev:hover {
        left: 1.5%;
        transform: translate(-50%,0) scale(1.1);
    }

    .about_3 .content_sec_3 {
        width: 60%;
    }
}

@media only screen and (max-width: 1500px) {
    .home_3_cont {
        width: 30%;
    }

        .home_3_cont > h2 {
            font-size: 40px;
        }

    .about_3 {
        padding: 60px 0 0;
    }

    .about_5,
    .about_4 {
        padding: 50px 0;
    }

    .about_6 {
        padding: 40px 0 60px;
    }

    .custom-swiper-btn.prev,
    .custom-swiper-btn.prev {
        left: 2%;
    }

    .custom-swiper-btn.next,
    .custom-swiper-btn.next {
        right: 2%;
    }
}

@media only screen and (max-width: 1400px) {
    .about_7 .item_wrap .item .cont {
        -webkit-line-clamp: 4;
    }

    .about_7 .item_wrap .item:nth-child(odd):before, .about_7 .item_wrap .item:nth-child(even):before {
        width: 70px;
    }

    #tienichForm input:not([type='submit']), #tienichForm select, #tienichForm textarea {
        height: 45px;
    }

    #tienichForm {
        margin: 0;
        margin-top: 20px;
        /*display: inline-block;*/
        /*max-height: 600px;*/
    }

        #tienichForm img {
            /*margin: 0;*/
            /*max-height: 480px;*/
        }

        #tienichForm textarea {
            height: 90px;
        }

    .about_3 .content_sec_3 {
        width: 60%;
    }

    .text_sec_3 {
        padding: 68px 273px 46px 60px;
    }

    #tienichForm .grid-container {
        padding: 25px 50px 20px 100px;
    }
}

@media only screen and (max-width: 1300px) {
    .home_3_cont {
        width: 40%;
        left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    section.news .news_item .title, section.news_tax .news_item .title {
        margin: 10px 0 0
    }

    .grid-container {
        max-width: 950px;
    }

    header .grid-container {
        max-width: 100%;
    }

    form#searchform {
        width: 240px;
    }

    div.sub_primary_menu ul > li > a {
        font-size: 14px;
        padding: 12px 14px;
    }

    .home_3_cont {
        width: 50%;
        padding: 40px 30px;
    }

        .home_3_cont > h2 {
            font-size: 35px;
            line-height: 40px;
        }

        .home_3_cont > p {
            margin-bottom: 34px;
        }

    .home_2 {
        padding: 50px 0 60px;
    }

    .section_heading > .sec_title {
        font-size: 35px;
        line-height: 40px;
    }

    .section_heading {
        margin-bottom: 32px;
    }

        .section_heading > .sec_cont * {
            font-size: 15px;
        }

    .home_4 {
        padding: 40px 0;
    }

    .home_6 {
        padding: 34px 0 25px 0;
    }

        .home_6 .grid-40 .item {
            max-height: 100px;
            margin-bottom: 20px;
        }

        .home_6 .grid-40 .item {
            margin-bottom: 0;
        }

        .home_6 .grid-40 .item_cont .news_title {
            font-size: 14px;
            line-height: 18px;
        }

        .home_6 .box_swiper {
            margin-top: 40px;
            padding: 30px;
        }

    .red_line {
        padding-bottom: 8px;
        margin-bottom: 6px;
    }

    section:after, section:before {
        background-size: contain !important;
    }

    .home_6:after {
        background-size: cover !important;
    }

    .bottom_content:before {
        width: 140px;
    }

    .bottom_content:after {
        width: 100px;
        bottom: -340px;
    }

    .home_5 .home_count .item .icon {
        height: 90px;
        width: 90px;
        top: -50px;
    }

        .home_5 .home_count .item .icon img {
            width: 40px;
        }

    .project_wrap {
        grid-template-columns: 1fr 1fr;
    }

        .project_wrap .item img {
            width: 100%;
        }

    section.contact .grid-55 {
        max-width: 700px;
        float: unset;
        margin: 0 auto;
        margin-top: 30px;
        padding: 40px 60px;
    }

    section.contact .grid-40 {
        display: flex;
        flex-wrap: wrap;
    }

    section.contact .breadcrumbs,
    section.contact .section_heading {
        width: 100%;
    }

    section.contact .section_heading {
        margin: 0 0 12px 0;
    }

    section.contact .contact_info,
    section.contact .img {
        width: 50%;
    }

    section.contact .img {
        margin-top: -150px;
    }

    section.contact {
        padding: 0 0 40px;
        overflow: hidden;
    }

        section.contact:after {
            display: none;
        }

    .about_4 .history_wrap .item {
        width: calc(50% - 30px);
    }

    .list_recruit tr > * {
        padding: 0 10px;
    }

    .list_recruit th {
        font-size: 16px;
    }

    section.news .news_wrap .news_item {
        grid-row-start: unset;
        grid-row-end: unset;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: unset;
        background: #F5F5F5;
    }

    section.news .news_wrap {
        grid-template-rows: unset;
    }

        section.news .news_wrap .news_item .img_wrap img {
            width: 100%;
            height: 120px;
        }

        section.news .news_wrap .news_item .img_wrap {
            height: auto;
            width: 100%;
            transition: 0.5s ease-in-out;
        }

    section.news .news_item .title, section.news_tax .news_item .title {
        font-size: 18px;
        min-height: 85px;
    }

    section.news .news_wrap .news_item > div {
        width: 100%;
    }

    section.news .news_item .news_cont, section.news_tax .news_item .news_cont {
        padding: 0 20px 20px;
    }

    section.news .news_item svg, section.news_tax .news_item svg,
    section.news .news_item:not(:first-child) .des, section.news_tax .news_item:not(:first-child) .des {
        display: -webkit-box;
    }

    .aside_tax.sticky {
        top: 80px;
    }

    section.news, section.news_tax {
        padding: 0 0 30px;
        overflow: hidden;
    }

    section.news {
        overflow: unset;
    }

    section.post_detail .grid-70 {
        width: 100%;
    }

    section.post_detail .grid-30 {
        margin-top: 20px;
        width: 100%;
    }

    section.post_detail {
        padding: 0 0 30px;
    }

        section.post_detail .cat_td.more_post .wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

    .post_detail .more_post .item {
        margin-bottom: 20px;
        width: calc(50% - 10px);
        background: #F6F6F6;
    }

        .post_detail .more_post .item:last-child {
            margin: 0 auto;
        }

    .post_detail .more_post .cont_wrap h3 {
        font-size: 16px;
        line-height: 20px;
        min-height: 60px;
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        /*-webkit-line-clamp: 2;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
    }

    .post_detail .sub_title_news {
        margin-bottom: 0;
    }

    .footer_2_wrap .top span.item_title {
        padding-right: 58px;
    }

    .footer_2_wrap .top .item {
        padding-right: 10px;
    }

    section.footer_2 .grid-container {
        padding: 40px;
    }

    .footer_1_wrap .item {
        padding-right: 40px;
    }

        .footer_1_wrap .item span.item_title {
            font-size: 17px;
        }

    .single_proj_1 .section_heading {
        margin-bottom: 20px;
    }

    .single_proj_1 .wrap .item:nth-child(1), .single_proj_1 .wrap .item:nth-child(2) {
        margin-bottom: 20px;
    }

    .single_proj_1 .grid-50:first-child {
        padding: 0;
    }

    .single_proj_2 {
        padding: 30px 0;
    }

    .related_proj .project_wrap .item:last-child {
        grid-column-start: 1;
        grid-column-end: 3;
        width: 50%;
        margin: 0 auto;
    }

    .project_gallery .slider-slide {
        height: auto;
        padding: 0;
    }

    .project_gallery {
        margin: 15px 0 0;
    }

        .project_gallery .custom-swiper-btn.prev {
            left: 2%;
        }

        .project_gallery .custom-swiper-btn.next {
            right: 2%;
        }

    .aside_tax .tax_wrap .item {
        height: auto;
    }

    .aside_tax .link_1 .item .cont_wrap {
        padding: 10px 20px;
        height: 30%;
    }

        .aside_tax .link_1 .item .cont_wrap h4 {
            font-size: 20px;
            margin-bottom: 0;
        }

        .aside_tax .link_1 .item .cont_wrap span {
            font-size: 14px;
        }

        .aside_tax .link_1 .item .cont_wrap > svg {
            right: 10px;
            bottom: 8px;
        }

    section.news .news_item:first-child .news_cont, section.news_tax .news_item .news_cont {
        padding: 0 10px 15px 10px;
    }

    section.news .news_item .title, section.news_tax .news_item .title {
        font-size: 14px !important;
        min-height: 40px;
        line-height: 22px;
        -webkit-line-clamp: 2;
    }

    section.support .section_heading .sec_cont * {
        font-size: 14px;
    }

    section.support .support_wrap .support_title {
        bottom: 0px;
        width: 100%;
        left: 0;
        padding: 12px 20px;
    }

        section.support .support_wrap .support_title h4 {
            font-size: 20px;
        }

    section.support .support_wrap svg {
        right: 15px;
        bottom: 10px;
    }

    section.support {
        padding: 0 0 30px;
    }

    .policy_1 .img_wrap {
        margin: 0;
    }

    .condition_policy .item .cont {
        font-size: 14px;
    }

    .policy_3 .filter_wrap #submit {
        font-size: 17px;
        width: 25%;
    }

    .policy_3 .filter_wrap select {
        width: 75%;
    }

    .policy_2 {
        padding-top: 30px;
    }

        .policy_2 .policy_wrap .item .title {
            font-size: 20px;
            line-height: 30px;
        }

        .policy_2 .policy_wrap .item .cont {
            font-size: 14px;
            line-height: 24px;
        }

        .policy_2 .policy_wrap .item:hover .cont_wrap {
            top: 20px;
        }

        .policy_2 .policy_wrap .item .cont_wrap {
            padding: 0 10px;
            bottom: -240px;
        }

    .about_2 .sec_sub_title {
        font-size: 18px;
        margin-bottom: 30px;
    }

        .about_2 .sec_sub_title:before {
            bottom: -15px;
        }

    .bottom_content:after,
    .bottom_content:before,
    .about_6:after,
    .about_6:before,
    .about_2:before,
    .policy_1:before,
    .policy_1:after,
    .about_2 .wrap .grid-40:last-child:before {
        display: none;
    }

    .about_3 .content_sec_3 {
        height: 100%;
        width: 100%;
    }

    .about_3 .img {
        width: 100%;
    }

    .about_3 .grid-container .grid-50:last-child {
        padding: 0 10px 0 40px;
    }

    .about_3 .grid-container .grid-50:first-child {
        padding-right: 40px;
    }

    .about_3 .grid-container {
        margin-bottom: 30px;
    }

    .about_4 .section_heading {
        padding: 0;
    }

    .about_4 .history_wrap .item_cont .title {
        font-size: 17px;
        padding: 12px 80px;
    }

    .about_6 .des_sec_6 .cont {
        padding: 0;
    }

    .goals_list .item .cont {
        padding: 0 100px;
    }

    .about_7 .item_wrap .item .title {
        font-size: 28px;
        margin-bottom: 0;
    }

    .about_7 .item_wrap .item .cont_wrap {
        padding: 20px 40px !important;
    }

    .about_7 .item_wrap .item .sub_title {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 20px;
    }

        .about_7 .item_wrap .item .sub_title:before {
            bottom: -10px;
        }

    .about_7 .item_wrap .item .cont {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 17px;
    }

    .about_7 .item_wrap .item .link a {
        padding: 5px 20px;
        font-size: 14px
    }

    .copyright {
        padding: 10px 0
    }

    .development_swiper img {
        width: 100%;
    }

    .development_swiper .cont {
        min-height: 220px;
    }

    .about_1 .banner_cont h3 {
        font-size: 28px;
    }

    .about_1 .banner_cont {
        height: 50%;
        width: 90%;
    }

        .about_1 .banner_cont .cont_wrap {
            padding: 50px 0 30px 50px;
        }

    .about_1 .avt_wrap {
        right: 10%;
    }

    .about_1 .banner_cont p {
        font-size: 16px;
        line-height: 20px;
    }

    .about_1 .banner_cont .cmt {
        margin-top: -85px;
        margin-bottom: 5px;
    }

    .post_detail .title_news {
        font-size: 28px;
        line-height: 36px;
    }

    .post_detail .nav {
        margin-bottom: 15px;
    }

    section.single_support {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .home_5 .home_count {
        margin-top: 70px;
    }

    .home_5 .box_slider {
        margin-top: 40px;
    }

    .home_5 .home_count .item .title {
        font-size: 22px;
    }

    .home_5 .home_count .item .des {
        font-size: 14px;
    }

    .bottom_content {
        padding: 35px 0
    }

    .view_more_btn a {
        margin-top: 25px;
    }

    .section_heading > .sec_cont br {
        display: none;
    }

    .home_5 .box_slider .slider-slide img,
    .home_5 .box_slider .slider-slide {
        max-height: 480px;
        padding: 0;
    }

        .home_5 .box_slider .slider-slide .cont {
            width: auto;
            left: 50%;
            transform: translateX(-50%);
            padding: 30px;
            bottom: 0px;
            top: unset;
        }
    /*.home_5 .box_slider .swiper{*/
    /*    padding: 0 calc(calc(100vw - 800px)/2) 125px ;*/
    /*}*/
    .home_5 .box_slider .cont > .proj_addr {
        padding-bottom: 3px;
        margin-bottom: 8px;
    }

    .contact_fix_btn {
        right: 20px;
    }

        .contact_fix_btn svg {
            width: 60px;
        }

    .prod_8 {
        padding: 40px 0;
    }

        .prod_8 .wrap .item:not(:first-child) .cont_wrap {
            padding: 10px 15px
        }

        .prod_8 .wrap .item:not(:first-child) .date {
            margin-top: 5px;
        }

        .prod_8 .wrap .item {
            /*max-height: 310px;*/
        }

            .prod_8 .wrap .item:first-child .cont_wrap {
                padding: 20px 25px 30px;
            }

    .prod_3 {
        padding: 30px 0;
    }

    .tax_container {
        grid-gap: 25px;
    }

    section.prod_1 img {
        object-fit: cover;
        min-height: 250px;
    }

    .prod_1 .cont {
        left: 50%;
        transform: translateX(-50%);
    }

        .prod_1 .cont .title {
            font-size: 28px;
            margin-bottom: 5px;
        }

    .prod_2 .section_heading .sec_title {
        padding-right: 0;
        width: 100%;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }

        .prod_2 .section_heading .sec_title:before {
            bottom: 0;
        }

    .prod_2 .sec_des {
        padding-right: 20px;
        width: 55%;
    }

    .prod_2 .sec_video {
        width: 45%;
        margin-top: 0;
    }

        .prod_2 .sec_video iframe {
            height: 240px;
        }

    .prod_2 .sec_des .sec_cont {
        margin-bottom: 15px;
    }

    .products_list {
        grid-gap: 30px;
    }

    .prod_4 {
        padding: 30px;
        padding-top: 20px;
    }

        .prod_4 #prod_filter {
            margin-bottom: 30px;
        }

    .products_list .item .prod_name {
        margin: 12px 0 8px;
    }

    .prod_11 .title {
        font-size: 32px;
        line-height: 40px;
    }

    .prod_11 .cont_wrap .inside {
        padding: 0 30px 0 40px
    }

    .prod_5 ul li > span:last-child {
        font-size: 14px;
        line-height: 22px;
    }

    .prod_6 .wrap_content .item_cn {
        padding: 70px 70px 50px 60px;
    }

        .prod_6 .wrap_content .item_cn h3 {
            font-size: 35px;
        }

    .prod_7 .wrap .item .cont_wrap {
        padding: 20px 25px 30px;
    }

    .prod_7 .wrap .item h4 {
        font-size: 25px;
    }

    .prod_7 .wrap .item a {
        font-size: 14px;
    }

    .prod_9 .mySwiper2 .swiper-slide .cont {
        font-size: 18px;
    }

    .sticky_policy ul li a {
        width: max-content;
    }

    .sticky_policy ul li {
        margin: 0 15px;
    }

    .sticky_policy ul {
        overflow: scroll;
        justify-content: center;
    }

    .page-template-policy .sticky_policy ul {
        justify-content: center;
    }

    .prod_5 ul {
        padding-right: 30px;
    }

    .prod_5,
    section.prod_6 {
        padding: 30px 0;
    }

    .prod_9 {
        padding: 30px 0 40px;
    }

        .prod_9 .mySwiper {
            margin: -50px auto -100px;
        }

    .prod_5 .item_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .prod_5 .section_heading {
        margin-bottom: 30px;
    }

        .prod_5 .section_heading:before {
            bottom: -15px;
        }

    .prod_5 ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .prod_6 .swiper.slider_cn {
        padding-left: 150px;
    }

    .product_detail_1 .grid-70 {
        padding: 0 10px;
        min-height: 400px;
    }

    .product_detail_1 .prod_info .item {
        font-size: 15px;
        padding: 10px 0;
    }

        .product_detail_1 .prod_info .item strong {
            line-height: 24px;
        }

    .product_detail_1 .prod_colors .color_wrap {
        width: 35px;
        height: 35px;
    }

        .product_detail_1 .prod_colors .color_wrap.active {
            outline-width: 2px;
            outline-offset: -2px;
        }

    .product_detail_1 .prod_colors {
        margin-bottom: 8px;
    }

    .pd_swiper_1 img, .pd_swiper_2 img {
        max-height: 380px;
    }

    .pd_swiper_1 a.down_load_btn {
        width: 50px;
        height: 50px;
        top: 20px;
        left: 20px;
    }

    .product_detail_2 ul {
        margin-bottom: 20px;
    }

    .product_detail_2 {
        padding: 10px 0 30px 0;
    }

    .product_detail_1 .prod_id {
        font-size: 40px;
    }

    #load_gallery_color {
        min-height: unset;
    }

    .product_detail_1 .grid-container {
        padding-bottom: 15px;
    }

    .product_detail_2 ul li {
        font-size: 17px;
        line-height: inherit;
        margin-right: 20px;
    }

    .product_detail_1 {
        padding-top: 0;
    }

    .projects_2 .project_wrap .item .proj_name {
        font-size: 24px;
    }

    .projects_2 .project_wrap .proj_info {
        padding: 11px 30px 15px;
    }

    #tienichForm .grid-container {
        padding: 25px 50px;
    }

    body.search-results section.prod_4 {
        padding-top: 40px;
    }

    .prod_12 .cont {
        width: 100%;
        height: 100%;
        padding: 30px 40px
    }

        .prod_12 .cont .title {
            font-size: 34px;
            padding-right: 0;
        }
}

@media only screen and (max-width: 991px) {
    .main-navigation .inside-navigation {
        display: none;
    }

    .mobile_btn_gr .menu_wpml {
        margin-right: 15px;
    }

        .mobile_btn_gr .menu_wpml li {
            margin: 0 3px;
            border: 1px solid #FFF;
        }

    #custom_content h1 {
        font-size: 32px;
    }

    #custom_content h2 {
        font-size: 28px;
    }

    #custom_content h3 {
        font-size: 26px;
    }

    #custom_content h4 {
        font-size: 22px;
    }

    #custom_content h5 {
        font-size: 20px;
    }

    .wrap_search_popup {
        display: block;
        position: fixed;
        background: #353535e8;
        z-index: 9999;
        width: 100%;
        transform: translateY(-200px);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        pointer-events: none;
        top: 64px;
    }

        .wrap_search_popup.active {
            transform: unset;
            pointer-events: auto;
        }

        .wrap_search_popup .bg_close {
            position: fixed;
            height: 100%;
            width: 100%;
            top: 0;
            z-index: -1;
        }

    form#searchform {
        width: 100%;
        display: flex;
        padding: 15px 60px 15px 40px;
    }

    input#s {
        width: 100%;
        padding: 13px 30px;
        margin-right: 10px;
        background-color: #232323;
        color: rgba(255, 255, 255, 0.9)
    }

    input#searchsubmit {
        opacity: 1;
        background: var(--primary-color);
    }

    .button_close {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        display: flex;
    }

        .button_close path {
            stroke: #FFF;
        }

    .projects_2 .load_more {
        margin-top: 15px;
    }

    .projects_2 {
        padding-bottom: 30px;
    }

        .projects_2 .project_wrap .featured_img img {
            height: auto;
        }

    .projects .grid-container:before,
    .projects .grid-container:after {
        display: none;
    }

    .projects_2 .project_wrap > div {
        width: calc(50% - 10px);
    }

    .projects_2 .project_wrap .item {
        margin-bottom: 20px;
    }

        .projects_2 .project_wrap .item .proj_name {
            font-size: 19px;
        }

    .product_detail_1 .prod_id {
        font-size: 32px;
        margin-bottom: 20px;
    }

        .product_detail_1 .prod_id:before {
            bottom: -10px;
        }

    .product_detail_1 .prod_info .item span {
        width: 100px;
        font-size: 13px;
        min-width: 100px;
    }

    .pd_swiper_1 img, .pd_swiper_2 img {
        max-height: 300px;
    }

    .prod_2 .section_heading .sec_title {
        font-size: 30px;
        line-height: 35px;
    }

    .prod_5 .section_heading > .sec_title {
        width: max-content;
    }

    .prod_5 .grid-50:last-child {
        margin-top: 70px;
    }

    .prod_6 .wrap_content .item_cn {
        padding: 25px;
    }

    .prod_6 .swiper.slider_cn {
        padding-left: 90px;
    }

    .prod_6 .wrap_content .item_cn h3 {
        font-size: 28px;
    }

    .prod_6 .wrap_content .item_cn .content {
        font-size: 14px;
    }

    .prod_9 .mySwiper {
        max-width: 170px;
        padding: 60px 56px;
    }

    .prod_4 .prod_filter input[type='text'] {
        padding: 12px 50px 12px 30px;
    }

    ul#prod_filter li {
        font-size: 17px;
    }

    .products_list {
        grid-gap: 15px;
    }

        .load_more_search, .view_more_products2, .view_more_products,
        .products_list .item .prod_link a {
            font-size: 13px;
            padding: 6px 20px;
        }

        .products_list .item .prod_link {
            margin-bottom: 10px;
        }

    .prod_11 .cont_wrap .inside {
        padding: 0 20px
    }

    .prod_11 .title {
        font-size: 24px;
        line-height: 30px;
    }

    .prod_11 .des {
        font-size: 16px;
    }

    .prod_11 .swiper-slide {
        padding: 40px 0 30px;
    }

    .prod_11 .video_wrap iframe {
        height: 320px;
    }

    .prod_11 .cont_wrap:before {
        height: 90%;
    }

    .prod_5 .item {
        display: block;
        max-height: 300px;
        overflow: auto;
    }

    .prod_5 ul li {
        padding-bottom: 12px;
        margin-bottom: 4px;
    }

    .prod_7 .wrap .item .cont_wrap {
        height: 100%;
        width: 100%;
        top: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .prod_8 .wrap {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
        max-height: unset;
    }

        .prod_8 .wrap .item:first-child {
            grid-row-start: unset;
            grid-row-end: unset;
        }

        .prod_8 .wrap .item:not(:first-child) {
            max-height: 200px;
            background: #F5F5F5;
            align-items: center;
            overflow: hidden;
        }

            .prod_8 .wrap .item:not(:first-child) .cont_wrap {
                padding: 30px;
            }

    .products_list .item .prod_id {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .prod_9 .mySwiper2 .swiper-slide .cont {
        font-size: 16px;
    }

    .prod_9 .mySwiper2 .swiper-slide .cont_wrap {
        padding: 60px 60px 50px;
    }

    .prod_8 .wrap .item .excerpt {
        -webkit-line-clamp: 3;
    }

    .tax-danh-muc-san-pham header#masthead {
        box-shadow: unset;
    }

    .sticky_policy {
        top: 64px;
    }

    .prod_2 .sec_des {
        margin-bottom: 20px;
    }

    .prod_2 .sec_des,
    .prod_2 .sec_video {
        width: 100%;
        padding: 0 !important;
    }

    li.pd_cat_mobile_menu > a {
        position: relative;
    }

    /*li.pd_cat_mobile_menu > a:before {*/
    /*    position: absolute;*/
    /*    content: url("../../images/arrowdown.png");*/
    /*    right: 10px;*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*    filter: brightness(0) invert(1);*/
    /*    transition: 0.3s ease-in-out;*/
    /*}*/

    /*li.pd_cat_mobile_menu.active > a:before {*/
    /*    transform: translateY(-50%) rotate(-90deg);*/
    /*}*/

    li.pd_cat_mobile_menu > .sub-menu > li,
    li.pd_cat_mobile_menu > .sub-menu > li > a {
        position: relative;
    }

    li.pd_cat_mobile_menu ul.sub-menu {
        margin-left: 20px !important;
    }

    li.pd_cat_mobile_menu > .sub-menu > li span {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        /*transition: 0.3s ease-in-out;*/
        padding: 0 0 0 10px !important;
        margin: 0;
    }

    li.pd_cat_mobile_menu > .sub-menu > li.active > a:before {
        transform: translateY(-50%) rotate(-90deg);
    }

    #menu_mobile {
        display: block;
        position: fixed;
        height: 100vh;
        width: 50vw;
        right: 0;
        top: 0;
        z-index: 10000;
        background: var(--primary-color);
        transform: translateX(50vw);
        transition: 0.5s ease-in-out;
        overflow: auto;
        opacity: .95;
        padding: 60px 0 50px 40px;
    }

        #menu_mobile.active {
            transform: translateX(0);
        }

        #menu_mobile ul {
            list-style: none;
            margin: 0;
            flex-direction: column;
        }

        #menu_mobile .inner {
            overflow: auto;
            height: 100%;
            margin-right: 0;
            padding-right: 40px;
        }

        #menu_mobile ul li a {
            font-weight: 500;
            color: #FFF;
            padding: 15px 0;
            display: block;
            border-bottom: 1px solid #FFF;
            font-size: 16px;
        }

    #mobile_menu.mobile_nav li.pd_cat_mobile_menu ul {
        margin-left: 30px;
    }

    .about_4:after,
    #menu_mobile .last_menu_item {
        display: none;
    }

    .goals_list .item .cont {
        padding: 0 50px;
    }

        .goals_list .item .cont:before {
            width: 50px;
        }

    .goals_list .item:nth-child(odd) .cont:after {
        right: 50px;
    }

    .goals_list .item:nth-child(even) .cont:after {
        left: 50px;
    }

    .about_7 .item_wrap .item .sub_title br {
        display: none;
    }

    .about_7 .item_wrap .item img {
        height: 100%;
        object-fit: cover;
    }

    /* .home_6 .grid-40 .item:not(:last-child) { */

    /* margin-bottom: 10px !important; */
    /* } */
    .home_6 .grid-40 .item {
        max-height: 78px;
    }

    .home_6 .grid-40 .item_cont .news_title {
        font-size: 13px;
        line-height: 15px;
    }

    .site.grid-container.container.hfeed {
        margin-top: 60px;
    }

    section.single_support .title_gr h4 {
        font-size: 15px;
    }

    section.single_support .title_gr {
        padding: 15px;
    }

        section.single_support .title_gr .count {
            margin-right: 15px;
            padding-right: 15px;
        }

    section.single_support .sp .content {
        font-size: 14px;
        line-height: 20px;
        padding: 16px;
    }

    .text_sec_3 {
        padding: 20px 40px;
    }

        .text_sec_3 .title {
            margin-bottom: 0;
            font-size: 32px;
            line-height: 40px;
        }

        .text_sec_3 .cont {
            max-height: 150px;
            overflow: auto;
        }

    .about_4 .history_wrap .item {
        width: calc(50% - 10px);
        margin-bottom: 100px;
    }

    .about_4 .history_wrap .item_cont .content,
    .about_4 .history_wrap .item_cont .title {
        padding: 12px 20px
    }

    .about_4 .history_wrap .item:nth-child(2) {
        margin-top: 100px;
    }

    .text_sec_3 .cont p:not(:last-child) {
        margin-bottom: 12px;
    }

    .about_2 .sec_cont {
        font-size: 14px;
    }

    .section_heading > .sec_title {
        font-size: 32px;
    }

    .about_2 .sec_sub_title {
        font-size: 16px;
        line-height: 20px;
    }

    .text_sec_3 .sub_title p {
        font-size: 20px;
        line-height: 24px;
    }

    .policy_1 .mobile-grid-100 {
        width: 100%;
    }

    .policy_1 .section_heading br {
        display: none;
    }

    .policy_1 .section_heading .sec_title,
    .policy_1 .section_heading {
        margin-bottom: 15px;
    }

        .policy_1 .section_heading .sec_title:before {
            bottom: -8px;
        }

        .policy_1 .section_heading .sec_title {
            display: flex;
            flex-wrap: wrap;
        }

        .policy_1 .section_heading > .sec_title p {
            width: max-content;
            margin-right: 10px;
        }

    .policy_3 .filter_wrap #submit {
        width: 32%;
        font-size: 16px;
    }

    .policy_3 .filter_wrap select {
        width: 68%;
        font-size: 16px;
    }

    .policy_3 .list_wrap table th:last-child,
    .policy_3 .list_wrap table td:last-child,
    .policy_3 .list_wrap table td:first-child,
    .policy_3 .list_wrap table th:first-child {
        padding-left: 20px;
    }

    .policy_3 .list_wrap table td:first-child,
    .policy_3 .list_wrap table th:first-child {
        width: 35%;
    }

    .policy_3 .list_wrap table td {
        font-size: 14px;
    }

    .policy_2 .policy_wrap .item .cont_wrap {
        bottom: -170px;
    }

    .policy_3 .list_wrap table th {
        font-size: 16px;
    }

    .policy_2 .policy_wrap .item .title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 25px;
    }

        .policy_2 .policy_wrap .item .title:before {
            bottom: -12px;
        }

    .policy_2 .policy_wrap .item .cont {
        font-size: 12px;
    }

    .policy_2 .policy_wrap .item:hover .cont_wrap {
        bottom: unset;
        top: 15px;
    }

    .policy_2 .policy_wrap .item .cont {
        max-height: 150px;
        overflow: auto;
    }

    .load_more, .view_more_supports, .view_more_question, .view_more_products2, .load_more_search, .view_more_products {
        width: 30%;
    }

    section.support .support_wrap .support_title {
        padding: 12px 40px 12px 20px;
    }

    section.support .support_wrap svg {
        width: 25px;
    }

    section.support .support_wrap .support_title h4 {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .aside_tax .link_1 .item .cont_wrap {
        padding: 10px 20px;
        height: 40%;
    }

        .aside_tax .link_1 .item .cont_wrap h4 {
            font-size: 17px;
            margin-bottom: 0;
        }

    .grid-container {
        max-width: 720px;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
    }

    .home_featured_prod_wrap {
        grid-gap: 20px;
    }

        .home_featured_prod_wrap .item .item_cont {
            padding: 8px 12px;
        }

        .home_featured_prod_wrap .item span {
            font-size: 15px;
        }

    .home_3_cont {
        padding: 30px;
        width: 100%;
        text-align: center;
    }

        .home_3_cont > a {
            padding: 8px 30px;
        }

    .home_4_cont {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .home_5 .home_count {
        flex-wrap: wrap;
        margin-top: 70px;
    }

        .home_5 .home_count .item {
            width: calc(50% - 30px);
            margin-bottom: 60px;
        }

    .home_5 .box_slider {
        margin-top: 0;
    }

    section.sub_primary_menu {
        display: none;
    }

    section.contact .img {
        margin-top: -70px;
    }

    section.contact .contact_info .title {
        font-size: 15px;
    }

    section.contact .grid-55 {
        max-width: 550px;
        padding: 40px;
    }

        section.contact .grid-55 .form_title {
            font-size: 30px;
        }

    .list_recruit table, .list_recruit table thead, .list_recruit table tbody, .list_recruit table th, .list_recruit table td, .list_recruit table tr {
        display: block;
    }

    .list_recruit thead {
        display: none !important;
    }

    .list_recruit td {
        padding: 20px !important;
        display: block;
        position: relative;
        padding-left: 40% !important;
        text-align: center;
    }

        .list_recruit td:not(:last-child) {
            border-bottom: 1px solid var(--primary-color) !important;
        }

    .list_recruit tr {
        margin-bottom: 30px;
        height: auto;
        border: 2px solid var(--primary-color);
        background: #fff !important;
    }

    .list_recruit table {
        border: none !important;
    }

    .list_recruit td:before {
        content: attr(data-title);
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 600;
    }

    .recruit {
        padding: 0;
    }

    .breadcrumbs li {
        flex: 0 0 auto;
    }

    .breadcrumbs {
        margin-bottom: 14px !important;
    }

        .breadcrumbs ul {
            overflow-x: auto;
            padding-bottom: 10px;
        }

    .project_wrap .item .proj_name {
        font-size: 17px;
    }

    .project_wrap {
        padding: 0 0 40px;
    }

    .footer_2_wrap .top .item {
        width: calc(33.333333% - 10px);
        margin-bottom: 15px;
        padding: 0 5px;
        text-align: left;
    }

    .footer_2_wrap .top {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        .footer_2_wrap .top span.item_title {
            padding: 0;
            min-height: unset;
            width: max-content;
            margin: 0 0 15px 0;
            font-size: 13px;
        }

    .site-footer .top span.item_title:before {
        bottom: -8px;
    }

    .footer_2_wrap .top .item:nth-child(1) {
        order: 1;
    }

    .footer_2_wrap .top .item:nth-child(3) {
        order: 3
    }

    .footer_2_wrap .top .item:nth-child(4) {
        order: 2;
    }

    .footer_2_wrap .top .item:nth-child(2) {
        order: 4;
    }

    .footer_2_wrap .top .item:nth-child(5) {
        order: 5;
    }

    .aside_tax .tax_wrap .item {
        height: auto;
    }

    .mobile_btn_gr {
        position: fixed;
        z-index: 10001;
        right: 20px;
        top: 10px;
        display: flex;
        align-items: center;
    }

        .mobile_btn_gr .search_open {
            display: flex;
            align-items: center;
        }

            .mobile_btn_gr .search_open path {
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
                -ms-transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
            }

            .mobile_btn_gr .search_open.white {
                opacity: 0;
            }

    .lang_mobile.active {
        opacity: 0;
    }

    .mobile_btn_gr .search_open.white path {
        stroke: #FFF
    }

    .hamburger {
        display: block;
        margin-left: 20px;
    }

    .site-logo {
        width: auto;
        border: none;
    }

        .site-logo img {
            width: 150px;
            height: 40px;
        }

    header#masthead {
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    }

    .tax_container .tax_name {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
    }

    .tax_container .item svg {
        display: none;
    }

    .tax_container .item .tax_name_wrap {
        padding: 8px;
    }

    .prod_4 .section_heading {
        padding: 0;
    }

        .prod_4 .section_heading .sec_title {
            margin-bottom: 20px;
        }

            .prod_4 .section_heading .sec_title:before {
                bottom: -10px;
            }

    .prod_4 .section_heading {
        margin-bottom: 15px;
    }

    .product_detail_2 .content h1, .product_detail_2 .content strong {
        font-size: 30px;
    }

    .about_1 .banner_cont {
        height: 65%;
        top: 20%;
    }

        .about_1 .banner_cont .cont_wrap {
            width: 320px;
        }

    .fancybox-container {
        z-index: 99999999;
    }

    #tienichForm .grid-container {
        padding: 25px 20px;
    }

    .footer_2_wrap .bottom .item {
        width: 50%;
    }

    .footer_2_wrap .bottom {
        flex-wrap: wrap;
    }

        .footer_2_wrap .bottom .item:last-child {
            width: 100%;
        }

    .footer_2_wrap ul.social_list {
        justify-content: center;
    }

        .footer_2_wrap ul.social_list li {
            margin: 0 10px;
        }

    .footer_2_wrap .bottom .item:nth-child(3) .item_title {
        margin: 15px auto 30px;
        text-align: center;
    }

        .footer_2_wrap .bottom .item:nth-child(3) .item_title:before {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .development_swiper .cont {
        max-height: 240px;
        overflow: auto;
    }

    .about_5 .box_swiper .text_wrap {
        padding: 32px 20px 32px;
    }

    .lang_mobile {
        margin-right: 10px;
    }

        .lang_mobile .inside_lang a {
            display: flex;
            align-items: center;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 16px;
            color: #333333
        }

        .lang_mobile .inside_lang img {
            margin-right: 5px;
            width: 25px;
        }

    .sticky_policy ul {
        justify-content: flex-start;
    }

    div#primary-menu ul li {
        padding: 0 !important;
        border: none !important;
    }
}

@media only screen and (max-width: 767px) {
    /*hthanhsg edit mobile*/
    .gtranslate_wrapper {
        /*display:none;*/
    }

    #tienichForm_subcriber .grid-container {
        padding: 1rem;
        position: relative;
        z-index: 1;
    }

    #tienichForm_subcriber .popup_title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;
        color: #fff;
        position: relative;
        margin-bottom: 18px;
    }
    /*hthanhsg edit mobile end*/
    section.bottom_content .section_heading {
        padding: 0 !important;
    }

    #tienichForm_subcriber .form_group > .wpcf7-form-control-wrap > * {
        opacity: 1;
        max-width: 78%;
    }

    #tienichForm_subcriber input[type='submit'] {
        padding: 10px 15px;
    }

    .single_proj_2 .grid-container {
        padding: 0 20px;
    }

    .site-logo img {
        width: 120px;
    }

    .prod_12 .cont {
        position: relative;
        padding: 20px 10px;
    }

        .prod_12 .cont .title {
            font-size: 22px;
        }

    .home_featured_prod_wrap .item svg {
        display: none;
    }

    .single_proj_1 .wrap .item .item_cont {
        -webkit-line-clamp: unset;
        font-size: 16px;
    }

    .single_proj_1 .wrap .item .item_title {
        font-size: 14px;
    }

    #apply_form .nav_bottom input[type="submit"] {
        width: max-content;
        margin-top: 15px;
    }

    .footer_2_wrap ul.social_list li {
        margin: 0 4px;
    }

    .about_6 .des_sec_6 img {
        max-width: 120px;
    }

    .goals_list img {
        max-width: 100px;
    }

    .goals_list p {
        font-size: 18px;
    }

    .goals_list h5 {
        font-size: 70px;
        line-height: 70px;
    }

    #custom_content h1 {
        font-size: 24px;
    }

    #custom_content h2 {
        font-size: 22px;
    }

    #custom_content h3 {
        font-size: 20px;
    }

    #custom_content h4 {
        font-size: 18px;
    }

    #custom_content h5 {
        font-size: 16px;
    }

    .wpcf7-not-valid-tip {
        font-size: 12px;
    }

    .wpcf7 form.invalid .wpcf7-response-output {
        margin-top: 0;
    }

    .footer_2_wrap .top {
        justify-content: center;
    }

        .footer_2_wrap .top .item:nth-child(5) {
            order: 5;
            text-align: center;
        }

            .footer_2_wrap .top .item:nth-child(5) span.item_title {
                margin: 0 auto 15px auto;
            }

                .footer_2_wrap .top .item:nth-child(5) span.item_title:before {
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

        .footer_2_wrap .top span.item_title {
            width: auto !important;
        }

    .footer_2_wrap .fast_link ul li a {
        font-size: 13px;
    }

    .home_6 .news_wrap {
        flex-direction: column;
    }

    input#searchsubmit {
        display: none;
    }

    form#searchform {
        padding: 0;
    }

    input#s {
        margin-right: 0;
        color: rgba(255, 255, 255, 0.9);
        padding: 15px 30px;
    }

    .inner_popup {
        width: calc(100% - 20px);
        padding: 50px 10px 30px;
    }

        .inner_popup .cont_wrap {
            padding: 20px 15px;
            margin: 0;
            width: 100%;
        }

        .inner_popup .popup_title {
            font-size: 24px;
            line-height: 30px;
        }

        .inner_popup .popup_content {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

    .close_popup {
        right: 4px;
        top: 4px;
        width: 30px;
        height: 30px;
    }

    #tienichForm:after {
        display: none;
    }

    #tienichForm .grid-container {
        display: flex;
        flex-direction: column;
    }

        #tienichForm .grid-container .grid-50:first-child {
            order: 2;
        }

        #tienichForm .grid-container .grid-50:last-child {
            order: 1;
        }

    #tienichForm img {
        margin-top: 15px;
    }

    .projects_2 .project_wrap > div {
        width: 100%;
    }

    .about_2 {
        padding: 0 0 30px;
    }

    .breadcrumbs {
        margin: 12px 0 12px !important;
    }

    .product_detail_2 .content h1, .product_detail_2 .content strong {
        font-size: inherit;
        line-height: 30px;
    }

    .product_detail_1 .prod_id {
        margin-bottom: 25px;
    }

        .product_detail_1 .prod_id:before {
            bottom: -12px;
        }

    #for_tab_cn .item.active .wrap {
        flex-wrap: wrap;
    }

    .prod_6 .swiper.slider_cn {
        padding: 0px 44px;
        margin-bottom: 50px;
    }

    .prod_6 .swiper.slider_cn,
    .prod_6 .wrap .wrap_content.for_cn {
        width: 100%;
    }

        .prod_6 .wrap .wrap_content.for_cn:before {
            left: 0;
        }

    .prod_6 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
    }

    .tax_container {
        grid-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }

        .tax_container .tax_name {
            font-size: 15px;
            font-weight: 600;
            line-height: 30px;
        }

    .section_heading > .sec_cont * {
        font-size: 16px;
        line-height: 20px
    }

    .tax_container .item .tax_name_wrap {
        padding: 4px 8px
    }

    .prod_2 .section_heading .sec_title {
        font-size: 24px;
        line-height: 35px;
    }

    .prod_2 .sec_des, .prod_2 .sec_video {
        margin-top: 0;
    }

    .prod_11 .cont_wrap,
    .prod_11 .video_wrap {
        width: 100%;
    }

    .prod_swiper_2 .wrap {
        flex-wrap: wrap;
        margin: 0 10px;
    }

    .prod_11 .cont_wrap {
        padding: 20px 0;
        border: 2px solid var(--primary-color);
    }

    .prod_11 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        justify-content: center;
        bottom: 15px;
    }

    .prod_11 .cont_wrap:before {
        display: none;
    }

    .prod_9 .mySwiper2 .swiper-slide .cont {
        font-size: 14px;
        line-height: 20px;
    }

    .prod_8 .wrap .item:first-child .cont_wrap {
        width: 70%;
    }

    .prod_8 .wrap .item .excerpt {
        font-size: 13px;
        line-height: 16px;
    }

    .prod_8 .wrap .item:not(:first-child) .date {
        font-size: 12px;
        margin-top: 0;
    }

    .prod_8 .wrap .item:not(:first-child) .excerpt {
        margin-top: 0;
    }

    .prod_8 .wrap .item:not(:first-child) .cont_wrap {
        padding: 13px;
    }

    .prod_8 .wrap .item:not(:first-child) .img_wrap {
        height: 100%;
    }

    .news_heading .news_link {
        margin: 0 auto;
    }

    .news_heading {
        flex-wrap: wrap;
        margin-bottom: 20px;
        text-align: center;
    }

        .news_heading .section_heading .sec_title {
            margin-bottom: 0;
        }

    .news_link a {
        font-size: 14px;
        padding: 5px 25px;
    }

    .news_heading .section_heading {
        width: 100%;
        margin-bottom: 10px;
    }

    .prod_1 .cont {
        left: 0;
        width: max-content;
        transform: unset;
        top: 50%;
        padding: 10px 15px
    }

        .prod_1 .cont .title {
            font-size: 24px;
        }

        .prod_1 .cont .content {
            font-size: 15px;
        }

    .prod_2 .sec_des .sec_cont {
        font-size: 14px;
    }

    .prod_2 .sec_video iframe {
        height: 200px;
    }

    .prod_2 .sec_des .sec_cont p:last-child {
        margin-bottom: 0;
    }

    .prod_2 .sec_des .sec_link a {
        font-size: 13px;
    }

    .prod_4 {
        padding: 30px 0;
    }

        .prod_4 .prod_filter .inp_wrap {
            width: 100%;
        }

    ul#prod_filter li {
        font-size: 15px;
        margin: 0 15px 10px;
    }

    .prod_4 .prod_filter form {
        margin-bottom: 20px;
    }

    .prod_4 #prod_filter {
        overflow: scroll;
        max-width: 100%;
        justify-content: flex-start;
    }

        .prod_4 #prod_filter > * {
            flex: 0 0 auto;
        }

    .products_list {
        grid-template-columns: 1fr 1fr;
    }

        .products_list .item {
            margin: 0 auto;
        }

    .load_more, .view_more_supports, .view_more_question, .view_more_products2, .load_more_search, .view_more_products {
        width: auto !important;
    }

    .prod_5 ul {
        overflow: unset;
        max-height: unset;
    }

    section.prod_5 .grid-50:first-child {
        margin-bottom: 20px;
    }

    .prod_7 .wrap .item h4 {
        font-size: 16px;
        line-height: 22px;
        width: max-content;
    }

    .prod_7 .wrap .item a {
        font-size: 12px;
        padding: 5px 20px;
    }

    .home_5 .box_slider .slider-slide .cont {
        bottom: unset;
        left: unset;
        position: relative;
        transform: unset;
        right: unset;
        padding: 20px;
    }

    .home_5 button.slick-arrow,
    .home_5 .custom-swiper-btn {
        top: 25%;
    }

    .home_5 .box_slider .slider-slide img {
        max-height: 250px;
    }

    .home_5 .box_slider .slider-slide {
        max-height: unset;
    }

        .home_5 .box_slider .slider-slide .img_wrap {
            position: relative;
        }

            .home_5 .box_slider .slider-slide .img_wrap:before {
                position: absolute;
                content: '';
                height: 100%;
                width: 100%;
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
                top: 0;
                left: 0;
            }

    .home_5 .box_swiper .swiper-slide-active .img_wrap:before {
        display: none;
    }

    .home_5 .box_swiper .swiper-slide:before {
        display: none;
    }

    .home_5 .box_swiper .swiper {
        padding: 0;
    }

    .contact_fix_btn svg {
        width: 50px;
    }

    #menu_mobile {
        width: 100vw;
        transform: translateX(100vw);
    }

        #menu_mobile .last_menu_item {
            display: block;
        }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 5px;
    }

    .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }

    .custom-swiper-btn svg {
        width: 15px;
    }

    .home_1 .banner_cont {
        padding: 10px 20px;
        max-width: 40%;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }

        .home_1 .banner_cont:before {
            opacity: 0.7;
        }

        .home_1 .banner_cont h1 {
            font-size: 16px;
            line-height: 20px;
        }

    .home_2 {
        padding: 20px 0 30px;
    }

    .home_featured_prod_wrap {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }

        .home_featured_prod_wrap .item .item_cont {
            padding: 8px 4px;
            display: block;
        }

        .home_featured_prod_wrap .item span {
            font-size: 14px;
            max-width: 90%;
            width: max-content;
            font-weight: 600;
            letter-spacing: -0.5px;
        }

    .home_5 .home_count .item {
        width: calc(50% - 10px);
        padding: 40px 0px 24px 0px;
        margin-bottom: 45px;
    }

        .home_5 .home_count .item .icon {
            width: 70px;
            height: 70px;
            top: -35px;
        }

            .home_5 .home_count .item .icon img {
                width: 30px;
            }

    .home_6 .grid-60 {
        margin-bottom: 20px;
    }
    /* .home_6 .grid-40 .item{ */
    /* margin-bottom: 20px !important; */
    /* } */
    .home_6 .grid-40 .item > div {
        width: calc(50% - 10px);
    }

    .view_more_btn a {
        margin-top: 15px;
    }

    .bottom_content .link a, .bottom_content .link span,
    .view_more_btn a,
    .home_4_cont > a:last-child {
        padding: 5px 20px;
        font-size: 14px;
    }

    .home_6 .box_swiper {
        padding: 10px 20px;
    }

    .condition_policy {
        grid-column-gap: 8px;
    }

        .condition_policy .item .cont {
            padding-left: 6px;
        }

    .sticky_policy {
        top: 60px;
    }

    .policy_3 .agency_list {
        padding: 30px 20px;
        padding-bottom: 0;
    }

    .sticky_policy ul li {
        margin: 0 8px;
    }

        .sticky_policy ul li a {
            font-size: 13px;
        }

    .sticky_policy ul {
        justify-content: flex-start;
    }

    .policy_2 .policy_wrap .item:hover .cont_wrap,
    .policy_2 .policy_wrap .item .cont_wrap {
        top: 80%;
        height: auto;
        overflow: auto;
    }

    .policy_2 .policy_wrap .item:hover .cont_wrap {
        top: 20%;
        height: auto;
        overflow: auto;
    }

    .policy_2 .policy_wrap .item .title {
        margin-bottom: 8px;
    }

    .bottom_content {
        padding: 35px 0;
    }

        .bottom_content:before,
        .bottom_content:after,
        .policy_2 .policy_wrap .item .title:before {
            display: none;
        }

    .policy_3 {
        padding: 30px 0 0;
    }

    .policy_2 .policy_wrap .item .cont {
        line-height: 20px;
        max-height: 170px;
        overflow: auto;
        display: inherit;
    }
    /*hthanhsg edit*/
    .home_1 .banner_cont p {
        font-size: 16px;
        line-height: 20px;
    }

    .policy_2 .policy_wrap .item:before, .policy_2 .policy_wrap .item:after {
        height: 22% !important;
        background-color: #7b7b7b7d;
    }

    .policy_2 .policy_wrap .item:hover:before, .policy_2 .policy_wrap .item:hover:after {
        height: 100% !important;
        background-color: #7b7b7b7d;
    }

    .policy_2 .policy_wrap {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }

    table thead {
        display: none;
    }

    .policy_3 .list_wrap table td {
        display: block !important;
        width: 100% !important;
        padding-left: 40% !important;
        position: relative;
    }

        .policy_3 .list_wrap table td:not(:last-child) {
            border-bottom: 1px solid var(--primary-color);
        }

    .policy_3 .list_wrap table tr {
        margin-bottom: 20px;
        border: 2px solid var(--primary-color);
        background: #FFF !important;
        display: block;
        height: auto !important;
    }

    .policy_3 .list_wrap table td:before {
        position: absolute;
        content: attr(data-title);
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .policy_3 .list_wrap table tr:last-child {
        border: none !important;
    }

        .policy_3 .list_wrap table tr:last-child td {
            padding: 0 10px !important;
        }

    .policy_3 .list_wrap table td.empty {
        font-size: 16px !important;
    }

    .section_heading > .sec_title {
        font-size: 25px;
        line-height: 35px;
    }

    .prod_5 .section_heading > .sec_title {
        width: auto;
    }

    .prod_5 .grid-50:last-child {
        margin-top: 20px;
    }

    ul.nav_tab_cn li {
        padding: 7px 30px;
        font-size: 14px;
        line-height: 18px;
    }

    .home_3_cont {
        padding: 12px 8px 8px;
    }

        .home_3_cont > h2 {
            font-size: 20px;
            margin-bottom: 7px;
            line-height: 22px;
        }

        .home_3_cont > p {
            margin-bottom: 12px;
            font-size: 13px;
            line-height: 17px;
        }

        .home_3_cont > a {
            padding: 5px 20px;
            font-size: 14px;
        }

    .home_3 .img_wrap,
    .home_3 .img_wrap img,
    .home_3 {
        min-height: 180px;
    }

    .home_4_cont {
        width: 100%;
        height: 100%;
        transform: unset;
        top: 0;
        left: 0;
        padding: 25px 35px;
        text-align: center;
    }

    .home_4 {
        padding: 0 0 20px;
    }

    .home_4_cont h3 {
        font-size: 20px;
    }

    .section_heading > .sec_title br {
        display: none;
    }

    .policy_3 .filter_wrap #submit {
        width: 100%;
        padding: 8px 30px;
        justify-content: center;
    }

    .policy_3 .filter_wrap select {
        width: 100%;
    }

    .policy_3 .filter_wrap {
        flex-wrap: wrap;
    }

    .aside_tax .link_1 .item .cont_wrap {
        padding: 20px;
        height: 25%;
    }

        .aside_tax .link_1 .item .cont_wrap h4 {
            font-size: 22px;
            margin-bottom: 8px;
        }

    section.news .cat_name .name {
        font-size: 16px;
        padding: 8px;
    }

    section.news .news_item .des, section.news_tax .news_item .des {
        -webkit-line-clamp: 3;
        margin-bottom: 10px;
    }

    section.news_tax .grid-container, section.news .all_news_wrap {
        display: block;
    }

    .aside_tax .tax_wrap .item,
    .project_gallery .swiper-slide {
        height: auto;
    }

    .project_gallery {
        margin: 15px 0 0;
        height: 100%;
    }

    .single_proj_1 .box_swiper {
        height: 250px;
    }

    section.footer_1 {
        padding: 20px 0 220px;
    }

    .footer_1_wrap .item {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    section.footer_1 ul {
        justify-content: center;
    }

    .footer_1_wrap img {
        margin: 0 auto;
    }

    .footer_1_wrap {
        flex-wrap: wrap;
    }

        .footer_1_wrap span.item_title:before {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .site-footer .bottom span.item_title:before {
        bottom: -8px;
    }

    .footer_2_wrap .bottom .item {
        width: calc(50% - 10px);
        padding: 0 5px;
        text-align: left;
        margin-bottom: 15px;
    }

    .copyright {
        font-size: 14px;
        padding: 15px 0;
    }

    .footer_2_wrap .bottom .item:nth-child(3) {
        width: 100%;
    }

    .site-footer span.item_title {
        margin-bottom: 15px;
    }

    .footer_2_wrap .bottom {
        flex-wrap: wrap;
    }

    .footer_2_wrap .top .item {
        width: calc(50% - 10px);
    }

    section.footer_2 .grid-container {
        padding: 20px 10px;
    }

    .single_proj_1 .wrap .item {
        margin-right: 15px;
    }

    .related_proj .project_wrap .item:last-child {
        grid-column-start: unset;
        grid-column-end: unset;
        width: 100%;
        margin: 0 auto;
    }

    .project_wrap {
        grid-template-columns: 1fr;
    }

    .post_detail .more_post .item {
        width: 100%;
    }

    .post_detail .excerpt {
        font-size: 15px;
    }

    .mota.wrap_content iframe {
        max-height: 210px;
    }

    .post_detail .wrap_content ul li, .post_detail .wrap_content p, #custom_content p, #custom_content li {
        line-height: 25px;
    }

    #ez-toc-container {
        padding: 20px;
    }

    .post_detail .nav {
        padding: 8px 0;
        margin-bottom: 15px;
    }

    .post_detail .title_news {
        font-size: 22px;
        line-height: 30px;
    }

    #apply_form .cus_form .file {
        font-size: 10px;
    }

    #apply_form .btn-submit {
        position: relative;
    }

        #apply_form .btn-submit svg {
            display: none;
        }

    #apply_form .nav_bottom .wpcf7-spinner {
        position: absolute;
        top: 50%;
        right: -30px;
    }

    #apply_form .cus_form .box_form > * {
        margin-bottom: 5px;
    }

    #apply_form .cus_form label, .file {
        margin-bottom: 0;
    }

    #apply_form .cus_form {
        padding: 30px 20px 0;
    }

    #apply_form .nav_bottom {
        flex-direction: column;
    }

    #apply_form .cus_form input, #apply_form .cus_form textarea {
        padding: 5px 10px;
        height: 35px;
        font-size: 13px;
        width: 100%;
    }

    #apply_form .cus_form textarea {
        height: 80px;
    }

    .page-template-recruit .fancybox-content {
        margin-top: -40px;
    }

    .rec_popup li {
        font-size: 14px;
        line-height: 18px;
    }

    .rec_popup .item_head {
        font-size: 16px;
        margin-bottom: 0;
    }

    .list_recruit td {
        font-size: 13px;
    }

        .list_recruit td:before {
            font-size: 13px;
        }

    .grid-container {
        max-width: 100%;
    }

    section.map iframe {
        height: 200px;
    }

    section.contact .grid-55 .form_title {
        font-size: 20px;
        line-height: 24px;
    }

    section.contact .grid-55 .form_des {
        font-size: 14px;
        line-height: 20px;
    }

    section.contact .contact_info, section.contact .img {
        width: 100%;
    }

    section.contact .img {
        margin-top: 20px;
    }

    section.contact .grid-55 {
        padding: 10px 20px
    }

    .rec_popup .job_description {
        padding: 15px 20px;
    }

    .rec_popup .title, #apply_form .title {
        font-size: 18px;
        padding: 8px 0;
    }

    section.support .support_wrap .support_title h4 {
        -webkit-line-clamp: 2;
        line-height: 20px;
        font-size: 12px;
        width: max-content;
        margin-right: 0;
    }

    section.support .support_wrap .support_title {
        padding: 10px 40px 10px 10px;
    }

    section.support .support_wrap svg {
        width: 20px;
        bottom: 0;
        right: 8px;
    }

    .aside_tax {
        margin-top: 20px;
    }

        .aside_tax .link_1 .item:hover .cont_wrap {
            height: 25%;
        }

    .about_2 .wrap {
        display: block;
        margin-top: 0;
    }

        .about_2 .wrap .grid-40:last-child {
            margin-top: 20px;
        }

    .about_3 .grid-container .grid-50 {
        padding: 0 10px !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .about_3 .grid-container .title {
        font-size: 28px;
        line-height: 30px;
        margin: 12px 0
    }

    .about_3 .grid-container img {
        margin: 0 auto;
    }

    .about_3 {
        padding-top: 30px;
    }

        .about_3 .grid-container .cont p {
            font-size: 14px;
        }

    .about_7 .item_wrap .item:nth-child(odd):before, .about_7 .item_wrap .item:nth-child(even):before,
    .goals_list .item > .empty,
    .about_4:after {
        display: none;
    }

    .about_4 .history_wrap .item {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    .about_4 .view_more_history {
        margin-top: 30px;
    }

    .section_heading {
        padding: 0 10px !important
    }

    .goals_list .item > .cont {
        width: 100%;
        padding: 0 40px;
    }

    .goals_list .item {
        margin: 0 0 30px 0 !important;
    }

    .goals_list:after,
    .goals_list:before {
        left: 0;
    }

    .goals_list .item .cont:before {
        left: 0 !important;
        right: unset !important;
        width: 30px;
    }

    .goals_list .item .cont:after {
        left: 30px !important;
        right: unset !important;
    }

    .about_7 .item_wrap .item {
        flex-direction: column !important;
    }

        .about_7 .item_wrap .item > div {
            width: 100%;
        }

        .about_7 .item_wrap .item .cont_wrap {
            padding: 20px !important
        }

        .about_7 .item_wrap .item .scrollable {
            max-height: unset;
            display: block;
        }

    .about_1 .banner_cont {
        padding: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .about_1 .banner_cont .cmt {
            display: none;
        }

        .about_1 .banner_cont .cont_wrap {
            width: 100%;
            padding: 20px 40% 20px 20px;
            box-sizing: border-box;
        }

        .about_1 .banner_cont h3 {
            font-size: 20px;
        }

        .about_1 .banner_cont p {
            line-height: 17px;
            font-size: 13px;
        }

    .text_sec_3 .title {
        font-size: 24px;
        line-height: 35px;
    }

    .text_sec_3 .sub_title p {
        font-size: 16px;
        line-height: 20px;
    }

    .about_3 .content_sec_3 {
        position: relative;
    }

    .text_sec_3 {
        padding: 20px;
        text-align: center;
    }

        .text_sec_3 .cont p {
            font-size: 13px;
            line-height: 17px;
        }

    .development_swiper span.swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .products_list .item .img_wrap img {
        object-fit: contain;
    }

    .prod_8 .wrap .item:first-child .cont_wrap {
        padding: 15px 15px 0;
    }

    .prod_8 .wrap .item:first-child .title {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        color: #FFFFFF;
    }

    #custom_content table {
        width: 100%;
        overflow: scroll;
        display: block;
    }

    .post_detail .wrap_content.chitiet .wpcf7-spinner, .page .wrap_content.chitiet .wpcf7-spinner {
        display: none;
    }

    .post_detail .wrap_content.chitiet .wpcf7 input[type="url"], .post_detail .wrap_content.chitiet .wpcf7 input[type="email"], .post_detail .wrap_content.chitiet .wpcf7 input[type="tel"], .page .wrap_content.chitiet .wpcf7 input[type="url"], .page .wrap_content.chitiet .wpcf7 input[type="email"], .page .wrap_content.chitiet .wpcf7 input[type="tel"] {
        direction: ltr;
        width: 100%;
    }

    .post_detail .wrap_content.chitiet input[type="button"], .post_detail .wrap_content.chitiet input[type="reset"], .post_detail .wrap_content.chitiet input[type="submit"], .page .wrap_content.chitiet input[type="button"], .page .wrap_content.chitiet input[type="reset"], .page .wrap_content.chitiet input[type="submit"] {
        color: #e31a36;
        background-color: #f7f8f9;
        width: 100%;
        margin-top: 5px;
        font-weight: bold;
    }

    .title_news_home {
        line-height: 19px !important;
    }

    .item_news_home {
        margin-bottom: 30px !important;
    }

    .a_pdf .pdf {
        opacity: 1;
        transform: translateY(0px);
        width: 60px;
        height: 60px;
        left: calc(50% - 30px);
        top: calc(50% - 30px);
    }
}
