body {
    overflow-x: hidden;
}

#modal_khuvuc .modal-content {
    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: 600;
    color: #7d7d7d;
}

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

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

footer {
    background: white;
    color: #666666;
    font-weight: 500;
}

footer a {
    text-decoration: none !important;
    color: #666666;
}

footer a:hover {
    text-decoration: none !important;
    color: #b11016;
}

.icon-footer {
    text-align: center;
    /*border: 1px solid black;*/
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: white !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 {
    min-height: 200px;
}

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

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

#cate-list .item-scene-category .thumbnail g {
    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 {
    background-color: #8c110aa6;
    margin-bottom: 0px;
    text-align: center;
}

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

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

#scene-list .thumbnail {
    overflow: hidden;

}

#scene-list .item-scene {
    transition: 0.3s all ease-in-out;
}

#scene-list .item-scene .code {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #ffffff;
    background: rgba(163, 0, 4, 1);
    opacity: 1;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 14px;
}

#scene-list .item-scene .scene-type-img {
    position: absolute;
    top: 20px;
    left: 35px;
    width: 32px;
    height: 32px;
}

#scene-list .item-scene:hover {
    box-shadow: 0px 3px 8px 0px rgba(20, 27, 52, 0.5);
}

#cate-list svg g {
    fill: white;
}

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

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


#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-bottom: 60px;
    font-size: 64px;
    font-weight: 700;
    line-height: 66px;
    color: #FFA600;
    text-transform: uppercase;
}

main {
    background-image: url('/img/background.png');
    background-size: cover;
}

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

#scene-list .cate-item {
}

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

}

#scene-list .text {
    width: 100%;
    margin-bottom: 20px;
}

#scene-list .item-scene {
    display: block;
    padding: 12px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 3px 8px 0px #141B340A;
    margin-bottom: 30px;
    text-decoration: none;
}

#scene-list .text {
    text-transform: capitalize;
    color: black;
    font-size: 17px;
    font-weight: 500;
}

#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 (max-width: 576px) {
    #scene-list .text {
        height: auto !important;
    }
}

@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 .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: 767px) {
    .scene-title {
        font-size: large;
    }

    .navbar-white .navbar-collapse {
        display: flex !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: absolute !important;
        top: 10px !important;
        left: -80px !important;
        width: 60vw;
    }

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


    .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;
    fill: #8c110a !important;
}

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

.nav-item .nav-link:hover {
    color: #8c110a !important;
    fill: #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: 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: 2.2vw !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;
    }


}

.fa-user-circle:before {
    font-size: 20px;
    padding: 0 5px;
}

.div_header {
    padding: 30px 0px;

}

.div_header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--div-header-before-height);
    background-image: url(/img/vector_header.png);
    background-color: #a30004;
    z-index: -1;
}

.div_header.no-background::before {
    display: none;
}

header .navbar-brand {
    display: none;
}

.hero-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.btn-preheadline {
    padding: 6px 20px;
    border-radius: 8px;
    border: none;
    transition: 0.3s;
    background-color: white;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.btn-preheadline svg {
    margin-right: 5px;
}

.btn-preheadline:hover {
    scale: 1.03;
}

.headline {
    margin-top: 35px;
    color: white;
    text-align: center;
}

.headline .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 72px;
    line-height: 96px;
}

.headline .title .hightlight {
    color: #a30004;
    background-color: #FFC300;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 64px;
}

.headline .sub-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
}

.btn-linkAI {
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 15px 20px;
    border-radius: 8px;
    border: none;
    transition: 0.3s;
    background-color: white;
    color: rgba(176, 0, 0, 1);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.btn-linkAI svg {
    margin-right: 5px;
}

.btn-linkAI:hover {
    scale: 1.03;
}

.owl-item {
    transition: 0.3s;
    scale: 0.7;
}

.owl-item img {
    border-radius: 24px;
}

.owl-item.active.center {
    scale: 1;
}

.banner {
    position: relative;
}

header .navbar {
    border: unset !important;
    border-radius: 10px;
}

#menuToggleBtn, .customMenuDropdown-footer {
    display: none;
}

@media (max-width: 1279px) {
    .nav-item-link {
        display: none !important;
    }

    #menuToggleBtn {
        display: block;
    }

    .headline .title {
        font-size: 64px;
        line-height: 84px;
    }

    .headline .title .hightlight {
        font-size: 56px;
        line-height: 84px;
    }

    .headline .sub-title {
        font-size: 16px;
        line-height: 32px;
    }

    header nav {
        border-radius: 4px;
    }

    header nav {
        width: calc(100dvw - 40px);
        max-width: calc(100dvw - 40px);
        padding: 0 !important;
    }

    header nav .container {
        margin: 0;
        width: calc(100dvw - 40px);
        max-width: calc(100dvw - 40px);
    }

    header nav .container {
        margin: 0;
        flex-wrap: nowrap !important;
    }

    #customMenuDropdown .container {
        flex-wrap: wrap !important;
    }

    #menuToggleBtn {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .nav-login-btn, .nav-user, .nav-lienhe {
        display: none !important;
    }

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

    header nav {
        padding: 0 !important;
    }

    header nav .container {
        margin: 0;
    }

    .customMenuDropdown-footer {
        display: block;
    }
}

@media (max-width: 625px) {
    .headline .title {
        font-size: 34px;
        line-height: 56px;
    }

    .headline .title .hightlight {
        font-size: 26px;
        line-height: 56px;
    }

    .headline .sub-title {
        font-size: 14px;
        line-height: 34px;
        padding: 0px 7px;
    }

    .headline .sub-title br {
        display: contents;
    }

}


#customMenuDropdown {
    border-radius: 0 0 4px 4px;
}

#customMenuDropdown .dropdown-item {
    font-weight: 600;
    padding: 10px;
    font-size: 16px;
}

.dropdown-item.nav-link.active, .dropdown-item.nav-link:hover {
    background-color: unset;
    color: #8c110a !important;
    fill: #8c110a !important;
}