/*
Theme Name: cit_product
Author: VT.CIT
Version: 1.1
Text Domain: cit_product

/* =WordPress Core
-------------------------------------------------------------- */
:root {
    --color-primary: #f68f1a;
    --color-dark: #262828;
}
a {
    color: #f68f1a;
}
a:hover,
a:focus {
    color: #d37000;
}
a,
button {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.heading a {
    color: #f68f1a;
}
.heading a:hover,
.heading a:focus {
    color: #222;
}
html {
    height: 100%;
}
body {
    position: relative;
    font-size: 15px;
    color: #111;
    font-family: "Quicksand", sans-serif;
}
.container.container-x-lg {
}
.container.container-x-md {
}
.container.container-x-sm {
}
.container.container-x-xs {
}
.btn-warning,
.bg-warning {
    background-color: #f68f1a !important;
    color: #fafafa;
    border-color: #fc8e11;
}

.resize {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 66.6667%;
}

.resize > .over {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    position: absolute;
    background: transparent;
}
.resize > img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    z-index: 10;
}
.bg-gray {
    background-color: #f8f8f8;
}
.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    margin-top: 1rem;
}
.price {
    color: red;
    font-weight: bold;
    font-size: 1.2rem;
}
.slick-dots li button {
    width: 15px;
    height: 15px;
    background-color: transparent;
    font-size: 0;
    padding: 0;
    border: 2px solid transparent;
    position: relative;
    border-radius: 100%;
}
.slick-dots li button:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-57%, -57%);
}
.slick-dots li button:after {
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 100%;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-53%, -53%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.slick-dots li.slick-active button:after {
    width: 15px;
    height: 15px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-slide img {
    width: 100%;
}
.logo-desktop {
    margin: 15px 0;
    display: block;
}
.logo-desktop img {
    height: 70px;
}

#mainnav.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
#mainnav.navbar-light.bg-light {
    background-color: #fff !important;
}
#mainnav.navbar.fixed-top {
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}

.heading_page.has-bg {
    position: relative;
    color: #fafafa;
    text-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    height: 34vw;
    background: transparent;
    /* background-size: cover; */
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
.header-image.resize {
    padding-top: 33.3333%;
}
.heading_page.has-bg .description,
.home-slideshow .intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 30px;
}
.home-slideshow .image.resize {
    -webkit-animation: zoomImg 60s linear infinite;
    -o-animation: zoomImg 60s linear infinite;
    animation: zoomImg 60s linear infinite;
}
.home-slideshow .slick-dots {
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-slideshow .container {
    max-width: 1000px;
    margin: 0 auto;
}
.home-slideshow .intro {
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
.home-slideshow h2.title {
    font-size: 40px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 10px;
    animation-delay: 0.1s;
}
.home-slideshow desc {
    font-size: 24px;
    line-height: 36px;
    animation-delay: 0.3s;
}
.home-slideshow h2.title,
.home-slideshow .desc {
    text-shadow: 0px 3px 3px rgb(0 0 0 / 40%);
}
.widget_my_widget_recent_postshomepage-widget .btn,
.home-slideshow .btn {
    border-radius: calc(0.65rem + 1.5rem);
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    animation-delay: 0.5s;
    margin-top: 10px;
    border: 0;
}
.home-slideshow .btn:hover {
    background-color: #b5852f;
    color: #fafafa;
}
.home-slideshow .slick-current .btn,
.home-slideshow .slick-current h2.title,
.home-slideshow .slick-current .desc {
    animation-name: fadeInUp;
}
.bootstrap-select .btn-light {
    background-color: #fff;
    border-color: #ced4da;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}
.myblock {
    padding-top: 50px;
    padding-bottom: 50px;
}
.myblock.section-map {
    padding-bottom: 0;
}
.term-header {
    text-align: center;
    margin-bottom: 30px;
}
article .post-image img {
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* wooCommerce */
.woocommerce-page ul.products,
.woocommerce ul.products {
    margin-left: -15px;
    margin-right: -15px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 33.3333%;
}
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
    width: 25%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
    width: 20%;
}
.products .product-inner {
    padding: 10px;
    border-top: 1px solid rgb(0 0 0 / 3%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    -o-transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #fff;
}
.products .product-inner:hover {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.products .product-inner .add_to_cart_button {
    display: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.products div.product .woocommerce-loop-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    height: 42px;
    color: #060608;
    text-align: center;
    font-size: 16px;
}
.woocommerce ul.products li.product .price,
.woocommerce div.products div.product .price {
    margin-bottom: 0;
    color: #f70000;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    display: block;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    border: 1px solid #e3e3e3;
    margin: 3px;
    padding: 1px;
    background: #fff;
    border-radius: 2px;
    width: calc(25% - 4px);
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    border: 1px solid #e3e3e3;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.2rem;
    letter-spacing: 0.29px;
    color: #ce0000;
    font-weight: 700;
    margin-bottom: 10px;
}
.woocommerce div.product span.price {
    font-size: 18px;
    margin: 22px 0 10px;
}

.woocommerce div.product p.price {
    font-size: 30px;
    margin: 34px 0;
}
.woocommerce div.product .price del {
    color: #999;
    font-size: 0.7em;
    order: 2;
    margin-left: 10px;
}
.woocommerce div.product .price ins {
    text-decoration: auto;
}
.woocommerce .products .product a.woocommerce-loop-product__link {
    display: block !important;
}
.price .amount > bdi {
    position: relative;
    padding-right: 10px;
    text-decoration: none;
}
.price .amount > bdi > span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.7em;
}
.variations select.form-control {
    width: auto;
}
.woocommerce .products > div.product {
    text-align: center;
}
.woocommerce .woocommerce-ordering {
    margin: 0;
}
.woocommerce .list-view .woocommerce-loop-product__title {
    margin-top: 0;
}
.woocommerce .list-view a.woocommerce-loop-product__link:before {
    display: table;
    content: "";
}
.woocommerce .list-view a.woocommerce-loop-product__link:after {
    clear: both;
    display: table;
    content: " ";
}

/* End WooC */

.widget_text.homepage-widget2 {
    background: ;
}

.widget_text.homepage-widget2 {
    background: rgb(181, 133, 47, 0.7) url("images/ohui-banner.jpg") no-repeat
        center center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fafafa;
    position: relative;
    z-index: 1;
}
.widget_text.homepage-widget2:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.widget_text.homepage-widget2 .form-group br,
.widget_text.homepage-widget2 label {
    display: none;
}
.widget_text.homepage-widget2 .form-control {
    background-color: rgba(255 255 255 / 0.9);
    border: 1px solid rgb(206, 212, 218 / 0.9);
}
.widget_text.homepage-widget2 .heading {
    margin-bottom: 40px;
}
.widget_my_widget_recent_posts .post-list > .item {
    width: 33.3333%;
    padding: 15px;
}
.widget_my_widget_recent_posts .read-all,
.widget_my_widget_recent_posts .btns {
    display: none;
}
.widget_my_widget_recent_posts article {
    margin-bottom: 0;
}
#menu-primary > .nav-item > a {
    position: relative;
    padding-top: calc(0.5rem + 40px);
}
#menu-primary > .nav-item > a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0.6rem;
    font-size: 30px;
    width: 100%;
    height: 40px;
    text-align: center;
}
#menu-primary > .nav-item.menu-item-trang-chu > a:before {
    content: "\f015";
}
#menu-primary > .nav-item.menu-item-san-pham > a:before {
    content: "\f49e";
}
#menu-primary > .nav-item.menu-item-khuyen-mai > a:before {
    content: "\f0a3";
}
#menu-primary > .nav-item.menu-item-spa > a:before {
    content: "\f5bb";
}
#menu-primary > .nav-item.menu-item-tuyen-dung > a:before {
    content: "\f00e";
}
#menu-primary > .nav-item.menu-item-lien-he > a:before {
    content: "\f0e0";
}
#menu-primary > .nav-item.menu-item-gioi-thieu > a:before {
    content: "\f573";
}
#menu-primary > .nav-item.menu-item-tin-tuc > a:before {
    content: "\f1ea";
}
.header-icon .fas {
    font-size: 40px;
    float: left;
    margin-right: 10px;
    color: #f68f1a;
}
.header-icon {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-top: 30px;
    color: #241e1a;
}
.header-icon strong.hotline {
    font-size: 1.2rem;
    color: #f68f1a;
}
.mini-cart {
    margin-top: 2rem;
    padding-top: 5px;
}
.mini-cart .cart-text {
    display: block;
    position: relative;
    margin-left: 12px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}
.cart-total {
    background-color: #ff0000;
    border-radius: 50%;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    top: -10px;
    right: -5px;
}

.header-section {
    margin-bottom: 30px;
}
.header-section .desc {
    max-width: 720px;
    margin: 0 auto;
}
.header-section .desc {
    position: relative;
    padding-bottom: 10px;
}
.header-section .desc > p {
    margin-bottom: 0;
}
.header-section .desc:after {
    content: "";
    height: 1px;
    background-color: #555;
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 1;
    max-width: 200px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}
.post-list article {
    margin-bottom: 30px;
    box-shadow: 0 1px 2px -1px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 20%);
}
.post-list article .post-intro {
    padding: 10px 20px 15px;
    text-align: center;
}
.post-list article .entry-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.post-list .entry-header {
    height: 44px;
    overflow: hidden;
    margin-bottom: 15px;
}
.post-list .entry-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-list article.relative {
    position: relative;
    z-index: 1;
    animation-delay: 0.1s;
}
.post-list article.relative .entry-title {
    font-size: 24px;
    font-weight: 500;
    animation-delay: 0.5s;
}
.post-list article.relative .post-intro {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
    color: #fff;
    pointer-events: none;
    text-shadow: 2px 2px rgb(0 0 0 / 10%);
}
.post-list article.relative .post-intro:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120%;
    pointer-events: none;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: -1;
    border-radius: 5px;
}
.post-list article.relative .post-intro a {
    color: #fff;
}
.post-image {
    border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.gallery > .gallery-item {
    position: relative;
    width: 100%;
    padding: 15px;
}
.gallery .gallery-icon {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.gallery .gallery-caption {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    padding: 10px;
    text-align: center;
}
.gallery .gallery-icon > a {
    position: relative;
}
.gallery .gallery-icon > a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 100%;
}
.gallery .gallery-icon > a > img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    z-index: 10;
}
.gallery.gallery-columns-6 > .gallery-item {
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}
.gallery.gallery-columns-5 > .gallery-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.gallery.gallery-columns-4 > .gallery-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.gallery.gallery-columns-3 > .gallery-item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.gallery.gallery-columns-2 > .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}
footer#main-footer {
    background-color: #060608;
    color: #fafafa;
}
footer#main-footer .container {
    max-width: 1200px;
}
footer#main-footer a {
    color: #f1f1f1;
}
footer#main-footer a:hover {
    color: #ffc107;
}
.footer-menu {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-menu h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #363636;
}
.footer-menu ul {
    margin: 0;
}
.footer-menu ul > li {
    margin-top: 8px;
    margin-bottom: 7px;
}
.footer-copy .container {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #363636;
    font-size: 0.8rem;
    text-align: center;
    opacity: 0.8;
}
.socials {
    text-align: right;
}
.socials .fa {
    font-size: 25px;
}
.input-group > .input-group-append {
    position: relative;
}
.input-group > .input-group-append > .btn {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.wpcf7-spinner {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 22;
    margin: 0;
}
#main {
    padding-top: 30px;
    padding-bottom: 30px;
}
h1.page-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion.btn {
    background: #fff;
    cursor: pointer;
    padding: 18px 18px 18px 25px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: 1px solid #8d8d8d;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: bold;
}

.wpcf7 label:empty,
.wpcf7 label > br {
    display: none;
}
.wpcf7 textarea.form-control {
    height: 4rem;
}
.single-product .wpcf7 textarea.form-control {
    height: 4rem;
}
#main-header .hotline,
#header-search {
    margin-top: 2rem;
}
#mainnav .navbar-nav > .nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
}
.dropdown-toggle {
    white-space: normal;
}
.dropdown-menu {
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}
.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}
.dropdown-menu .dropdown > a.dropdown-item {
}
.dropdown-menu .dropdown > a.dropdown-item:after {
    display: inline-block;
    float: right;
    margin-top: 0.5em;
    vertical-align: 0.255em;
    content: "";
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
}
.related.products {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.related.products h2,
h2.heading-widget {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: var(--color-primary);
    text-align: center;
}
.homepage-widget {
    padding-top: 40px;
    padding-bottom: 40px;
}
.homepage_sidebar .homepage-widget:nth-child(even) {
    background-color: #f8f8f8;
}
.products.slideshow .product {
    padding: 10px 15px 30px;
}
.products.slideshow .slick-dots {
    bottom: -30px;
}
.products.slideshow .slick-dots li button:before {
    background-color: var(--color-primary);
}
.products.slideshow .slick-dots li button:after {
    border-color: var(--color-primary);
}
h2.heading-widget:before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
h2.heading-widget:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--color-primary);
    bottom: 0;
    left: calc(50% - 20px);
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: inherit;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.checkout.woocommerce-checkout .form-row {
    width: 100%;
    display: block;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: auto;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--color-primary);
}

@media (min-width: 992px) {
    #mainnav .navbar-nav > .nav-item {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}
@media (max-width: 991px) {
    .gallery.gallery-columns-6 > .gallery-item,
    .gallery.gallery-columns-5 > .gallery-item {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-5 li.product,
    .woocommerce-page ul.products.columns-5 li.product {
        width: 50%;
    }
}

.logo-desktop {
    display: inline-block;
    border-left: 6px solid #f68f1a;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        height: 5rem;
    }
    .navbar-brand .logo {
        height: 3.5rem;
        width: auto;
        border-radius: 10px;
    }
    #mainnav.navbar-light .navbar-nav .nav-link {
        color: #fafafa;
    }
    #mainnav.navbar-light .navbar-nav .nav-item:hover > .nav-link,
    #mainnav.navbar-light .navbar-nav .nav-item.active > .nav-link {
        color: #241e1a;
    }
    #mainnav.navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    #mainnav .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    #mainnav .navbar-collapse {
        justify-content: center;
    }
    .admin-bar #mainnav.navbar.fixed-top {
        top: 32px;
    }
    .navbar-has-fixed-top #wapper {
        padding-top: 2rem;
    }

    #mainnav {
        background-color: var(--color-primary) !important;
    }
    .home-slideshow .image.resize {
        padding-top: calc(100vh - 150px);
    }
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 58%;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 38%;
    }
}
@media (max-width: 767px) {
    .navbar-brand .logo {
        height: 60px;
    }
    #form-dat-dv .form-group {
        margin-bottom: 10px;
    }
    .heading_page.has-bg {
        height: 100vw;
    }
    ul.apps-list > li {
        width: 100%;
    }
    .room-list > .item {
        padding-bottom: 20px;
    }
    .socials {
        text-align: center;
        margin-top: 20px;
    }
    .gioi-thieu_sidebar .widget_my_widget_recent_posts .post-list > .item,
    #my_widget_recent_posts-2 .post-list > .item,
    #my_widget_recent_posts-3 .post-list > .item,
    #my_widget_recent_posts-4 .post-list > .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gallery.gallery-columns-6 > .gallery-item,
    .gallery.gallery-columns-5 > .gallery-item,
    .gallery.gallery-columns-4 > .gallery-item,
    .gallery.gallery-columns-3 > .gallery-item,
    .gallery.gallery-columns-2 > .gallery-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .home-slideshow .desc {
        font-size: 15px;
    }
    .home-slideshow .image.resize {
        padding-top: 100%;
    }
    .gioi-thieu_sidebar .widget_my_widget_recent_posts .row.post-list,
    #my_widget_recent_posts-2 .row.post-list {
        width: auto;
    }
    .header-top {
        display: none;
    }
    #mainnav {
        background-color: #fff;
    }
    .widget_my_widget_recent_posts .post-list > .item {
        width: 50%;
    }
    #menu-primary > .nav-item > a {
        padding-top: inherit;
    }
    #menu-primary > .nav-item > a:before {
        display: none;
    }
}

@media (max-width: 577px) {
}
@media (min-width: 576px) {
}

@keyframes zoomImg {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
