/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

#header .logo {
     padding: 20px 0;
}

.section-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
}

#header .logo img {
    max-height: 40px !important;
    width: auto
}

.mobile-menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap.animate {
    transition: all .35s ease;
}

.mobile-menu-wrap {
    width: 320px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap .logo {
    text-align: center;
    padding: 10px 0;
}

.mobile-menu-wrap .logo img {
    height: 30px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: calc(100vh - 111px);
    overflow: auto;
}

.mobile-menu-toggle-btn {
    padding: 2px 13px;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    font-size: 24px;
    margin: 5px 5px 0 0;
    float: right;
    display: none;
}

ul.slimmenu {
    text-align: right;
}

.section-header-bar {
    background-image: none;
    display: none;
}

.section-header {
    background-color: #FFF
}

ul.slimmenu {
    background-color: transparent !important;
    border-color: transparent !important;
}

ul.slimmenu>li>a {
    font-family: 'Roboto', sans-serif !important;
    color: #3c3c3c !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

ul.slimmenu li a:hover, ul.slimmenu li a:focus, ul.slimmenu li.current {
    background-color: transparent !important;
    color: #1f69ba !important;
}

ul.slimmenu li.current>a {
    color: #1f69ba !important;
}

ul.slimmenu li>ul {
    width: auto !important;
}

ul.slimmenu>li:first-child {
    display: none;
}

#header .menu-right {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

ul.slimmenu li .sub-collapser>i {
    font-size: 15px !important;
    color: #3c3c3c !important;
}

#body {
    border-style: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.third-nav .row {
    border-bottom-width: 0;
}

body {
    background-color: #FFF;
    font-family: 'Roboto', sans-serif;
}

.third-nav .bg {
    background-color: transparent;
}

#footer {
    border-bottom-color: #393f43;
    background-color: #393f43;
    border-top-color: #393f43;
    min-height: auto;
}

#footer img {
    margin-bottom: 15px
}

.footerNav2 {
    background-color: transparent;
    padding: 0
}

.socialList li a {
    background-color: #dcdcdc;
    color: #393f43 !important;
    font-size: 20px
}

.footerNav2 .theme-change a, .footerNav2 .theme-change span, .footerNav2 .bttop a {
    background-color: #dcdcdc;
    color: #393f43 !important;
}

.footerNav2 .theme-change span {
    background-color: #d8d0d0;
}

.css-width-img img {
    width: 100%;
    height: 100%;
}

.padding-warper h2 {
    margin-bottom: 15px;
    display: block;
    clear: both;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    color: #3c3c3c;
    text-transform: uppercase;
}

.separator_wrapper {
    margin-bottom: 10px;
}

.separator_wrapper::after, .separator_wrapper::before {
    background-color: #0095da;
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 5px;
    margin-top: -6px;
    margin-right: 15px
}

.separator_first_circle {
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 4px solid #0095da;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
}

.separator_wrapper::after, .separator_wrapper::before {
    background-color: #0095da;
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 5px;
    margin-top: -6px;
    margin-left: 15px;
}

.width-icon img {
    width: 46px;
    height: auto;
}

.float-left {
    float: left;
    margin: 5px 25px 30px 0;
}

.home_services .title-question,
.home_services h4,
.home_services .h4 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 20px;
}

.home_services p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #656565;
}

.padding-col-24 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 35px;
    margin-bottom: 50px;
    padding: 0 2%
}

.padding-warper .padding-span {
    margin-bottom: 50px
}

/*Block time-line*/
@media ( max-width : 320px) {
    .home_services {
        max-width: 90%
    }
}
/***/

/*Block register*/
.padding-col-register {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 35px;
    margin-bottom: 50px;
    padding: 0 8%;
    justify-items: center;
}

.padding-col-register .slick-prev{
    top: 33%;
    width: -1px;
}

.padding-col-register .slick-next{
    top: 33%;
    width: 60px;
}

.padding-col-register .slick-prev:before {
    font-size: 60px;
}

.padding-col-register .slick-next:before {
    font-size: 60px;
}

.padding-register {
    background: #393f43;
    padding: 1px;
}

.padding-register h2 {
    margin: 0 0 15px;
    display: block;
    clear: both;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.text-register{
    padding: 10px;
}

.separator_wrapper.register-line::after, .separator_wrapper.register-line::before {
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 5px;
    margin-top: -6px;
    margin-right: 15px
}

.float-center {
    float: left;
    margin: 30px 18px;
}

.img-register{
    padding: 10px 50px;
    background-color: #fff;
    border-radius: 10px;
}

.home_services.register {
    place-self: center;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
}

@media ( min-width : 1024px) {
    .img-register{
        /* width: 300px; */
        /*min-height: 60px;*/
    }

    .img-register img{
        /*max-height: 60px;*/
    }
}

@media ( max-width : 2560px) {
    .padding-col-register {
        padding: 0 6%;
    }
}

@media ( max-width : 1920px) {
    .padding-col-register {
        padding: 0 7%;
        grid-gap: 20px;
    }
}

@media ( max-width : 1440px) {
    .padding-col-register {
        padding: 0 10%;
    }
}

@media ( max-width : 1024px) {
    .padding-col-register {
        padding: 0 2%;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media ( max-width : 768px) {
    .padding-col-register {
        padding: 0 40px;
        grid-gap: 0;
    }
}

@media ( max-width : 767px) {
    .padding-col-register {
        padding: 0 12%;
    }
    .img-register {
        padding: 10px 35px;
    }
}

@media ( max-width : 320px) {
    .float-center {
        margin: 30px 0px 30px 28px;
    }
}

/***/

/*Block Question*/
.padding-question{
    padding: 0 10% 70px
}
.padding-col-question{
    display: flex;
    grid-gap: 30px;
    padding-bottom: 70px;
    padding-left: 8%;
    flex-direction: column;
}

.padding-question h2 {
    margin-bottom: 15px;
    display: block;
    clear: both;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    color: #3c3c3c;
    text-transform: uppercase;
}

.home_service.answer-title{
    padding-left: 50%
}

.img-answer{
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.home_services .title-question {
    margin-top: -23px;
}

.toggle-box-region {
    background-color:#fff;
    border:1px solid #d9d9d9;
    padding:16px 18px;
}
.toggle-box {
    display:none;
}
.toggle-box + label {
    color:#555;
    cursor:pointer;
    display:block;
    font-weight:bold;
    line-height:23px;
    padding:.3em 0 .3em 26px;
    position:relative;
}

.toggle-box + label + div {
    display:none;
    margin:0 0 14px;
}
.toggle-box:checked + label:nth-child(n) + div {
    display:block;
}

.toggle-box + label:before {
    position:absolute;
    content:"\f0fe";
    font-family:FontAwesome;
    font-size: 20px;
    top: -20px;
    left: 0px;
    color:#0095da;
    z-index: -1;
}
.toggle-box:checked + label {
    color:#0085a6;
}
.toggle-box:checked + label:before {
    content:"\f146";
}
.toggle-box-content {
    overflow: hidden;
    display: none;
    padding-left: 25px;
}

input[type='checkbox'], input[type='radio'] {
    border-color: transparent;
    color: transparent;
}

input[type='checkbox']:checked:before {
    color: transparent;
}

@media ( min-width : 1024px) {
    .img-answer {
        margin-left: 0%;
        max-width: 55%;
    }
}

@media ( min-width : 2000px) {
    .padding-col-question {
        padding-left: 5%;
    }
}

@media (max-width: 1024px){
    .padding-question {
        padding: 0 3%;
    }
}

@media ( max-width : 768px) {
    .img-answer {
        margin-left: 0;
        max-width: 100%;
    }
}

@media ( max-width : 360px) {
    .padding-question {
        padding: 0 3%;
    }
}
/***/

/*Block banner*/
.title-site{
    width: 100%;
    color: #fff;
    margin-top: 3%;
    position: absolute;
    text-align: center;
}

.title-site .title{
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.title-site .descr{
    font-size: 16px;
}

.btn-register-now{
    margin-top: 20px;
    font-weight: 700;
    color: #3882cb !important;
    background-color: #fff;
    font-size: 1em;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    border: 3px solid #ffffff;
    border-radius: 20px;
}

@media ( max-width : 900px) {
    .img-answer {
        margin-left: 0%;
    }
    .btn-register-now{
        margin-top: 10px
    }
}

@media ( max-width : 768px) {
    .title-site{
        margin-top: 1%;
    }
    .btn-register-now{
        margin-top: 10px;
    }
}

/***/

/*Block reward*/
.padding-reward {
    background: #393f43;
    padding: 1px;
}

.padding-reward h2 {
    margin: 0 0 15px;
    display: block;
    clear: both;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.text-reward{
    padding: 10px 0;
}

.separator_wrapper.reward-line {
    margin-bottom: 25px;
}

.home_services .reward-name:hover{
    color: #0095da
}

.padding-col-reward {
    background-color: #fff;
    border-radius: 10px;
    border-style: solid;
    border-color: #0095da;
}

.reward-img{
    float: left;
    margin: 30px 25px;
    padding: 0 90px;
}

.banner-reward{
    padding: 0;
}

.desc-reward{
    padding: 0;
}

.desc-title{
    position: relative;
    padding: 4px 0;
    width: 35%;
    background-color: #0095da;
    margin: auto;
    top: 5px;
    border-radius: 10px;
    z-index:99;
}

@media ( max-width : 1024px) {
    .desc-title {
        width: 50%;
        margin-left: 25%;
    }
    .desc-reward {
        padding: 0 30px;
    }
    .reward-img {
        padding: 0 40px;
    }
}

@media ( max-width : 768px) {
    .home_services .reward-name {
        padding: 0 40px;
    }
    .desc-title {
        width: 80%;
        margin: auto;
    }
    .padding-col-reward {
        width: 100%;
        margin: -15px 0 50px 0;
    }
    .padding-col-reward .home_services{
        max-width: 100%
    }
}

/***/

/*Block customer-reviews*/
.padding-col-customer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 70px;
    margin-bottom: 50px;
    /* padding: 0 7%; */
    width: 100%;
    text-align: center;
}

.img-customer img{
    max-width: 150px !important;
    height: 150px;
    border-radius: 50%;
    margin: 35px 25% 85px;
    object-fit: cover;
}

/*.customer-rows{
    width: 75% !important;
    background-color: #f7f8fa;
    border-radius: 10px;
    border: #7d7d7d solid .7px;
}*/

.home_services .customer-name{
    text-align: center;
    margin-bottom: 15px;
    padding-left: 0!important;
    padding-right: 0!important;
}

.customer-rows .customer-desc{
    text-align: center;
    padding: 0 45px;
}

.padding-customer h2 {
    margin: 0 0 15px;
    display: block;
    clear: both;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    color: #3c3c3c;
    text-transform: uppercase;
}

.padding-col-customer .slick-arrow{
    width: 40px;
    height: 40px;
}

.padding-col-customer .slick-prev:before {
    font-size: 40px;
    color: black;
}

.padding-col-customer .slick-next:before {
    font-size: 40px;
    color: black;
}

@media ( max-width : 768px) {
    .padding-col-customer {
        padding: 0 5%;
    }
}
.padding-customer .padding-span {
    margin-bottom: 30px
}
/***/

/*Chinh sua site con*/
    .panel {
        border-radius: 0 !important;
    }
    .panel-heading {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
/***/

/*Layout block clearbackground*/
    .panel-clrbg {
        border-color: lightgray;
    }
    .panel-clrbg>.panel-heading {
        text-transform: uppercase;
        color: black;
        font-weight: 500;
        background-color: #fff;
        border-color: lightgray;
    }
/***/

@media (min-width : 1200px) {
    .wraper {
        width: 1320px;
        width: 100%;
    }

    ul.slimmenu {
        display: flex;
        justify-content: flex-end;
    }
    .padding-warper .padding-span {
        padding: 0 85px;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 50px
    }
}

@media ( min-width : 992px) {
    .wraper {
        max-width: 1320px;
        width: 100%;
    }

    #header {
        /*padding: 0 50px*/
    }
}

@media ( min-width : 1024px) {
    /* .css-footer div {
        padding-right: 40px
    } */
    /* .footerNav2 .bttop {
        margin-right: 20%;
    } */
    .footerNav2 .theme-change {
        margin-left: 0px;
        margin-right: 0px;
    }
    .padding-warper {
        padding: 0 15%;
    }
    .separator_wrapper::after, .separator_wrapper::before {
        width: 140px;
    }
    .separator_wrapper::after, .separator_wrapper::before {
        width: 140px;
    }
}

@media ( max-width : 1023px) {
    .padding-warper {
        padding: 0 5%
    }
    .separator_wrapper::after, .separator_wrapper::before {
        width: 100px;
    }
    .separator_wrapper::after, .separator_wrapper::before {
        width: 100px;
    }
    .padding-warper .padding-span {
        margin-bottom: 25px
    }
    .padding-col-24 {
        grid-gap: 20px;
    }
}


@media ( max-width : 768px) {
    .open-menu .mobile-menu-bg {
        display: block;
    }
    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0);
    }
    .mobile-menu-toggle-btn {
        display: block;
        order: 3;
    }
    .collapse-button{
        display: none;
    }
    .menu-collapser {
        height: 0 !important;
    }
    .mgft{
        margin-bottom: 20px;
    }
    .qr-code-wraper {
        padding-left: 0;
        padding-right: 0;
    }
    .socialList {
        margin: 0 0 10px;
    }
    .fa-lg {
        display: none;
    }
    .footerNav2 .theme-change {
        margin-left: 0;
    }
}

@media ( max-width : 767px) {
    .second-nav {
        top: 100px;
    }
    .third-nav .bg{
        display: none;
    }
    #header .menu-right {
        position: absolute;
        top: 0;
        right: 0;
    }
    #header .logo {
        padding: 10px 0;
        text-align: left;
    }

    #header .logo img {
        padding: 0 4px;
        height: 30px;
        width:auto
    }
}

@media ( max-width : 425px) {
    .mobile-menu-wrap .logo img {
        height: auto;
        width:100%;
        padding: 0 15px
    }
    .mobile-menu-wrap {
        width: 80%;
    }
}

@media ( max-width : 320px) {
    .separator_wrapper::after, .separator_wrapper::before {
        width: 98px;
    }
    .separator_wrapper::after, .separator_wrapper::before {
        width: 98px;
    }
}

.hieght-list{
    width: 75% !important;
    background-color: #f7f8fa;
    border-radius: 10px;
    border: #7d7d7d solid .7px;
    min-height:540px
}

/* Bổ sung style mới 20/7/2022 */
.padding-services,
.padding-register,
.padding-reward,
.padding-question,
.padding-customer,
#footer {
    padding-top: 35px;
    padding-bottom: 35px;
}
.padding-register .padding-col-register{
    margin-bottom: 0;
}
.padding-reward .padding-col-reward,
.padding-col-customer{
    margin-bottom: 10px;
    margin: -10px auto 0;
}
/* .padding-reward .padding-col-reward .slick-prev {
    left: 15px;
} */
.padding-reward .padding-col-reward .slick-next {
    right: 3px;
}
/* .home_services.register{
    padding-left: 30px;
    padding-right: 30px;
} */

.home_services .title-question,
.home_services h4,
.home_services .h4 {
    color: #3c3c3c;
    font-weight: 400;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}
.home_services p{
    padding-left: 71px;
}
.padding-col-customer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
}
.list-reviews .img-customer {
    height: 280px;
}
.section-description {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
/* .services-slider .slick-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(320px, 1fr));
    grid-gap: 35px;
    margin-bottom: 50px;
    padding: 0 2%;
} */
.services-slider .slick-track::before {
    display: none;
}
.padding-col-customer .slick-prev,
.padding-col-customer .slick-next {
    z-index: 99;
}
.padding-col-reward .slick-prev,
.padding-col-reward .slick-next {
    z-index: 99;
}
/* .padding-col-reward .slick-prev {
    left: -50px;
}
.padding-col-reward .slick-next {
    right: -50px;
} */
.padding-col-customer .slick-prev::before,
.padding-col-reward .slick-prev::before {
    content: url(../images/prev.png);
}
.padding-col-customer .slick-next::before,
.padding-col-reward  .slick-next::before {
    content: url(../images/next.png);
}
.hieght-list {
    min-height: auto;
    height: 306px;
}
.hieght-list .home_services {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
}
.customer-rows .customer-desc {
    position: relative;
    padding: 0 30px;
}
.img-customer {
    min-width: 400px;
    height: 300px;
}
.img-customer img {
    max-width: 100% !important;
    height: 100%;
    margin: 0;
    border-radius: 0;
}
.customer-desc p {
    text-align: left;
    padding-left: 0;
    font-size: 14px;
}
.customer-desc .customer-name {
    text-align: left;
    color: #3c3c3c;
    font-weight: 700;
}
.customer-desc::before {
    content: url(../images/rating.png);
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
.customer-desc > span {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 1;
    font-size: 20px;
    color: #0095da;
    font-style: italic;
}
#id-customer-reviews .hieght-list {
    background-color: #f5f5f5;
    border: none;
}
.services-slider .slick-dots li{
    margin-left: 20px;
    margin-right: 20px;
}
.services-slider .slick-dots li button:before {
    font-size: 16px;
    background-color: #e6f5fb;
    border: 2px solid#0095da;
    border-radius: 50%;
    opacity: 1;
    color: transparent;
}
.services-slider .slick-dots li.slick-active button:before {
    background-color: #0095da;
    opacity: 1;
    color: transparent;
}
.css-footer > div:first-child {
    padding-right: 0;
    margin-bottom: 20px;
}
.custom-social {
    position: static;
    top: 0;
    right: 0;
    display: block;
    padding-right: 0 !important;
    padding-top: 33px;
}
.custom-social div:not(.bg) {
    padding-right: 0 !important;
}
.padding-col-customer .slick-prev {
    left: 50px;
}
.padding-col-customer .slick-next {
    right: 50px;
}
.home_services.answer-title p {
    padding-left: 0;
}
.answer-title h3 {
    color: #3c3c3c;
    padding: 0!important;
    margin-bottom: 0!important;
}
.services-slider .slick-track .slick-slide {
    padding: 10px 20px;
}
.reward-img.rw-news{
    padding: 0;
    min-width: 320px;
    height: 200px;
}
.reward-img.rw-news span {
    display: block;
    height: 100%;
    border-radius: 5px;
    border-style: solid;
    border-color: #0095da;
    border-width: 3px;
}
.reward-img.rw-news span img {
    height: 100%;
    object-fit: cover;
}
.section-banner {
    position: relative;
    display: block;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 650px;
}
.section-banner .section-content {
    position: absolute;
    display: block;
    bottom: -10px;
    width: 100%;
    z-index: 9;
}
.title-site.slide-title {
    margin-top: 0;
    top: calc(15% - 72px);
    z-index: 9;
}
.slide-banner {
    padding: 0 0px;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
.slide-banner img {
    max-width: 100% !important;
}
.slide-banner .slick-slide {
    position: relative;
    width: 400px;
    height: 400px !important;
    transition: transform .4s;
    cursor: pointer;
}
.slide-banner .slick-slide * {
    height: 100%;
}
.slide-banner .slick-slide,
.slide-banner .slick-slide.slick-active {
    transform: scale(0.8) translate(307px, 38px);
}
.slide-banner .slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-307px, 38px);
}
.slide-banner .slick-slide.slick-center {
    transform: scale(1);
}
.list-reviews .float-img-custom {
    height: 100%;
}
.socialList {
    justify-content: flex-end;
    margin-bottom: 20px;
}
.footerNav2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.footerNav2 .theme-change,
.footerNav2 .bttop {
    float: none;
}
.footerNav2 .bttop {
    margin-right: 0;
}
.theme-change {
    display: none !important; /*Ẩn để dùng block riêng*/
}
.footerNav2 .bttop {
    position: fixed;
    right: 100px;
    bottom: 20px;
    z-index: 99;
}
.custom-qr .qrcode {
    padding: 5px 10px;
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}
@media ( max-width : 1200px) {
    .padding-reward .padding-col-reward,
    .padding-col-customer {
        width: 100%;
    }
    .customer-rows .customer-desc,
    .home_services .customer-name {
        padding: 0;
    }
}
@media ( max-width : 1023px) {
    .hieght-list.list-reviews {
        width: 100%;
    }
    .hieght-list .home-reviews {
        display: block;
    }
    .img-customer {
        margin-bottom: 20px;
    }
    .custom-social {
        position: static;
    }
    .bttop i {
        display: block;
    }
    #header .logo img {
        width: auto;
    }
    .padding-col-customer .slick-prev {
        left: 50px;
    }
    .padding-col-customer .slick-next {
        right: 50px;
    }
    .footerNav2,
    .socialList{
        justify-content: center;
    }
    #footer .h3,
    #footer h3 {
        display: block !important;
        text-align: center;
    }
    .custom-social {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media ( max-width : 768px) {
    .hieght-list.list-reviews {
        width: 100% !important;
    }
    .customer-rows .customer-desc {
        padding: 0;
    }
    .services-slider .slick-track {
        display: block;
    }
    .padding-col-reward .slick-next {
        right: 10px;
    }
    .padding-col-reward .slick-prev {
        left: 10px;
    }
    .services-slider .slick-dots li {
        margin-left: 5px;
        margin-right: 5px;
    }
    .services-slider .slick-dots li button::before {
        font-size: 6px;
    }
    .home_services p {
        margin-bottom: 0;
    }
    .services-slider .slick-track {
        margin-bottom: 20px;
    }
    .customer-desc > span {
        right: 5px;
    }
    .padding-col-customer .slick-next {
        right: 25px;
    }
    .padding-col-customer .slick-prev {
        left: 25px;
    }
    .home_services.home-reviews p {
        margin-bottom: 10px;
    }
    /* .custom-social {
        padding-bottom: 15px;
    } */
    .slide-banner .slick-slide,
    .slide-banner .slick-slide.slick-center + .slick-slide {
        transform: none;
    }
    .css-footer .mgft:nth-of-type(3){
        margin-bottom: 0;
    }
    #footer.section-footer-top {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.slider__custom {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-image: url('../images/banner-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
#sync1 {
  display: flex;
  flex-direction: column;
}
#sync1 .item {
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  /*width: 800px;*/
}

#sync1 .owl-item {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-item img {
  width: 260px;
  display: flex;
  justify-content: center;
  transition: all 0.6s;
  transform: scale(0.8);
  border-radius: 6px;
}

#sync1 .owl-nav {
  display: none !important;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  justify-content: center;
  display: flex;
}

.owl-dots {
    position: relative;
    top: -100px;
}

.text {
    color: #232323;
}

.header__slide {
    margin-bottom: 100px;
}

@media screen and (min-width: 992px) {
    .title-site .descr {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px){
    .icon_list {
        padding: 0 6px;
    }

    .icon_list a::before {
        left: -6px !important;
    }

    .title-site .descr  {
        font-size: 12px;
        padding: 0px 12px;
    }

    @media screen and (max-width: 600px){
        .title-site .descr  {
            font-size: 12px;
            padding: 0px 12px;
        }
    }
}

.breadcrumbs-wrap .display:before {
    content: "";
    position: absolute;
    top: 17px;
    margin-top: -17px;
    border-top-width: 17px;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 17px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-left-width: 17px;
    border-left-style: solid;
    border-left-color: #d61c1d;
    left: 0;
    height: 34px;
    width: 17px;
    display: none;
}

.breadcrumbs a:before {
    padding-right: 1px;
}

.breadcrumbs a:after,
.show-subs-breadcrumbs:after {
    padding-left: 1px;
}

.border-bidding {
    border-bottom: 1px #0685d6 solid;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.border-bidding>span {
    border-bottom: 4px #0685d6 solid;
    text-transform: uppercase;
    font-size: 20px;
    color: #0685d6;
    font-weight: 500;
    padding-bottom: 3px;
    display: inline-block;
}

.border-bidding>span:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 5px;
    content: " ";
    color: #d61c1d;
}

.item__new {
    display: flex;
}

.nav__right {
    flex: 1;
}

.block_groups__custom {
    padding: 8px 4px;
}

.text_new__custom {
    display: block !important;
    display: -webkit-box !important;
    height: 56px;
    line-height: 1.3;
    -webkit-line-clamp: 3;  /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon_list {
    position: relative;
}

.icon_list a::before {
    position: absolute;
    content: "";
    left: -12px;
    top: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #df090924;
    border-width: 5px 6px;
}

#hot-news li a span {
    text-indent: 0;
}

.width_100 {
    width: 100% !important;
    padding-right: 10px;
}

.fix_display {
    padding: 10px;
    overflow: hidden;
}

.padding-col-customer, .padding-col-reward {
    width: 100% !important;
}

.img-customer img {
    box-shadow: 0px 7px 5px rgb(136 135 135 / 20%);
    border-radius: 6px;
}

.reward-img.rw-news {
    height: 265px;
    width: 100%;
}

.reward-img.rw-news span img {
    width: 100%;
}

.title_des {
    font-size: 16px;
}

@media (max-width : 475px) {
    .title_des {
        font-size: 15px;
    }

    .title__block {
        font-size: 25px !important;
        padding: 0 10px;
    }

    .title__block__thanhtich {
        font-size: 31px !important;
    }

    .reward-img.rw-news {
        height: 190px !important;
        min-width: 230px !important;
    }

    .padding-reward .padding-col-reward .slick-next {
        right: 15px !important;
    }

}

/* Widget */
.zalo-chat-widget {
    bottom: 165px!important;
    right: 28px!important;
    z-index: $zindex-social-btn !important;
}

#modalCallWidget {
    padding-top: 15%!important;
}

#modalCallWidget .meta1 {
    font-size: 18px;
    font-weight: 500;
}

#modalCallWidget .meta2 {
    font-size: 18px;
}

#modalCallWidget .meta3 {
    font-size: 30px;
}

#dauthauToggleCallWidget {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 9999;
}

.fb_dialog.fb_dialog_advanced {
    z-index: 2000 !important;
}

.fb_dialog.fb_dialog_advanced  > .fb_dialog_content > iframe:first-child {
    bottom: 18px!important;
}

.fb_dialog.fb_dialog_advanced  > .fb_dialog_content > iframe:last-child {
    bottom: 68px!important;
}

.fb_dialog.fb_dialog_mobile {
    z-index: 2000 !important;
}

.fb_dialog.fb_dialog_mobile > .fb_dialog_content iframe:first-child {
    bottom: 18px!important;
}

.fb_dialog.fb_dialog_mobile > .fb_dialog_content iframe:last-child {
    bottom: 68px!important;
}

.fb-customerchat span iframe {
    z-index: 2 !important;
    bottom: 240px!important;
}

.fb_new_ui_mobile_overlay_active .fb-customerchat {
    z-index: 1000 !important;
}

.backdrop-check-user-data {
    padding-top: 15%!important;
    z-index: 2000 !important;
}

.width-logo {
    display: flex !important;
    justify-content: center !important;
}

/*.bttop {
    display: none;
}*/
