input:focus {
    box-shadow: none;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}

ul,
li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

p {
    margin-top: 0;
}

.clear-fix {
    clear: both;
}

img {
    max-width: 100%;
}


/* Font-Family */

@font-face {
    font-family: 'Sarabun';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Sarabun-Regular.woff2') format('woff2'), url('/fonts/Sarabun-Regular.woff') format('woff'), url('/fonts/Sarabun-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'font-custom-vuland';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/SVN-Gilroy.woff') format('woff'), url('/fonts/SVN-Gilroy.ttf') format('truetype');
}

@font-face {
    font-family: 'font-custom-vuland';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/SVN-Gilroy-Bold.woff') format('woff'), url('/fonts/SVN-Gilroy-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'font-custom-vuland';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/SVN-GilroyMedium.woff') format('woff'), url('/fonts/SVN-GilroyMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'font-custom-title';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/SVN-Agency-FB.woff') format('woff'), url('/fonts/SVN-Agency-FB.ttf') format('truetype');
}

body {
    margin: 0;
    font-family: 'font-custom-vuland';
    /* font-weight: 500; */
    font-size: 16px;
    color: #2E4650;
}

.main-page {
    min-height: 700px;
}


/* Cusstom */

@media (min-width:1700px) {
    .menu-homepage .container,
    .topbar-homepage .container {
        max-width: 1800px;
    }
}

@media (min-width:1400px) and (max-width:1599px) {
    .menu-homepage .container,
    .topbar-homepage .container {
        max-width: 1350px;
    }

    .container {
        max-width: 1350px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .menu-homepage .container,
    .topbar-homepage .container {
        max-width: 1180px;
    }
}

.ct-linear {
    background: linear-gradient(89.98deg, #3a6f5f 1.25%, #53A07A 99.27%);
    border-radius: 5px;
    height: 45px;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .ct-linear:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: rgba(58, 111, 95, .8);
        border-radius: 50%;
        z-index: -1;
        -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        top: 50%;
        left: 50%;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    .ct-linear:hover:before {
        -webkit-transform: translate(-50%, -50%) scale(8);
        -ms-transform: translate(-50%, -50%) scale(8);
        transform: translate(-50%, -50%) scale(8);
    }

figure.image {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    background: #f1f1f1;
    margin-bottom: 10px;
}

    figure.image img {
        width: 100%;
    }

figcaption {
    text-align: justify;
    font-size: 15px;
    line-height: 18px;
    padding: 10px;
}

.ct-editor-web p {
    color: #2E4650;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    font-family: 'Sarabun';
}

.ct-editor-web ul li {
    position: relative;
    font-size: 16px;
    padding-left: 16px;
}

    .ct-editor-web ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #3E716D;
    }

.ct-editor-web a {
    text-decoration: underline;
    color: #3E716D;
    word-break: break-word;
    transition: all .3s;
}

    .ct-editor-web a:hover {
        color: #d5a70b;
    }

.ct-editor-web h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 10px;
}

.ct-editor-web h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.ct-editor-web h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.ct-editor-web h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.ct-editor-web h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

@media (max-width:991px) {
    .ct-editor-web h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .ct-editor-web h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .ct-editor-web h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .ct-editor-web h4 {
        line-height: 30px;
        font-size: 20px;
    }
}

@media (max-width:575px) {
    .ct-editor-web h2 {
        font-size: 26px;
        line-height: 38px;
    }

    .ct-editor-web h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .ct-editor-web h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .ct-editor-web h4,
    .ct-editor-web h5 {
        line-height: 30px;
        font-size: 20px;
    }
}

.ct-btn-linear {
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    font-family: 'font-custom-vuland';
    background: linear-gradient(89.98deg, #D8AF0A 1.25%, #CFA205 99.27%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .ct-btn-linear:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: #deb72e;
        border-radius: 50%;
        z-index: -1;
        transform: translate(-50%, -50%) scale(0);
        top: 50%;
        left: 50%;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    .ct-btn-linear:hover,
    .ct-btn-linear:focus {
        color: #fff;
    }

        .ct-btn-linear:hover:before {
            transform: translate(-50%, -50%) scale(7);
        }

.btn-view-more-list a {
    display: inline-flex;
    align-items: center;
}

    .btn-view-more-list a .txt {
        color: #2E4650;
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
        transition: all .3s;
    }

    .btn-view-more-list a .icon {
        margin-left: 10px;
        position: relative;
        top: 1px;
        transform: translateX(0);
        transition: all .3s;
    }

    .btn-view-more-list a:hover .txt {
        color: #d0a305;
    }

    .btn-view-more-list a:hover .icon {
        transform: translateX(5px);
    }

        .btn-view-more-list a:hover .icon svg path {
            fill: #d0a305;
        }

    .btn-view-more-list a .icon svg path {
        transition: all .3s;
    }


/* Navigation Slide */

.ct-nav-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    cursor: pointer;
    padding-top: 6px;
}

.btn-prev-slide-products {
    left: 0;
}

.btn-prev-slide-products {
    padding-right: 2px;
}

.btn-next-slide-products {
    right: 0;
}

.btn-next-slide-products {
    padding-left: 2px;
}

.ct-nav-slide:hover {
    background: #cfa205;
}

    .ct-nav-slide:hover svg path {
        fill: #fff;
    }

.ct-nav-slide .img-icon svg path {
    transition: all .3s;
}

.ct-nav-slide .img-icon svg {
    width: 19px;
    height: 36px;
    transition: all .5s;
    transform: scale(1);
}

.ct-nav-slide:hover .img-icon svg {
    transform: scale(.6);
}


/* ---------------------------------------------------------------------------------- */


/* Menu + header 2 */

.layout-topbar-homepage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.item-contact-topbar .ct-contact {
    color: #8FA4A1;
    font-size: 14px;
}

    .item-contact-topbar .ct-contact a {
        display: inline-block;
        transition: all .3s;
    }

.lst-item-contact-topbar {
    flex: 1;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.lst-mxh-topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: 2px;
}

.item-contact-topbar {
    margin-right: 30px;
}

    .item-contact-topbar:last-child {
        margin-right: 0;
    }

.item-mxh-topbar {
    margin-right: 20px;
}

    .item-mxh-topbar:last-child {
        margin-right: 0;
    }

    .item-mxh-topbar a svg path {
        transition: all .3s;
    }

    .item-mxh-topbar a:hover svg path {
        fill: #fff;
    }

.topbar-homepage {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-top: 0;
    transition: all .4s;
}

.item-contact-topbar .ct-contact a:hover {
    color: #fff;
}

.menu-banner-hompage {
    position: relative;
    height: 114px;
}

.box-menu-lv2 {
    position: absolute;
    top: 90px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 5px;
    width: 180px;
    padding: 15px;
    transition: all .3s;
    box-shadow: 0 0 18px rgba(0, 0, 0, .06);
}

.item-menu-homepage:hover .box-menu-lv2 {
    opacity: 1;
    visibility: visible;
    top: 72px;
}

.box-menu-lv2:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 30px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
}

.item-menu-lv2 + .item-menu-lv2 {
    margin-top: 5px;
    border-top: 1px dashed #ccc;
    padding-top: 5px;
}

.item-menu-lv2 a {
    color: #414B5B;
    font-size: 15px;
    display: inline-block;
    text-shadow: 0 0 .1px transparent;
}

    .item-menu-lv2 a:hover {
        color: #53A07A;
    }

.item-menu-homepage {
    position: relative;
}

.layout-menu-homepage {
    display: flex;
    align-items: center;
}

.menu-homepage {
    background: linear-gradient(70.63deg, #085650 8.98%, #3D7773 80.41%);
    height: 90px;
    display: flex;
    align-items: center;
    /* position: fixed; */
    width: 100%;
    z-index: 9;
    top: 0;
    padding: 10px 0;
    transition: all .4s;
}

.wp-menu-homepage {
    height: 135px;
    background: linear-gradient(70.63deg, #085650 8.98%, #3D7773 80.41%);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    transition: all .4s;
}

.bg-menu-hompeage {
    height: 135px;
    background: linear-gradient(70.63deg, #085650 8.98%, #3D7773 80.41%);
}

.scroll .menu-homepage {
    height: 73px;
}

.wp-menu-homepage.scroll {
    height: 73px;
}

    .wp-menu-homepage.scroll .topbar-homepage {
        margin-top: -45px;
    }

.logo-menu-homepage a {
    display: flex;
    width: 100%;
    height: 100%;
}

.logo-menu-homepage {
    width: 178px;
    margin-bottom: 0;
    transition: all .4s;
}

.bg-menu-homepage {
    width: 100%;
    display: block;
    height: 123px;
    background: linear-gradient( 90deg, #59C9E2 1.75%, #0099CC 98.57%);
    position: relative;
}

.item-menu-homepage + .item-menu-homepage {
    margin-left: 10px;
}

.txt-menu-homepage {
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 6px 16px;
    position: relative;
    font-family: 'font-custom-vuland';
    background: transparent;
    transition: all .3s;
    border-radius: 2px;
}

    .txt-menu-homepage:hover {
        background: rgba(255, 255, 255, 0.15);
    }

.item-menu-homepage.active .txt-menu-homepage {
    background: rgba(255, 255, 255, 0.15);
}

.txt-menu-homepage .icon {
    margin-left: 9px;
    display: inline-block;
}

    .txt-menu-homepage .icon svg {
        transform: rotate(0);
        transition: all .3s;
    }

.txt-menu-homepage .txt {
    flex: 1;
}

.item-menu-homepage svg path {
    transition: all .4s;
}


/* 
.item-menu-homepage:before {
    content: '';
    position: absolute;
    bottom: 22px;
    height: 16px;
    width: 100%;
    background: #36765C;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: -1;
} */

.item-menu-homepage.active:before {
    opacity: 1;
    visibility: visible;
}

.item-menu-homepage:hover:before {
    opacity: 1;
    visibility: visible;
}

.txt-menu-homepage .txt {
    color: #fff;
}

.item-menu-homepage:hover .txt-menu-homepage .icon svg path {
    fill: #fff;
}

.item-menu-homepage.active .txt-menu-homepage:before {
    opacity: 1;
    visibility: visible;
}

.block-menu-homepage-pc {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.img-search,
.img-close-search {
    cursor: pointer;
    width: 20px;
    position: relative;
}

.nav-search-flag-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-search {
    position: relative;
}

.img-close-search {
    width: 17px;
    position: absolute;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    top: 2px;
}

.img-search {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    top: 1px;
}

.icon-search-page.open-search .img-search {
    opacity: 0;
    visibility: hidden;
}

.icon-search-page.open-search .img-close-search {
    opacity: 1;
    visibility: visible;
}

.icon-search-page.open-search .form-search-home {
    opacity: 1;
    visibility: visible;
}

.icon-search-from {
    cursor: pointer;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 42px;
    text-align: center;
    background: #529e79;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-search-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 35px;
    top: 4px;
}

.form-search-home {
    position: absolute;
    top: 56px;
    right: -67px;
    z-index: 1;
    width: 350px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .09);
}

    .form-search-home:before {
        content: '';
        position: absolute;
        top: -5px;
        width: 10px;
        height: 10px;
        background: #fff;
        right: 73px;
        transform: rotate(45deg);
    }

    .form-search-home input {
        width: 100%;
        background: #fff;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        padding-right: 50px;
        outline: none;
        border: none;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        display: block;
        z-index: 1;
        color: #2E4650;
    }

.icon-search-page input::-webkit-input-placeholder {
    color: #2E4650;
}

.icon-search-page input::-moz-placeholder {
    color: #2E4650;
}

.icon-search-page input:-ms-input-placeholder {
    color: #2E4650;
}

.icon-search-page input::-ms-input-placeholder {
    color: #2E4650;
}

.icon-search-page input::placeholder {
    color: #2E4650;
}

.item-language {
    display: block;
    margin-right: 5px;
    opacity: 0.4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 24px;
    opacity: .4;
}

.language-website {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 1px;
}

.item-language:last-child {
    margin-right: 0;
}

.item-language:hover {
    opacity: 1;
}

.item-language.active {
    opacity: 1;
}

.icon-search-from:hover {
    background: #3a6f5f;
}

.wp-menu-homepage.scroll .form-search-home {
    top: 45px;
}

.nav-menu {
    display: none;
}

@media (min-width:1200px) and (max-width:1599px) {
    .form-search-home {
        top: 51px;
    }

    .menu-homepage {
        height: 80px;
    }

    .wp-menu-homepage,
    .bg-menu-hompeage {
        height: 125px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    /* .menu-homepage .container,
    .topbar-homepage .container {
        max-width: 100%;
        padding: 0 30px;
    } */
    .menu-homepage {
        height: 65px;
    }

    .wp-menu-homepage {
        height: 65px;
    }

    .wp-menu-homepage,
    .bg-menu-hompeage {
        height: 110px;
    }

    .txt-menu-homepage {
        font-size: 16px;
        padding: 4px 12px;
    }

    .item-menu-homepage:hover .box-menu-lv2 {
        top: 65px;
    }

    .form-search-home {
        top: 41px;
    }

    .scroll .menu-homepage {
        height: 65px;
    }

    .wp-menu-homepage.scroll .form-search-home {
        top: 41px;
    }

    .item-menu-homepage:before {
        bottom: 18px;
    }

    .wp-menu-homepage.scroll {
        height: 65px;
    }
}

@media (max-width:991px) {
    .logo-menu-homepage {
        width: 120px;
    }

    .icon-search-page {
        top: 4px;
        margin-right: 25px;
    }

    .menu-homepage {
        height: 55px;
    }

    .wp-menu-homepage,
    .bg-menu-hompeage {
        height: 100px;
    }

        .wp-menu-homepage.scroll {
            height: 55px;
        }

    .scroll .menu-homepage {
        height: 55px;
    }

    .block-menu-homepage-pc {
        display: none;
    }

    .nav-menu {
        display: block;
        margin-left: auto;
    }

    .nav-search-flag-menu {
        margin-left: auto;
        margin-top: -3px;
    }

    .form-search-home {
        top: 38px;
    }

    .wp-menu-homepage.scroll .form-search-home {
        top: 38px;
    }
    /* CSS NÚT MENU */
    .toggle-bar-menu {
        margin-left: 20px;
        position: relative;
        display: block;
        top: 1px;
    }

    .menu-line {
        position: relative;
        margin: 0 auto;
        height: 19px;
        width: 28px;
    }

        .menu-line .lines {
            cursor: pointer;
            position: absolute;
            z-index: 2;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            margin-bottom: 0;
        }

        .menu-line .line {
            position: absolute;
            height: 2px;
            width: 100%;
            background-color: #fff;
            margin-left: 0 !important;
            transform: rotate(0);
            transition: all .4s;
            transform-origin: center;
        }

        .menu-line .diagonal.part-1 {
            position: relative;
            float: left;
        }

        .menu-line .horizontal {
            position: relative;
            float: right;
            margin-top: 6px;
            width: 50%;
        }

        .menu-line .diagonal.part-2 {
            position: relative;
            float: left;
            margin-top: 6px;
        }

        .menu-line.rotate .line.horizontal {
            opacity: 0;
        }

        .menu-line.rotate .part-1 {
            transform: rotate(45deg);
            top: 10px;
        }

        .menu-line.rotate .part-2 {
            transform: rotate(-45deg);
            bottom: 6px;
        }
    /* MMenu */
    #mm-blocker {
        background: rgba(3, 2, 1, 0.8);
        z-index: 3;
    }

    .mm-listview li a {
        color: #2E4650;
        font-size: 17px;
        padding: 15px 10px 8px 20px;
    }

    .mm-hasnavbar-bottom-1 .mm-panels {
        background: #fff;
    }

    .mm-navbars-top,
    .mm-navbar {
        background: #fff;
    }

    .mm-menu .mm-navbar a,
    .mm-menu .mm-navbar > * {
        color: #2E4650;
        font-size: 17px;
        top: 0;
    }

    .mm-clear:after,
    .mm-close:after,
    .mm-clear:after,
    .mm-clear:before,
    .mm-close:after,
    .mm-close:before {
        display: none;
    }

    .mm-close.mm-btn {
        background-image: url(./img-fix/icon-close.png);
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        width: 14px;
        position: absolute;
        top: 3px;
        right: 13px !important;
    }

    .mm-navbars-bottom {
        display: none;
    }

    .mm-menu {
        background: #fff;
    }
}

@media (max-width:575px) {
    .lst-mxh-topbar {
        flex: none;
        top: 0;
        justify-content: flex-start;
    }

    .item-contact-topbar {
        margin-right: 14px;
    }

    .layout-topbar-homepage {
        padding: 5px 0;
        display: block;
    }

    .lst-item-contact-topbar {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .wp-menu-homepage.scroll .topbar-homepage {
        margin-top: -61px;
    }

    .wp-menu-homepage,
    .bg-menu-hompeage {
        height: 116px;
    }

    .icon-search-page {
        margin-right: 18px;
    }

    .form-search-home {
        position: fixed;
        top: 55px;
        width: 100%;
        left: 0;
    }

    .wp-menu-homepage.scroll .form-search-home {
        top: 55px;
    }

    .form-search-home input {
        height: 40px;
    }

    .form-search-home:before {
        display: none;
    }
}

@media (max-width:325px) {
    .icon-search-page {
        margin-right: 15px;
    }

    .toggle-bar-menu {
        margin-left: 10px;
    }
}


/* End Menu + header 1 */


/* Banner */

.item-slide-home-page {
    position: relative;
    width: 100%;
    cursor: pointer;
    height: 805px;
}

    .item-slide-home-page:before {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        left: -1px;
        right: -1px;
        background-color: rgba(0, 0, 0, 0.41);
        -webkit-transition: opacity .6s, -webkit-transform .3s;
        transition: opacity .6s, -webkit-transform .3s;
        -o-transition: transform .3s, opacity .6s;
        transition: transform .3s, opacity .6s;
        transition: transform .3s, opacity .6s, -webkit-transform .3s;
        pointer-events: none;
        content: '';
        z-index: 1;
    }

.wp-slide-banner:hover .item-slide-home-page:before {
    opacity: 0;
}

.item-slide-home-page img {
    transform: scale(1);
    opacity: 1;
    transition: opacity 1s;
}

.item-slide-home-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-active .item-slide-home-page img {
    transition: opacity 1s, transform 20s ease-out, -webkit-transform 20s ease-out;
    transform: scale(1.2);
}

.content-item-slide-homepage .container {
    max-width: 1170px;
}

.banner-layer {
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    width: 800px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-box-content .content-news-title {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 49px;
    font-family: 'font-custom-vuland';
    font-weight: 700;
    margin-bottom: 10px;
}

.text-box-content p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

.btn-view-detai-banner {
    padding-top: 25px;
    text-align: center;
}

    .btn-view-detai-banner a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 3px;
        background: transparent;
        border: 2px solid #fff;
        padding: 7px 20px;
        font-size: 16px;
        color: #fff;
        transition: all .3s;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        z-index: 1;
        overflow: hidden;
        min-width: 150px;
    }

        .btn-view-detai-banner a:hover {
            background: #cfa206;
        }

        .btn-view-detai-banner a:before {
            position: absolute;
            top: 0;
            z-index: 2;
            display: block;
            content: "";
            width: 40%;
            height: 100%;
            background: linear-gradient( to right, rgba(255, 255, 255, 0) 20%, rgb(255 255 255 / 60%) 100%);
            -webkit-transform: skewX( -25deg);
            -ms-transform: skewX(-25deg);
            transform: skewX( -25deg);
            animation: shine-btn 3s infinite;
        }

        .btn-view-detai-banner a:hover:before {
            display: none;
        }

@-webkit-keyframes shine-btn {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

@keyframes shine-btn {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.wp-slide-banner .btn-prev-slide-products {
    left: 0;
}

.wp-slide-banner .btn-next-slide-products {
    right: 0;
}

.wp-slide-banner .ct-nav-slide svg path {
    fill: #2E4650;
}

.wp-slide-banner .ct-nav-slide {
    background: #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: -2px 5px 35px rgb(0 0 0 / 6%);
}

    .wp-slide-banner .ct-nav-slide svg {
        transform: scale(.6);
    }

.wp-slide-banner:hover .ct-nav-slide {
    opacity: 1;
    visibility: visible;
}

.wp-slide-banner:hover .btn-prev-slide-products {
    left: 20px;
}

.wp-slide-banner:hover .btn-next-slide-products {
    right: 20px;
}

.wp-slide-banner .ct-nav-slide:hover {
    background: #CFA205;
}

    .wp-slide-banner .ct-nav-slide:hover svg path {
        fill: #fff;
    }

.ct-bg-page {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 50% 50%;
}

.item-slide-home-page {
    width: 100%;
    cursor: pointer;
}


/* .item-slide-home-page:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(23.5deg, rgba(27, 53, 46, 0.9) 15.9%, rgba(27, 53, 46, 0) 63.82%);
} */

.content-item-slide-banner {
    position: absolute;
    z-index: 1;
    bottom: 70px;
    width: 650px;
}

@media (min-width:1600px) {
    .container {
        max-width: 1470px;
    }
}

@media (min-width:1700px) {
    .menu-homepage .container,
    .topbar-homepage .container {
        max-width: 1650px;
    }
}

@media (min-width:992px) and (max-width:1599px) {
    .item-slide-home-page {
        height: 600px;
    }
}

@media (max-width:1200px) {
    .wp-slide-banner .ct-nav-slide {
        width: 40px;
        height: 40px;
    }

        .wp-slide-banner .ct-nav-slide svg {
            transform: scale(.5);
        }
}

@media (min-width:576px) and (max-width:991px) {
    .item-slide-home-page {
        height: 500px;
    }

    .text-box-content .content-news-title {
        font-size: 35px;
        line-height: 44px;
    }

    .banner-layer {
        width: 80%;
    }
}

@media (max-width:575px) {
    .wp-slide-banner .ct-nav-slide {
        display: none;
    }

    .item-slide-home-page:before {
        display: none;
    }

    .item-slide-home-page {
        height: 370px;
    }

    .text-box-content .content-news-title {
        font-size: 30px;
        line-height: 38px;
    }

    .banner-layer {
        width: 80%;
    }
}

@media (max-width:325px) {
    .text-box-content .content-news-title {
        font-size: 26px;
        line-height: 33px;
    }

    .banner-layer {
        width: 85%;
    }
}

.wp-slide-banner {
    position: relative;
}

.ct-pagination {
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    width: 100%;
    /* margin-top: 25px; */
    z-index: 1;
}

    .ct-pagination span {
        display: block;
        width: 10px;
        height: 10px;
        margin-bottom: 10px;
        background: #E1E1E1;
        border-radius: 100px;
        opacity: 1;
        transition: all .3s;
    }

        .ct-pagination span + span {
            margin-left: 8px;
        }

        .ct-pagination span.swiper-pagination-bullet-active {
            background: #54A17A;
            width: 29px;
        }

.wp-slide-banner .ct-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
}

    .wp-slide-banner .ct-pagination span {
        background: #fff;
        opacity: .5;
    }

        .wp-slide-banner .ct-pagination span.swiper-pagination-bullet-active {
            opacity: 1;
        }

@media (min-width:1400px) and (max-width:1599px) {
    /* .item-slide-home-page {
        height: 550px;
    } */
}

@media (min-width:1200px) and (max-width:1399px) {
    /* .item-slide-home-page {
        height: 550px;
    } */
}

@media (min-width:992px) and (max-width:1199px) {
    /* .item-slide-home-page {
        height: 500px;
    } */
}

@media (min-width:768px) and (max-width:991px) {
    /* .item-slide-home-page {
        height: 500px;
    } */
}

@media (min-width:576px) and (max-width:767px) {
    /* .item-slide-home-page {
        height: 500px;
    } */
}

@media (max-width:575px) {
    .ct-pagination span {
        width: 8px;
        height: 8px;
        margin-bottom: 8px;
    }

        .ct-pagination span.swiper-pagination-bullet-active {
            width: 20px;
        }

    .wp-slide-banner .ct-pagination {
        bottom: 10px;
    }
    /* .item-slide-home-page {
        height: 450px;
    } */
}


/* End Banner */


/* Thống kê */

.block-show-info-project {
    border-bottom: 1px solid #D7DDDD;
    margin-bottom: 80px;
}

.lst-show-info-project {
    display: flex;
}

.item-info-project {
    text-align: center;
    width: 25%;
    margin-right: 0%;
    border-right: 1px solid #D7DDDD;
    padding: 15px 10px;
}

    .item-info-project:last-child {
        margin-right: 0;
        border: none;
    }

    .item-info-project .number {
        background: linear-gradient(251.85deg, #CCA10C 37.66%, #E8B506 90.99%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 600;
        font-size: 50px;
        line-height: 52px;
        margin-bottom: 5px;
    }

    .item-info-project .txt {
        color: #2E4650;
        font-weight: 500;
        font-size: 18px;
        line-height: 19px;
    }

@media (min-width:1200px) and (max-width:1599px) {
    .item-info-project .number {
        font-size: 40px;
        line-height: 45px;
    }

    .item-info-project .txt {
        font-size: 16px;
    }

    .block-show-info-project {
        margin-bottom: 50px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .item-info-project .number {
        font-size: 35px;
        line-height: 40px;
    }

    .item-info-project .txt {
        font-size: 16px;
    }

    .item-info-project {
        padding: 10px;
    }

    .block-show-info-project {
        margin-bottom: 50px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .item-info-project .number {
        font-size: 34px;
        line-height: 40px;
    }

    .item-info-project .txt {
        font-size: 15px;
    }

    .item-info-project {
        padding: 10px;
    }

    .block-show-info-project {
        margin-bottom: 50px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .lst-show-info-project {
        flex-wrap: wrap;
    }

    .item-info-project {
        width: 50%;
    }

        .item-info-project:nth-child(2n+2) {
            border-right: none;
        }

        .item-info-project .number {
            font-size: 40px;
            line-height: 40px;
        }

        .item-info-project .txt {
            font-size: 16px;
        }

    .block-show-info-project {
        margin-bottom: 40px;
    }
}

@media (max-width:575px) {
    .lst-show-info-project {
        flex-wrap: wrap;
    }

    .item-info-project {
        width: 50%;
        padding: 10px;
    }

        .item-info-project:nth-child(2n+2) {
            border-right: none;
        }

        .item-info-project .number {
            font-size: 30px;
            line-height: 36px;
        }

        .item-info-project .txt {
            font-size: 15px;
        }

    .block-show-info-project {
        margin-bottom: 40px;
    }
}


/* End Thống kê */


/* Dự án hot */

.slide-products-hot {
    position: relative;
}

.picture-products-hot {
    height: 390px;
    margin-bottom: 15px;
    position: relative;
    background: transparent;
    transition: all .3s;
}

    .picture-products-hot:before {
        content: '';
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 1px solid #fff;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.35s, transform 0.35s;
        transform: scale(0);
        z-index: 1;
    }

    .picture-products-hot:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.btn-view-detail {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.5);
    opacity: 0;
    min-width: 155px;
    transition: all .3s;
    transform-origin: 50% 50%;
}

.picture-products-hot:hover {
    background: #115c56;
}

.btn-view-detail a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 3px;
    background: #cfa305;
    border: 2px solid #fff;
    padding: 7px 20px;
    font-size: 16px;
    color: #fff;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.picture-products-hot:hover .btn-view-detail {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.btn-view-detail a:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #deb72e;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.btn-view-detail a:hover:before {
    transform: translate(-50%, -50%) scale(6);
}

.picture-products-hot img {
    transform: scale(1);
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.picture-products-hot:hover img {
    transform: scale(1.15);
    opacity: .5;
}

#next-slide-products-hot {
    right: -80px;
}

#prev-slide-products-hot {
    left: -80px;
}

.picture-products-hot > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
}

.content-products-hot .name {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
}

    .content-products-hot .name a {
        color: #2E4650;
        display: inline-block;
        transition: all .3s;
    }

        .content-products-hot .name a:hover {
            color: #cfa205;
        }

.content-products-hot .txt-map {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #979797;
}

.wp-products-hot {
    margin-bottom: 100px;
}

.texture-vuland {
    position: relative;
    top: -5px;
    overflow: hidden;
    width: 450px;
}

    .texture-vuland img {
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        transform: translateX(-100%);
        animation: scroll-right 10s linear infinite;
    }

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.slide-products-hot .ct-nav-slide {
    transform: translate(0);
    top: 195px;
}

.slide-products-hot .ct-pagination {
    display: none;
}

@media (min-width:1700px) {
    .block-slide-products-hot .container {
        max-width: 1650px;
    }
}

@media (min-width:1600px) and (max-width:1799px) {
    #next-slide-products-hot {
        right: -60px;
    }

    #prev-slide-products-hot {
        left: -60px;
    }
}

@media (min-width:1400px) and (max-width:1499px) {
    .slide-products-hot .ct-nav-slide {
        background: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    }

    .slide-products-hot .img-icon svg {
        transform: scale(.7);
    }

    .slide-products-hot #next-slide-products-hot {
        right: -25px;
    }

    .slide-products-hot #prev-slide-products-hot {
        left: -25px;
    }

    .slide-products-hot .ct-nav-slide:hover {
        background: #cba00c;
    }

        .slide-products-hot .ct-nav-slide:hover .img-icon svg {
            transform: scale(.7);
        }
}

@media (min-width:1400px) and (max-width:1599px) {
    .picture-products-hot {
        height: 320px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .picture-products-hot {
        height: 290px;
    }

    .content-products-hot .name {
        font-size: 18px;
        line-height: 24px;
    }

    .wp-products-hot {
        margin-bottom: 80px;
    }

    .texture-vuland {
        width: 295px;
    }

    .slide-products-hot .ct-nav-slide {
        top: 145px;
    }

    .picture-products-hot:before {
        top: 15px;
        right: 15px;
        left: 15px;
        bottom: 15px;
    }
}

@media (min-width:1200px) and (max-width:1299px) {
    .slide-products-hot .ct-nav-slide {
        background: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    }

    .slide-products-hot .img-icon svg {
        transform: scale(.7);
    }

    .slide-products-hot #next-slide-products-hot {
        right: -25px;
    }

    .slide-products-hot #prev-slide-products-hot {
        left: -25px;
    }

    .slide-products-hot .ct-nav-slide:hover {
        background: #cba00c;
    }

        .slide-products-hot .ct-nav-slide:hover .img-icon svg {
            transform: scale(.7);
        }
}

@media (min-width:992px) and (max-width:1199px) {
    .picture-products-hot:before {
        top: 20px;
        right: 20px;
        left: 20px;
        bottom: 20px;
    }

    .picture-products-hot {
        height: 325px;
    }

    .slide-products-hot .ct-nav-slide {
        top: 160px;
    }

    .texture-vuland {
        width: 275px;
    }

    .wp-products-hot {
        margin-bottom: 80px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .btn-view-detail a {
        font-size: 15px;
        padding: 6px 15px;
    }

    .btn-view-detail {
        min-width: 135px;
    }

    .picture-products-hot:before {
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px;
    }

    .picture-products-hot {
        height: 245px;
    }

    .slide-products-hot .ct-nav-slide {
        top: 120px;
    }

    .texture-vuland {
        width: 275px;
    }

    .wp-products-hot {
        margin-bottom: 80px;
    }

    .content-products-hot .name {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .content-products-hot .txt-map {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .btn-view-detail a {
        font-size: 15px;
        padding: 6px 15px;
    }

    .btn-view-detail {
        min-width: 135px;
    }

    .picture-products-hot:before {
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px;
    }

    .picture-products-hot {
        height: 275px;
    }

    .slide-products-hot .ct-nav-slide {
        top: 130px;
    }

    .texture-vuland {
        width: 255px;
    }

    .wp-products-hot {
        margin-bottom: 80px;
    }

    .content-products-hot .name {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .content-products-hot .txt-map {
        font-size: 14px;
        line-height: 18px;
    }

    .texture-vuland {
        display: none;
    }
}

@media (min-width:576px) and (max-width:1199px) {
    .slide-products-hot .ct-nav-slide {
        background: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    }

    .slide-products-hot .img-icon svg {
        transform: scale(.6);
    }

    .slide-products-hot .ct-nav-slide:hover .img-icon svg {
        transform: scale(.6);
    }

    .slide-products-hot .ct-nav-slide {
        width: 45px;
        height: 45px;
    }

    .slide-products-hot #next-slide-products-hot {
        right: -20px;
    }

    .slide-products-hot #prev-slide-products-hot {
        left: -20px;
    }

    .slide-products-hot .ct-nav-slide:hover {
        background: #cba00c;
    }
}

@media (max-width:575px) {
    .slide-products-hot .ct-pagination {
        display: flex;
        margin-top: 30px;
    }

    .slide-products-hot .ct-nav-slide {
        display: none;
    }

    .texture-vuland {
        display: none;
    }

    .wp-products-hot {
        margin-bottom: 40px;
    }

    .picture-products-hot {
        height: 410px;
    }

    .content-products-hot .name {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .content-products-hot .txt-map {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width:376px) {
    .picture-products-hot {
        height: 365px;
    }
}

@media (max-width:326px) {
    .picture-products-hot {
        height: 320px;
    }
}


/* End Dự án hot */


/* About us */

.texture-about {
    position: absolute;
    top: -35px;
    right: -91px;
}

.texture-line {
    position: absolute;
    bottom: -45px;
    right: -15px;
}

.layout-about-us {
    display: flex;
    align-items: flex-start;
}

.block-about-us--left {
    flex: 1;
    margin-right: 120px;
}

.block-about-us--right {
    width: 745px;
}

.title-home-page .title-small {
    color: #2E4650;
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'font-custom-vuland';
}

.layout-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title-small:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #CFA205;
}

.title-big {
    color: #2E4650;
    font-size: 40px;
    line-height: 49px;
    font-family: 'font-custom-vuland';
    font-weight: 700;
}

.layout-title {
    padding-bottom: 25px;
}

.btn-view--more-about {
    padding-top: 20px;
}

.picture-why-choose-us {
    width: 645px;
    height: 430px;
    background: #FFFFFF;
    box-shadow: 15px 25px 80px rgba(0, 0, 0, 0.17);
    border-radius: 2px;
    border: 25px solid #fff;
    box-sizing: content-box;
    position: relative;
    z-index: 2;
}

.video-about-us {
    position: relative;
}

.texture-video {
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: -1;
}

.layout-video-home {
    display: block;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    border: 16px solid #fff;
    width: 700px;
}

.img-video-home {
    border-radius: 2px;
    position: relative;
    height: 430px;
    overflow: hidden;
}

    .img-video-home img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 2px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.play-control-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 3;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
}

    .play-control-intro:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: radial-gradient(56.44% 96.33% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000000 100%);
        opacity: 0.3;
        border-radius: 2px;
        transition: all .5s;
    }

    .play-control-intro .ct-control {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        width: 65px;
        height: 65px;
    }

        .play-control-intro .ct-control .wp-btn {
            position: relative;
            width: 100%;
            height: 100%;
            line-height: 60px;
            text-align: center;
            padding-left: 7px;
        }

        .play-control-intro .ct-control .icon {
            display: inline-block;
            width: 23px;
        }

    .play-control-intro .circle-ani-small {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        z-index: 1;
        border-radius: 50%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .play-control-intro .circle-ani-large {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s;
        border-radius: 50%;
        opacity: 1;
        z-index: 2;
    }

    .play-control-intro:hover .circle-ani-small {
        transform: scale(1.3);
    }

    .play-control-intro:hover .circle-ani-large {
        transform: scale(3);
        opacity: 0;
    }

    .play-control-intro:hover:before {
        opacity: 0;
    }

.texture-square {
    position: absolute;
    bottom: -30px;
    left: -30px;
}

.wp-about-us {
    padding-bottom: 150px;
}

@media (min-width:1600px) and (max-width:1699px) {
    .texture-about {
        right: -80px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .title-big {
        font-size: 35px;
        line-height: 42px;
    }
}

@media (min-width:1400px) and (max-width:1599px) {
    .block-about-us--right {
        width: 640px;
    }

    .texture-about {
        width: 166px;
        right: -35px;
        top: -25px;
    }

    .layout-video-home {
        width: 600px;
        border-width: 12px;
    }

    .img-video-home {
        height: 400px;
    }

    .texture-video {
        width: 220px;
        bottom: -75px;
    }

    .block-about-us--left {
        margin-right: 80px;
    }

    .wp-about-us {
        padding-bottom: 100px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .block-about-us--right {
        width: 540px;
    }

    .texture-about {
        width: 166px;
        right: -42px;
        top: -25px;
    }

    .layout-video-home {
        width: 500px;
        border-width: 12px;
    }

    .img-video-home {
        height: 350px;
    }

    .texture-video {
        width: 220px;
        bottom: -75px;
    }

    .block-about-us--left {
        margin-right: 80px;
    }

    .wp-about-us {
        padding-bottom: 100px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .block-about-us--right {
        width: 480px;
    }

    .layout-video-home {
        width: 450px;
        border-width: 12px;
    }

    .img-video-home {
        height: 350px;
    }

    .texture-video {
        width: 166px;
        bottom: -63px;
    }

    .block-about-us--left {
        margin-right: 60px;
    }

    .title-big {
        font-size: 30px;
        line-height: 39px;
    }

    .texture-about {
        width: 122px;
        right: -24px;
        top: -25px;
    }

    .texture-line {
        right: -23px;
        bottom: -35px;
    }

    .wp-about-us {
        padding-bottom: 60px;
    }

    .title-home-page .title-small {
        margin-bottom: 10px;
    }

    .btn-view--more-about {
        padding-top: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .block-about-us--right {
        width: 600px;
        padding-bottom: 50px;
        margin: 0 auto;
    }

    .layout-video-home {
        width: 515px;
        border-width: 12px;
        margin: 0 auto;
    }

    .img-video-home {
        height: 320px;
    }

    .texture-video {
        width: 169px;
        bottom: -63px;
    }

    .block-about-us--left {
        margin-right: 0;
    }

    .title-big {
        font-size: 30px;
        line-height: 39px;
    }

    .texture-about {
        width: 166px;
        right: -43px;
        top: -24px;
    }

    .wp-about-us {
        padding-bottom: 60px;
    }

    .title-home-page .title-small {
        margin-bottom: 5px;
    }

    .btn-view--more-about {
        padding-top: 10px;
    }

    .layout-about-us {
        flex-direction: column-reverse;
    }

    .texture-square {
        left: 24px;
        bottom: -25px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .block-about-us--right {
        width: 100%;
        padding-bottom: 38px;
        margin: 0 auto;
    }

    .layout-video-home {
        width: 480px;
        border-width: 12px;
        margin: 0 auto;
    }

    .img-video-home {
        height: 300px;
    }

    .texture-video {
        width: 133px;
        bottom: -52px;
        right: -15px;
    }

    .block-about-us--left {
        margin-right: 0;
    }

    .title-big {
        font-size: 32px;
        line-height: 39px;
    }

    .texture-about {
        width: 110px;
        right: -32px;
        top: -22px;
    }

    .texture-line {
        width: 75px;
        right: -21px;
        bottom: -26px;
    }

    .wp-about-us {
        padding-bottom: 50px;
    }

    .title-home-page .title-small {
        margin-bottom: 10px;
    }

    .btn-view--more-about {
        padding-top: 10px;
    }

    .layout-about-us {
        flex-direction: column-reverse;
    }

    .texture-square {
        left: 2px;
        bottom: -25px;
    }
}

@media (max-width:575px) {
    .texture-about {
        display: none;
    }

    .texture-line {
        display: none;
    }

    .block-about-us--right {
        width: 100%;
        padding-bottom: 20px;
        margin: 0 auto;
    }

    .layout-video-home {
        width: 100%;
        border-width: 10px;
        margin: 0 auto;
    }

    .img-video-home {
        height: 260px;
    }

    .texture-video {
        display: none;
    }

    .block-about-us--left {
        margin-right: 0;
    }

    .title-big {
        font-size: 26px;
        line-height: 34px;
    }

    .wp-about-us {
        padding-bottom: 55px;
    }

    .title-home-page .title-small {
        font-size: 15px;
        margin-bottom: 0;
    }

    .btn-view--more-about {
        padding-top: 10px;
    }

    .layout-about-us {
        flex-direction: column-reverse;
    }

    .texture-square {
        display: none;
    }

    .layout-title {
        padding-bottom: 15px;
    }

    .play-control-intro .ct-control {
        width: 55px;
        height: 55px;
    }

        .play-control-intro .ct-control .wp-btn {
            line-height: 51px;
            padding-left: 3px;
        }

        .play-control-intro .ct-control .icon {
            width: 15px;
        }
}

@media (max-width:376px) {
    .layout-title {
        display: block;
    }

    .btn-view-more-list {
        text-align: right;
        padding-top: 10px;
    }
}


/* Popup Video */

.popup-page {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    outline: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 13;
    width: 100vw;
    height: 100vh;
}

    .popup-page.open-popup {
        opacity: 1;
        visibility: visible;
    }

.content-popup-page {
    width: 960px;
    margin: 0 auto;
    border-radius: 30px;
    -webkit-transform: translate(0, -65%);
    -ms-transform: translate(0, -65%);
    transform: translate(0, -65%);
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

.popup-page.open-popup .content-popup-page {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.bg-popup-page {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #171C29;
    opacity: 0.9;
    /* visibility: hidden; */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.popup-page .close-popup-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s;
}

    .popup-page .close-popup-icon svg {
        width: 15px;
    }

.close-popup-icon svg path {
    fill: rgba(255, 255, 255, 01);
}

.overflow-body {
    overflow: hidden;
}

.popup-page .close-popup-icon:hover {
    background: rgba(255, 255, 255, 0.2);
}

.main-popup-video {
    position: relative;
    padding-top: 56.25%;
}

    .main-popup-video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

.overflow-body {
    overflow: hidden;
}

@media (min-width:768px) and (max-width:1199px) {
    .content-popup-page {
        width: 800px;
    }
}

@media (max-width:575px) {
    .popup-page .close-popup-icon {
        width: 40px;
        height: 40px;
        right: 15px;
        top: 15px;
        background: #3b3f4b;
    }
}


/* Block Tin nổi bật */

.btn-view-new {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%) scale(.5);
    opacity: 0;
    background-color: #000;
    border: 2px solid #fff;
    margin: 0;
    padding: 7px 15px;
    text-transform: uppercase;
    display: block;
    transition: all .4s;
    border-radius: 3px;
}

    .btn-view-new:hover {
        background: #cfa205;
    }

.item-new-hot:before,
.item-new-hot:after {
    -webkit-transform: skew(45deg) translateX(-155%);
    transform: skew(45deg) translateX(-155%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #000;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    opacity: .9;
    z-index: 1;
}

.item-new-hot:after {
    -webkit-transform: skew(45deg) translateX(155%);
    transform: skew(45deg) translateX(155%);
}

.item-new-hot:hover:before {
    transform: skew(45deg) translateX(-55%);
}

.item-new-hot:hover:after {
    transform: skew(45deg) translateX(55%);
}

.item-new-hot:hover .btn-view-new {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.btn-view-new a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .3s;
}

.wp-new-hot {
    padding-bottom: 90px;
}

.item-new-hot {
    border-radius: 3px;
    padding: 25px 30px;
    height: 335px;
    position: relative;
    overflow: hidden;
}

.label-category {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    font-family: 'font-custom-vuland';
    color: #FFFFFF;
    opacity: 0.5;
}

.item-new-hot.ct-bg-color-1 {
    background: #3E716D;
}

.item-new-hot.ct-bg-color-2 {
    background: #CFA205;
}

.item-new-hot .label-category {
    margin-bottom: 5px;
}

.item-new-hot .name-new {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'font-custom-vuland';
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .item-new-hot .name-new a {
        display: block;
    }

    .item-new-hot .name-new:hover a {
        color: #fff;
    }

.content-item-new p {
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
}

.list-item-new {
    display: flex;
}

.layout-block-new-hot {
    display: flex;
}

.block-new-hot--left {
    width: 50%;
    height: auto;
}

.block-new-hot--right {
    width: 50%;
    margin-left: 30px;
    height: 100%;
}

.item-new {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

    .item-new a:after {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .item-new:hover > a:after {
        -webkit-animation: shine 1.5s;
        animation: shine 1.5s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.bg-item-new {
    height: 335px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    border-radius: 5px;
    transform: scale(1);
}

.main-item-new {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
}

    .main-item-new .name-new a {
        display: block;
        color: #E8ECF3;
    }

    .main-item-new .name-new {
        font-size: 20px;
        line-height: 25px;
        font-family: 'font-custom-vuland';
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.bg-item-new:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 42, 54, 0.1) 0%, #1E2834 100%);
}

.item-new:hover .bg-item-new {
    transform: scale(1.15);
}

.content-item-new {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-new:hover .main-item-new .name-new a {
    color: #cfa205;
}

.item-new:hover .main-item-new .name-new {
    color: #cfa205;
}

.item-new-hot.ct-bg-color-1 .name-new:hover {
    color: #cfa205;
}

    .item-new-hot.ct-bg-color-1 .name-new:hover a {
        color: #cfa205;
    }

.item-new-hot.ct-bg-color-2 .name-new:hover {
    color: #3e716d;
}

    .item-new-hot.ct-bg-color-2 .name-new:hover a {
        color: #3e716d;
    }

@media (min-width:1400px) and (max-width:1599px) {
    .block-new-hot--right {
        margin-left: 20px;
    }

    .bg-item-new {
        height: 316px;
    }

    .wp-new-hot {
        padding-bottom: 70px;
    }

    .item-new-hot .name-new {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .item-new-hot {
        height: 316px;
        padding: 20px;
    }

    .block-new-hot .col-lg-3 {
        padding: 0 10px;
    }

    .block-new-hot .row {
        margin: 0 -10px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .main-item-new .name-new {
        font-size: 18px;
        line-height: 24px;
    }

    .content-item-new {
        -webkit-line-clamp: 4;
    }

    .wp-new-hot {
        padding-bottom: 70px;
    }

    .item-new-hot .name-new {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .item-new-hot {
        height: 260px;
        padding: 20px;
    }

    .block-new-hot .col-lg-3 {
        padding: 0 10px;
    }

    .block-new-hot .row {
        margin: 0 -10px;
    }

    .bg-item-new {
        height: 260px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .main-item-new .name-new {
        font-size: 18px;
        line-height: 24px;
    }

    .content-item-new {
        -webkit-line-clamp: 3;
    }

    .wp-new-hot {
        padding-bottom: 70px;
    }

    .item-new-hot .name-new {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 14px;
    }

    .item-new-hot {
        height: 230px;
        padding: 15px;
    }

    .block-new-hot .col-lg-3 {
        padding: 0 10px;
    }

    .block-new-hot .row {
        margin: 0 -10px;
    }

    .bg-item-new {
        height: 230px;
    }

    .main-item-new {
        padding: 0 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-item-new .name-new {
        font-size: 18px;
        line-height: 25px;
    }

    .content-item-new {
        -webkit-line-clamp: 4;
    }

    .wp-new-hot {
        padding-bottom: 50px;
    }

    .item-new-hot .name-new {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .item-new-hot {
        height: 260px;
        padding: 20px;
    }

    .block-new-hot .col-lg-3 {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .block-new-hot .row {
        margin: 0 -10px;
    }

    .bg-item-new {
        height: 260px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .main-item-new .name-new {
        font-size: 18px;
        line-height: 25px;
    }

    .content-item-new {
        -webkit-line-clamp: 4;
    }

    .wp-new-hot {
        padding-bottom: 50px;
    }

    .item-new-hot .name-new {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .item-new-hot {
        height: 260px;
        padding: 15px;
    }

    .block-new-hot .col-lg-3 {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .block-new-hot .row {
        margin: 0 -10px;
    }

    .bg-item-new {
        height: 260px;
    }

    .label-category {
        font-size: 14px;
    }
}

@media (max-width:575px) {
    .main-item-new .name-new {
        font-size: 18px;
        line-height: 25px;
    }

    .content-item-new {
        -webkit-line-clamp: 4;
    }

    .wp-new-hot {
        padding-bottom: 30px;
    }

    .item-new-hot .name-new {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .item-new-hot {
        height: auto;
        padding: 20px;
    }

    .block-new-hot .col-lg-3 {
        margin-bottom: 15px;
    }

    .bg-item-new {
        height: 260px;
    }

    .label-category {
        font-size: 14px;
    }
}

@media (max-width:376px) {
    .bg-item-new {
        height: 230px;
    }
}


/* End Block Tin nổi bật */


/*Partner*/

.item-partner {
    position: relative;
    width: 15%;
    height: 118px;
    margin-right: 2%;
    margin-bottom: 29px;
}

    .item-partner a {
        display: block;
        background: #fff;
        border: 1px solid rgba(55, 44, 46, .12);
        height: 100%;
        position: relative;
        max-height: 100%;
        padding: 0 2px;
        padding-top: 2px;
    }

    .item-partner:nth-child(6n+6) {
        margin-right: 0;
    }

    .item-partner a img {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        width: auto;
        height: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .item-partner a:hover:before {
        width: 100%;
        height: 105%;
        background: #cca10c;
        right: -3px;
    }

    .item-partner a:before {
        content: "";
        height: 4px;
        right: -3px;
        top: -3px;
        width: 0;
        position: absolute;
        -webkit-transition: all .9s ease 0s;
        -o-transition: all .9s ease 0s;
        transition: all .9s ease 0s;
        z-index: -1;
    }

    .item-partner a:after {
        content: "";
        height: 4px;
        width: 0;
        position: absolute;
        -webkit-transition: all .9s ease 0s;
        -o-transition: all .9s ease 0s;
        transition: all .9s ease 0s;
        z-index: -1;
        left: -3px;
        bottom: -3px;
    }

    .item-partner a:hover:after {
        width: 100%;
        height: 105%;
        background: #cca10c;
    }

.list-item-partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wp-recruitment-home {
    padding-bottom: 80px;
}

@media (min-width:575px) and (max-width:1599px) {
    .wp-recruitment-home {
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    .item-partner {
        width: 18.4%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .item-partner:nth-child(6n+6) {
            margin-right: 2%;
        }

        .item-partner:nth-child(5n+5) {
            margin-right: 0;
        }
}

@media (min-width:768px) and (max-width:991px) {
    .item-partner {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .item-partner:nth-child(6n+6) {
            margin-right: 2%;
        }

        .item-partner:nth-child(4n+4) {
            margin-right: 0;
        }
}

@media (min-width: 576px) and (max-width: 767px) {
    .item-partner {
        width: 31.6%;
        margin-right: 2.5%;
        margin-bottom: 2.5%;
    }

        .item-partner:nth-child(6n+6) {
            margin-right: 2.5%;
        }

        .item-partner:nth-child(3n+3) {
            margin-right: 0;
        }
}

@media (max-width: 575px) {
    .item-partner {
        width: 48%;
        margin-right: 0;
        margin-bottom: 15px;
    }

        .item-partner:nth-child(2n+2) {
            margin-left: auto;
        }

    .wp-products {
        padding-bottom: 20px;
    }

    .wp-recruitment-home {
        padding-bottom: 30px;
    }
}


/*End Partner*/


/* Comment */

.bg-texture-homepage {
    position: absolute;
    bottom: 80px;
    z-index: -1;
    pointer-events: none;
}

.block-slide-comment {
    padding-bottom: 60px;
    position: relative;
}

.slide-comment .ct-pagination {
    display: none;
}

.item-slide-comment {
    background: #FFFFFF;
    box-shadow: 1px 2px 16px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 22px;
    margin: 25px 0;
}

.slide-comment {
    position: relative;
    margin: 0 -25px;
}

    .slide-comment .swiper-container {
        padding: 0 20px;
    }

.info-user-comment {
    padding: 15px 20px;
    background: #F3F3F3;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

    .info-user-comment .avatar {
        width: 80px;
        height: 80px;
        position: relative;
        border: 6px solid #fff;
        border-radius: 50%;
        box-sizing: content-box;
    }

        .info-user-comment .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 50%;
            position: relative;
            z-index: 1;
        }

    .info-user-comment .content {
        flex: 1;
        margin-left: 15px;
    }

        .info-user-comment .content .name {
            margin-bottom: 5px;
            font-weight: 700;
            font-size: 24px;
            line-height: 30px;
            color: #CCA10C;
        }

        .info-user-comment .content .txt-map {
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            color: #2E4650;
        }

    .info-user-comment .avatar:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: scale(1.35);
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
    }

.content-comment {
    padding: 15px;
}

    .content-comment p {
        color: #2E4650;
        opacity: 0.8;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
    }

.slide-comment .btn-prev-slide-products {
    left: -60px;
}

.slide-comment .btn-next-slide-products {
    right: -60px;
}

@media (min-width:1600px) and (max-width:1699px) {
    .slide-comment .btn-next-slide-products {
        right: -40px;
    }

    .slide-comment .btn-prev-slide-products {
        left: -40px;
    }
}

@media (min-width:1400px) and (max-width:1599px) {
    .info-user-comment .content .name {
        font-size: 20px;
    }

    .info-user-comment .avatar {
        width: 70px;
        height: 70px;
        border-width: 4px;
    }

    .block-slide-comment {
        padding-bottom: 40px;
    }
}

@media (min-width:1400px) and (max-width:1499px) {
    .slide-comment .ct-nav-slide {
        background: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    }

    .slide-comment .img-icon svg {
        transform: scale(.7);
    }

    .slide-comment .btn-next-slide-products {
        right: -3px;
    }

    .slide-comment .btn-prev-slide-products {
        left: -3px;
    }

    .slide-comment .ct-nav-slide:hover {
        background: #cba00c;
    }

        .slide-comment .ct-nav-slide:hover .img-icon svg {
            transform: scale(.7);
        }
}

@media (min-width:576px) and (max-width:1299px) {
    .slide-comment .ct-nav-slide {
        background: #fff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    }

    .slide-comment .img-icon svg {
        transform: scale(.6);
    }

    .slide-comment .btn-next-slide-products {
        right: -1px;
    }

    .slide-comment .btn-prev-slide-products {
        left: -1px;
    }

    .slide-comment .ct-nav-slide:hover {
        background: #cba00c;
    }

        .slide-comment .ct-nav-slide:hover .img-icon svg {
            transform: scale(.6);
        }

    .slide-comment .ct-nav-slide {
        width: 45px;
        height: 45px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .info-user-comment .content .name {
        font-size: 18px;
        line-height: 24px;
    }

    .info-user-comment .avatar {
        width: 70px;
        height: 70px;
        border-width: 4px;
    }

    .block-slide-comment {
        padding-bottom: 40px;
    }

    .info-user-comment .content .txt-map {
        font-size: 15px;
        line-height: 20px;
    }

    .info-user-comment {
        padding: 15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .info-user-comment {
        display: flex;
        align-items: flex-start;
        padding: 10px;
    }

        .info-user-comment .avatar {
            width: 50px;
            height: 50px;
            border-width: 5px;
        }

        .info-user-comment .content .name {
            font-size: 18px;
            line-height: 23px;
        }

        .info-user-comment .content .txt-map {
            font-size: 14px;
            line-height: 17px;
        }

        .info-user-comment .avatar:before {
            display: none;
        }

    .content-comment {
        padding: 15px 0;
    }

    .block-slide-comment {
        padding-bottom: 30px;
    }

    .content-comment p {
        font-size: 15px;
        line-height: 23px;
    }

    .slide-comment {
        margin-top: -20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .info-user-comment {
        display: flex;
        padding: 15px;
    }

        .info-user-comment .avatar {
            width: 70px;
            height: 70px;
            border-width: 6px;
        }

        .info-user-comment .content .name {
            font-size: 20px;
            line-height: 26px;
        }

        .info-user-comment .content .txt-map {
            font-size: 15px;
            line-height: 20px;
        }

        .info-user-comment .avatar:before {
            display: none;
        }

    .content-comment {
        padding: 15px 10px;
    }

    .block-slide-comment {
        padding-bottom: 30px;
    }

    .content-comment p {
        font-size: 15px;
        line-height: 23px;
    }

    .slide-comment {
        margin-top: -20px;
    }

    .item-slide-comment {
        padding: 15p;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .block-slide-comment {
        padding-bottom: 30px;
    }

    .slide-comment {
        margin-top: -20px;
    }
}

@media (max-width:575px) {
    .info-user-comment .content .name {
        font-size: 18px;
        line-height: 24px;
    }

    .info-user-comment .content .txt-map {
        font-size: 15px;
        line-height: 18px;
    }

    .info-user-comment .avatar {
        width: 60px;
        height: 60px;
        border-width: 4px;
    }

    .bg-texture-homepage {
        display: none;
    }

    .slide-comment .ct-nav-slide {
        display: none;
    }

    .slide-comment .ct-pagination {
        display: flex;
        margin-top: 5px;
    }

    .slide-comment .swiper-container {
        padding: 0 15px;
    }

    .slide-comment {
        margin: 0 -15px;
        margin-top: -20px;
    }

    .block-slide-comment {
        padding-bottom: 40px;
    }
}


/* End Comment */


/* Liên hệ */

.block-info-contact {
    margin-top: 10px;
    position: relative;
    height: 484px;
    border: 1px solid #DBDEE1;
    border-radius: 3px 3px 0px 0px;
    border-bottom: none;
    overflow: hidden;
}

.map-page {
    height: 100%;
}

    .map-page iframe {
        width: 100%;
        height: 100%;
    }

.form-fill-info-lh {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #FFFFFF;
    padding: 40px;
    width: 414px;
}

    .form-fill-info-lh .title-small:before {
        display: none;
    }

    .form-fill-info-lh .title-small {
        color: #2E4650;
        font-weight: 600;
        font-size: 21px;
        line-height: 29px;
        margin-bottom: 20px;
    }

.item-form-info input,
.item-form-info textarea {
    border: none;
    outline: none;
    border-bottom: 1px solid #EDEDED;
    width: 100%;
    transition: all .3s;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'font-custom-vuland';
    color: #2E4650;
}

    .item-form-info input::placeholder,
    .item-form-info textarea::placeholder {
        font-weight: 400;
    }

.item-form-info input {
    height: 50px;
}

.item-form-info + .item-form-info {
    margin-top: 14px;
}

.send-form {
    cursor: pointer;
    width: 100%;
    outline: none;
    border: none;
    height: 50px;
    padding: 0 15px;
    margin-top: 20px;
}

    .send-form:focus {
        border: none;
        box-shadow: none;
        outline: none;
    }

    .send-form .txt {
        text-transform: uppercase;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 17px;
        line-height: 18px;
    }

    .send-form .icon {
        position: absolute;
        top: 15px;
        right: 20px;
    }

    .send-form:hover:before {
        transform: translate(-50%, -50%) scale(12);
    }

.item-form-info textarea {
    height: 200px;
}

.item-form-info input:focus {
    border-color: #d1a506;
}

.item-form-info textarea:focus {
    border-color: #d1a506;
}

@media (min-width:992px) and (max-width:1599px) {
    .form-fill-info-lh {
        width: 370px;
        padding: 30px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .form-fill-info-lh .title-small {
        margin-bottom: 10px;
    }

    .form-fill-info-lh {
        padding: 20px 25px;
        width: 350px;
    }

    .item-form-info textarea {
        height: 154px;
    }

    .block-info-contact {
        height: 400px;
    }
}

@media (min-width:576px) and (max-width:991px) {
    .block-info-contact {
        height: auto;
        margin-top: 0;
        border: none;
        overflow: visible;
    }

    .map-page {
        height: 350px;
    }

    .form-fill-info-lh {
        position: relative;
        width: 100%;
        margin-top: 30px;
        padding: 30px 35px;
        box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.08);
    }

    .block-contact-page {
        padding-bottom: 40px;
    }

    .box-form-info {
        display: flex;
        flex-wrap: wrap;
    }

    .item-form-info textarea {
        height: 120px;
    }

    .item-form-info {
        width: 48%;
        margin: 0;
        margin-bottom: 20px;
    }

        .item-form-info + .item-form-info {
            margin: 0;
        }

        .item-form-info:nth-child(2n+2) {
            margin-left: auto;
        }

        .item-form-info:nth-child(4) {
            width: 100%;
            margin-top: 20px;
        }

    .send-form {
        width: 300px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .item-form-info:nth-child(3n+3) {
        width: 100%;
    }
}

@media (max-width:575px) {
    .block-info-contact {
        height: auto;
        overflow: visible;
        border: none;
        padding-bottom: 35px;
    }

    .item-form-info:nth-child(3n+3) {
        width: 100%;
    }

    .map-page {
        height: 350px;
    }

    .form-fill-info-lh {
        position: relative;
        width: 100%;
        margin-top: 30px;
        padding: 15px;
        box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.08);
    }

    .box-form-info {
        display: flex;
        flex-wrap: wrap;
    }

    .item-form-info {
        width: 100%;
    }

        .item-form-info:nth-child(2n+2) {
            margin-left: auto;
        }

        .item-form-info:nth-child(4) {
            width: 100%;
            margin-top: 20px;
        }

    .send-form {
        width: 250px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .item-form-info textarea {
        height: 150px;
    }
}

@media (max-width:325px) {
    .map-page {
        height: 300px;
    }
}


/* End Liên hệ */


/* Footer */

.lst-mxh-link-contact {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.item-mxh-link-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    transition: all .3s;
    transform: translateY(0);
}

.item-mxh-link-contact {
    margin-right: 10px;
}

    .item-mxh-link-contact a:hover {
        transform: translateY(-6px);
    }

.title-part-footer {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    font-family: 'font-custom-vuland';
    opacity: .4;
}

.item-contact-footer + .item-contact-footer {
    margin-top: 10px;
}

.item-contact-footer {
    display: flex;
    align-items: flex-start;
}

    .item-contact-footer .icon {
        position: relative;
        width: 25px;
        text-align: left;
        position: relative;
        top: 3px;
    }

    .item-contact-footer .text {
        margin-left: 5px;
        font-size: 15px;
        line-height: 26px;
        color: #EBF3F2;
        word-break: break-word;
        display: inline-block;
        transition: all .3s;
    }

    .item-contact-footer a:hover {
        color: #d0a406;
    }

.logo-footer a {
    width: 146px;
    display: block;
    margin-bottom: 15px;
}

.name-cty {
    color: #EBF3F2;
    font-size: 19px;
    line-height: 27px;
    font-weight: 700;
    font-family: 'font-custom-vuland';
}

.item-contact-footer svg path {
    fill: #fff;
    opacity: .3;
}

.item-ctg-footer {
    display: block;
    transition: all .3s;
    width: 48%;
    margin-bottom: 8px;
    transform: translate(0);
}

    .item-ctg-footer a {
        color: #EBF3F2;
        font-size: 15px;
        line-height: 26px;
        display: inline-block;
    }

        .item-ctg-footer a:hover {
            opacity: 1;
            color: #d7ae0a;
        }

.list-ctg-footer {
    display: flex;
    flex-wrap: wrap;
}

.item-ctg-footer:Nth-child(2n+2) {
    margin-left: auto;
}

.list-connect-social {
    display: flex;
    flex-wrap: wrap;
}

.item-social-connect .icon {
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all .3s;
}

.item-social-connect {
    display: flex;
    align-items: center;
    width: 48%;
    margin-bottom: 15px;
}

    .item-social-connect .txt {
        flex: 1;
        margin-left: 5px;
        color: #EBF3F2;
        font-size: 16px;
        transition: all .3s;
    }

    .item-social-connect.facebook:hover .txt {
        color: #526be9;
    }

    .item-social-connect.twitter:hover .txt {
        color: #31a8ff;
    }

    .item-social-connect.youtube:hover .txt {
        color: #f3434d;
    }

    .item-social-connect.twitter:hover .icon {
        background: #d7e8f5;
    }

    .item-social-connect.facebook:hover .icon {
        background: #dce0f3;
    }

    .item-social-connect.youtube:hover .icon {
        background: #fde0e5;
    }

.copyright-footer {
    color: #414B5B;
    font-size: 14px;
    line-height: 21px;
}

.footer-homepage {
    background: linear-gradient(70.62deg, #085650 12.09%, #3D7773 80.39%);
}

.block-copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    height: 58px;
    display: flex;
    align-items: center;
}

    .block-copyright p {
        color: #EBF3F2;
        font-size: 14px;
        opacity: 0.6;
    }

.layout-footer-homepage {
    padding: 30px 0;
}

.layout-col-footer {
    display: flex;
    flex-wrap: wrap;
}

.item-part-footer.item-slogan-cty {
    width: 260px;
    margin-right: 100px;
}

.item-part-footer.item-info-cty {
    margin-right: 100px;
    flex: 1;
}

.item-part-footer.item-category-web {
    width: 500px;
    margin-right: 0;
    padding-right: 150px;
}

.item-part-footer.item-ft-mxh {
    width: 300px;
}

.item-social-connect:nth-child(2n+2) {
    margin-left: auto;
}

@media (min-width:1700px) {
    .layout-footer-homepage .container {
        max-width: 1650px;
    }

    .footer-homepage .container {
        max-width: 1650px;
    }
}

@media (min-width:1400px) and (max-width:1599px) {
    .item-part-footer.item-category-web {
        width: 390px;
        padding-right: 80px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .list-connect-social {
        display: block;
    }

    .item-social-connect:nth-child(2n+2) {
        margin-left: 0;
    }

    .item-part-footer.item-ft-mxh {
        width: 200px;
    }

    .item-social-connect {
        width: 100%;
    }

    .item-part-footer.item-category-web {
        margin-right: 0;
        width: 280px;
        padding-right: 0;
    }

    .item-part-footer.item-info-cty {
        margin-right: 30px;
    }

    .item-part-footer.item-slogan-cty {
        margin-right: 30px;
    }

    .name-cty {
        font-size: 20px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .list-connect-social {
        margin-bottom: 0;
    }

    .item-social-connect:nth-child(2n+2) {
        margin-left: 0;
    }

    .item-part-footer.item-ft-mxh {
        width: 100%;
        margin-top: 25px;
        display: flex;
        align-items: center;
    }

    .item-social-connect {
        width: auto;
        margin-bottom: 0;
    }

    .item-part-footer.item-category-web {
        margin-right: 0;
        width: 260px;
        padding-right: 0;
    }

    .item-part-footer.item-info-cty {
        margin-right: 30px;
    }

    .item-part-footer.item-slogan-cty {
        margin-right: 30px;
    }

    .name-cty {
        font-size: 18px;
        line-height: 24px;
    }

    .item-social-connect + .item-social-connect {
        margin-left: 30px;
    }

    .item-social-connect .icon {
        margin-right: 5px;
    }

    .item-part-footer.item-ft-mxh .content-part-footer {
        flex: 1;
        margin-left: 32px;
    }

    .item-part-footer.item-ft-mxh .title-part-footer {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item-part-footer.item-info-cty {
        margin: 0;
    }

    .item-part-footer.item-ft-mxh {
        width: 370px;
        margin-bottom: 0;
    }

    .item-part-footer {
        margin-bottom: 30px;
    }

        .item-part-footer.item-category-web {
            width: 295px;
            margin-right: 0;
            padding-right: 0;
        }

    .layout-footer-homepage {
        padding-bottom: 10px;
    }

    .name-cty {
        font-size: 19px;
    }

    .title-part-footer {
        margin-bottom: 10px;
    }
}

@media (min-width:576px) and (max-width: 767px) {
    .item-part-footer {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    .layout-col-footer {
        display: block;
    }

    .item-part-footer:last-child {
        margin-bottom: 0;
    }

    .item-social-connect {
        width: auto;
        margin-right: 30px;
    }

        .item-social-connect:nth-child(2n+2) {
            margin-left: 0;
        }

    .list-ctg-footer {
        width: 60%;
    }

    .item-part-footer.item-category-web {
        padding-right: 0;
    }

    .title-part-footer {
        margin-bottom: 10px;
    }
}

@media (max-width:575px) {
    .item-part-footer {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 35px;
    }

    .layout-col-footer {
        display: block;
    }

    .item-part-footer:last-child {
        margin-bottom: 0;
    }

    .item-part-footer.item-category-web {
        padding-right: 0;
    }

    .item-social-connect {
        width: auto;
        margin-bottom: 12px;
    }

        .item-social-connect:nth-child(2n+2) {
            margin-left: 0;
        }

    .list-connect-social {
        display: block;
    }

    .item-contact-footer + .item-contact-footer {
        margin-top: 10px;
    }

    .layout-footer-homepage {
        padding-bottom: 20px;
    }

    .title-part-footer {
        margin-bottom: 10px;
    }
}

@media (max-width:325px) {
    .item-ctg-footer {
        width: 100%;
        margin-right: 0;
    }
}


/* End Footer */


/* Trang về chúng tôi */

.wp-slide-library {
    padding-bottom: 50px;
    position: relative;
    overflow-x: hidden;
}

.block-slide-library {
    position: relative;
    overflow: hidden;
}

.item-slide-feature {
    position: relative;
    cursor: pointer;
}

.block-slide-library .swiper-slide {
    width: auto;
    transition: all .3s;
    transform: translateY(0);
    filter: drop-shadow(10px 15px 30px rgba(0, 0, 0, 0));
}

    .block-slide-library .swiper-slide:hover {
        /* transform: translateY(-15px);
    filter: drop-shadow(10px 15px 30px rgba(0, 0, 0, 0.2)); */
    }

.item-slide-feature .picture {
    display: block;
    height: 415px;
    overflow: hidden;
    position: relative;
}

.block-slide-library .swiper-container {
    overflow: visible;
}

.item-slide-feature .icon-zoom {
    width: 55px;
    height: 55px;
    line-height: 55px;
}

.item-slide-feature .picture .img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.item-slide-feature .play-control-intro:before {
    background: linear-gradient( 180deg, rgba(31, 42, 54, 0.1) 0%, #1E2834 100%);
    opacity: 0.6;
    border-radius: 5px;
}

.item-slide-feature:hover .play-control-intro:before {
    opacity: 0;
}

.item-slide-feature a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}

.item-slide-feature .icon-zoom {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    z-index: 1;
    display: block;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all .3s;
}

.item-slide-feature:hover a:before {
    opacity: .4;
    visibility: visible;
}

.item-slide-feature:hover .icon-zoom {
    opacity: 1;
    visibility: visible;
}

.item-slide-feature .icon-zoom img {
    width: 20px;
    padding-bottom: 2px;
}

.item-slide-feature .play-control-intro .ct-control {
    width: 55px;
    height: 55px;
}

    .item-slide-feature .play-control-intro .ct-control .wp-btn {
        line-height: 50px;
    }

        .item-slide-feature .play-control-intro .ct-control .wp-btn .icon {
            width: 17px;
        }

.block-slide-library .ct-pagination {
    display: none;
}

.item-slide-feature .picture .img {
    display: block;
    width: 100%;
    height: 100%;
}

.block-slide-library .ct-nav-slide {
    background: #fff;
    box-shadow: -2px 5px 35px rgba(0, 0, 0, 0.06);
}

.block-slide-library .btn-next-slide-products {
    right: 40px;
}

.block-slide-library .btn-prev-slide-products {
    left: 40px;
}

.block-slide-library .ct-nav-slide .img-icon svg {
    transform: scale(.6);
}

.block-slide-library .ct-nav-slide:hover .img-icon svg {
    transform: scale(.6);
}

.block-slide-library .ct-nav-slide:hover {
    background: #CFA205;
}

.btn-view-job {
    text-align: center;
}

.title-about-us-page .picture {
    position: relative;
    bottom: -39px;
}

.title-about-us-page {
    margin-bottom: 25px;
}

    .title-about-us-page .name-company {
        font-weight: 400;
        font-size: 71px;
        line-height: 82px;
        letter-spacing: -2px;
        text-transform: uppercase;
        color: #2E4650;
        font-family: 'font-custom-title';
    }

@media (min-width:992px) {
    .main-about-us-page .container {
        max-width: 840px;
    }
}

.main-about-us-page {
    padding-bottom: 80px;
    min-height: 500px;
}

    .main-about-us-page .ct-editor-web {
        padding-bottom: 30px;
    }

.btn-view-job a {
    padding: 0 30px;
}

    .btn-view-job a:hover:before {
        transform: translate(-50%, -50%) scale(10);
    }

@media (min-width:1200px) and (max-width:1599px) {
    .item-slide-feature .picture {
        height: 350px;
    }

    .wp-slide-library {
        padding-bottom: 50px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .item-slide-feature .picture {
        height: 300px;
    }

    .wp-slide-library {
        padding-bottom: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .item-slide-feature .picture {
        height: 300px;
    }

    .block-slide-library .swiper-slide:hover {
        transform: translate(0);
        filter: none;
    }

    .block-slide-library {
        padding: 0;
    }

        .block-slide-library .btn-next-slide-products {
            right: 20px;
        }

        .block-slide-library .btn-prev-slide-products {
            left: 20px;
        }

    .wp-slide-library {
        padding-bottom: 20px;
    }

    .title-about-us-page .picture {
        bottom: 0;
        width: 275px;
    }

    .title-about-us-page .name-company {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .item-slide-feature .picture {
        height: 300px;
    }

    .block-slide-library .swiper-slide:hover {
        transform: translate(0);
        filter: none;
    }

    .item-slide-feature .icon-zoom {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }

    .block-slide-library {
        padding: 0;
    }

    .wp-slide-library {
        padding-bottom: 20px;
    }

    .title-about-us-page .picture {
        bottom: 0;
        width: 275px;
    }

    .title-about-us-page .name-company {
        font-size: 60px;
        line-height: 70px;
    }

    .block-slide-library .btn-next-slide-products {
        right: 20px;
    }

    .block-slide-library .btn-prev-slide-products {
        left: 20px;
    }

    .main-about-us-page {
        padding-bottom: 50px;
    }
}

@media (max-width:575px) {
    .block-slide-library .ct-nav-slide {
        display: flex;
    }

    .block-slide-library .btn-prev-slide-products {
        left: 15px;
    }

    .block-slide-library .btn-next-slide-products {
        right: 15px;
    }

    .block-slide-library .ct-nav-slide {
        width: 45px;
        height: 45px;
    }

        .block-slide-library .ct-nav-slide .img-icon svg {
            transform: scale(.5);
        }

        .block-slide-library .ct-nav-slide:hover .img-icon svg {
            transform: scale(.5);
        }

    .item-slide-feature .play-control-intro .ct-control {
        width: 45px;
        height: 45px;
    }

        .item-slide-feature .play-control-intro .ct-control .wp-btn {
            line-height: 42px;
        }

            .item-slide-feature .play-control-intro .ct-control .wp-btn .icon {
                width: 12px;
            }

    .wp-slide-library {
        padding-bottom: 20px;
    }

    .main-about-us-page {
        padding-bottom: 50px;
    }

    .block-slide-library {
        padding: 0;
    }

    .item-slide-feature .icon-zoom {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .item-slide-feature .picture {
        height: 230px;
    }

    .block-slide-library .swiper-container {
        overflow: hidden;
    }

    .item-slide-feature .picture .img img {
        width: 100%;
    }

    .block-slide-library .swiper-slide:hover {
        transform: translate(0);
        filter: none;
    }

    .block-slide-library .ct-nav-slide {
        display: none;
    }

    .block-slide-library .ct-pagination {
        display: flex;
    }

    .title-about-us-page .picture {
        bottom: 0;
        width: 210px;
    }

    .title-about-us-page .name-company {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width:376px) {
    .item-slide-feature .picture {
        height: 200px;
    }
}


/* End Trang về chúng tôi */


/* Trang danh sách post */

.lst-title-tab-post {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.item-tab-post a {
    background: rgba(125, 134, 150, 0.1);
    border: 1px solid rgba(125, 134, 150, 0.3);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 22px;
    color: #2E4650;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    transition: all .4s;
}

.item-tab-post {
    margin-right: 10px;
    margin-bottom: 10px;
}

    .item-tab-post a .number {
        margin-left: 5px;
    }

    .item-tab-post.active a {
        color: #fff;
        background: #3E716D;
        border-color: #3E716D;
    }

.main-list-post-page {
    padding-top: 80px;
}

.item-tab-post a:hover {
    color: #fff;
    background: #3E716D;
    border-color: #3E716D;
}

.lst-item-post-tab {
    display: flex;
    flex-wrap: wrap;
}

.item-post-tab {
    width: 32%;
    margin-right: 2%;
    display: flex;
    align-items: flex-start;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-bottom: 2%;
    overflow: hidden;
    padding: 20px;
}

    .item-post-tab:nth-child(3n+3) {
        margin-right: 0;
    }

    .item-post-tab .picture {
        border-radius: 3px;
        overflow: hidden;
        width: 158px;
        height: 146px;
    }

        .item-post-tab .picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transform: scale(1);
            transition: all .5s;
        }

    .item-post-tab .content {
        flex: 1;
        margin-left: 20px;
    }

        .item-post-tab .content .name a {
            font-weight: 600;
            font-size: 17px;
            line-height: 24px;
            color: #2E4650;
            transition: all .3s;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            transition: all .3s;
        }

    .item-post-tab .lst-category-item {
        display: flex;
        align-items: center;
    }

        .item-post-tab .lst-category-item .name-category {
            color: #8D999E;
            font-weight: 500;
            font-size: 15px;
            line-height: 25px;
            margin-right: 10px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 130px;
        }

        .item-post-tab .lst-category-item .time {
            color: #8D999E;
            font-weight: 500;
            font-size: 15px;
            line-height: 25px;
            position: relative;
            padding-left: 10px;
        }

            .item-post-tab .lst-category-item .time:before {
                content: '';
                position: absolute;
                left: 0;
                top: 4px;
                background: #D5D5D5;
                height: 17px;
                width: 1px;
            }

.wp-list-post-page {
    padding: 50px 0;
}

.item-post-tab .content .name {
    margin-bottom: 8px;
}

.item-post-tab .picture a {
    display: block;
    width: 100%;
    height: 100%;
}

.item-post-tab .picture:hover img {
    transform: scale(1.15);
}

.item-post-tab .content .name a:hover {
    color: #cfa205;
}

@media (min-width:1400px) and (max-width:1599px) {
    .item-post-tab .lst-category-item .name-category {
        max-width: 115px;
    }

    .item-post-tab .content {
        margin-left: 10px;
    }

    .item-post-tab .picture {
        width: 140px;
        height: 128px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .item-post-tab .lst-category-item .name-category {
        max-width: 115px;
    }

    .item-post-tab .content {
        margin-left: 10px;
    }

    .item-post-tab .picture {
        width: 140px;
        height: 128px;
    }

    .item-post-tab {
        padding: 15px;
    }

        .item-post-tab .lst-category-item {
            display: block;
        }

            .item-post-tab .lst-category-item .name-category {
                max-width: 172px;
                margin-right: 0;
            }

        .item-post-tab .content .name {
            margin-bottom: 3px;
        }

            .item-post-tab .content .name a {
                -webkit-line-clamp: 3;
            }

        .item-post-tab .lst-category-item .time {
            padding: 0;
        }

            .item-post-tab .lst-category-item .time:Before {
                display: none;
            }
}

@media (min-width:992px) and (max-width:1199px) {
    .item-post-tab:nth-child(2n+2) {
        margin-left: auto;
    }

    .item-post-tab {
        width: 49%;
        margin-right: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .item-post-tab:nth-child(2n+2) {
        margin-left: auto;
    }

    .item-post-tab {
        width: 49%;
        margin-right: 0;
    }

        .item-post-tab .lst-category-item .name-category {
            max-width: 115px;
        }

        .item-post-tab .content {
            margin-left: 10px;
        }

        .item-post-tab .picture {
            width: 135px;
            height: 122px;
        }

    .main-list-post-page {
        padding-top: 50px;
    }

    .item-post-tab {
        padding: 15px;
    }

        .item-post-tab .lst-category-item {
            display: block;
        }

            .item-post-tab .lst-category-item .name-category {
                max-width: 150px;
                margin-right: 0;
            }

        .item-post-tab .content .name {
            margin-bottom: 3px;
        }

            .item-post-tab .content .name a {
                -webkit-line-clamp: 3;
            }

        .item-post-tab .lst-category-item .time {
            padding: 0;
        }

            .item-post-tab .lst-category-item .time:Before {
                display: none;
            }
}

@media (min-width:576px) and (max-width:767px) {
    .item-post-tab:nth-child(2n+2) {
        margin-left: auto;
    }

    .item-post-tab {
        width: 48%;
        margin-right: 0;
        padding: 15px;
        display: block;
        margin-bottom: 4%;
    }

        .item-post-tab .lst-category-item .name-category {
            max-width: 115px;
        }

        .item-post-tab .content {
            margin-left: 0;
            margin-top: 11px;
        }

        .item-post-tab .picture {
            width: 100%;
            height: 142px;
        }

    .main-list-post-page {
        padding-top: 50px;
    }

    .item-post-tab .lst-category-item .name-category {
        max-width: 110px;
    }

    .item-post-tab .content .name {
        margin-bottom: 3px;
    }

        .item-post-tab .content .name a {
            -webkit-line-clamp: 3;
        }
}

@media (max-width:575px) {
    .lst-title-tab-post {
        margin-bottom: 18px;
        flex-wrap: nowrap;
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
    }

    .wp-list-post-page {
        padding: 30px 0;
    }

    .main-list-post-page {
        padding-top: 40px;
    }

    .item-tab-post a {
        padding: 0 14px;
        font-size: 14px;
    }

    .item-post-tab {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
        margin-right: 0;
    }

        .item-post-tab .content {
            margin-left: 15px;
        }

        .item-post-tab .picture {
            width: 140px;
            height: 128px;
        }

        .item-post-tab .lst-category-item .name-category {
            max-width: 100%;
            margin-right: 0;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            white-space: break-spaces;
        }

        .item-post-tab .content .name {
            margin-bottom: 3px;
        }

            .item-post-tab .content .name a {
                -webkit-line-clamp: 3;
            }

        .item-post-tab .lst-category-item .time {
            padding: 0;
        }

            .item-post-tab .lst-category-item .time:Before {
                display: none;
            }

        .item-post-tab .lst-category-item {
            display: block;
        }
}

@media (max-width:376px) {
    .item-post-tab {
        display: block;
    }

        .item-post-tab .picture {
            width: 100%;
            height: 170px;
        }

        .item-post-tab .content {
            margin-left: 0;
            margin-top: 10px;
        }

        .item-post-tab .lst-category-item .name-category {
            display: block;
            margin-right: 10px;
            white-space: nowrap;
            max-width: 195px;
        }

        .item-post-tab .lst-category-item {
            display: flex;
        }

            .item-post-tab .lst-category-item .time:before {
                display: block;
            }

            .item-post-tab .lst-category-item .time {
                padding-left: 10px;
            }
}

@media (max-width:325px) {
    .item-post-tab .lst-category-item .name-category {
        max-width: 155px;
    }
}


/* End Trang danh sách post */


/* Danh sách tuyển dụng */

.title-post-recruit {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.number-vitri {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #7B898E;
    flex: 1;
}

.lst-imt-select-option {
    display: flex;
}

.imt-select-option select {
    outline: none;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    appearance: none;
    width: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #2E4650;
    padding-right: 20px;
}

.imt-select-option:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(125, 134, 150, 0.3);
    width: 1px;
    height: 24px;
}

.imt-select-option {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

    .imt-select-option:last-child {
        margin-right: 0;
    }

        .imt-select-option:last-child:before {
            display: none;
        }

    .imt-select-option .icon {
        position: absolute;
        top: -2px;
        pointer-events: none;
        right: 10px;
    }

.wp-list-post-recruit {
    padding: 40px 0;
}

@media (min-width:1600px) {
    .wp-list-post-recruit {
        min-height: 900px;
    }
}

.lst-post-recruit {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.item-post-recruit {
    background: #F4F5F5;
    border-radius: 2px;
    padding: 20px 25px;
    display: flex;
    align-items: flex-start;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

    .item-post-recruit .number {
        font-weight: 400;
        font-size: 59px;
        line-height: 59px;
        letter-spacing: -2px;
        text-transform: uppercase;
        color: #D3DADA;
        font-family: 'font-custom-title';
        width: 65px;
    }

.main-item-post-recruit {
    flex: 1;
    margin-left: 5px;
}

    .main-item-post-recruit .name {
        color: #2E4650;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        min-height: 82px;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all .3s;
    }

        .main-item-post-recruit .name:hover {
            color: #085650;
        }

    .main-item-post-recruit .title-item {
        margin-bottom: 15px;
    }

.item-post-recruit:nth-child(3n+3) {
    margin-right: 0;
}

.item-recruit {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .item-recruit:last-child {
        padding: 0;
        margin: 0;
        border: none;
    }

    .item-recruit .title {
        width: 110px;
    }

    .item-recruit .txt-content-recruit {
        flex: 1;
        margin-left: 5px;
        position: relative;
        top: -1px;
    }

        .item-recruit .txt-content-recruit .color-number {
            color: #CFA205;
        }

        .item-recruit .txt-content-recruit p {
            font-weight: 500;
            font-size: 16px;
            line-height: 25px;
            color: #2E4650;
        }

@media (min-width:992px) and (max-width:1199px) {
    .item-post-recruit {
        display: block;
        padding: 20px;
    }

        .item-post-recruit .number {
            width: 100%;
            margin-bottom: 9px;
        }
}

@media (min-width:768px) and (max-width:991px) {
    .item-post-recruit {
        display: block;
        padding: 20px;
        width: 48%;
    }

        .item-post-recruit .number {
            width: 100%;
            margin-bottom: 9px;
        }

        .item-post-recruit:nth-child(2n+2) {
            margin-left: auto;
        }

        .item-post-recruit:nth-child(3n+3) {
            margin-right: 0;
        }
}

@media (min-width:576px) and (max-width:767px) {
    .item-post-recruit {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .main-item-post-recruit .name {
        min-height: auto;
    }

    .title-post-recruit {
        display: block;
    }

    .lst-imt-select-option {
        padding-top: 19px;
        margin-left: -10px;
    }
}

@media (max-width:575px) {
    .main-item-post-recruit .content {
        margin-left: -57px;
    }

    .wp-list-post-recruit {
        padding: 30px 0;
    }

    .title-post-recruit {
        display: block;
    }

    .lst-imt-select-option {
        padding-top: 19px;
        margin-left: -10px;
    }

    .item-post-recruit {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 20px;
    }

    .main-item-post-recruit .name {
        min-height: auto;
    }

    .main-item-post-recruit .name {
        font-size: 18px;
        line-height: 25px;
    }

    .item-post-recruit .number {
        font-size: 50px;
        line-height: 46px;
        width: 55px;
    }
}


/* Trang liên hệ */

.wp-contact-page .block-info-contact {
    border: 1px solid #DBDEE1;
}

    .wp-contact-page .block-info-contact .form-fill-info-lh {
        border-left: 1px solid #DBDEE1;
    }

.item-info-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin-right: 100px;
}

.block-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
}

.item-info-contact > a {
    display: block;
    width: 50px;
}

.item-info-contact .txt-info-contact {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 35px;
    position: relative;
}

    .item-info-contact .txt-info-contact .name-mxh {
        font-size: 18px;
        line-height: 24px;
        color: #2B2B2B;
        margin-bottom: 3px;
        font-weight: 700;
    }

    .item-info-contact .txt-info-contact:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 43px;
        width: 1px;
        background: #D7D7D7;
        left: -18px;
    }

.info-mxh {
    display: inline-block;
    font-size: 16px;
    color: #2C2C2C;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .info-mxh:hover {
        color: #cfa205;
    }

.wp-contact-page {
    padding: 60px 0;
}

@media (min-width:1200px) {
    .wp-contact-page {
        min-height: 800px;
    }
}

.item-info-contact:last-child {
    margin-right: 0;
}

@media (min-width:1200px) and (max-width:1399px) {
    .item-info-contact {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

        .item-info-contact:nth-child(3n+3) {
            margin-right: 0;
        }

    .block-company {
        margin-bottom: -20px;
        flex-wrap: wrap;
    }

    .wp-contact-page {
        padding: 40px 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .item-info-contact {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

        .item-info-contact:nth-child(3n+3) {
            margin-right: 0;
        }

    .block-company {
        margin-bottom: -20px;
        flex-wrap: wrap;
    }

    .wp-contact-page {
        padding: 40px 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .item-info-contact {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
        display: block;
    }

        .item-info-contact:nth-child(3n+3) {
            margin-right: 0;
        }

    .block-company {
        margin-bottom: -20px;
        flex-wrap: wrap;
    }

    .wp-contact-page {
        padding: 40px 0;
    }

    .item-info-contact > a {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .item-info-contact .txt-info-contact:before {
        display: none;
    }

    .item-info-contact .txt-info-contact {
        margin-left: 0;
        text-align: center;
    }

    .wp-contact-page .block-info-contact .form-fill-info-lh {
        border: none;
    }

    .wp-contact-page .block-info-contact {
        border: none;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .item-info-contact {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .block-company {
        display: block;
        padding-bottom: 20px;
    }

    .wp-contact-page {
        padding: 40px 0;
    }

        .wp-contact-page .block-info-contact .form-fill-info-lh {
            border: none;
        }

        .wp-contact-page .block-info-contact {
            border: none;
        }
}

@media (max-width:575px) {
    .item-info-contact {
        margin-right: 0;
        margin-bottom: 25px;
        align-items: flex-start;
    }

    .block-company {
        display: block;
        padding-bottom: 20px;
    }

    .wp-contact-page {
        padding: 40px 0;
    }

        .wp-contact-page .block-info-contact .form-fill-info-lh {
            border: none;
        }

        .wp-contact-page .block-info-contact {
            border: none;
        }

    .item-info-contact .txt-info-contact {
        margin-left: 25px;
    }

        .item-info-contact .txt-info-contact:before {
            left: -16px;
            top: 0px;
            transform: translateY(0);
            height: 100%;
        }
}


/* End Trang liên hệ */


/* Trang danh sách dự án */

.wp-list-products-page {
    padding: 50px 0;
}

.filter-list-products {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    margin-bottom: 30px;
}

.search-name-products {
    width: 300px;
    position: relative;
}

    .search-name-products input {
        width: 100%;
        height: 40px;
        border: 1px solid #D4D9E1;
        border-radius: 3px;
        padding: 0 15px;
        padding-right: 40px;
        outline: none;
        transition: all .4s;
    }

        .search-name-products input::placeholder {
            color: #929597;
            font-weight: 500;
            font-size: 15px;
            line-height: 22px;
        }

    .search-name-products .icon-search {
        position: absolute;
        top: 11px;
        right: 12px;
        cursor: pointer;
    }

        .search-name-products .icon-search svg path {
            transition: all .3s;
        }

        .search-name-products .icon-search:hover svg path {
            fill: #d3a707;
        }

    .search-name-products input:focus {
        border-color: #d3a707;
    }

.filter-list-products .lst-title-tab-post {
    flex: 1;
    margin-left: 10px;
    margin-bottom: 0;
}

.item-products {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

.item-products--picture {
    display: flex;
    align-items: center;
    width: 515px;
    height: 400px;
}

.item-products--content {
    flex: 1;
    background: #F5F7F7;
}

.layout-products-content {
    padding: 45px 65px;
    padding-right: 100px;
    display: flex;
}

.content-products--left {
    height: auto;
    width: 50%;
    padding-right: 40px;
    position: relative;
}

.content-products--right {
    flex: 1;
    padding-left: 40px;
    height: 100%;
}

.name-products {
    color: #2E4650;
    font-size: 33px;
    line-height: 42px;
    font-family: 'font-custom-vuland';
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: -3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-products--picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
    transform: scale(1);
}

.content-products--left .txt-small-products {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #2E4650;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn-view-detail-products .ct-btn-linear {
    min-width: 180px;
}

.btn-view-detail-products {
    padding-top: 30px;
}

.content-products--left:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #D6DCDF;
    right: 0;
}

.item-info-content-products {
    margin-bottom: 25px;
}

    .item-info-content-products:last-child {
        margin-bottom: 0;
    }

    .item-info-content-products .txt-name-info {
        font-size: 18px;
        line-height: 19px;
        color: #2E4650;
        font-weight: 700;
        margin-bottom: 10px;
    }

.txt-content-info-products p {
    color: #2E4650;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}

.item-products--picture a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .item-products--picture a:hover img {
        transform: scale(1.15);
    }

@media (min-width:1400px) and (max-width:1599px) {
    .item-products--picture a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .layout-products-content {
        padding: 45px;
    }

    .content-products--right {
        padding-left: 20px;
    }

    .content-products--left {
        padding-right: 20px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .item-products--picture a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .layout-products-content {
        padding: 30px;
    }

    .content-products--right {
        padding-left: 20px;
    }

    .content-products--left {
        padding-right: 20px;
    }

    .item-products--picture {
        width: 450px;
        height: 360px;
    }

    .name-products {
        font-size: 28px;
        line-height: 36px;
        -webkit-line-clamp: 2;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .filter-list-products {
        padding-top: 20px;
    }

    .item-products--picture a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .layout-products-content {
        padding: 25px;
    }

    .content-products--right {
        padding-left: 20px;
    }

    .content-products--left {
        padding-right: 20px;
    }

    .item-products--picture {
        width: 360px;
        height: 345px;
    }

    .name-products {
        font-size: 25px;
        line-height: 32px;
        -webkit-line-clamp: 2;
    }

    .btn-view-detail-products .ct-btn-linear {
        font-size: 16px;
        min-width: 160px;
    }

    .item-products {
        margin-bottom: 25px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .filter-list-products .lst-title-tab-post {
        width: 100%;
        flex: none;
        margin-left: 0;
        margin-top: 20px;
    }

    .item-products--picture a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .layout-products-content {
        padding: 25px;
        display: block;
        position: relative;
        padding-bottom: 80px;
    }

    .content-products--right {
        padding-left: 0;
    }

    .content-products--left {
        padding-right: 0;
        width: 100%;
        position: initial;
    }

    .item-products--picture {
        width: 320px;
        height: auto;
    }

    .name-products {
        font-size: 24px;
        line-height: 32px;
        -webkit-line-clamp: 2;
    }

    .btn-view-detail-products .ct-btn-linear {
        font-size: 16px;
        min-width: 160px;
        height: 40px;
    }

    .item-products {
        margin-bottom: 25px;
    }

    .content-products--left:before {
        display: none;
    }

    .btn-view-detail-products {
        position: absolute;
        bottom: 19px;
    }

    .item-info-content-products {
        margin-bottom: 12px;
    }

        .item-info-content-products .txt-name-info {
            margin-bottom: 4px;
        }

    .content-products--left .txt-small-products {
        display: none;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .filter-list-products .lst-title-tab-post {
        width: 100%;
        flex: none;
        margin-left: 0;
        margin-top: 20px;
    }

    .item-products--picture a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .layout-products-content {
        padding: 25px;
        display: block;
        position: relative;
        padding-bottom: 85px;
    }

    .content-products--right {
        padding-left: 0;
    }

    .content-products--left {
        padding-right: 0;
        width: 100%;
        position: initial;
    }

    .item-products--picture {
        width: 100%;
        height: 300px;
    }

    .name-products {
        font-size: 24px;
        line-height: 32px;
        -webkit-line-clamp: 2;
    }

    .btn-view-detail-products .ct-btn-linear {
        font-size: 16px;
        min-width: 160px;
        height: 40px;
    }

    .item-products {
        margin-bottom: 40px;
        display: block;
    }

    .content-products--left:before {
        display: none;
    }

    .btn-view-detail-products {
        position: absolute;
        bottom: 23px;
        padding-top: 0;
    }

    .item-info-content-products {
        margin-bottom: 12px;
    }

        .item-info-content-products .txt-name-info {
            margin-bottom: 4px;
        }

    .content-products--left .txt-small-products {
        display: none;
    }

    .wp-list-products-page {
        padding: 40px 0;
    }

    .search-name-products {
        width: 100%;
    }
}

@media (max-width:575px) {
    .filter-list-products .lst-title-tab-post {
        width: 100%;
        flex: none;
        margin-left: 0;
        margin-top: 20px;
    }

    .item-products--picture a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .layout-products-content {
        padding: 20px 15px;
        display: block;
        position: relative;
        padding-bottom: 85px;
    }

    .content-products--right {
        padding-left: 0;
    }

    .content-products--left {
        padding-right: 0;
        width: 100%;
        position: initial;
    }

    .item-products--picture {
        width: 100%;
        height: 260px;
    }

    .name-products {
        font-size: 24px;
        line-height: 32px;
        -webkit-line-clamp: 2;
    }

    .btn-view-detail-products .ct-btn-linear {
        font-size: 16px;
        min-width: 160px;
        height: 40px;
    }

    .item-products {
        margin-bottom: 40px;
        display: block;
    }

    .content-products--left:before {
        display: none;
    }

    .btn-view-detail-products {
        position: absolute;
        bottom: 23px;
        padding-top: 0;
    }

    .item-info-content-products {
        margin-bottom: 12px;
    }

        .item-info-content-products .txt-name-info {
            margin-bottom: 4px;
        }

    .content-products--left .txt-small-products {
        display: none;
    }

    .wp-list-products-page {
        padding: 40px 0;
    }

    .search-name-products {
        width: 100%;
    }
}


/* End Danh sách dự án */


/* Chi tiết dự án */

.wp-detail-products-page {
    background: #e7e7e7;
    min-height: 700px;
}

@media (min-width:1200px) {
    .wp-detail-products-page .container {
        max-width: 1130px;
    }
}

.topbar-tab-item {
    border-bottom: 1px solid #D7DDDD;
    background: #F4F5F5;
    position: sticky;
    top: 73px;
    left: 0;
    width: 100%;
    transition: all .5s;
    z-index: 5;
}

.main-topbar-tab-item {
    display: flex;
}

.item-title-tab {
    width: 20%;
    border-right: 1px solid #E3E4EA;
    text-align: center;
    position: relative;
}

    .item-title-tab a {
        color: #2E4650;
        font-size: 16px;
        display: block;
        text-align: center;
        position: relative;
        transition: all .3s;
        padding: 13px 20px;
    }

    .item-title-tab:before {
        content: '';
        position: absolute;
        bottom: -1px;
        width: 100px;
        background: #CFA205;
        height: 3px;
        left: 50%;
        transform: translateX(-50%) scaleX(0);
        transition: all .3s;
    }

.content-tab-item-detail {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.main-tab-page {
    padding: 60px 0;
    padding-top: 30px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.item-title-tab:first-child {
    border-left: 1px solid #E3E4EA;
}

.item-title-tab:hover:before {
    transform: translateX(-50%) scaleX(1);
}

.item-title-tab a:hover {
    color: #cfa205;
}

.item-title-tab.active a {
    color: #2E4650;
    font-weight: 600;
}

.item-title-tab.active:before {
    transform: translateX(-50%) scaleX(1);
}

.info-products-detail {
    display: flex;
    margin-bottom: 30px;
}

    .info-products-detail .item-products--picture {
        width: 400px;
        height: auto;
    }

    .info-products-detail .item-products--content {
        padding: 40px 50px;
    }

        .info-products-detail .item-products--content .name-products {
            display: block;
            -webkit-line-clamp: inherit;
        }

.btn-next-item-tab {
    padding-top: 40px;
    text-align: center;
}

    .btn-next-item-tab a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #2E4650;
        border-radius: 3px;
        height: 45px;
        padding: 0 25px;
        background: transparent;
        position: relative;
    }

        .btn-next-item-tab a .txt {
            font-weight: 500;
            font-size: 17px;
            line-height: 18px;
            text-transform: uppercase;
            color: #2E4650;
            transition: all .3s;
        }

    .btn-next-item-tab a {
        min-width: 280px;
    }

        .btn-next-item-tab a:hover {
            background: #cfa205;
            border-color: #cfa205;
        }

        .btn-next-item-tab a .icon {
            position: absolute;
            right: 12px;
        }

            .btn-next-item-tab a .icon svg path {
                transition: all .3s;
            }

        .btn-next-item-tab a:hover .txt {
            color: #fff;
        }

        .btn-next-item-tab a:hover .icon svg path {
            fill: #fff;
        }

@media (min-width:992px) and (max-width:1199px) {
    .info-products-detail .item-products--content {
        padding: 30px;
    }

    .topbar-tab-item {
        top: 65px;
    }
}

@media (max-width:991px) {
    .topbar-tab-item {
        top: 55px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .item-title-tab a {
        padding: 10px 14px;
        font-size: 15px;
    }

        .item-title-tab a:before {
            width: 90px;
        }

    .info-products-detail .item-products--picture {
        width: 300px;
    }

    .info-products-detail .item-products--content {
        padding: 25px;
    }

    .main-tab-page {
        padding: 40px 0;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .topbar-tab-item .container {
        max-width: 100%;
        padding: 0;
    }

    .item-title-tab:first-child {
        border-left: none;
    }

    .item-title-tab:last-child {
        border: none;
    }

    .item-title-tab a {
        padding: 10px;
        font-size: 14px;
    }

    .item-title-tab:before {
        width: 85px;
    }

    .info-products-detail .item-products--picture {
        width: 100%;
        height: 300px;
    }

    .info-products-detail .item-products--content {
        padding: 25px;
    }

    .main-tab-page {
        padding: 40px 0;
    }

    .info-products-detail {
        display: block;
    }
}

@media (max-width:575px) {
    .topbar-tab-item .container {
        max-width: 100%;
        padding: 0;
    }

    .item-title-tab:first-child {
        border-left: none;
    }

    .item-title-tab:last-child {
        border: none;
    }

    .item-title-tab a {
        padding: 10px 15px;
        font-size: 15px;
    }

    .item-title-tab:before {
        width: 85px;
    }

    .info-products-detail .item-products--picture {
        width: 100%;
        height: 250px;
    }

    .info-products-detail .item-products--content {
        padding: 20px;
    }

    .main-tab-page {
        padding: 30px 0;
    }

    .info-products-detail {
        display: block;
    }

    .btn-next-item-tab {
        padding-top: 20px;
    }

        .btn-next-item-tab a {
            min-width: 230px;
        }

    .main-topbar-tab-item {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .item-title-tab {
        white-space: nowrap;
        min-width: 140px;
    }
}


/* End Chi tiết dự án */


/* Trang tài liệu */

.item-file {
    background: #F4F5F5;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-bottom: 15px;
}

.list-file-tl {
    display: flex;
    align-items: flex-start;
    padding: 12px 18px;
}

.file-tl {
    flex: 1;
    margin-right: 15px;
    display: flex;
    align-items: flex-start;
    position: relative;
    top: 3px;
}

    .file-tl .icon {
        width: 26px;
    }

    .file-tl .content {
        flex: 1;
    }

    .file-tl .txt {
        margin-left: 5px;
        color: #414B5B;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        position: relative;
        top: 1px;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-decoration: underline;
        transition: all .3s;
    }

.list-view-download {
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.item-view-download {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

    .item-view-download .icon {
        margin-right: 7px;
        position: relative;
        top: 4px;
    }

    .item-view-download .txt {
        color: #C1C9D2;
        font-size: 16px;
        line-height: 25px;
        transition: all .3s;
    }

.file-tl .content {
    flex: 1;
}

.file-tl .txt:hover {
    color: #cfa205;
}

.item-view-download:hover .txt {
    color: #cfa205;
}

.item-view-download:hover .icon svg path {
    fill: #cfa205;
}

.item-view-download .icon svg path {
    transition: all .3s;
}

@media (max-width:575px) {
    .list-file-tl {
        padding: 10px;
        display: block;
    }

    .list-view-download {
        justify-content: flex-start;
        margin-top: 2px;
    }

    .file-tl {
        margin-right: 0;
        top: 0;
    }

    .content-tab-item-detail {
        padding: 15px;
        border-radius: 10px;
    }
}


/* End Trang tài liệu */


/* Trang chi tiết tuyển dụng */

.wp-detail-post-recruit {
    padding: 50px 0;
}

@media (min-width:1200px) {
    .wp-detail-post-recruit .container {
        max-width: 1130px;
    }
}

.title-detail-post-recruit {
    margin-bottom: 25px;
}

    .title-detail-post-recruit .txt-small {
        font-weight: 500;
        font-size: 15px;
        color: #8D999E;
    }

    .title-detail-post-recruit .name-post-recruit {
        font-weight: 700;
        font-size: 32px;
        line-height: 39px;
        color: #2E4650;
    }

.lst-category-post-recruit {
    display: flex;
    flex-wrap: wrap;
}

.item-category-post-recruit {
    border: 1px solid #D4D9E1;
    border-radius: 3px;
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
}

    .item-category-post-recruit .title {
        background: #F4F5F5;
        border-radius: 3px 3px 0px 0px;
        padding: 13px 18px;
    }

        .item-category-post-recruit .title p {
            font-weight: 700;
            font-size: 14px;
            line-height: 15px;
            color: #2E4650;
        }

    .item-category-post-recruit:nth-child(4n+4) {
        margin-right: 0;
    }

    .item-category-post-recruit .content {
        padding: 14px 18px;
    }

        .item-category-post-recruit .content p {
            font-weight: 500;
            font-size: 16px;
            line-height: 15px;
            color: #2E4650;
        }

        .item-category-post-recruit .content .color-number {
            color: #CFA205;
        }

.lst-item-option-recruit {
    padding-top: 40px;
}

.item-option-recruit {
    display: flex;
    align-items: flex-start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D4D9E1;
}

    .item-option-recruit .title .name {
        font-weight: 500;
        font-size: 28px;
        line-height: 33px;
        color: #2E4650;
        position: relative;
        margin-bottom: 0;
    }

    .item-option-recruit .title {
        width: 145px;
    }

    .item-option-recruit .content {
        flex: 1;
        margin-left: 40px;
    }

    .item-option-recruit .title .name:before {
        content: '';
        position: absolute;
        bottom: -8px;
        width: 54px;
        height: 3px;
        background: #CFA205;
    }

.lst-itm-content .itm-content {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.itm-content:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #DFE4E7;
    top: 10px;
    left: 0;
    border-radius: 50%;
}

.lst-itm-content .itm-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #2E4650;
}

.lst-itm-content .itm-content:last-child {
    margin-bottom: 0;
}

.imt-steps-send {
    margin-bottom: 30px;
}

    .imt-steps-send:last-child {
        margin-bottom: 0;
    }

.title-steps-send p {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 0;
}

.content-steps-send p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #2E4650;
    margin-bottom: 5px;
}

.title-steps-send {
    padding-bottom: 8px;
}

.box-form-info-send {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

    .box-form-info-send .form-textarea {
        width: 62%;
        margin-right: 15px;
    }

    .box-form-info-send .form-send-hs {
        width: 36%;
    }

    .box-form-info-send .form-name {
        width: 30%;
        margin-right: 15px;
    }

    .box-form-info-send .form-email {
        width: 36%;
    }

    .box-form-info-send .form-phone {
        width: 30%;
        margin-right: 15px;
    }

.item-form-info-send label {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #2E4650;
    margin-bottom: 10px;
    display: block;
}

.item-form-info-send input {
    width: 100%;
    border: 1px solid #D4D9E1;
    border-radius: 3px;
    outline: none;
    transition: all .3s;
    height: 52px;
    padding: 0 15px;
}

.item-form-info-send textarea {
    height: 330px;
    padding: 15px;
    width: 100%;
    border: 1px solid #D4D9E1;
    border-radius: 3px;
    outline: none;
    transition: all .3s;
}

.item-form-info-send {
    margin-bottom: 25px;
}

    .item-form-info-send input:focus {
        border-color: #cfa205;
    }

    .item-form-info-send textarea:focus {
        border-color: #cfa205;
    }

.box-form-info-send .form-send-hs .form-ct-info-send {
    border: 1px solid #D4D9E1;
    border-radius: 3px;
    padding: 15px;
    transition: all .3s;
}

.main-download-ut {
    background: #F5F5F5;
    border: 1px dashed #C3C8D0;
    border-radius: 3px;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    transition: all .3s;
    cursor: pointer;
    padding: 15px;
}

.content-name-file-upload {
    flex: 1;
    word-break: break-word;
    margin-left: 9px;
}

    .content-name-file-upload p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 20px;
    }

.icon-up-file {
    position: relative;
    top: 2px;
}

.content-steps-send p .note {
    color: #D92A54;
}

.btn-next-item-tab.btn-send {
    padding-top: 20px;
    text-align: right;
}

    .btn-next-item-tab.btn-send a {
        min-width: 170px;
        background: linear-gradient(89.98deg, #D8AF0A 1.25%, #CFA205 99.27%);
        position: relative;
        overflow: hidden;
        z-index: 1;
        border: none;
        height: 50px;
    }

        .btn-next-item-tab.btn-send a:before {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            background-color: #deb72e;
            border-radius: 50%;
            z-index: -1;
            transform: translate(-50%, -50%) scale(0);
            top: 50%;
            left: 50%;
            -webkit-transition: 0.6s;
            -o-transition: 0.6s;
            transition: 0.6s;
        }

        .btn-next-item-tab.btn-send a .txt {
            color: #fff;
        }

        .btn-next-item-tab.btn-send a .icon svg path {
            fill: #fff;
        }

        .btn-next-item-tab.btn-send a:hover:before {
            transform: translate(-50%, -50%) scale(8);
        }

.item-option-recruit:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.icon-up-file svg path {
    transition: all .3s;
}

.main-download-ut:hover {
    border-color: #d0a406;
}

    .main-download-ut:hover .icon-up-file svg path {
        fill: #d0a406;
    }

@media (min-width:992px) and (max-width:1199px) {
    .box-form-info-send .form-email {
        width: 35.9%;
    }

    .box-form-info-send .form-textarea {
        width: 52.9%;
    }

    .box-form-info-send .form-send-hs {
        width: 45%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .item-category-post-recruit {
        width: 49%;
        margin-right: 0;
        margin-bottom: 2%;
    }

        .item-category-post-recruit:nth-child(2n+2) {
            margin-left: auto;
        }

    .item-option-recruit .title .name {
        font-size: 22px;
        line-height: 26px;
    }

    .item-option-recruit .title {
        width: 150px;
    }

    .item-option-recruit .content {
        margin-left: 20px;
    }

    .box-form-info-send .item-form-info-send {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .box-form-info-send .item-form-info-send.form-name {
            width: 48%;
        }

        .box-form-info-send .item-form-info-send.form-phone {
            width: 48%;
            margin-left: auto;
        }

    .item-form-info-send textarea {
        height: 200px;
    }

    .title-detail-post-recruit .name-post-recruit {
        font-size: 28px;
        line-height: 37px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .item-category-post-recruit {
        width: 49%;
        margin-right: 0;
        margin-bottom: 2%;
    }

        .item-category-post-recruit:nth-child(2n+2) {
            margin-left: auto;
        }

    .item-option-recruit .title .name {
        font-size: 22px;
        line-height: 26px;
    }

    .item-option-recruit .title {
        width: 100%;
    }

    .item-option-recruit .content {
        margin-left: 0;
        margin-top: 30px;
    }

    .box-form-info-send .item-form-info-send {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .box-form-info-send .item-form-info-send.form-name {
            width: 48%;
        }

        .box-form-info-send .item-form-info-send.form-phone {
            width: 48%;
            margin-left: auto;
        }

    .item-form-info-send textarea {
        height: 200px;
    }

    .title-detail-post-recruit .name-post-recruit {
        font-size: 26px;
        line-height: 36px;
    }

    .wp-detail-post-recruit {
        padding: 40px 0;
    }

    .item-option-recruit {
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width:575px) {
    .item-category-post-recruit {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

        .item-category-post-recruit:nth-child(2n+2) {
            margin-left: auto;
        }

    .item-option-recruit .title .name {
        font-size: 22px;
        line-height: 26px;
    }

    .item-option-recruit .title {
        width: 100%;
    }

    .item-option-recruit .content {
        margin-left: 0;
        margin-top: 30px;
    }

    .box-form-info-send .item-form-info-send {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

        .box-form-info-send .item-form-info-send.form-name {
            width: 100%;
        }

        .box-form-info-send .item-form-info-send.form-phone {
            width: 100%;
            margin-left: auto;
        }

    .item-form-info-send textarea {
        height: 200px;
    }

    .title-detail-post-recruit .name-post-recruit {
        font-size: 24px;
        line-height: 34px;
    }

    .wp-detail-post-recruit {
        padding: 30px 0;
    }

    .item-option-recruit {
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .lst-item-option-recruit {
        padding-top: 20px;
    }

    .lst-itm-content .itm-content {
        margin-bottom: 5px;
    }
}


/* End Chi tiết tuyển dụng */


/* Trang chi tiết tin tức */

@media (min-width:1200px) {
    .wp-detail-post-page .container {
        max-width: 1000px;
    }
}

.group-category-new {
    display: flex;
    margin-bottom: 7px;
}

    .group-category-new .txt-name-category {
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        color: #8D999E;
        position: relative;
        margin-right: 10px;
        padding-right: 10px;
    }

    .group-category-new .txt-date-new {
        color: #8D999E;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
    }

.wp-detail-post-page {
    padding: 50px 0;
}

.group-category-new .txt-name-category:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    background: #D5D5D5;
    height: 17px;
    width: 1px;
}

.block-title-detail-new .title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #2E4650;
}

.box-title-detail-new {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.box-info-detail-new {
    position: relative;
    display: flex;
}

.texture-circle-detail {
    position: absolute;
    left: -60px;
    top: -20px;
}

.box-info-detail-new .picture {
    position: relative;
}

    .box-info-detail-new .picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 3px 0 0 3px;
    }

.box-info-detail-new .picture {
    width: 570px;
}

.content-box-detail-new {
    flex: 1;
    background: linear-gradient(5.02deg, #0B3E3A 1.21%, #376F6B 95.43%);
    border-radius: 0px 3px 3px 0px;
    position: relative;
    overflow: hidden;
    min-height: 450px;
    padding: 35px;
}

    .content-box-detail-new .icon-texture-box {
        position: absolute;
        bottom: -85px;
        right: -60px;
    }

    .content-box-detail-new p {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

.block-title-detail-new {
    padding-bottom: 30px;
}

.layout-detail-new {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.sidebar-detail-new {
    width: 235px;
    position: sticky;
    top: 100px;
    left: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-left: -235px;
}

.block-new-lq .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #414B5B;
    margin-bottom: 15px;
}

.block-new-lq {
    position: relative;
    padding-right: 20px;
}

.item-new-lq + .item-new-lq {
    margin-top: 10px;
}

.item-new-lq a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #7B898E;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .item-new-lq a:hover {
        color: #DDB630;
    }

.block-new-lq:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #CCCCCC;
}

.content-detail-new {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    flex: 1;
}

@media (min-width:1200px) and (max-width:1399px) {
    .box-title-detail-new {
        max-width: 650px;
    }

    .content-detail-new {
        max-width: 650px;
        position: relative;
        left: -60px;
    }

    .sidebar-detail-new {
        margin-left: -100px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .sidebar-detail-new {
        margin-left: 0;
        width: 200px;
    }

    .block-title-detail-new .title {
        font-size: 28px;
        line-height: 36px;
    }

    .content-detail-new {
        max-width: 600px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sidebar-detail-new {
        margin-left: 0;
        width: 100%;
        position: relative;
        top: 0;
    }

    .block-title-detail-new .title {
        font-size: 28px;
        line-height: 36px;
    }

    .content-detail-new {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .wp-detail-post-page {
        padding: 40px 0;
    }

    .texture-circle-detail {
        width: 80px;
        left: -30px;
    }

    .box-info-detail-new .picture {
        width: 320px;
    }

    .content-box-detail-new {
        padding: 25px;
    }

    .layout-detail-new {
        flex-direction: column-reverse;
    }

    .block-new-lq {
        padding: 0;
    }

        .block-new-lq:before {
            display: none;
        }

    .content-box-detail-new {
        min-height: 380px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .sidebar-detail-new {
        margin-left: 0;
        width: 100%;
        position: relative;
        top: 0;
    }

    .block-title-detail-new .title {
        font-size: 26px;
        line-height: 34px;
    }

    .content-detail-new {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .wp-detail-post-page {
        padding: 30px 0;
    }

    .texture-circle-detail {
        width: 80px;
        left: -30px;
    }

    .box-info-detail-new .picture {
        width: 100%;
    }

    .content-box-detail-new {
        padding: 25px;
    }

    .layout-detail-new {
        flex-direction: column-reverse;
    }

    .block-new-lq {
        padding: 0;
    }

        .block-new-lq:before {
            display: none;
        }

    .content-box-detail-new {
        min-height: auto;
    }

    .box-title-detail-new {
        margin-bottom: 30px;
    }

    .box-info-detail-new {
        display: block;
    }
}

@media (max-width:575px) {
    .sidebar-detail-new {
        margin-left: 0;
        width: 100%;
        position: relative;
        top: 0;
    }

    .block-title-detail-new .title {
        font-size: 24px;
        line-height: 32px;
    }

    .content-detail-new {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .wp-detail-post-page {
        padding: 30px 0;
    }

    .texture-circle-detail {
        width: 80px;
        left: -30px;
    }

    .box-info-detail-new .picture {
        width: 100%;
    }

    .content-box-detail-new {
        padding: 25px;
    }

    .layout-detail-new {
        flex-direction: column-reverse;
    }

    .block-new-lq {
        padding: 0;
    }

        .block-new-lq:before {
            display: none;
        }

    .content-box-detail-new {
        min-height: auto;
        padding: 15px;
    }

    .box-title-detail-new {
        margin-bottom: 30px;
    }

    .box-info-detail-new {
        display: block;
    }
}


/* End Chi tiết tin tức */

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.zoomIn {
    -webkit-animation-name: fadeInUp;
    animation-name: zoomIn;
}

@-webkit-keyframes fadeInLeftCus {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-120px, 0, 0);
        transform: translate3d(-120px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftCus {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-120px, 0, 0);
        transform: translate3d(-120px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftCus {
    -webkit-animation-name: fadeInLeftCus;
    animation-name: fadeInLeftCus;
    animation-timing-function: cubic-bezier(.17, .89, .38, 1.15);
}

@-webkit-keyframes fadeInRightCus {
    from {
        opacity: 0;
        -webkit-transform: translate3d(120px, 0, 0);
        transform: translate3d(120px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightCus {
    from {
        opacity: 0;
        -webkit-transform: translate3d(120px, 0, 0);
        transform: translate3d(120px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightCus {
    -webkit-animation-name: fadeInRightCus;
    animation-name: fadeInRightCus;
    animation-timing-function: cubic-bezier(.17, .89, .38, 1.15);
}

.page-404 {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 0;
}

.picture-404 {
    margin-bottom: 30px;
}

.content-page-404 .title {
    color: #414B5B;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content-page-404 {
    text-align: center;
}

    .content-page-404 .txt-small-404 {
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        color: #414B5B;
        margin-bottom: 0;
    }

.btn-back-home-404 {
    padding-top: 30px;
}

    .btn-back-home-404 a {
        background: #414B5B;
        height: 50px;
        color: #Fff;
        border-radius: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 35px;
        font-weight: 600;
        font-size: 18px;
        transition: all .3s;
    }

        .btn-back-home-404 a:hover {
            background: #34716d;
        }

@media (min-width:768px) and (max-width:1599px) {
    .content-page-404 .title {
        font-size: 36px;
        line-height: 44px;
    }

    .content-page-404 .txt-small-404 {
        font-size: 18px;
        line-height: 24px;
    }

    .picture-404 {
        width: 375px;
    }

    .btn-back-home-404 a {
        font-size: 18px;
    }

    .page-404 {
        padding: 50px 0;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .page-404 {
        padding: 50px 0;
    }

    .content-page-404 .title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .content-page-404 .txt-small-404 {
        font-size: 16px;
        line-height: 22px;
    }

    .picture-404 {
        width: 375px;
    }

    .btn-back-home-404 a {
        font-size: 18px;
    }
}

@media (max-width:575px) {
    .content-page-404 .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .content-page-404 .txt-small-404 {
        font-size: 16px;
        line-height: 22px;
    }

    .picture-404 {
        width: 310px;
    }

    .btn-back-home-404 a {
        font-size: 16px;
        height: 45px;
    }

    .page-404 {
        height: 100%;
        padding: 30px 0;
    }
}


/* End 404 */


/* Tab video */

.block-info-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px;
}

.info-project {
    width: 435px;
}

.info-detail-project {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 55px;
}

.title-page-detail-project .title-big {
    font-size: 37px;
    line-height: 46px;
}

.title-page-detail-project {
    padding-bottom: 30px;
}

.txt-intro-project {
    color: #2E2E2E;
    font-size: 16px;
}

.item-detail-project .name {
    color: #2E2E2E;
    font-size: 17px;
    font-family: ATS-bold;
    width: 156px;
}

.item-detail-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E4E4E4;
}

.txt-content-project {
    color: #2E2E2E;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    font-size: 16px;
    line-height: 23px;
}

.item-detail-project:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.item-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.posts-img-project {
    display: block;
    width: 133px;
    height: 95px;
    overflow: hidden;
}

.content-item-project {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 26px;
    margin-top: -4px;
}

.posts-img-project img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 2px;
}

.content-item-project .title {
    color: #2E2E2E;
    font-size: 20px;
    line-height: 26px;
    font-family: ATS-bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.content-item-project p {
    color: #2E2E2E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.posts-img-project:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 0;
}

.content-item-project .title:hover {
    color: #7A431D;
}

.main-list-project {
    padding-top: 15px;
}

.img-promotion-thumb {
    display: block;
    border-radius: 2px;
    overflow: hidden;
    height: 82px;
    transition: all .4s;
    position: relative;
}

.list-thumns-prm .img-promotion-thumb img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: invert(15%);
}

.list-thumns-prm .swiper-slide-thumb-active .img-promotion-thumb img {
    filter: none;
}

.img-promotion-thumb:hover img {
    filter: none;
}

.img-promotion-thumb .icon-play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-thumns-prm {
    width: 86%;
    margin: 0 auto;
    position: relative;
}

.video-slide {
    position: relative;
    padding-top: 56.25%;
    margin-top: 70px;
}

    .video-slide iframe {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
    }

.txt-note-slide {
    color: #2E2E2E;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
}

.list-top-prm {
    padding-bottom: 15px;
}

.btn-control-slide-prm {
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.block-photo-library {
    padding-bottom: 90px;
}

.img-promotion-top {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 476px;
    cursor: pointer;
}

.img-slide-promotion {
    position: relative;
}

.play-control-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 3;
    cursor: pointer;
}

    .play-control-intro:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: -o-radial-gradient(transparent, rgba(0, 0, 0, .4));
        background: radial-gradient(transparent, rgba(0, 0, 0, .4));
        opacity: .3;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

    .play-control-intro .ct-control {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        width: 65px;
        height: 65px;
    }

        .play-control-intro .ct-control .wp-btn {
            position: relative;
            width: 100%;
            height: 100%;
            line-height: 60px;
            text-align: center;
            padding-left: 7px;
        }

        .play-control-intro .ct-control .icon {
            display: inline-block;
            width: 23px;
        }

    .play-control-intro .circle-ani-small {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .5);
        z-index: 1;
        border-radius: 50%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .play-control-intro .circle-ani-large {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .2);
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: .7s;
        -o-transition: .7s;
        transition: .7s;
        border-radius: 50%;
        opacity: 1;
        z-index: 2;
    }

    .play-control-intro:hover:before {
        opacity: .7;
    }

    .play-control-intro:hover .circle-ani-small {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

    .play-control-intro:hover .circle-ani-large {
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }

.btn-control-slide-prm svg {
    position: absolute;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 13px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-control-slide-prm:hover {
    background: #dedede;
}

    .btn-control-slide-prm:hover svg {
        width: 9px;
    }

.list-thumns-prm .swiper-slide:before {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 26px;
    height: 7px;
    border-radius: 58px;
    background: #216661;
    transition: 0.4s;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translateX(-50%) scaleX(0);
    z-index: 2;
}

.list-thumns-prm .swiper-slide-thumb-active:before {
    transform: translateX(-50%) scaleX(1);
}

.list-thumns-prm .swiper-slide {
    position: relative;
}

.list-thumns-prm .swiper-container {
    padding-bottom: 20px;
}

.list-thumns-prm .btn-control-slide-prm {
    top: calc(50% - 10px);
}

.img-promotion-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.prev-slide-prm {
    left: -65px;
}

.next-slide-prm {
    right: -65px;
}

    .next-slide-prm svg {
        left: 52%;
    }

.prev-slide-prm svg {
    left: 48%;
}

@media (min-width:576px) and (max-width:991px) {
    .next-slide-prm {
        right: -55px;
    }

    .prev-slide-prm {
        left: -55px;
    }
}

@media (max-width:575px) {
    .img-promotion-top {
        height: 350px;
    }

    .img-promotion-thumb {
        height: 70px;
    }

    .list-thumns-prm .swiper-slide:before {
        height: 6px;
    }

    .btn-control-slide-prm {
        width: 35px;
        height: 35px;
    }

    .img-slide-promotion .play-control-intro .ct-control {
        width: 55px;
        height: 55px;
    }

        .img-slide-promotion .play-control-intro .ct-control .icon {
            width: 17px;
        }

    .img-slide-promotion .play-control-intro .wp-btn {
        line-height: 55px;
    }

    .list-top-prm {
        padding-bottom: 10px;
    }

    .next-slide-prm {
        right: -38px;
    }

    .prev-slide-prm {
        left: -38px;
    }
}


/* style div */

.box-flex-ct {
    display: flex;
}

.left__flex-ct {
    width: 50%;
}

.right__flex-ct {
    width: 50%;
}

@media (max-width:767px) {
    .box-flex-ct {
        flex-direction: column;
    }

    .left__flex-ct {
        width: 100%;
        margin-bottom: 20px;
    }

    .right__flex-ct {
        width: 100%;
    }
}


/* -- */

.group-bd-flex {
    display: flex;
    margin-bottom: 10px;
}

.left-bd-money {
    width: 185px;
}

.right-bd {
    flex: 1;
}

.ct-editor-web .txt-title-price {
    margin-bottom: 0;
    font-weight: 500;
}

.block-price-prepay .number-price {
    margin-bottom: 0;
    font-weight: 600;
}

.block-price-prepay {
    margin-bottom: 10px;
}

.block-price-bank .number-price {
    font-weight: 600;
}

.interest-price .number-price {
    margin-bottom: 0;
    flex: 1;
    font-weight: 600;
}

.block-total-price .txt-title-price {
    font-weight: 600;
    margin-right: 8px;
}

.interest-price {
    display: flex;
    width: 50%;
}

.total-interest-price {
    display: flex;
    width: 50%;
}

    .total-interest-price .number-price {
        flex: 1;
        margin-bottom: 0;
        font-weight: 600;
    }

.block-total-price {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.block-pay-month {
    display: flex;
    align-items: center;
}

    .block-pay-month .number-price {
        margin-bottom: 0;
        width: 50%;
        font-weight: 600;
        font-size: 20px;
    }

    .block-pay-month .txt-title-price {
        width: 50%;
        font-weight: 600;
    }

@media (max-width:767px) {
    .block-total-price {
        display: block;
    }

    .interest-price {
        width: 100%;
        margin-bottom: 5px;
    }

    .total-interest-price {
        width: 100%;
    }
}

@media (max-width:575px) {
    .group-bd-flex {
        flex-direction: column-reverse;
    }

    .left-bd-money {
        width: 100%;
        margin-top: 20px;
    }

    .block-pay-month {
        display: block;
    }

        .block-pay-month .txt-title-price {
            width: auto;
            margin-bottom: 4px;
        }
}
