@media (max-width: 900px) {
    #scrollPage {
        bottom: 70px !important;
    }
}

.thucte-image {
    padding: 5px 15px;
}

.owl-thucte .owl-next,
.owl-thucte .owl-prev {
    top: -35px;
}

.banner_service {
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_service .text2 {
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    color: #fff;
}

.banner_service .text1 {
    text-align: center;
}

.banner_service .text1 img {
    margin-bottom: 25px;
}

.banner_service .text1 a {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.banner_text .text1 h3 {
    text-transform: uppercase;
    font-size: 38px;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

.banner_text .text1 .box {
    border-radius: 5px;
    border: dashed 5px #cfa100;
    padding: 25px;
}

.banner_text .text1 .box p {
    font-size: 28px;
    line-height: 200%;
    text-align: justify;
}

.banner_text .text1 .box p {
    background: #cfa100 -webkit-gradient(linear, left top, right top, from(#cfa100), to(#cfa100), color-stop(0.5, #fee8ab)) 0 0 no-repeat;
    background: #cfa100 -moz-gradient(linear, left top, right top, from(#cfa100), to(#cfa100), color-stop(0.5, #fee8ab)) 0 0 no-repeat;
    background: #cfa100 -o-gradient(linear, left top, right top, from(#cfa100), to(#cfa100), color-stop(0.5, #fee8ab)) 0 0 no-repeat;
    color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    position: relative;
    -webkit-animation: shine 2s infinite;
    -webkit-background-clip: text;
    -webkit-background-size: 400px;
    -moz-animation: shine 2s infinite;
    -moz-background-clip: text;
    -moz-background-size: 400px;
    -o-animation: shine 2s infinite;
    -o-background-clip: text;
    -o-background-size: 400px;
}

@-webkit-keyframes shine {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

@media (max-width: 767px) {
    .banner_text .text1 .box p {
        -webkit-background-size: 110px;
        -moz-background-size: 110px;
        -o-background-size: 110px;
    }

    .banner_service .text2 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        margin-top: 40px;
    }

    .banner_service .text2 p {
        margin: 0 !important;
        line-height: 1.4 !important;
    }

    .banner_service {
        background-position: top right;
    }
}

.subnav.subNavDesktopAjax {
    display: none !important;
}

#subnav {
    display: none !important;
}

.row.row-eq-height p {
    height: 90%;
    font-size: 24px;
}

.row.row-eq-height b {
    font-size: 28px;
}

.sosanh .title_box_compare {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}

.sosanh .text_box_compare p {
    font-size: 20px;
    line-height: 22px;
    position: relative;
    padding: 5px 0px 5px 40px;
}

.center_mail {
    position: relative;
}

.center_mail p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    background-color: #d9b32e;
}

.sosanh .center_mail {
    width: 123px;
    height: 98px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.sosanh .text_box_compare.before_text p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 34px;
    height: 34px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../../../views/template/img/icon-check-f.png) no-repeat;
}

.sosanh .text_box_compare.after_text p:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 34px;
    height: 34px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../../../views/template/img/icon-check-t.png) no-repeat;
}

.banner_service {
    background-position: top right;
}

@media (min-width: 768px) {
    .banner_service {
        background-position: top left;
    }

    .flex {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .sosanh .center_mail {
        width: auto;
        height: 100%;
        margin: 0 auto;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 98px;
        text-transform: uppercase;
        background: url(../../../views/template/img/bg_ss_dv.png) no-repeat;
        background-size: 100% 100%;
    }

    .center_mail p {
        background: none;
    }
}