﻿/*!
 * style.css
 * Version - 1.0
 * Website: haiphongport.com.vn
 * Author: Ghida
 * Copyright (c) 2021 Bicweb.Vn
 */
/*#region GLOBAL */

.RadAjax.RadAjax_Default {
    background-color: rgba(0, 0, 0, 0.5) !important;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}

.table {
    width: 100%;
    margin-bottom: 2rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 1px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #7abaff;
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #b3b7bb;
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #8fd19e;
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda;
    }

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #ffdf7e;
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ed969e;
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #fbfcfc;
    }

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #95999c;
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.table-responsive {
    overflow-x: auto;
}

.quote {
    position: relative;
    text-align: left;
    padding-left: 50px;
    border-left: 3px solid #008ed4;
    font-size: 1rem;
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    padding-right: 20px;
}

    .quote::before {
        content: '“';
        font-size: 50px;
        display: block;
        position: absolute;
        top: -10px;
        left: 10px;
        font-family: a;
        font-weight: bold;
        color: #acacac;
    }

/*Paging*/
.gd_paging {
    margin: 30px 0;
    clear: both;
}

.gd_paged label:empty {
    display: none;
}

.gd_paged .num, .gd_paged .next, .gd_paged .prev {
    border: 1px solid #ccc;
    margin-right: 5px;
    width: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
}

    .gd_paged .num.select {
        background: var(--color-primary);
        border-color: var(--color-primary);
        color: #fff;
        font-weight: bold;
    }

    .gd_paged .num:hover {
        border-color: var(--color-primary);
        color: var(--color-primary);
    }

.page-content {
    padding-top: 50px;
}

/*Title Box*/
.chp_box__title, .gd_box__title {
}

    .chp_box__title .chp_text, .gd_box__title .gd_text {
        font-size: 2.5rem;
        color: var(--color-primary);
        font-weight: 600;
        margin-bottom: 30px;
        position: relative;
        display: block;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 0.5rem;
    }

        .chp_box__title .chp_text:before, .gd_box__title .gd_text:before {
            content: "";
            width: 70px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            border-bottom: 1px solid var(--color-secondary);
        }
/*Cover*/
.gd_cover_item {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    /*.gd_cover_item::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.15);
        position: absolute;
        left: 0;
        top: 0;
    }*/

    .gd_cover_item .img-fluid {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gd_cover_item .gd_absolute {
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-width: 100%;
        top: 50%;
        color: #fff;
        position: absolute;
        left: 50%;
    }

    .gd_cover_item .gd_text {
        color: #fff;
        font-weight: 800;
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-size: 48px;
        line-height: 1;
        text-shadow: 0 0 5px #555;
    }
/*Breadcrumb*/
.gd_breadcrumb {
    clear: both;
    font-size: 14px;
    padding: 0;
    text-align: center;
    position: relative;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

    .gd_breadcrumb ol {
        list-style: none;
        display: flex;
        padding: 0;
        margin: auto;
        justify-content: center;
    }

        .gd_breadcrumb ol li {
            white-space: nowrap;
            display: flex;
            align-items: center;
        }

    .gd_breadcrumb a {
        color: #fff;
        text-transform: none;
        font-size: 1.25rem;
        white-space: nowrap;
        font-weight: 400;
    }

    .gd_breadcrumb li:last-child a {
    }

    .gd_breadcrumb a:hover {
    }

    .gd_breadcrumb ol li:last-child span span {
        max-width: 170px;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden;
    }

.page-content-inner .gd_breadcrumb {
    width: 100%;
    margin-top: 0;
    border-bottom: 2px solid #ccc;
    padding: 0;
}

    .page-content-inner .gd_breadcrumb ol {
        list-style: none;
        display: flex;
        padding: 0;
        margin: auto;
        justify-content: flex-start;
    }

        .page-content-inner .gd_breadcrumb ol li {
            margin-bottom: -0.5rem;
            background-color: #fff;
        }
/*Navbar new*/
.gd_nav_bar {
    background: #ebebeb;
    padding: 15px 0;
}

    .gd_nav_bar.fixed {
        width: 100%;
        z-index: 999;
        padding: 0;
    }

.gd_filter_button_group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

    .gd_filter_button_group .gd_btn {
        font-size: 1rem;
        color: #222;
        border-radius: 0;
        margin: 0 10px;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: 500;
        display: block;
    }

        .gd_filter_button_group .gd_btn.active {
            color: #fff;
            background-color: var(--color-primary);
            border-color: var(--color-primary);
        }

        .gd_filter_button_group .gd_btn.focus, .gd_filter_button_group .gd_btn:focus {
            box-shadow: none;
        }

        .gd_filter_button_group .gd_btn:hover {
            background-color: var(--color-primary);
            border-color: var(--color-primary);
            color: #fff;
        }

/*Detail*/
.page-article-detail, .page-about {
    margin-bottom: 3.125rem;
    padding-top: 100px;
}

.page-content-inner {
    max-width: 1640px;
    margin: auto;
    padding: 2.45rem 0;
    background-color: #fff;
    margin-top: -3.75rem;
    z-index: 1;
    position: relative;
}

.page-project .gd_breadcrumb ol, .page-article .gd_breadcrumb ol {
    flex-wrap: wrap;
}

/*INTRODUCTION*/
.chp_module__location {
    margin-top: 7rem;
    position: relative;
}

.chp_location__left {
    position: relative;
    min-height: 420px;
}

    .chp_location__left .chp_content {
        width: 45%;
        color: #fff;
        padding: 3.5rem 0;
    }

        .chp_location__left .chp_content h2 {
            color: #fff;
            text-transform: uppercase;
            font-size: 2.5rem;
        }

        .chp_location__left .chp_content h3 {
            position: relative;
            font-weight: 500;
            margin-bottom: 1rem;
        }

            .chp_location__left .chp_content h3:before {
                width: 40px;
                content: "";
                border-bottom: 1px solid #fff;
                display: inline-block;
                margin-right: 10px;
            }

        .chp_location__left .chp_content p {
            padding-left: 50px;
        }

    .chp_location__left:after {
        content: "";
        width: 60%;
        height: 100%;
        background: var(--color-primary) no-repeat left bottom;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.chp_location__right {
    position: absolute;
    top: -3.5rem;
    right: 0;
    z-index: 0;
    width: 49.17%;
    height: 100%;
    background-color: var(--color-secondary);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .chp_location__right img {
        max-width: 940px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

/*#endregion */
/*#region PARTNER */
.chp_partners {
    margin-top: 3.5rem;
}

.chp_brand {
    padding: 1.5rem 0;
}

    .chp_brand .logo-inner {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.5rem;
    }

        .chp_brand .logo-inner img {
            width: auto !important;
            max-height: 80px;
        }

/*#endregion */
/*#region ARTICLE */
/*News Stick*/
.chp_banner__page {
    position: relative;
    z-index: 10;
}

    .chp_banner__page .gd_cover_item {
        background-color: var(--color-primary);
        min-height: calc(80vh);
        overflow: inherit;
        padding: 4.5rem 0 2.5rem;
    }

.chp_stick__text {
    width: 40%;
    padding-right: 3.5rem;
    color: var(--color-secondary);
}

.chp_stick__image {
    position: absolute;
    width: 60%;
    right: 0;
    top: 4.5rem;
    z-index: 100;
    height: 100%;
}

.chp_stick__text .chp_cap {
    color: var(--color-secondary);
    font-weight: 400;
    font-size: 2.5rem;
    display: inline-block;
    position: relative;
    line-height: 1;
    margin-bottom: 1.5rem;
    width: 80%;
    padding-top: 0.5rem;
}

    .chp_stick__text .chp_cap::before {
        content: "";
        position: absolute;
        left: 0;
        width: 30%;
        min-width: 5rem;
        background-color: #fff;
        height: 3px;
        top: 0;
    }

.chp_stick__text .chp_post__title .chp_text {
    font-size: 2.25rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.25;
    padding: 0;
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1.5rem 0;
    transition: all 300ms ease-in;
}

.chp_stick__text .chp_post__title:hover .chp_text {
    color: var(--color-secondary);
}

.chp_stick__text .chp_post__excerpt {
    font-size: 1.25rem;
}

.chp_stick__text .chp_readmore {
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    color: var(--color-secondary);
    font-weight: 300;
    margin-top: 2rem;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid;
}
/*News Item*/
.page-article, .page-project {
    padding: 3.125rem 0;
}

    .page-project .gd_box__title .gd_text {
        margin-bottom: 30px;
    }

.gd_first_post .gd_post__image {
    flex: 0 0 calc(50% - 15px);
    height: calc((1410px/3 - 30px));
}

.gd_first_post .gd_post__content {
    flex: 0 0 calc(50% + 15px);
    padding: 30px 30px 30px 60px;
}

#load_article .gd_post__content {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#load_article .gd_post__image {
    height: calc( 220/330 * (var(--content-size)/3 - 30px));
    overflow: hidden;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #load_article .gd_post__image:hover img {
        transform: scale(1.1);
    }

#load_article .gd_first_post .gd_post__content {
    border-left: none;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

#load_article .gd_first_post .gd_text {
    color: #e40000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    display: block !important;
}

#load_article .gd_first_post:hover .gd_text {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

#load_article .gd_first_post .gd_post__image {
    height: calc( 1 * (var(--content-size)/3 - 30px));
}

#load_article .gd_first_post.gd_post__item .gd_date {
    top: 50%;
    transform: translateY(-50%);
    left: -55px;
}

.gd_grid__gutter {
    width: 30px;
}

.gd_grid__sizer {
    width: 25%;
}

.gd_post__item {
    margin-bottom: 30px;
}

.gd_post__inner {
    display: flex;
    flex-wrap: wrap;
}

.gd_post__image {
    flex: 0 0 100%;
    overflow: hidden;
    margin-bottom: 0;
}

    .gd_post__image a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        background: -webkit-linear-gradient(45deg, #0160A2 0%, #0160A2 100%);
        background: linear-gradient(45deg, #0160A2 0%,#0160A2 100%);
    }

        .gd_post__image a::before {
            position: absolute;
            top: 15px;
            right: 15px;
            bottom: 15px;
            left: 15px;
            border: 1px solid #fff;
            content: none;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
            transition: opacity 0.35s, transform 0.45s;
            -webkit-transform: translate3d(-15px,0,0);
            transform: translate3d(-15px,0,0);
            z-index: 1;
        }

    .gd_post__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 300ms ease-in 0ms;
    }

    .gd_post__image :hover .img-fluid {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

.gd_post__content {
    flex: 0 0 100%;
    padding: 30px;
    position: relative;
    transition: all 300ms ease-in 0ms;
}

.gd_post__title .gd_text {
    font-size: 1.25rem;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.gd_post__excerpt {
    font-size: 1rem;
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gd_post__item:hover a::before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gd_post__item:hover .gd_post__image img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gd_post__item:hover .gd_post__excerpt, .gd_post__item:hover .gd_post__title .gd_text {
    color: #fff;
}

.gd_post__item:hover .gd_post__content {
    background-color: var(--color-primary);
    border-color: var(--color-primary) !important;
}

.gd_post__item:hover .gd_date {
}

.gd_date_new {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: block;
    padding-left: 1.2rem;
    background: url('images/clock.svg') no-repeat left center;
    background-size: auto 0.9rem;
    color: var(--color-secondary);
}

.gd_load__more {
    position: relative;
    margin: auto;
    text-align: center;
}

.gd_readmore {
    cursor: pointer;
    margin-top: 15px;
    font-size: 1.25rem;
    position: relative;
    padding: 0.25rem 0;
    display: inline-flex;
    margin: 10px auto 0;
    font-weight: 400;
    color: var(--color-secondary);
    align-items: center;
    transition: all 300ms ease-in 0ms;
    border-bottom: 1px solid;
}

    .gd_readmore:hover {
        border-bottom: var(--color-secondary);
    }

    .gd_readmore:before {
        display: none;
        content: "";
        height: 1px;
        background: #e40000;
        width: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all 300ms ease-in 0ms;
    }

    .gd_readmore:hover::before {
        width: 100%;
    }

.gd_load__more .gd_readmore {
    font-size: 1.15rem;
    font-weight: 400;
    text-transform: uppercase;
}

    .gd_load__more .gd_readmore .fal {
        display: block;
        text-align: center;
        font-size: 24px;
        line-height: 22px;
        margin-left: 8px;
        font-weight: 400;
        margin-top: 5px;
    }

.gd_post__item .gd_date {
    position: absolute;
    font-size: 13px;
    color: #fff;
    background: #e40000;
    text-align: center;
    padding: 5px;
    z-index: 10;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    transition: all 200ms ease-in 0ms;
    font-family: 'Montserrat', sans-serif;
}

    .gd_post__item .gd_date span {
        display: block;
        font-size: 2.5rem;
        text-align: center;
        line-height: 1;
        margin-top: 5px;
        margin-bottom: -3px;
        font-weight: 700;
    }

    .gd_post__item .gd_date .gd_day {
        font-weight: bold;
        font-size: 30px;
        line-height: 1;
    }

/*Service*/
.sh-fixed-nav {
    position: fixed;
    width: calc(100vw / 3);
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5) !important;
    z-index: 10;
    color: #fff;
    height: 100vh;
    border-left: 1px solid #fff;
}

    .sh-fixed-nav.opacity {
        opacity: 0;
        visibility: hidden;
    }

.sh-nav-right {
    display: flex;
    align-items: center;
    height: 100%;
}

#navsection {
    padding: 0;
}

    #navsection .li-item {
        display: block;
        list-style: none;
        color: #fff;
    }

        #navsection .li-item .gd_inner {
            position: absolute;
            top: 50%;
            width: 100%;
            padding: 0 30px;
            transform: translateY(-50%);
        }

        #navsection .li-item a.sh-title-link, #navsection .li-item .sh-content {
            display: none;
        }

        #navsection .li-item.active a.sh-title-link, #navsection .li-item.active .sh-content {
            display: block;
        }

        #navsection .li-item::before {
            content: attr(data-item);
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            border-radius: 50%;
            margin-bottom: 15px;
            color: #666;
            margin-left: -25px;
            z-index: 1;
            position: relative;
            cursor: pointer;
        }

        #navsection .li-item.active:before {
            background-color: #e40000;
            color: #fff;
            font-weight: 500;
        }

        #navsection .li-item .sh-title {
            animation: 1s ease 0s normal both 1 running fadeInDown;
            font-size: 2.5rem;
            font-weight: 500;
            color: #fff;
            padding-left: 30px;
            margin-bottom: 15px;
        }

        #navsection .li-item .sh-content {
            padding-left: 30px;
            padding-bottom: 40px;
        }

        #navsection .li-item .read-more {
            animation: 1s ease 0.5s normal both 1 running fadeInLeft;
            font-size: 16px;
            color: #FFF;
            display: inline-block;
            right: 0;
            font-style: italic;
            /* position: absolute; */
            margin-top: 20px;
            bottom: 20px;
            right: 20px;
        }

            #navsection .li-item .read-more a {
                color: #fff;
                position: relative;
                border-bottom: 1px solid #fff;
            }

                #navsection .li-item .read-more a::before {
                    background: url('images/arrow-right.png') no-repeat center;
                    content: "";
                    width: 41px;
                    height: 10px;
                    display: block;
                    position: absolute;
                    right: -41px;
                    bottom: -1px;
                }

        #navsection .li-item .sh-content .sh-desc {
            animation: 1s ease 0s normal both 1 running fadeIn;
            font-size: 16px;
        }

.sh-item-image {
    margin: 0;
}

    .sh-item-image .img-fluid {
        height: 100%;
    }
/*Service Detail*/
.page-service-detail {
    padding: 50px 0;
}

    .page-service-detail .gd_post__single_body {
        padding: 0;
    }

        .page-service-detail .gd_post__single_body:before {
            display: none;
        }

    .page-service-detail .gd_article__single + .gd_social__bar {
        padding-left: 0;
        margin-bottom: 30px;
    }

.gd_article__related.gd_service__related {
    margin-top: 0;
}

.gd_service__related .gd_post__content {
    padding: 15px 30px;
}


/*Single*/
.page-article-detail .content-inner {
    max-width: 1200px;
    margin: auto;
    padding: 40px 5%;
    border: 1px solid #ccc;
}

.gd_post__single .gd_post__meta {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
}

.gd_post__meta {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 1rem;
    text-align: center;
}

    .gd_post__meta .gd_date {
        font-size: 1rem;
        color: #444444;
        text-align: center;
        z-index: 10;
        transition: all 200ms ease-in 0ms;
        padding-bottom: 0.5rem;
    }

        .gd_post__meta .gd_date span {
            display: block;
            font-size: 2.5rem;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
            margin-top: 5px;
            margin-bottom: 1rem;
            font-weight: 700;
            border-bottom: 1px solid rgba(255,255,255,0.5);
        }

.gd_post__single .meta_wr {
    display: flex;
}

.gd_single__image {
    border-radius: 15px;
    overflow: hidden;
}

.gd_post__single_content .gd_post__title {
    position: relative;
}

.gd_post__single_title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #222;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 1rem;
    display: block;
    max-width: 80%;
}

.gd_article__single {
    overflow: hidden;
    position: relative;
    padding-bottom: 2.5rem;
}

    .gd_article__single .show_more {
        background: linear-gradient(to top, rgb(255, 255, 255) 30%,rgba(255,255,255,.95),rgba(255,255,255,0) 100%);
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 65px 15px 25px 160px;
        font-weight: 400;
        color: #222;
        cursor: pointer;
        text-align: center;
        display: none;
    }

        .gd_article__single .show_more:after {
            content: "\f107";
            cursor: pointer;
            font-family: 'Font Awesome 5 Pro';
            font-size: 1rem;
            margin-left: 5px;
            font-weight: 400;
        }

    .gd_article__single + .gd_social__bar {
    }


.gd_post__single_body {
    text-align: justify;
    color: #222;
    font-size: 1rem;
    /* letter-spacing: 0.75px; */
    line-height: 1.75;
}

    .gd_post__single_body::before {
        content: none;
        width: 30px;
        position: absolute;
        height: 1px;
        background-color: #222;
        left: 110px;
        top: 1rem;
    }

    .gd_post__single_body strong {
        font-weight: 500;
    }

    .gd_post__single_body b, .gd_post__single_body strong {
        font-weight: bold;
    }

.gd_article__related {
    padding: 3rem 0;
}

    .gd_article__related .gd_box__title .gd_text {
        margin-bottom: 2rem;
        display: block;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 0.5rem;
    }

        .gd_article__related .gd_box__title .gd_text::before {
            content: "";
            width: 70px;
            height: 1px;
            background-color: var(--color-secondary);
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

    .gd_article__related .gd_post__content {
    }

.chp-image-slider .owl-nav [class^="owl-"] {
    background: url(images/next-ligh.svg) no-repeat top center;
    color: #fff;
    line-height: 1;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s ease-in 0s;
    visibility: visible;
    z-index: 100;
    height: 65px;
    width: 45px;
    cursor: pointer;
    font-size: 2.5rem;
    background-size: auto;
    margin-top: -50px;
}

.chp-image-slider .owl-nav .owl-prev {
    left: -60px;
    transform: rotate(-180deg);
}

.chp-image-slider .owl-nav .owl-next {
    right: -60px;
}


.chp-image-slider .owl-nav .disabled {
    opacity: 0.5;
}
/*#endregion */

/*#region SERVICE */
.chp_content_nn .chp_box__title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

    .chp_content_nn .chp_box__title .chp_text {
        display: inline-block;
        text-transform: uppercase;
        font-size: 30px;
        border-bottom: 1px solid var(--color-secondary);
        margin-bottom: -1px;
    }

    .chp_content_nn .chp_box__title .chp_text {
        display: inline-block;
    }

        .chp_content_nn .chp_box__title .chp_text::before {
            display: none;
        }

.page-content.page-service {
    overflow: hidden;
}

.page-service .gd_load__more {
    margin-bottom: 30px;
}

.gd_cover_item .gd_absolute.chp_cover__service {
    transform: none;
    left: calc((100% - 1660px) / 2);
    max-width: calc(var(--content-size) / 2);
}

    .gd_cover_item .gd_absolute.chp_cover__service .chp_desc, .gd_cover_item .gd_absolute.chp_cover__service .chp_desc p {
        font-size: 2.75rem;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 1.25;
        display: -webkit-box !important;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.gd_service__desc {
    padding-bottom: 50px;
}

    .gd_service__desc:empty {
        display: none;
    }

    .gd_service__desc img {
        max-width: 100%;
        height: auto;
    }

.gd_service__item {
    margin-bottom: 40px;
}

.gd_service__inner {
    display: flex;
    flex-flow: wrap;
}

.gd_service__image {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 20px;
    padding-right: 1.15rem;
    margin: 0;
    border-radius: 10px;
}

.gd_service__content {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1.15rem;
    position: relative;
    display: flex;
    padding-right: 1.15rem;
}

    .gd_service__content .chp_inner {
        position: relative;
        width: 100%;
    }

        .gd_service__content .chp_inner::before {
            content: attr(data-index);
            font-size: 1.35rem;
            font-weight: 400;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 100;
            color: #f89832;
            line-height: 1;
        }

    .gd_service__content .gd_readmore {
        line-height: 1.4;
        margin-top: 1rem;
        border-radius: 1.5rem;
        background-color: var(--color-secondary);
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 1rem;
        padding: 0.5rem 2rem;
        transition: all 300ms ease-in 0ms;
        display: none;
    }

        .gd_service__content .gd_readmore:hover {
            box-shadow: 3px 3px 10px #454545;
        }

.gd_service__item:nth-child(2n) .gd_service__inner {
    flex-direction: row-reverse;
}

.gd_service__item:nth-child(2n) .gd_service__content .chp_inner::before {
    left: auto;
    right: 0;
}

.gd_service__item:nth-child(2n) .gd_service__title .gd_text::after {
    right: -5rem;
    left: auto;
}

.gd_service__image a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(45deg, #263063 0%, #efc132 100%);
    background: linear-gradient(45deg, #263063 0%,#efc132 100%);
    position: relative;
    border-radius: 10px;
}

    .gd_service__image a::before {
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        border: 1px solid #fff;
        content: none;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
        z-index: 1;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }

.gd_service__image:hover a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gd_service__image .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    border-radius: 10px;
}

.bct-prodThumb .bic_p_image,
.bct-prodThumb .bic_p_image img,
.bct-prodThumb .bic_p_image a {
    border-radius: 10px;
}

.gd_service__image:hover .img-fluid {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.gd_service__item:nth-child(2n) .gd_service__image {
    padding-right: 0;
    padding-left: 1.75rem;
}

.gd_service__item:nth-child(2n) .gd_service__content {
    text-align: right;
}

.gd_service__title {
    display: block;
}

    .gd_service__title .gd_text {
        display: inline-block;
        color: var(--color-primary);
        font-size: 1.67rem;
        margin-bottom: 1rem;
        padding-top: 2rem;
        position: relative;
        font-weight: 600;
        line-height: 1.1;
        text-transform: uppercase;
    }

        .gd_service__title .gd_text::after {
            content: "";
            position: absolute;
            bottom: 0.5rem;
            left: -5rem;
            background-color: var(--color-secondary);
            display: block;
            width: 4.5rem;
            height: 1px;
        }

        .gd_service__title .gd_text:hover {
            color: var(--color-secondary);
        }


.chp_post__service .chp_text {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.75rem;
    line-height: 1.25;
    font-weight: 500;
    margin-top: 5rem;
}

.hide-number .gd_service__content .chp_inner::before {
    display: none;
}

.hide-number .gd_service__title .gd_text {
    padding-top: 0;
}

    .hide-number .gd_service__title .gd_text::after {
        content: none;
        display: none;
    }
/*Animation*/
.gd_service__excerpt, .gd_service__title, .gd_service__image, .gd_service__content .gd_readmore {
    opacity: 0;
}

.show-text .gd_service__image {
    animation: fadeInLeft 1.5s forwards ease;
}

.show-text.gd_service__item:nth-child(2n) .gd_service__image {
    animation: fadeInRight 1.5s forwards ease;
}

.show-text .gd_service__title {
    animation: fadeInUp 1.5s forwards ease;
}

.show-text.gd_service__item:nth-child(2n) .gd_service__title {
    animation: fadeInUp 1.5s forwards ease;
}

.show-text .gd_service__excerpt {
    animation: fadeInUp 1.5s forwards ease 0.5s;
    text-align: justify;
}

.show-text .gd_service__content .gd_readmore {
    animation: fadeInUp 1.5s forwards ease 1s;
}
/*#endregion*/

/*#region RELATED DICHVU */
.chp_module__news .row {
    margin-left: -10px;
    margin-right: -10px;
}

.chp_module__news .chp_news__item {
    padding: 0 10px;
}

.chp_news__inner {
    margin-bottom: 2rem;
}

.chp_news__image {
    margin-bottom: 0;
    background: -webkit-linear-gradient(45deg, #263063 0%, #efc132 100%);
    background: linear-gradient(45deg, #263063 0%,#efc132 100%);
    height: calc( 320/450 * (var(--content-size)/3 - 30px));
}

    .chp_news__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        max-width: none;
        width: 100%;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
    }

    .chp_news__image a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

        .chp_news__image a:before {
            position: absolute;
            top: 15px;
            right: 15px;
            bottom: 15px;
            left: 15px;
            border: 1px solid #fff;
            content: none;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
            transition: opacity 0.35s, transform 0.45s;
            -webkit-transform: translate3d(-15px,0,0);
            transform: translate3d(-15px,0,0);
            z-index: 1;
        }

    .chp_news__image:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .chp_news__image:hover a:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.chp_news__content {
    position: relative;
    padding-bottom: 2rem;
}

    .chp_news__content::before {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
        background-color: var(--color-primary);
        z-index: -1;
    }

    .chp_news__content::after {
        content: none;
        width: 10px;
        position: absolute;
        left: 0;
        bottom: 2rem;
        background-color: var(--color-secondary);
        z-index: 1;
        height: calc(100% - 3.5rem);
    }

    .chp_news__content .chp_date {
        color: var(--color-secondary);
        padding-left: 2rem;
    }

.chp_news__title {
    display: block;
    width: calc(100%);
    background-color: var(--color-primary);
    margin-top: -2.5rem;
    transition: all 300ms ease-in 0ms;
    height: 4.5rem;
}

    .chp_news__title:hover {
        width: 100%;
        padding-right: 2rem;
    }

    .chp_news__title .chp_text {
        font-size: 1.35rem;
        color: var(--color-secondary);
        display: -webkit-box !important;
        max-width: 100%;
        margin-bottom: 0.5rem;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400;
        padding-left: 2rem;
        padding-top: 1rem;
        line-height: 1.35;
        text-align: left;
        text-transform: uppercase;
    }

.chp_services .chp_news__title .chp_text {
    text-transform: uppercase;
    font-size: 1.75rem;
    padding-right: 3.25rem;
    margin-bottom: 0;
    padding-top: 1.5rem;
    text-align: left;
}

.chp_services .chp_news__content::after {
    bottom: 1.75rem;
}

.chp_related .owl-nav {
    display: flex;
    font-size: 0;
    justify-content: flex-end;
    margin-bottom: 2.5rem;
}

    .chp_related .owl-nav .owl-prev, .chp_related .owl-nav .owl-next {
        flex: 0 0 40px;
        max-width: 40px;
        height: 40px;
        background: url(images/next-prev.svg) no-repeat left center;
        background-size: cover;
        cursor: pointer;
    }

    .chp_related .owl-nav .owl-next {
        background-position: right center;
    }

/*COUNTER SERVICE*/

.chp_module__count .chp_wrap {
    display: flex;
    background-color: var(--color-secondary);
    margin-bottom: 3.5rem;
}

.chp_counter__image {
    margin-bottom: 0;
    min-width: 54.25%;
    flex: 0 0 54.25%;
}

.chp_module__count .chp_wrap .chp_counter {
    flex-flow: wrap;
    color: #fff;
    align-items: center;
    height: 100%;
    padding: 3.5rem;
}

.chp_counter__item {
    flex: 0 0 100%;
    padding-left: 12rem;
    background-size: 160px auto;
    background-repeat: no-repeat;
    background-position: left center;
}

    .chp_counter__item:nth-child(1) {
        background-image: url(images/cqn-count-quymo.svg);
    }

    .chp_counter__item:nth-child(2) {
        background-image: url(images/cqn-count-monnuoc.svg);
    }

    .chp_counter__item:nth-child(3) {
        background-image: url(images/cqn-count-taitrong.svg);
    }

.chp_count__up {
    flex: 1 auto;
}

.chp_counter__item .title {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
}

    .chp_counter__item .title > span {
        font-size: 1rem;
        font-weight: 300;
        display: block;
    }

.chp_counter__item .count_text {
    color: var(--color-primary);
    font-size: 1.5rem;
    display: block;
}

    .chp_counter__item .count_text .count_up {
        font-size: 2.5rem;
        font-weight: 500;
        margin-right: 5px;
    }

.chp_count__up.style-2 .chp_counter__item {
    background: none;
    padding-left: 3rem;
    display: flex;
}

    .chp_count__up.style-2 .chp_counter__item .title {
        margin-right: 15px;
    }

    .chp_count__up.style-2 .chp_counter__item .count_text .count_up {
        font-size: 3.5rem;
        line-height: 1;
    }
/*#endregion */

/*#region ABOUT US */

.slider-controls {
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
    background: #fff;
    z-index: 11;
    top: 40px;
    left: calc(50px - 2.4rem);
    border-radius: 50%;
    border: 2px solid #ff9600;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateZ(45deg);
}

    .slider-controls > a {
        color: #222;
        padding: 0px 11px;
        font-size: 20px;
    }

    .slider-controls::after {
        position: absolute;
        content: "";
        height: 61%;
        width: 1px;
        background: #ccc;
    }

.slider-left {
    transform: rotateZ(-45deg);
}

.slider-right {
    transform: rotateZ(-45deg);
}

.chp_intro {
    display: flex;
    flex-wrap: wrap;
}

.chp_intro__left {
    background: url(images/chp-bg-gioithieu.png) no-repeat left bottom;
    flex: 0 0 45%;
    max-width: 45%;
    min-height: 460px;
}

.chp_intro__right {
    flex: 0 0 55%;
    max-width: 55%;
    position: relative;
    padding-right: calc((100vw - var(--content-size))/2);
}

    .chp_intro__right::after {
        content: "";
        background: url(images/chp-bg-csht.png) no-repeat bottom right;
        width: 100%;
        height: 450px;
        position: absolute;
        bottom: -30%;
        right: 0;
        z-index: -1;
    }

.chp_intro__left .chp_intro__inner {
    padding-left: calc((100vw - var(--content-size))/2);
}


.chp_intro__inner.content-area ul {
    padding: 0;
    list-style-position: inside;
}

.chp_intro__left h2 {
    font-size: 60px;
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
}

.chp_intro__left .chp_intro__inner p {
    color: var(--color-secondary);
    font-weight: 500;
    font-size: 1.25rem;
}

    .chp_intro__left .chp_intro__inner p:before {
        content: "";
        display: inline-block;
        width: 50px;
        border-bottom: 1px solid;
        margin-right: 10px;
    }

.chp_intro__right h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #037dc6;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 1rem;
}
/*Sodocang*/
.chp_cosohatang {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.chp_cosohatang_virtual {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .chp_cosohatang_virtual img {
        width: 100%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.chp_cosohatang_content {
    padding-right: calc((100vw - var(--content-size))/2);
    text-align: justify;
    padding-left: 3rem;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10rem;
}

    .chp_cosohatang_content .chp_box__title .chp_text {
        text-align: left;
        margin: 0;
    }

        .chp_cosohatang_content .chp_box__title .chp_text:before {
            display: none;
        }

    .chp_cosohatang_content .control_nav {
        display: flex;
        list-style: none;
        border-bottom: 1px solid #e5e5e5;
        padding: 0;
    }

        .chp_cosohatang_content .control_nav .item {
            margin-right: 4.25rem;
        }

            .chp_cosohatang_content .control_nav .item.active a {
                border-bottom: 1px solid var(--color-secondary);
                color: var(--color-secondary);
            }

            .chp_cosohatang_content .control_nav .item a {
                color: #222;
                font-size: 24px;
                display: block;
                padding-bottom: 5px;
            }

    .chp_cosohatang_content .chp_desc ul {
        margin-top: 40px;
    }

        .chp_cosohatang_content .chp_desc ul li {
            display: flex;
            justify-content: flex-start;
            text-align: justify;
            margin-bottom: 30px;
        }

            .chp_cosohatang_content .chp_desc ul li a {
                font-weight: 500;
                margin-right: 10px;
                position: relative;
            }

    .chp_cosohatang_content .chp_desc .tab-content {
        display: none;
    }

        .chp_cosohatang_content .chp_desc .tab-content.active {
            display: block;
        }

    .chp_cosohatang_content .chp_desc a {
        /* display: block;
        margin-top: 1rem;
        padding: 8px 15px;
        border: 1px solid #ccc;
        width: 220px;
        color: var(--color-secondary);
        text-transform: uppercase;*/
    }

        .chp_cosohatang_content .chp_desc a:hover {
            /* color: #fff;
            background-color: var(--color-primary);
            border-color: var(--color-primary);*/
        }
/*History*/

/*POPUP*/
.bct_viewDetail {
    font-weight: 600;
    font-style: italic;
    float: right;
}

.bct_history__inner {
    background: #33333382;
    padding: 50px 0;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 2000;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

    .bct_history__inner.show {
        opacity: 1;
        transition-timing-function: ease;
        visibility: visible;
    }

.bct_history__wrap.show {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateX(-50%)translateY(-50%);
    transition-timing-function: ease;
}


.bct_history__exit {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: var(--color-secondary);
    transform: rotateZ(45deg) translateY(-184px);
    text-align: center;
    line-height: 200px;
    cursor: pointer;
}

    .bct_history__exit i {
        position: absolute;
        bottom: 12px;
        color: #ffffff;
        transform: rotateZ(45deg);
        font-size: 1.5rem;
        left: 95px;
        font-weight: 300;
    }

.bct_history__tittle {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

    .bct_history__tittle .bct-text {
        text-align: center;
        color: #253895;
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0;
        line-height: 1.25;
    }

.bct_history__desc {
    color: #00a850;
    font-size: 1rem;
    margin: 2.5rem 0;
}

.bct_history__content {
    overflow-y: auto;
    height: 80%;
    padding: 0 20px;
    padding-bottom: 3rem;
    scrollbar-width: thin;
}

    .bct_history__content img {
        max-width: 100%;
    }

    .bct_history__content h2 {
        text-transform: uppercase;
        font-size: 1rem;
        color: #00a850;
        font-weight: 500;
    }

.bct_history__wrap {
    width: 60vw;
    margin: auto;
    padding: 2.5rem 3.75rem;
    position: absolute;
    overflow: hidden;
    transition-duration: 0.4s;
    background: linear-gradient(-135deg, transparent 79px, white 80px,white 97%,transparent 95% );
    height: 80vh;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-100%);
}


.chp_module_history {
    background: url(images/chp-bg-history.png) no-repeat left bottom;
    position: relative;
    padding: 3.5rem 0;
}

.thumbnail-slider-container {
    z-index: 100;
}

.gd_slider_history {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.slider-history .slick-arrow {
    display: none !important;
}

.chp_history_item {
    min-height: 280px;
}

.chp_history_control {
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #f4ab2b;
}

.chp_history_box {
    display: flex;
    flex-wrap: wrap;
}

.chp_history_item.active .chp_history_box {
    display: flex;
}

.chp_history_title {
    font-size: 1rem;
    font-weight: 500;
}

.chp_history_image {
    width: 50%;
    position: relative;
    padding: 0 70px 40px 110px;
}

    .chp_history_image::before {
        content: "";
        width: calc(100% - 70px);
        position: absolute;
        left: 50px;
        height: 320px;
        top: 20px;
        border: 2px solid var(--color-secondary);
        z-index: 1;
        border-radius: 10px;
    }

    .chp_history_image::after {
        content: "";
        width: 515px;
        position: absolute;
        right: 0px;
        height: 320px;
        bottom: 0px;
        background-color: var(--color-primary);
        border-radius: 10px;
    }

.chp_history_box img {
    width: 515px;
    height: 320px;
    object-fit: cover;
    max-width: 100%;
    position: relative;
    z-index: 10;
    border-radius: 10px;
}

.chp_history_desc {
    position: relative !important;
    padding: 1rem 0;
}

    .chp_history_desc p {
        margin-bottom: 0.5rem;
    }

.chp_history_detail {
    color: #222;
    text-align: justify;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-top: 40px;
}

    .chp_history_detail .chp_history_title {
        font-size: 1.25rem;
        color: var(--color-primary);
        font-weight: 600;
        margin-bottom: 8px;
        padding: 0;
        display: -webkit-box !important;
        max-width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .chp_history_detail .chp_history_desc::before {
        content: "";
        border-bottom: 1px solid var(--color-secondary);
        width: 110%;
        position: absolute;
        top: 0;
        left: 0;
    }

.chp_history_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
}

    .chp_history_bar .chp_history_title {
        font-size: 3rem;
        position: relative;
        cursor: pointer;
        z-index: 10;
        display: block;
        padding: 1rem 2.5rem;
        text-align: center;
        transition: all 300ms ease 0ms;
        font-weight: 300;
        color: #222;
        line-height: 1;
    }

        .chp_history_bar .chp_history_title:hover {
            background-color: #efc132;
        }

        .chp_history_bar .chp_history_title::before, .chp_history_bar .chp_history_title::after {
            width: 16px;
            height: 16px;
            background-color: #222;
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: rotateZ(-45deg) translate(-50%);
            box-shadow: -2px 0px 5px #e5e5e5;
            margin-top: -16px;
            margin-left: -2px;
            display: none;
        }

        .chp_history_bar .chp_history_title::after {
            background-color: #e40000;
            box-shadow: none;
            width: 10px;
            height: 10px;
            top: 50%;
            left: 50%;
            margin-top: -11px;
            margin-left: -1px;
        }

.slick-active.chp_history_bar {
    opacity: 1;
}

.chp_history_bar.slick-slide.slick-current.slick-active.slick-center {
}

.slick-center.chp_history_bar .chp_history_title {
    font-weight: 600;
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

    .slick-center.chp_history_bar .chp_history_title::before, .slick-center.chp_history_bar .chp_history_title::after {
        display: none;
    }

.thumbnail-slider-container .slick-arrow {
    opacity: 1;
    position: absolute;
    text-indent: -9999px;
    font-size: 0;
    background: transparent url(images/backtop.svg);
    border: none;
    outline: none;
    width: 3rem;
    height: 2rem;
    top: 2rem;
    z-index: 100;
    cursor: pointer;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

    .thumbnail-slider-container .slick-arrow.slick-next {
        right: -0.5rem;
    }

    .thumbnail-slider-container .slick-arrow.slick-prev {
        left: -0.5rem;
        transform: rotate(-90deg);
    }

.chp_history_bar.active .chp_history_title::after {
    /* background-color: #f4ab2b;*/
}

.chp_history_bar.active .chp_history_title {
    font-weight: bold;
}

.chp_history_item.active .chp_history_box {
    /*  animation: fadeInUp 1s ease 0s forwards;*/
}

/*BanLanhDao*/
.chp_hdqt__list {
    max-width: 1200px;
    margin: auto;
}

.chp_module_hdqt {
    margin-bottom: 4.5rem;
}

.chp_member__item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 10px;
}

    .chp_member__item.first {
        flex: 0 0 50%;
        max-width: 50%;
    }

.chp_member__inner {
    margin-bottom: 20px;
}

.chp_member__image {
    margin-bottom: 0;
    background: -webkit-linear-gradient(45deg, #263063 0%, #efc132 100%);
    background: linear-gradient(45deg, #263063 0%,#efc132 100%);
}

    .chp_member__image img {
        position: relative;
        max-width: 100%;
        width: 100%;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
    }

.chp_member__content {
    position: relative;
    padding-bottom: 10px;
    background-color: var(--color-primary);
}

    .chp_member__content::before {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
        z-index: -1;
    }

    .chp_member__content .chp_title {
        width: 100%;
        margin-top: 0;
        transition: all 300ms ease-in 0ms;
        font-size: 1.25rem;
        color: #fff;
        display: -webkit-box !important;
        max-width: 100%;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400;
        line-height: 1.42;
        padding: 10px 15px;
    }

    .chp_member__content .chp_chucvu {
        padding: 0 15px;
        color: #fff;
    }

.chp_member__item .chp_member__content {
    border-bottom: 2px solid var(--color-secondary);
}

.chp_member__item.first .chp_member__inner {
}

.chp_member__item.first .chp_member__image {
    flex: 0 0 50%;
    height: auto;
}

.chp_member__item.first .chp_member__content {
    padding: 15px;
    text-align: justify;
}

    .chp_member__item.first .chp_member__content .chp_title {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .chp_member__item.first .chp_member__content .chp_chucvu {
        padding: 0;
    }

    .chp_member__item.first .chp_member__content .chp_member__excerpt {
        display: none;
        color: #fff;
    }
/*Định hướng phát triển*/
.page-content.page-about {
}

.chp_module_dinhhuong {
    margin-top: 3rem;
    padding: 2.5rem 0 5rem;
    color: #762f0b;
    background: url(images/bg-tt.jpg) no-repeat center center;
    background-size: cover;
}

    .chp_module_dinhhuong h2 {
        text-align: center;
        font-size: 1.75rem;
        font-weight: 300;
    }

    .chp_module_dinhhuong img {
        display: block;
        margin: auto;
    }
/*Phát triển bền vững*/
.chp_page__content p.title {
    font-size: 2.25rem;
    line-height: 1.25;
    color: var(--color-primary);
}

.chp_page__content p.text-left {
    width: 55%;
    text-align: justify;
}

.chp_page__content .ptbv {
    font-size: 1.25rem;
    position: relative;
}

    .chp_page__content .ptbv:before {
        content: "";
        width: calc(var(--content-size) * 2/5);
        position: absolute;
        right: 0;
        top: 0;
        background: linear-gradient(to bottom, #efc132, #efc132, rgba(239,193,50,0.5),transparent);
        height: calc(var(--content-size) * 2/5);
    }

.chp_page__content .ptbv-center {
    padding-top: 3.75rem;
    font-size: 1.25rem;
    position: relative;
}

    .chp_page__content .ptbv-center h2 {
        margin: 2.5rem auto;
        width: 35%;
        font-size: 2.5rem;
        position: relative;
    }

    .chp_page__content .ptbv-center::before {
        content: "";
        width: calc(var(--content-size) * 2/5);
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(to top, rgba(239,193,50,0.85), rgba(239,193,50,0.85), rgba(239,193,50,0.5),transparent);
        height: calc(var(--content-size) * 2/6);
    }
/*#endregion */

/*#region DOWNLOAD */
.page-content.page-download {
    padding-bottom: 5.625rem;
}

.page-download .gd_filter_button_group {
    margin-bottom: 50px;
}

    .page-download .gd_filter_button_group .gd_btn {
        border: 1px solid #ccc;
        padding: 15px 50px 12px;
    }

        .page-download .gd_filter_button_group .gd_btn.active {
            background-color: #e40000;
            border-color: #e40000;
        }

.page-download .dropdown {
    position: relative;
}

.page-download .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

    .page-download .dropdown-menu.show {
        display: block;
    }

.page-download .gd_button_item {
    position: relative;
}

    .page-download .gd_button_item .sub-items {
        transform: rotateX(90deg);
        transform-origin: center top 0;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        visibility: hidden;
        list-style: none;
        padding: 0 15px;
        margin-top: 5px;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
    }

        .page-download .gd_button_item .sub-items li {
            border: 1px solid #e5e5e5;
            -moz-transition: all 300ms ease-in 0ms;
            -o-transition: all 300ms ease-in 0ms;
            -webkit-transition: all 300ms ease-in 0ms;
            transition: all 300ms ease-in 0ms;
            padding: 0;
            text-align: center;
            border-bottom: none;
        }

            .page-download .gd_button_item .sub-items li a {
                background: #fff;
                padding: 5px 15px 8px;
                white-space: nowrap;
                font-size: 1.4375rem;
                display: block;
            }

            .page-download .gd_button_item .sub-items li:hover > a {
                background: #f8f9fa;
            }

            .page-download .gd_button_item .sub-items li:last-child {
                border-bottom: 1px solid #e5e5e5;
            }

.gd_button_item:hover .sub-items {
    opacity: 1;
    transform: rotateX(0deg);
    visibility: visible;
}

.load_document ~ .gd_load__more {
    margin-top: 50px;
}

.load_document .table-fill {
    width: 100%;
    min-width: 1000px;
}

    .load_document .table-fill thead th {
        font-weight: 600;
        font-size: 1.25rem;
        padding: 15px;
        background-color: #f3f2f3;
    }

    .load_document .table-fill tbody {
    }

        .load_document .table-fill tbody td {
            padding: 10px;
            font-size: 1rem;
            vertical-align: middle;
            border-left: 1px solid #fff;
        }

        .load_document .table-fill tbody tr {
            border-bottom: 1px solid #263063;
        }

    .load_document .table-fill.zozo_table tbody tr:nth-child(2n+1) {
        background-color: #e3f4fc;
    }

.text-center {
    text-align: center;
}

.load_document .table-fill .bct_viewDetail span {
    color: #e40000;
    font-size: 0.85rem;
    visibility: hidden;
    opacity: 0;
}

.load_document .table-fill tbody tr:hover .bct_viewDetail span {
    visibility: visible;
    opacity: 1;
}

.load_document .table-fill tbody td.sh-docname {
}



.load_document .table-fill tbody td .btn.active, .load_document .table-fill tbody td .btn:focus {
    box-shadow: none;
}

.load_document .table-fill tbody td .btn:hover {
    background-color: #e40000;
    border-color: #e40000;
}

.load_document .dropdown .dropdown-menu {
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

    .load_document .dropdown .dropdown-menu .dropdown-item {
        width: 100%;
        color: #222;
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
        font-size: 1rem;
        border-bottom: 1px solid #ebebeb;
        border-radius: 0;
        padding: 5px 15px 5px;
        overflow: hidden;
    }

        .load_document .dropdown .dropdown-menu .dropdown-item:hover {
            background-color: #0160A2;
            color: #fff;
        }

.load_document .table-fill tbody td .dropdown-toggle::after {
    visibility: hidden;
}

.load_document .sh-size {
    max-width: 150px;
    text-align: center;
}

.load_document .sh-download {
    max-width: 140px;
    text-align: center;
}

.chp_tab_nav {
    margin-bottom: 2.5rem;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

    .chp_tab_nav .owl-carousel {
        padding: 0 3.5rem;
    }

    .chp_tab_nav .num {
        padding: 10px 15px;
        border: 1px solid #ccc;
        display: block;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1;
        color: #222;
        border-radius: 10px;
    }

        .chp_tab_nav .num.active {
            border-color: var(--color-secondary);
            background-color: var(--color-secondary);
            color: #fff;
        }

    .chp_tab_nav .owl-nav [class^="owl-"] {
        background: url(images/backtop.svg) no-repeat top center;
        color: #fff;
        line-height: 1;
        opacity: 1;
        position: absolute;
        text-align: center;
        top: 0;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: all 0.3s ease-in 0s;
        visibility: visible;
        z-index: 100;
        height: 100%;
        width: 45px;
        cursor: pointer;
        font-size: 2.5rem;
        background-size: 100% auto;
    }

    .chp_tab_nav .owl-nav .owl-prev {
        left: 0px;
        transform: rotate(-90deg);
    }

    .chp_tab_nav .owl-nav .owl-next {
        right: 0px;
    }


    .chp_tab_nav .owl-nav .disabled {
        opacity: 0.5;
    }

.chp_tab_content {
    max-width: 80%;
    margin: auto;
}

.load_document .tab-content {
    display: none;
    animation: backwards 0.3s fadeIn 0ms;
}

    .load_document .tab-content.active {
        display: block;
    }

.load_document .table-fill thead th.chp_name {
    font-weight: 600;
    padding-left: 1rem;
    text-transform: uppercase;
}

.load_document .table-fill thead th i.far {
    margin-right: 8px;
}

.load_document .table-fill thead th.chp_action {
    white-space: nowrap;
    width: 3rem
}

    .load_document .table-fill thead th.chp_action:last-child, .load_document .table-fill tbody td.chp_action:last-child {
        padding-right: 2rem;
    }

.load_document .table-fill tbody td .chp_btn {
    background-color: transparent;
    border-color: transparent;
    width: 30px;
    border-radius: 0;
    display: inline-block;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    text-indent: -9999px;
    height: 30px;
}

    .load_document .table-fill tbody td .chp_btn.chp_btn__view {
        background: url(images/document.svg) no-repeat center;
    }

    .load_document .table-fill tbody td .chp_btn.chp_btn__download {
        background: url(images/download.svg) no-repeat center;
    }

.load_document .table-responsive {
    min-height: 0px;
}

/*BAO CAO*/

.chp_module__baocao {
    background-color: var(--color-secondary);
    color: #fff;
    padding: 3.5rem 0;
}

.chp_baocao__item {
    margin-bottom: 3rem;
}

.chp_baocao__inner {
    height: 100%;
}

/*.chp_baocao__content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: stretch;
    align-items: flex-start;
}*/
.chp_baocao__title {
}

    .chp_baocao__title .gd_text {
        color: #fff;
        font-weight: 400;
        font-size: 1.5rem;
        margin-bottom: 2rem;
        padding-top: 1rem;
        position: relative;
        line-height: 1.2;
    }

.chp_baocao__excerpt {
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.chp_baocao__item .gd_readmore {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2rem;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    justify-self: flex-end;
}

.chp_baocao__title .gd_text:before {
    content: "";
    height: 4px;
    width: 5rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color-primary);
    border-radius: 2rem;
}

.chp_baocao__item .gd_readmore:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-secondary);
}
/*#endregion */

/*#region BAOGIA */

.page-content.page-baogia {
    background-color: #f1f1f2;
}

.page-baogia .page-content-inner {
    background-color: #f1f1f2;
}

    .page-baogia .page-content-inner .gd_breadcrumb ol li {
        background-color: #f1f1f2;
    }

.chp_bc__item {
    margin-bottom: 30px;
}

    .chp_bc__item .chp_inner {
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .chp_bc__item .chp_content {
        padding: 1.5rem;
        height: calc( 40/46 * var(--content-size) / 3 - 32px);
    }

    .chp_bc__item .chp_date {
        font-size: 0.95rem;
        padding-left: 30px;
        display: block;
        margin-bottom: 1rem;
        background: url('images/clock.svg') no-repeat left center;
        background-size: auto 1rem;
    }

    .chp_bc__item .chp_title {
        font-weight: 400;
        font-size: 1.25rem;
        margin-bottom: 3rem;
    }

    .chp_bc__item .chp_readmore {
        text-transform: uppercase;
        border-radius: 2rem;
        border: 1px solid;
        color: var(--color-secondary);
        font-size: 1rem;
        padding: 5px 1rem;
    }

        .chp_bc__item .chp_readmore:hover {
            background-color: var(--color-primary);
            border-color: var(--color-primary);
        }

    .chp_bc__item .chp_download {
        background-color: var(--color-primary);
        display: block;
        margin: -1px;
        padding: 10px 1rem;
        color: var(--color-secondary);
        text-transform: uppercase;
        position: relative;
        font-weight: 400;
    }

        .chp_bc__item .chp_download::before {
            content: "+";
            position: absolute;
            right: 1rem;
            top: 50%;
            color: #fff;
            background-color: var(--color-secondary);
            border-radius: 50%;
            width: 1.5rem;
            text-align: center;
            transform: translateY(-50%);
            height: 1.5rem;
            line-height: 1.5rem;
        }

        .chp_bc__item .chp_download:hover {
            background-color: var(--color-secondary);
            color: #fff;
        }

.chp_desc .tab-content strong {
    font-weight: 500;
}
/*#endregion */

/*#region CONTACT */
.chp_desc .tab-content {
    display: none;
}

    .chp_desc .tab-content.active {
        display: block;
    }

.chp_phone_list .chp_link.active {
    color: #ff9600;
    border-bottom: 2px solid #ff9600;
}

.chp_phone_list .chp_link {
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 2px solid transparent;
}

.page-content.page-contact .gd_box__title ~ p {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 300;
}

    .page-content.page-contact .gd_box__title ~ p strong {
        font-weight: 400;
    }

.page-contact #map {
    height: calc(100vh / 1.5);
    max-height: 465px;
    border: 1px solid #e5e5e5;
}

.page-contact .form-contact {
    margin: auto;
    padding-right: 1.5rem;
}

.contact-form-container .gd_box__title .gd_text {
    font-size: 2.5rem;
    text-transform: uppercase;
}

.contact-form-container .form-group input {
    background: #fff;
}

.contact-form-container .form-contact label {
    display: none;
}

.contact-form-container .form-group.btn-contact {
    margin-bottom: 0;
    padding-top: 10px;
    text-align: left;
}

.contact-form-container textarea.form-control {
    background: #fff;
    height: 67px;
}

/*#endregion */

/*#region TUYEN DUNG */

.chp_pages {
    margin-top: 30px;
}

.chp_paged {
    text-align: center;
}

    .chp_paged a {
        display: inline-block;
        border: 1px solid var(--color-primary);
        margin-left: 5px;
        width: 40px;
        line-height: 38px;
        text-align: center;
        border-radius: 3px;
        font-size: 1rem;
        color: var(--color-primary);
    }

        .chp_paged a:hover, .chp_paged a.select {
            background-color: var(--color-primary);
            color: #fff;
            border-color: var(--color-primary);
        }

.page-recruitment .sh-item-right {
    padding: 3.5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.page-recruitment .sh-item-left {
    background-image: none !important;
    background-color: var(--color-primary);
    padding: 3.5rem 0;
}

.sh-item-title {
    font-size: 2.5rem;
    color: #263063;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.sh-item-right .sh-item-title {
    color: var(--color-primary);
}

.sh-item-left .sh-item-title {
}

.load_recruitment {
    padding: 3.25rem 0;
}

    .load_recruitment .gd_box__title .gd_text {
        font-size: 2.5rem;
        text-transform: uppercase;
    }

    .load_recruitment.load_document .table-fill thead th {
        background-color: #efc132;
    }

    .load_recruitment.load_document .table-fill thead th {
        font-size: 1.5rem;
        border-left: none;
        text-transform: none;
        color: #263063;
    }

    .load_recruitment.load_document .table-fill tbody td {
        border-left: none;
    }

    .load_recruitment.load_document .table-fill tbody tr td {
        background-color: #fff;
        border-bottom: 1px solid #263063;
    }

    .load_recruitment.load_document .table-fill tbody tr:nth-child(2n+1) {
        background-color: #fff;
    }

    .load_recruitment .table-fill tbody td.sh-jobname a {
        color: var(--color-secondary);
    }

        .load_recruitment .table-fill tbody td.sh-jobname a:hover {
            color: var(--color-primary);
        }

    .load_recruitment .table-fill tbody td .dropdown .btn {
        background-color: transparent;
        border-color: transparent;
        width: 50px;
        border-radius: 0;
        display: inline-flex;
        justify-content: space-evenly;
        align-items: center;
        color: #fff;
        padding: 8px 10px;
        border-radius: 5px;
        font-size: 15px;
        text-align: center;
        background: url(images/tuyendung-cv.svg) no-repeat;
        text-indent: -9999px;
    }

.gd_apply_form .gd_box__title .gd_text {
    font-size: 2.5rem;
    text-transform: uppercase;
}

.chp_recruitment__related .gd_box__title .gd_text {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 15px;
}

.chp_related_list .chp_title .chp_text {
    color: #263063;
}

.chp_related_list .chp_title:hover .chp_text {
    color: #efc132;
}
/*#endregion */

/*#region FORM */
/*FORM*/
.gd_form__req {
    margin: 3.125rem auto;
}

.contact-form-container .chp_box__title .chp_text {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-align: left;
    padding: 0;
}

    .contact-form-container .chp_box__title .chp_text:before {
        display: none;
    }

.form-contact .RadInputMgr, .form-contact .form-control {
    display: block;
    width: 100%;
    height: 3.125rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #222;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ccc;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-contact .RadInputMgr:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .form-contact .form-control::placeholder, .form-contact .form-control::-moz-text-control-preview {
        color: var(--color-secondary);
        opacity: 0.5;
    }

.form-contact .form-group {
    margin-bottom: 0.75rem;
}

.form-contact select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADBJREFUeNpiVFJS+s9AADDdvXuXEZ8CkDwTjIFLAdgkdAGs/P///6NgkBvRxQACDACHtipKdRt80gAAAABJRU5ErkJggg==') /*images/ddl_bg.png*/ no-repeat right 8px center;
}

.wrap_col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.375rem;
    margin-left: -0.375rem;
}

    .wrap_col .form-group {
        flex: 0 0 50%;
        padding: 0 0.375rem;
        position: relative;
        margin-bottom: 0.75rem;
    }

    .wrap_col .control-label, .wrap_col .gd_valid {
        position: absolute;
        /* z-index: -1; */
        top: 0.75rem;
        left: 1.5rem;
        margin: 0;
    }

        .wrap_col .control-label .text-danger {
            top: -1px;
            margin-left: 5px;
        }

    .wrap_col .gd_valid, .tree_list .gd_valid {
        font-size: 14px;
        color: #e40000 !important;
        font-weight: 400;
        top: 10px;
    }

        .wrap_col .isValue .control-label,
        .wrap_col .gd_valid[style*="inline"] ~ .control-label,
        .wrap_col .RadInput_Error_Default ~ .control-label,
        .form-contact .RadInputMgr:focus ~ .control-label,
        .form-contact .form-control:focus ~ .control-label {
            visibility: hidden;
        }

.form-contact .RadInput_Error_Default {
    color: #e40000;
    font-size: 16px;
    background-position: 96% -290px;
    font-style: italic;
    font-weight: 300;
}

.wrap_col .gd_valid {
    position: static;
}

.form-contact .RadUpload .ruFileLI .ruButton {
    margin-bottom: -5px;
    display: inline-block;
}

.form-contact .form-control option[value=""] {
    display: none;
}


.form-contact .allowed-attachments {
    color: var(--color-secondary);
    font-size: 1rem;
    font-weight: 300;
    line-height: 3.05rem;
    padding-left: 1rem;
}

    .form-contact .allowed-attachments a {
        color: #efc132;
        font-weight: 400;
        text-decoration: underline;
    }

        .form-contact .allowed-attachments a:hover {
            color: #efc132;
        }

.form-contact .gd_upload_attachments {
    display: flex;
    flex-flow: column-reverse;
    min-height: 50px;
    border: 2px solid var(--color-secondary);
    border-radius: 0.5rem;
}

    .form-contact .gd_upload_attachments .RadUpload .ruFileLI {
        margin-bottom: 5px;
        margin-top: 0;
    }

.form-contact .RadUpload .ruSelectWrap {
    width: 200px;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: -42px;
    text-align: right;
    padding-right: 15px;
    text-transform: uppercase;
}

.form-contact .RadUpload .ruFileWrap.ruStyled {
    padding: 0;
    font-weight: 300;
    font-size: 16px;
}

.form-contact .RadUpload .ruSelectWrap .ruFileWrap.ruStyled {
    width: 100%;
    font-size: 1rem;
    margin-top: -10px;
}

.form-contact .RadUpload .radIcon::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.form-contact .RadUpload_Default .ruSelectWrap .ruFakeInput {
    display: none;
    width: 100%;
}

.form-contact .RadUpload_Default .ruSelectWrap .ruButton {
    background: url(images/tuendung.svg) no-repeat center center;
    height: 2rem;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
    color: #fff;
    border-color: transparent;
    width: 2rem;
    text-transform: uppercase;
    font-size: 0;
}

    .form-contact .RadUpload_Default .ruSelectWrap .ruButton.ruButtonHover {
        background: url(images/tuendung.svg) no-repeat center center !important;
        border: none;
    }

    .form-contact .RadUpload_Default .ruSelectWrap .ruButton::before {
        content: "\f15c";
        font-family: "Font Awesome 5 Pro";
        margin-right: 8px;
        display: none;
    }

.form-contact .RadUpload .ruStyled .ruFileInput {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.btn-contact .btn-primary {
    background-color: #e40000;
    border-color: #e40000;
    color: #fff !important;
    width: 250px;
    height: 45px;
    font-size: 17px;
    padding-top: 8px;
}

.form-group .gd_readmore {
    color: #222;
    padding: 0.5rem 2.75rem;
    text-transform: uppercase;
    font-weight: 300;
    transition: all 300ms ease-in 0ms;
    margin-top: 0;
    border: 1px solid #ccc;
}

    .form-group .gd_readmore:hover {
        box-shadow: 3px 3px 10px var(--color-primary);
    }
/*#endregion */

/*#region EPORT */
.chp_eport_container {
    padding: 0 2.75rem;
}

.chp_eport__wrap {
    display: flex;
    flex-wrap: wrap;
}

    .chp_eport__wrap .chp_sidebar {
        flex: 0 0 30%;
        background-color: #f1f1f2;
    }

    .chp_eport__wrap .chp_eport__main {
        flex: 0 0 70%;
        padding-left: 5rem;
    }

.chp_widget {
}

.chp_widget__title {
    background-color: var(--color-primary);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.15rem;
    padding: 1rem;
    color: #fff;
}

.chp_widget__form .chp_widget__content {
    padding: 1.5rem;
}

.chp_eport__wrap .chp_eport__main .chp_box__title .chp_text {
    line-height: 1.35;
    margin-top: -1rem;
}

.chp_form__wrap .chp_input, .chp_form__wrap .form-control {
    width: 100%;
    margin-bottom: 1.5rem;
    border: none;
    padding: 10px;
    font-weight: 300;
    color: var(--color-secondary);
}

.chp_form__wrap .chp_control {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

    .chp_form__wrap .chp_control .chp_btn__login {
        color: var(--color-secondary);
        font-weight: 600;
        padding: 12px 40px;
        background-color: var(--color-primary);
        border-radius: 1.5rem;
        margin-top: 0;
    }

    .chp_form__wrap .chp_control a {
        color: var(--color-secondary);
        display: block;
        margin-top: 1.5rem;
    }

.widget_nav_menu .chp_widget__title {
}

.widget_nav_menu ul {
    padding: 0;
    list-style: none;
}

    .widget_nav_menu ul li {
    }

        .widget_nav_menu ul li a {
            color: #222;
            display: block;
            padding: 10px 15px;
            position: relative;
        }

            .widget_nav_menu ul li a:hover {
                font-weight: 500;
            }

            .widget_nav_menu ul li a:before {
                content: "";
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: var(--color-primary);
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                position: absolute;
            }

    .widget_nav_menu ul .sub-menu {
        padding-left: 1.5rem;
    }

    .widget_nav_menu ul.menu {
        border: 1px solid var(--color-primary);
        padding: 0 15px;
    }

        .widget_nav_menu ul.menu > li {
            border-top: 1px solid #ccc;
        }

            .widget_nav_menu ul.menu > li > a.menu-link {
                font-weight: 400;
                font-size: 1rem;
                padding: 10px 1.5rem;
            }

                .widget_nav_menu ul.menu > li > a.menu-link:hover {
                    color: var(--color-primary);
                }

            .widget_nav_menu ul.menu > li.is-active > a.menu-link {
                font-weight: 600;
                color: var(--color-primary);
            }
/*#endregion */

/*#region WHYCHOOSE */
.page-whychoose {
    padding-bottom: 0;
}

    .page-whychoose .chp_desc {
        font-size: 3.5rem;
        font-weight: 500;
        color: var(--color-primary);
        line-height: 1.2;
        margin-bottom: 3rem;
    }

.chp_why__item {
    position: relative;
}

.chp_why__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .chp_why__inner::before {
        content: attr(data-index);
        font-size: 3.75rem;
        font-weight: 600;
        position: absolute;
        left: 50%;
        top: -3.5rem;
        z-index: 10;
        color: #fff;
        line-height: 1;
        background-image: url(images/bg-num.svg);
        background-repeat: no-repeat;
        background-position: center center;
        padding: 1.5rem;
        transform: translateX(-50%);
    }

.chp_why__image {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
}

.chp_why__content {
    padding-right: calc((100vw - var(--content-size))/2);
    text-align: justify;
    padding-left: 3rem;
    /*    padding-top: 3.5rem;
    padding-bottom: 3.5rem;*/
    flex: 0 0 50%;
    max-width: 50%;
}

    .chp_why__content .chp_title {
        font-size: 2.5rem;
        color: var(--color-primary);
        font-weight: 400;
        text-align: left;
        line-height: 1;
        margin-bottom: 1.5rem;
    }

.chp_why__item:nth-child(2n) .chp_why__inner {
    flex-flow: row-reverse;
}

.chp_why__item:nth-child(2n) .chp_why__content {
    padding-right: 3rem;
    padding-left: calc((100vw - var(--content-size))/2);
}

.item1.chp_why__item {
    background-color: var(--color-primary);
}

    .item1.chp_why__item .chp_why__content .chp_title {
        color: var(--color-secondary);
    }

.item2.chp_why__item .chp_why__image, .item4.chp_why__item .chp_why__image {
    padding-left: 3rem;
    padding-right: calc((100vw - var(--content-size))/2);
    display: flex;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}

    .item2.chp_why__item .chp_why__image::before, .item4.chp_why__item .chp_why__image::before {
        content: "";
        width: 3rem;
        height: 3rem;
        position: absolute;
        bottom: 5rem;
        left: 3rem;
        background-color: #fff;
    }

.item3.chp_why__item {
    background-color: var(--color-secondary);
    color: #fff;
}

.item5.chp_why__item {
    color: #fff;
    position: relative;
}

    .item5.chp_why__item .chp_why__image {
        flex: 0 0 100%;
        max-width: 100%;
    }

        .item5.chp_why__item .chp_why__image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .item5.chp_why__item .chp_why__content {
        position: absolute;
        width: 50%;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

@media screen and (max-width: 768px) and (max-width: 1024px) {
    .page-whychoose .chp_desc {
        font-size: 2.5rem;
    }

    .chp_why__inner::before {
        font-size: 2.5rem;
        padding: 1rem;
        top: -2.5rem;
    }

    .chp_why__content {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    .chp_why__item:nth-child(2n) .chp_why__content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .item5.chp_why__item .chp_why__content {
        max-width: 100%;
        position: relative;
        transform: none;
        color: var(--color-secondary);
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 767px) {
    .page-whychoose .chp_desc {
        font-size: 1.75rem;
    }

    .chp_why__inner::before {
        font-size: 2rem;
        padding: 1rem;
        top: -2.25rem;
    }

    .chp_why__image {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .chp_why__content {
        padding: 2.5rem 15px;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .chp_why__content .chp_title {
            font-size: 1.75rem;
        }

    .chp_why__item:nth-child(2n) .chp_why__inner {
        flex-flow: row wrap;
    }

    .chp_why__item:nth-child(2n) .chp_why__content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .item2.chp_why__item .chp_why__image, .item4.chp_why__item .chp_why__image {
        padding: 0;
    }

        .item2.chp_why__item .chp_why__image::before, .item4.chp_why__item .chp_why__image::before {
            content: none;
            display: none;
        }

    .item5.chp_why__item .chp_why__content {
        position: static;
        transform: none;
        color: var(--color-secondary);
        width: 100%;
    }
}
/*#endregion */

/*#region GALLERY */
/*Gallery all*/
.page-gallery .gd_breadcrumb {
    margin-bottom: 15px;
}

.page-gallery {
    padding: 40px 0;
}

    .page-gallery .gd_box__title .gd_text {
        margin-bottom: 10px;
    }

    .page-gallery .gd_filter_button_group .gd_btn {
        border: 1px solid #ccc;
    }

        .page-gallery .gd_filter_button_group .gd_btn:hover {
            border-color: #e40000;
        }

    .page-gallery .gd_filter_button_group {
        margin-bottom: 20px;
    }

    .page-gallery .gd_grids {
        flex: 0 0 100%;
    }

        .page-gallery .gd_grids .gd_item {
            float: left;
            padding: 15px;
            width: 33.3333%;
        }

        .page-gallery .gd_grids .item_inner {
            position: relative;
        }

    .page-gallery .gd_item__image {
        position: relative;
        margin: 0;
        height: calc( 320/450 * (var(--content-size)/3 - 30px));
    }

        .page-gallery .gd_item__image img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            transition: all 300ms ease-in 0ms;
        }

        .page-gallery .gd_item__image:hover img {
            opacity: 0.65;
        }

    .page-gallery .gd_item .video-link, .page-gallery .gd_item .play {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .page-gallery .gd_item .video-link::before {
            content: "";
            position: absolute;
            height: 80px;
            width: 80px;
            left: 50%;
            top: 50%;
            margin-left: -40px;
            margin-top: -40px;
            background-size: 100%;
            cursor: pointer;
            z-index: 1;
            -webkit-backface-visibility: hidden;
            -webkit-transition: scale 100ms ease;
            -moz-transition: scale 100ms ease;
            -ms-transition: scale 100ms ease;
            -o-transition: scale 100ms ease;
            transition: scale 100ms ease;
            z-index: 10;
        }

    .page-gallery .control {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .page-gallery .control .gd_wrap_box {
            width: 100%;
            height: 100%;
        }

        .page-gallery .control a {
            display: block;
            width: 100%;
            height: 100%;
        }

            .page-gallery .control a i.fa {
                position: absolute;
                color: #fff;
                font-size: 1.5rem;
                top: 50%;
                left: 50%;
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 4.5rem;
                height: 4.5rem;
                border-radius: 50%;
                text-align: center;
                line-height: 4.5rem;
                z-index: 10;
                background-color: var(--color-secondary);
            }

        .page-gallery .control:hover a::after {
            background-color: var(--color-primary);
            opacity: 0.85;
        }

        .page-gallery .control a:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            transition: all 0.5s ease 0s;
        }

    .page-gallery .gd_item .gd_text {
        color: #fff;
        padding: 30px 1.5rem 1rem;
        position: absolute;
        text-align: left;
        width: 100%;
        bottom: 0;
        font-size: 1rem;
        z-index: 100;
        animation-name: zoomIn;
        -webkit-animation-name: zoomIn;
        animation-delay: 100ms;
        animation-duration: 1000ms;
        animation-fill-mode: both;
        font-weight: normal;
        line-height: 1.42;
        background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
        margin: 0;
    }

    .page-gallery .gd_item .control:hover .gd_text {
        display: block;
        background: none;
    }

    .page-gallery .gd_item .control:hover a .fa {
        color: var(--color-primary);
        background-color: #fff;
    }
/*Popup gallery*/

.gd_ajax__gallery_box {
    position: fixed;
    background: rgba(0,0,0,0.65);
    width: 100vw;
    display: none;
    height: 100vh;
    z-index: 9999;
    top: 0;
    left: 0;
}

.gd_ajax__gallery_wr {
    max-width: 920px;
    width: 68%;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.gd_ajax__gallery_title {
    display: none;
}

.gd_ajax__gallery_image {
    width: 100%;
    float: left;
    /*max-height: 450px;*/
    overflow: hidden;
}

    .gd_ajax__gallery_image img {
        max-width: 100%;
        width: 100%;
        /*height: 100%;*/
        object-fit: cover;
        max-height: 450px;
        /*object-fit: contain;*/
        display: block;
    }

.gd_ajax__gallery_thumbs {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .gd_ajax__gallery_thumbs .owl-item {
        opacity: 0.65;
    }

        .gd_ajax__gallery_thumbs .owl-item.center, .gd_ajax__gallery_thumbs .owl-item:hover {
            opacity: 1;
            cursor: pointer;
        }

.gd_ajax__gallery_box .btn-close {
    position: absolute;
    width: 45px;
    padding: 0 0 6px;
    background: #ce9b43;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    line-height: 1;
    right: -45px;
    top: 0;
}

.gd_ajax__gallery_box .download {
    display: block;
    top: 40px;
    right: 40px;
    position: absolute;
    background: url(icon/btn_download.png) no-repeat center center;
    width: 81px;
    height: 20px;
}


.gd_ajax__gallery_thumbs .owl-prev, .gd_ajax__gallery_thumbs .owl-next {
    align-items: center;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 100%;
    font-size: 25px;
    justify-content: space-around;
    margin: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 20px;
}

.gd_ajax__gallery_thumbs .owl-prev {
    left: 0;
}

.gd_ajax__gallery_thumbs .owl-next {
    right: 0;
}

.gd_ajax__gallery_thumbs:hover .owl-prev, .gd_ajax__gallery_thumbs:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.gd_article__gallery .gd_box_title {
    background: none;
}

.gd_gallery__content .gd_item {
    margin-bottom: 30px;
}

    .gd_gallery__content .gd_item .fancybox {
        display: block;
        box-shadow: 0 0 15px #e5e5e5;
        border-radius: 5px;
        overflow: hidden;
    }

        .gd_gallery__content .gd_item .fancybox img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
/*#endregion */

/*#region QHCD*/
.page-content.page-qhcd {
    padding-bottom: 3.5rem;
}

.qhcd_add::after {
    content: "\f3c5";
}

.chp_ttcd_contact address p::after {
    position: absolute;
    left: 0;
    top: -3px;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #ff9600;
    font-size: 18px;
}

.qhcd_phone::after {
    content: "\f879";
}

.qhcd_mail::after {
    content: "\f0e0";
}

.chp_dhcd_list {
    flex: 0 0 63%;
    max-width: 63%;
}

.chp_ttcd img {
    border-radius: 10px;
}

.chp_dhcd_list .chp_nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    padding: 0;
}

    .chp_dhcd_list .chp_nav li {
        border: 1px solid #e5e5e5;
        flex: 0 0 calc(33.3333% - 5px);
        max-width: 35%;
        margin-bottom: 10px;
        text-align: center;
        padding: 40px 15px 20px;
        border-radius: 10px;
    }

        .chp_dhcd_list .chp_nav li .chp_text {
            color: var(--color-primary);
            text-transform: uppercase;
            font-size: 1rem;
            margin-top: 1rem;
            max-width: 60%;
            margin-left: auto;
            margin-right: auto;
        }

            .chp_dhcd_list .chp_nav li .chp_text:hover {
                color: var(--color-secondary);
            }

.chp_hnx {
    flex: 0 0 38%;
    max-width: 38%;
    padding-left: 30px;
}

.chp_ttcd__inner {
    padding: 15px;
    border: 1px solid #e5e5e5;
}

.chp_ttcd__list {
    padding: 0;
}

.chp_ttcd .chp_box__title {
}

    .chp_ttcd .chp_box__title .chp_text {
        text-transform: uppercase;
        font-size: 1.25rem;
        border-bottom: 1px solid var(--color-secondary);
        padding-bottom: 0.5rem;
        text-align: left;
    }

        .chp_ttcd .chp_box__title .chp_text::before {
            display: none;
        }

.chp_ttcd_listing .chp_box__title .chp_text {
    margin-bottom: 10px;
}

.chp_ttcd__list .chp_link {
    font-size: 1rem;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chp_ttcd__list li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding: 15px 0;
    padding-left: 1.5rem;
    position: relative;
}

    .chp_ttcd__list li::after {
        position: absolute;
        content: '·';
        top: 2px;
        left: 0;
        font-weight: bold;
        font-size: 1.875rem;
        color: #3764ae;
    }

    .chp_ttcd__list li:last-child {
        border: none;
    }

.chp_ttcd__list .gd_date_new {
    color: #666;
    display: block;
    font-size: 14px;
    background: url('icon/icon-calendar-gray.png') no-repeat left center;
    margin-bottom: 0;
}

.chp_ttcd_contact {
    padding-top: 15px;
}

    .chp_ttcd_contact address {
        margin-bottom: 25px;
    }

        .chp_ttcd_contact address p {
            padding-left: 0;
            position: relative;
        }

.contact-info .chp_box__title .chp_text {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}

.chp_phone_list {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

    .chp_phone_list .chp_link {
        display: block;
        color: #222;
        font-weight: 500;
        text-align: center;
        font-size: 1.25rem;
    }
/*#endregion*/


/*#region Document_tale */

.zozo_table.table thead th {
    vertical-align: middle;
    border-left: 1px solid #fff;
}

.load_document .zozo_table .sh-size {
    min-width: 160px;
}

.load_document .table-fill.zozo_table thead th {
    background: #102a4b;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
}

.load_document .zozo_table .sh-download {
    min-width: 150px;
}

.table-fill.zozo_table tbody td .btn {
    padding: 10px;
    background: #959595;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.load_document .table-fill.zozo_table tbody td .btn:hover {
    background-color: #ff9600;
    border-color: #ff9600;
}

.btn.btn-download i {
    margin-right: 5px;
}

.load_document .table-fill.zozo_table tbody td {
    padding: 20px;
}
/*#endregion */

/*Khach hang*/
.chp-customer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

    .chp-customer .item {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 10px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

        .chp-customer .item .chp-inner {
            border: 1px solid #e5e5e5;
            box-shadow: 8px 14px 38px rgba(39,44,49,.05),1px 3px 8px rgba(39,44,49,.01);
        }

        .chp-customer .item figure {
            height: 150px;
            padding: 10px;
            margin: 0;
        }

        .chp-customer .item img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .chp-customer .item .chp-inner p {
            padding: 10px 15px;
            box-sizing: border-box;
            border-top: 1px solid #e5e5e5;
            text-align: center;
            line-height: 1.4;
            height: 58px;
        }


/*Table_phone*/

.table.phone_table thead th {
    background: var(--color-primary);
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
    vertical-align: middle;
    border-left: 1px solid #fff;
}

.phone_table tbody td {
    padding: 15px;
    font-size: 1rem;
    vertical-align: middle;
    border-left: 1px solid #ccc;
}

.phone_table p {
    margin-bottom: 0;
}

.phone_table tbody tr:nth-child(2n+1) {
    background-color: #e3f4fc;
}

.table-fill.table.phone_table {
    max-width: 80%;
    margin: auto;
    border: 1px solid #ccc;
}



.chp_ttcd__items {
    border: 1px solid #ccc;
    max-width: 1000px;
    margin: auto;
    padding: 15px 0;
}

    .chp_ttcd__items .chp_ttcd__item {
        padding: 0 30px;
    }

    .chp_ttcd__items .chp_ttcd__inner {
        border: none;
        border-bottom: 1px solid #ebebeb;
        padding: 15px 0;
    }

    .chp_ttcd__items .chp_ttcd__item .chp_ttcd__content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .chp_ttcd__items .chp_ttcd__item .fas {
        font-size: 34px;
        margin-right: 15px;
        color: #c0001a;
    }

.chp_ttcd__title {
    display: flex;
    align-items: center;
    color: #222;
}

.chp_ttcd__items .chp_ttcd__item:last-child .chp_ttcd__inner {
    border: none;
}

.chp_ttcd__items .chp_ttcd__item .gd_date {
    font-style: italic;
}

.gd_filter__box {
    padding-top: 30px;
    background-color: #fff;
    position: relative;
}

.gd_filter__controls {
    flex-wrap: wrap;
    margin: auto;
    max-width: 1010px;
    justify-content: flex-end;
}

    .gd_filter__controls .gd_control {
        flex: 0 0 30%;
        max-width: 30%;
        padding: 0 5px;
        position: relative;
        margin-bottom: 15px;
    }

        .gd_filter__controls .gd_control .form-control {
            height: 50px;
            border-radius: 0;
            background-color: #fff;
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
        }

            .gd_filter__controls .gd_control .form-control:focus {
                box-shadow: none;
                border-color: var(--color-primary);
            }

        .gd_filter__controls .gd_control .search-code {
            position: absolute;
            right: 10px;
            top: 5px;
            font-size: 1.125rem;
            color: #222;
            width: 40px;
            line-height: 40px;
            text-align: center;
            cursor: pointer;
            z-index: 1;
        }





.page-content.page-contact .btn.gd_readmore.mt-3 {
    font-weight: bold !important;
    text-transform: capitalize !important;
}
