@media (max-width: 1800px) {

}

@media (max-width: 1367px) {
    .home_slider_item,
    .home_slider_item img,
    section#home_banner {
        min-height: 670px;
        height: 670px;
    }
    section#banner_page,
    section#banner_page img {
        max-height: 540px;
        min-height: 540px;
    }
    .wrap-menu ul#mega-menu-mainmenu li a {
        font-size: 14px !important;
    }
    .header_logo img {
        max-width: 330px;
    }
    .home_slider_content h2 {
        font-size: 22px;
    }
    .home_slider_content h1 {
        font-size: 80px;
    }
    .home_category_item a {
        font-size: 16px;
    }
    .title_top {
        font-size: 18px;
    }
    .home_product_title,
    .home_client {
        font-size: 27px;
    }
    section#home_product .owl-prev,
    section#home_product .owl-next {
        width: 40px;
        height: 40px;
    }
    section#home_product .owl-prev i,
    section#home_product .owl-next i {
        font-size: 19px;
    }
}

@media (max-width: 1280px) {
        .container {
        width: 1170px;
    }
}

@media (max-width: 1024px) {
    .header_logo {
        padding: 15px;
    }
    .header_logo h1 {
        font-size: 18px;
    }
    .home_slider_item,
    .home_slider_item img,
    section#home_banner {
        min-height: 500px;
        height: 500px;
    }
    section#banner_page,
    section#banner_page img {
        max-height: 440px;
        min-height: 440px;
    }
    h2.detail_product_name {
        font-size: 30px;
    }
    .detail_product_desc {
        margin-bottom: 20px;
    }
    .container {
        width: auto;
    }
    .wrap-menu ul#mega-menu-mainmenu li a {
        padding: 0px 10px 0px 10px !important;
    }
    h1.title-page {
        font-size: 40px;
    }
    .bresdcrumb {
        font-size: 16px;
    }
    .page_content h1 {
        font-size: 30px;
    }
    .page_content h2 {
        font-size: 28px;
    }
    .page_content h3 {
        font-size: 26px;
    }
    .page_content h4 {
        font-size: 24px;
    }
    .page_contact_wrap {
        grid-template-columns: 1fr;
    }
    .detail_pro_box {
        grid-template-columns: 27% 73%;
    }
    #supportfix {
        right: 20px;
    }
    #supportfix .support_item,
    #supportfix .support_item img {
        width: 50px;
        height: 50px;
    }
    .about-btn a {
        font-size: 16px;
    }
    #owl-new .owl-nav,
    #owl-new .owl-nav.disabled {
        top: -40px;
    }
    .home_form_wrap input[type=submit],
    .form-contact-item input[type=submit] {
        font-size: 18px;
    }
    .form-contact-btn .form-contact-item p::before {
        left: 59%;
    }
    .footer_wrap {
        grid-template-columns: 1fr 1fr;
    }
    .footer_logo img {
        width: 200px;
        height: auto;
    }
    .footer_logo {
        margin: auto 0px;
        padding: 0px 10% 0px 3%;
    }
    .footer_contact {
        padding-left: 0%;
    }
    .footer_contact_title {
        font-size: 14px;
    }
    .content_standard_wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .detail-price {
        font-size: 22px;
    }
    .detail_product_phone {
        font-size: 20px;
    }
    .page_contact_right iframe {
        width: 100%;
        height: 300px;
    }
    .policy_why_title {
        font-size: 44px;
    }
    .policy_why_item {
        font-size: 18px;
    }
    .da_dtk_content {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .aside_item_title a {
        font-size: 16px;
    }
    .footer {
        row-gap: 45px;
    }
    .room_info_item {
        font-size: 14px;
    }
    .home_slider_content h2 {
        font-size: 20px;
    }
    .home_slider_content h1 {
        font-size: 64px;
    }
    .home_category_item {
        padding: 0px 5px;
    }
    .home_category_item a {
        padding: 10px 10px;
        font-size: 14px;
    }
    .home_category_item img {
        height: 30px;
    }
    .home_new_item_title a {
        font-size: 18px;
    }
    .aside-product-wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .project_title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 10px 0px;
    }
    .header_logo {
        padding: 0px;
    }
    .home_slider_item,
    .home_slider_item img,
    section#home_banner {
        min-height: 400px;
        height: 400px;
    }
    section#banner_page,
    section#banner_page img {
        max-height: 340px;
        min-height: 340px;
    }
    .pc {
        display: none;
    }
    .mb {
        display: block;
    }
    i#btn,
    .wrap-header-icon {
        display: block;
    }
    .show_item {
        left: 0% !important;
    }
    .wrap-menu_mobile {
        display: block;
        position: fixed;
        width: 100%;
        max-width: 80%;
        z-index: 9999999999;
        top: 0;
        height: 100%;
        left: -100%;
        transition: 0.2s ease-in-out;
        background-color: #222;
    }
    .header_right {
        grid-template-columns: auto;
        text-align: right;
    }
    .menu_mobile_item {
        width: 100%;
        height: 100%;
        background-color: #222;
    }
    .menu_mobile_path {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0%;
        background-color: #000;
        opacity: 0.5;
        transition: 0.2s ease-in-out;
        top: 0;
        z-index: 999999999;
        display: none;
    }
    .menu_mobile_item div#mega-menu-wrap-mainmenu .mega-menu-toggle {
        display: none !important;
    }
    .menu_mobile_item div#mega-menu-wrap-mainmenu ul#mega-menu-mainmenu {
        display: block !important;
    }
    .wrap-menu {
        display: none;
    }
    .menu_mobile_item div#mega-menu-wrap-mainmenu li a {
        border-bottom: 1px solid #ffffff !important;
    }
    .show_item {
        left: 0% !important;
    }
    .show_item_path {
        right: 0% !important;
        display: block;
        transition: 0.2s ease-in-out;
    }
    .header_logo_white {
        padding: 20px 0px 20px 20px;
        width: 100%;
        height: auto;
    }
    .header_logo_white img {
        width: 100%;
        max-width: 140px;
    }
    .header-search {
        order: 2;
    }
    .wrap-header-icon {
        order: 1;
        margin: auto 0px;
        font-size: 26px;
    }
    .wrap-header-icon svg path {
        fill: #fff;
    }
    ul#mega-menu-mainmenu li a {
        line-height: 40px !important;
    }
    ul#mega-menu-mainmenu li:first-child a {
        padding-left: 10px !important;
    }
    ul#mega-menu-mainmenu li {
        border-right: none !important;
    }
    /* ---------------------------- */
    .home_project_item_detail a {
        font-size: 14px;
    }
    .content_aside_wrap {
        grid-template-columns: 1fr 1fr;
    }
    .detail_pro_box {
        grid-template-columns: 100%;
        row-gap: 35px;
    }
    .post_lq {
        order: 2;
    }
    .container-projects {
        order: 1;
    }
    .home_slider_order a svg {
        margin-top: 1px;
    }
    .home_form_wrap {
        padding: 50px 5% 10px 5%;
    }
    .footer_wrap {
        row-gap: 45px;
    }
    .footer_about {
        padding: 0px 0% 0px 20px;
    }
    #supportfix .support_item,
    #supportfix .support_item img {
        width: 40px;
        height: 40px;
    }
    .header-search.mb {
        padding: 10px;
    }
    .content_standard_wrap {
        grid-template-columns: 1fr 1fr;
    }
    h2.detail_product_name {
        font-size: 24px;
    }
    .detail_product_desc_title {
        font-size: 22px;
    }
    .bresdcrumb {
        font-size: 14px;
    }
    .bresdcrumb i {
        font-size: 11px;
    }
    .page_contact_form .form-contact-btn .form-contact-item p::before {
        left: 60%;
    }
    .policy_why_title {
        font-size: 32px;
    }
    .policy_why_wrap {
        padding: 5%;
    }
    .policy_why_item {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .support_policy h1,
    .support_policy h2,
    .support_policy h3,
    .support_policy h4,
    .support_policy h5 {
        font-size: 20px;
    }
    .detail_product_content ul#pills-tab li.nav-item {
        font-size: 18px;
    }
    .footer_contact,
    .footer_social {
        width: 100%;
    }
    .home_product_title {
        width: 65%;
    }
    .home_product_title h3 {
        font-size: 30px;
    }
    .header_right_wrap {
        display: none;
    }
    .home_slider_content h2 {
        font-size: 18px;
    }
    .home_slider_content h1 {
        font-size: 46px;
    }
    .home_slider_btn a {
        padding: 10px 20px;
        font-size: 15px;
        font-family: 'Inter-SemiBold';
    }
    section#home_banner .owl-carousel .owl-dots .owl-dot.active {
        border: 1px solid #FBB100;
    }
    section#home_banner .owl-carousel .owl-dots .owl-dot {
        height: 2px;
    }
    .home_category_item {
        width: 50%;
    }
    .home_category_wrap {
        row-gap: 10px;
        width: 75%;
        margin: 0px auto;
    }
    .title_top {
        font-size: 16px;
    }
    .home_product_title,
    .home_client {
        font-size: 24px;
    }
    section#home_product .owl-nav.disabled,
    section#home_product .owl-nav {
        top: -115px;
    }
    .footer {
        grid-template-columns: 50% 50%;
    }
    footer#footer .wrap-menu {
        display: block;
    }
    .footer_about {
        margin: 0px;
    }
    .footer_logo img {
        width: 100%;
    }
    header#header {
        position: fixed;
        top: 0;
        z-index: 999999;
        background-color: #ffffff;
        width: 100%;
    }
    section#home_banner,
    section#banner_page {
        margin-top: 81px;
    }

}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
    .header_left {
        display: none;
    }
    .header_wrap {
        flex-wrap: wrap;
        padding: 10px 0px 15px 0px;
        justify-content: center;
        -webkit-wijustify-content: end;
        row-gap: 10px;
    }
    .header_top_left {
        justify-content: center;
    }
    .header_logo img {
        height: auto;
        width: 100%;
    }
    .header-search form input {
        width: 100%;
    }
    .header_menu_wrap {
        grid-template-columns: 22% auto;
    }
    section#banner_page,
    section#banner_page img {
        max-height: 240px;
        min-height: 240px;
    }
    .home_slider_content {
        max-width: 100%;
    }
    h2.home_client_title {
        font-size: 20px;
    }
    .home_project_item {
        width: 100%;
    }
    .footer_form {
        margin-bottom: 20px;
    }
    .footer_name_company,
    .footer_maps_title {
        font-size: 20px;
    }
    .footer_maps {
        width: 100%;
    }
    .footer_address_text {
        font-size: 14px;
    }
    .footer_address_item {
        margin-bottom: 10px;
    }
    h1.title-page {
        font-size: 24px;
    }
    .bresdcrumb {
        font-size: 14px;
    }
    .bresdcrumb i {
        font-size: 10px;
    }
    .page_content h1 {
        font-size: 26px;
    }
    .page_content h2 {
        font-size: 24px;
    }
    .page_content h3 {
        font-size: 22px;
    }
    .page_content h4 {
        font-size: 20px;
    }
    .page_contact_info {
        padding: 15px;
    }
    .aside_item {
        grid-template-columns: 100%;
        border: 1px solid #8282828a;
    }
    .detail_product_box {
        grid-template-columns: 1fr;
    }
    h2.detail_product_name {
        font-size: 24px;
    }
    .detail_product_ma {
        font-size: 22px;
    }
    .form-contact-wrap {
        grid-template-columns: 1fr;
    }
    .form-contact-btn .form-contact-item p::before {
        left: 70%;
    }
    .footer_wrap {
        grid-template-columns: auto;
        row-gap: 30px;
    }
    .footer_about {
        margin: auto 0px;
        padding: 0px 0%;
    }
    .content_standard_wrap {
        grid-template-columns: 1fr;
    }
    .product_price {
        font-size: 18px;
    }
    .contact_info_wrap {
        grid-template-columns: 100%;
    }
    .policy_why {
        grid-template-columns: 1fr;
        row-gap: 0px;
    }
    .support_policy_item {
        row-gap: 10px;
        grid-template-columns: 1fr;
    }
    .da_dtk_content {
        grid-template-columns: 1fr 1fr;
    }
    .detail_product_content ul#pills-tab li.nav-item {
        font-size: 16px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #c9c9c9;
    }
    .detail_product_content ul#pills-tab {
        border-bottom: none;
    }
    .footer_form form input {
        width: 100%;
    }
    .footer {
        row-gap: 30px;
    }
    .footer {
        margin-bottom: 15px;
    }
    .home_product_title {
        width: auto;
    }
    .home_product_cate a {
        padding: 0px 10px;
        font-size: 14px;
        color: #000000;
    }
    .home_product_cate a img {
        display: none;
    }
    .home_product_title h3 {
        font-size: 20px;
    }
    .title_wrap {
        align-items: start;
    }
    .home_product_cate {
        margin: 0px 0px;
    }
    .home_pro_wrap {
        padding: 25px 0px 0px 0px;
    }
    .home_pro_content {
        padding: 15px 15px 15px 15px;
    }
    .home_pro_item_order a {
        font-size: 14px;
        padding: 9px 10px;
    }
    .footer_form form input[type=submit] {
        right: 0px;
    }
    .footer_bottom_wrap {
        font-size: 12px;
    }
    .footer_logo img {
        width: 80%;
    }
    .content_aside_wrap {
        grid-template-columns: 1fr;
    }
    .content_aside_wrap {
        grid-template-columns: 1fr;
    }
    .page_contact_wrap {
        grid-template-columns: 1fr;
    }
    .project_title {
        font-size: 22px;
    }
    .detail_pro_box {
        margin-top: 30px;
    }
    .detail_aside_wrapper {
        grid-template-columns: 100%;
    }
    .project_content {
        font-size: 14px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .tien_nghi_title {
        font-size: 22px;
    }
    .room_info {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }
    .link_title {
        font-size: 22px;
    }
    .content_link_wrap {
        grid-template-columns: 1fr;
    }
    .trai_nghiem_item {
        width: 100%;
    }
    .trai_nghiem_wrap {
        row-gap: 30px;
    }
    .home_slider_content h2 {
        font-size: 14px;
    }
    .home_slider_content h1 {
        font-size: 30px;
    }
    .home_slider_content {
        font-size: 16px;
    }
    .home_slider_btn {
        margin-top: 30px;
    }
    .home_category_item {
        width: 100%;
    }
    .home_category_wrap {
        width: 70%;
    }
    .title_top {
        padding-left: 35px;
    }
    .title_top::after,
    .title_top::before {
        width: 25px;
    }
    .home_product_title,
    .home_client, .category-title {
        font-size: 18px !important;
    }
    section#home_product .owl-nav.disabled,
    section#home_product .owl-nav {
        top: -60px;
        column-gap: 5px;
    }
    section#home_product .owl-prev,
    section#home_product .owl-next {
        width: 30px;
        height: 30px;
    }
    section#home_product .owl-prev i,
    section#home_product .owl-next i {
        font-size: 16px;
    }
    .home_category_item a {
        justify-content: left;
    }
    .home_project_item:last-child,
    .home_project_item:first-child {
        width: 100%;
    }
    .footer {
        grid-template-columns: 100%;
    }
    .footer_logo {
        padding: 0px 0% 0px 0%;
    }
    .footer_map {
        padding: 0px 0px 0px 0px;
    }
    .page_contact_form .form-contact-btn .form-contact-item p::before {
        left: 70%;
    }
    .aside_gallery_item,
    .aside_gallery_item img {
        max-height: 300px;
        min-height: 300px;
    }
    .client_item img {
        top: 0% !important;
        transform: translateY(-0%);
        -webkit-transform: translateY(-0%);
    }
.topbar {
    font-size: 12px;
}
}