/*
 Theme Name:   Nevo Child
 Theme URI:    https://thiepcuoi.xyz
 Description:  Default Nevo child theme
 Author:       Admin
 Author URI:   https://thiepcuoi.xyz
 Template:     nevo
 Version:      0.1
*/



/*--code-thay-doi-chieu-rong-trang--*/
.page-id-6034, .page-id-6658, .page-id-7133{
	width: 45%;
    margin: 0 auto;
}
@media only screen and (max-width: 48em) {
.page-id-6034, .page-id-6658, .page-id-7133{
		width: 100%;
	}
}
/*--end-code-thay-doi-chieu-rong-trang--*/







.pro-album-lightbox{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.95);
display:none;
justify-content:center;
align-items:center;
z-index:9999;
}

.pro-album-wrapper{
width:95%;
max-width:400px;
position:relative;
}

.pro-album-main{
position:relative;
text-align:center;
}

.pro-album-image-wrap{
overflow:hidden;
}

.pro-album-main img{
max-width:100%;
border-radius:8px;
transition:opacity .3s, transform .3s;
cursor:pointer;
}

.pro-album-main img.zoom{
transform:scale(1.6);
}

/* nút đóng nổi trên ảnh */

.pro-album-close{
position:absolute;
    top: 0px;
    right: 0px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    line-height: 1;
    text-align: center;
}

/* mũi tên */

.pro-album-prev,
.pro-album-next{
position:absolute;
top:50%;
transform:translateY(-50%);
font-size:40px;
color:#fff;
cursor:pointer;
padding:10px;
}

.pro-album-prev{ left:-60px; }
.pro-album-next{ right:-60px; }

/* thumbnails */

.pro-album-thumbs{
margin-top:12px;
display:flex;
gap:8px;
overflow-x:auto;
padding-bottom:5px;
}

.pro-album-thumbs img{
width:90px;
height:40px !important;
object-fit:cover;
opacity:.6;
cursor:pointer;
border-radius:4px;
transition:.3s;
}

.pro-album-thumbs img:hover{
opacity:1;
}

.pro-album-thumbs img.active{
opacity:1;
border:2px solid #fff;
}
.boxpro-album-open {
    text-align: center;
}
.pro-album-open{
text-align: center;
    color: #fff;
    margin-bottom: 0px;
    font-size: 50px;
}





/*--css-icon-lien-he-ft--*/
.iconlh2 {
    margin-bottom: 10px;
	display: none;
}
/* Khung tròn */
.boxiconlienhe li {
    width: 48px;
    height: 48px;
    background: #9c3e3e;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
	box-shadow: 0 0 16px 4px rgba(0, 0, 0, .25);
}
/* Icon căn giữa tuyệt đối */
.boxiconlienhe li i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
/* Ẩn icon phụ ban đầu */
.iconlh2 .menuitem1,
.iconlh2 .menuitem2 {
    display: none;
}
/* Reset ul */
.boxiconlienhe ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Khoảng cách icon */
.boxiconlienhe li + li {
    margin-top: 8px;
}
.boxiconlienhe {
    position: fixed;
    bottom: 18px;
    right: 18px;
}
.iconlh1 img {
    width: 48px;
    height: 48px;
	box-shadow: 0 0 16px 4px rgba(0, 0, 0, .25);
    border-radius: 100%;
}
/*--end-css-icon-lien-he-ft--*/




div#ten-file-khach-hang p {
    margin-bottom: 0px;
}
div#ten-file-khach-hang {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    background-color: #f27676;
    border-radius: 30px;
    color: #fff !important;
    padding: 5px 0px;
}
.col-2cotsl ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 20px;
    list-style: none;
    padding: 0;
}
.col-2cotsl p {
    margin-bottom: 0px;
}
.col-2cotsl li {
    width: 100%;
	text-align: center;
}
div#restaurant-field-699 p, div#restaurant-field-700 p {
    margin-bottom: 0px;
}
.tieudefo p {
    margin-bottom: 10px;
	font-weight: bold;
}
.wpcf7-not-valid-tip{
	margin-bottom: -15px;
}
/*-css-hieu-ung-mo-dammay-*/
/* reset trạng thái ban đầu */
.boxtestdammay .content h1,
.boxtestdammay .content h2,
.boxtestdammay .content h3,
.boxtestdammay .content h4 {
    opacity: 0;
    transform: translateY(40px);
    animation: textReveal 1.2s ease forwards;
}

/* delay từng thẻ */
.boxtestdammay .content h1 {
    animation-delay: 0.3s;
}
.boxtestdammay .content h2 {
    animation-delay: 0.6s;
}
.boxtestdammay .content h3 {
    animation-delay: 0.9s;
}
.boxtestdammay .content h4 {
    animation-delay: 1.2s;
}
/* keyframes */
@keyframes textReveal {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.boxtestdammay {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* cả 2 mây đều full màn hình */
.dam-may-left,
.dam-may-right {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    transition: transform 2.8s ease-in-out;
}
/* mây trái */
.dam-may-left {
    background-image: url("https://thiepcuoi.xyz/wp-content/uploads/2026/01/bg-dam-may-mo-left.png");
    transform: translateX(0);
}
/* mây phải */
.dam-may-right {
    background-image: url("https://thiepcuoi.xyz/wp-content/uploads/2026/01/bg-dam-may-mo-right.png");
    transform: translateX(0);
}
/* hiệu ứng mở */
.boxtestdammay.open .dam-may-left {
    transform: translateX(-120%);
}
.boxtestdammay.open .dam-may-right {
    transform: translateX(120%);
}
.boxtestdammay .content {
	padding-top: 20px;
}
.boxtestdammay .content img {
	width: 90%;
    height: auto !important;
    object-fit: cover;
    margin-bottom: 30px;
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}
/*-end-css-hieu-ung-mo-dammay-*/




/*-css-page-intro-*/

/* =========================
   Mobile nhỏ <= 480px
   ========================= */
@media (max-width: 480px) {
    
}

/* =========================
   Mobile lớn 481px - 768px
   ========================= */
@media (min-width: 481px) and (max-width: 768px) {
    
}

/* =========================
   Tablet 769px - 1024px
   ========================= */
@media (min-width: 769px) and (max-width: 1024px) {
    
}

/* =========================
   Desktop nhỏ 1025px - 1280px
   ========================= */
@media (min-width: 1025px) and (max-width: 1280px) {
    
}

/* =========================
   Desktop trung bình 1281px - 1600px
   ========================= */
@media (min-width: 1281px) and (max-width: 1600px) {

}

/* =========================
   Desktop lớn >1600px
   ========================= */
@media (min-width: 1601px) {
  
}

.door-icon {
	position: absolute;   
    width: fit-content;
    height: fit-content;
    cursor: pointer;

	top: 18%;
    left: 14%;
	width: 72%;
	height: 320px;
    overflow: hidden;
	padding: 10px;
}
.door-icon img {
	width: 100%;
	height: auto;
    /*height: 280px !important;*/
	object-fit: fill;
    display: block;
    opacity: 0;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.door-icon img:hover,
.door-icon img:active {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}
.door-icon:hover img {
    opacity: 1;
	/*transform: translate(-50%, -50%) scale(1);*/
	box-shadow: 0 0 20px rgba(255,255,255,0.8);
}

/* BOX MỖI CÁNH */
.door-box {
    position: absolute;
    width: 52%;                  /* mỗi cửa chiếm 50% width */
    height: 100%;
    display: flex;
    justify-content: center;      /* icon căn giữa cửa */
    align-items: center;
    pointer-events: auto;        /* cho phép click trên icon */
}

.door-box-left { left: 0; }
.door-box-right { right: 0; }

/* CÁNH CỬA */
.door {
    position: absolute;
    top: 0;
    width: 97%;
    height: 100%;
    z-index: 2;

    background-size: cover;
    background-position: center;
    transition: transform 3s ease;
}

/* HOVER ICON */
.door-icon img:hover {
    /*transform: translate(-50%, -50%) scale(1.1);*/
    box-shadow: 0 0 20px rgba(255,255,255,0.8);
}

.html, body {
    margin: 0;
    padding: 0;
}
/* BACKGROUND BAO NGOÀI */
.bg-full {
    width: 100%;               /* full chiều ngang */
    height: 100vh;             /* đúng chiều cao màn hình */
    background-image: url(https://thiepcuoi.xyz/wp-content/uploads/2026/01/bg-84hnf6.jpg);
    background-repeat: no-repeat;
    background-size: cover;    /* ảnh phủ đầy, giữ tỉ lệ */
    background-position: center; /* căn giữa ảnh */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* KHUNG CỬA */
.door-wrapper {
	position: absolute;           /* neo theo bg-full */
    top: 23%;                /* cách trên 30% của bg-full */
    left: 29%;               /* cách trái 28% */
    width: 41%;              /* chiều ngang wrapper */
    height: 70vh;            /* chiều cao wrapper */
    display: flex;
    justify-content: space-between;  /* cửa trái/phải cách đều */
    align-items: center;
    pointer-events: none;
}

/* ẢNH CỬA */
.door-left {
    left: 0;
    background-image: url("https://thiepcuoi.xyz/wp-content/uploads/2026/01/canh1-left.png");
}

.door-right {
    right: 0;
    background-image: url("https://thiepcuoi.xyz/wp-content/uploads/2026/01/canh2-right.png");
}

/* MỞ CỬA */
.door-wrapper.open .door-left {
    transform: translateX(-100%);
}

.door-wrapper.open .door-right {
    transform: translateX(100%);
}
.page-id-856{
	width: 100%;
    margin: 0 auto;
}
/*-end-page-intro-*/



.sepageinthiep h1 {
    text-align: center;
    font-size: 30px;
}







/* ===== POPUP ===== */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-box {
    background: #fff;
    width: 90%;
    max-width: 380px;
    padding: 20px;
    border-radius: 14px;
    position: relative;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.popup-close {
    position: absolute;
    top: -10px;
    right: 3px;
    font-size: 30px;
    cursor: pointer;
}

/* ===== CONTENT ===== */
.popup-img {
    width: 100%;
    border-radius: 10px !important;
    margin-bottom: 15px;
}

.phone-number {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.popup-actions {
    display: flex;
    gap: 10px;
}

.popup-actions a {
    flex: 1;
    text-align: center;
    padding: 6px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.copy-phone {
    background: #3498db;
}

.call-phone {
    background: #27ae60;
}





.page-id-492 {
    background: url("/wp-content/uploads/2026/01/bge07d8de61cf3e.jpg") no-repeat center center;
	background-size: cover;
    background-origin: content-box;
    /*background-position: 50% 0%;*/
    background-repeat: repeat;
    background-attachment: scroll;
}

a.btnxemthiep {
    background-color: #1d3854;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
}
.sesionhomelist h3 {
    margin-bottom: -10px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
	font-weight: 600;
}
.sesionwedhome h2 {
    font-size: 18px;
}
.sesionwedhome h1{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sesionwedhome h3{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.sesionwedhome .boxlhhomehead {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
	padding: 10px;
	background-color: #fff;
}
.box3hinh .hinh1 {
    width: 90%;
    margin-left: 10px;
}
.box3hinh .hinh3 {
    width: 90%;
	margin-left: 5px;
}
/* Placeholder màu trắng */
.wpcf7-form-control::placeholder {
    color: #fff;
    opacity: 1;
}
/* Hỗ trợ trình duyệt cũ */
.wpcf7-form-control::-webkit-input-placeholder {
    color: #fff;
}
.wpcf7-form-control:-ms-input-placeholder {
    color: #fff;
}
.wpcf7-submit.has-spinner:hover {
	background-color: #ec3a3a !important;
}
.wpcf7-submit.has-spinner {
	margin-top: -10px;
    width: 100%;
	border-radius: 20px;
	background-color: #f27676 !important;
}
span.wpcf7-spinner {
    display: none;
}
.boxform .wpcf7-form-control {
	width: 100%;
    margin-bottom: 10px;
    border-radius: 20px;
    border: none !important;
    background-color: #f27676 !important;
    color: #fff;
}
.boxform .wpcf7-form-control.wpcf7-radio {
    display: inline-grid;
    text-align: left;
    color: #fff;
	padding: 10px 0px;
	margin-bottom: 0px;
}
.wpcf7-response-output {
    margin-top: 0px !important;
}

/*------------*/
#calendar {
  margin: 20px auto;

}
.calendar-header {
  text-align: center;
  font-size: 30px;
	margin-bottom: 20px;
}
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.bold-day {
  font-weight: 700;
  border: 2px solid #ff4d6d;
  background: #fff0f5;
}
.day {
  aspect-ratio: 1/1;
  background: #f2f2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .25s;
}
.day:hover {
  background: #ddd;
}
.day.active {
  background: #ff4d6d;
  color: #fff;
}
.day.weekend {
  background: #ffecec;
  color: #d60000;
}
.weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #666;
}

.weekdays div {
  padding: 4px 0;
}

.weekdays .sun {
  color: #d60000;
}

/*------------*/

.boxtxtthank h3{
	font-size: 40px;
}
.boxtxtthank h3, .boxtxtthank p {
    margin-bottom: 0px;
}
.boxtxtthank {
    padding: 10px 0px;
}
.boxtxtthank {
    background-color: #fff2f2b8;
	margin-top: 300px;
    margin-bottom: 100px !important;
	padding: 10px 0px 15px 0px;
}
.cssheartlink h1{
	font-size: 22px;
	text-align: center;
}
.cssheart h3{
	font-size: 20px;
    margin-bottom: 0px;
}
.cssheartlink h1::before, .cssheartlink h1::after, .cssheart h3::before, .cssheart h3::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid icon */
    content: "\f004"; /* icon heart */
    color: #e63946;   /* màu tim */
    margin: 0 10px;
    font-size: 18px;
}

.imghopqua {
    width: 30%;
    margin: 0 auto;
    border: 2px solid #f27676;
    border-radius: 100%;
}
/*------*/

.countdown{
    display: flex;
    gap: 12px;
    justify-content: center;
}
.time-box small{
	font-size: 20px;
    font-weight: 200;
}
.time-box{
	background: #fff;
    color: #000000;
    padding: 10px 10px;
    border-radius: 10px;
    text-align: center;
    min-width: 80px;
    border: 1px solid #ff9797;
}
.time-box span{
    display: block;
    font-size: 28px;
    font-weight: 700;
    transition: transform 0.25s ease;
}
/*---------*/



.btnguimung, a.animazoom{
    display: inline-block;
    padding: 5px 28px;
    background: #f27676;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 40px;
    box-shadow: 0 8px 22px rgba(255,122,24,0.4);
	font-size: 12px;
}
.animazoom{
    animation: infiniteZoom 1s linear infinite;
}
@keyframes infiniteZoom{
    0%{
        transform: scale(1);
    }
    25%{
        transform: scale(1.05);
    }
    50%{
        transform: scale(1.1);
    }
    75%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}



.boxdiachi p{
	margin-bottom: 10px;
}
.boxdiachi h3{
	margin-bottom: 0px;
}
.boxdiachi {
	width: 80%;
    margin: 0 auto;
    border: 2px solid #ff9797;
    border-radius: 30px;
    padding: 10px 10px 15px 10px;
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
	    background-color: #fff;
}
.boxleft h3 span {
	background-color: #ffcfcf;
    padding: 5px 20px 5px 20px;
    color: #b10101;
    text-transform: uppercase;
    font-size: 23px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.boxleft {
    text-align: left;
}
.borderleft {
    border-left: 2px solid;
    padding-left: 15px;
	margin-left: 15px;
}
.boxright h3 span {
	background-color: #ffcfcf;
    padding: 5px 20px 5px 20px;
    color: #b10101;
    text-transform: uppercase;
    font-size: 23px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.boxright {
    text-align: right;
}
.borderright {
    border-right: 2px solid;
    padding-right: 15px;
	margin-right: 15px;
}
.sizeimg img {
    width: 40%;
}
.sesion4wedding h4{
    font-size: 15px;
}
.sesion4wedding h3{
	text-transform: uppercase;
    font-size: 28px;
	color: #ff9797;
}
.sesion4wedding h2{
	text-transform: uppercase;
    font-size: 23px;
}
.sesion3wedding h4{
	font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}
.sesion3wedding .trantrong {
    font-size: 30px;
	margin-bottom: 10px;
}
.sesion3wedding h2 {
    font-size: 50px;
    color: #b10101;
}
.thepfont p {
    font-size: 26px;
    line-height: 1;
}
.sesion2wedding h2{
	font-size: 60px;
    color: #ff9797;
}
.sesion2wedding h3{
	font-size: 38px;
}
.sesion2wedding h4 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 0px;
}
.sesionwedhome, .sesion6wedding, .sesion5wedding, .sesion4wedding, .sesion3wedding, .sesion2wedding, .sesion1wedding {
    text-align: center !important;
}
/*---------*/
.ladi-line {
    border-top: 1px solid rgb(1, 1, 1);
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sesion1wedding h1 {
    text-align: left;
	margin-bottom: -20px;
    margin-left: 30px;
	text-transform: uppercase;
    font-size: 30px;
}
.sesion1wedding h2 {
    text-align: right;
	font-size: 90px;
	margin-bottom: 0px;
    color: #ff9797;
	margin-right: 30px;
}
.sesion1wedding h3 {
    font-size: 41px;
	color: #fb7373;
}
.sesion1wedding {
    padding: 15px 15px 15px 15px;
}
body {
    width: 30%;
    margin: 0 auto;
	/*background-color: #000;*/
	position: relative;
    z-index: 10; 
}
/*
@font-face {
 font-family: FzMadinahAuthentic;
 src: url(/wp-content/themes/nevo-child/fonts/FzMadinahAuthentic.ttf);
}*/
@font-face {
 font-family: UVNBucThu;
 src: url(/wp-content/themes/nevo-child/fonts/UVNBucThu.ttf);
}

.fontchu1 {
    font-family: UVNBucThu;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


.page-id-6034{
	width: 100%;
}
.door-icon img {
    height: 130px !important;
}
.door-icon{
		width: 82%;
        height: 155px;
		top: 15%;
        left: 8%;
}
.page-id-856 {
	background-color: #000;
}
.bg-full {
	background-image: url(https://thiepcuoi.xyz/wp-content/uploads/2026/01/bgnenmobile-273hn.jpg);
    background-position: center top;
	height: 100dvh;
        --bg-scale: 100%;
        --bg-pos-x: 50%;
        --bg-pos-y: 50%;

        background-size: var(--bg-scale);
        background-position: var(--bg-pos-x) var(--bg-pos-y);
}
.door-wrapper {
	top: 32%;
    left: 10%;
    width: 83%;
    height: 39vh;
}
.sesionhomelist h3{
	font-size: 13px;	
}
#calendar {
    height: 370px;
}
.sesion1wedding h3 {
	font-size: 34px;
}
.sesion1wedding h2{
	font-size: 70px;
}
body {
    width: 100%;
}
}