* {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Roboto,sans-serif;
    font-size: 17px;
    transition: .3s;
    outline: 0 !important;
    line-height: 28px;
}


:after, :before {
    font-family: Roboto,sans-serif;
    transition: .3s;
}

.center {
    text-align: center;
}

#introduction p {
    text-align: justify;
    margin-bottom: 25px;
}

.center {
    text-align: center !important;
}

h1, h2, h3, h4 {
    font-weight: 400;
}

.content02 {
    margin-top: 70px;
}

.caidat {
    margin: 35px 0;
}

.dacdiem ul li {
    margin-bottom: 10px;
}

#features .title {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 32px;
    color: #026c98;
}

.content01 .title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 32px;
    color: #026c98;
}

.motdong {
    white-space: nowrap;
}

@media (max-width:1024px) {
    #khachhangtieubieu img {
        width: 100%;
    }

    .motdong {
        white-space: normal;
    }
}


#introduction img {
    width: 100%;
    margin-top: 30px;
}

.dacdiem .title {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 32px;
    color: #026c98;
}

.dacdiem {
    padding: 75px 0;
    margin: 75px 0;
    background: #f9f9f9;
}

.modal-open {
    overflow: scroll;
    padding-right: 0 !important;
}

.btn-tintuc {
    padding: 10px 0;
    overflow: hidden;
}

a.title h3:hover {
    color: #e67e22 !important;
}

.baochi {
    overflow: hidden;
}

.baochi {
    padding: 0 10px;
    border-radius: 3px;
}

    .baochi:hover {
        box-shadow: 0 0 10px 2px #ebebeb;
    }

#popup-map {
    height: 350px !important;
    width: 100% !important;
    max-width: 100%;
}

.in-one-line {
    display: inline-block;
    font-size: 14px;
}

.showInMobile {
    display: none !important;
}

@media (min-width:768px) {
    .col-md-2-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 15px;
    }

    .col-md-8-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83%;
        flex: 0 0 70.83%;
        max-width: 70.83%;
        padding: 0 15px;
    }

    .col-md-7-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
        padding: 0 15px;
    }

    .col-md-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
        padding: 0 15px;
    }

    .col-md-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16%;
        flex: 0 0 29.16%;
        max-width: 29.16%;
        padding: 0 15px;
    }
}

@media (min-width:992px) {
    .col-lg-2-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 15px;
    }

    .col-lg-8-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83%;
        flex: 0 0 70.83%;
        max-width: 70.83%;
        padding: 0 15px;
    }

    .col-lg-7-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
        padding: 0 15px;
    }

    .col-lg-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
        padding: 0 15px;
    }

    .col-lg-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16%;
        flex: 0 0 29.16%;
        max-width: 29.16%;
        padding: 0 15px;
    }
}

@media (min-width:1200px) {
    .col-xl-2-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 15px;
    }
}

/*.line > div {
    height: 2px;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #fff;
}*/

.double-line {
    width: 100%;
    height: 4px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

a.btn-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #076a98;
    color: #fff;
    padding: .5em 1em;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    text-decoration: none;
}

    a.btn-1 > img {
        padding-right: .7em;
    }

    a.btn-1:hover:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(253,207,207,.07);
    }

    a.btn-1.style-1 {
        color: #076a98;
        background: #f0f0f0;
    }

.hover-darken {
    position: relative;
}

/*.hover-darken:hover:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.07);
    }*/

a.btn-2 {
    display: inline-block;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    color: #9b9b9b;
    padding: .5em 2.5em;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 300;
    border: 1px solid #9b9b9b;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
}

    a.btn-2:after {
        content: '+';
        margin-left: 6px;
        width: 15px;
        height: 15px;
        background: #9b9b9b;
        border-radius: 50%;
        color: #fff;
        position: absolute;
        right: 15px;
        bottom: 15px;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    a.btn-2:hover {
        color: #fff;
        background: #e67e22;
        border-color: transparent;
    }

        a.btn-2:hover:after {
            color: #e67e22;
            background: #fff;
        }

.pbweb {
    padding: 75px 0;
    margin: 75px 0;
    background: #f9f9f9;
}

#khachhangtieubieu {
    padding: 50px 0;
    margin-top: 0;
    background: #f9f9f9;
}

.body {
    padding: 0 20px;
    overflow: hidden;
}

#khachhangtieubieu h2 {
    TEXT-ALIGN: CENTER;
    FONT-SIZE: 32.95px;
    COLOR: #184EAE;
    FONT-WEIGHT: BOLD;
    margin-bottom: 50px;
}

a.btn-3 {
    padding: 18px;
    background: #026c98;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    position: relative;
    text-decoration: none !important;
    DISPLAY: INLINE-BLOCK;
    MARGIN-TOP: 30PX;
}

.pc img {
    width: 100%;
}

a.btn-3:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.07);
    border-radius: 20px;
}

a.btn-4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    color: #076a98;
    padding: .5em 1em;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    border: 1px solid #076a98;
}

.thumbnail-wrapper > a {
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    padding-top: 62.5%;
    overflow: hidden;
}

    .thumbnail-wrapper > a > img {
        min-width: 100%;
        min-height: 100%;
        flex-shrink: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

form.contact > div:first-child > .input-container > .decor {
    width: 35px;
    height: 35px;
    background-color: #e67e22;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
}

    form.contact > div:first-child > .input-container > .decor:before {
        content: '';
        width: 5px;
        height: 10px;
        border-left: 5px solid #e67e22;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        position: absolute;
        right: -5px;
        top: 50%;
        transform: translateY(-50%);
    }

form.contact > div:first-child > .input-container.name > .decor {
    background-image: url(/img/ico_contact_1.png);
}

form.contact > div:first-child > .input-container.email > .decor {
    background-image: url(/img/Layer-1503.png);
}

form.contact > div:first-child > .input-container.phone > .decor {
    background-image: url(/img/icon-phone.png);
}

form.contact > div:first-child > .input-container > input {
    background: 0 0;
    position: relative;
    z-index: 1;
    border-radius: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    padding-left: 16px;
}

    form.contact > div:first-child > .input-container > input + label {
        position: absolute;
        top: 8px;
        left: 46px;
        color: #888;
        z-index: 0;
    }

        form.contact > div:first-child > .input-container > input + label > span.required {
            color: red;
        }

    form.contact > div:first-child > .input-container > input:focus + label {
        display: none;
    }

form.contact > div:first-child > .form-check {
    margin-bottom: 10px;
}

form.contact > div:first-child > textarea {
    border-color: #ccc;
    margin-bottom: 10px;
}



form.contact > div:last-child > button {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

    form.contact > div:last-child > button:first-child {
        background: #ffffff;
        margin-right: 15px;
        font-size: 16px;
        height: 35px;
        width: 121px;
        outline: none;
        font-family: inherit;
        line-height: initial;
        border-radius: 5px;
        font-weight: 500;
        border: 1px solid #076a98;
        text-transform: initial;
        color: #076a98;
    }

    form.contact > div:last-child > button:last-child {
        /*margin-right: 5px;*/
        background: #076a98;
        font-size: 16px;
        height: 35px;
        width: 121px;
        outline: none;
        font-family: inherit;
        line-height: initial;
        border-radius: 5px;
        font-weight: 500;
        text-transform: initial;
    }

#banner {
    position: relative;
    padding: 30px 0;
    height: 12vw;
    min-height: 240px;
}

    #banner > img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    #banner > .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        height: 100%;
        top: 0;
    }

        #banner > .content > .container > .row > div:first-child > a:first-child {
            color: #fff;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 300;
            margin-bottom: 4px;
        }

        #banner > .content > .container > .row > div:first-child > h1, #banner > .content > .container > .row > div:first-child > p:nth-child(2) {
            font-size: 34px;
            font-weight: 400;
            margin-bottom: 7px;
            line-height: 1.2em;
            color: #fff;
        }

        #banner > .content > .container > .row > div:first-child > .decor {
            width: 90px;
            height: 2px;
            background: #f7952c;
            margin-bottom: 10px;
        }

        #banner > .content > .container > .row > div:first-child > p:last-child {
            color: #fff;
            font-size: 15px;
        }

        #banner > .content > .container > .row > div:last-child > form.search {
            padding: 20px 30px 20px 20px;
            background: rgba(0,0,0,.2);
            border-radius: 5px;
        }

            #banner > .content > .container > .row > div:last-child > form.search > .form-group > label {
                color: #fff;
                font-size: 15px;
                font-weight: 700;
            }

            #banner > .content > .container > .row > div:last-child > form.search > .form-group > .captcha {
                padding-left: 0;
            }

                #banner > .content > .container > .row > div:last-child > form.search > .form-group > .captcha > img {
                    border-radius: .25rem;
                    width: 98px;
                }

            #banner > .content > .container > .row > div:last-child > form.search > .form-group > button[type=submit] {
                background: #e67e22;
                color: #fff;
                text-transform: uppercase;
                font-weight: 700;
                padding: 6px 15px;
            }

.article-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}

    .article-1 > .wrapper {
        position: relative;
        width: 200px;
        height: 200px;
        max-width: 33vw;
        max-height: 33vw;
        overflow: hidden;
    }

        .article-1 > .wrapper > a > img {
            height: 100%;
            width: auto;
            left: 50%;
            transform: translateX(-50%);
            position: absolute;
        }

    .article-1 > .content {
        flex: 1;
        padding: 20px 10px 0px 15px;
        position: relative;
    }

        .article-1 > .content > div:first-child {
            height: 55px;
            margin-bottom: 10px;
        }

            .article-1 > .content > div:first-child > a > img {
                height: 100%;
                width: auto;
                max-width: 100%;
            }

        .article-1 > .content > div:nth-child(2) > .description {
            text-decoration: none;
        }

            .article-1 > .content > div:nth-child(2) > .description > h3 {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                max-height: 6em;
                line-height: 24px;
                box-sizing: content-box;
                height: auto;
                font-size: 17px;
                text-align: justify;
                color: #000;
            }

        /*.article-1 > .content > div:nth-child(2) > .description > h3:before {
                    content: url(/img/quote.png);
                    padding-right: 8px;
                }*/

        .article-1 > .content > a.decor {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 30px;
            height: 30px;
            background: #d6d6d6;
            border-top-left-radius: 10px;
        }

            .article-1 > .content > a.decor:before {
                content: url(/img/plus.png);
                width: 17px;
                height: 17px;
            }

    .article-1:hover > .content > a.decor {
        background: #e67e22;
    }

@media (min-width:768px) and (max-width:991.8px) {
    .article-1 > .wrapper {
        width: 150px;
        height: 180px;
    }

    .article-1 > .content > div:nth-child(2) > .description > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 4.5em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: 4.5em;
    }
}

.article-sm-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}

    .article-sm-1 > .wrapper {
        position: relative;
        width: 150px;
        height: 150px;
        overflow: hidden;
    }

@media (max-width:991.8px) and (min-width:576px) {
    .article-sm-1 > .wrapper {
        display: none;
    }
}

.article-sm-1 > .wrapper > a > img {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.article-sm-1 > .content {
    flex: 1;
    padding: 10px 10px 0px 15px;
    position: relative;
}

    .article-sm-1 > .content > div:first-child {
        height: 35px;
    }

        .article-sm-1 > .content > div:first-child > a > img {
            height: 100%;
            width: auto;
            max-width: 100%;
        }

    .article-sm-1 > .content > div:nth-child(2) > .description {
        text-decoration: none;
    }

        .article-sm-1 > .content > div:nth-child(2) > .description > h3 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            max-height: 4.5em;
            line-height: 26px;
            box-sizing: content-box;
            height: 4.5em;
            font-size: 17px;
            color: #000;
        }

    .article-sm-1 > .content > a.decor {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background: #d6d6d6;
        border-top-left-radius: 10px;
    }

        .article-sm-1 > .content > a.decor:before {
            content: url(/img/plus.png);
            width: 17px;
            height: 17px;
        }

.article-sm-1:hover > .content > a.decor {
    background: #e67e22;
}

.article-lg-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px #e6e6e6;
}

    .article-lg-1 > .wrapper {
        position: relative;
        width: 440px;
        height: 275px;
        overflow: hidden;
    }

@media (max-width:991.8px) and (min-width:768px) {
    .article-lg-1 > .wrapper {
        width: 300px;
    }
}


.article-lg-1 > .wrapper > a > img {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.article-lg-1 > .content {
    flex: 1;
    padding: 20px 10px 20px 15px;
    position: relative;
}

    .article-lg-1 > .content > div:first-child {
        height: 74px;
        margin-bottom: 20px;
    }

        .article-lg-1 > .content > div:first-child > a > img {
            height: 100%;
            width: auto;
        }

    .article-lg-1 > .content > div:nth-child(2) > a.title {
        text-decoration: none;
        display: block;
    }

        .article-lg-1 > .content > div:nth-child(2) > a.title > h3 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            max-height: 3em;
            line-height: 1.5em;
            box-sizing: content-box;
            height: 3em;
            font-size: 18px;
            color: #000;
            font-weight: 700;
        }

    .article-lg-1 > .content > div:nth-child(2) > span.description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 4.5em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: auto;
        font-size: 15px;
    }

@media (max-width:767.8px) {
    .article-lg-1 > .content > div:nth-child(2) > span.description {
        display: none;
    }
}

.article-lg-1 > .content > a.decor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #d6d6d6;
    border-top-left-radius: 10px;
}

    .article-lg-1 > .content > a.decor:before {
        content: url(/img/plus.png);
        width: 17px;
        height: 17px;
    }

.article-lg-1:hover > .content > a.decor {
    background: #e67e22;
}

.article-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .article-2 > .thumbnail-wrapper {
        width: 250px;
        max-width: 40%;
        overflow: hidden;
    }

    .article-2 > .content {
        flex: 1;
        padding: 0 10px 10px 20px;
    }

        .article-2 > .content > .title {
            display: block;
            font-weight: 700;
            color: #000;
            margin-bottom: 5px;
            text-decoration: none;
        }

            .article-2 > .content > .title:hover > h2 {
                color: #e67e22;
            }

            .article-2 > .content > .title > h2 {
                font-size: 18px;
                color: #000;
                font-weight: 700;
            }

        .article-2 > .content > span.time {
            font-size: 13px;
            color: #666;
            margin-bottom: 6px;
            display: block;
        }

            .article-2 > .content > span.time:before {
                content: url(/img/date-2.png);
                padding-right: 6px;
            }

        .article-2 > .content > .description {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            max-height: 4.5em;
            line-height: 1.5em;
            box-sizing: content-box;
            height: auto;
            margin-bottom: 20px;
            text-align: justify;
        }

        .article-2 > .content > div:last-child {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -moz-justify-content: flex-end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
        }

            .article-2 > .content > div:last-child > a.detail {
                float: right;
                line-height: 28px;
                font-size: 15px;
                color: #a8a8a8;
                right: 0px;
                bottom: 5px;
                padding-right: 15px;
                text-decoration: none;
            }

                .article-2 > .content > div:last-child > a.detail:hover {
                    color: #e67e22;
                }

.textareaForm2 {
    padding: 12px !important;
}

@media (max-width:575.8px) {
    .article-2 {
        flex-direction: column;
    }

        .article-2 > .thumbnail-wrapper {
            width: 100%;
            max-width: 100%;
            margin-bottom: 10px;
        }

        .article-2 > .content {
            padding: 0 10px 10px;
        }
}

.article-sm-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .article-sm-2 > .thumbnail-wrapper {
        width: 120px;
        cursor: pointer;
    }

    .article-sm-2 > .content {
        padding: 0 10px;
        flex: 1;
    }

        .article-sm-2 > .content > a {
            font-weight: 700;
            display: block;
            margin-bottom: 4px;
            cursor: pointer;
            color: #e67e22;
        }

            .article-sm-2 > .content > a > h3 {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                max-height: 3em;
                line-height: 1.5em;
                box-sizing: content-box;
                height: 3em;
                color: #000;
                font-weight: 700;
                font-size: 14px;
            }

                .article-sm-2 > .content > a > h3:hover {
                    color: #e67e22;
                }

        .article-sm-2 > .content > span.time {
            color: #999;
            font-size: 13px;
        }

            .article-sm-2 > .content > span.time:before {
                content: url(/img/date-2.png);
                padding-right: 6px;
            }

.article-video-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
}

    .article-video-1 > .thumbnail-wrapper {
        position: relative;
        cursor: pointer;
    }

        .article-video-1 > .thumbnail-wrapper:before {
            content: '';
            width: 35px;
            height: 35px;
            position: absolute;
            bottom: 0;
            left: 0;
            background-image: url(/img/video.png);
            z-index: 1;
            background-repeat: no-repeat;
            background-position: center center;
            background-color: rgba(230,126,23,.8);
            border-radius: 50%;
            border-bottom-left-radius: 0;
        }

        .article-video-1 > .thumbnail-wrapper > .duration {
            position: absolute;
            right: 5px;
            bottom: 5px;
            color: #fff;
            background-color: rgba(0,0,0,.6);
            padding: 0 5px;
            border-radius: 3px;
            font-size: 12px;
        }

    .article-video-1 > .content {
        padding: 10px;
    }

        .article-video-1 > .content > a {
            text-decoration: none;
            cursor: pointer;
        }

            .article-video-1 > .content > a > h3 {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                max-height: 4.5em;
                line-height: 1.5em;
                box-sizing: content-box;
                height: 4.5em;
                font-size: 15px;
                color: #000;
            }

                .article-video-1 > .content > a > h3:hover {
                    color: #e67e22;
                }

.article-video-sm-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
}

    .article-video-sm-1 > .thumbnail-wrapper {
        width: 110px;
        position: relative;
    }

        .article-video-sm-1 > .thumbnail-wrapper:before {
            content: url(/img/video.png);
            position: absolute;
            bottom: 0;
            left: 5px;
            z-index: 1;
        }

        .article-video-sm-1 > .thumbnail-wrapper > a {
            cursor: pointer;
        }

    .article-video-sm-1 > .content {
        flex: 1;
        margin-left: 10px;
    }

        .article-video-sm-1 > .content > a {
            cursor: pointer;
        }

            .article-video-sm-1 > .content > a > h3 {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                max-height: 4.5em;
                line-height: 1.5em;
                box-sizing: content-box;
                height: 4.5em;
                font-size: 14px;
                color: #000;
            }

.sidebar-article-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
}

    .sidebar-article-1 > .thumbnail-wrapper {
        width: 120px;
        position: relative;
    }

        .sidebar-article-1 > .thumbnail-wrapper > .decor {
            display: none;
            -webkit-align-items: center;
            align-items: center;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
            width: 27px;
            height: 27px;
            border-radius: 50%;
            background: #f7952c;
            position: absolute;
            right: -6px;
            bottom: -10px;
            color: #fff;
            font-size: 15px;
            font-weight: 700;
        }

    .sidebar-article-1 > .content {
        flex: 1;
        padding-left: 8px;
    }

        .sidebar-article-1 > .content > a {
            text-decoration: none;
        }

            .sidebar-article-1 > .content > a > h3 {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                max-height: 6em;
                line-height: 1.5em;
                box-sizing: content-box;
                height: auto;
                color: #000;
                font-weight: 700;
                font-size: 13px;
            }

                .sidebar-article-1 > .content > a > h3:hover {
                    color: #e67e22;
                }

@media (min-width:768px) and (max-width:991.8px) {
    .sidebar-article-1 > .thumbnail-wrapper {
        width: 100px;
    }

    .sidebar-article-1 > .content > a > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 4.5em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: 4.5em;
    }
}

.sidebar-article-2 {
    padding: 10px;
}

    .sidebar-article-2 > .thumbnail-wrapper {
        margin-bottom: 10px;
    }

    .sidebar-article-2 > .content > a {
        text-decoration: none;
    }

        .sidebar-article-2 > .content > a > h3 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            max-height: 4.5em;
            line-height: 1.5em;
            box-sizing: content-box;
            height: auto;
            color: #000;
            font-weight: 700;
            font-size: 15px;
            margin-bottom: 5px;
        }

            .sidebar-article-2 > .content > a > h3:hover {
                color: #e67e22;
            }

    .sidebar-article-2 > .content > span.time {
        color: #999;
        font-size: 13px;
    }

        .sidebar-article-2 > .content > span.time:before {
            content: url(/img/date-2.png);
            padding-right: 6px;
        }

.sidebar-article-3 {
    padding: 10px;
}

    .sidebar-article-3 > .content {
        padding-left: 15px;
        position: relative;
    }

        .sidebar-article-3 > .content:before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #969696;
            position: absolute;
            left: 2px;
            top: 8px;
        }

        .sidebar-article-3 > .content > a {
            text-decoration: none;
        }

            .sidebar-article-3 > .content > a > h3 {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                max-height: 4.5em;
                line-height: 1.5em;
                box-sizing: content-box;
                height: auto;
                color: #000;
                font-size: 15px;
                margin-bottom: 5px;
            }

        .sidebar-article-3 > .content > span.time {
            color: #999;
            font-size: 13px;
        }

            .sidebar-article-3 > .content > span.time:before {
                content: url(/img/date-2.png);
                padding-right: 6px;
            }

    .sidebar-article-3:hover > .content > a > h3 {
        color: #e67e22;
    }

    .sidebar-article-3:hover > .content:before {
        background: #e67e22;
    }

#header {
    height: 60px;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 9999;
}

    #header > .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 100%;
    }

        #header > .container > .logo {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: center;
            align-items: center;
            padding: 5px 0;
            text-decoration: none;
            order: 1;
        }

@media (max-width:1199.8px) {
    #header > .container > .logo {
        flex: 1;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}

#header > .container > .logo > .description {
    font-size: 13.22px;
    margin-bottom: 0;
    color: #000;
    margin-top: 8px;
    line-height: 7px;
}

#header > .container > .main-menu {
    flex: 1;
    order: 2;
    position: relative;
}

    #header > .container > .main-menu > a#condensed-menu {
        display: block;
        height: 100%;
        padding: 23px 0 23px 18px;
        position: relative;
    }

        #header > .container > .main-menu > a#condensed-menu:hover {
            cursor: pointer;
        }

        #header > .container > .main-menu > a#condensed-menu > span {
            display: block;
            width: 24px;
            height: 3px;
            background-color: #333;
            position: relative;
            border-radius: 3px;
            top: 0;
        }

            #header > .container > .main-menu > a#condensed-menu > span.line-2 {
                top: 5px;
            }

            #header > .container > .main-menu > a#condensed-menu > span.line-3 {
                top: 10px;
            }

@media (min-width:1200px) {
    #header > .container > .main-menu > a#condensed-menu {
        display: none;
    }
}

#header > .container > .main-menu > nav {
    height: 100%;
    padding: 0;
    top: 0;
    width: 100%;
    border: none;
    margin: 0;
    display: flex;
}

    #header > .container > .main-menu > nav > ul.navbar-nav {
        margin: auto;
        display:flex;
    }

        #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item {
            display: inline-block;
            align-items: center;
            height: 60px;
        }

@media (max-width:1199.8px) {
    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item {
        position: relative;
    }
}

#header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    height: 100%;
}

#header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item:hover {
    cursor: pointer;
}

    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item:hover > a {
        color: #e67e22;
    }

#header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > a.search, #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > button {
    position: relative;
    width: 20px;
    top: 3px;
}

    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > a.search:before, #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > button:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 2px solid #acaba9;
        top: calc(50% - 12px);
        left: 4px;
    }

    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > a.search:after, #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > button:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 2px;
        background: #acaba9;
        top: calc(50% + 3px);
        transform: rotate(45deg);
        left: 15px;
    }

#header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > input {
        order: 1;
        position: absolute;
        right: 30px;
        width: 0;
        border: none;
        height: 100%;
        top: 0;
    }

    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > button {
        order: 2;
        background: 0 0;
        border: none;
        display: none;
    }

#header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search.show > a.search:before {
    width: 15px;
    height: 2px;
    border: none;
    background: #acaba9;
    transform: rotate(-45deg);
    top: 50%;
    left: 7px;
    border-radius: 0;
}

#header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search.show > a.search:after {
    width: 15px;
    transform: rotate(45deg);
    top: 50%;
    left: 7px;
}

#header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search.show > form.search > input {
    width: 95%;
    box-shadow: 0 0 5px #ccc;
    padding: 20px 23px;
    font-size: 22px;
    overflow: hidden;
    height: 50px;
    margin-top: 5px;
}

.pd015 {
    padding: 0 15px;
}

@media (max-width:1199.8px) {
    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > a.search {
        display: none;
    }


    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > input {
        order: 1;
        position: static;
        width: 100%;
        padding: 10px;
    }

    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item.search > form.search > button {
        display: block;
    }
}

#header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > .submenu {
    display: none;
    position: absolute;
    top: 60px;
    border-top: 1px solid transparent;
}

    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > .submenu > ul > li {
        margin-bottom: 1px;
    }

        #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > .submenu > ul > li > a {
            line-height: 40px;
            height: 40px;
            display: block;
            padding-left: 10px;
            min-width: 200px;
            color: #000;
            background: rgba(255,255,255,.9);
            border-left: 4px solid rgba(230,126,23,.7);
            text-decoration: none;
        }

            #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > .submenu > ul > li > a:hover {
                color: #e67e22;
                background: #fff;
            }

#header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item:hover > .submenu {
    display: block;
    box-shadow: 0 5px 5px rgba(0,0,0,.15);
}

@media (max-width:1199.8px) {
    #header > .container > .main-menu {
        order: 4;
        flex: 0;
    }

        #header > .container > .main-menu > nav {
            display: none;
            height: auto;
            border-radius: 0;
            border: 1px solid rgba(0,0,0,.15);
            width: 215px;
        }

            #header > .container > .main-menu > nav.show {
                display: block;
            }

            #header > .container > .main-menu > nav > ul.navbar-nav {
                -webkit-flex-direction: column;
                flex-direction: column;
            }

                #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > a {
                    line-height: 40px;
                    width: 100%;
                }

                #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > .submenu {
                    top: 0;
                    transform: translateX(-100%);
                }
}

#header > .container > .contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    order: 3;
}

    #header > .container > .contact > img {
        width: 30px;
        height: 30px;
    }

    #header > .container > .contact > .address {
        flex: 1;
        padding-left: 10px;
    }

        #header > .container > .contact > .address > p {
            margin-bottom: 0;
            font-weight: 300;
            font-size: 12px;
            text-align: right;
        }

            #header > .container > .contact > .address > p > a {
                color: #f7952c;
                font-weight: 700;
                font-size: 14px;
                text-decoration: none;
            }

@media (max-width:768px) {
    #header > .container > .contact {
        display: none;
    }

   

}

#header + * {
    margin-top: 60px;
}

#footer {
    background: #149cc5;
    padding: 25px 0 0;
}

    #footer > .container > .other-things {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #38B7E0;
    }

        #footer > .container > .other-things > div {
            margin-bottom: 15px;
        }

            #footer > .container > .other-things > div > .titleHead {
                font-size: 16px;
                color: white;
                font-weight: 600;
                margin-bottom: 8px;
            }

            #footer > .container > .other-things > div > ul > li {
                padding: 5px 0;
                position: relative;
            }

                /*#footer > .container > .other-things > div > ul > li:before {
                    content: url(/img/disc-1.png);
                    position: absolute;
                    left: 0;
                    top: 3px;
                }*/

                #footer > .container > .other-things > div > ul > li > a {
                    color: #000;
                }

                    #footer > .container > .other-things > div > ul > li > a > p {
                        font-size: 14px;
                        color: white;
                    }

    #footer > .container > .addresses {
        margin-top: 15px;
        padding-bottom: 15px;
    }

        #footer > .container > .addresses > div {
            padding-right: 0;
        }



            #footer > .container > .addresses > div > .item > a {
                font-size: 15px;
                color: white;
                font-weight: 600;
            }

            #footer > .container > .addresses > div > .item > div {
                margin-top: 8px;
            }

                #footer > .container > .addresses > div > .item > div > .address {
                    padding-left: 0;
                    padding-right: 0;
                    margin-bottom: 8px;
                    position: relative;
                    font-size: 12px;
                    color: white;
                }

    /*#footer > .container > .addresses > div > .item > div > .address:before {
                            content: '';
                            width: 15px;
                            height: 20px;
                            background: url(/img/contact-icons.png);
                            background-repeat: no-repeat;
                            background-position: 0 1px;
                            position: absolute;
                            left: 0;
                        }*/

    #footer .phone {
        font-size: 12px;
        color: white;
    }

.trusochinh a {
    font-size: 16px !important;
}

.trusochinh .address {
    font-size: 14px !important;
}

.trusochinh .phone {
    font-size: 14px !important;
}

.rowft2 {
    margin-left: -43px;
}

.rowright {
    margin-left: 23px;
}

#copyright {
    background: #076a98;
    overflow: hidden;
}

.logo-des {
    display: none;
}

#copyright > .container {
    position: relative;
}

    #copyright > .container > p {
        font-size: 13px;
        padding: 15px 0;
        color: white;
        margin-bottom: 0;
    }

        #copyright > .container > p > a {
            color: white;
            text-transform: uppercase;
        }

    #copyright > .container > .social {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }


#go-top {
    width: 57px;
    height: 57px;
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 100px;
    cursor: pointer;
    background: url(/img/go-top.png) no-repeat center center;
}



#video-modal > .modal-dialog {
    max-width: none;
    margin-top: 100px;
}

    #video-modal > .modal-dialog > .modal-content {
        background: rgba(83,92,100,.8);
        border-radius: 10px;
        padding: 8px;
        position: relative;
    }

        #video-modal > .modal-dialog > .modal-content > .title {
            background: rgba(230,126,23,.8);
            color: #fff;
            font-size: 18px;
            padding: 5px 10px;
            position: relative;
        }

        #video-modal > .modal-dialog > .modal-content > button.close {
            position: absolute;
            top: -25px;
            right: 0;
            color: #fff;
            text-shadow: none;
            opacity: 1;
            font-size: 15px;
            font-weight: 400;
            cursor: pointer;
        }

.right {
    text-align: right;
}

.register-modal > .modal-dialog {
    margin-top: 100px;
}

    .register-modal > .modal-dialog > .modal-content {
        border-radius: 10px;
    }

        .register-modal > .modal-dialog > .modal-content > .modal-header {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            justify-content: left;
            position: relative;
            background: #ffffff;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

            .register-modal > .modal-dialog > .modal-content > .modal-header > button {
                position: absolute;
                top: -30px;
                right: 0;
                color: #fff;
                text-shadow: none;
                opacity: 1;
                font-weight: 400;
                text-transform: uppercase;
                font-size: 14px;
            }

            .register-modal > .modal-dialog > .modal-content > .modal-header > p {
                font-size: 21px;
                color: #076a98;
                text-transform: uppercase;
                font-weight: 600;
            }

label.custom-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

    label.custom-radio > input[type=radio] {
        display: none;
    }

    label.custom-radio > span.checkmark {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #666;
        margin-right: 6px;
        display: inline-block;
        padding: 2px;
        position: relative;
        top: -1px;
    }

        label.custom-radio > span.checkmark:before {
            content: '';
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #076a98;
            display: none;
        }

    label.custom-radio > input[type=radio]:checked + span.checkmark {
        border-color: #e67e22;
    }

        label.custom-radio > input[type=radio]:checked + span.checkmark:before {
            display: block;
        }

#page-TimKiem .article-2 {
    margin-bottom: 15px;
}

.captchaBox {
    color: transparent;
    font-size: 0;
    position: relative;
}

    .captchaBox br {
        display: none;
    }

#CaptchaInputText {
    width: calc(100% - 112px);
    height: 34.29px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
}

.main-menu-mobile {
    display: none;
}

#anhCotPhai {
    padding: 0;
    margin: 0;
    width: 100%;
}

    #anhCotPhai li {
        margin-bottom: 15px;
    }

        #anhCotPhai li img {
            width: 100%;
        }



.page404 img {
    max-width: 100%;
}

.image-wrapper a img {
    width: 100% !important;
    height: 331px !important;
}

.thumbnail-wrapper a img {
    width: 100% !important;
}

.page-content > .content-wrapper > .bottom-toolbar > div:nth-child(3) ~ div {
    top: 2px !important;
}

.articles .article-2 .thumbnail-wrapper a img {
    width: 100% !important;
    height: 156px !important;
}

.sidebar-article-1 .thumbnail-wrapper a img {
    width: 100% !important;
    height: 75px !important;
}

.headerbaogia {
    text-align: center;
    padding: 10px;
    /* border: 1px solid; */
    background: #fcfcfc;
}

.bodybaogia {
    text-align: center;
    padding: 20px;
    overflow: hidden;
}

    .bodybaogia h2 {
        margin-bottom: 15px;
    }

.bodymobile {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-bottom: 15px;
}

.itemein button {
    background: #00758f;
    padding: 1px 25px;
    border: none;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

form.contact > div:first-child > .input-container.khuvuc > .decor {
    background-image: url(/img/adjustment.png);
    background-size: 50%;
}

form.contact > div:first-child > .input-container.thue > .decor {
    background-image: url(/img/take-note.png);
    background-size: 50%;
}

.bodybaogia .itemein {
    width: 48%;
    float: left;
    margin: 2% 1%;
    box-shadow: 0px 3px 10px #ddd;
    padding: 5px;
}

@media (max-width:1024px) {
    #header .contact {
        margin-right: 0px;
    }

    .rowft2 {
        margin-left: 0px;
    }

    .rowright {
        margin-left: 0px;
    }
}
/*@media (min-width:1870px){
    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > a{
        font-size:13px;
    }
}
@media (min-width:1496px){#header .contact
    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > a{
        font-size:13px;
    }
}
@media (max-width:1440px){
    #header > .container > .main-menu > nav > ul.navbar-nav > li.nav-item > a{
        font-size:13px;
    }
}*/



@media (max-width:768px) {
    #quotation > .container > .content.pc > .row.body {
        display: none !important;
    }

    .pagination {
        margin-bottom: 30px;
    }

    .motdong {
        white-space: normal;
    }

    .span-text {
        width: 100% !important;
        margin-top: 10px;
    }

    .questions > .title {
        padding-left: 0px !important;
        border-left: none !important;
    }

    #quotation > .container > .tabs {
        margin-top: 10px;
        border-bottom: 1px solid #e7e7e7;
    }

    #quotation > .container > .content {
        padding: 15px 0;
    }

    .headerbaogia h2 {
        font-size: 24px;
    }

    .bodybaogia h2 {
        font-size: 24px;
    }

    .itemein h3 {
        font-size: 20px;
    }

    .itemein p {
        font-size: 13px;
    }

    .buttonbaogia a {
        display: block;
    }

    .buttonbaogia a {
        display: block;
        width: 100%;
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px !important;
        margin-bottom: 10px;
        border-radius: 45px !important;
    }

    .buttonbaogia {
        padding: 0 10px;
    }

    .bodybaogiaweb p {
        text-align: center;
        border-bottom: 1px dashed #dedede;
        padding: 5px 0;
    }

    .web table {
        display: none;
    }

    .modal-header {
        padding: 5px 10px !important;
    }

    .modal-body {
        padding: 0 10px !important;
    }

    .mr-left {
        margin-top: -10px;
        padding-right: 10px;
    }

    .txt-label label {
        padding: 0px 5px 2px 0px !important;
    }

    #video-modal > .modal-dialog > .modal-content {
        height: 300px;
    }

    #about-us > .container > .title > div > .title {
        font-size: 20px !important;
    }

    .article-1 > .content > div:nth-child(2) > .description > h3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-top: 20px;
    }

    .anhgioithieu {
        width: 50%;
        float: left;
    }

    .article-1 > .content {
        padding: 5px;
    }

    .buttongioithieu a {
        left: 15%;
    }

    #features > .container > .row > div > .title {
        margin-top: 30px;
    }

    .caidat > div {
        padding-right: 0;
        padding-left: 0;
    }

    .contentMenuMobile .nav-item.search input {
        margin-left: -4px;
    }

    .img-kh-gt .item {
        width: 98% !important;
    }

    .body {
        padding: 0 0;
    }

    .buttonbaochi {
        overflow: hidden;
        float: right;
        right: 15px;
        bottom: 30px;
    }

    .thumbnail-wrapper-baochi {
        overflow: hidden;
    }

    #experience .article-1 > .wrapper > a > img {
        display: none !important;
    }

    .a-baochi {
        width: 100% !important;
    }

    .text-baochi {
        width: 100% !important;
    }

    .baochi {
        padding: 0;
    }

    #news-baochi .item {
        overflow: hidden;
        border: 1px solid #b9b9b9;
        border-radius: 5px;
        margin-bottom: 20px;
        padding: 0px 10px 10px 10px;
    }

    .fl-intro {
        display: none !important;
    }

    #introduction .description {
        width: 100% !important;
    }

    .intro-threebt {
        margin: 20px 0 0 0 !important;
    }

    #articles .article-1 > .wrapper {
        display: none;
    }

    textarea {
        height: 60px;
    }

    .mg-right {
        padding-left: 10px;
    }

    .article-lg-1 > .content > div:first-child {
        margin-bottom: 0px;
    }

    .article-lg-1 > .content > div:nth-child(2) > a.title > h3 {
        font-size: 17px;
        font-weight: 400;
    }

    .article-lg-1 > .content > div:first-child > a > img {
        height: auto;
    }

    .xuthe-line img {
        width: 170px !important;
        display :none;
    }
}

@media (min-width:769px) {
    .einvoice_body {
        display: none;
    }
}

@media (min-width:769px) {
    .lSGallery {
        width: 150px !important;
        position: absolute;
        top: 25px;
        transform: inherit !important;
        z-index: 1;
        height: 817px !important;
        overflow-y: auto !important;
        background: rgb(235, 239, 246);
        left: 25px;
        height: 80vh !important;
    }

        .lSGallery li {
            margin-bottom: 15px;
            width: 100% !important;
        }

    .invoice-carousel .lSSlideWrapper .lslide img {
    }

    .invoice-carousel .lSSlideWrapper .lslide > div {
        position: relative !important;
        right: -65px !important;
    }

    .lSAction > .lSPrev {
        left: 300px !important;
    }

    .lSAction > .lSNext {
        right: 170px !important;
    }
}

.title-header {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 32px;
    color: #026c98;
    font-weight: bold;
}




.kntk {
    float: right;
    line-height: 28px;
    font-size: 15px;
    color: #a8a8a8;
    right: 0px;
    bottom: 5px;
    padding-right: 15px;
    text-decoration: none;
}

    .kntk:hover {
        opacity: 0.8;
        text-decoration: none;
        color: #e67e22;
    }

.btn-xam {
    background: #a8a8a8 !important;
}

.btn-xanh {
    background: #076a98 !important;
}

.btn-dacam {
    background: #e67e22 !important;
}

.article-1:hover {
    box-shadow: 0 0 10px 2px #ebebeb;
}

a:hover {
    text-decoration: none !important;
}

.mg-right {
    padding-right: 10px !important;
}

.mr-left {
    padding-left: 10px !important;
}

.btn-form {
    padding: 20px 15px;
}

.tbvanban tr td {
    vertical-align: middle;
}

.center {
    text-align: center;
}

.khuvuc select {
    font-size: 14px;
}

.form-check-inline span {
    font-size: 15px;
    color: #757575;
}

/*form.contact > div:last-child > button:first-child:hover {
    border-radius: 25px;
}*/



@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}


.txt-label label {
    margin-bottom: 0 !important;
    font-size: 15px;
    padding: 15px 5px 2px 0px;
    color: #1d1b1b;
}

    .txt-label label span {
        color: red;
    }

.modal-body {
    padding: 10px 25px !important;
}

.modal-header {
    padding: 15px 25px;
}

.article-lg-1 {
    box-shadow: none !important;
    border: 1px solid #e1e1e1;
}

    .article-lg-1:hover {
        box-shadow: 0 0 10px 2px #ebebeb !important;
    }

.btn-xemtatca {
    font-size: 17px;
    border-radius: 8px;
    border: 1px solid #076a98;
    color: #076a98;
    padding: 10px 35px;
    display: inline-block;
    left: 50%;
    position: relative;
    font-weight: bold;
    transform: translateX(-50%);
}

.content-beccrum {
    background: #076a98;
    color: white;
    padding: 5px 0;
}

    .content-beccrum a {
        color: white;
        font-size: 14px;
    }

    .content-beccrum span {
        color: white;
        font-size: 14px;
    }

p {
    margin-bottom: 0 !important;
}

.top-toolbar span {
    font-size: 14px;
}

.image-gallery {
    position: relative;
    z-index: -1;
}

.btn-cangiua {
    text-align: center;
    margin-top: 10px;
}

    .btn-cangiua a {
        font-weight: 300;
        border: 1px solid #076a98;
        padding: .5em 3.5em;
        background: 0 0;
        color: #076a98;
        border-radius: 5px;
        font-size: 18px;
    }

.main-content-xam {
    background: #f6f6f6;
    padding: 15px 0 !important;
}

.zoomphoto {
    cursor: zoom-in;
}
/* tất cả icon gom vào một ảnh*/

.sprite {
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url('/img/allicon01.png');
}

.sprite-adjustment {
    width: 23px;
    height: 19px;
    background-position: -5px -5px;
}

.sprite-benefit-1 {
    width: 48px;
    height: 42px;
    background-position: -38px -9px;
}

.sprite-benefit-2 {
    width: 41px;
    height: 41px;
    background-position: -96px -9px;
}

.sprite-benefit-3 {
    width: 52px;
    height: 52px;
    background-position: -147px -5px;
}

.sprite-benefit-4 {
    width: 42px;
    height: 42px;
    background-position: -5px -67px;
}

.sprite-benefit-5 {
    width: 39px;
    height: 54px;
    background-position: -57px -67px;
}

.sprite-benefit-6 {
    width: 46px;
    height: 46px;
    background-position: -101px -67px;
}

.sprite-calendar {
    width: 13px;
    height: 13px;
    background-position: -162px -67px;
}

.sprite-consultant {
    width: 33px;
    height: 34px;
    background-position: -162px -90px;
}

.content-wrapper br {
    margin: 10px;
    display: block;
    content: '';
}

.sprite-contact-icons-fax {
    width: 15px;
    height: 18px;
    background-position: -5px -132px;
}

.sprite-contact-icons-map {
    width: 16px;
    height: 21px;
    background-position: -30px -128px;
}

.sprite-disc-1 {
    width: 4px;
    height: 10px;
    background-position: -185px -67px;
    margin-right: 5px;
}

.sprite-dmca-badge-w100-5x1-06 {
    width: 100px;
    height: 20px;
    background-position: -55px -134px;
}

.sprite-facebook {
    width: 30px;
    height: 30px;
    background-position: -155px -126px;
}

.sprite-github {
    width: 30px;
    height: 30px;
    background-position: -165px -162px;
}


.sprite-gmail {
    width: 30px;
    height: 30px;
    background-position: -203px -37px;
}

.sprite-icon-check {
    width: 14px;
    height: 12px;
    background-position: -5px -45px;
}

.sprite-info {
    width: 10px;
    height: 24px;
    background-position: -235px -45px;
}

.sprite-linkedin {
    width: 30px;
    height: 30px;
    background-position: -205px -79px;
}

.sprite-phone-contact {
    width: 30px;
    height: 30px;
    background-position: -205px -119px;
}

.sprite-quote {
    width: 21px;
    height: 16px;
    background-position: -205px -159px;
}

.sprite-quote-1 {
    width: 26px;
    height: 21px;
    background-position: -5px -185px;
}

.sprite-stackoverflow {
    width: 30px;
    height: 30px;
    background-position: -41px -185px;
}

.sprite-take-note {
    width: 22px;
    height: 24px;
    background-position: -81px -185px;
}

.sprite-tumblr {
    width: 30px;
    height: 30px;
    background-position: -113px -185px;
}

.sprite-twitter {
    width: 30px;
    height: 30px;
    background-position: -2px -216px;
}

.sprite-twitter {
    width: 30px;
    height: 36px;
    background-position: -2px -213px;
}

.sprite-youtube {
    width: 30px;
    height: 30px;
    background-position: -31px -216px;
}

.banner-quancao {
    background-image: url("/img/modern-abstract-business-background-blue-white-tones.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
}



.bannerleft {
    margin-top: 73px;
    object-fit: contain; 
}
.mauvangbanner {
    font-size: 20px;
    color: #ffdd14;
    font-weight: bold;
}
.mienphi {
    color: white;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    width: 82%;
    text-transform: uppercase;
}

.form {
    padding: 25px; 
    background: rgba(179, 209, 244, 0.8);
    margin-top: 20px;
}

.txtform {
    font-weight: bold;
    color: #066C98;
    text-align: center;
    font-size: 20px;
}

.txtformnho {
    text-align: center;
    color: #277684;
}

.nghidinh {
    color: #066C98;
    font-size: 15px; 
    margin-top: 25px;
    font-weight: bold;
}


form {
    margin-top: 15px;
    text-align: center;
}

.btn-default {
    color: white;
    background: #f29620;
    font-weight: bold;
}

.logodangki img {
    max-width: 221px;
    min-height: 64.62px;
}

.form-group input {
    border: none;
    height: 40px;
    font-size: 13.4px;
}
.btndangkyngay {
    font-size: 21.24px;
    color: #FFFFFF;
    background-color: #F7952F;
	margin-top: 10px;
}

.mrt50 {
    margin-top: 30px;
}

.tinhuuviet {
    background-image: url("/img/banner02.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50PX 0;
}

    .tinhuuviet img {
        width: 100%;
    }

.lydo01 {
    background-image: url("/img/lydo01ktxt.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
}

.lydo02 {
    background-image: url("/img/lydo02.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
}

.lydo03 {
    background-image: url("/img/lydo03.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
}

.lydo04 {
    background-image: url("/img/lydo04.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
}

.lydo05 {
    background-image: url("/img/lydo05.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
}

.lydo p {
    padding: 10px 40px;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    color: #494949;
    margin-top: 60px;
    font-weight: 600;
}

.diemuuviet {
    background-image: url("/img/back-dknhanh.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50PX 0;
}

.text {
    width: 100%;
    background: #2399ce;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;
}

.dichvutruyennhan {
    font-size: 15.62px;
}
.text:hover {
    box-shadow: 0 0 10px 2px #57adc7;
}

    .text p {
        color: white;
        font-size: 18px;
    }


.mr10border {
    margin-top: 7px;
    border-right: 1px solid white;
}

.diemuuviet h2 {
    TEXT-ALIGN: CENTER;
    FONT-SIZE: 30PX;
    COLOR: #076698;
    FONT-WEIGHT: BOLD;
    margin-bottom: 50px;
}

    .diemuuviet h2 img {
        width: 180px;
        margin-top: -9px;
    }

.baogia h2 img {
    width: 180px;
    margin-top: -9px;
}

.baogia h2 {
    TEXT-ALIGN: CENTER;
    FONT-SIZE: 32.95PX;
    COLOR: #ffffff;
    FONT-WEIGHT: BOLD;
    margin-bottom: 50px;
}

.baogia {
    background-image: url("/img/bannerbaogia.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50PX 0;
}

.baogiapcxanh {
    background-image: url("/img/baogiaweb01.png");
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.webe {
    color: white;
    font-size: 20px;
    padding: 25px;
    font-weight: bold;
    text-align: center;
}

.ml20 {
    margin-left: 20px;
}

.cntweb {
    padding-left: 10px;
    margin-top: 10px;
}

    .cntweb li {
        font-size: 14.27px;
    }

        .cntweb li i {
            margin-right: 5px;
        }

        .cntweb li b {
            font-size: 14px;
        }

.webgia {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #2eb8d8;
}

.baogiapcxanh:hover {
    background-image: url("/img/baogiaemax.png");
}



.baogiapc500:hover {
    background-image: url("/img/e500mauvang.png");
}



.baogiapc1000:hover {
    background-image: url("/img/e1000mauvang.png");
}

.baogiapemax {
    background-image: url("/img/baogiaemax.png");
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .baogiapemax:hover {
        background-image: url("/img/baogiaweb01.png");
    }

.baogiapc10000 {
    background-image: url("/img/e10000mauxanh.png");
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .baogiapc10000:hover {
        background-image: url("/img/baogiaemax.png");
    }

.baogiapc5000 {
    background-image: url("/img/e5000.png");
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .baogiapc5000:hover {
        background-image: url("/img/baogiaemax.png");
    }

.baogiapc2000 {
    background-image: url("/img/e2000mauxanh.png");
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .baogiapc2000:hover {
        background-image: url("/img/baogiaemax.png");
    }

.bgbaogiapc01 {
    background-image: url(/img/bgpc01.png);
    height: 350px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 350px;
    padding: 50PX 0;
    position: relative;
}

.bgbaogiapc02 {
    background-image: url(/img/bgpc02.png);
    height: 350px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 350px;
    padding: 50PX 0;
    position: relative;
}

.bgbaogiapc03 {
    background-image: url(/img/bgpc03.png);
    height: 350px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 350px;
    padding: 50PX 0;
    position: relative;
}

.txtprofes {
    background: #f1f1f1;
    padding: 10px 0;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20px;
    min-height: 200px;
}

.pd5px {
    padding-right: 5px;
    padding-left: 5px;
}

.ttl-pro {
    background: #047d9e;
    color: white;
    padding: 3px 0px;
    font-weight: bold;
    margin-top: -10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.content-pro {
    font-size: 12px;
    padding: 0 5px 0 5px;
}

.txtprofes .gia {
    padding: 10px 0;
    font-size: 20px;
    color: #047d9e;
    font-weight: bold;
}

.txt-cuoi-pc-2 {
    position: absolute;
    top: 35px;
}

    .txt-cuoi-pc-2 h6 {
        font-size: 16px;
        color: white;
        text-align: center;
        font-weight: bold;
    }

    .txt-cuoi-pc-2 p {
        line-height: 10px;
    }

.bgbaogiapc04 {
    background-image: url(/img/bgpc04.png);
    height: 350px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 350px;
    padding: 50PX 0;
    position: relative;
}

.txtheaderpc h5 {
    font-size: 20px;
    color: #047d9e;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

.h5headerbaogia h5 {
    font-size: 20px;
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

.txt-giua-pc {
    text-align: center;
    border-bottom: 2px solid #dbdbdb;
    padding: 0 10px;
        margin-left: 1px;
}

#baogiapc {
    overflow: hidden;
}

    #baogiapc > div {
        padding-left: 5px;
        padding-right: 5px;
        overflow: hidden;
    }

a:hover, a:focus {
    color: white;
}

.txt-cuoi-pc {
    position: absolute;
    bottom: 100px;
    text-align: center;
    padding: 0 5px;
    width:100%;
}

.giatien b {
    font-size: 25px;
    padding: 10px;
}

.mauxanhla {
    color: #43c993;
}

.mauhong {
    color: #ff5050;
}

.soluonghoadon {
    font-size: 12px;
}

    .soluonghoadon b {
        font-size: 14px;
    }

.textformdangkynhanh {
    TEXT-ALIGN: JUSTIFY;
    font-size: 15.43px;
    COLOR: #636363;
    font-weight: bold;
    margin-top: 20px;
}

.width100 {
    width: 100%;
    width: 100%;
    border: none;
    height: 40px;
}

.tvan {
    text-align: center;
    font-size: 15.62px;
    font-weight: 400;
    color: white;
    padding-top: 20px;
}

.mauvang {
    color: #FFDD15;
}

textarea {
    border: none !important;
}

.maucam {
    color: #e98f23;
}

.mauxanh {
    color: #036793;
}

.alert-success {
    position: fixed;
    background: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.26);
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 30px;
}

    .alert-success h3 {
        text-align: center;
        font-size: 30px;
        color: #4e4e4e;
        background: white;
        position: relative;
        z-index: 99999;
        padding-top: 0;
    }

.alert-success {
    display: none;
}

.conten-tb {
    padding: 0 50px;
    text-align: center;
    line-height: 25px;
}

.hoanthanh {
    padding: 6px 20px;
    border-radius: 20px;
    background: #5bb14b;
    border: none;
    color: white;
    font-size: 15px;
    text-decoration: none;
}

#conten-tb {
    padding: 0 70px 25px 70px;
    color: #4e4e4e;
    line-height: 25px;
}

.title-register:before {
    content: '';
    background: url('../img/Line-1.png');
    position: absolute;
    width: 200px;
    height: 1px;
    left: 0;
    background-color: white;
    bottom: -10px;
}

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
    .xuthe-line img {
        width: 755px !important;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .xuthe-line img {
        width: 898px !important;
    }
}

.seven-cols img {
    width: 100%;
}

.tabbaogia {
    margin-bottom: 45px;
}

.nav-tabs > li.active > a {
    color: #fff;
    background-color: #2eb8d8;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 19.85px;
}

.nav-tabs > li > a {
    color: white;
}

.btn-baogia {
    text-align: center;
    margin-top: 45PX;
}

    .btn-baogia li {
        display: inline-block;
    }

.taibaogia {
    border: 1px solid white;
    color: #f7952c;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 5px;
    MARGIN-RIGHT: 40PX;
}

.dangkyngay {
    border: 1px solid white;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 5px;
    BACKGROUND: #f7972f;
}

.form2 {
    background: #184EAE;
    padding: 30px;
    margin-top: 50px;
}

    .form2 select {
        border: none;
        height: 40px;
        width: 100%;
        padding: 5px;
        border-radius: 4px;
        color: #999;
        font-size: 15px;
    }

.form select {
    border: none;
    height: 40px;
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    color: #999;
    font-size: 15px;
}

.dangkynhanh-ft {
    background-image: url("/img/bgfooter.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50PX 0;
}

    .dangkynhanh-ft h2 {
        TEXT-ALIGN: CENTER;
        FONT-SIZE: 25PX;
        COLOR: white;
        FONT-WEIGHT: BOLD;
        margin-bottom: 30px;
    }

    .dangkynhanh-ft img {
        WIDTH: 250PX;
    }

.mobilehienthi {
    display: none;
}

#baogiapc img {
    width: 100% !important;
}

.desktop {
    position: fixed;
    bottom: 50%;
    right: 10px;
}



@media (max-width:1199px) {
    #header > .container > .main-menu > nav {
        width: 320px !important;
    }
    /*.btnShowSubmenu{display:block;font-size:40px;color:#000;text-align:center;line-height:40px}*/

    #menuPc {
        display: none;
    }

    .main-menu-mobile {
        display: block;
        order: 4;
    }

    #header > .container > .main-menu-mobile > a#condensed-menu {
        display: block;
        height: 100%;
        padding: 23px 0px 23px 18px;
        position: relative;
    }

        #header > .container > .main-menu-mobile > a#condensed-menu:hover {
            cursor: pointer;
        }

        #header > .container > .main-menu-mobile > a#condensed-menu > span {
            display: block;
            width: 24px;
            height: 3px;
            background-color: #333333;
            position: relative;
            border-radius: 3px;
            top: 0px;
        }

            #header > .container > .main-menu-mobile > a#condensed-menu > span.line-2 {
                top: 5px;
            }

            #header > .container > .main-menu-mobile > a#condensed-menu > span.line-3 {
                top: 10px;
            }

    .contentMenuMobile {
        background: #fff;
        width: 320px;
        position: absolute;
        right: 0px;
        top: 65px;
        display: none;
        padding-bottom: 10px;
    }

        .contentMenuMobile .nav-item {
            position: relative;
        }

            .contentMenuMobile .nav-item > a {
                color: red;
                line-height: 40px;
                display: block;
                width: 100%;
                padding: 0 10px;
                font-size: 14px;
                font-weight: bold;
                text-transform: uppercase;
                color: #000;
            }

            .contentMenuMobile .nav-item .submenuMB {
                padding: 0 15px;
                display: none;
            }

                .contentMenuMobile .nav-item .submenuMB ul li {
                    line-height: 40px;
                    height: 40px;
                    display: block;
                    padding-left: 10px;
                    min-width: 200px;
                    color: #000000;
                    background: rgba(255, 255, 255, 0.9);
                    text-decoration: none;
                    margin-bottom: 1px;
                }

                    .contentMenuMobile .nav-item .submenuMB ul li a {
                        color: #000;
                    }

    .btnShowSubmenu {
        width: 25px;
        height: 25px;
        background: #dfdfdf;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        position: absolute;
        top: 7px;
        right: 5px;
    }

    .contentMenuMobile .nav-item.search {
        padding: 0 10px;
    }

        .contentMenuMobile .nav-item.search input {
            width: calc(100% - 90px);
        }

        .contentMenuMobile .nav-item.search button {
            background: #e67e22;
            border: 0;
            color: #fff;
            padding: 0 10px;
            height: 26px;
        }

}

.destopandi {
    display: none;
}


@media (max-width:768px) {
    #header > .container > .main-menu-mobile > a#condensed-menu {
        right: 18px;
    }
    .bannerleft{
        width:100%
    }
    .mienphi {
        width: 100%
    }
    .desktop {
        display: none;
    }

    .giatien b {
        font-size: 19px;
    }

    .webgia {
        font-size: 21px;
    }

    .webe {
        padding: 10px;
    }

    .cntweb li b {
        font-size: 13px;
    }

    .cntweb {
        padding-left: 10px;
    }

    #header > .container > .logo > .description {
        line-height: 10px !important;
    }

    .soluonghoadon b {
        font-size: 12px;
    }

    .banner-quancao {
        padding: 20px 0px;
    }

    .tinhuuviet {
        padding: 10PX 0;
    }

    

    .txtform {
        font-size: 14px;
    }

    .lydo {
        background-size: 100% 250px;
    }

        .lydo p {
            padding: 85px 5px 5px 5px;
            margin-top: 0px;
        }

    

    .mr10border {
        border-right: none;
    }

    .text p {
        text-align: center;
        margin-top: 10px;
    }

    .nav-tabs > li > a {
        font-size: 14px;
    }

    .nav-tabs > li.active > a {
        padding: 10px;
    }

    .baogia img {
        width: 100%;
    }

    .taibaogia {
        padding: 10px;
        font-size: 14px;
        margin-right: 10px;
    }

   
    .baogia h2 {
        FONT-SIZE: 20PX;
        COLOR: #ffffff;
        FONT-WEIGHT: BOLD;
        line-height: 30px;
    }

    .dangkynhanh img {
        width: 100%;
    }

    .text p {
        font-size: 15px;
    }

    .dangkynhanh-ft h2 {
        FONT-SIZE: 20PX;
        COLOR: #ffffff;
    }

    #khachhangtieubieu h2 {
        FONT-SIZE: 20PX;
        COLOR: #0071a4;
    }

    #copyright > .container > .social {
        top: 40px;
    }

    .baogiamobile {
        background-position: top;
    }

    .form2 {
        padding: 15px;
    }

    .diemuuviet h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 25px;
    }

    .diemuuviet {
        padding: 25px 0;
    }

    .baogia {
        padding: 25px 0;
    }

    .img-kh-gt {
        width: 23.2% !important; 
    }

    #khachhangtieubieu {
        padding: 25px 10px;
    }

    .mobilehienthi {
        position: fixed;
        bottom: 0;
        background: white;
        width: 100%;
        display: block;
    }


        .mobilehienthi li {
            width: 48%;
            text-align: center;
            display: inline-block;
            float: left;
            background: #e98f23;
            padding: 5px;
            height: 45px;
        }

            .mobilehienthi li a {
                color: white;
                font-size: 14px;
            }

                .mobilehienthi li a i {
                    margin-right: 5px;
                    vertical-align: middle;
                }

            .mobilehienthi li:first-child {
                background: #036793;
            }

    .alert-success {
        WIDTH: 85%;
    }

        .alert-success h3 {
            font-size: 19px;
        }

    #conten-tb {
        padding: 0 10px;
    }


    .logodangki img {
        display: none;
    }

    .bgbaogiapc02 {
        background-image: none;
        background: white;
        border-radius: 20px;
        height: 580px;
        margin-bottom: 20px;
    }

    .mobileandi {
        display: none;
    }

    .destopandi {
        display: block;
    }

    .txt-giua-pc b {
        font-size: 16px;
    }
}

.hinhvuong {
    width: 100%;
    height: 300px;
    background: #ffffff;
    border-radius: 20px;
}

.arrow {
    width: 0;
    height: 0;
    margin-top: -13px;
}

.arrow-down {
    border-left: 79px solid transparent;
    border-right: 80px solid transparent;
    border-top: 55px solid #43c993;
}

@media (max-width: 320px) {
    .cntweb li b {
        font-size: 11px;
    }

    .cntweb li {
        font-size: 12px;
    }
    .xuthe-line img {
        width: 320px !important;
    }
}
.desktop img{
    width:150px;
}
.bold600{
   font-weight : 600;
}


.padding-0{
    padding-left : 0px;
    padding-right: 0px;
}


/* Năm lý do */

.namlydo img {
    width: 100%;
}

.namlydo {
    background-image: url("/img/bannertrongusuot.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.namlydo {
    padding: 10px 10px 30px 10px;
}

#namlydo {
    padding-top: 50px;
}
#namlydo .rowcontent {
    padding-top: 35px;
}


.fl-blue {
    margin-right: 15px !important;
    float: left !important;
    background: url(/img/blue-circle.png) no-repeat center center;
    min-width: 38px !important;
    min-height: 38px;
    display: flex;
    vertical-align: middle;
}

.fl-gold {
    margin-right: 15px !important;
    float: left !important;
    background: url(/img/gold-circle.png) no-repeat center center;
    min-width: 38px !important;
    min-height: 38px;
    display: flex;
    vertical-align: middle;
    color: white;
    font-size: 16.11px;
}
    .fl-gold span {
        color: white;
        font-size: 16.11px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        min-width: 38px !important;
        padding-left: 15px;
    }

.fl-blue span {
    color: white;
    font-size: 16.11px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    min-width: 38px !important;
    padding-left : 15px;
}


.tinhnangnoibat ul li {
    margin-bottom: 10px;
    display: flex;
}

p.desintro {
    font-size: 14.5px;
    font-weight: 400;
}

#tinhnangcapnhat {
 
    background-image: url(/img/bannertrongusuot.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50PX 0;
 
}
    #tinhnangcapnhat p.desintro {
        font-size: 14.5px;
        font-weight: 400;
        color : white;
    }
    #tinhnangcapnhat .item-text {
        width: 100%;
        background: #184EAE;
        overflow: hidden;
        padding-top: 15px;
        margin-bottom: 15px;
        min-width: 457px;
        min-height: 200px;
        border-radius: 6px;
    }


.title-capnhat {
    color: #184EAE;
    font-size: 32.95px;
    font-weight : 600;
    text-align : center !important;
    padding-bottom : 20px;
}
#tinhnangcapnhat .noibat-header {
    color: #F7952F;
    font-size: 19.85px;
    font-weight : 600;
}
 
.tinhnangcapnhat-img {
    vertical-align: middle;
}

#tinhnangcapnhat .number-1 { 
    padding-top: 32px; 
}

#tinhnangcapnhat .number-2 {
    padding-top: 32px;
}
#tinhnangcapnhat .number-3 {
    padding-top: 30px;
}

#tinhnangcapnhat .number-4 {
    padding-top: 30px;
}


#tinhnangcapnhat .text-1 {
    padding-top: 0px;
}

#tinhnangcapnhat .text-2 {
    padding-top: 35px;
}

#tinhnangcapnhat .text-3 {
    padding-top: 10px;
}

#tinhnangcapnhat .text-4 {
    padding-top: 10px;
}

.btndangky-round {
    min-width: 390px !important;
    border-radius: 30px;
}
.text-footer-bg {
    color: #FFFFFF;
    font-size: 14.5px; 
    font-weight : 600;
    font-style:italic;
}
.text-dacthu {
    color: #FFFFFF;
    font-size: 14.5px;
    font-weight: 400; 
}
.text-gold {
    color: #FFDD15;
    font-size: 14.5px;
}



.row-btn{
    margin-top : 40px;
    min-height : 53px;
}
.phigoicuoc {
    margin-top: 40px;
}

.btn-blue {
    background-color: #184EAE;
}

.baogia-xanh1 {
    background-image: url(/img/baogia-xanh1.png);
    height: 251.23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.baogia-xanh2 {
    background-image: url(/img/baogia-xanh2.png);
    height: 251.23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.baogia-xanh3 {
    background-image: url(/img/baogia-xanh3.png);
    height: 251.23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.baogia-emax {
    background-image: url(/img/baogia-emax.png);
    height: 251.23px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#baogiaetvan .webe {
    color: white;
    font-size: 20px;
    padding: 15px;
    font-weight: bold;
    text-align: center;
}
.text-blue {
    color: #184EAE;
    font-size: 14.5px;
}
#baogiaetvan .khaosat {
    color: #F48100;
    font-size: 21.4px;
    text-align: center; 
    font-weight: bold; 
}

#baogiaetvan .cntweb {
    font-size: 11.12px; 
    padding-left: 20px;
    margin-top: 10px; 
}

#baogiaetvan .ml20 {
    font-size: 11.12px;
}
#baogiaetvan .row-htkh {
    margin-top : 40px;
}


@media (min-width:1200px) and (max-width:4000px) {

	.txtdacthu{
		text-align : right;
	}
	
    #xuthe .content-mobile{
        display : none;
    }

    .tvan {
        text-align: center;
        font-size: 15.62px;
        font-weight: 400;
        color: white;
        padding-top: 20px;
    }

    #slogan-eiv {
        background-image: url(/img/slogan-eiv.png);
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50PX 0;
    }

    #tinhnangcapnhat .row-dangkyngay{
        margin-top : 30px;
    }

    #slogan-eiv .text-namlydo {
        color: white;
        font-size: 31.03px;
        font-weight: bold;
        max-height: 38px;
        text-align: right;
    }

        #slogan-eiv .logolydo {
            width: 150px !important;
            display: flex;
            text-align: left;
        }
        #slogan-eiv .colimage { 
            text-align: left;
            padding-left : 0px;
        }

    #tinhnangnoibat {
        background: url("/img/tinhnangnoibat.png") center center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        #tinhnangnoibat .conhungtinhnang {
            font-size: 46.74px;
            line-height: 30px;
            color: #58595B;
            font-weight: 600;
            margin-top: 26px;
        }

        #tinhnangnoibat .title-tinhnang {
            font-size: 45px;
            line-height: 30px;
            color: #58595B;
            font-weight: 600;
            margin-top: 26px;
        }
         

    .img-noibat {
        margin: 10px 0 0 30px;
    }

        .img-noibat img {
            max-width: 772.163px;
            max-height: 521.641px;
        }


    .item-blue {
        background: url("/img/item-blue.png") center center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-width: 542.337px;
        min-height: 477.559px;
    }

    .item-gold {
        background: url("/img/item-gold.png") center center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-width: 542.337px;
        min-height: 477.559px;
    }

    #tinhnangnoibat .noibat-header {
        color: white;
        font-size: 19.9px;
        font-weight: 600;
        max-width: 500px;
        margin: 27px 0 0 48px;
    }

    #tinhnangnoibat ul {
        max-width: 458px;
        margin: 30px 0 0 25px;
    }

    #tinhnangnoibat .title {
        padding: 25px 0px 0px 55px;
        color : white;
        font-weight : 600;
    }


    #xuthe {
        background: url(/img/xuthe.png) center center;
        background-repeat: no-repeat;
        padding-top: 30px;
    }

        #xuthe .text-xuthe {
            font-size: 19.85px;
        }

        #xuthe .xuthe1 {
            background: url(/img/section1.png) center center;
            color: #066C98;
            min-height: 94.875px;
            background-repeat: no-repeat;
            margin: 20px 0px 0px 0px;
        }

        #xuthe .xuthe2 {
            background: url(/img/section-2.png) center center;
            color: #066C98;
            min-height: 50.526px;
            margin: 20px 0px 0px 0px;
            background-repeat: no-repeat;
        }

        #xuthe .xuthe3 {
            background: url(/img/muitenno.png) center center;
            background-repeat: no-repeat;
            color: #EC1C24;
            min-height: 20.636px;
            margin: 20px 0px 0px 0px;
        }

        #xuthe  .text-xuthe {
            display: table;
            padding: 20px 60px 0px 0px;
            margin: auto;
            margin-left: 100px;
        }
        #xuthe .xuthe2 .text-xuthe {
            display: table;
            padding: 10px 60px 0px 0px;
            margin: auto;
            margin-left: 100px;
        }
        #xuthe .xuthe3 .text-pc {
            display: flex;
            padding: 2px 60px 0px 0px;
            margin-left: 120px;
            font-weight: 600;
            font-size: 18px;
            text-align: center !important;
        }

    .xuthe-line {
        padding: 2px 60px 0px 0px;
        margin: -115px 0 0 200px;
        background-repeat: no-repeat;
    }

        .xuthe-line img {
            width: 898px;
        }

    #namlydo {
        padding-top: 70px;
    }
        #namlydo .text-namlydo {
            font-weight: 800;
            color: #184EAE;
            font-size: 32px;
            text-align: right;
            padding-top: 2px;
            padding-right: 5px;
        }
        #namlydo .logolydo {
            width: 165px !important;
            display: flex;
        }

        #namlydo .rowcontent {
            padding-top: 35px;
        }

    #namlydo .lydo1 {
        background: url("/img/ChuanQuyDinhThue.png") center center;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 351.049px;
        min-width: 229.728px;
    }

    #namlydo .lydo2 {
        background: url("/img/XuatHoaDonNgay.png") center center;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 351.049px;
        min-width: 229.728px;
    }

    #namlydo .lydo3 {
        background: url("/img/DeDung.png") center center;
        min-height: 351.049px;
        min-width: 229.728px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #namlydo .lydo4 {
        background: url("/img/QLdoanhthu.png") center center;
        min-height: 351.049px;
        min-width: 229.728px;
        background-repeat: no-repeat;
        background-size: contain;
    }

        #namlydo .lydo5 {
            background: url("/img/TietKiemToiDa.png") center center;
            min-height: 351.049px;
            min-width: 229.728px;
            background-repeat: no-repeat;
            background-size: contain;
        }

    .content-lydo {
        margin: 158px 10px 0 19px;
        text-align: center;
        font-size: 14.5px;
        font-weight: 400;
        line-height: 19.54px;
    }

	.ctlydo1 {
        padding-right : 40px;
    }
    .img-eivnoibat {
        margin-top: 100px;
    }

        .img-eivnoibat img {
            max-width: 343.275px;
            max-height: 59.591px;
        }
    .tt-hotro {
        text-align: right;
        padding-right: 0;
        font-size: 14.5px;
        color: #184EAE;
    }
    #baogiaetvan .lblmienbac {
        text-align: left;
        padding-left: 0;
    }

    #baogiaetvan {
        /*min-height: 619.734px;*/
        background-image: url(/img/bannertrongusuot.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50PX 0;
    }

        #baogiaetvan .title-etvan {
            color: #184EAE;
            font-size: 32px;
            font-weight: 600;
            text-align: center;
            padding-bottom: 20px;
        }

        #baogiaetvan .title-phidk {
            text-align: right;

        }

    #tinhnangcapnhat .coldangky {
        text-align : center !important;

    }

    .dangkyngay {
        max-width: 389.83px !important;
        min-height: 45.23px;
        margin: 0 auto;
        border-radius: 30px;
        cursor : pointer;       
    }
    .btndangky-round {
        min-width: 389.83px !important;
        min-height: 45.23px;
        font-size: 20px;
        color: white;
    }
    .hotro {
        text-align: right;
    }

    
}

@media (min-width:767px) and (max-width:1023px) {

    #xuthe .content-mobile {
        display: none;
    }

    

    .tvan {
        text-align: center;
        font-size: 15.62px;
        font-weight: 400;
        color: white;
        padding-top: 20px;
    }

    #banner-quangcao .icon-right {
        max-width: 9.999% !important;
        display: flex;
        max-height: 35px;
        margin-top: 20px;
    }
    #banner-quangcao .icon-left {
        max-width: 9.999% !important;
        display: flex;
        max-height: 35px;
        margin-top: 20px;
    }

    #banner-quangcao .rowtvan {
        display: flex;
    }

    .bannerleft {
        margin-top: 50px;
    }

    #namlydo .lydo1 {
        background: url("/img/tietkiem.png") center center;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 354px;
        min-width: 236px;
    }

    #namlydo .lydo2 {
        background: url("/img/antoan.png") center center;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 354px;
        min-width: 236px;
    }

    #namlydo .lydo3 {
        background: url("/img/nhanhchong.png") center center;
        min-height: 354px;
        min-width: 236px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #namlydo .lydo4 {
        background: url("/img/linhhoat.png") center center;
        min-height: 354px;
        min-width: 236px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #namlydo .lydo5 {
        background: url("/img/hotro.png") center center;
        min-height: 354px;
        min-width: 236px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #trangchu {
        margin: 0 auto;
    }

    .item-blue {
        min-width: 320px !important;
    }

    .item-gold {
        min-width: 320px !important;
    }


    .content-lydo {
        font-size: 13px;
        font-weight: 600;
        padding: 150px 70px 0 90px;
    }

    .img-eivnoibat img {
        max-width: 280px;
        max-height: 59.591px;
    }

    #tinhnangnoibat .title-tinhnang {
        font-size: 25px;
        line-height: 35px;
    }

    #xuthe .xuthe1 {
        background: none;
        color: #066C98;
        min-height: 94.875px;
        background-repeat: no-repeat;
        margin: 0px 0px 0px 0px !important;
        border: 1px solid #dbeaee;
        border-radius: 5px;
    }

    #xuthe .xuthe2 {
        background: none;
        color: #066C98;
        min-height: 94.875px;
        background-repeat: no-repeat;
        margin: 20px 0px 0px 0px !important;
        border: 1px solid #dbeaee;
        border-radius: 5px;
    }

    #xuthe .text-xuthe {
        display: table;
        padding: 20px 60px 0px 0px;
        margin: auto;
        margin-left: 100px;
    }

    #xuthe .xuthe1 span {
        display: table;
        padding-left: 13px !important;
        margin: auto;
        margin-left: 2px !important;
        font-size: 17px !important;
    }

    #xuthe .xuthe2 span {
        display: table;
        padding-left: 13px !important;
        margin: auto;
        margin-left: 2px !important;
        font-size: 17px !important;
    }

    #xuthe .xuthe3 {
        background: url(/img/muiten-min.png) center center;
        background-size: contain;
        background-repeat: no-repeat;
        color: #EC1C24;
        min-height: 20.636px;
        margin: 20px 0px 0px 0px;
    }



        #xuthe .xuthe3 .text-pc {
            display: flex;
            padding: 5px 18px 0 18px !important;
            margin: auto;
            max-width: 300px;
            font-size: 17px !important;
            font-weight: 600;
            text-align: center;
        }

    #namlydo .text-namlydo {
        font-weight: 800;
        color: #184EAE;
        font-size: 30px;
        text-align: center;
        padding-top: 2px;
        padding-right: 5px;
    }

    #namlydo .image-logo {
        text-align: center;
    }

    #namlydo .logolydo {
        width: 152px !important;
        text-align: center !important;
        margin-top: 20px;
    }

    .img-noibat img {
        max-width: 600px !important;
    }

    #tinhnangnoibat .conhungtinhnang {
        font-size: 30px;
        line-height: 40px;
        color: #58595B;
        font-weight: 600;
        margin-top: 26px;
        text-align: center;
    }

    #tinhnangnoibat .content-tinhnang {
        background-color: white;
    }

    #tinhnangnoibat .noibat-blue {
        color: white;
        font-size: 15px;
        font-weight: 600;
        min-height: 30px;
        background-color: #184EAE;
        border-radius: 5px 5px 0 0;
    }

    #tinhnangnoibat .noibat-gold {
        color: white;
        font-size: 15px;
        font-weight: 600;
        min-height: 30px;
        background-color: #F7952F;
        border-radius: 5px 5px 0 0;
    }


    #tinhnangnoibat {
        background-color: #e3f2f4;
        background: url(/img/tinhnangnoibat.png) center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
        #tinhnangnoibat p.desintro {
            font-size: 18px;
            font-weight: 400;
            line-height: 50px; 
        }
        #tinhnangnoibat .title {
            padding: 25px 15px 25px 15px;
        }

    .tinhnangnoibat ul li {
        margin-bottom: 1px !important;
        margin-bottom: 10px;
        line-height: 48px;
    }

    .tinhnangnoibat ul {
        margin-bottom: 10px;
    }

    .baogia {
        width: 90%;
        margin: 0 auto;
        border-radius: 10px 10px 10px 10px;
    }

    .baogiamobile {
        background-position: top;
    }

    .baogiapcxanh {
        background-image: url(/img/baogiaweb01.png);
        height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .webe {
        color: white;
        font-size: 20px;
        padding: 25px;
        font-weight: bold;
        text-align: center;
    }

    .cntweb {
        padding-left: 10px;
        text-align: center;
    }
 
     
    .img-eivnoibat {
        text-align: center;
        padding-top: 20px;
    }

    #tinhnangcapnhat p.desintro {
        font-size: 18px;
        font-weight: 400;
        line-height: 50px;
        color: white;
    }

    #tinhnangcapnhat .text-1 {
        margin-left: 40px;
    }

    #tinhnangcapnhat .text-2 {
        margin-left: 40px;
    }

    #tinhnangcapnhat .text-3 {
        margin-left: 40px;
    }

    #tinhnangcapnhat .text-4 {
        margin-left: 40px;
    }

    .text-dacthu {
        color: #FFFFFF;
        font-size: 14.5px;
        font-weight: 400;
        text-align: center;
    }

    #baogiaetvan {
        /*min-height: 619.734px;*/
        background-image: url(/img/bannertrongusuot.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30PX 0;
    }

        #baogiaetvan .title-etvan {
            color: #184EAE;
            font-size: 15px;
            font-weight: 600;
            text-align: center;
            padding-bottom: 20px;
        }

        #baogiaetvan .title-phidk {
            text-align: center;
            font-size: 13px;
            padding-right: 0px !important;
        }

        #baogiaetvan .col-dkngay {
            text-align: center;
            font-size: 13px;
            padding-right: 0px !important;
            margin-top: 20px;
        }

        #baogiaweb .col-xs-6 {
            width: 33.2% !important;
        }

    #baogiaetvan .col-xs-6 {
        width: 25% !important;
    }

    #slogan-eiv {
        background-image: url(/img/slogan-eiv.png);
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50PX 0;
    }

        #slogan-eiv .text-namlydo {
            color: white;
            font-size: 17px;
            font-weight: bold;
            max-height: 38px;
            text-align : center;
        }

        #slogan-eiv .colimage {
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

}

@media (min-width: 370px) and (max-width: 767px) {
     
    #xuthe .xuthe3 .text-pc {
        text-align:center;
        font-size : 11px;
        font-weight : bold;
        margin-left : 10px;
        margin-right : 10px;
    }
    #baogiaetvan .cntweb {
        font-size: 11.12px; 
        margin-top: 10px;
        text-align: center;
    }
    .bannerleft {
        margin-top: 50px;
    }

    #xuthe .content-pc {
        display: none;
    }

    #xuthe .txt-chiakhoa {
        color: #EC1C24;
        min-height: 20.636px;
        padding: 5px 18px 0 18px !important;
        margin: auto;
        max-width: 300px;
        font-size: 13px !important;
        font-weight: 600;
        text-align: center;
    }

    #baogiaetvan .row-htkh {
        display :none;
    }

}

@media (min-width: 300px) and (max-width: 320px) {
    #xuthe .content-pc {
        display: none;
    }

    .dangkyngay {
        padding : 10px;
        font-size: 13px;
    }
    .bannerleft {
        margin-top: 50px;
    }

    #xuthe .xuthe3 {
        color: #EC1C24;
        min-height: 20.636px;
        display: flex;
        padding: 5px 18px 0 18px !important;
        margin: auto;
        max-width: 300px;
        font-size: 13px !important;
        font-weight: 600;
        text-align: center;
    }
    #xuthe .txt-chiakhoa {
        color: #EC1C24;
        min-height: 20.636px;
        display: flex;
        padding: 5px 18px 0 18px !important;
        margin: auto;
        max-width: 300px;
        font-size: 13px !important;
        font-weight: 600;
        text-align: center;
    }
    #baogiaetvan .row-htkh {
        display: none;
    }
}

@media (min-width:300px) and (max-width: 767px) {
	.txtdacthu{
		text-align : center;
	}
	.txtdacthu2{
		text-align : center;
	}
	
    #xuthe .content-pc {
        display: none;
    }

    .bannerleft {
        margin-top: 50px;
    }
    .img-eivnoibat img {
        max-width: 280px;
        max-height: 59.591px;
    }
    #trangchu {
        margin: 0 auto;
    }
    .col-mobile{
        padding-left : 0px;
        padding-right : 0px;
    }
    #tinhnangcapnhat .item-text {
        min-width: 260px !important;
        padding: 0 5px 0 5px !important;
    }
    .mobilehienthi li {
        width: 48.3%;
        text-align: center;
        display: inline-block;
        float: left;
        background: #e98f23;
        padding: 5px;
        height: 45px;
    }

  

    .img-noibat img {
        max-width: 220px !important;
    }

    #namlydo .lydo1 {
        background: url("/img/tietkiem.png") center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px;
        min-width: 177px;
    }

    #tinhnangcapnhat .desintro {
        color: #FFFFFF;
         font-size: 14.5px; 
    }

    #trangchu {
        margin: 0 auto;
    }

    .item-blue {
        min-width: 250px !important;
    }

    .item-gold {
        min-width: 250px !important;
    }

    #namlydo .lydo2 {
        background: url("/img/antoan.png") center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px;
        min-width: 177px;
    }

    #namlydo .lydo3 {
        background: url("/img/nhanhchong.png") center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px;
        min-width: 177px;
    }

    #namlydo .lydo4 {
        background: url("/img/linhhoat.png") center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px;
        min-width: 177px;
    }

    #namlydo .lydo5 {
        background: url("/img/hotro.png") center center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px;
        min-width: 177px;
    }

    .content-lydo {
        font-size: 9px;
        font-weight: 600;
        padding: 125px 0 0 17px;
    }

    .img-eivnoibat img {
        max-width: 170px;
        max-height: 59.591px;
    }
     

    #namlydo .text-namlydo {
        font-weight: 800;
        color: #184EAE;
        font-size: 26px;
        text-align: center;
        padding-top: 2px;
        padding-right: 5px;
        text-align: center !important;
        padding-right: 0px !important;
    }

    .image-logo { 
        max-width: 165px;
        text-align: center;
        display: flex;
        margin-left: 70px;
    }

    .img-eivnoibat {
        margin-top: 10px !important;
        text-align: center;
    }

    .img-product img {
        max-width: 300px !important;
        max-height: 200px !important;
    }

    #xuthe .xuthe1 {
        background: none;
        color: #066C98;
        max-width: 410px !important;
        min-height: 94.875px;
        background-repeat: no-repeat;
        margin: 0px 0px 0px 0px !important;
        border: 1px solid #dbeaee;
        border-radius : 5px;
    }

    #xuthe .xuthe2 {
        background: none;
        color: #066C98;
        max-width: 410px !important;
        min-height: 94.875px;
        background-repeat: no-repeat;
        margin: 20px 0px 0px 0px !important;
        border: 1px solid #dbeaee;
        border-radius: 5px;
    }

    #xuthe .text-xuthe {
        display: table;
        padding: 20px 60px 0px 0px;
        margin: auto;
        margin-left: 100px;
    }

    
    #xuthe .xuthe1 span {
        display: table;
        padding: 3px !important;
        margin: auto;
        margin-left: 2px !important;
        font-size: 13px !important;
    }

    #xuthe .xuthe2 span {
        display: table;
        padding: 3px !important;
        margin: auto;
        margin-left: 2px !important;
        font-size: 13px !important;
    }

    #xuthe .xuthe3 {
        background: url(/img/muiten-min.png) center center;
        background-size : contain;
        background-repeat: no-repeat;
        color: #EC1C24;
        min-height: 20.636px;
        margin: 20px 0px 0px 0px;
    }
     

        #xuthe .xuthe3 .text-pc { 
            padding: 5px 18px 0 18px !important;
            margin: auto;
            max-width: 300px;
            font-size: 9px !important;
            font-weight: 600;
            text-align:center;
        }

    #slogan-eiv .logolydo {
        width: 165px !important;
        text-align: center !important;
        margin-top: 20px;
    }
    

    .tinhnangnoibat ul li {
        margin-bottom: 1px !important;
    }

    .title-capnhat {
        font-size: 20px !important;
    }

    #tinhnangcapnhat .text-1 {
        padding: 0px 0 0 10px !important;
    }

    #tinhnangcapnhat .text-2 {
        padding: 0px 0 0 10px !important;
    }

    #tinhnangcapnhat .text-3 {
        padding: 0px 0 0 10px !important;
    }

    #tinhnangcapnhat .text-4 {
        padding: 0px 0 0 10px !important;
    }

    #tinhnangcapnhat .number-1 {
        padding: 5px 0 5px 0 !important;
        text-align: center !important;
    }

    #tinhnangcapnhat .number-2 {
        padding: 5px 0 5px 0 !important;
        text-align: center !important;
    }

    #tinhnangcapnhat .number-3 {
        padding: 5px 0 5px 0 !important;
        text-align: center !important;
    }

    #tinhnangcapnhat .number-4 {
        padding: 5px 0 5px 0 !important;
        text-align: center !important;
    }


    #tinhnangnoibat {
        background-color: #e3f2f4;
        background: url("/img/tinhnangnoibat.png") center center;
        background-size : auto;
    }

        #tinhnangnoibat .conhungtinhnang {
            font-size: 30px;
            line-height: 18px;
            color: #58595B;
            font-weight: 600; 
            text-align: center;
        }

        #tinhnangnoibat .title-tinhnang {
            font-size: 25px;
            line-height: 35px;
        }
    

    .img-noibat {
        margin: 10px 0 0 30px;
        display: none;
    }

        .img-noibat img {
            max-width: 772.163px;
            max-height: 521.641px;
        }


    #tinhnangnoibat .item-blue {
       padding: 0 0px 0 0px;

    }

    #tinhnangnoibat .item-gold {
        padding: 0 0px 0 0px;
    }

    #tinhnangnoibat .title {
        padding : 5px 0px 5px 15px;
    }

    #tinhnangnoibat .noibat-blue {
        color: white;
        font-size: 15px;
        font-weight: 600;
        min-height: 30px;
        background-color: #184EAE;
        border-radius: 5px 5px 0 0;
    }
    #tinhnangnoibat .noibat-gold {
        color: white;
        font-size: 15px;
        font-weight: 600;
        min-height: 30px;
        background-color: #F7952F;
        border-radius: 5px 5px 0 0;
    } 

    #tinhnangnoibat ul {
        
    }

    #tinhnangnoibat p.desintro {
        font-size: 11px;
        font-weight: 400;
    }
    #tinhnangnoibat .content-tinhnang {
        background-color: white;
    }

    #baogiaetvan {
        /*min-height: 619.734px;*/
        background-image: url(/img/bannertrongusuot.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30PX 0;
    }

        #baogiaetvan .row {
            margin-right: 0;
            margin-left: 0;
        }

        #baogiaetvan .title-etvan {
            color: #184EAE;
            font-size: 20px;
            font-weight: 600;
            text-align: center;
            padding-bottom: 20px;
        }
        #baogiaetvan .title-phidk {
            text-align: center;
            font-size: 13px;
            padding-right :0px !important;
        }
        #baogiaetvan .col-dkngay {
            text-align: center;
            font-size: 13px;
            padding-right: 0px !important;
            margin-top : 20px;
        }

    .hotro {
        min-width: 250px;
        text-align:right;
    }
    .dangkyngay {         
        font-size: 11px;
    }

    #slogan-eiv {
        background-image: url(/img/slogan-eiv.png);
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50PX 0;
    }

        #slogan-eiv .text-namlydo {
            color: white;
            font-size: 15px;
            font-weight: bold;
            max-height: 38px;
			text-align : center;
        }
        #slogan-eiv .colimage { 
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

    #banner-quangcao .icon-left {
        max-width: 9.9999% !important;
        display: flex;
        max-height: 35px;
        margin-top: 20px;
    }

    .tvan {
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        color: white;
        padding-top :0px;
        padding : 0 10px 0 10px;
    }

    #banner-quangcao .icon-right {
        max-width: 9.999% !important;
        display: flex;
        max-height: 35px;
        margin-top: 20px;
    }
    #banner-quangcao .rowtvan { 
        display: flex;
    }
    #baogiaetvan .row-htkh {
        display: none;
    }
}

@media (min-width:1024px) and (max-width:1100px) {

	.txtdacthu{
		text-align : right;
	}
	
    #xuthe .content-pc {
        display: none;
    }

    .bannerleft {
        margin-top: 50px;
    }

    #slogan-eiv {
        background-image: url(/img/slogan-eiv.png);
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50PX 0;
    }

        #slogan-eiv .text-namlydo {
            color: white;
            font-size: 31.03px;
            font-weight: bold;
            max-height: 38px;
        }

        #slogan-eiv .logolydo {
            width: 165px !important;
            display: flex;
        }

    #tinhnangnoibat {
        background: url("/img/tinhnangnoibat.png") center center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        #tinhnangnoibat .conhungtinhnang {
            font-size: 46.74px;
            line-height: 64.88px;
            color: #58595B;
            font-weight: 600;
            margin-top: 26px;
        }

    .img-noibat {
        margin: 10px 0 0 30px;
    }

        .img-noibat img {
            max-width: 772.163px;
            max-height: 521.641px;
        }


    #tinhnangnoibat .noibat-blue {
        color: white;
        font-size: 15px;
        font-weight: 600;
        min-height: 30px;
        background-color: #184EAE;
        border-radius: 5px 5px 0 0;
    }

    #tinhnangnoibat .noibat-gold {
        color: white;
        font-size: 15px;
        font-weight: 600;
        min-height: 30px;
        background-color: #F7952F;
        border-radius: 5px 5px 0 0;
    }

    #tinhnangnoibat .item-blue {
        padding: 0 0px 0 0px;
        min-width: 250px !important;
    }

    #tinhnangnoibat .item-gold {
        padding: 0 0px 0 0px;
        min-width: 250px !important;
        padding-left: 10px;
    }

    #tinhnangnoibat .content-tinhnang {
        background-color: white;
    }

    #tinhnangnoibat .noibat-header {
        color: white;
        font-size: 19.9px;
        font-weight: 600;
        max-width: 500px;
        margin: 27px 0 0 48px;
    }

    #tinhnangnoibat ul {
        max-width: 458px;
        min-height: 450px;
        padding-top: 20px;
    }

    #tinhnangnoibat .rowcontent {
        margin-bottom: 20px;
    }

    #tinhnangnoibat p.desintro {
        font-size: 18px;
        font-weight: 400;
    }

    #tinhnangnoibat .title {
        padding: 15px 0px 15px 40px;
        color: white;
        font-weight: 600;
    }

    #xuthe {
        background: url(/img/xuthe.png) center center;
        background-repeat: no-repeat;
        padding-top: 30px;
    }

        #xuthe .xuthe-col1 {
            width: 22%;
        }

        #xuthe .xuthe-col2 {
            width: 78%;
        }


        #xuthe .xuthe1 {
            background: url(/img/section1.png) center center;
            color: #066C98;
            min-height: 94.875px;
            background-repeat: no-repeat;
            margin: 20px 0px 0px 0px;
            background-size: cover;
        }

        #xuthe .xuthe2 {
            background: url(/img/section-2.png) center center;
            color: #066C98;
            min-height: 50.526px;
            margin: 20px 0px 0px 0px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        #xuthe .xuthe3 {
            background: url(/img/muitenno.png) center center;
            background-repeat: no-repeat;
            color: #EC1C24;
            min-height: 20.636px;
            margin: 20px 0px 0px 0px;
        }

        #xuthe .text-xuthe {
            display: table;
            padding: 20px 60px 0px 0px;
            margin: auto;
            margin-left: 71px;
        }

        #xuthe .xuthe2 .text-xuthe {
            display: table;
            padding: 10px 30px 0px 0px;
            margin: auto;
            margin-left: 71px;
        }

        #xuthe .xuthe3 .text-pc {
            display: flex;
            padding: 2px 60px 0px 0px;
            margin-left: 64px;
            font-weight: 600;
            text-align: center !important;
        }

    #namlydo .col-md-2 {
        width: 33%;
    }

    .xuthe-line {
        padding: 2px 60px 0px 0px;
        margin: -115px 0 0 200px;
        background-repeat: no-repeat;
    }

        .xuthe-line img {
            width: 898px;
        }

    #namlydo {
        padding-top: 70px;
    }

        #namlydo .text-namlydo {
            font-weight: 800;
            color: #184EAE;
            font-size: 30px;
            text-align: right;
            padding-top: 2px;
            padding-right: 5px;
        }



        #namlydo .logolydo {
            width: 165px !important;
            display: flex;
        }

        #namlydo .rowcontent {
            padding-top: 35px;
        }

        #namlydo .lydo1 {
            background: url("/img/tietkiem.png") center center;
            background-repeat: no-repeat;
            background-size: contain;
            background-size: cover;
            min-height: 480px;
            min-width: 320px;
        }

        #namlydo .lydo2 {
            background: url("/img/antoan.png") center center;
            background-repeat: no-repeat;
            background-size: contain;
            background-size: cover;
            min-height: 480px;
            min-width: 320px;
        }

        #namlydo .lydo3 {
            background: url("/img/nhanhchong.png") center center;
            background-size: cover;
            min-height: 480px;
            min-width: 320px;
            background-repeat: no-repeat;
        }

        #namlydo .lydo4 {
            background: url("/img/linhhoat.png") center center;
            background-size: cover;
            min-height: 480px;
            min-width: 320px;
            background-repeat: no-repeat;
            background-size: cover;
        }

        #namlydo .lydo5 {
            background: url("/img/hotro.png") center center;
            background-size: cover;
            min-height: 480px;
            min-width: 320px;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .img-noibat img {
        max-width: 600px !important;
    }

    .content-lydo {
        margin: 216px 20px 0 19px;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 34px;
    }

    .img-eivnoibat {
        margin-top: 100px;
    }

        .img-eivnoibat img {
            max-width: 343.275px;
            max-height: 59.591px;
        }

    .tt-hotro {
        text-align: right;
    }

    #baogiaetvan {
        /*min-height: 619.734px;*/
        background-image: url(/img/bannertrongusuot.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50PX 0;
    }

        #baogiaetvan .row {
            margin-right: 0px !important;
            margin-left: 0px !important;
        }

        #baogiaetvan .title-etvan {
            color: #184EAE;
            font-size: 32px;
            font-weight: 600;
            text-align: center;
            padding-bottom: 20px;
        }

        #baogiaetvan .title-phidk {
            text-align: right;
        }

    .dangkyngay {
        margin-left: 10px;
        font-size: 14px;
    }

    .hotro {
        text-align: right;
    }

    #tinhnangcapnhat p.desintro {
        font-size: 14.5px;
        font-weight: 400;
        color : white;
    }
    #baogia .col-xs-6 {
        width: 20%;
    }
    #baogia .col-xs-12 {
        width: 80%;
    }

    #baogia .pd5px {
        padding-right: 5px;
        padding-left: 5px;
        margin-left: 26px;
    }

    #baogiaetvan .col-xs-6 {
        width: 19%;
    }

    #baogiaetvan .title-etvan {
        color: #184EAE;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding-bottom: 20px;
    }
}


.title-Banner {
    font-size: 28px;
    font-weight: bold;
    color: #005691;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.title-Banner p {
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
}

.des-Banner {
    font-size: 18px;
    color: #0072bc;
    margin-bottom: 20px;
}

.des-Banner p{
    font-size: 20px;
    font-weight: 700;
}

.check-icon {
    color: #0072bc;
    font-weight: bold;
    margin-right: 10px;
}   

#banner-quangcao .col-md-8 .col-md-12 {
    display: flex;             /* Sắp xếp các ảnh nằm ngang */
    justify-content: center;   /* Căn giữa các ảnh theo chiều ngang */
    align-items: flex-end;     /* Căn các ảnh "chạm đất" (bằng mép dưới) */
}

/* Định dạng chung cho các ảnh sản phẩm */
#banner-quangcao .col-md-8 img {
    height: auto;              /* Giữ nguyên tỷ lệ ảnh */
    max-width: 100%;          /* Không cho ảnh vượt quá chiều rộng cột */
}

/* Tùy chỉnh kích thước riêng cho từng ảnh (nếu cần) */
/* Giả định ảnh thứ 1 là Hộp, thứ 2 là ĐT, thứ 3 là Laptop */
#banner-quangcao .col-md-8 img:nth-child(1) {
    max-height: 200px;         /* Hộp phần mềm thấp hơn */
}

#banner-quangcao .col-md-8 img:nth-child(2) {
    max-height: 250px;         /* Điện thoại thấp hơn nữa */
}

/* =========================================
   CSS RESPONSIVE CHO MOBILE (Dưới 768px)
   ========================================= */
@media (max-width: 768px) {
    .banner-quancao{
        margin-top: 50px;
    }
    /* 1. Tối ưu Header & Text */
    .title-Banner {
        margin-bottom: 10px;
    }
    
    .title-Banner p {
        font-size: 24px; /* Thu nhỏ tiêu đề chính */
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .des-Banner p {
        font-size: 16px; /* Thu nhỏ tiêu đề phụ */
        text-align: center;
    }

    /* 2. Tối ưu cụm Hình ảnh sản phẩm */
    #banner-quangcao .col-md-8 .col-md-12 {
        flex-wrap: wrap; /* Cho phép rớt dòng nếu màn hình quá nhỏ */
    }

    /* Thu nhỏ tỷ lệ ảnh trên mobile để chúng không bị vỡ hoặc quá to */
    #banner-quangcao .col-md-8 img:nth-child(1) {
        max-height: 120px; 
    }
    #banner-quangcao .col-md-8 img:nth-child(2) {
        max-height: 150px; 
    }

    /* 4. Tối ưu Form đăng ký */
    .logodangki {
        margin-top: 30px; /* Tạo khoảng cách với phần ưu đãi bên trên do bị xếp chồng */
        padding: 15px;
    }

    .txtform {
        font-size: 16px;
    }

    /* Tối ưu chữ ghi chú dưới form */
    .nghidinh.text-center {
        font-size: 13px;
        margin-top: 15px;
        line-height: 1.4;
    }

    /* 5. Tối ưu dòng text vàng dưới cùng */
    .tvan {
        margin-top: 20px;
        font-size: 14px;
        border-radius: 15px;
        display: block; /* Bỏ flex để text tự rớt dòng tự nhiên */
        text-align: center;
        line-height: 1.6;
    }

    .tvan img {
        display: none; /* Ẩn 2 icon mũi tên trái/phải trên mobile cho đỡ rối mắt */
    }
}

/* =========================================
   CSS RESPONSIVE CHO ĐIỆN THOẠI RẤT NHỎ (Dưới 480px - Tùy chọn thêm)
   ========================================= */
@media (max-width: 480px) {
    .title-Banner p {
        font-size: 16px; 
    }
    .des-Banner p {
        font-size: 12px;
    }

    #banner-quangcao .tvan {
        font-size: 8px;
    }
    .mauvang{
        font-size: 8px;
    }
}



/* =========================================
   BỘ GIẢI PHÁP TRỌN GÓI
   Tất cả class dùng prefix bgp- để không conflict
   Thêm vào cuối file stylemin.css
   ========================================= */

.bgp-section {
    background-image: url(/img/bannerbaogia.png);
    padding: 60px 20px;
    color: #fff;
    overflow: hidden;
}

.bgp-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* ---- Tiêu đề bên trái ---- */
.bgp-heading {
    flex: 0 0 auto;
    width: 300px;
}

.bgp-heading h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.6;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: Verdana, Geneva, sans-serif;
}

.bgp-yellow {
    color: #ffcc00;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 30px;
}

/* ---- Danh sách giải pháp ---- */
.bgp-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ---- Từng dòng item ---- */
.bgp-item {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

/* Mũi tên vàng */
.bgp-arrow {
    width: 28px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgp-arrow svg {
    width: 20px;
    height: 20px;
    display: block;
}

/* Khung logo thương hiệu */
.bgp-brand {
    width: 160px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #5a8fe8, #3a6fd4);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
}

.bgp-brand img {
    max-height: 24px;
    width: 100%;
    object-fit: contain;
    display: block;
}

.bgp-brand-text {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    font-style: normal;
}

/* Khung mô tả tính năng */
.bgp-feat {
    flex: 1;
    background: linear-gradient(90deg, #b8d4ff, #d6e8ff);
    color: #002b6e;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    line-height: 1.4;
}

.bgp-feat-check {
    color: #003399;
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    flex-shrink: 0;
}

/* =========================================
   RESPONSIVE TABLET (dưới 900px)
   ========================================= */
@media (max-width: 900px) {
    .bgp-inner {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .bgp-heading {
        width: 100%;
    }

    .bgp-heading h2 {
        font-size: 30px;
        text-align: center;
    }

    .bgp-list {
        width: 100%;
    }
}

/* =========================================
   RESPONSIVE MOBILE (dưới 600px)
   ========================================= */
@media (max-width: 600px) {
    .bgp-section {
        padding: 40px 16px;
    }

    .bgp-heading h2 {
        font-size: 30px;
        text-align: center;
    }

    .bgp-brand {
        width: 110px;
        padding: 8px 10px;
    }

    .bgp-brand img {
        max-height: 20px;
    }

    .bgp-brand-text {
        font-size: 13px;
    }

    .bgp-feat {
        font-size: 13px;
        padding: 8px 12px;
    }

    .bgp-arrow svg {
        width: 16px;
        height: 16px;
    }
}

/* =========================================
   RESPONSIVE MOBILE NHỎ (dưới 400px)
   ========================================= */
@media (max-width: 400px) {
    .bgp-heading h2 {
        font-size: 30px;
        text-align: center;
    }

    .bgp-brand {
        width: 88px;
        padding: 6px 8px;
    }

    .bgp-brand-text {
        font-size: 11px;
    }

    .bgp-feat {
        font-size: 11px;
        padding: 7px 8px;
        gap: 6px;
    }

    .bgp-feat-check {
        font-size: 13px;
    }

    .bgp-arrow svg {
        width: 14px;
        height: 14px;
    }
}


/* =========================================
   UUDAI-LIST - BASE STYLES
   ========================================= */
.uudai-list {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    max-width: 500px;
    margin: 20px auto;
}

.uudai-title {
    background-color: #4a90e2;
    color: white !important;
    padding: 8px 30px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 8px !important;
    line-height: 1.4;
}

.uudai-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uudai-list li {
    font-size: 15px;
    margin-bottom: 6px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 4px;
    line-height: 1.5;
    padding: 0 20px;
}

.uudai-list li b {
    font-size: 15px;
    white-space: nowrap;
}

.check-icon {
    color: #0072bc;
    font-weight: bold;
    margin-right: 6px;
    flex-shrink: 0;
    font-style: normal;
}

/* =========================================
   RESPONSIVE 768px
   ========================================= */
@media (max-width: 768px) {
    .uudai-list {
        max-width: 100%;
        margin: 15px 0;
        padding: 12px 16px;
    }

    .uudai-title {
        font-size: 13px;
        padding: 8px 10px;
    }

    .uudai-list li {
        font-size: 14px;
        margin-bottom: 8px;
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 0 4px;
    }

    .uudai-list li b {
        font-size: 14px;
        white-space: nowrap;
    }

    .check-icon {
        font-size: 14px;
        margin-right: 5px;
    }

    
}

/* =========================================
   RESPONSIVE 480px
   ========================================= */
@media (max-width: 480px) {
    .uudai-list {
        padding: 10px 12px;
        margin: 10px 0;
    }

    .uudai-title {
        font-size: 12px;
        padding: 7px 8px;
        line-height: 1.4;
    }

    .uudai-list li {
        font-size: 13px;
        margin-bottom: 7px;
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 0 3px;
    }

    .uudai-list li b {
        font-size: 13px;
        white-space: nowrap;
    }

    .check-icon {
        font-size: 13px;
        margin-right: 4px;
    }

    .hotro1_1 {
        max-width: 300px;
    }

    .logodangki {
        padding: 0;
    }

    .tvan {
        margin-top: 0;
    }
}

/* =========================================
   RESPONSIVE 360px
   ========================================= */
@media (max-width: 360px) {
    .uudai-title {
        font-size: 11px;
        padding: 6px 6px;
    }

    .uudai-list li {
        font-size: 12px;
        margin-bottom: 6px;
    }

        .uudai-list li b {
            font-size: 12px;
        }

    .check-icon {
        font-size: 12px;
    }

    .logodangki {
        padding: 0;
    }

    .tvan {
        margin-top: 0;
    }
}

.banner-quancao .container{
    text-align: center;
}


/*thankyou css/////////////*/
#contact-successfully {
    background: url('/img/contact-successfully.jpg') no-repeat center;
    background-size: cover;
    padding: 60px 0;
}

    #contact-successfully .success-wrapper {
        min-height: 500px;
        display: flex;
        align-items: center;
    }

    #contact-successfully .image-box {
        text-align: center;
    }

        #contact-successfully .image-box img {
            max-width: 100%;
            height: auto;
        }

    #contact-successfully .content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
    }

    #contact-successfully .title {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    #contact-successfully .text-box p {
        margin-bottom: 8px;
        line-height: 1.6;
        font-size: 16px;
        display: flex;
        justify-content: center;
    }

    #contact-successfully .button-box {
        margin-top: 25px;
		text-align: center;
    }

    #contact-successfully .btn-1 {
        display: inline-block;
        padding: 10px 30px;
        border-radius: 4px;
        background: #fff;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
    }

@media (max-width: 768px) {
    #contact-successfully {
        padding: 40px 0;
    }

        #contact-successfully .success-wrapper {
            min-height: auto;
            text-align: center;
        }

        #contact-successfully .image-box {
            margin-bottom: 30px;
        }

        #contact-successfully .title {
            font-size: 24px;
        }
}