/**
 * Theme Name:     Nocodevn
 * Author:         Nocodevn
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Theme Build by Dai
 * Theme URI:      https://nocodevn.dev/
 * Author URI:     https://nocodevn.dev/
 * Version:        05.2026
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://nocodevn.dev/
 */

@font-face {
    font-family: 'iCielBCCubano';
    src: url('assets/fonts/iCielBCCubano-Normal-6juolf.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/* Chèn ảnh vào banner home */
.slider-home {
    position: relative;
}

.slider-home::after {
    content: "";
    position: absolute;
    left: 0;
    top: 72%;
    width: 117%;
    height: 400px;
    background-image: url(/wp-content/uploads/2026/07/story.png);
    background-repeat: no-repeat;
    background-size: 94% auto;
    background-position: -50% top;
    z-index: 0;
    pointer-events: none;
}


.home-story,
.home-feedback,
.sec-vehem
/* .page-wrapper, */
/* Nền ngoài của flipbook */
/* .sec-menu ._df_book .df-bg */
{
	background: #f2efe8 !important;
}

.home-story {
	background-image: linear-gradient(to top, #f2efe8 0%, #f2efe8 95%, transparent 100%) !important;
}


/* ============ Thực đơn ============*/
.sec-menu ._df_book .df-bg {
	background-color: #fff !important;
}

.sec-menu ._df_book{
    max-width:800px;
    margin:0 auto;
}



/* ========== Form Reserve Now ========== */

.booking-header{
    text-align:center;
    margin-bottom:30px;
}

.booking-title{
    color:#fff;
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
}

.booking-desc{
    color:rgba(255,255,255,.8);
    font-size:16px;
    line-height:1.6;
    margin:0;
}

.booking-form{
    max-width:100%;
    margin:0 auto;
    padding:30px 50px;
    background:#2a9090;
    color:#fff;
}

/* Row */

.booking-form .form-group{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:20px;
}

.booking-form p{
    margin:0;
}

.booking-form .wpcf7-form-control-wrap{
    display:block;
    width:100%;
}

/* Inputs */

.booking-form input:not([type="submit"]),
.booking-form select,
.booking-form textarea{
    width:100%;
    height:50px;
    padding:0;
    margin:0;

    background:transparent !important;
    border:none;
    border-bottom:1px solid rgba(255,255,255,.45);
    border-radius:0;

    color:#fff;
    font-size:17px;

    outline:none;
    box-shadow:none !important;

    transition:.3s;
}

/* Placeholder */

.booking-form input::placeholder,
.booking-form textarea::placeholder{
    color:rgba(255,255,255,.8);
}

/* Focus */

.booking-form input:not([type="submit"]):focus,
.booking-form select:focus,
.booking-form textarea:focus{
    background:transparent !important;
    border-bottom:1px solid var(--primary-color) !important;
    outline:none !important;
    box-shadow:none !important;
    color:#fff;
}

/* Date */

.booking-form input[type="date"]{
    color:#fff;
}

.booking-form input[type="date"]::-webkit-calendar-picker-indicator{
    filter:invert(1);
    cursor:pointer;
}

/* Select */

.booking-form select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    padding-right:28px;

    background-size:12px;
}

.booking-form select option{
    color:#333;
}

/* Textarea */

.booking-form textarea{
    height:120px;
    padding-top:10px;
    resize:none;
}

/* Submit */

.booking-form .form-submit{
    margin-top:35px;
}

.booking-form .wpcf7-submit{
    width:100%;
    height:46px;

    background:var(--primary-color) !important;
    border:none !important;

    color:#fff !important;
    font-size:18px;
    font-weight:600;

    cursor:pointer;
    transition:.3s;
}

.booking-form .wpcf7-submit:hover{
    background:#a9441f !important;
}

.booking-form .wpcf7-submit:focus,
.booking-form .wpcf7-submit:active{
    background:var(--primary-color) !important;
    border:none !important;
    box-shadow:none !important;
    outline:none !important;
}

/* Spinner */

.booking-form .wpcf7-spinner{
    display:none;
}

/* Validation */

.booking-form .wpcf7-not-valid-tip{
    margin-top:6px;
    font-size:13px;
}

.booking-form .wpcf7-response-output{
    margin-top:20px !important;
    color:#fff;
}













 /*************** ADD CUSTOM CSS HERE.   ***************/
/* .df-viewer-wrapper{
    margin: 0 auto !important;
}

.df-sheet{
    transform: scale(.95);
    transform-origin: center center;
} */

.gallery-branch .box-image{
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left;
}

.gallery-branch .box-image img{
    margin: 0 !important;
}

/* ============= Trang chủ ============== */

/*  */
.landing-video-wrap{
    position: relative;
    width: 100vw;
    height: 100vh;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.landing-image{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-video-wrap::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .4); /* chỉnh độ tối tại đây */
    z-index: 1;
}

.landing-content{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.title-landing {
	padding-bottom: 30px !important;
}



.banner-landing .text-box-content .branch-link{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.banner-landing .text-box-content .branch-link .title-name{
    margin:0;
    color:#fff;
    transition:color .3s ease;
}

.banner-landing .text-box-content .branch-link span{
    color:#fff;
    transition:all .3s ease;
	font-weight: bold;
}

.branch-link br{
    display:none;
}

.text p{
    margin:0;
}

.branch-link > div{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
}

/* Hover */
.branch-link:hover *{
    color: var(--primary-color) !important;
}




/*  */
.title-name,
.section-title-main {
	font-family: 'iCielBCCubano', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

/*  */
.home-slider{
    position:relative;
    margin-bottom:80px;
}

.home-slider::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-60px;
    width:100%;
    height:130px;
    background:url('/nhahang817/wp-content/uploads/2026/07/giaybanner.png')
               center/100% 100% no-repeat;
    z-index:50;
    pointer-events:none;
}


/*  */
.home-feedback .txt-feedback{
    position: relative;
    padding-top: 80px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.home-feedback .txt-feedback::before{
    content: "❝";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2a9090;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}

.home-feedback .txt-feedback::before{
    padding-top: 16px;
}

.home-feedback .txt-feedback p{

}

/*  */
.home-why .feature-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-why .feature-list li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.home-why .feature-list li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: bold;
}



/* =============== Trang Về Hẻm =============== */

/* Gallery ảnh vuông */
.gallery-col .box-image{
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.gallery-col .box-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Bỏ khoảng trắng dưới ảnh */
.gallery-col .box-text{
    display: none;
}

/* 	========= Chi nhánh ========= */
.sec-branch .chi-nhanh-title .title-name{
    color: #000;
    transition: color .3s ease;
}

.chi-nhanh-title .title-name:hover{
    color: var(--primary-color);
}



/* Trang Blog */

.sec-blog .box-text .post-title {
	color: #000;
	font-family: 'iCielBCCubano', sans-serif;
}

.sec-blog .blog-posts-main .box-text .post-title {
	padding-left: 30px;
}

.sec-blog .blog-posts-readmore .box-text .post-title {
	padding-bottom: 10px;
}

.sec-blog .blog-posts-readmore .post-item .box .box-text .post-title a {
	font-size: 14px;
}

.sec-blog .blog-posts-readmore .title-name {
	font-size: 18px;
}

.blog-posts-readmore .image-cover img {
    
    object-fit: cover;
}

.blog-posts-readmore .box-blog-post{
    display: flex;
    align-items: flex-start;
}

.sec-blog .is-divider {
	display: none;
}



/* ============= Sidebar Menu =============*/

.sidebar-menu .menu-item > a {
	color: #000 !important;
}


/* =========== Header ===========*/
.header .header-main {
    background: #f2efe8 !important;
    height:80px;
    border-bottom:1px solid #ececec;
}

.header .stuck .header-main {
    height: 80px !important;
}

.header .header-inner{
    height:80px;
    align-items:center;
}

.header-main .header-nav>.menu-item.active::before, .header-main .header-nav>.menu-item:hover::before {
    display: none;
}

/* Logo */
.header .logo-left .logo {
    margin-right: 0px;
	width: 80px !important;
}

/* .header .logo {
	width: 80px !important;
} */

.header .logo img{
    max-height:50px !important;
}

.header .stuck #logo img {
    max-height: 50px !important;
}

/* Menu */
.header-nav-main{
    justify-content:center;
}

.header-nav-main .menu-item .nav-dropdown {
	bottom: -6.2rem;
	left: 0rem;
}

.header-nav-main .nav-dropdown{
    padding:0;
    border:1px solid #ddd;
    background:#fff;
}

.header-nav-main .nav-dropdown > li > a{
    font-family:'iCielBCCubano', sans-serif;
    font-size:15px;
    color:#333;
    border-bottom:1px solid #e5e5e5;
}

.header-nav-main .nav-dropdown > li:last-child > a{
    border-bottom:none;
}

.header-nav-main .nav-dropdown > li > a:hover{
    color:var(--primary-color);
}


/* .header-nav-main > li{
    display:flex;
    align-items:center;
} */

.header-nav-main > li > a{
    font-family:'iCielBCCubano',sans-serif !important;
    color:#C95C2C;
    font-size:19px;
    text-transform:uppercase;
    letter-spacing:.5px;

    line-height:20px;
    padding:12px 18px;

    transition:.2s;
}

.header-nav-main > li:hover > a,
.header-nav-main > li.current-menu-item > a,
.header-nav-main > li.current-menu-ancestor > a{
    background: var(--primary-color);
    color:#fff !important;
}

/* .header-nav-main > li{
    margin:0 18px;
} */

 .header-main .header-nav>.menu-item {
    margin: 1px;
}

/*
.header-nav-main > li > a{
	font-family: 'iCielBCCubano', sans-serif !important;
    color:#C95C2C;
    font-size:19px;
    text-transform:uppercase;
    letter-spacing:.5px;
    padding:0;
    line-height:80px;
    transition:.2s;
}

.header-nav-main > li > a:hover,
.header-nav-main > li.current-menu-item > a,
.header-nav-main > li.current-menu-ancestor > a{
    color:#fff;
	background-color: #F26A3D;
} */

/* Language */
.header-language-dropdown > a{
    display:flex;
    align-items:center;
    gap:8px;

    color:#C95C2C;
    font-weight:600;
    line-height:80px;
    padding:0 !important;

    font-size:0 !important;
}

.header-language-dropdown .image-icon{
    font-size:16px !important;
}

.header-language-dropdown .icon-angle-down{
    font-size:12px !important;
}

/* Cờ */
.header-language-dropdown .image-icon,
.header-language-dropdown .icon-image{
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mũi tên */
.header-language-dropdown .icon-angle-down{
    font-size: 20px !important;
    margin-left: 2px;
    transition: .3s;
}

/* Hover xoay mũi tên */
.header-language-dropdown:hover .icon-angle-down{
    transform: rotate(180deg);
}

/* Dropdown */
.header-language-dropdown .nav-dropdown{
    min-width: 180px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    padding: 8px 0;
}

.header-language-dropdown .nav-dropdown li a{
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 18px;
    color: #333;
    font-size: 15px;
}

.header-language-dropdown .nav-dropdown li:hover>a{
    background: #f8f8f8;
}

.header-language-dropdown .nav-dropdown li.active>a{
    color: #C95C2C;
    font-weight: 600;
}







/* =========== Footer ============*/

.footer .footer-contact .title-col {
	font-size: 16px;
    font-weight: 700;
}

.footer .footer-contact > .col {
	padding: 0 5px 0px;
}

.footer .footer-contact .menu-item {
	color: #fff;
}

.footer .footer-contact .ux-menu-link__link {
	padding-bottom: 0.1em;
    padding-top: .1em;
}

.policy .ux-menu-link__link{
    transition: all .3s ease;
}


/* Hover */
.policy .ux-menu-link:hover .ux-menu-link__link{
    color: var(--primary-color);
}

.footer .row-icon .col-inner{
    display:flex;
    align-items:start;
    justify-content:start;
    gap:10px;
}

.footer .row-icon .img{
    flex:0 0 auto;
    margin:0 !important;
}

.footer .row-icon .img img{
    display:block;
}



.footer .footer-map > .col {
	padding: 0;
	padding-bottom: 10px;
}

.footer .footer-map .col-map {
	padding: 0;
	padding-bottom: 35px;
}

.footer .wpcf7-form label {
	color: #fff;
}

.footer .wpcf7-form .wpcf7-spinner {
	display: none;
}

.footer .wpcf7-form .wpcf7-response-output{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #fff;
}

/* Tablet */
@media only screen and (min-width: 48em) and (max-width: 64em) { /* 768px - 1024px */
	.footer .footer-map > .col {
		padding: 0 10px 10px;
	}
	
	.footer .footer-contact > .col {
		padding: 0 10px 10px;
	}
	
	.footer .footer-contact {
		padding-right: 30px;
		padding-left: 30px
	}
	
	.footer .footer-map {
		padding-right: 30px;
		padding-left: 30px
	}
}

 
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	
/* 	 */
	.slider-home::after {
		top: 73%;
	}
	
/* 	Css row có ảnh và text */
	.row-text-img{
        display:flex;
        flex-direction:column;
    }

    .row-text-img .col:has(.img){
        order:1;
    }

    .row-text-img .col:has(.text){
        order:2;
    }

/* 	============= Thực đơn ============= */	
	.sec-menu ._df_book{
        max-width:none;
        width:100%;
        margin:0;
    }
	

/* 	========= Chi tiết chi nhánh ========= */
	.sec-branch-detail {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.sec-branch-detail .gallery-branch .box-image{
		    width: 100% !important;
	}
	
	
/* 	========= Chi nhánh ========= */
	.sec-branch {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
/*========= Trang Blog =========*/
	.sec-blog {
		padding: 0px !important;
	}
	
	.sec-blog .blog-posts-main .post-item {
		padding-bottom: 30px;
	}
	
/* ========== Trang Liên hệ	=========== */
	.sec-contact {
		padding: 0px !important;
	}
	
	
/* ========== Form Reserve Now ========== */
	.booking-form{
        padding:25px;
    }

    .booking-form .form-group{
        grid-template-columns:1fr;
        gap:18px;
    }

    .booking-form input:not([type="submit"]),
    .booking-form select,
    .booking-form textarea{
        font-size:16px;
        height:48px;
    }

    .booking-form .wpcf7-submit{
        height:48px;
        font-size:17px;
    }

	
/* ======== Footer =========== */
	.footer .footer-map > .col {
		padding: 0 15px 30px;
	}
	
	.footer .footer-contact > .col {
		padding: 0 15px 30px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
