p { margin-bottom: 10px; }
.mb-3 { margin-bottom: 20px; }

:root {
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-min: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.text-primary { color: var(--primary-color); }

#masthead, .section.footer {
	background-color: #d7f1ff;
/* 	background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm33.414-6l5.95-5.95L45.95.636 40 6.586 34.05.636 32.636 2.05 38.586 8l-5.95 5.95 1.414 1.414L40 9.414l5.95 5.95 1.414-1.414L41.414 8zM40 48c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zM9.414 40l5.95-5.95-1.414-1.414L8 38.586l-5.95-5.95L.636 34.05 6.586 40l-5.95 5.95 1.414 1.414L8 41.414l5.95 5.95 1.414-1.414L9.414 40z' fill='%237ec8e0' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E") !important; */
}

.bg-section {
	background-color: #d7f1ff;
/* 	background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm33.414-6l5.95-5.95L45.95.636 40 6.586 34.05.636 32.636 2.05 38.586 8l-5.95 5.95 1.414 1.414L40 9.414l5.95 5.95 1.414-1.414L41.414 8zM40 48c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zM9.414 40l5.95-5.95-1.414-1.414L8 38.586l-5.95-5.95L.636 34.05 6.586 40l-5.95 5.95 1.414 1.414L8 41.414l5.95 5.95 1.414-1.414L9.414 40z' fill='%237ec8e0' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E") !important; */
}

.top-divider, .absolute-footer {
    display: none;
}

.wt-separator-outer {
    overflow: hidden;
}

.wt-separator.style-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
	display: inline-block;
    position: relative;
}

.wt-separator .separator-left {
    left: -80px;
}

.wt-separator .separator-left, .wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
	background: var(--primary-color);
}

.wt-separator .separator-right {
    right: -80px;
}

span.dashicons.dashicons-heart {
    line-height: 30px;
    color: var(--primary-color);
}

.title-custom {
    font-family: 'SVN-Darleston', cursive;
    color: var(--primary-color);
    font-size: 34px;
}

@media (min-width: 768px) {
	.row-5 .col.large-2 {
		flex-basis: 20%;
		max-width: 20%;
	}
}

.col-img-custom .box-image {
    border: 3px solid var(--primary-color);
    border-radius: 10px;
}

.col-img-custom .box-image img {
    border-radius: 6px;
}

.col-img-custom .box-text-inner h3 {
    background: #9C27B0;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

/* Áp dụng cho tất cả nút trong Flatsome */
.btn-custom {
	position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
    border-radius: 99px;
    font-size: 0.8em;
    font-weight: 100;
    padding: 4px 35px;
}

/* Tạo lớp phủ chạy từ trái sang phải */
.btn-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--fs-color-alert); /* màu khi hover */
    z-index: -1;
    transition: left 0.4s ease;
}

/* Hover sẽ kích hoạt */
.btn-custom:hover::before {
    left: 0;
}

/* Hover đổi màu chữ để dễ nhìn hơn */
.btn-custom:hover {
    color: #fff !important;
    border: 1px solid var(--fs-color-alert) !important;
}

.post-item .box-blog-post, .post-item .col-inner {
    box-shadow: var(--bs-box-shadow-min);
    border-radius: 10px;
	background: white;
}

.post-item .box-blog-post img.attachment-original {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.post-item .box-blog-post .is-divider {
    display: none;
}

.post-item .box-blog-post .box-text {
    padding: 20px 15px;
}

.post-item .box-blog-post .post-meta {
    font-size: 14px;
    font-weight: 900;
    opacity: unset;
}

.post-item .box-blog-post .cat-label {
    font-size: 12px;
    border-radius: 99px;
    background: var(--primary-color);
    opacity: unset;
    padding: 2px 14px;
    margin: 0;
    color: white;
}


.form-can-ban .col-inner {
    background: white;
    padding: 45px;
    border-radius: 10px;
    box-shadow: var(--bs-box-shadow-min);
}

.form-can-ban input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control {
    border-radius: 5px;
    font-size: 16px;
    height: 45px;
}

input.wpcf7-form-control:focus {
    color: #51596c;
    background-color: #fff;
    border-color: rgb(237 83 102 / 27%);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgb(238 82 103 / 33%);
}

@media (min-width: 768px) {
	.flex-col.left {
        padding-right: 10px !important;
        width: 100%;
    }

    .flex-col.right {
        padding-right: 0px !important;
        padding-left: 10px;
        width: 100%;
    }
}

select.wpcf7-form-control.wpcf7-select {
    border-radius: 5px;
    background-color: white;
    margin: 0;
    font-size: .97em;
    height: 2.507em;
}

@media (max-width: 768px) {
    .flex-row.form-flat.medium-flex-wrap.mb-3 {
        margin-bottom: 0px;
    }
}


span.wpcf7-spinner {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    padding: 0px 25px;
    margin: 0;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control {
    background: white !important;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    border-radius: 5px;
    background: white;
}

.shop-container .col.large-9 {
    border-left: none !important;
    padding-left: 10px;
}

.shop-container .col.large-3 {
    padding-right: 10px;
}

#product-sidebar .box-text.text-left, div#shop-sidebar .box-text.text-left {
    display: none;
}

.title-sidebar {
    background: var(--primary-color);
    padding: 7px 10px;
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
}


#detail_product {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}
.detail-product-box {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: var(--bs-box-shadow);
}

.detail-product-box:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.field-price {
    color: #e74c3c;
    margin: 0;
    font-weight: 900;
}

.field-title {
    font-size: 14px;
    margin-bottom: 0px;
}

.btn-book-now {
	position: absolute;
    right: 3%;
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 99px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
}

.btn-book-now:hover {
    background-color: white;
    color: var(--primary-color);
}

.accordion-item {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}

.accordion-product .accordion-title {
    font-size: 16px;
    border-top: 0;
    border-bottom: 0;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    border-radius: 10px;
}

.accordion-inner {
    display: none;
    padding: 1em 2.3em;
}

.card-border {
    box-shadow: var(--bs-box-shadow);
    border-radius: 5px;
}

.card-border img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.card-border .box-text.text-left {
    padding: 10px 15px;
}

.product-small.box {
    background: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: var(--bs-box-shadow);
}

.product-small.box .box-text.box-text-products {
    padding: 15px 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.product-small.box img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#mega-menu-wrap-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge, #mega-menu-wrap-max_mega_menu_1 button.mega-close, #mega-menu-wrap-max_mega_menu_1 button.mega-toggle-standard { width: 100%; }


#mega-menu-max_mega_menu_1 > li:last-child a {
    border-bottom: 1px solid #3f52b5 !important;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase, .shop-page-title.category-page-title.page-title {
    display: none;
}

.category-page-row {
    padding-top: 40px;
}

#comments, .blog-wrapper.blog-single.page-wrapper .entry-divider.is-divider { display: none; }

.mfp-content {
    background: #3f51b5 !important;
}



