:root {
    --box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: space-between!important;
}

#chuyennha {
    overflow-x: hidden;
}

#chuyennha .banner {
    position: relative;
}

#chuyennha .box-banner {
    position: absolute;
}

#chuyennha .box-banner .hoantien {
    background-image: linear-gradient(0turn, #aa7d21, #ffecbb, #aa7d21);
    text-align: center;
    border-top: 4px solid #aa7d21;
    border-bottom: 4px solid #aa7d21;
    text-transform: uppercase;
    font-family: Montserrat-ExtraBold
}

#chuyennha .box-banner .detail-banggia {
    border: 3px solid #000;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-size: 1.5em;
    font-weight: bold;
    background-image: linear-gradient(0.25turn, #aa7d21, #ffecbb, #aa7d21);
    color: #000
}

#chuyennha .phone-banner {
    position: absolute;
}

#chuyennha .phone-banner p {
    margin: 0px;
    color: #FFF;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.banggia .text1 {
    margin: 15px 0px;
}

.banggia .item {
    background-image: linear-gradient(0turn, #b1862d, #ffe19a, #b1862d);
    padding: 15px;
    border-radius: 20px;
    border: 3px solid #FFF;
    box-shadow: var(--box-shadow);
    height: 100%;
}

.banggia .item .title-item {
    padding: 15px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    font-weight: bold;
    text-align: center;
    color: #444
}

.banggia .item .title-item h3 {
    text-transform: uppercase;
}

.banggia .item p {
    padding: 10px 15px;
    font-size: 1.2em;
    color: #000;
}

#tab-banggia {
    padding: 15px 0px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    overflow-x: auto;
}

#tab-banggia::-webkit-scrollbar {
    height: 4px;
    background: #f1f1f1;
}

#tab-banggia::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

#tab-banggia li {
    cursor: pointer;
    margin-right: 5px;
    padding: 15px;
    border: 2px solid #aa7d21;
    text-transform: uppercase;
    font-weight: bold;
    background-image: linear-gradient(0.25turn, #b1862d, #ffe19a, #b1862d);
    flex: none
}

#tab-banggia li.active {
    background: #fff;
}

#chuyennha .btn-yellow {
    border-radius: 30px;
    background-image: linear-gradient(0.25turn, #b1862d, #ffe19a, #b1862d);
    box-shadow: var(--box-shadow)
}

.right-content {
    height: 100%;
}

#commit {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#commit .background-color {
    background-image: linear-gradient(0.25turn, #b1862d, #ffe19a, #b1862d);
    padding: 15px;
    flex: 0 0 100%;
    position: relative;
}

#commit .background-color-1::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    background-image: url(../img/chuyennha/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 36px;
}

#commit .background-color-2::after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    background-image: url(../img/chuyennha/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 24px;
    height: 36px;
}

#commit .background-color .title {
    position: relative;
    padding-bottom: 10px;
    display: block;
}

#commit .background-color .title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30%;
    height: 5px;
    background: #000;
}

.main-container {
    background: #ffedce;
}

#FAQ {
    background: #ffedce;
    padding-bottom: 15px;
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: visible;
}

#FAQ::-webkit-scrollbar {
    right: -15px;
    width: 4px;
    background: #fefefd;
}

#FAQ::-webkit-scrollbar-thumb {
    background: #282929;
}

#FAQ .question {
    border-radius: 20px;
    background: #FFF;
    text-align: center;
    padding: 15px;
    box-shadow: var(--box-shadow);
    position: relative;
}

#FAQ .answer {
    border-radius: 20px;
    background: #ffaf21;
    text-align: center;
    padding: 15px;
    box-shadow: var(--box-shadow);
    position: relative;
}

#FAQ .question .avatar,
#FAQ .answer .avatar {
    position: absolute;
    top: -50px;
}

#price-data.table-price table tbody tr:first-child {
    border-top: 2px solid #aa7d21;
}

#price-data.table-price table tbody tr {
    border-bottom: 2px solid #aa7d21;
}

#price-data.table-price table tbody tr td {
    padding: 10px 0px;
}

#service-chuyennha .service-item-title {
    background-image: linear-gradient(0.25turn, #b1862d, #ffe19a, #b1862d)
}

@media (max-width: 900px) {
    #chuyennha {
        padding-top: 60px;
    }
    .banggia .item {
        margin-bottom: 15px;
    }
    #chuyennha .phone-banner {
        bottom: -5px;
        left: 5%;
        right: 5%;
        text-align: center;
    }
    #chuyennha .phone-banner p {
        margin: 0px;
        font-size: 15px;
    }
    #chuyennha .box-banner {
        top: 30px;
        left: 5%;
        right: 5%;
    }
    #chuyennha .box-banner h2 {
        text-align: center;
        margin-bottom: 15px!important;
        margin-top: 30px!important;
    }
    #chuyennha .box-banner .hoantien {
        margin-top: 15px!important;
    }
    #FAQ .answer,
    #FAQ .question {
        margin-top: 20px;
    }
    #FAQ .question .avatar {
        left: 0px;
    }
    #FAQ .answer .avatar {
        right: 0px;
    }
    #chuyennha .btn-yellow {
        font-size: 13px;
    }
}

@media (min-width: 900px) {
    #chuyennha {
        padding-top: 200px;
    }
    #chuyennha .phone-banner {
        bottom: 0px;
        left: 10%;
    }
    #chuyennha .phone-banner p {
        margin: 0px;
        font-size: 1.2em;
    }
    #chuyennha .box-banner {
        top: 30px;
        left: 10%;
    }
    #chuyennha .box-banner .hoantien {
        padding: 5px 10px;
        text-align: center;
        border-top: 4px solid #aa7d21;
        border-bottom: 4px solid #aa7d21;
    }
    #FAQ .question .avatar {
        left: -50px;
    }
    #FAQ .answer .avatar {
        right: -50px;
    }
    #FAQ .question::after {
        content: '';
        position: absolute;
        right: 100%;
        background-image: url(../img/chuyennha/arrow_q.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 21px;
        height: 18px;
        top: 20px;
    }
    #FAQ .answer::after {
        content: '';
        position: absolute;
        left: 100%;
        border-left: 0px solid #AB7800;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #AB7800;
        top: 20px;
    }
}

.banner_text .text1 h3 {
    text-transform: uppercase;
    font-size: 23px;
    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: 18px;
    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;
    }
}

@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;
    }
    .banner_text .text1 h3 {
        font-size: 38px;
    }
    .banner_text .text1 .box p {
        font-size: 28px;
    }
}