﻿
.app-bar-search {
    background-color: #3F4447 !important;
    color: #bbbbbb !important;
    width: 200px !important;
    height: 30px !important;
    border: 0;
    border-radius: 4px;
    padding: 0 6px;
}

.bg-home {
    background: #1a1b1b url("/uploads/images/2.jpg") center center no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.title-big {
    font-size: 44px;
    font-weight: bold;
}

.title-sub-home-bcorn {
    font-size: 22px;
    font-weight: 300;
}

.title-sub-home-bcorn1 {
    font-size: 20px;
    font-weight: 300;
}

.avt-home-bcorn {
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.part-header {
    border-left: 4px solid darkorange;
    padding-left: 18px;
    margin: 10px 0 20px;
}

.service-item {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    margin: 10px;
    padding: 20px 40px;
    height: 100%;
}

.bcorn-info-label {
    float: left;
    min-width: 100px;
    font-weight: bold;
}

.bcorn-info {
    float: left;
    word-wrap: break-word;
}

.text-gioithieu {
    line-height: 30px;
    font-size: 21px;
    font-weight: 300;
}

.gioithieu-indam {
    font-weight: 400;
}

/*ladyshouse*/
.ellipsis-2 {
    display: -webkit-box;
    line-height: 1.3;
    height: 16px*1.3*2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-3 {
    display: -webkit-box;
    line-height: 1.3;
    height: 16px*1.3*3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-4 {
    display: -webkit-box;
    line-height: 1.3;
    height: 16px*1.3*4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color1 {
    color: #0E4C67;
}

.font-size-1 {
    font-size: 18px;
    font-weight: bold
}

.font-size-2 {
    font-size: 22px;
    font-weight: bold
}

.footer-lady {
    color: #047D96;
    background: linear-gradient(to bottom, #cbeffe 0%, #80bdd7 100%);
}

.a-footer1 {
    color: #047D96
}

    .a-footer1:hover {
        color: #006276
    }

.a-baivietmoi {
    color: #000;
}

    .a-baivietmoi:hover {
        color: #047D96
    }

.input-footer {
    border-radius: 15px;
    width: 100%;
    border: 1px solid #eee;
    padding: 4px 15px;
}


.img-dangkyuudai {
    max-width: 400px;
    border-radius: 30px;
}

.but_dangkyuudai {
    background: linear-gradient(to right, #7cc9e9 0%, #50acd2 100%);
    border-radius: 20px;
    width: 160px;
    margin: 0 auto;
    font-size: 20px
}

    .but_dangkyuudai:hover {
        background: linear-gradient(to right,#50acd2 0%, #7cc9e9 100%);
    }

.but_menutop1 {
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 22px;
    color: #047D96;
    border: 1px solid #047D96;
}

    .but_menutop1:hover {
        background-color: #047D96;
        color: #fff;
    }

.but_menutop {
    background-color: #008a00;
    padding: 8px 20px;
    border-radius: 22px
}

    .but_menutop:hover {
        background-color: #003d00;
    }

.but_dichvunoibat {
    background: linear-gradient(to bottom, #05a0c0 0%, #04bae0 100%);
    border-radius: 30px;
    padding: 15px;
    max-width: 500px;
    margin: 0 auto
}

.but_dathang {
    border-radius: 20px;
    background: #fac0cd;
}

.but_themvaogio {
    border-radius: 20px;
    background: #0E4C67;
}

.hotline-footer {
    background-color: #047D96;
    border-radius: 16px;
    width: 140px
}

    .hotline-footer:hover {
        background-color: #0398b7;
    }

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
    z-index: 2000;
}

/*.fix_but_mess {
    position: fixed;
    bottom: 126px;
    right: 10px;
    cursor: pointer;
    z-index: 2000;
    width: 60px;
}*/

.fix_but_call {
    position: fixed;
    bottom: 200px;
    right: 24px;
    cursor: pointer;
    z-index: 2000;
    width: 60px;
}

.fix_but_zalo {
    position: fixed;
    bottom: 274px;
    right: 24px;
    cursor: pointer;
    z-index: 2000;
    width: 60px;
}

.fix_but_datlich {
    position: fixed;
    bottom: 348px;
    right: 24px;
    cursor: pointer;
    z-index: 2000;
    width: 60px;
}

@media (max-width: 575px) { /*sm*/

}

@media (max-width: 767px) { /*md*/
    .text-gioithieu {
        line-height: unset !important;
        font-size: unset !important;
        font-weight: unset !important;
    }

    .gioithieu-indam {
        font-weight: 500;
    }

    .avt-home-bcorn {
        width: 150px;
        height: 150px;
        border: 3px solid #fff;
    }

    .title-big {
        font-size: 32px;
    }

    .title-sub-home-bcorn {
        font-size: 20px;
    }

    .title-sub-home-bcorn1 {
        font-size: 18px;
    }

    .service-item {
        padding: 20px 20px;
    }

    .img-dangkyuudai {
        max-width: 100%;
    }

    #back-to-top {
        bottom: 50px;
        right: 10px;
    }
    /*.fix_but_mess {
        bottom: 126px;
        width: 40px;
    }*/

    .fix_but_call {
        bottom: 196px;
        width: 40px;
        right:10px;
    }

    .fix_but_zalo {
        bottom: 251px;
        width: 40px;
        right: 10px;
    }

    .fix_but_datlich {
        bottom: 306px;
        width: 40px;
        right: 10px;
    }
}

@media (max-width: 991px) { /*lg*/

}

@media (max-width: 1199px) { /*xl*/
    .text-gioithieu {
        line-height: 25px;
        font-size: 18px;
    }
}

@media (max-width: 1451px) { /*xxl*/
}
