/* FONTS */
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito-Regular_0.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoBold';
    src: url('/fonts/Nunito-Bold_0.ttf');
    font-weight: normal;
    font-style: normal;
}
/* END FONTS */

/* STYLE */
body {
    font-family: Nunito, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
}

.bold-text {
    font-family: NunitoBold, Arial, sans-serif;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.no-padding {
    padding: 0;
}

.header-content {
    background: url(/images/bg-banner.jpg) no-repeat;
    height: 80px;
    background-position: center;
    background-size: cover;
}

    .header-content .logo-item {
        height: 80px;
        display: flex;
        align-items: center;
    }

        .header-content .logo-item a {
            cursor: pointer;
        }

            .header-content .logo-item a:hover {
                opacity: 0.85;
            }

            .header-content .logo-item a img {
            }

.body-content {
    background-color: #fafdff;
    padding: 200px 0;
}

    .body-content .content-item {
        text-align: center;
    }

.content-item .title-item {
    font-size: 24px;
    color: #0873b9;
    padding-bottom: 5px;
}

.content-item .subtitle-item {
    font-size: 17px;
}

.content-item .language-items {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

    .content-item .language-items a {
        text-decoration: none;
        cursor: pointer;
    }

        .content-item .language-items a:hover {
            opacity: 0.85;
        }

.content-item .language-item {
    padding: 35px 40px 30px 40px;
    background-color: #FFF;
    border-radius: 5px;
    margin: 0px 15px;
    box-shadow: 1px 3px 10px 0 #D2D0D0;
    -webkit-box-shadow: 1px 3px 10px 0 #D2D0D0;
    -moz-box-shadow: 1px 3px 10px 0 #D2D0D0;
}

    .content-item .language-item .text-item {
        font-size: 14px;
        color: #0873b9;
        padding-top: 5px;
    }

.support-item {
    background: url(/vi/help/images/bg-support.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    padding: 40px 0;
}

    .support-item .title-item {
        font-size: 24px;
        color: #FFF;
        text-align: center;
        padding-bottom: 10px;
    }

    .support-item .content-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }

    .support-item .info-item {
        display: flex;
        justify-content: center;
        padding-bottom: 35px;
    }

        .support-item .info-item .email-item a {
            background: url(/vi/help/images/ic-email.svg) no-repeat left center;
            background-size: 16px;
            padding-left: 25px;
            color: #FFF;
            text-decoration: none;
            transition: opacity 200ms ease;
            font-size: 16px;
        }

        .support-item .info-item .url-item a {
            background: url(/vi/help/images/ic-global.svg) no-repeat left center;
            background-size: 16px;
            padding-left: 25px;
            color: #FFF;
            text-decoration: none;
            margin-left: 30px;
            transition: opacity 200ms ease;
            font-size: 16px;
        }

    .support-item .col-md-20-percent {
        float: left;
        width: 20%;
    }

        .support-item .col-md-20-percent:hover {
            background: rgb(255, 255, 255, 0.2);
            border-radius: 10px;
        }

    .support-item a {
        text-decoration: none;
    }

    .support-item .col-content-item {
        text-align: center;
        padding: 40px 5px 35px 5px;
    }

    .support-item .image-item img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .support-item .text-item {
        font-size: 16px;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.footer-item-top {
    padding: 40px 0;
    text-align: center;
    background-color: #1f2736;
    border-bottom: 2px solid #353c4c;
}

    .footer-item-top .title-item {
        font-size: 24px;
        color: #fff;
        padding-bottom: 20px;
    }

    .footer-item-top .content-item {
        display: flex;
        justify-content: center;
    }

        .footer-item-top .content-item .email-item a {
            background: url(/vi/help/images/ic-email.svg) no-repeat left center;
            background-size: 16px;
            padding-left: 25px;
            color: #31b4ff;
            text-decoration: none;
            transition: opacity 200ms ease;
            font-size: 16px;
        }

        .footer-item-top .content-item .url-item a {
            background: url(/vi/help/images/ic-global.svg) no-repeat left center;
            background-size: 16px;
            padding-left: 25px;
            color: #31b4ff;
            text-decoration: none;
            margin-left: 30px;
            transition: opacity 200ms ease;
            font-size: 16px;
        }

.footer-item-middle {
    padding: 30px 0;
    background-color: #1f2736;
    height: 130px;
}

    .footer-item-middle .content-item {
        width: 100%;
        float: left;
    }

    .footer-item-middle .col-md-20-percent {
        width: 20%;
        float: left;
    }

    .footer-item-middle .branch-name {
        font-size: 16px;
        color: #ebebeb;
        padding-bottom: 5px;
    }

    .footer-item-middle .phone-item a {
        background: url(/vi/help/images/ic-phone.svg) no-repeat left center;
        background-size: 12px;
        padding-left: 20px;
        font-size: 13px;
        text-decoration: none;
        color: #ebebeb;
        transition: opacity 200ms ease;
    }

    .footer-item-middle .email-item a {
        background: url(/vi/help/images/ic-email.svg) no-repeat left center;
        background-size: 12px;
        padding-left: 20px;
        font-size: 13px;
        text-decoration: none;
        color: #31b4ff;
        transition: opacity 200ms ease;
    }

.footer-item-bottom {
    background-color: #1f2736;
    padding: 25px 0;
}

    .footer-item-bottom .content-item {
        display: flex;
        align-items: center;
        position: relative;
    }

    .footer-item-bottom .text-item {
        display: flex;
        align-items: center;
    }

    .footer-item-bottom .social-item {
        position: absolute;
        right: 0;
        line-height: 0;
    }

    .footer-item-bottom .company-name {
        font-size: 13px;
        color: #fff;
    }

    .footer-item-bottom .copyright {
        font-size: 13px;
        color: #fff;
        padding-left: 30px;
    }

    .footer-item-bottom .line-cut {
        padding-left: 15px;
        color: #FFF;
        opacity: 0.2;
    }

    .footer-item-bottom .policy a {
        font-size: 13px;
        color: #00b1ff;
        padding-left: 15px;
        text-decoration: none;
    }

    .footer-item-bottom .social-item a {
        color: unset;
        cursor: pointer;
        text-decoration: none;
        filter: grayscale(100%);
        display: inline-flex;
    }

        .footer-item-bottom .social-item a:nth-child(2) {
            padding: 0 15px;
        }

        .footer-item-bottom .social-item a:hover {
            filter: unset;
        }

/* RESPONSIVE */

@media (max-width: 979px) {
    .body-content .row-item .content-item {
        padding: 15px 20px;
    }

    .body-content .row-item .text-item {
        min-height: 72px;
    }
}

@media (max-width: 768px) {
    .footer-item-middle {
        height: 240px;
    }

        .footer-item-middle .col-md-20-percent {
            width: 30%;
            float: left;
            padding-top: 15px;
        }

    .footer-item-bottom .content-item {
        display: block;
    }

    .footer-item-bottom .text-item {
        display: block;
        text-align: center;
    }

    .footer-item-bottom .line-cut {
        display: none;
    }

    .footer-item-bottom .social-item {
        position: unset;
        right: unset;
        text-align: center;
        padding-top: 10px;
    }

    .footer-item-bottom .copyright {
        padding-left: 0;
    }

    .footer-item-bottom .policy a {
        padding-left: 0;
    }

    .ht-page.ht-page--sidebaroff {
        padding: 40px 0 10px 0;
    }

    .feature-question-item .content-item {
        padding: 40px 0;
    }

    .footer-item-bottom .company-name {
        padding-bottom: 10px;
    }

    .footer-item-bottom .copyright {
        padding-bottom: 10px;
    }

    .footer-item-bottom .policy {
        padding-bottom: 5px;
    }

    .support-item .col-md-20-percent {
        width: 50%;
    }

    .support-item {
        background: url(/vi/help/images/bg-home-support.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .feature-question-item .content-item {
        padding: 40px 0;
    }

    .feature-question-item .left-item {
        width: 100%;
        float: unset;
    }

    .feature-question-item .right-item {
        width: 100%;
        float: unset;
        padding-top: 30px;
    }

    .support-item {
        padding: 30px 0;
    }

        .support-item .title-item {
            font-size: 20px;
        }

        .support-item .col-md-25-percent {
            float: unset;
            width: 100%;
        }

        .support-item .col-content-item {
            padding: 30px 5px 25px 5px;
        }

        .support-item .image-item img {
            padding-bottom: 15px;
        }

    .footer-item-top .content-item {
        display: block;
        justify-content: unset;
        text-align: center;
    }

    .footer-item-middle {
        height: 475px;
        padding: 20px 0;
    }

        .footer-item-middle .content-item {
            text-align: center;
        }

        .footer-item-middle .col-md-20-percent {
            width: 100%;
            float: unset;
        }

    .support-item .content-item {
        display: block;
    }

    .category-items .content-item ul li {
        width: 100%;
    }

    .footer-item-top .content-item .url-item {
        padding-top: 5px;
    }

        .footer-item-top .content-item .url-item a {
            margin-left: 0;
        }

    .body-content .row-item {
        padding-bottom: 20px;
    }

        .body-content .row-item .content-item {
            padding: 35px 40px;
            margin-bottom: 20px;
        }

        .body-content .row-item .col-md-8:last-child .content-item {
            padding: 35px 40px;
            margin-bottom: 0;
        }

        .body-content .row-item .text-item {
            min-height: unset;
        }

    .support-item .info-item {
        display: block;
        justify-content: unset;
        text-align: center;
        padding-bottom: 25px;
    }

        .support-item .info-item .email-item {
            padding-bottom: 5px;
        }

        .support-item .info-item .url-item a {
            margin-left: 0;
        }

    .support-item .col-md-20-percent {
        width: 100%;
    }
}
/* END RESPONSIVE */
/* END STYLE */

