h3 {
    font-family: Tahoma !important
}
.font-smin {
    font-size: 8px;
}
.services .featured {
    width: 135px;
    position: absolute;
    top: 18px;
    right: -38px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 13px;
    padding: 1px 0 3px 0;
    background: #4154f1;
    color: #fff;
    text-align:center
}

.services .btn-edit {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    color: #4154f1;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    transition: 0.3s;    
}

    .services .btn-edit:hover {
        background: #4154f1;
        color: #fff;
    }
.services .box {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}
.services .price {
    font-size: 34px;
    color: #444444;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.services .sealno {
    color: #bababa;
    font-size: 12px;
    font-weight: 300;
}
.datepicker-days .day, .datepicker-days .dow {
    font-size: 11px !important
}

.qr-img {
    background: url("/assets/img/border-ScanMe.png") center center;
    background-size: cover;
    width: 180px;
    height: 180px;
    padding: 5px;
    margin:10px auto;
}
#main{
    min-height:400px
}
.phieuthanhtoan .price {
    font-size: 34px;
    color: #444444;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align:center
}
.text-right{
    text-align:right
}
.text-center {
    text-align: center
}
.text-left {
    text-align: left
}
.table{
    font-size:12px
}

.loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}
.loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }
.wmax150 {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
    color: #000;
}

.services .service-box:hover {
    background: #fff;
}
.services .service-box.blue:hover {
    background: #fff;
}
.team .member:hover {
    transform: scale(1.03);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.link{
    cursor:pointer
}
/*-------------*/
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*-----------------------*/
button{
    border:0px
}
.btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

     .btn-get-started span {
        font-family: "Nunito", sans-serif;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .btn-get-started i {
        margin-left: 5px;
        font-size: 18px;
        transition: 0.3s;
    }

     .btn-get-started:hover i {
        transform: translateX(5px);
    }
     /*-------------------*/
     .lable1{
         width:150px
     }
 .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

    .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }

.phieuthanhtoan a:hover {
    color: #FFF
}
.select2-container--bootstrap .select2-selection--single {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    text-align:left;
    height:38px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.card-body .input-group-text, .card-body input, .card-body select, .card-body textarea {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.accordion-button.collapsed {
    border-bottom: 1px solid rgba(0,0,0,.125)!important;
}
.accordion-body {
    padding: 1px 1px;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.accordion-item:not(first-of-type) {
    margin: -15px 0px !important;
    border-collapse: collapse;
}
.highlight {
    background-color: yellow;
}