﻿body {
}

/*Header*/

.chp_cta {
    display: flex;
}

    .chp_cta .chp_cta__item {
        background: #396CB5;
        height: 33px;
        border-radius: 25px;
        padding: 5px 15px;
        margin-right: 10px;
        position: relative;
        padding-left: 36px;
        font-size: 15px;
        text-transform: uppercase;
        white-space: nowrap;
    }

        .chp_cta .chp_cta__item i {
            position: absolute;
            left: 1px;
            width: 31px;
            height: 31px;
            background-color: #fff;
            font-weight: bold;
            color: #396CB5;
            text-align: center;
            border-radius: 50%;
            line-height: 31px;
            top: 1px;
        }

        .chp_cta .chp_cta__item.yellow {
            background-color: #ff9600;
            text-transform: none;
        }

            .chp_cta .chp_cta__item.yellow i {
                color: #ff9600;
            }

.chp_box__title, .gd_box__title {
}

    .chp_box__title .chp_text, .gd_box__title .gd_text {
        font-size: 30px;
        color: #396CB5;
        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);
        }


        .chp_box__title .chp_text span {
            display: block;
            text-transform: none;
            font-size: 24px;
            color: var(--color-secondary);
        }
/*#region Eport */
.smg .modal-content {
    border-radius: 13px;
}

    .smg .modal-content::after {
        position: absolute;
        content: '';
        right: 0;
        transform-origin: 0 0;
        border-top: 90px solid var(--color-primary);
        border-left: 90px solid transparent;
    }

.smg .modal-header .close span {
    font-size: 2.5rem;
}

.smg .modal-content {
    border-radius: 13px;
    overflow: hidden;
}

.bic_login__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bic_login__button {
    line-height: 50px;
    height: 50px;
    background-color: var(--color-primary);
    color: #fff;
    flex: 0 0 45%;
    text-align: center;
    text-transform: uppercase;
}

.smg .modal-header {
    padding: 2.5rem 3.75rem 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

    .smg .modal-header .close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
        color: #fff;
        opacity: 1;
    }

.smg .modal-body {
    padding: 0 3.75rem 5.5rem;
    margin-top: 5.25rem;
}

.modal-dialog.smg {
    max-width: 650px;
}

.smg .modal-title {
    font-size: 1.875rem;
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
}

.sm_notice {
    margin-top: 1rem;
    color: #777;
    font-style: italic;
    font-weight: 500;
}

.smg .modal-header span {
    font-size: 1.125rem;
    margin-top: 5px;
}
.zozo_module.eport .chp_module__content h2 {
    font-size: 30px;
    color: #396CB5;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    display: block;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 0.5rem;
}

    .zozo_module.eport .chp_module__content h2::before {
        content: "";
        width: 70px;
        position: absolute;
        left: 0;
        bottom: 0;
        border-bottom: 1px solid var(--color-secondary);
    }

.zozo_module.eport .chp_box__title .chp_text {
    text-align: left;
}

    .zozo_module.eport .chp_box__title .chp_text:before {
        transform: none;
        left: 0;
    }

.zozo_button__group {
    display: flex;
    margin-top: 2.25rem;
}

    .zozo_button__group .zozo_view__moreSVG {
        margin: 0;
        margin-right: 10px;
        position: relative;
        background-color: #396CB5;
        border-radius:10px;
    }

.zozo_readmore {
    position: absolute;
    padding-left: 1.5rem;
    text-transform: uppercase;
    width: 100%;
    left: 0;
    height: 100%;
    line-height: 50px;
    top: 0;
    text-align: left;
    cursor: pointer;
    border: 1px solid #c8c8c8;
    color: #fff !important;
}

.v2.zozo_readmore {
    padding-right: 1.5rem;
    text-align: center;
    padding-left: 0;
}

.zozo_module.eport {
    background-image: url(/Styles/images/chp-banner-eport.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #222;
    padding: 11rem 0 11rem;
    background-size: cover;
}


.hpp_huongdan img {
    margin-bottom: 0 !important;
    max-width: 100px;
    width: 100px;
}

.zozo_eport__col:last-child {
    align-items: end;
    display: flex;
}

.hpp_huongdan__image {
    margin-bottom: 10px;
}

.hpp_huongdan .zozo_view__moreSVG {
    margin: 0;
    background-color: var(--color-primary);
    margin-left: 1rem;
}

.hpp_huongdan {
    margin-top: 2rem;
    flex-direction: column;
    transform: translateY(2.5rem)translateX(-0.5rem);
}
.zozo_module__title {
    font-size: 30px;
    text-transform: uppercase;
    color: #ff9600;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

    .zozo_module__title::after {
        position: absolute;
        content: '';
        width: 4.5rem;
        height: 1px;
        background: #fff;
        bottom: 0;
        left: 0;
    }

.zozo_eport__col {
    padding-top: 3.5rem;
}

    .zozo_eport__col img {
        margin-bottom: -3.5rem;
    }
.hpp_huongdan__image img {
    object-fit: contain;
    height: 100%;
    margin-bottom: 0;
    max-width: 110px;
}

.hpp_huongdan .zozo_readmore {
    color: #fff !important;
    background-color: var(--color-secondary);
    text-align: center;
    padding-left: 0;
}

.hpp_huongdan .zozo_readmore i {
    margin-right: 5px;
}

/*#endregion */
/*#region Service */
.chp_module.support {
    padding-top: 3.5rem;
}

.zozo_support__items {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zozo_support__item {
    flex: 0 0 33.3333%;
    margin-bottom: 1.875rem;
    padding: 0 15px;
    border-radius:10px;
}


.zozo_support__inner {
    border: 1px solid #ccc;
    padding: 10px 1.5rem;
    display: flex;
    align-items: center;
    transition: 0.4s;
    background-color: #fff;
    border-radius: 10px;
}

    .zozo_support__inner:hover {
        transform: translateX(5px)translateY(-5px);
        box-shadow: -5px 5px 1px 0px #8a8a8a;
        border-radius: 10px;
    }

    .zozo_support__inner img {
        padding-right: 1.5rem;
        margin-right: 1.5rem;
        border-right: 1px solid #c8c8c8;
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

.zozo_support__link {
    display: block;
    color: #396CB5;
    text-align: center;
    width: calc(100% - 80px);
    text-transform: uppercase;
    font-weight: 500;
}

.zozo_module__title.v2 {
    color: #396CB5;
}

    .zozo_module__title.v2::after {
        background-color: #ff9600;
    }

/*#endregion */

ul.chp_v__list {
    list-style: none;
    padding: 0;
}

li.chp_v__item:nth-child(1) {
    position: relative;
    margin-bottom: 1.5rem;
}

li.chp_v__item img {
    width: 100%;
}

.chp_icon_play {
    position: absolute;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(3,125,198,0.35);
    align-items: center;
    justify-content: center;
}

    .chp_icon_play:before {
        content: "";
        width: 60px;
        height: 60px;
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: rgba(3,125,198,1);
        border-radius: 50%;
        z-index: -1;
    }

li.chp_v__item .chp_text {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    padding-left: 15px;
    position: relative;
}

    li.chp_v__item .chp_text:hover {
        color: #ff9600;
    }

li.chp_v__item:nth-child(1) .chp_text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    margin: 0;
    color: #fff;
}

li.chp_v__item:nth-child(1):before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to top,rgba(0, 0, 0,0.8), rgba(0, 0, 0,0.1), rgba(0, 0, 0,0.1), rgba(0,0,0,0));
}

li.chp_v__item:nth-child(1) .chp_text:before {
    display: none;
}

li.chp_v__item .chp_text:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #396CB5;
    position: absolute;
    top: 10px;
    left: 0;
}

.chp_module_post .chp_box__title .chp_text {
    border-bottom: 1px solid #ff9600;
    text-align: left;
}

    .chp_module_post .chp_box__title .chp_text::before {
        display: none;
    }

.chp_module.chp_module_post {
    margin-top: 3.5rem;
}

.chp_news__inner {
    display: flex;
}

.chp_news__image {
    height: 110px;
    max-width: 165px;
    flex: 0 0 165px;
    margin-right: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

    .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: '';
            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;
            display: none;
        }

    .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__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:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

.chp_news__content {
}

.chp_news__title .chp_text {
    font-size: 1rem;
    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: 600;
    line-height: 1.42;
    color: #396CB5;
    text-align: left;
    margin-top: -3px;
}

    .chp_news__title .chp_text:hover {
        color: #ff9600;
    }

.gd_news__excerpt {
    color: #222222;
    font-size: 15px;
    line-height: 1.42;
    text-align: left;
    margin-bottom: 0;
    display: -webkit-box !important;
    max-width: 100%;
    margin-bottom: 0.5rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Module ho tro*/
.chp_module_info {
    padding: 1.5rem 0 4.5rem;
}

    .chp_module_info .chp_box__title .chp_text {
        border-bottom: 1px solid #ff9600;
        text-align: left;
    }

        .chp_module_info .chp_box__title .chp_text::before {
            display: none;
        }

    .chp_module_info .chp_cta .chp_cta__item {
        height: 50px;
        color: #fff;
        font-size: 18px;
        padding-left: 60px;
        line-height: 40px;
        font-weight: 500;
    }

.chp_module.chp_module_info .chp_cta .chp_cta__item i {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    line-height: 48px;
}

.chp_module_info .v2.zozo_readmore {
    text-align: left;
    padding-left: 15px;
}

.chp_module_info svg g {
    transform: translate(26px, -5px);
}

/*Khach Hang*/
.chp_eport__testimonial {
    display: flex;
}

.chp_cus__item {
    border: 1px solid #ccc;
    padding: 2rem;
}

    .chp_cus__item .chp_inner {
    }

.chp_cus__img {
    flex: 0 0 140px;
    max-width: 140px;
    height: 140px;
    margin-right: 30px;
}

    .chp_cus__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.chp_cus__content {
    background: url(icon/chp-icon-quote.png) no-repeat right top 20px;
}

.chp_cus__name {
    display: block;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    color: #396CB5;
}

.chp_cus__position {
    text-align: left;
    border-bottom: 1px solid #ccc;
    display: block;
    font-style: italic;
    color: #222;
    padding-bottom: 0;
    margin-bottom: 1rem;
    padding-right: 3.5rem;
    height: 55px;
}

.chp_cus__desc {
    overflow-y: auto;
    height: 11.36rem;
    scrollbar-color: #acacac #ccc;
    scrollbar-width: thin;
    text-align: justify;
    margin-right: -15px;
    padding-right: 15px;
    line-height: 1.42;
}

/*#region PARTNER */
.chp_partners {
    margin-top: 3.5rem;
    margin-bottom: 1rem;
}

.chp_brand {
    padding: 1.5rem 0;
    border-top: 1px solid #ccc;
}

    .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: 65px;
        }

/*#endregion */
@media screen and (min-width: 1800px) {
    .chp_cta .chp_cta__item {
        height: 40px;
        color: #fff;
        font-size: 16px;
        padding-left: 50px;
        line-height: 30px;
    }

        .chp_cta .chp_cta__item i {
            width: 38px;
            height: 38px;
            font-size: 1rem;
            line-height: 38px;
        }

    .chp_language {
        margin-left: 5rem;
    }
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    .zozo_module.eport {
        height: 75vh;
        padding: 0;
        background-size: cover;
    }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    .zozo_module.eport {
        padding: 8rem 0;
        background-position: 49%;
    }

    .chp_cta .chp_cta__item.yellow:nth-child(2) {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #header.sticky .chp_main__menu > ul.chp_menu__primary > li > a {
        padding: 0 10px;
        font-weight: 600;
        white-space: nowrap;
    }

    #header.sticky .chp_main__menu > ul.chp_menu__primary > li > a {
        padding: 0 10px;
    }

    #header.sticky .chp_main__menu > ul.chp_menu__primary > li:first-child > a::after {
        display: none;
    }

    .chp_cta .chp_cta__item:not(.yellow) {
        display: none;
    }

    .zozo_module.chp_module.eport {
        padding: 0 0 15px;
        background-position: center right 50%;
    }

    .zozo_eport__col {
        padding-top: 40px;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .zozo_support__items {
        margin: 0 -5px;
    }

    .zozo_support__item {
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .zozo_support__inner {
        padding: 10px;
    }

        .zozo_support__inner img {
            width: 60px;
            height: auto;
            padding-right: 10px;
            display: block;
            margin-right: 10px;
        }

    .chp_news__image {
        flex: 0 0 100px;
        max-width: 100px;
        height: 70px;
        margin-bottom: 20px;
        border: 1px solid #ccc;
    }

    .chp_news__title .chp_text {
        -webkit-line-clamp: 3;
    }

    .gd_news__excerpt {
        display: none !important;
    }

    .chp_module_info img.img-fluid {
        display: none;
    }
}

@media screen and (min-width:767px) and (max-width:992px) {
    #header.sticky .chp_main__menu .chp_menu__primary {
        display: flex;
    }
    .chp_header_content {
        padding-right: 0;
    }

    #header .chp_cta {
        display: none;
    }

    .chp_language {
        margin-left: 30px;
    }

    .hpp_huongdan {
        transform: none;
        margin-top: 0;
    }

    .zozo_eport__col:last-child {
        padding-top: 1rem;
    }
    .zozo_module.chp_module.eport {
        background-position: center right 44%;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    #header.sticky .chp_main__menu .chp_menu__primary {
        display: flex;
    }
    #header .chp_cta {
        display: none;
    }

    .chp_header_content {
        padding-right: 0;
    }

    .chp_main__menu > ul > li.menu-item:nth-child(1) {
        display: none;
    }

    .chp_main__menu > ul > li.menu-item:nth-child(2) > .menu-link {
        border-left: none !important;
    }

    #header.sticky .chp_main__menu > ul.chp_menu__primary > li > a {
        font-weight: 500;
        text-align: center;
        color: #396CB5;
        padding: 0 8px;
    }

    .zozo_module.chp_module.eport {
        padding: 0;
    }

    .zozo_support__items {
        margin: 0 -5px;
    }

    .zozo_support__item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .zozo_support__inner {
        padding: 10px;
    }

        .zozo_support__inner img {
            width: 60px;
            height: auto;
            padding-right: 10px;
            display: block;
            margin-right: 10px;
        }

    .chp_module_info img.img-fluid {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    #header.sticky .chp_main__menu .chp_menu__primary {
        display: flex;
    }
    .fancybox-slide {
        padding: 0 !important;
    }

    .zozo_eport__col:last-child {
        padding-top: 0;
        padding-bottom: 3rem;
    }

    .hpp_huongdan {
        transform: none;
    }

    .hpp_hhsd .zozo_button__group {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .hpp_hhsd .hpp_huongdan {
        flex: 0 0 50%;
        width: 100%;
        max-width: 100%;
    }
    .v2.zozo_readmore {
        padding: 0;
    }

    .zozo_button__group .zozo_view__moreSVG svg {
        display: none;
    }

    .chp_header_content {
        padding-right: 0;
    }

    .chp_main__menu > ul > li.menu-item:nth-child(1) {
        display: none;
    }

    .chp_main__menu > ul > li.menu-item:nth-child(2) > .menu-link {
        border-left: none !important;
    }

    #header.sticky .chp_main__menu > ul.chp_menu__primary > li > a {
        text-transform: none;
        font-weight: 500;
        text-align: center;
        color: #396CB5;
        padding: 0 8px;
    }

    .chp_language {
        margin-left: 10px;
        margin-right: 0;
    }

    .language a {
        margin-right: 0;
    }

    #header .chp_cta {
        display: none;
    }

    .chp_box__title .chp_text, .gd_box__title .gd_text {
        font-size: 24px;
    }

    .zozo_module.eport {
        padding: 0;
    }

        .zozo_module.eport .chp_module__content h2 {
            font-size: 24px;
        }

    .chp_module__content {
        text-align: justify;
    }

    .zozo_button__group .zozo_view__moreSVG:last-child {
        margin: 0;
    }

    .chp_module_post .chp_box__title .chp_text {
        font-size: 24px;
    }

    .zozo_support__item {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .chp_module_info {
        padding: 0 0 2.5rem;
    }

        .chp_module_info .chp_box__title .chp_text {
            font-size: 24px;
        }

        .chp_module_info .chp_cta {
            flex-flow: wrap;
        }

            .chp_module_info .chp_cta .chp_cta__item {
                margin-bottom: 10px;
            }

    .chp_support__wrap .zozo_button__group {
        display: flex;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .chp_cus__item .chp_inner {
        flex-flow: wrap;
        justify-content: center;
    }

    .chp_cus__content {
        flex: 0 0 100%;
    }

    .chp_cus__item {
        padding: 2rem 15px;
    }

    .chp_cus__name {
        text-align: center;
    }

    .chp_cus__position {
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    .chp_main__menu > ul > li.menu-item:nth-child(2) {
        display: none;
    }

    .chp_news__image {
        height: 70px;
        flex: 0 0 110px;
        max-width: 90px;
    }

    .gd_news__excerpt {
        display: none !important;
    }

    .chp_news__title .chp_text {
        -webkit-line-clamp: 3;
    }

    .chp_module_info .chp_cta .chp_cta__item {
        font-size: 1rem;
    }
}


.chp_v__item a, .chp_v__item img,
li.chp_v__item::before,
.chp_news__image img,
.chp_news__image a,
.chp_module.chp_module_info  img{
    border-radius: 10px;
}