﻿/*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 .chp_text span {
    display: block;
    text-transform: none;
    font-size: 24px;
    color: var(--color-secondary);
}


/*Smart_Gate*/
/*Global*/

.zozo_view__moreSVG.v2 {
    background-color: #ff9700;
    height: 50px;
}

    .zozo_view__moreSVG.v2 a {
        color: #fff !important;
        font-weight: 500;
        padding-left: 0;
        text-align: center;
        padding: 0 5px;
        min-width: max-content;
        background-color: var(--color-secondary);
        border-radius:10px;
    }

        .zozo_view__moreSVG.v2 a i {
            margin-right: 4px;
        }

a:hover {
    color: #fff;
    text-decoration: none;
}

.bic_module {
    padding: 3.75rem 0;
}

.chp_box__title .chp_text {
    font-size: 1.875rem;
    color: #396CB5;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    display: block;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 0.5rem;
}

    .chp_box__title .chp_text::before {
        content: "";
        width: 70px;
        position: absolute;
        left: 0;
        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);
    }

.chp_box__title.center .chp_text {
    text-align: center;
}

    .chp_box__title.center .chp_text::before {
        left: 50%;
        transform: translateX(-50%);
    }
/*Banner*/
.zozo_view__moreSVG {
    margin: 0;
    margin-right: 10px;
    position: relative;
    background-color: #396cb5;
    border-radius:10px;
}

.gd_cover_item {
    position: relative;
}

.banner_smartgate__list .zozo_button__group.d-flex .zozo_view__moreSVG a {
    color: #fff !important;
}

.banner_smartgate__content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    max-width: 32%;
}


.banner_smartgate__list .bic_title {
    font-size: 1.5rem;
    color: var(--color-secondary);
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bic_note__req {
    margin-top: 1rem;
    position: relative;
    font-weight: 500;
    font-size: 1.125rem;
    color: #444444;
    padding-left: 1.875rem;
    background-image: url(/Styles/icon/chevrons-right.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
}

    .bic_note__req span {
        color: #FF0000;
        font-size: 1.5rem;
        font-weight: 600;
        transition: 0.3s;
        animation: flash 1.85s infinite 0.2s ease-out;
    }

.banner_smartgate__list .bic_note__req::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 4.35rem;
    background-color: var(--color-secondary);
    left: 0;
    top: 0;
}

.banner_smartgate__list ul {
    list-style: none;
    padding-left: 0;
}

    .banner_smartgate__list ul li {
        margin-bottom: 1rem;
        padding-left: 2rem;
        background-image: url(/Styles/images/check.png);
        background-repeat: no-repeat;
        background-size: 24px;
    }

.sm_notice {
    margin-top: 1rem;
    color: #777;
    font-style: italic;
    font-weight: 500;
}

@keyframes sm_notice {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        width: 100%;
    }

    50% {
        width: 109%;
    }

    100% {
        width: 100%;
    }
}

.flashh {
    animation-name: flash;
}

/*End Banner*/


/*Download*/

.bic_module.download {
    padding: 5.625rem 0;
}

.bic_download__title {
    font-size: 1.875rem;
    text-transform: uppercase;
    color: var(--color-secondary);
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    line-height: 1.2;
}

    .bic_download__title > span {
        color: #396CB5;
    }

.download_col {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bic_download__desc {
    margin-bottom: 2rem;
}

.bic_download__apps {
    display: flex;
    justify-content: flex-start;
    margin: 0 -15px;
    flex-wrap: wrap;
}

    .bic_download__apps ._item {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

        .bic_download__apps ._item .qr {
            margin-bottom: 1.25rem;
        }
/*End Download*/


/*Module Videos*/
.bic_module.videos {
    padding: 3.75rem 0;
}

.video_inner img {
    width: auto !important;
    margin: auto;
    height: 70px;
    object-fit: contain;
}

.video_title {
    margin-top: 1rem;
    font-weight: 500;
    color: #222;
}

.video_inner {
    height: 100%;
    padding: 3rem 2rem 3rem;
    background: #F0F0F0;
    border-radius: 10px;
    transition: 0.4s;
}

    .video_inner:hover {
        transform: translateX(5px)translateY(-5px);
        box-shadow: -5px 5px 0px #396CB5;
    }

.bic_video__items .owl-stage-outer {
    padding: 10px 0;
}
/*End Module Videos*/



/*Module Register*/
.bic_module.register {
    padding: 1.75rem 0;
    background-image: url('/Styles/images/sg_reg_bg.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 55%;
}

.bic_reg__row {
    flex-direction: row-reverse;
    display: flex;
}

.bic_register__form {
    padding: 3.5rem;
    background-color: #F0F0F0;
    margin-top: 3rem;
    border-radius: 10px;
}

.bic_form__title {
    font-size: 1.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #396CB5;
    margin-bottom: 2rem;
}

.form_wrap .form-input {
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    border: 1px solid #396CB5;
    padding: 0 10px;
}

.form-input.submit {
    text-align: center;
    color: #fff;
    background-color: #396CB5;
    cursor: pointer;
}

.form_wrap .form-input::placeholder {
    color: #666;
}

.bic_form__group .form_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bic_reg__col {
    flex: 0 0 50%;
}

.bic_form__group {
    display: flex;
    justify-content: space-between;
    margin: 0 -11px;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

    .bic_form__group .form_wrap {
        flex: 0 0 33.33333%;
        padding: 0 11px;
    }

.form_wrap .label {
    font-weight: 600;
    color: #396CB5;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
}

    .form_wrap .label.fromDate {
        background-image: url('/Styles/images/calendar.png');
    }

    .form_wrap .label.eir {
        background-image: url('/Styles/images/mem.png');
    }

    .form_wrap .label.bienso {
        background-image: url('/Styles/images/local.png');
    }

.gd_post__title .gd_text {
    font-size: 1rem;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.gd_post__image {
    height: calc(300/470 * (var(--content-size) / 3) - 60px);
    overflow: hidden;
}

.gd_post__title:hover {
    text-decoration: none;
}

.gd_post__image a {
    border-radius: 10px;
}
.gd_post__image img {
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
    border-radius: 10px;
}
/*End Module Register*/

/*#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 */


/*Khach Hang*/
.chp_eport__testimonial {
    display: flex;
}

.chp_cus__item {
    border: 1px solid #ccc;
    padding: 2rem;
    border-radius: 10px;
}

    .chp_cus__item .chp_inner {
        flex-wrap: wrap;
    }

.chp_cus__img {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.chp_testi__top {
    display: flex;
    width: 100%;
}

.chp_cus__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.chp_cus__name {
    display: block;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    color: #396CB5;
}


.chp_testi__name {
    flex: 0 0 calc(100% - 116px);
}

.chp_cus__position {
    text-align: left;
    border-bottom: 1px solid #ccc;
    display: block;
    font-style: italic;
    color: #222;
    padding-bottom: 0;
    margin-bottom: 1rem;
    height: 45px;
    background: url(icon/chp-icon-quote.png) no-repeat right top 0px;
    background-size: 22px;
}

.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 Responsive */
@media screen and (max-width:1400px) and (min-width:1200px) {

    .bic_reg__col {
        flex: 0 0 70%;
    }

    .bic_register__form {
        padding: 2.5rem;
        margin-top: 1rem;
    }

    :root {
        font-size: 14px;
    }

    .banner_smartgate__content {
        max-width: 37%;
        left: 4%;
    }

        .banner_smartgate__content > img {
            max-width: 16rem;
            margin-bottom: 0;
        }

    .bic_note__req {
        padding-top: 10px;
    }

    .banner_smartgate__list ul li {
        background-size: 17px;
        margin-bottom: 8px;
    }

    .banner_smartgate__list .bic_title {
        font-size: 1.125rem;
        margin-top: 0;
    }

    .bic_note__req span {
        font-size: 1.125rem;
    }

    .bic_download__apps ._item {
        flex: 0 0 33.3333333%;
    }

    .gd_post__image {
        height: calc(300/470 * (var(--content-size) / 3));
    }
}


@media screen and (max-width:767px) {


    /*Table Responsive*/
    #bangthuytrieu thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #bangthuytrieu tr {
        border: 1px solid #ccc;
    }

    #bangthuytrieu td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
    }

        #bangthuytrieu td:before {
            position: absolute;
            top: 50%;
            left: 15px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            transform: translateY(-50%);
            text-transform: uppercase;
            font-weight: 500;
            text-align: left;
        }

    #bangthuytrieu table, #bangthuytrieu thead, #bangthuytrieu tbody, #bangthuytrieu th, #bangthuytrieu td, #bangthuytrieu tr {
        display: block;
    }

        #bangthuytrieu td:nth-of-type(1):before {
            content: "SỐ LỆNH";
        }

        #bangthuytrieu td:nth-of-type(2):before {
            content: "Số container";
        }

        #bangthuytrieu td:nth-of-type(3):before {
            content: "Kích cỡ";
        }

        #bangthuytrieu td:nth-of-type(4):before {
            content: "TÁC NGHIỆP";
        }

        #bangthuytrieu td:nth-of-type(5):before {
            content: "SỐ XE";
        }

        #bangthuytrieu td:nth-of-type(6):before {
            content: "Thời gian vào cổng";
        }

        #bangthuytrieu td:nth-of-type(7):before {
            content: "Thời gian ra cổng";
        }

        #bangthuytrieu td:nth-of-type(8):before {
            content: "Chủ hàng";
        }

        #bangthuytrieu td:nth-of-type(9):before {
            content: "Thao tác";
        }

    #bangthuytrieu {
        max-width: calc(100vw - 30px) !important;
    }

        #bangthuytrieu td::after {
            height: 100%;
            width: 1px;
            background: #ccc;
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
        }

    .phone_table tbody tr:nth-child(2n+1) {
        border-bottom: none !important;
    }

    /*End table Responsive*/

    .bic_note__req {
        padding-top: 10px;
    }

    .zozo_button__group .zozo_view__moreSVG {
        width: 100% !important;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .zozo_button__group {
        flex-wrap: wrap;
    }

    .zozo_view__moreSVG g {
        display: none;
    }

    .zozo_button__group a {
        text-align: center;
        padding-left: 0;
    }

    .bic_download__apps ._item:last-child {
        margin-top: 2rem;
    }

    .bic_download__apps {
        justify-content: space-between;
    }

    .video_inner {
        padding: 1.5rem 10px;
    }


    .banner_smartgate__list ul li {
        background-size: 18px;
        padding-left: 1.5rem;
        background-position: 0 2px;
    }

    .bic_form__group {
        margin-bottom: 0;
    }

        .bic_form__group .form_wrap:last-child {
            margin: 10px 0 20px;
        }

    .bic_download__apps ._item {
        flex: 0 0 50%;
    }

        .bic_download__apps ._item img {
            width: 100%;
        }

        .bic_download__apps ._item .qr {
            display: none;
        }

    .ungdung_col img {
        max-width: 70%;
        margin-bottom: 10px;
    }

    .bic_module.register {
        background-image: none;
    }

    .bic_register__form {
        padding: 2rem;
        margin-top: 0;
    }

    .bic_reg__col {
        flex: 0 0 100%;
    }

    .bic_form__title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .bic_form__group .form_wrap {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .form_wrap .form-input {
        height: 50px;
        line-height: 50px;
    }

    .chp_box__title .chp_text {
        font-size: 1.25rem;
    }

    .banner_smartgate__content {
        position: relative;
        max-width: 100%;
        transform: none;
        left: 0;
        top: 0;
        padding: 15px;
    }

    .smg .gd_cover_item > img {
        display: none;
    }

    .gd_banner.smg {
        padding: 2rem 0;
        background-image: url(/Styles/images/chp-banner-eport.jpg);
        background-position: 0;
    }

    .banner_smartgate__list .bic_title {
        line-height: 1.2;
        font-size: 1.25rem;
    }

    .bic_module.download {
        padding: 2.5rem 0;
    }

    .bic_download__title {
        font-size: 1.65rem;
        margin-bottom: 1rem;
    }

    .download_col {
        margin-bottom: 2rem;
    }

    .ungdung_col {
        margin-bottom: 1rem;
    }

    .bic_module {
        padding: 2.5rem 0;
    }

    .chp_box__title .chp_text {
        margin-bottom: 1rem;
    }

    .bic_module.videos {
        padding: 2.5rem 0;
        padding-top: 0;
    }

    /*=====================*/
    .banner_smartgate__content {
        position: relative;
        max-width: 100%;
        transform: none;
        left: 0;
        top: 0;
        padding: 15px;
    }

    .smg .gd_cover_item > img {
        display: none;
    }


    .banner_smartgate__list .bic_title {
        line-height: 1.2;
        font-size: 1.25rem;
    }

    .bic_module.download {
        padding: 2.5rem 0;
    }

    .chp_language .chp_cta {
        display: none;
    }

    .chp_header_content {
        flex: 0 0 100%;
        padding-right: 0;
        height: 40px;
    }

    #header .chp_main__menu .chp_menu__primary {
        display: flex !important;
    }

    #header {
        background-size: cover;
    }

    .chp_header_wrap {
        flex-wrap: wrap;
    }
}

@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 (max-width:575px) {
    .chp_cus__item {
        padding: 2rem 15px;
    }

        .chp_cus__item .chp_inner {
            flex-flow: wrap;
            justify-content: center;
        }

    .chp_cus__content {
        flex: 0 0 100%;
    }

    .chp_cus__name {
        text-align: center;
    }

    .chp_cus__position {
        text-align: center;
    }
}





/*#endregion */

