* {
  box-sizing: border-box;
  margin: 0 ;
  padding:0;
}

:root {
  --primary-color: #1C2D37;
  --primary-bg-color: #1C2D37;
  --yellow-color: #EED26E;
  --orange-color : #dba34c;
  --main-font-size: 16px;
  --white-color: #fff;
  --black-color: #000;
  --font-awesome: "Font Awesome 5 Free";
  --zalo-color: #61c9ff;
  --fontAwesome: 'Font Awesome 5 Free';
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter/Inter-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
p, a, span, strong {
  font-family: 'Poppins';
  font-weight: 400;
  color: #333;
}
h1 {
  font-family: 'Poppins';
}

h2,h3,h4,h5,h6 {
  font-family: 'Inter';
}

h3 {
  font-weight: 500;
}

nav>ul {
  list-style: none;
  display: flex;
}

nav ul li {
  position: relative;
}

.container-test {
  border:1px solid #ccc;
}

.container-fixed {
  width: 1440px;
  max-width: 90%;
}

.cover,
.contain {
  height: 100%;
  width: 100%;
  display: block;
}

.cover>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contain>img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.center {
  text-align: center;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrb-40 {
  margin-bottom: 40px;
}

span.label {
    border: 1px solid #ccc;
    border-radius: 30px;
    display: inline-block;
    font-size: 1.5rem;
    padding: 10px 20px;
    margin-bottom: 10px;
}


.btn-action {
  font-size: 1.6rem;
  background-color: var(--yellow-color);
  padding: 10px 16px;
  transition: all .3s linear;
  border-radius: 50px;
}

.btn-action:hover {
  border-radius: 4px;
}

.room-detail-box {
    border: 1px solid #f3f3f3;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


/* HEADER-MAIN */
.main__top {
  /* background: url('../img/12.png'); */
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 30px 0;
  position: relative;
  height: 750px;
  z-index: 1;
  background: linear-gradient(178deg, #ffffff 25%, rgb(255 255 255 / 50%) 10%, #e7e7e7 180%);
}

.main__top.page {
  height: 450px;
}

/* .main__top::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgb(8 8 8 / 0.5%);
    z-index:-1;
} */

.main-top-content {
  width: 800px;
  max-width: 100%;
  margin: 100px auto  0 auto;
}

.main-top-content h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  font-weight:400;
  color: var(--black-color) !important;
}
.header_pc .menu-link,
.submenu a,
li.arrow-menu:before,
.main-top-icon span,
.btn-search,
.main-top-content h1,
.main-top-content h2,
.main-top-content p {
  color: var(--white-color);
}


.header_pc {
  background: var(--primary-bg-color);
  padding: 4px 40px;
  border: 1px solid #d49940;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.header_pc .logo img{
  width: 160px;
  max-width: 80%;
}

.main__top.home .main-top-content h1,
.main__top.home .main-top-content p,
.main__top.home .main-top-content .main-top-icon span:last-child{
    color: var(--black-color);
}

/* MENU-MAIN */
.header_pc .menu-link,
.submenu a {
  padding: 10px 24px;
  display: inline-block;
  text-decoration: none;
  font-size: 1.7rem;
  text-transform: capitalize;
}

.header_pc .menu-link:hover {
  color: var(--yellow-color);
}

.header_pc .menu-link.active {
    background-color: #ead373;
    border-radius: 3px;
    color: var(--black-color);
}

.header_pc .btn-book {
  text-decoration: none;
  text-align: center;
}

/* SUBMENU - MAIN */
.submenu {
  list-style: none;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  position: absolute;
  top: calc(100% + 10px);
  min-width: 300px;
  transform: translateY(40px);
  opacity: 0;
  z-index: -1;
  background-color:var(--white-color);
  overflow: hidden;
  transition: all .3s linear;
}

.submenu a {
  color:var(--black-color) !important;
  padding: 16px 20px !important;
}
.submenu li:hover {
  background-color: var(--yellow-color);
}
.submenu li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

li.arrow-menu:after {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  top: 44px;
  z-index: 2;
}

li.arrow-menu:before {
  content: '\f078';
  position: absolute;
  display: block;
  font-weight: 900;
  font-family: var(--font-awesome);
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.header_pc ul li:hover .submenu{
  transform: translateY(0px);
  opacity: 1;
  display: block;
  z-index: 1;
}

/* LANGUAGE */
.language {
  list-style: none;
}
.language>li>span {
  font-size: 1.6rem;
  color: var(--white-color);
  display: inline-block;
  border-left: 2px solid;
  padding-left: 14px;
}
.language img {
  width: 40px;
}

.language li {
  position: relative;
  cursor: pointer;
}

.language .sublanguge {
  position: absolute;
  top: 166%;
  width: 76px;
  padding-left: 16px;
  background: #fff;
  list-style: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 16px;
  opacity: 0;
  z-index: -1;
  transition: all .25s linear;
  cursor: pointer;
}

.language .sublanguge li {
  padding-top: 10px;
}
.language li:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 100%;
}
.language li:hover .sublanguge {
  opacity: 1;
  z-index: 1;
}

/* FORM-SEARCH */
#form-main {
  padding-top: 50px;
}

.btn-search,
.form-search {
  padding: 14px 20px;
  font-size: 1.8rem;
}

.btn-search {
  border: none;
}

.btn-book {
  display: block;
}

#form-main .btn-main {
  min-width: 100%;
  padding: 14px 20px;
  font-size: 18px;
}

/* BOX-MENU-MOBILE */

.box-mobile {
  display: none;
  background: var(--primary-bg-color);
  padding: 4px 40px;
  border: 1px solid #d49940;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.box-mobile .logo-mobile {
    text-align: center;
    display: block;
}

.box-mobile .logo-mobile img {
  width: 100px;
}

.icon-menubar {
    color: var(--white-color);
    font-size: 1.8rem;
    display: block;
    padding: 10px;
}
/* SHAPE */
.wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  direction: ltr;
  line-height: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 300px;
  z-index: -1;
}

.shape-fill {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
}

/* FOOTER */
footer {
    background-color: var(--primary-bg-color);
    padding: 80px 0;
}

.footer-main {
    width: 95%;
    background-color: #f7faff;
    margin: 0 auto;
    padding-top: 100px;
    border-radius: 30px;
}

p.footer-title {
    color: #1C2D37;
    text-transform: uppercase;
    font-size: 2.3rem;
    font-weight: 600;
}

footer .icon-footer,
.contact-info .icon-footer{
    color: #1C2D37;
    margin-right: 10px;
    font-size: 1.8rem;
}

footer ul li,
footer ul li a {
    color: #1C2D37;
    list-style: none;
    margin-bottom: 10px;
    font-size: 1.7rem;
  }

footer ul li a {
  display: block;
  padding-left: 20px;
  position: relative;

}

footer ul li a:before {
  content: '\f054';
  position: absolute;
  font-weight: 900;
  font-family: var(--font-awesome);
  left: 0;
  font-size: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
}

.map {
    overflow: hidden;
}

.map iframe {
    width: 100%;
    height: 200px;
}

.copyright {
    display: block;
    background-color: #A4B5BA;
    padding: 20px;
    font-size: 1.8rem;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* BREADCRUMB */
.main-top-content .breadcrumb {
    justify-content: center;
}

.main__top.home .main__top .breadcrumb a {
    color: var(--black-color);
}

.main__top .breadcrumb a{
color: var(--black-color);
  font-size: 1.6rem;
  display: inline-block;
  padding: 8px 16px;
  position: relative;
}

.main__top.home .breadcrumb li:not(:first-child) a:before {
      background-color: var(--black-color);
}

.main__top .breadcrumb li:not(:first-child) a:before {
  content: '';
  display: block;
  position: absolute;
  height: 50%;
  width: 1px;
  background-color: var(--black-color);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* BTN-LINK */
.btn-main {
  display: inline-block;
  background-color: #1e2d37;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.6rem;
  border-radius: 4px;
  min-width: 300px;
  position:relative;
  z-index: 2;
  overflow: hidden;
}

.btn-main:hover {
  color: var(--black-color);
}

.btn-main::before {
  content: '';
  display: block;
  position: absolute;
  background-color: var(--yellow-color);
  border-radius: 4px;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0;
  transition: all .3s linear;
  z-index: -1;
  opacity: 0;
}

.btn-main:hover::before {
  width: 100%;
  left: 0;
  opacity: 1;
}


/* PRODUCT ROOM */
.product-item  {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 14px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.product-image {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.product-image img {
  transition: all 0.3s linear 0s;
  transform: scale(1);
}

.product-item  .product-type {
  color: #00c194;
  font-size: 1.6rem;
}

.product-item  h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.product-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-info__item {
  display: flex;
  font-size: 1.6rem;
}

.product-info__item span {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 6px;
}

.product-info__item p {
  margin-bottom: 0;
}

.product-item:hover .product-image img {
  scale: 1.15;
}

.product-sold {
  font-size: 1.4rem;
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #00c194;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
}

.product-sold.stock {
background-color: #0b2b73;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--primary-bg-color);
    background: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 3rem;
}

/* BLOG */
/* BLOG */
.blogs {
  padding: 80px 0;
  background-color: #f7faff;
  position: relative;
}
.blog {
    border-radius: 20px;
    padding: 14px;
    border: 1px solid #c7d5e1;
    text-align: center;
    background-color: #fff;
}

.blog-image {
    overflow: hidden;
    position: relative;
}

.blog-image img {
    border-radius: 20px;
}

.blog:hover {
    box-shadow: 0 0 20px 0 rgba(var(--wdtSecondaryColorRgb), .20);
}

.blog-image:after {
    content: "";
    position: absolute;
    background-image: linear-gradient(180deg, rgb(0,0,0, .0) 30%, rgb(0,0,0, .7) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s linear 0s;
    border-radius: 20px;
    z-index: -1;
}

.blog:hover .blog-image:after {
  opacity: 1;
  z-index: 1;
}

.blog-read {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40px);
  color: #fff;
  font-size: 1.6rem;
  text-decoration: underline;
  transition: all .3s linear;
  color: var(--white-color);
  z-index: 2;
  font-weight: 600;
}

.blog:hover .blog-read {
  transform: translate(-50%, -20px);
}


.blog-info {
    font-size: 1.6rem;
    margin: 20px 10px 0 10px;
}

.blog-info p {
    font-weight: 500;
    font-size: 2rem;
    height: 90px;
}

.blog-info span,
.blog-info p  {
  display: -webkit-box;        /* bắt buộc cho line-clamp */
  -webkit-box-orient: vertical;/* hướng box theo chiều dọc */
  -webkit-line-clamp: 3;       /* số dòng muốn giữ */
  overflow: hidden;            /* ẩn phần thừa */
  text-overflow: ellipsis;
}

.blog-desc p {
    font-weight: 400 !important;
    font-size: 16px !important;
}

/* MENU MOBILE */
.menu-mobile {
  opacity: 0;
}
.menu-mobile.open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 3;
    opacity: 1;
    transition: opacity .3s ease-in;
}

.menu-content {
    width: 70%;
    background-color: var(--white-color);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all .3s linear;
    transform: translateX(-100%);
}

.menu-content a {
    font-size: 16px;
    display: block;
    padding: 16px 20px;
}

.menu-content>ul {
    list-style: none;
    padding-top: 60px;
}

.menu-content .menu-link-mobile{
  position: relative;
}

.menu-content .icon-submenu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    padding: 10px;
    font-size: 1.3rem;
    cursor: pointer;
}

.menu-content .sub-menu {
    padding-left: 20px;
    list-style: none;
    transform: translateX(-100%);
    height:0;
    border-top: 1px dashed #dfdfdf;
}

.menu-content .sub-menu.open {
  transition: all .3s linear;
    transform: translateX(0);
    height:auto;
}



.menu-content ul li:not(:last-child) {
   border-bottom: 1px dashed #dfdfdf;
}

.menu-content .close-mobile {
    display: flex;
    background-color: var(--primary-bg-color);
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 16px;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
}

/* OPEN - CLOSE MENU MOBILE */
.menu-mobile.open .menu-content {
  transform: translateX(0);
}

.zalo-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 200px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}

.call-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 110px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}

.zalo-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid var(--zalo-color);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.call-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #db0005;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.zalo-btn .pulse {
    width: 60px;
    height: 60px;
    background: var(--zalo-color);
    opacity: .75;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.call-btn .pulse {
    width: 60px;
    height: 60px;
    background: rgba(219, 0, 5, 0.6);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}


.zalo-btn .tada {
    overflow: hidden;
    background: var(--zalo-color);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.call-btn .tada {
    background: #db0005;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.call-btn .tada a:before {
    content: "\f095";
    font-size: 20px;
    font-family: var(--fontAwesome);
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    font-weight: 900;
    transform: translateY(-50%);
}

.contact-btn.active .pulse{
    animation-name: unset;
}

.contact-btn.active .zoomIn {
    border: none;
}

.call-tow a:before {
    content:'' !important;
}

.zalo-btn a,
.call-tow a {
    display: block;
    width: 40px;
}

.zalo-btn img ,
.call-tow img{
    width: 100%;
}

.call-btn .tel {
    position: absolute;
    top: 50%;
    left: 45px;
    color: #fff;
    font-size: 17px;
    width: 180px;
    text-align: center;
    padding-left: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 36px;
    border: 1px solid #fb0309;
    border-radius: 20px;
    background: #fb0309;
    z-index: -1;
    font-weight: 700;
    font-family: Arial;
    text-shadow: 1px 1px 2px #5f5f5f;
}

.call-btn.call-tow .pulse {
    background: rgba(113, 243, 182, 0.6);
}

.call-btn.call-tow .tel {
    background: rgba(1, 131, 70, 0.8);
    border-color: rgba(1, 131, 70, 0.6);
}

.call-btn.call-tow .tada {
    background: rgba(109, 247, 182, 1);
}

.call-btn.call-tow .zoomIn {
    border: 2px solid #02a546;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.call-action button {
    font-size: 16px;
    padding: 8px 14px;
}

.zalo-btn.messenger {
    bottom: 300px;
}

.call-btn.call-tow {
    bottom: 400px;
}

.zalo-btn.contact-btn {
    bottom: 10px;
}
.icon-connect {
    display: none;
}
.icon-connect.active {
    display: block;
}


.room .page-link {
    padding: 10px 20px;
    font-size: 16px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}





