﻿/*#region HEADER */
/*=====================================
    1. GLOBAL
=======================================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');

:root {
    font-size: 16px;
    --content-size: 1410px;
    --color-primary: #102a4b;
    --color-secondary: #f89832;
    scrollbar-color: #f89832 #ccc;
    scrollbar-width: thin;
    scrollbar-face-color: #f89832;
    scrollbar-track-color: #ccc;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #f89832;
}

::-webkit-scrollbar-track {
    background: #ccc;
}

body {
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #222;
    overflow-x: hidden;
}

    body.modal-open, .overflow-hidden {
        overflow: hidden;
    }

    body * {
        outline: none;
    }

    body.no-scroll {
        max-height: 100vh;
        overflow: hidden;
        animation: fadeIn .3s ease-in 0s;
    }

a {
    color: #263063;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #f89832;
        outline: none;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

.img-fluid {
    max-width: 100%;
}

.zozo_view__moreSVG {
    position: relative;
    margin: auto;
}

.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: #ff9600 !important;
    border-radius:10px;
}

.zozo_view__moreSVG {
    position: relative;
    transition: 0.4s;
}

.zozo_intro .zozo_view__moreSVG {
    margin-left: 0;
}

.zozo_view__moreSVG:hover {
    transform: translateY(5px);
    box-shadow: 0 10px 10px #2137703d;
}

    .zozo_view__moreSVG:hover polygon {
        stroke-dasharray: 0;
    }

.zozo_view__moreSVG polygon {
    transition: 0.4s;
}

.zozo_view__moreSVG path {
    transition: 0.4s;
}

.zozo_view__moreSVG:hover path {
    stroke-dasharray: 100;
}
/*=====================================
    1. Header
=======================================*/
.chp_header {
    background: #fff url(images/chp-bg-header.jpg) no-repeat top right;
}

.chp_header_wrap {
    justify-content: space-between;
    align-items: center;
    max-width: 1680px;
    margin: auto;
}

    .chp_header_wrap .chp_menu__mobile {
        display: none;
    }
/*=====================================
    2. Logo
=======================================*/

.chp_logo {
    padding: 5px 0;
}

    .chp_logo img {
        transition: all .3s ease-in-out;
        height: 90px;
    }

/*=====================================
    3. Menu
=======================================*/
.chp_main__menu {
    background-color: rgba(1,96,162,1);
    height: 100%;
    top: 0;
    right: 0;
    width: 0;
    position: fixed;
    padding: 30px 0;
    -webkit-transition: width .4s ease-in;
    transition: width .4s ease-in;
    z-index: 1000;
}

    .chp_main__menu > ul {
        display: flex;
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

        .chp_main__menu > ul > li {
            padding: 0 15px;
            opacity: 1;
        }

    .chp_main__menu ul li {
        list-style: none;
        background-color: #fff;
    }

        .chp_main__menu ul li a {
            color: #222;
            padding: 15px 0;
            text-align: left;
            font-size: 1rem;
            font-weight: 500;
            display: block;
            animation: backwards 0.3s fadeIn;
            text-transform: uppercase;
            font-weight: 300;
        }

            .chp_main__menu ul li a:hover {
                color: #efc132;
            }

    .chp_main__menu > ul.chp_menu__primary > li > a::before {
        display: block;
    }

    .chp_main__menu > ul > li:first-child > a {
        border: none;
    }

    /*#region Menu Full */
    .chp_main__menu.show {
        width: 100%;
        padding: 0;
        overflow: hidden;
        display: flex;
        text-align: left;
        height: 100%;
        padding: 65px 0;
        justify-content: flex-start;
    }

        .chp_main__menu.show::before {
            content: "";
            position: absolute;
            left: 80px;
            top: 10vh;
            width: 230px;
            height: 63px;
            z-index: 2;
            background-repeat: no-repeat;
            background-position: top left;
            background-size: 100% 100%;
        }

        .chp_main__menu.show::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(1,96,162,0.5);
            width: 33%;
            height: 100%;
            z-index: 1;
        }

        .chp_main__menu.show > ul {
            vertical-align: middle;
            display: block;
            padding: 0;
            z-index: 100;
            width: 30%;
            max-height: 80vh;
            overflow-y: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;
            margin-top: calc(5vh + 65px);
        }

            .chp_main__menu.show > ul > li {
                -webkit-animation-name: goLeft;
                animation-name: goLeft;
                -webkit-animation-duration: .3s;
                animation-duration: .3s;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                padding: 0.85vh 0;
            }

                .chp_main__menu.show > ul > li:nth-child(1) {
                    animation-delay: 0ms;
                }

                .chp_main__menu.show > ul > li:nth-child(2) {
                    animation-delay: 50ms;
                }

                .chp_main__menu.show > ul > li:nth-child(3) {
                    animation-delay: 100ms;
                }

                .chp_main__menu.show > ul > li:nth-child(4) {
                    animation-delay: 150ms;
                }

                .chp_main__menu.show > ul > li:nth-child(5) {
                    animation-delay: 200ms;
                }

                .chp_main__menu.show > ul > li:nth-child(6) {
                    animation-delay: 250ms;
                }

                .chp_main__menu.show > ul > li:nth-child(7) {
                    animation-delay: 300ms;
                }

                .chp_main__menu.show > ul > li:nth-child(8) {
                    animation-delay: 350ms;
                }

                .chp_main__menu.show > ul > li:nth-child(9) {
                    animation-delay: 400ms;
                }

            .chp_main__menu.show > ul::-webkit-scrollbar {
                display: none;
            }

            .chp_main__menu.show > ul > li > a:before {
                content: "";
                width: 0;
                height: 1px;
                background: #fff;
                position: absolute;
                left: 0;
                top: 50%;
                opacity: 0.85;
                transform: translateY(-50%);
                transition: all .3s ease-in-out;
            }

            .chp_main__menu.show > ul > li > a:hover:before, .chp_main__menu.show > ul > li.is-active > a:before {
                width: 60px;
            }

.chp_main_menu .nav-click, .chp_menu__mobile .nav-click {
    display: block;
    width: 55px;
    height: 65px;
    right: 8px;
    top: 12px;
    position: fixed;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 600;
}

.chp_main__menu .nav-click {
    background-position: center bottom;
}

.chp_main__menu.show .nav-click, .chp_menu__mobile .nav-click {
    display: block;
}

.chp_menu__mobile .nav-click {
}

.chp_menu__mobile.show .nav-click {
    z-index: 1000;
    background-position: bottom;
    display: block;
}

.chp_main__menu ul li > .togglemenu {
    color: var(--color-secondary);
    position: absolute;
    right: 15px;
    top: 3px;
    z-index: 10;
    width: 30px;
    display: flex;
    min-height: 38px;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.chp_main__menu.show > ul > li > .togglemenu {
    visibility: visible;
    top: 0.5vh;
    opacity: 0.5;
}

.chp_main__menu ul .sub-menu li > .togglemenu {
    right: 0;
}

.chp_main__menu .togglemenu::after {
    content: "\f105";
    cursor: pointer;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    padding: 8px 12px;
}

.chp_main__menu ul li.is-active > .togglemenu::after {
    content: "\f107";
}

.chp_main__menu.show ul li a {
    color: var(--color-secondary);
    padding: 10px 0;
}

    .chp_main__menu.show ul li a:hover {
        padding-left: 100px;
    }

.chp_main__menu.show .sub-menu {
    transform: none !important;
    position: relative !important;
    display: none;
    background: none;
    visibility: visible !important;
    top: 0;
    box-shadow: none;
    transition: none !important;
    padding: 0;
}

    .chp_main__menu.show .sub-menu li {
        background: transparent;
        border-bottom: none !important;
        padding: 0 0 0 15px;
    }

.chp_main__menu.show ul.chp_menu__primary > li:not(.mega-menu) .sub-menu li a {
    color: var(--color-secondary);
    font-size: 15px;
    opacity: 0.8;
    white-space: normal;
    padding-bottom: 10px;
}

.chp_main__menu.show ul.chp_menu__primary > li:not(.mega-menu) .sub-menu .sub-menu li a {
    color: var(--color-secondary);
    font-size: 15px;
    opacity: 0.6;
}

.chp_main__menu.show ul.chp_menu__primary > li:not(.mega-menu) .sub-menu li a:hover {
}

.chp_main__menu.show .sub-menu.submenu_left {
    position: static !important;
}

.chp_main__menu.show ul li a {
    padding: 0 0 0px 80px;
    text-transform: uppercase;
    color: var(--color-secondary);
    font-size: 3.2vh;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: left;
    border-bottom: none;
    transition: all 300ms ease 0ms;
    position: relative;
}
/*#endregion */

/*Fixed menu*/
#header.fixed {
    position: fixed !important;
    z-index: 1000;
}

    #header.fixed .chp_header_content {
        opacity: 1;
    }

#header.sticky.fixed .chp_main__menu .chp_menu__primary {
    transition: none;
}

#header.fixed .chp_language {
}

#header.fixed .chp_main_menu .nav-click, #header.fixed .chp_menu__mobile .nav-click {
}

#header.sticky.fixed, #header.sticky-mobile {
    position: absolute;
    animation: fadeInDown 0.3s ease 0s;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

    #header.sticky.fixed::after, #header.sticky-mobile::after {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        z-index: -1;
    }

    #header.sticky-mobile .chp_language {
        top: 15px;
    }

    #header.sticky-mobile .chp_menu__mobile .nav-click {
        top: 6px;
    }

#header.sticky .chp_main__menu {
    position: relative;
    width: auto;
    background: none;
    padding: 0;
    float: left;
}

    #header.sticky .chp_main__menu .chp_menu__primary {
        display: flex;
        justify-content: flex-start;
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 10;
        position: relative;
    }

    #header.sticky .chp_main__menu > ul > li {
        padding: 0;
        position: relative;
        background-color: transparent;
    }

    #header.sticky .chp_main__menu > ul.chp_menu__primary > li > a {
        text-transform: uppercase;
        padding: 0 1.25rem;
        color: #222;
        font-weight: 600;
        position: relative;
        z-index: 10;
        line-height: 1;
        border-left: 2px solid #222;
        white-space: nowrap;
    }

    #header.sticky .chp_main__menu > ul.chp_menu__primary > li:first-child > a {
        border: none;
        position: relative;
    }

        #header.sticky .chp_main__menu > ul.chp_menu__primary > li:first-child > a::after {
            content: "\f015";
            display: inline-block;
            font-family: "Font Awesome 5 Pro";
            font-size: 19px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #ff9600;
            line-height: 1.2;
            position: absolute;
            left: -6px;
            font-weight: bold;
            top: 40%;
            transform: translateY(-50%);
        }


    #header.sticky .chp_main__menu ul li > .togglemenu {
        display: none;
    }

    #header.sticky .chp_main__menu .sub-menu {
        display: block;
        left: 0;
        position: absolute;
        padding: 0;
        list-style: none;
        top: 58px;
        z-index: 1000;
        visibility: hidden;
        min-width: 200px;
        -moz-transition: all 0.5s ease 0s;
        flex: 0 0 30%;
    }

        #header.sticky .chp_main__menu .sub-menu.submenu_right {
            right: 100% !important;
            top: 0;
            left: auto;
            margin-right: 1px;
            -moz-transform-origin: right;
            -ms-transform-origin: right;
            -o-transform-origin: right;
            -webkit-transform-origin: right;
            transform-origin: right;
        }

        #header.sticky .chp_main__menu .sub-menu.submenu_left {
            left: 100% !important;
            top: 0;
            right: auto;
            margin-left: 1px;
            -moz-transform-origin: left;
            -ms-transform-origin: left;
            -o-transform-origin: left;
            -webkit-transform-origin: left;
            transform-origin: left;
        }

    #header.sticky .chp_main__menu ul.chp_menu__primary > li:not(.mega-menu) .sub-menu {
        background-color: transparent;
        /* margin-left: 15px; */
    }

    #header.sticky .chp_main__menu ul.chp_menu__primary > li:not(.mega-menu) > .sub-menu {
        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;
        opacity: 0;
        border-top: 3px solid #037dc6;
    }

    #header.sticky .chp_main__menu ul.chp_menu__primary > li:hover:not(.mega-menu) > .sub-menu {
        opacity: 1;
        transform: rotateX(0deg);
        visibility: visible;
    }

    #header.sticky .chp_main__menu ul.chp_menu__primary > li:not(.mega-menu) .sub-menu li {
        -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 15px;
    }

        #header.sticky .chp_main__menu ul.chp_menu__primary > li:not(.mega-menu) .sub-menu li a {
            padding: 8px 0 8px 15px;
            white-space: nowrap;
            border-bottom: 1px solid #ccc;
            text-transform: none;
            position: relative;
        }

            #header.sticky .chp_main__menu ul.chp_menu__primary > li:not(.mega-menu) .sub-menu li a::before {
                content: "";
                top: 1.1rem;
                position: absolute;
                width: 5px;
                height: 5px;
                background-color: var(--color-secondary);
                border-radius: 50%;
                left: 0;
            }

        #header.sticky .chp_main__menu ul.chp_menu__primary > li:not(.mega-menu) .sub-menu li:hover a:before {
            background-color: #037dc6;
        }

        #header.sticky .chp_main__menu ul.chp_menu__primary > li:not(.mega-menu) .sub-menu li:hover > a {
            color: #037dc6;
        }

        #header.sticky .chp_main__menu ul.chp_menu__primary > li:not(.mega-menu) .sub-menu li:last-child a {
            border: none;
        }

        #header.sticky .chp_main__menu ul.chp_menu__primary > li:not(.mega-menu) .sub-menu li .sub-menu {
            transform: rotateY(90deg);
            margin-top: -3px;
        }

        #header.sticky .chp_main__menu ul.chp_menu__primary > li:not(.mega-menu) .sub-menu li:hover > .sub-menu {
            visibility: visible;
            opacity: 1;
            transform: rotateY(0deg);
        }


    /*#region Mega Menu */
    #header.sticky .chp_main__menu ul.chp_menu__primary > li > .menu-dropdown .sub-menu > li > a {
        text-transform: none;
        font-size: 1.25rem;
    }

#header .chp_main__menu::before {
    content: none;
    -webkit-transform: translateX(100%);
    transform: translateY(100%);
    opacity: 0 !important;
    z-index: -1;
    background-color: #ffd300;
    position: absolute;
    top: 0;
    left: auto;
    right: -15px;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition: .2s ease-out;
    width: 105%;
    height: 100vh;
}

#header .chp_main__menu:hover::before {
    opacity: 1 !important;
    z-index: -1;
    height: 100vh;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

#header.sticky .chp_main__menu > ul.chp_menu__primary > li > a:hover {
    color: var(--color-secondary);
}
/*Megamenu*/
.menu-dropdown {
    position: absolute;
    max-width: 100%;
    right: 0;
    top: -20px;
    height: 100vh;
    padding-top: 8rem;
    width: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

    .menu-dropdown.menu-dropdown-child {
        margin-top: 0;
        padding-top: 0;
        background: transparent;
        left: auto;
        max-width: none;
        width: 70%;
    }

@-moz-document url-prefix() {

    .menu-dropdown.menu-dropdown-child {
        left: 100%;
        max-width: none;
        width: -moz-fit-content;
    }

        .menu-dropdown.menu-dropdown-child .menu-description {
            flex: 0 0 100%;
            max-width: 100%;
        }
}

.menu-dropdown .menu-container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    min-width: 1000px;
}

.menu-dropdown.menu-dropdown-child .menu-container {
}

#header.sticky .chp_main__menu > ul.chp_menu__primary li:hover > .menu-dropdown {
    visibility: visible;
    opacity: 1;
    display: block;
}

.menu-description {
    color: var(--color-secondary);
    flex: 0 0 70%;
    position: relative;
    z-index: 10;
    max-width: 70%;
    opacity: 0;
}

ul.sub-menu:hover + .menu-description {
    visibility: hidden;
}

ul.chp_menu__primary li:hover > .menu-dropdown > .menu-container > .menu-description {
    animation: fadeInSecondLevel 1s forwards ease 0.1s;
}

.menu-dropdown .sub-menu {
    opacity: 0;
}

ul.chp_menu__primary li:hover > .menu-dropdown > .menu-container > .sub-menu {
    animation: fadeInSecondLevel 1s forwards ease 0.1s;
}

/*#endregion */
.chp_cta__eport {
    background: #ff9600;
    height: 33px;
    border-radius: 25px;
    padding: 5px 15px;
    margin-right: 10px;
    position: relative;
    padding-left: 36px;
    font-size: 15px;
}
    .chp_cta__eport.sg {
        background-color: var(--color-primary);
        animation: zoom-in-zoom-out 1s infinite .2s cubic-bezier(.68,-0.55,.27,1.55);
    }
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1,01);
    }

    50% {
        transform: scale(1.05, 1.07);
    }

    100% {
        transform: scale(1,01);
    }
}

    .chp_cta__eport i {
        position: absolute;
        left: 1px;
        width: 31px;
        height: 31px;
        background: #fff url(icon/icon-eport-page2.png) no-repeat center center;
        font-weight: bold;
        color: #102a4b;
        text-align: center;
        border-radius: 50%;
        line-height: 31px;
        top: 1px;
    }
.sg.chp_cta__eport i {
    background: #fff url(icon/smart_gate.png) no-repeat center 6px;
    background-size: 22px;
}

.chp_header_cta {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 0;
    top: 15px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    outline: none;
    caret-color: transparent;
}

    .chp_header_cta.menushow {
        position: absolute;
        z-index: 1000;
        top: 30px;
        right: 50px;
    }

    .chp_header_cta .icon-menu {
        margin-top: 5px;
        right: 0;
        top: 50%;
        vertical-align: middle;
    }

        .chp_header_cta .icon-menu, .chp_header_cta .icon-menu::after, .chp_header_cta .icon-menu::before {
            background-color: #fff;
            border-radius: 1.5px;
            cursor: pointer;
            display: inline-block;
            height: 2px;
            line-height: 0;
            position: absolute;
            transition: transform 0.5s ease 0s, background-color 0.2s ease 0s;
            width: 30px;
        }

            .chp_header_cta .icon-menu::after, .chp_header_cta .icon-menu::before {
                content: "";
            }

            .chp_header_cta .icon-menu::after {
                top: 6px;
            }

            .chp_header_cta .icon-menu::before {
                top: -6px;
            }

    .chp_header_cta.menushow .icon-menu::after, .chp_header_cta.menushow .icon-menu::before {
        background-color: #ef5d34;
    }

    .chp_header_cta.menushow .icon-menu {
        background: none;
    }

        .chp_header_cta.menushow .icon-menu::after {
            transform: translateY(-6px) rotate(-135deg);
        }

        .chp_header_cta.menushow .icon-menu::before {
            transform: translateY(6px) rotate(135deg);
        }

/*-----------------------------
    2. Language
-------------------------------*/
.chp_language {
    display: flex;
    color: #fff;
    z-index: 100;
    transition: all .3s ease-in-out;
    align-items: center;
    position: relative;
    margin-left: 5rem;
}

    .chp_language a {
        color: #fff;
        align-items: center;
        display: flex;
        font-weight: 300;
    }

.chp_menu__area {
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
}

.language {
    display: flex;
}

    .language a, .chp_language a.icon-search, .icon-search {
        padding: 0;
        width: 35px;
        height: 35px;
        position: relative;
        line-height: 33px;
        text-align: center;
        border-radius: 50%;
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-size: 0.75rem;
        border: 1px solid transparent;
        font-weight: 300;
        margin-right: 8px;
    }

        .language a:hover, .chp_language a.icon-search:hover {
        }

    .language a {
        border-radius: 50%;
        width: 33px;
        height: 33px;
        background-color: #fff;
        padding: 0;
        border: 1px solid #ff9600;
    }

        .language a::before {
            content: "";
            width: 20px;
            height: 15px;
            position: absolute;
            top: 50%;
            left: 50%;
            /* background-size: 100%; */
            background-repeat: no-repeat;
            transform: translateX(-50%)translateY(-50%);
            /* border-radius: 50%; */
            background-size: cover;
            background-position: center center;
        }

        .language a.language_en:before {
            background-image: url('../Controls/Language/img/gb.svg');
        }

        .language a.language_vi:before {
            background-image: url('../Controls/Language/img/vn.svg');
        }

body.en .language_en {
    display: none;
}

body.vi .language_vi {
    display: none;
}
/*-----------------------------
    3. Search
-------------------------------*/
.chp_language a.icon-search {
    display: block;
    margin-right: 10px;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 31px;
    color: var(--color-secondary);
    background-color: transparent;
    border-radius: 0;
    border: 1px solid var(--color-secondary);
    font-size: 1rem;
    border-radius: 50%;
}
.wrap_search {
    position: absolute;
    top: -50px;
    right: 10px;
    background: rgba(0,0,0,1);
    width: 450px;
    z-index: 1002;
    align-items: center;
    animation: fadeInDown 0.3s ease-in-out 0s;
    justify-content: center;
    display: none;
}

    .wrap_search.show {
        animation: fadeInDown 0.3s ease-in-out 0s;
        top: 50px;
        display: block;
    }

    .wrap_search .close-search {
        top: 10px;
        right: 20px;
        display: block;
        position: absolute;
        width: 32px;
        height: 32px;
        z-index: 100;
        cursor: pointer;
        display: none;
    }

        .wrap_search .close-search::after, .wrap_search .close-search::before {
            background-color: #efc132;
            border-radius: 1.5px;
            cursor: pointer;
            content: "";
            display: inline-block;
            height: 2px;
            line-height: 0;
            position: absolute;
            transition: transform 0.5s ease 0s, background-color 0.2s ease 0s;
            width: 40px;
            left: -4px;
        }

        .wrap_search .close-search::before {
            transform: translateY(16px) rotate(135deg);
        }

        .wrap_search .close-search::after {
            transform: translateY(16px) rotate(-135deg);
        }

#search {
    display: flex;
    width: 100%;
    max-width: 450px;
    position: relative;
}

    #search::after {
        content: "\f002";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 15px;
        top: 20px;
        color: #fff;
        opacity: 0.5;
        font-size: 28px;
        display: none;
    }

    #search .input-text {
        padding: 5px 15px;
        background: transparent;
        color: #fff;
        width: 100%;
        border-radius: 0;
        border: 1px solid rgba(255,255,255,.5);
        font-size: 16px;
        font-weight: 300;
    }

        #search .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #f0f0f0;
        }

        #search .input-text::-moz-placeholder { /* Firefox 19+ */
            color: #f0f0f0;
        }

        #search .input-text:-ms-input-placeholder { /* IE 10+ */
            color: #f0f0f0;
        }

        #search .input-text:-moz-placeholder { /* Firefox 18- */
            color: #f0f0f0;
        }

    #search .search-button {
        background: #ff9600;
        position: absolute;
        height: 30px;
        right: 3px;
        width: 60px;
        border: none;
        z-index: 100;
        cursor: pointer;
        top: 3px;
        color: #fff;
    }

/*
    4. Content
*/

.content-area {
    font-size: 1.125rem;
    line-height: 1.42;
    text-align: justify;
}

    .content-area *:not(table) {
        max-width: 100%;
    }

    .content-area img {
        height: auto;
    }

    .content-area h2 {
        font-size: 1.25rem;
        font-weight: 500;
    }

    .content-area h3, .content-area h4 {
        font-weight: 500;
        font-size: 1.125rem;
    }

    .content-area h5 {
        font-style: oblique;
    }

    .content-area ol, .content-area ul {
        padding-left: 30px;
    }

    .content-area a {
        color: #263997;
        font-weight: 600;
    }

        .content-area a:hover, .content-area a:active, .content-area a:focus {
            color: #FFB713;
            font-weight: 600;
        }

    .content-area td {
        padding: 5px;
    }

.chp_sector__single.content-area .table_wrap {
    width: auto;
    max-width: none;
    transform: none;
    position: static;
}

/*#region Global */
@media screen and (min-width: 1600px) {
    .chp_cta__eport {
        height: 40px;
        padding-left: 45px;
    }

        .chp_cta__eport i {
            height: 38px;
            width: 38px;
        }

    .language a, .chp_language a.icon-search, .icon-search {
        width: 40px;
        height: 40px;
        background-color: #fff;
    }

    .chp_language a.icon-search {
        line-height: 38px;
    }
}

@media screen and (min-width : 1440px) {
    :root {
        --content-size: 1410px;
    }

    .container {
        max-width: 1410px;
    }

    #header .chp_cap {
        color: #fff;
        text-transform: uppercase;
        padding: 0.8rem 2rem 1rem;
        height: 100%;
        background: rgba(255,255,255,0.05);
        max-height: 65px;
        cursor: pointer;
    }

    /*        .chp_cap:hover {
            background: transparent;
            color: transparent;
        }*/

    #header .chp_header_content {
    }

    body:not(.introduction) #header:hover .chp_header_content {
    }

    body.introduction #header .chp_header_content {
        opacity: 1;
    }
}

@media screen and (min-width : 1440px) and (max-width : 1600px) {
    :root {
        --content-size: 1280px;
        font-size: 16px;
    }

    .container {
        max-width: 1280px;
    }

    .chp_logo img {
        transition: all .3s ease-in-out;
        height: 65px;
    }

    #header.sticky .chp_main__menu .sub-menu {
        top: 45px;
    }

    #header.sticky .chp_main__menu .sub-menu {
        top: 40px;
    }
}

@media screen and (min-width: 1260px) and (max-width: 1439px) {
    :root {
        --content-size: 1170px;
        font-size: 16px;
    }

    .container {
        max-width: 1170px;
    }

    .chp_logo {
        margin-left: 0;
    }

        .chp_logo img {
            max-height: 55px;
        }

    #header .chp_cap {
        color: #fff;
        text-transform: uppercase;
        padding: 0.8rem 2rem 1rem;
        height: 100%;
        background: rgba(255,255,255,0.05);
        max-height: 65px;
        cursor: pointer;
        display: none;
    }

    #header .chp_header_content {
        opacity: 1;
        z-index: 1000;
    }

    #header.sticky .chp_main__menu .sub-menu {
        top: 40px;
    }

    #header.sticky .chp_main__menu > ul.chp_menu__primary > li > a {
        padding: 0 11px;
        font-size: 15px;
    }

    #header.sticky .chp_main__menu > ul.chp_menu__primary > li:first-child > a::after {
        left: -10px;
    }

    body.vi #header.sticky .chp_main__menu:hover + .chp_language a.language_vi {
        border-color: var(--color-secondary) !important;
    }

    body.en #header.sticky .chp_main__menu:hover + .chp_language a.language_en {
        border-color: var(--color-secondary) !important;
    }

    /*    body.introduction #header .chp_header_content {
        opacity: 1;
    }*/

    body #header .chp_language {
        margin-left: 30px;
    }

    .menu-dropdown {
        width: 100%;
    }
}

@media only screen and (min-width : 993px) and (max-width : 1260px) {
    :root {
        --content-size: 992px;
        font-size: 16px;
    }

    .chp_logo {
        padding: 10px 0;
        margin-left: 0;
    }

        .chp_logo img {
            height: 44px;
        }
    .chp_cta .chp_cta__item {
        font-size: 12px;
    }

    .chp_menu__area {
        z-index: 1000;
    }

    #header .chp_cap {
        display: none;
    }

    #header.sticky .chp_main__menu > ul.chp_menu__primary > li > a {
        padding: 0 12px;
        font-weight: 600;
        white-space: nowrap;
    }

    #header.sticky .chp_main__menu > ul.chp_menu__primary > li:first-child > a::after {
        left: -15px;
    }

    body #header .chp_language {
        margin-left: 15px;
    }

    .chp_language a.icon-search {
        display: none;
    }
}

@media only screen and (min-width : 993px) and (max-width : 1170px) {
    .chp_cta__eport {
        display: none !important;
    }

    #header.sticky .chp_main__menu .sub-menu {
        top: 45px;
    }

    #header.sticky .chp_main__menu > ul.chp_menu__primary > li > a {
        font-size: 14px;
    }
}

@media screen and (max-width : 992px) {
    :root {
        font-size: 16px;
    }

    .chp_header_wrap .chp_menu__mobile {
        display: block;
    }

    :root {
        --content-size: calc(100vw - 30px);
    }

    .container {
        max-width: 100%;
    }
    #header.sticky .chp_main__menu .chp_menu__primary{
        display: block;
    }

    .chp_logo {
        padding-left: 0;
    }

        .chp_logo img {
            height: 60px;
        }

    .chp_header_content {
        height: 60px;
        width: auto;
        align-items: center;
        display: flex;
        padding-right: 40px;
    }

    body.vi .chp_language .language a.language_en {
        border: none;
    }

    body.vi .chp_language .language a.language_vi {
        border: none;
    }

    body.en .chp_language .language a.language_en {
        border: none;
    }

    body.en .chp_language .language a.language_vi {
        border: none;
    }

    .language a, .chp_language a.icon-search, .icon-search {
        border-radius: 0;
        border: none;
        width: 30px;
        height: auto;
    }

        .language a:hover, .chp_language a.icon-search:hover {
            background-color: transparent;
            color: #efc132;
        }

    /*#region Mainmenu */
    .mean-overflow {
        overflow: hidden;
    }

        .mean-overflow::before {
            content: "";
            width: 100%;
            height: 100%;
            position: fixed;
            z-index: 100;
            background: rgba(0,0,0,0.5);
        }

        .mean-overflow #header {
            z-index: 101;
        }

    a.meanmenu-reveal {
        display: none;
    }

    .mean-container .mean-bar {
        background: none;
        padding: 0;
        position: absolute;
        width: 100%;
        z-index: 9999;
        left: 0;
        top: 60px;
    }

    .mean-container a.meanmenu-reveal {
        color: #0e2440;
        cursor: pointer;
        display: block;
        font-weight: 300;
        height: 35px;
        line-height: 40px;
        padding: 0 0 0 10px;
        position: absolute;
        text-decoration: none;
        top: -40px;
        width: 40px;
        background: none;
        border-radius: 4px;
        right: 20px !important;
    }

        .mean-container a.meanmenu-reveal::before {
            content: "menu";
            font-size: 10px;
            font-weight: 300;
            padding-top: 1px;
            text-indent: 0px;
            display: none;
            line-height: 1;
            text-align: center;
            text-transform: uppercase;
            margin-left: 5px;
            margin-top: 5px;
        }

        .mean-container a.meanmenu-reveal.meanclose::before {
            display: none;
        }

        .mean-container a.meanmenu-reveal span {
            background: #0e2440;
            border-radius: 4px;
            display: block;
            height: 3px;
            margin: 6px 0 0 5px;
            width: 40px;
            float: right;
        }

            .mean-container a.meanmenu-reveal span:first-child {
                margin-top: 6px;
            }

            .mean-container a.meanmenu-reveal span:nth-child(2) {
                width: 30px;
            }


    .mean-container .mean-nav {
        position: absolute;
        width: 100vw;
        top: 0;
        padding: 0;
        z-index: 2000;
        max-height: calc(100vh - 70px);
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        left: 0;
    }

        .mean-container .mean-nav::-webkit-scrollbar {
            display: none; /* Chrome Safari */
        }

        .mean-container .mean-nav ul {
            padding: 0;
            margin: 0;
            width: 100%;
            background: var(--color-primary);
            list-style-type: none;
            float: left;
        }


            .mean-container .mean-nav ul li {
                border-top: 1px solid rgba(255,255,255,0.2);
                background: none;
                float: left;
                position: relative;
                width: 100%;
                margin-bottom: 0;
            }

                .mean-container .mean-nav ul li a {
                    color: var(--color-secondary);
                    display: block;
                    font-size: 1.125rem;
                    float: left;
                    line-height: 42px;
                    margin: 0;
                    padding: 0;
                    text-align: left;
                    text-decoration: none;
                    width: 100%;
                }

                .mean-container .mean-nav ul li li a {
                    width: 90%;
                    padding: 0 8%;
                    font-size: 90%;
                    filter: alpha(opacity=75);
                    text-shadow: none !important;
                    visibility: visible;
                }

        .mean-container .mean-nav > ul > li:first-child {
            border: none;
        }

        .mean-container .mean-nav .sub-menu li a {
            text-transform: none;
            white-space: nowrap;
            border: none;
        }

        .mean-container .mean-nav ul li.mean-last a {
            border-bottom: none;
            margin-bottom: 0;
        }

        .mean-container .mean-nav ul li li li a {
            width: 80%;
            padding: 0 10%;
        }

        .mean-container .mean-nav ul li li li li a {
            width: 70%;
            padding: 0 15%;
        }

        .mean-container .mean-nav ul li li li li li a {
            width: 60%;
            padding: 0 20%;
        }

        .mean-container .mean-nav ul li a:hover {
            background: rgba(255, 255, 255, 0.1);
            font-weight: 400;
        }

        .mean-container .mean-nav ul li a.mean-expand {
            margin-top: -1px;
            width: 45px;
            line-height: 1rem;
            padding: 12px !important;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
            font-weight: 300;
            background: none;
            border: none !important;
            color: var(--color-secondary);
        }

            .mean-container .mean-nav ul li a.mean-expand:hover {
                background: none;
            }

            .mean-container .mean-nav ul li a[href="/#"] ~ .mean-expand, .mean-container .mean-nav ul li a[href="#"] ~ .mean-expand {
                width: 100%;
                text-align: right;
                padding-right: 20px !important;
            }

    .mean-container .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
    }

    .mean-nav .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .mean-remove {
        display: none !important;
    }


    .mean-container .mean-nav > .gda_menu__primary {
        padding: 0 15px;
    }

    .mean-container .mean-nav > ul > li > a {
        padding-left: 15px;
    }
    /*#endregion */
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .chp_language {
        margin-right: 1rem;
    }
}

@media only screen and (max-device-width : 768px) {
    :root {
        --content-size: 100%;
    }

    .bg-logo {
        display: none;
    }

    #header .chp_logo img {
        max-height: 45px;
    }
    .mean-container a.meanmenu-reveal {
        top: -46px;
    }
}

@media screen and (max-width : 576px) {
    #header {
        padding: 0;
    }

        #header.sticky.fixed .chp_main__menu .chp_menu__primary, #header.fixed .chp_main__menu .chp_menu__primary {
            margin-top: calc(5vh + 65px);
        }

    .chp_main__menu.show > ul {
        width: 100%;
        padding-left: 20px;
    }

        .chp_main__menu.show > ul > li > a:hover:before, .chp_main__menu.show > ul > li.is-active > a:before {
            content: none;
        }

    .wrap_search.active.show {
        width: 100vw;
        left: 0;
        top: 55px;
        position: fixed;
    }

    .chp_language {
        margin-left: 1rem;
        margin-right: 10px;
    }

    .chp_cta__eport {
        display: none !important;
    }
}

@media screen and (max-width : 480px) {
    .language a {
        background-color: transparent;
    }
}
/*#endregion */

/*#region KEYFRAME */
@keyframes fadeInSecondLevel {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
    }
}
/* Firefox */
@-moz-keyframes fadeInSecondLevel {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
    }
}
/* Safari and Chrome */
@-webkit-keyframes fadeInSecondLevel {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
    }
}
/* Opera */
@-o-keyframes fadeInSecondLevel {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
    }
}


/*#endregion */
