@font-face {
	font-family:Aquawax-Regular;
	src:url("fonts/Aquawax-Regular-trial.ttf");
}
@font-face {
	font-family:Roboto-Regular;
	src:url("fonts/Roboto-Regular.ttf");
}

@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-300.otf') format('opentype');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-400.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-500.otf') format('opentype');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-600.otf') format('opentype');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Gilroy';src:url('fonts/SVN-Gilroy-700.otf') format('opentype');font-weight:700;font-style:normal;font-display:swap}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif !important;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif !important;
}
/*
a {
    color: #ec1f25;
}
a:hover {
    color: #ec1f25;
    text-decoration: none;
}
*/
p {
  
}
img {
	max-width: 100%;
}
.hide {
    display: none!important;
}
.color_white{color:white;}
.base_color {color:#ec1f25;}
.base_color_2 {color:#ef8121;}

.main-img{width: 100%;height: auto;}
.font-bold {
	font-weight: bold;
}
.w100 {
	width: 100% !important;
}
.mg0 {
	margin: 0 !important;
}
.mgl0 {
	margin-left: 0;
}
.mgr0 {
    margin-right: 0;
}
.mgt0 {
    margin-top: 0;
}
.mgb0 {
    margin-bottom: 0;
}
.pd0 {
	padding: 0;
}
.pdl0 {
	padding-left: 0 !important;
}
.pdr0 {
    padding-right: 0 !important;
}
.mt15 {
    margin-top: 15px;
}
.h30 {height:30px;clear: both;}
.h50 {height:50px;clear: both;}
.h100 {height:100px;clear: both;}
.uppercase {
	text-transform: uppercase;
}
.mobile {
	display: none !important;
}
.text-center {
	text-align: center;
}
.cb:after {
	clear: both;
	content: '';
    display: block;
}
.scrollup {
    opacity: 1;
    position: fixed;
    bottom: 35px;
    right: 20px;
    display: none;
    z-index: 999;
}
a.scrollup:hover div {
	background: #386E97 !important;
}
a.scrollup:hover i {
	color: white !important;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.fixedpage-action {
    position: fixed;
    z-index: 9999;
    right: 15px;
    bottom: 65px;
}
.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}
.fixedpage-action .dropdown-menu {
	position: relative !important;
	display: block;
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 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,.15);
    border-radius: 0.25rem;
	box-shadow: none !important;
}
.fixedpage-action .dropdown-menu {
    background: none;
    border-radius: 0;
    border: none;
    min-width: 0;
    width: 50px;
	transition-duration:250ms;
}

.fixedpage-action .dropdown-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 0.2rem 0.35rem rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-bottom: 10px;
}
.fixedpage-action .dropdown-item svg {
    width: 32px;
    height: 32px;
}
.fixedpage-action .dropdown-item span {
    width: calc( 100% - 25px);
    padding-left: 0.5rem;
    line-height: 1.35;
	display:none;
}
.fixedpage-action .dropdown-item b {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-transform: capitalize;
    font-family: var( --ftitle);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.fixedpage-action small {
    display: block;
    clear: both;
    font-size: 12px;
    color: #555;
}
.fixedpage-action .dropdown-item img {
    border-radius:5px;
	width: 32px;
    height: 32px;
}
.fixedpage-action:hover .dropdown-item span {
	display:block;
}
.fixedpage-action:hover .dropdown-menu {
    width: 150px;
}
.back-to-top {
    right: 15px;
}

.header-version-one .navbar-expand-md .navbar-nav .nav-link, .header-version-one .navbar-expand-xl .navbar-nav .nav-link {
    padding: 1.8rem 0.6rem;
}
.woocommerce-page ul.products.columns-3 li.product:nth-child(3n + 1) {
  clear: both;
}
.wedding-listing .img img {
    height: 200px;
	width: 100% !important;
    object-fit: cover;
}
.header-version-one .navbar-brand img {
    height: 78px;
}
.elementor-element-7022966 .owl-carousel .owl-item img {
    height: 680px;
    object-fit: cover;
}
/*
.slider-versin-one .home-slider::after {
	content:none;
}
*/
.elementor-element-3eb0403 .callout-text {
    padding: 5rem;
    max-width: 100%;
}
.top-bar-stripe .social-icons li {
    border-right: none;
}
.btn-hotline {
    border-radius: 50px;
    border: none;
    font-size: 18px;
	background: #800020;	
	border:1px solid #800020;
	text-transform: uppercase;
}
.btn-hotline:hover, .btn-hotline:focus  {
	background: #fff;	
	color:#900020;
	border:1px solid #900020;
}
.elementor-element-befbe4c, .elementor-element-71a913e {
	display:none;
}
.btn-link-default {
    color: var(--weddingdir-color-cyan, #f2a7bf);
}

.header-version-one .navbar-nav .nav-link {
    text-transform: uppercase;
	font-size: 16px;
    font-weight: normal !important;
}


/* Container giữ tỷ lệ khung hình */
.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Ví dụ: tỷ lệ 16:9 */
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    cursor: pointer; /* Biến con trỏ thành bàn tay để gợi ý có thể tương tác */
}

/* Video Player */
.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover; /* Để video full container */
    /* Nếu bạn muốn hiện controls sau khi click, có thể thêm chúng qua JS */
}

/* Nút Play ở giữa */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Căn giữa hoàn hảo */
    background-color: rgba(0, 0, 0, 0.6); /* Nền mờ */
    color: white;
    font-size: 60px; /* Kích thước icon */
    width: 100px;
    height: 100px;
    border-radius: 50%; /* Hình tròn */
    display: flex; /* Dùng flexbox để căn giữa ký tự ▶ */
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Hiệu ứng hover */
    z-index: 10; /* Đảm bảo nút nằm trên video */
}

.play-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Lớp CSS khi video đang phát (để ẩn nút Play) */
.video-container.playing .play-button {
    opacity: 0; /* Ẩn nút */
    visibility: hidden; /* Đảm bảo không tương tác được */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Lớp CSS khi video đang tạm dừng (để hiện nút Play) */
.video-container.paused .play-button {
    opacity: 1;
    visibility: visible;
}

.woocommerce div.product form.cart {
    display: flex;
    gap: 10px;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    width: 100%;
    text-align: center;	
}
/* Thiết lập kiểu dáng chung cho tất cả các nút */
form.cart .button.alt {
    /* Đảm bảo nút hiển thị inline block và dễ tùy chỉnh kích thước */
    display: inline-block; 
    /* Đặt padding để nút có kích thước thoải mái */
    padding: 12px 25px; 
    /* Loại bỏ viền mặc định */
    border: none; 
    /* ⭐ Bo góc (Border Radius) ⭐ */
    border-radius: 12px; 
    /* Phông chữ in đậm */
    font-weight: 700; 
    /* Chữ in hoa */
    text-transform: uppercase; 
    /* Chuyển đổi màu mượt mà */
    transition: all 0.3s ease; 
    /* Kích thước chữ */
    font-size: 16px; 
    /* Khoảng cách giữa các chữ cái */
    letter-spacing: 0.5px;
    /* Đặt khoảng cách giữa hai nút */
    margin-right: 15px; 
    cursor: pointer;
}
/* Kiểu dáng cho nút chính: HẸN ĐẶT CHỖ (Màu #e3717a) */
.btn-dat-cho {
    /* Màu nền chính */
    background-color: #e3717a !important; 
    /* Màu chữ trắng */
    color: #ffffff; 
    /* Thêm một chút bóng đổ nhẹ nhàng */
    box-shadow: 0 4px 8px rgba(227, 113, 122, 0.5); 
}

/* Hiệu ứng HOVER cho nút chính */
.btn-dat-cho:hover {
    /* Tối màu hơn một chút khi hover */
    background-color: #d15f6a; 
    /* Tăng độ bóng */
    box-shadow: 0 6px 12px rgba(227, 113, 122, 0.7); 
    /* Dịch chuyển nhẹ lên trên */
    transform: translateY(-2px); 
}
/* Kiểu dáng cho nút phụ: GỌI TƯ VẤN (Màu #f2a7bf) */
.btn-tu-van {
    /* Màu nền phụ */
    background-color: #800020!important; 
    /* Màu chữ sậm hơn để dễ đọc trên nền nhạt */
    color: #800020; 
    /* Thêm viền màu chính để tạo điểm nhấn */
    border: 2px solid #800020; 
    /* Thêm một chút bóng đổ nhẹ nhàng */
    box-shadow: 0 4px 8px rgba(242, 167, 191, 0.4); 
}

/* Hiệu ứng HOVER cho nút phụ */
.btn-tu-van:hover {
    /* Chuyển sang màu nền chính (nổi bật) khi hover */
    background-color: #d15f6a!important; 
    /* Chuyển màu chữ sang trắng */
    color: #ffffff; 
    /* Tăng độ bóng */
    box-shadow: 0 6px 12px rgba(227, 113, 122, 0.7); 
    /* Dịch chuyển nhẹ lên trên */
    transform: translateY(-2px); 
}

.contact-details-wrap {
    padding: 1rem;
}
.btn-primary:hover {
    color: #fff;
    background-color: #800020;
    border-color: #800020;
}
.slider-versin-one .slider-content .btn {
    text-transform: uppercase;
	background-color: #800020;
    border-color: #800020;
	border-radius: 50px
}
.slider-versin-one .slider-wrap .slider-content .slider-form {
    background: none;
}
.slider-versin-one .slider-wrap .slider-content .slider-form .row {
    gap:15px;
}
.slider-versin-one .slider-wrap .slider-content .slider-form .row .col-md-6 {
    width: 48%;
}
.elementor-element-7f6fbe3 .popular-locations img {
	height:280px;
	width:100%;
	object-fit:cover;
}