﻿body {
    font-family: Arial, sans-serif !important;
}

.hover-line-bottom-animation {
    position: relative;
}

    .hover-line-bottom-animation:after {
        content: "";
        width: 0;
        display: block;
        height: 1px;
        background-color: transparent;
        transition: width 0.3s ease-in-out;
        position: absolute;
        left: 0px;
        bottom: -1px;
    }

    .hover-line-bottom-animation:hover:after {
        width: 100%;
        background-color: #eb1b2e;
    }

.loading {
    position: relative;
    width: 90%;
    padding: 1rem;
    border-radius: 0.8rem;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
}

.loading__skeleton {
    background-image: linear-gradient( 90deg, #ccc 0px, rgb(229 229 229 / 90%) 40px, #ccc 80px );
    background-size: 300%;
    background-position: 100% 0;
    border-radius: inherit;
    animation: shimmer 1.5s infinite;
}

.loading__title {
    height: 15px;
    margin-bottom: 15px;
}

.loading__description {
    height: 100px;
}

@keyframes shimmer {
    to {
        background-position: -100% 0;
    }
}

@media screen and (max-width: 991px) {
    div#map {
        margin-top: 45px !important;
    }
}

div#map {
    margin-top: 150px;
}
/*map*/
.content-show-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-map {
    position: relative;
}

.content-view-map iframe {
    width: 100%;
    height: 100%;
}

.content-show-map .content-view-map {
    display: none;
    height: 100%;
}

    .content-show-map .content-view-map.show {
        display: block;
    }

.section-map div#accordion {
    width: 350px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    pointer-events: auto;
    z-index: 2;
    position: relative;
}

.section-map .card-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

    .section-map .card-header .title-header {
        font-size: 15px;
        font-weight: 700;
    }

.item-map .description {
    padding: 10px 15px 10px;
    border-bottom: 1px solid #ddd;
}

.content-map span.title {
    font-weight: 700;
}



.form-lai-thu .form-group .date-nh {
    position: relative;
}

.form-lai-thu .form-group input {
    border-bottom: 1px solid #ddd;
}

.form-lai-thu .form-group .date-nh:before {
    content: '';
    background-image: url(../../../fashion02/assets/media/icon/timetable.png);
    height: 16px;
    width: 16px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*form lai thu*/
.map-about iframe {
    width: 100%;
    height: 400px;
}

@media (max-width: 576px) {
    .item-about .content-gt .description {
        display: none;
    }

    .item-about .content-gt {
        padding-left: 20px;
        flex-basis: calc(100% - 180px);
        padding-top: 20px;
    }

    .item-about .about-left {
        flex: 0 0 100px;
        max-width: 100px;
    }

        .item-about .about-left img {
            width: 100px;
            height: 100px;
        }

    .item-about {
        margin-bottom: 15px;
    }

    .product-tab.nav .nav-item .nav-link {
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .product-tab.nav {
        border: 0;
        margin: 0 auto 20px;
    }

    .content-show-map {
        position: inherit;
        aspect-ratio: 16/9;
    }

    .section-map div#accordion {
        width: 100%;
        margin-bottom: 20px;
    }

    .video-left {
        margin-bottom: 15px;
    }

    .section-title-about {
        padding: 50px 0 30px 0;
    }

    .title-about {
        font-size: 24px;
        line-height: 1.3;
        padding-left: 20px;
        letter-spacing: 3px;
    }

        .title-about:before {
            width: 4px;
        }

    .title-product {
        font-size: 26px;
    }

    .section-list-product .product-item .du-doan > ul > li > a, .section-list-product .product-item .inner-content .product-rating-price .price span {
        font-size: 11px;
    }

    .content-article-hot {
        padding: 40px 0;
    }

    article.article-item-hot .inner-content .article-title a {
        font-size: 20px;
    }

    .section-title-news .banner-service-article-detail .content-name .article-title-detail {
        font-size: 24px;
    }

    article.banner-service-article-detail {
        padding: 100px 0 30px 0;
    }

    .tab-scoll-top {
        overflow-x: scroll;
    }

    .product-detail-tab > .tab-scoll-top > ul.nav {
        display: flex;
        flex-wrap: nowrap;
        min-width: 880px;
    }

    .product-detail-tab .tab-content .product-title-detail {
        font-size: 22px;
    }

    .title-tu-van-xe {
        font-size: 15px;
    }

    .slogan-product-detail {
        font-size: 16px;
    }

    .product-detail-left .price span {
        font-size: 24px;
    }

    .content-tab-thong-so ul.nav.nav-pills, .content-tab-phu-kien ul.nav {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .content-tab-thong-so .tab-content, .content-tab-phu-kien .tab-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .description-article-top-detail .name {
        font-size: 14px;
        padding-bottom: 25px;
    }

    .description-article-top-detail .description {
        font-size: 13px;
    }

    .list-album-product .album-detail-product {
        width: 100% !important;
    }

    .product-detail-tab > .tab-scoll-top > ul > li > a.nav-link {
        padding-bottom: 10px !important;
    }
}

.btn-submit {
    background: var(--color-main);
    color: var(--white);
    text-align: center;
    border-radius: 5px;
    padding: 0 25px !important;
    height: 36px;
    line-height: 36px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section.container.margin-top-mainbox {
    margin-top: 35px;
}

.form-group-location {
    position: relative;
}

    .form-group-location .has-feedback {
        width: 100%;
    }

    .form-group-location .form-input {
        width: 100%;
        outline: none;
        padding: 6px 10px;
        border: 1px solid #ccc;
        box-shadow: -1px -1px 1px #e2dddd;
    }

.form-icon .btn-submit button {
    padding: 5px 15px;
    font-size: 16px;
    background-color: #414042;
    border-radius: 0px;
}

span.icon-sprite {
    min-width: 10px;
    display: inline-block;
    background-image: url(/images/lien-he/sprites.svg);
    background-repeat: no-repeat;
}

.lists {
    position: absolute;
    z-index: 888;
    background: #efefef;
    width: 100%;
    max-height: 40vh;
    overflow-y: auto;
}

    .lists li {
        cursor: pointer;
        padding: 10px;
        border-bottom: 1px solid #bcbec1;
    }

.thumb {
    margin-right: 20px;
}

.disabled {
    background: #d2d2d2;
    font-weight: bold;
}

.form-control-feedback {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.form-flat .form-control-feedback {
    right: 10px;
}

.form-control-feedback {
    right: 10px;
    top: 14px;
}

.form-icon .form-group {
    display: flex;
    margin-bottom: 15px !important;
}

    .form-icon .form-group .form-group-icon {
        width: 33px;
        height: 33px;
        margin-right: 20px;
    }

    .form-icon .form-group .form-group-input {
        flex: 1;
        position: relative;
    }

        .form-icon .form-group .form-group-input .form-input {
            width: 100%;
            outline: none;
            padding: 6px 10px;
            border: 1px solid #ccc;
            box-shadow: -1px -1px 1px #e2dddd;
        }

.form-icon .btn-submit [type="submit"] {
    color: #fff;
    background: #e82035;
    outline: none;
    border: none;
    border-radius: 2px;
    padding: 5px 15px;
}

    .form-icon .btn-submit [type="submit"]:disabled {
        background: #808285;
    }

.form-icon .form-checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .form-icon .form-checkbox .label-text {
        margin-top: 1px;
    }

.form-icon .has-error-message {
    color: #eb1b2e;
    display: block;
    margin-top: 5px;
}

.form-icon .start-required {
    color: #eb1b2e;
}

.form-flat .form-group {
    display: flex;
    align-items: stretch;
    margin-bottom: 0;
    margin-top: 0;
    min-height: 30px;
}

.form-flat .form-label {
    font-weight: normal;
    margin-bottom: 0px;
    display: flex;
    align-items: flex-end;
}

    .form-flat .form-label .start-required {
        color: #eb1b2e;
        margin-left: 5px;
    }

.form-flat .form-group-icon {
    position: relative;
}

.form-flat .form-input {
    outline: none;
    width: 100%;
    border-width: 0 0 1px 0;
    transition: border-color ease-in-out 0.2s;
    border-color: #bcbec0;
    padding: 11px 30px 0px 10px;
}

    .form-flat .form-input:focus {
        border-color: #c18f8f;
    }

.form-flat textarea.form-input {
    border-width: 1px;
    border-style: solid;
}

.form-flat .form-checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 11px 10px 0px;
}

    .form-flat .form-checkbox .label-text {
        flex: 1;
        margin-left: 10px;
        margin-top: 3px;
    }

.form-flat .form-group-submit {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
}

    .form-flat .form-group-submit .btn-submit {
        color: #fff;
        background: #e82035;
        outline: none;
        border: none;
        border-radius: 2px;
        padding: 8px 15px;
    }

        .form-flat .form-group-submit .btn-submit:disabled {
            background: #808285;
        }

.form-flat .form-message-error {
    color: #eb1b2e;
}

.form-icon-flat .field {
    display: flex;
    width: 100%;
}

    .form-icon-flat .field .icon {
        flex-basis: 50px;
        display: flex;
        align-items: flex-end;
    }

    .form-icon-flat .field:not(:last-child) {
        margin-bottom: 10px;
    }

    .form-icon-flat .field .input-field {
        flex: 1;
    }

.form-icon-flat .form-input {
    outline: none;
    width: 100%;
    border-width: 0 0 1px 0;
    transition: border-color ease-in-out 0.2s;
    border-color: #bcbec0;
    padding: 2px 10px;
}

    .form-icon-flat .form-input:focus {
        border-color: #c18f8f;
    }

.form-icon-flat .group-submit {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.form-icon-flat .form-message-error {
    color: #eb1b2e;
    margin-top: -10px;
    margin-bottom: 10px;
}

#btnSubmit:disabled {
    opacity: 0.5; /* Đặt độ mờ khi nút bị vô hiệu hóa */
}