button.btn.submit {
    border: 1px solid #1084cb;
}


button.btsend {
    border: 1px solid #11a9e1;
}


@charset "UTF-8";

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer !important;
}

input {
    outline: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

p {
    line-height: 1.6;
    margin: 0.8em 0;
}

.repair-services-item {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 20px;
    margin-bottom: 20px;
}

.repair-services-item a {
    display: block;
    text-align: center;
}

.repair-services-item a img {
    width: 155px;
    height: 155px;
    object-fit: cover;
}

h3.repair-services-title {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

section .section-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

a.btn-view-quote {
    border: 2.8px solid #1268b3;
    border-radius: 5px;
    color: #1268b3;
    font-weight: bold;
    padding: 6px 10px;
    background: #f8f8f8;
}

a.btn-view-quote:hover {
    background: #1268b3;
    color: #fff;
}

.modal-open {
    padding-right: 0 !important;
}

.modal {
    background: #333333d1;
}

.filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    background: #cecece;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.filter__item .checkbox-styled {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}

.checkbox-styled .item-name {
    margin-left: 4px;
    font-size: 13px;
}

.filter__item input {
    z-index: -1;
    opacity: 0;
    margin-bottom: 0;
}

.filter__item .checkbox-styled__icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    top: -1px;
    left: -2px;
}

.checkbox-styled__input:checked+.checkbox-styled__icon:before {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.68, -0.75, 0.265, 1.75);
    transition: -webkit-transform 0.1s cubic-bezier(0.68, -0.75, 0.265, 1.75);
    transition: transform 0.1s cubic-bezier(0.68, -0.75, 0.265, 1.75);
    transition: transform 0.1s cubic-bezier(0.68, -0.75, 0.265, 1.75), -webkit-transform 0.1s cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

.checkbox-styled__icon::before {
    content: "\f00c";
    font-family: fontawesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #fefefe;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #39419c;
    border-radius: 4px;
}

.body-content {
    padding: 10px 30px;
}

.body-content .media-body h5 {
    line-height: 28px;
}

.filter__item.active {
    background: #f1ba1e;
}

.btn-choose-service {
    background: #2368b1e8;
    color: #fff;
    padding: 6px 34px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
}

.btn-choose-service:hover {
    color: #fff;
}

.form-wrapper p {
    font-size: 14px;
    margin-bottom: 0;
}

.modal.show .modal-dialog {
    transform: scale(1) translateY(-50%) !important;
}

.modal .modal-dialog {
    margin: 0 auto;
    top: 50%;
    transform: scale(0.3) translateY(-50%) !important;
    transition: all 0.5s !important;
    transform-origin: 50% 10%;
}

#popup-specifications-2 .modal-dialog {
    max-width: 800px;
}

#popup-specifications-2 .modal-dialog .filter__item {
    width: 74%;
    margin-left: auto;
    margin-right: auto;
}

#popup-specifications-2 .modal-dialog .body-content {
    padding: 30px;
}

a.btn-choose-service.disabled {
    background: #d1d1d1;
    pointer-events: none;
}


@media screen and (max-width: 600px) {

    .repair-services-item {
        margin-bottom: 20px;
    }

    h3.repair-services-title {
        text-align: center;
        font-size: 14px;
        color: #333;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        height: 30px;
    }

    .repair-services-item a img {
        width: 95px;
        height: 95px;
        object-fit: cover;
    }

}


.icon_home {
    margin-top: 20px;
    margin-bottom: 20px;
}

.icon_home .col-6 {
    margin-bottom: 10px;
}


.media-body button.close {
    top: 9px;
    right: 11px;
    position: absolute;
    font-size: 31px;
    color: #ff0000;
    opacity: 2;
}
/*update css 2024 phuonghv*/
.product-list-filter .product-item:not(:nth-of-type(5n)) {
    margin-right: 10px;
}

.product-list-filter .product-item {
    margin-bottom: 10px;
    max-width: none;
    width: calc(25% - 8px);
}
.product-info-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    display: flex;
    flex-flow: column;
    height: auto;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 202px;
    padding: 10px;
    position: relative;
    width: auto;
}
.product-info-container .product-info {
    display: flex;
    flex-flow: column;
    height: 100%;
}
.product-info-container .product-info a {
    color: #444;
}
.block-product-list-filter .product-list-filter .product-item:not(:nth-of-type(5n)) {
    margin-right: 10px;
}
.product-info-container .product-info a .product__image {
    text-align: center;
}
.product-info-container .product-info a .product__image img {
    margin: 10px 0 0;
    width: 260px;
}
.product-info-container .product-info a .product__name {
    margin-top: 5px;
    margin-bottom: 5px;
}
.product-info-container .product-info a .product__name h3, .product-info-container .product-info a .product__name p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 600;
    height: 65px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.block-box-price .box-info__installment {
    background-color: #fef2f2;
    border: 1px solid #d70018;
    border-radius: 5px;
    color: #d70018;
    font-size: 12px;
    margin-bottom: 10px !important;
    padding: 4px 5px;
    width: -moz-fit-content;
    width: fit-content;
}
.block-box-price .box-info__box-price .product__price--percent {
    background-color: #d70018;
    border-radius: 3px;
    height: 26px;
    margin: 0 0 10px 10px;
    width: 80px;
}
.product-info-container .product-info a .block-box-price .box-info__box-price {
    align-items: flex-end;
    color: #444;
    display: flex;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
}
.block-box-price .box-info__box-price {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}
.block-box-price .box-info__box-price .product__price--show {
    color: #d70018;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.product-info-container .product-info a .block-box-price .box-info__box-price .product__price--show {
    font-size: 16px;
}
.product-info-container .product-info a .block-box-price .box-info__box-price .product__price--through {
    font-size: 14px;
}

.product-info-container .product-info a .block-box-price .box-info__box-price .product__price--percent {
    height: 31px;
    left: -15px;
    position: absolute;
    top: -1px;
    width: 80px;
}
.product-info-container .product-info a .block-box-price .box-info__box-price .product__price--percent-detail {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0 0;
    text-align: center;
    width: 100%;
}

.home_product_hot {
    background: #ec1b25f2;
    padding: 10px;
    border-radius: 10px;
}


.col-inner.text-center.product_hot {
    font-size: 22px;
    font-weight: bold;
    color: #fff90b;
}

.sticky-banner .banner-right {
    right: calc(((100vw - 1200px) / 2) - 105px);
    position: fixed;
    top: 195px;
    width: 89px;
    z-index: 1000;
}
.sticky-banner .banner-left {
    left: calc(((100vw - 1200px) / 2) - 95px);
    position: fixed;
    top: 195px;
    width: 89px;
    z-index: 1000;
}


ul.list_document {
    list-style: none;
}

li.content_tailieu {
    background: #31a82eb0;
    padding: 10px;
    border-radius: 10px;
}

li.content_tailieu .title {
    font-size: 25px;
    font-weight: bold;
}

a.btn_order {
    background: #cb7f0d;
    padding: 5px;
    border-radius: 10px;
    font-size: 17px;
    color: #fff;
}



li.content_tailieu {
     background: #31a82eb0;
    padding: 10px;


li.content_tailieu .title {
    font-size: 24px;
    font-weight: bold;
}


ul.list_document .title {
    font-size: 28px;
    font-weight: bold;
}

ul.view_mun {
    display: flex;
    list-style: none;
    margin-left: 0;
}

ul.view_mun li {
    margin-right: 10px;
}

.message-attachments {
    margin: 10px 0;
    background: #c5ffc3;
    border-radius: 10px;
}

.block-textHeader {
    margin: 3px 3px;
    padding: 0;
    font-weight: 400;
    font-size: 17px;
    color: #c65f63;
}
.block--messages .message, .block--messages .block-row {
    color: #141414;
    background: #fefefe;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
}

.file-typeIcon {
    font-size: 50px;
    vertical-align: middle;
    color: #141414;
}

ul.list_document {
    list-style: none;
}



/*End*/