@font-face {
    font-family: "SFUFuturaBook";
    src: url(../f/FuturaBook.ttf);
}

@font-face {
    font-family: "VanillaDaisyPro";
    src: url(../f/VanillaDaisyPro.ttf);
}

@font-face {
    font-family: "Anton";
    src: url(../f/Anton.ttf);
}

@font-face {
    font-family: 'HelvetIns';
    src: url(../f/HelvetIns.ttf);
}

@font-face {
    font-family: 'SVN-Dancing';
    src: url(../f/Dancing.ttf);
}

@font-face {
    font-family: 'RedBright';
    src: url(../f/RedBright.ttf);
}

@font-face {
    font-family: 'SVNAppleberry';
    src: url(../f/Appleberry.ttf);
}

@font-face {
    font-family: 'AvertaRegular';
    src: url(../f/AvertaRegular.otf);
}

#banner {
    display: none;
}

#ud2 {
    background: url(../i/ud7/bg-ud2.png) no-repeat;
    height: 905px;
    background-position: left 137px top -130px;
    position: relative;
}

.box-ud2 {
    width: 955px;
    text-align: center;
    margin: auto;
    padding: 0 60px;
}

.top-box-ud2 {
    display: grid;
    grid-template-columns: max-content auto;
}

.text-ud2 {
    text-align: center;
    font-family: "SFUFuturaBook";
    font-size: 22px;
    color: #288481;
    line-height: 32px;
    margin-top: 140px;
    font-style: italic;
}

.title-ud2 {
    text-align: center;
    margin-top: 20px;
    font-size: 45px;
    font-family: "VanillaDaisyPro";
    color: #cf000c;
}



.box-combo-ud2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    grid-gap: 35px 30px;
    margin-top: 35px;
}

.combo-ud2 {
    height: 74px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Anton";
    font-size: 21.45px;
}

    .combo-ud2:nth-child(2n+1) {
        background: url(../i/ud7/bg-combo.png) no-repeat center right;
        padding-left: 65px;
    }

    .combo-ud2:nth-child(2n) {
        background: url(../i/ud7/bg-combo2.png) no-repeat center left;
        padding-right: 90px;
    }

#ud3 {
    background: #1c7976;
    color: #fff;
    position: relative;
}

.title-ud3 {
    padding-top: 55px;
    text-align: center;
    font-family: "VanillaDaisyPro";
    font-size: 24px;
}

.detail-ud3 {
    text-align: center;
    margin-top: 33px;
    font-size: 18px;
    font-family: "SFUFuturaBook";
    font-style: italic;
}

.slogan-ud3 {
    margin-top: 35px;
    text-align: center;
    font-family: "VanillaDaisyPro";
    font-size: 24px;
    padding-bottom: 60px;
}

#ud3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 65px;
    background: url(../i/ud7/bg-song2.png);
    width: 100%;
}

#ud3::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 65px;
    background: url(../i/ud7/bg-song.png);
    width: 100%;
}

#ud5 {
    padding-top: 65px;
}

.sale {
    text-align: center;
}

.box-ud4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px 0;
    margin: auto;
    padding: 0 30px;
}

.btn-dangky {
    text-align: center;
    margin-top: 55px;
}

.box-ud5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 45px;
    padding: 0 30px;
}

#ud6 {
    background: url(../i/ud7/bg-huongdan.png) no-repeat top center;
    margin-top: -42px;
}

.title-huongdan {
    text-align: center;
    padding-top: 90px;
    font-family: 'HelvetIns';
    font-size: 30px;
    color: #00887f;
}

.desc-huongdan {
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    color: #7e7e7e;
    font-family: 'SVN-Dancing';
}

.detail-huongdan {
    margin-top: 50px;
    padding: 0px 130px 50px;
    background: url(../i/ud7/showhuongdan.png) no-repeat;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 322px;
}

.img-huongdan {
    text-align: center;
}

.text-huongdan {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    font-family: 'AvertaRegular';
}

    .text-huongdan a {
        color: #2c7677;
        font-weight: bold;
    }

        .text-huongdan a:hover {
            color: #cf000c;
        }

.huongdan:nth-child(2n) {
    margin-top: 80px;
}

.huongdan:nth-child(2n+1) {
    margin-top: 15px;
}

.huongdan:nth-child(2) a {
    color: #c71e1e;
    font-size: 23px;
    font-weight: normal;
}

.huongdan:nth-child(2) .text-huongdan {
    margin-top: 5px;
}

.huongdan:nth-child(4) .text-huongdan {
    margin-top: 5px;
}

.huongdan:nth-child(4) a {
    color: #00a2ed;
    font-size: 23px;
    font-weight: normal;
}

.huongdan:nth-child(4) .btn-chuyende {
    font-size: 14px;
}

#b5 {
    padding: 55px;
    position: relative;
    overflow: hidden;
    background: #2c7677;
}

    #b5 .title:before {
        display: none;
    }

    #b5 .ctn > p {
        font-style: italic;
        padding: 10px 30px;
        border: 1px dashed #b7b7b7;
        border-radius: 15px;
        font-size: 15px;
        background: #fff;
        text-align: center;
        width: 80%;
        margin: 25px auto;
        display: block;
        background: #fff;
        line-height: 1.6;
    }

.itbsuudai {
    position: relative;
    padding: 15px;
}

    .itbsuudai h3 {
        background: url(../i/ud7/bg6.png) center no-repeat;
        color: #fff;
        text-transform: uppercase;
        width: 265px;
        height: 57px;
        position: absolute;
        left: -11px;
        top: 28px;
        padding: 7px 2px 0 20px;
        text-align: left;
        background-size: 265px 57px;
    }

    .itbsuudai > div {
        background: #fff;
        padding: 75px 15px 0px 15px;
        position: relative;
        -webkit-box-shadow: -2px -1px 28px -15px rgba(0, 0, 0, 0.93);
        -moz-box-shadow: -2px -1px 28px -15px rgba(0, 0, 0, 0.93);
        box-shadow: -2px -1px 28px -15px rgba(0, 0, 0, 0.93);
    }

        .itbsuudai > div div {
            color: #444444;
            min-height: 88px;
        }

        .itbsuudai > div > a {
            display: inline-block;
            width: 229px;
            padding: 0 8px 0 0;
            margin-bottom: 10px;
            height: 218px;
            z-index: 1;
            position: relative;
        }

    .itbsuudai img {
        display: block;
        margin: 0 auto 15px;
    }

    .itbsuudai p {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
        padding: 0 15px;
        font-weight: bold;
        margin-bottom: 10px;
        min-height: 42px;
    }

    .itbsuudai ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .itbsuudai ul a {
            display: inline-block;
            width: 35px;
            height: 35px;
            position: relative;
            background: url('../i/ud7/icon-phone.png') no-repeat center center;
            margin: 22px 5px;
        }

            .itbsuudai ul a:nth-child(2) {
                background: url('../i/ud7/icon-messenger.png') no-repeat center center;
            }

            .itbsuudai ul a:nth-child(3) {
                background: url('../i/ud7/icon-zalo.png') no-repeat center center;
            }



#slbsuudai {
    margin-top: 50px;
    position: relative;
}

    #slbsuudai .slick-next:before, #slbsuudai .slick-prev:before {
        display: none;
    }

    #slbsuudai .slick-prev, #slbsuudai .slick-next {
        width: 40px;
        height: 27px;
        background: url(../i/ud7/ic.png);
        left: -40px;
        z-index: 1;
    }

    #slbsuudai .slick-dots li button:before {
        content: '';
        width: .8rem;
        height: .8rem;
        background: #fff;
        opacity: 1;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        margin: -0.25rem 0 0 -0.25rem;
        border: 0.1rem solid #2e7a7a;
    }

    #slbsuudai .slick-next {
        transform: rotate(180deg);
        left: unset;
        right: -40px;
    }

    #slbsuudai .slick-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
    }

    #slbsuudai .slick-prev {
        left: -45px;
    }

    #slbsuudai .slick-next {
        right: -45px;
    }

#b5 .ctn > p {
    width: 100%;
}

#b5 .title_bs {
    padding-bottom: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.btb5 {
    display: flex;
    padding: 0 1.5rem;
}

    .btb5 a {
        flex: 1;
        margin: 0 .25rem;
        background: #ffa143 url(../i/ud7/ic1.png) 0.8rem center no-repeat;
        background-size: 1.9rem 2rem;
        border-radius: 3rem;
        padding: 0.5rem 0.5rem;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.3rem;
        color: #8e4e0e;
        border: 0.2rem solid #01846c;
        padding-left: 3rem;
    }

        .btb5 a:nth-child(2) {
            background: #ffa143 url(../i/ud7/ic2.png) 0.8rem center no-repeat;
            background-size: 1.8rem;
        }


.title-ud7 {
    font-family: 'HelvetIns';
    font-size: 46px;
    color: #00887f;
    text-align: center;
    margin-top: 55px;
    text-transform: uppercase;
}

.slogan-ud7 {
    text-align: center;
    margin-top: 10px;
    font-size: 48px;
    font-family: 'RedBright';
    color: #000;
    line-height: 0.9;
}

.itu6 {
    padding-left: 82px;
    background: url(../i/ud7/ic1.png) 0 0 no-repeat;
    margin-bottom: 28px;
    line-height: 1.7;
}

    .itu6:nth-child(2) {
        background: url(../i/ud7/ic2.png) 0 0 no-repeat;
    }

    .itu6:nth-child(3) {
        background: url(../i/ud7/ic3.png) 0 0 no-repeat;
    }

    .itu6:nth-child(4) {
        background: url(../i/ud7/ic4.png) 0 0 no-repeat;
    }

.desc-luachon {
    display: grid;
    grid-template-columns: 7fr 4fr;
    margin-top: 40px;
}

.bacsi {
    text-align: right;
}

.info-luachon {
    margin-left: -30px;
    margin-top: 40px;
}

.itu6 h3 {
    font-size: 18px;
    color: #1b1b1b;
    font-family: 'SVNAppleberry';
}

.itu6 p {
    font-size: 16px;
}

#cs5 {
    position: relative;
    background: #2c7677;
    height: 425px;
}

    #cs5::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 48px;
        background: url(../i/ud7/bg-song3.png) left 95px top 0;
        width: 100%;
    }

    #cs5::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 48px;
        background: url(../i/ud7/bg-song4.png) left 95px top 0;
        width: 100%;
    }

.box-tuvan {
    position: relative;
}

    .box-tuvan .cmd8 {
        background: #fff;
        border-radius: 150px;
        z-index: 2;
    }

.lacay {
    width: 223px;
    height: 235px;
    background: url(../i/ud7/lacay.png) center no-repeat;
    position: absolute;
    left: -110px;
    bottom: 120px;
}

.img-phone {
    position: absolute;
    right: -85px;
    z-index: 9;
    top: -40px;
}

#bs81 .d_contact::before {
    display: none;
}

.box-tuvan {
    display: flex;
    height: 425px;
    align-items: center;
}

#bs81 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2c7677;
    font-size: 30px;
    font-family: 'HelvetIns';
    margin: 0 17px 10px;
}

    #bs81 ul span {
        width: 93px;
        height: 54px;
        display: flex;
        margin: 0 20px;
        background: url(../i/ud7/24_7.png) center no-repeat;
    }

#cs5 h3 {
    font-family: 'HelvetIns';
    font-size: 21px;
    color: #095d5c;
    font-weight: 100;
    text-align: center;
    margin-top: 18px;
}

#cs5 p {
    font-family: 'SVN-Dancing';
    font-size: 20px;
    text-align: center;
    margin: 5px 0 15px 0;
}

#bs81 {
    margin: 0px 0 0px 0;
}

    #bs81 .d_contact {
        width: 445px;
        position: relative;
        padding-bottom: 15px;
        margin: auto;
    }

    #bs81 .d-phone {
        width: 100%;
        border-radius: 36px;
        border: 2px solid #2e7a7a;
        padding: 10px 20px;
    }

    #bs81 .d-send {
        width: 55px;
        height: 40px;
        background: #ffa801 url(../i/ud7/icsend.png) center no-repeat;
        position: absolute;
        display: inline-block;
        right: 0px;
        top: 0;
        cursor: pointer;
        border: none;
        border-radius: 0 42px 42px 0;
    }

#ud8 {
    margin-top: 90px;
}

footer {
    margin-top: 95px;
}

@media screen and (max-width: 1366px) {
    #ud2 {
        background-position: left -131px top -130px;
    }
}
