body {
    overflow-x: hidden;
}

#modal_khuvuc .modal-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav-item-user span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-search-header .item-group-addon {
    white-space: nowrap;
    vertical-align: top;
    display: table-cell;
    width: 50px;
    height: 100%;
    max-width: 50%;
}

.form-search-header .item-group-addon .t1 {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.form-search-header .loadcity {
    border: 1px solid #d7d7d7;
    min-width: 150px;
    border-radius: 5px;
    line-height: 38px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 35px 0 10px;

}

.form-search-header .loadcity i {
    position: absolute;
    float: right;
    right: 8px;
    padding-top: 10px;

}

.form-search-header .item-group-content:last-child {
    padding-left: 15px;
}

.form-search-header .item-group-content {
    display: table-cell;
    position: relative;
    height: 100%;
}

.form-search-header input {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 0 15px;
}

.form-search-header .item-group-content {
    width: 30vw;
}

.navbar-right * {
    font-weight: bold;
    color: #7d7d7d;
}

.navbar-right .nav-item {
    font-weight: bold;
    padding-left: 50px;
}

.navbar-right .dropdown-item {
    font-weight: 600;
    font-size: 16px;
    padding: 6px 15px;
}

footer {
    background: #E5E5E5;
}

.icon-footer {
    text-align: center;
    border: 1px solid black;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: black !important;
    margin-right: 15px;
}

#cate-list .item-scene-category {
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
    color: white;
    text-decoration: none !important;
}

#cate-list .item-scene-category .thumbnail img, #cate-list .item-scene-category .thumbnail-img img {
    max-height: 100px;
}

#cate-list svg {
    width: 100%;
    height: 50%;
}

#cate-list .item-scene-category .thumbnail, #cate-list .item-scene-category .thumbnail-img {
    height: 150px;
    overflow: hidden;
    transition: 0.5s;
}

#cate-list .item-scene-category .thumbnail g, #cate-list .item-scene-category .thumbnail path {
    transition: 0.5s;
}


#cate-list .cate-list-row {
    margin-right: 3.6%;
    margin-left: 3.6%;
}

#cate-list .cate-item {
    padding-right: 3.6%;
    padding-left: 3.6%;
}

#cate-list .thumbnail-img {
    background-color: #ffffffb8;
    margin-bottom: 0px;
    text-align: center;
    align-items: center;
    display: flex;
}

#cate-list .thumbnail-img img {
    width: 100%;
}

#cate-list .thumbnail {
    background-color: #8c110aa6;
    margin-bottom: 0px;
    text-align: center;
}

#cate-list .thumbnail-img:hover {
    background-color: #ffffff;
    color: #8c110a !important;
    cursor: pointer;
}

#cate-list .thumbnail:hover {
    background-color: #ffffffa6;
    color: #8c110a !important;
}

#cate-list .thumbnail:hover g {
    fill: white;
    stroke: #8c110a;
}

#cate-list .thumbnail:hover path {
    /*fill: white;*/
    stroke: #8c110a;
}

.scene-list .thumbnail {
    overflow: hidden;

}

.scene-list .thumbnail img {
    transition: 0.3s all ease-in-out;

}

.scene-list .cate-item:hover img {
    transform: scale(1.1);
}

#cate-list svg g, #cate-list svg path {
    /*fill: #b46460;*/
    stroke: white;
}

.navbar-white {
    margin-bottom: 0px;
}

.navbar-white .navbar-toggler {
    pointer-events: none;
}

.navbar-white .navbar-collapse {
    max-width: 100vw;
}

#cate-list {
    min-width: 100%;
    min-height: 700px;
    padding: 0px;
    position: relative;
    background-position: center;
    background-size: cover;
}

#cate-list .owl-carousel .item {
    height: auto;
}

#cate-list .owl-carousel .item img {
    object-fit: cover;
    /*height: 100%;*/
    min-height: 700px;
    object-position: center;
}

#cate-list .owl-carousel .item video {
    min-width: 100%;
    min-height: 700px;
}

#cate-list .features_items {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#cate-list .features_items .lead {
    margin-bottom: 0px;
}

#cate-list .cate-list-row {

}

.scene-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: xx-large;
    font-weight: bold;
    color: #8c110a;
    text-transform: uppercase;
}

.scene-list {
    /*padding-left: 6%;*/
    /*padding-right: 6%;*/
}

.scene-list .cate-item {
    text-transform: capitalize;
    padding-right: 1vw;
    padding-left: 1vw;
    border-radius: 5px;

}

.scene-list .item-scene {
    text-transform: capitalize;
    border-radius: 2px;
    margin-bottom: 20px;

}

.scene-list .item-scene:hover .thumbnail {
    position: relative;
    transform: scale(1.005);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 16px -4px;
    top: -2px;
}

.scene-list .item-scene:hover a {
    color: #DA251D !important;
}


.scene-list .item-scene .thumbnail img {
    height: 15vw;
    max-height: 310px;
    border-radius: 5px;

}

.scene-list .text {
    background-color: #ffffffa6;
    width: 100%;
    display: flex;
    border-radius: 0 0 5px 5px;
    text-transform: capitalize;
}

.scene-list .text a {
    color: rgba(47, 51, 55, 0.7);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none
}

.scene-list .scene-list-row {
    display: flex;
    /*justify-content: center; !* align horizontal *!*/
    align-items: center; /* align vertical */
}


@media only screen and (max-width: 360px) {
    .form-search-header .item-group-addon .t1 {
        display: none;
    }

}

@media only screen and (min-width: 500px) {
    .form-search-header .loadcity {
        padding: 0 35px 0 10px;
        font-weight: 600;
    }

}

@media (max-width: 768px) {
    .scene-list .text {
        height: 15vw !important;
    }

    .scene-list .text a {
        font-size: 2.4vw !important;
    }

    #cate-list .item-scene-category .thumbnail {
        height: 18vw;
    }

    #cate-list svg {
        margin-top: 3vw;
        /*margin-bottom: 5px;*/
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    #cate-list svg {
        margin-top: 3vw;
        margin-bottom: 5px;
    }
}

@media (max-width: 992px) {

    .scene-list .scene-list-row {
        justify-content: center; /* align horizontal */
    }

    .scene-list .item-scene .thumbnail img {
        height: 26.35vw;
    }

    .navbar-right .text {
        display: none !important;
    }

    .navbar-right .nav-item {
        padding-left: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .scene-list .item-scene .thumbnail img {
        height: 20vw;
    }

    #cate-list svg {
        width: 100%;
        height: 50%;
    }

    #cate-list svg {
        margin-top: 2vw;
        /*margin-bottom: 5px;*/
    }

    .navbar-right .nav-item {
        padding-left: 5px;
    }
}


@media (min-width: 1200px) {
    #cate-list svg {
        margin-top: 1vw;
        margin-bottom: 5px;
    }

    #cate-list .cate-item {
        margin-bottom: 2%;
    }
}

@media (max-width: 900px) {
    .nav-item-user span {
        display: none;
    }
}

@media (max-width: 767px) {
    .collapse.navbar-collapse {
        width: 100%;
    }

    .nav-item-user span {
        display: none;
    }

    .scene-title {
        font-size: large;
    }

    .navbar-white {
        height: 77px;
        margin-bottom: 77px;
    }

    .navbar-white .navbar-collapse {
        position: absolute;
        display: block !important;
    }

    .form-search-header .item-group-addon {
        font-size: smaller;
        position: absolute !important;
        top: -65px !important;
        left: 3vw;
    }

    .form-search-header .item-group-content {
        position: relative !important;
        top: 10px !important;
        left: 0 !important;
        width: 60vw;
    }

    .navbar-brand {
        margin-right: 0px;
        padding: 0px;
    }

    .navbar-left {
        padding-left: 0px;
        padding-top: 38px !important;
    }

    .navbar-right {
        flex-direction: inherit;
        position: relative;
        top: 45px;
        right: -15px;
    }

    .nav-item .show {
        position: absolute !important;
        /*z-index: 99;*/
    }

    .form-search-header .loadcity {
        border: 1px solid #d7d7d7;
        min-width: 125px;
        border-radius: 5px;
        line-height: 32px;
        height: 35px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        /*text-align: center;*/
    }

    .navbar-nav .open .dropdown-menu {
        left: auto;
    }
}

.nav-item {
    /*text-decoration: none!important;*/
    /*background-color: white!important;*/
}

.nav-item .nav-link {
    text-decoration: none !important;
    background-color: white !important;
    transition: 0.5s;
}

.nav-item .nav-link * {
    transition: 0.5s;
}

.nav-item .nav-link:hover * {
    color: #8c110a !important;
}

.nav-item .nav-link:hover {
    color: #8c110a !important;
}

.navbar-nav .open .dropdown-menu .dropdown-item:hover {
    color: #8c110a;
    background: #8c110a38;
}

/*#inputAddress:hover {*/
/*    border: 1px solid #8c110a;*/
/*    color: #8c110a;*/
/*}*/
/*.item-group-content input:hover {*/
/*    border: 1px solid #8c110a;*/
/*    color: #8c110a;*/
/*}*/

.navbar-nav .open .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    width: fit-content;
}

#cate-list p {
    margin-top: 5px;
}

.banner-pc {
    display: block !important;
}

.banner-mb {
    display: none !important;
}

@media (max-width: 327px) {
    .navbar-left {
        padding-top: 0px !important;
    }

    .navbar-right {
        top: 10px !important;
    }
}

@media (max-width: 500px) {
    .banner-pc {
        display: none !important;
    }

    .banner-mb {
        display: block !important;
    }

    #cate-list .owl-carousel .item img {
        min-height: auto;
        height: 100vw;
    }

    #cate-list {
        min-height: auto;
    }

    #cate-list .item-scene-category {
        font-size: 13px;
        font-weight: 600;
    }

    #cate-list svg {
        margin-top: 3vw;
        /*margin-bottom: 8px;*/
        width: 100%;
        height: 40%;
    }

    #cate-list p {
        font-size: 3vw;
    }

    .scene-list .text {
        padding: 0 5px;
        height: 12vw !important;
    }

    .scene-list .text a {
        font-size: 14px !important;
    }

    .navbar-right .nav-item {
        padding-left: 10px;
    }

    footer .container {
        padding: 0 15px !important;
    }

    .icon-footer {
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    footer .float-right {
        font-size: 12px;
    }

    footer {
        font-size: 12px !important;
    }

    .scene-list .cate-item {
        text-transform: uppercase;
        padding-right: 1.5vw;
        padding-left: 1.5vw;
        border-radius: 5px;
    }

    .thumbnail {
        margin-bottom: 3vw !important;
    }
}

.site-index .scene-cates {
    font-size: 15px;
    text-decoration: none;
    border: 2px solid silver;
    padding: 5px 10px;
    margin-right: 10px;
    text-align: center;
    color: black !important;
}

.dropdown-menu .scene-cates {
    border: unset;
    margin-right: unset;
}

.site-index .scene-cates.active {
    border: 2px solid #bd1b14;
    background: #DA251D;
    text-align: center;
    color: white !important;
}

.page-item.active .page-link:hover {
    color: #AD3A3A !important;
    background-color: white;
    font-weight: 600;
}

.page-item.active .page-link {
    color: #AD3A3A !important;
    background-color: white;
    font-weight: 600;
}

.page-link {
    border: none !important;
    color: black !important;
    cursor: pointer;
}