.item-logo-header a img {
    height: 120px;
}

.item-logo-header a {
    display: inline-block;
    text-align: center;
}

.item-logo-header a .header-text-mobile {
    color: #e4c16f;
    font-weight: 500;
    font-size: 35px;
    font-family: "Alice", serif;
    text-shadow: 2px 1px BLACK;
}

.item-logo-header {
    text-align: center;
}

.box-header-main {
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    position: relative;
}

.box-container-main-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.box-header-main .ctnr {
    height: 100%;
}

.list-member-header nav ul {
    display: flex;
    gap: 0px 29px;
}

.list-member-header nav ul li a {
    background: url( https://bivaco.net/jspa2/_assets/media/017f37e3deca8ba2496242b404a9d5fe.png);
    width: 207px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 46px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.box-header-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30vh;
    bottom: 0;
    background-image: linear-gradient(#00000000, #000000c9);
    left: 0;
    z-index: 9;
}

.box-header-main .ctnr {
    position: relative;
    z-index: 999;
}

.box-header-main:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30vh;
    top: 0;
    background-image: linear-gradient(#000000c9, #00000000);
    left: 0;
}
.box-member-header-bg img {
    height: 100%;
}

.box-member-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.box-member-header-bg .banner-header {
    height: 100%;
}

.box-member-header-bg .slick-list.draggable {
    height: 100%;
}
.box-member-header-bg .banner-header .slick-track {
    height: 100%;
}

.header-mobile {
    display: none;
}

.header-mobile.active {
    display: block;
}



































.lengLife-us.desktop {
    position: fixed;
    right: 20px;
    top: 20px;
}


        .language-selector {
            position: relative;
            display: inline-block;
        }

        .selected-language {
            display: flex;
            align-items: center;
            background: white;
            border: none;
            border-radius: 5px;
            padding: 7px 7px;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.2s ease;
            min-width: 60px;
            gap: 8px;
            border: 1px solid #ece8e88f;
            justify-content: space-between;
        }

        .selected-language:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            transform: translateY(-1px);
        }

        .flag-icon {
            width: 100%;
            height: 15px;
            border-radius: 2px;
            display: inline-block;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .vietnam-flag {
            position: relative;
        }

        .vietnam-flag::after {
        }

        .uk-flag {
        }

        .language-text {
            font-weight: 500;
            color: #333;
            font-size: 14px;
        }
.flag-icon.uk-flag img {
    width: 25px;
}
.dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 1000;
    margin-top: 4px;
    overflow: hidden;
}

.language-option.selected {
    background-color: #e3f2fd;
}
.language-option {
    display: flex
;
    align-items: center;
    padding: 12px 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    gap: 8px;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}
.language-selector.active .dropdown-arrow {
    transform: rotate(180deg);
}
.dropdown-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666;
    /* margin-left: auto; */
    transition: transform 0.2s ease;
}
.list-header-bottom-mobile {
    position: fixed;
    bottom: 10px;
    text-align: center;
    z-index: 99999;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}

.list-header-bottom-mobile ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 10px;
}
.list-header-bottom-mobile ul li {
    width: 52px;
    height: 52px;
    background: rgb(250, 218, 157);
    border-radius: 50%;
    animation: zoom 1.3s infinite;
}
.list-header-bottom-mobile ul li a img {
    width: auto;
    padding: 10px;
}

.list-header-bottom-mobile {
    padding-top: 28px;
}

@media(min-width:990px){
    
    .box-member-header-bg.mobile {
    display: none;
}
}

@media(min-width:990px){
    .header-text-mobile span {
    display: none;
}
    .list-header-bottom-mobile {
    display: none;
}
	.list-member-header nav ul li a{
		line-height: 46px;
	}
	.navbar-menu-mobile {
    display: none;
}

.header-mobile {
    display: none;
}
}
@media(max-width:990px){
    .btn.btn-common021.common-mobile {
    display: block !important;
    position: unset;
    width: 50%;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    height: 40px;
    line-height: 28px;
}
.lengLife-us.desktop{
    display: none;
}
    .box-member-header-bg.mobile{
        display: block;
    }
    .box-member-header-bg{
        display: none;
    }
	.list-member-header {
    display: none;
}
}
@media(max-width:550px){
	.box-header-main {
    padding: 20px 0px;
}

.list-member-header nav ul {
    gap: 25px 10px;
    justify-content: center;
}

.list-member-header nav ul li {
    width: calc(100% / 2 - 10px);
}

.list-member-header nav ul li a {
    width: 100%;
}
}
@media(max-width:990px){
    .home_footer {
    display: none;
}
.box-container-main-header {
        height: 82%;
}
.icon-hotine-mobile {
    display: none;
}

    .header-text-mobile span {
    display: block;
    font-family: unset;
    font-size: 12px;
    line-height: 1.0;
    font-family: 'Roboto';
    font-weight: 300;
    text-shadow: none;
    color: rgb(250, 218, 157);
}
.icon-hotine-mobile {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.icon-hotine-mobile.item-map {
    bottom: 20px;
    left: 20px;
    right: unset;
}
.address-header {
    padding: 5px 25px;
    border-radius: 10px;
    border-left: 3px solid #a3a05f;
    margin-left: 20px;
    background: #ffffff17;
    margin-right: 20px;
}
.mobile-header {
	 /* background: #1aace3; */
	 padding: 12px 16px;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	 position: relative;
	 min-height: 60px;
}
 .mobile-header .header-left {
	 display: flex;
	 align-items: center;
}
 .mobile-header .menu-btn {
	 background: none;
	 border: none;
	 color: #1aace3;
	 font-size: 20px;
	 cursor: pointer;
	 padding: 8px;
	 border-radius: 8px;
	 transition: all 0.3s ease;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 width: 40px;
	 height: 40px;
}
 .mobile-header .menu-btn:hover {
	 background: rgba(255, 255, 255, 0.1);
	 transform: scale(1.05);
}
 .mobile-header .menu-icon {
	 width: 24px;
	 height: 2px;
	 background: #1aace3;
	 margin: 2px 0;
	 transition: 0.3s;
	 border-radius: 2px;
}
 .mobile-header .header-center {
	 position: absolute;
	 left: 50%;
	 transform: translate(-50%,-50%);
	 display: flex;
	 align-items: center;
	 top: 50%;
}
 .mobile-header .logo {
	 color: white;
	 font-size: 24px;
	 font-weight: bold;
	 text-decoration: none;
	 letter-spacing: -0.5px;
	 transition: all 0.3s ease;
	 display: flex;
	 align-items: center;
}
 .mobile-header .logo:hover {
	 transform: scale(1.05);
	 text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}
 .mobile-header .header-right {
	 display: flex;
	 align-items: center;
	 gap: 12px;
}
 .mobile-header .header-btn {
	 background: #1aace3;
	 border: none;
	 color: white;
	 padding: 8px 12px;
	 border-radius: 20px;
	 cursor: pointer;
	 font-size: 14px;
	 font-weight: 500;
	 transition: all 0.3s ease;
	 backdrop-filter: blur(10px);
	 display: flex;
	 align-items: center;
	 gap: 6px;
	 min-height: 36px;
}
 .mobile-header .header-btn:hover {
	 background: #1aace3;
	 transform: translateY(-2px);
	 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
 .mobile-header .cart-btn {
	 position: relative;
}
 .mobile-header .cart-badge {
	 position: absolute;
	 top: -8px;
	 right: -8px;
	 background: #ff4757;
	 color: white;
	 border-radius: 50%;
	 width: 20px;
	 height: 20px;
	 font-size: 12px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-weight: bold;
	 animation: pulse 2s infinite;
}
 @keyframes pulse {
	 0% {
		 transform: scale(1);
	}
	 50% {
		 transform: scale(1.1);
	}
	 100% {
		 transform: scale(1);
	}
}
 .mobile-header .icon {
	 width: 18px;
	 height: 18px;
	 fill: currentColor;
}
 .mobile-header .menu-overlay {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100vh;
	 background: rgba(0, 0, 0, 0.5);
	 opacity: 0;
	 visibility: hidden;
	 transition: all 0.3s ease;
	 z-index: 999;
}
 .mobile-header .menu-overlay.active {
	 opacity: 1;
	 visibility: visible;
}
 .mobile-header .menu-sidebar {
	 position: fixed;
	 top: 0;
	 left: -300px;
	 width: 300px;
	 height: 100vh;
	 background: #000000;
	 transition: all 0.3s ease;
	 z-index: 1000;
	 box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}
 .mobile-header .menu-sidebar.active {
	 left: 0;
}
 .mobile-header .menu-header {
	 padding: 20px;
	 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .mobile-header .menu-logo {
	 color: white;
	 font-size: 24px;
	 font-weight: bold;
	 letter-spacing: -0.5px;
}
 .mobile-header .close-btn {
	 background: none;
	 border: none;
	 color: white;
	 font-size: 24px;
	 cursor: pointer;
	 border-radius: 50%;
	 transition: all 0.3s ease;
	 width: 35px;
	 height: 35px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-top: 0px;
}

 .mobile-header .menu-content {
	 padding: 0px 0;
}
 .mobile-header .menu-item {
	 padding: 16px 24px;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 display: flex;
	 align-items: center;
	 gap: 16px;
	 color: white;
	 text-decoration: none;
	 border-left: 3px solid transparent;
}
 .mobile-header .box-item-menu-c1:hover {
	 background: rgba(255, 255, 255, 0.1);
	 border-left-color: white;
	 transform: translateX(5px);
}
 .mobile-header .menu-item .icon {
	 width: 20px;
	 height: 20px;
	 fill: white;
}
 .mobile-header .menu-item span {
	 font-size: 16px;
	 font-weight: 500;
}
 .mobile-header .demo-content {
	 padding: 20px;
	 text-align: center;
	 color: #666;
	 margin-top: 20px;
}
.mobile-header .search-section {
	 padding: 20px 24px;
	 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 .mobile-header .search-box {
	 position: relative;
	 display: flex;
	 align-items: center;
}
 .mobile-header .search-icon-input {
	 position: absolute;
	 left: 15px;
	 width: 20px;
	 height: 20px;
	 fill: rgba(255, 255, 255, 0.7);
	 pointer-events: none;
}
 .mobile-header .search-input {
	 width: 100%;
	 padding: 12px 16px 12px 19px;
	 border: none;
	 border-radius: 25px;
	 background: rgba(255, 255, 255, 0.15);
	 color: white;
	 font-size: 15px;
	 backdrop-filter: blur(10px);
	 transition: all 0.3s ease;
}
 .mobile-header .search-btn {
	 position: absolute;
	 right: 5px;
	 background: rgba(255, 255, 255, 0.2);
	 border: none;
	 border-radius: 50%;
	 width: 35px;
	 height: 35px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 padding: unset;
}
 .mobile-header .search-btn .icon {
	 width: 18px;
	 height: 18px;
	 fill: white;
}

.box-item-menu-c1 svg {
    width: 23px;
    height: 22px;
    fill: white;
    transition: transform 0.3s ease;
}

.box-menu-mobile-c1 {
    position: relative;
    overflow: hidden;
}

.submenu.active {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    max-height: 100%;
}

a.submenu-item {
    padding: 12px 24px 12px 35px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    border-left: 3px solid transparent;
}
.submenu-item .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.mobile-header .logo img {
    height: 50px;
}



 .box-item-menu-c1 {
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 16px;
    color: white;
    text-decoration: none;
    border-left: 3px solid transparent;
    justify-content: space-between;
    padding-right: 10px;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
}


	section.list-services {
    display: none;
}
.icon-hotine-mobile a img {
    width: 32px;
    height: auto;
}
.list-member-header nav ul li a {
    font-size: 18px;
}
.item-logo-header {
	align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
a.item-logo-desk-mobile {
    display: flex;
    align-items: center;
    gap: 0px 10px;
}

a.item-logo-desk-mobile img {
    height: 55px;
}

a.item-logo-desk-mobile .header-text-mobile {
    font-size: 18px;
    filter: drop-shadow(0px 1px 9px white);
    color: #fff;
    font-size: 19px;
    text-align: left;
}
.navbar-menu-mobile {
    display: flex;
    gap: 0px 15px;
    position: relative;
    z-index: 9999;
}

.icon-nav-bar svg {
    width: 30px;
    height: 30px;
}
section.out-teamplate {
    display: none;
}

section.albums {
    display: none;
}


.mobile-header .menu-logo img {
    height: 53px;
}
header {
    /* overflow: hidden; */
    /* height: 94vh; */
}


.box-member-header-bg .slick-track {
    height: 100%;
}


.list-member-header nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 3px;
}
}
.address-header span {
    color: #fff;
}
.flag-icon.vietnam-flag img {
    height: 27px;
}

.vietnam-flag {
    gap: 0px 10px;
}