@import "color.css";
/* @import "css/slick.css"; */
/*
Theme Name: ViAn New
Theme URI: https://nhahangvian.com
Description: WordPress themes for nhahangvian.com
Author: Khuong
Author URL: https://nguyentrungkhuong.com/
Version: 1.0
*/
@font-face {
    font-family: 'iCielBCDowntown-Regular';
    src: url('../fonts/iCielBCDowntown-Regular.woff2') format('woff2'),
    url('../fonts/iCielBCDowntown-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'iCielBCDowntown-Regular';
    src: url('../fonts/iCielBCDowntown-Regular.woff2') format('woff2'),
    url('../fonts/iCielBCDowntown-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SF-Pro-Display-Black.woff2') format('woff2'),
    url('../fonts/SF-Pro-Display-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SF-Pro-Display-Heavy.woff2') format('woff2'),
    url('../fonts/SF-Pro-Display-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SF-Pro-Display-Medium.woff2') format('woff2'),
    url('../fonts/SF-Pro-Display-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SF-Pro-Display-MediumItalic.woff2') format('woff2'),
    url('../fonts/SF-Pro-Display-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
body {
    font-family: var(--primary-font) !important;
    font-weight: 500 !important;
}
#main {
    background: #fff2ee;
    position: relative;
    flex: 1;
    z-index: 1;
}
.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}
#main:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/images/noise-black.png");
    background-size: 500px;
    opacity: 0.5;
}
#main-content {
    position: relative;
    z-index: 1;
}
.container {
    max-width: 100% !important;
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px !important;
    }
}
.full {
    width: 100%;
    display: block;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--secondary-font);
    letter-spacing: 1.2px;
}
.primary-font {
    font-family: var(--primary-font) !important;
    font-weight: 500 !important;
}
.secondary-font {
    font-family: var(--secondary-font) !important;
    font-weight: normal !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.form-control:focus {
    border-color: #6e453b;
    box-shadow: 0 0 0 0.25rem rgba(121, 85, 72, 0.25);
}
.section-gap {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.section-gapBottom {
    padding-bottom: 4rem;
}
.section-gapTop {
    padding-top: 4rem;
}
.w-40px {
    width: 40px;
}
.h-40px {
    height: 40px;
}
.lh-1 {
    line-height: 1 !important;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    max-height: 40px;
}
.navbar {
    padding: 9px 0 !important;
    --bs-navbar-color: rgba(110, 69, 59, 0.55);
    box-shadow: 0 0.5rem 1rem rgba(110, 69, 59, 0.1), inset 0 -1px 0 rgba(110, 69, 59, 0.2);
}
#navbarMain .nav-link {
    padding: 0 0.75rem;
    margin: 0 10px;
    transition: all .2s ease-in-out !important;
    color: #ffffff;
    font-size: 1.5rem;
    font-family: var(--secondary-font);
}
#navbarMain .nav-link span {
    position: relative;
    top: 1px;
}
#navbarMain .nav-link.active, #navbarMain .nav-link:hover {
    color: var(--logo-color);
    cursor: pointer;
}
.wide-banner {
    height: 30vh;
    min-height: 300px;
    max-height: 500px;
    position: relative;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wide-banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 237, 233, 0.7);
    z-index: 9;
}
.wide-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/images/noise-black.png");
    background-size: 500px;
    opacity: 0.5;
    z-index: 10;
}
.wide-banner .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    color: var(--bs-primary);
    width: 90%;
    max-width: 1320px;

}
.title-bg-image:after {
    content: '';
    width: 320px;
    height: 100%;
    left: 50%;
    bottom: -38%;
    background-image: url("/assets/images/bottom-title.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    transform: translate(-50%, 0);
}
.title-bg-image {
    position: relative;
}
.title-bg-image span {
    position: relative;
    z-index: 12;
}
.wpcf7 p {
    margin: 0 !important;
}
.wpcf7-spinner {
    margin: 15px auto 0 auto;
    display: none;
}
form.submitting .wpcf7-spinner {
    display: block !important;
}
.wpcf7-response-output {
    margin: 0 !important;
    padding: 0.5em 1em !important;
    border-radius: 0.25rem !important;
    text-align: center;
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border: 1px solid palevioletred;
}
.wpcf7-form-control {
    padding: .5rem 1rem;
    font-size: 1.2rem;
}
.wpcf7-submit, .wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active {
    background-color: transparent !important;
    background-image: url("/assets/images/btn-submit.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 2rem;
    padding: 15px 40px 15px 30px;
    color: #e4ccac !important;
    transition: all 0.25s;
}
.wpcf7-submit:hover {
    color: #ffffff !important;
}
.product-item {
    -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

    border-radius: 0.35rem;
    overflow: hidden !important;
    position: relative;
}
.hover-cursor-pointer:hover {
    cursor: pointer !important;
}
.product-thumb {
    transition: all 0.15s;
}
.product-item:hover .product-thumb {
    transform: scale(1.2);
}
.back-img {
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.back-img-contain {
    display: block;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.back-img img, .back-img-contain img {
    display: none !important;
}
.back-img-square {
    padding-bottom: 100%;
}
.back-img-menu {
    padding-bottom: 141.337630943%;
    height: 0;
}
.back-img-rectangle {
    padding-bottom: 58%;
    height: 0;
}
.back-img-rectangle-home {
    padding-bottom: 38%;
    height: 0;
}
.product-bottom {
    background: #e4ccac;
    text-align: center;
    padding: 20px 10px;
}
.product-title a {
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}
.product-title a:hover {
    color: #6e453b;
}
.product-price {
    margin-bottom: 15px;
    font-weight: bold;
    color: #6e453b;
    font-size: 20px;
}
.add-to-cart {
    margin: 0 auto;
    border: 2px solid #6e453b;
    border-radius: 0.25rem;
    padding: 6px 10px;
    transition: all 0.15s;
}
.btn-main-outline {
    border: 2px solid #6e453b;
    border-radius: 0.25rem;
    padding: 10px 16px 6px;
    transition: all 0.15s;
    color: #6e453b;
}
.add-to-cart:hover {
    background: #6e453b;
    color: #FFFFFF;
}
.btn-main-outline:hover {
    background: #6e453b;
    color: #FFFFFF;
}
.pagination .wp-pagenavi {
    display: flex;
    padding: 0;
    justify-content: start;
}
.pagination a, .pagination span {
    padding: 0.375rem 0.75rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #6e453b;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-width: 40px;
    text-align: center;
}
.pagination span {
    color: #000;
    pointer-events: none;
    background-color: #fff;
    border-color: #6e453b;
}
.pagination .wp-pagenavi > *:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}
.pagination .wp-pagenavi > *:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}
.pagination .wp-pagenavi > *:not(:first-child) {
    margin-left: -1px;
}
.pagination .current, .pagination a:hover {
    background: #e4cdac;
    color: #6e453b;
}
.product-menu a {
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.15s;
}
.product-menu a:hover, .product-menu a.active {
    background: var(--bs-primary) !important;
    color: #FFFFFF !important;
}
.error-image {
    width: 40%;
    max-width: 300px;
}
#footer {
    color: #FFFFFF;
}
#footer a {
    color: #FFFFFF;
}
#footer a:hover {
    color: var(--bs-light);
}
#copyright {
    border-top: 1px solid #7e564d;
    padding-top: 1rem;
}
.menu-footer div:not(:last-child) a {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #7e564d;
}
.single-album-wrap {
    width: 100%;
    max-width: 636px;
}
.product-price-single {
    font-size: 30px;
    font-weight: bold;
    color: var(--bs-primary);
}
.the_content * {
    max-width: 100%;
}
.the_content img {
    max-width: 100%;
    height: auto;
}
.aligncenter {
    display: block;
    margin: 1rem auto;
}
.alignleft {
    float: left;
    margin-right: 1rem;
}
.alignright {
    float: right;
    margin-left: 1rem;
}
.the_content h2, .the_content h3, .the_content h4 {
    display: block;
    margin-top: 10px;
    margin-bottom: 6px;
    color: var(--bs-primary);
    font-weight: 700;
}
.tagcloud {
    margin: 0 -10px;
}
.tagcloud a {
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    margin: 10px;
    transition: all .15s ease-in-out !important;
    border-radius: 0.25rem;
    font-family: var(--secondary-font);
    color: #6e453b;
    background: #eeeeee;
}
.tagcloud a:hover {
    color: #6e453b;
    background: #e4cdac;
}
#breadcrumb {
    color: rgba(255,255,255,0.8);
}
#breadcrumb a {
    text-decoration: none;
    color: #e4ccac;
}
#breadcrumb a:hover {
    color: #FFFFFF;
}
.short_desc {
    padding: 15px;
    border-radius: 0.35rem;
    background: #eeeeee;
}
.short_desc ul {
    padding: 0;
}
.short_desc > *:last-child {
    margin: 0;
}
.short_desc ul li {
    list-style: square;
    list-style-position: inside;
}
.btn .spinner-border, .add-to-cart .spinner-border {
    display: none;
}
.btn.active .spinner-border, .add-to-cart.active .spinner-border {
    display: block;
}
.bg-main-rgb {
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important;
}
.toast {
    --bs-toast-max-width: 500px;
}
.offcanvas {
    z-index: 999999;
}
.cart-item {
    list-style: none;
    padding: 0 30px 10px 70px;
    min-height: 70px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
}
a.remove, a.icon-remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
    transition: all 0.15s;
}
a.remove:hover, a.icon-remove:hover {
    color: red;
}
.cart-item .remove {
    position: absolute;
    right: 0px;
    z-index: 9;
}
.cart-item a.thumb {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.3;
    color: var(--bs-primary);
}
.cart-item a.thumb img {
    border-radius: 0.35rem;
    top: 0;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.cart-item .qty {
    display: block;
    margin-top: 3px;
    font-size: .85em;
    opacity: 0.6;
    white-space: nowrap;
    vertical-align: top;
}
.cart-total {
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
}
.cart-table {
    background: #eeeeee;
    border-radius: 0.35rem;
    overflow: hidden;
}
.cart-table-head {
    background: #ddd;
    padding: 10px;
}
.cart-table-item {
    padding: 8px 10px;
}
.cart-table-item:nth-child(even) {
    background: #ddd;
}
.cart-table-footer {
    padding: 10px;
    background: #cccccc;
}
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    opacity: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    opacity: 0;
}
.cart-table-item .form-control.qty {
    width: 45px;
    min-width: 45px;
    flex: inherit;
    text-align: center;
}
#offcanvasRight .offcanvas-header {
    background: #e4cdac;
}
.open-cart {
    position: relative;
    display: table;
}
.open-cart i {
    color: #6e453b;
}
.open-cart span {
    position: absolute;
    top: 0;
    right: 0;
    background: #6e453b;
    color: #e4cdac;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    transform: translate(50%, -25%);
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-item {
    margin: 1rem 0;
    background: #fafafa;
}
.new-item:nth-child(even) {
    background: #eee;
}
.wp-caption-text {
    background: #eeeeee;
    padding: 1rem;
}
.block-title a:hover {
    color: #000000;
}
.product-thumb-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product-thumb-wrap .product-thumb {
    position: absolute;
    left: 0;
    top: 0;
}
.product-thumb-wrap-square {
    padding-bottom: 100%;
}
body.error404 #main {
    display: flex;
    align-items: center;
}
.hover-cursor-zoom-in {
    cursor: zoom-in;
}
.album-item .back-img {
    transition: all 0.2s;
}
.album-item .back-img:hover {
    -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    opacity: 0.9;
}

.testimonial-description {
    position: relative;
    z-index: 2;
    background-color: transparent;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    max-width: 600px;
    margin: 1rem auto;
}
.testimonial_image {
    height: 100px;
    width: 100px;
    margin: auto;
}
.testimonial_image > img {
    border-radius: 50%;
    width: 100%;
}
.testimonial_text > p {
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 14px;
}
.admin_text > h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}
.admin_text > p {
    font-weight: 500;
    margin-bottom: 0;
}
.p-inner-m-0 p {
    margin: 0;
}
.footer_extra_info_title {
    color: #d4c1a1;
}
.btn-icon {
    position: relative;
}
.btn-icon > i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.row.row-half, .row-half .row {
    margin-right: calc(-.25 * var(--bs-gutter-x));
    margin-left: calc(-.25 * var(--bs-gutter-x));
}
.row.row-half .row > *, .row.row-half > * {
    padding-right: calc(.25 * var(--bs-gutter-x));
    padding-left: calc(.25 * var(--bs-gutter-x));
}
.row-y > * {
    padding-top: calc(.5 * var(--bs-gutter-x));
    padding-bottom: calc(.5 * var(--bs-gutter-x));
}
.h-third-two {
    height: 66.6666666667%;
}
.h-third-one {
    height: 33.3333333333%;
}
.album_type_highlight {
    position: relative;
}
.album_type_highlight .container {
    position: relative;
    z-index: 20;
}
.album_type_highlight:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/noise-black.png');
    background-size: 500px;
    opacity: 0.3;
    z-index: 1;
}
/* .album_type_highlight:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/custom-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
} */
.album_type_highlight:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/custom-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}
.bg-about {
    position: relative;
}
.bg-about .container {
    position: relative;
    z-index: 20;
}
.bg-about:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/noise-black.png');
    background-size: 500px;
    opacity: 0.3;
    z-index: 1;
}
.bg-about:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/bg-about-2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}
.youtube-wrap, .map-wrap {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 56.2557077626%;
    margin: 1.5rem 0 !important;
}
.youtube-wrap {
    max-width: 80%;
    margin: 1.5rem auto !important;
    padding-bottom: calc(0.8 * 56.2557077626%);
}
.youtube-wrap > *, .map-wrap > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.the_content h1, .the_content h2 {
    color: var(--bs-primary);
    font-size: 2rem;
}
.the_content_contact a {
    color: #000000;
}
.the_content_contact a:hover {
    color: var(--bs-primary);
}
.the_content p {
    margin-bottom: 10px;
}
.home-slide.slick-single {
    padding-bottom: 38%;
    height: 0;
}
.slick-about.slick-single {
    padding-bottom: 58%;
    height: 0;
}
.am_thuc .row > div {
    margin-top: calc(var(--bs-gutter-x) * 1);
    margin-bottom: calc(var(--bs-gutter-x) * 1);
}
.am_thuc .row > div:nth-child(even) .am_thuc_item {
    display: flex;
    flex-direction: column-reverse;
}
.am_thuc .row > div:nth-child(odd) .am_thuc_img {
    margin-bottom: calc(var(--bs-gutter-x) * 0.7);
}
.am_thuc .row > div:nth-child(even) .am_thuc_img {
    margin-top: calc(var(--bs-gutter-x) * 0.7);
}
.am_thuc_img img {
    max-width: 85% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* Slick dots general styles */
.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}
.slick-dots li {
    margin: 0 14px;
    display: block;
}
.slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #e4cdac;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}
.slick-dots li button:before {
    content: '';
    display: none;
}
.slick-dots li.slick-active button {
    background: #6e453b;
}
.slick-dots li button:hover {
    background: #6e453b;
}
/* Slick-3 specific styles */
.slick-3 .slick-dots {
    position: static;
    margin-top: 10px;
}
.slick-3 .slick-dots li {
    margin: 0 5px;
}
.slick-3 .slick-dots li button {
    background: #6e453b;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.slick-3 .slick-dots li button:before {
    content: '';
    display: none;
}
.slick-3 .slick-dots li.slick-active button {
    background: #6e453b;

} .slick-3 .slick-dots li button:hover {
    background: #6e453b;
}
.slick-3 .slick-track {
    display: flex !important;
}
.slick-3 .slick-slide {
    margin-top: auto;
}
.slick-3-wrap {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
}
.slick-3-item {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.slick-3 img {
    max-width: 400px !important;
    margin: 0 auto;
    width: 90% !important;
}
.slick-3-item.slick-3-item-1 img {
    width: 100% !important;
}
.mw-900px {
    max-width: 900px;
}
.text-hover-primary:hover {
    color: var(--bs-primary) !important;
}
.video-item a {
    position: relative;
    overflow: hidden;
}
.video-item i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
    color: #FFFFFF;
    font-size: 3rem !important;
    transition: all 0.25s;
}
.col-12 .video-item i {
    font-size: 5rem !important;
}
.video-item a.back-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all 0.25s;
    transform: scale(0.9);
}
.video-item:hover a.back-img:after {
    opacity: 1;
    transform: scale(1);
}
@media (min-width: 1600px) {
    body.home .py-5 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    .am_thuc_item {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1199px) {
    body.page .title {
        font-size: calc(1.375rem + 1.5vw)!important;
    }
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    /* ALBUM */
    .item-album-1 {
        height: 30vh;
        min-height: 300px;
    }
    .item-album-1 .back-img {
        padding: 0 !important;
        height: 100%;
    }
    .item-album-2-3-4, .item-album-5-6-7 {
        height: 50vh;
        min-height: 500px;
    }
    .h-third-two, .h-third-one {
        height: 50%;
    }
    /* ALBUM */
    .cart-product-info {
        padding: 7px;
        background: #ffffff;
        border-radius: 0.25rem;
    }
    .product-title a {
        font-size: 15px;
    }
    #navbarMain > ul {
        margin-bottom: 14px !important;
        border-top: 1px solid rgba(var(--bs-light-rgb), 0.1);
    }
    #navbarMain {
        position: absolute;
        top: 54px;
        z-index: 9999;
        background: var(--bs-primary);
        width: 100%;
        left: 0;
        padding: 0 calc(var(--bs-gutter-x) * .5) 14px;
        box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    }
    #navbarMain .nav-link {
        padding: 8px 0;
        margin: 0 !important;
        border-bottom: 1px solid rgba(var(--bs-light-rgb), 0.1);
    }
    .navbar-toggler i {
        transition: all 0.25s;
    }
    .navbar-toggler.collapsed i:before {
        content: "\f479" !important;
    }
    .wpcf7 .flex-grow-1 {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .product-title a {
        font-size: 14px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .home-slide.slick-single {
        padding-bottom: 50%;
        height: 0;
    }
    .back-img-rectangle-home {
        padding-bottom: 50%;
    }
    .back-img-contain {
        background-size: cover;
    }
}