html {
    height: 100%;
}

html * {
    font-family: 'Montserrat';
}

body {
    background-color: #f7f8fa;
}

.textt, .mtt-auto {
    position: absolute;
}

footer {
    /* position: fixed;
    bottom: 0; */
    font-size: 15px;
}

#login-form {
    font-size: 16px;
}

div .text-muted {
    font-size: 35px;
}

.user-profile-form {
    font-size: 18px;
    margin-left: 15%;
    margin-right: 15%;
}

#yii-debug-toolbar {
    display: none !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-xl-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 100%;


}

.col-xs-5ths {
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        max-width: 20%;
    }
}

@media (min-width: 1440px) {
    .col-lg-5ths {
        max-width: 20%;
    }
}

.validate-city, .validate-district, .validate-ward {
    color: #AD3A3A;
    font-style: italic;
    font-size: 12px;
}

#btn-submit-datmua {
    background: rgb(140, 17, 10);
    float: right;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.vietnamese-local {
    padding-top: 8px;
    padding-bottom: 5px;
}


.validate-local {
    color: #AD3A3A;
}

.city, .district, .ward {
    color: black;
}

.text-color-local {
    color: black;
}

#btn-submit-datmua {
    font-size: 14px;
}

#inputAddress {
    cursor: pointer;
}

.nav-link.active {
    font-weight: 600;
}

.site-index {
    margin-top: 80px;
}

.scene-cate-link {
    display: flex;
    text-align: center;
    border: 1px solid #BEBEBE;
    border-radius: 8px;
    padding: 10px 18px;
    text-decoration: none !important;
    color: black !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}

.scene-cate-link.active, .scene-cate-link:hover {
    background-color: #AD3A3A;
    color: white !important;
}


.pagination .page-item .page-link {
    color: #AD3A3A !important;
    padding: 10px 15px !important;
}

.pagination .page-item.active .page-link {
    color: white !important;
    background-color: #AD3A3A !important;
    border-color: #AD3A3A;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.form-control {
    height: 48px;
    border-radius: 8px;
}

.custom-control-input, .custom-control-label::before, .custom-control-label::after {
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #AD3A3A !important;
    background-color: #AD3A3A !important;
}

.custom-control-label {
    margin-right: 5px;
}

.banner .owl-carousel .owl-item img {
    height: 100px;
}

@media (min-width: 375px) {
    .banner .owl-carousel .owl-item img {
        height: 197px;
    }
}

@media (min-width: 650px) {
    .banner .owl-carousel .owl-item img {
        height: 333px;
    }
}

@media (min-width: 1280px) {
    .banner .owl-carousel .owl-item img {
        height: 530px;
    }
}

.dropdown-item.active {
    background-color: #a30004 !important;
}

.dropdown-item.active * {
    color: white !important;
}

.login-form {
    width: 90dvw;
}

@media (min-width: 448px) {
    .login-form {
        width: 448px;
    }
}

@media (max-width: 768px) {
    .scene-title {
        font-size: 48px !important;
    }
}

@media (max-width: 575px) {
    .site-index {
        margin-top: 0px;
    }

    .scene-title {
        font-size: 32px !important;
    }

    .scene-title {
        font-size: 32px !important;
    }

    #scene-list .item-scene .thumbnail img {
        height: 222px;
    }
}

#scene-list .text {
    min-height: 48px !important;
    height: auto !important;
    margin-bottom: 0px !important;
}