@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
* {
  margin: 0;
  font-family: "Mulish", sans-serif;
  /* color: #333f48; */
  font-size: 14px;
}
@font-face {
  font-family: "", cursive;
  src: url();
}
body { 
  margin: 0; 
  max-width: 100%;
  overflow-x: hidden;
}

.w30 { width: 30% !important; }
.w35 { width: 35% !important; }
.w40 { width: 40% !important; }
.w45 { width: 45% !important; }

a { text-decoration: none; color: white; }
a:hover { font-weight: 400; color: white;}
p { font-size: 14px; font-weight: 300; }

.container-xxl {
  max-width: 1400px !important;
}
.btn-home {
  color: white;
  /* border: 1px solid; */
  text-align: center;
  padding: 15px 25px;
}
p, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 720px) {
  p {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  p {
    font-size: 12px;
  }
}

/* CSS header */
.header {
  position: sticky;
  width: 100%;
  z-index: 999;
}

header .logo-header {
  max-width: 400px;
}

header .navbar-nav .nav-item a {
  color: white;
  font-size: 13px;
  font-weight: 200;
}

header {
  background-color: #00263e;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler i {
  font-size: 28px;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .navbar-toggler-icon {
  color: white !important;
}

header .navbar-nav .nav-item .nav-link {
  display: inline-block;
  border-bottom: 3px solid #00263e;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 12px;
}
header .navbar-nav .nav-item .nav-link:hover{
  /* text-decoration: underline; */
  display: inline-block;
  border-bottom: 3px solid #888888; 
}
header .navbar-nav .nav-item .dropdown a:hover {
  text-decoration: none;
  cursor: pointer;
}
header .navbar-nav .nav-item .login-to-site {
  text-decoration: none !important;
  border: none;
  cursor: pointer;  
}
header .navbar-nav .nav-item .login-to-site:hover {
  text-decoration: none !important;
  border: none;
  cursor: pointer;
}

header .navbar-nav .nav-item .call-action {
  background-color: #ad7755;
  border-bottom: 3px solid #ad7755;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
}
header .navbar-nav .nav-item .call-action:hover {
  background-color: #bb7f5a;
  border-bottom: 3px solid #bb7f5a;
}

@media (max-width: 991.98px) {
  header .navbar .navbar-collapse {
    background-color: #063353;
  }

  header .navbar .navbar-collapse ul li {
    border-bottom: 1px solid white;
    margin: 0px 20px;
    padding: 10px 0px;
  }

  header .logo-header {
    max-width: 350px;
  }

  header .navbar .navbar-brand {
    padding: 20px 10px;
  }

  header .navbar .navbar-toggle {
    padding: 20px 5px;
  }

  header .nav-fa-e,
  header .nav-fa-heart {
    display: none;
  }
  header .navbar-nav .nav-item .call-action {
    background-color: #ad7755;
    border-bottom: 3px solid #ad7755;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
  }
  header .navbar-nav .nav-item .call-action:hover {
    background-color: #bb7f5a;
    border-bottom: 3px solid #bb7f5a;
  }
}

@media (max-width: 480px) {
  header .logo-header {
    max-width: 350px;
  }
}

@media (max-width: 420px) {
  header .logo-header {
    max-width: 300px;
  }
}

@media (max-width: 400px) {
  header .navbar .navbar-brand {
    padding: 20px 0px;
  }

  .navbar-toggler {
    padding-left: 0;

    padding-right: 0;
  }

  header .logo-header {
    max-width: 275px;
  }
}

.modal-dialog {
  max-width: 40%;
}

.popup-login {
  background-image: url(../assets/images/bg-footer.jpg);
  color: white;
}

.popup-login .btn-login {
  background: #948460;
  border: 1px solid white;
  padding: 8px 30px;
  color: white;
}

.modal-header {
  align-items: start;
}

@media (max-width: 991.98px) {
  .modal-dialog {
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .modal-dialog {
    max-width: 75%;
    margin: 0 auto;
  }
}

/* CSS BANNER HOME */

.banner-home {
  background-image: url(../assets/images/Banner-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-home {
  padding: 5% 0;
}

.banner-home .title-main button {
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid white;
  background-color: transparent;
}

@media screen and (max-width: 580px) {
  .banner-home .title-main button {
    padding: 4px 8px;
  }

  .banner-home .title-main button a {
    font-size: 12px;
  }
}

/* END BANNER HOME */

/* CSS CONTENT2 HOME PAGE */

.content2-home img {
  max-width: 100%;
}

.content2-home .col-lg-5 {
  align-content: end;
  margin-bottom: 4%;
}

.content2-home .col-lg-5 p {
  font-size: 16px;
}

.content2-home button {
  margin-top: 15px;
  color: white;
  border: 1px solid;
  background-color: #ad7755;
  text-align: center;
  padding: 15px;
}

.content2-home button a {
  color: white;
}

@media screen and (max-width: 720px) {
  .content2-home .image-bg {
    display: none;
  }

  .content2-home .col-lg-5 {
    align-content: center;
    text-align: center;
    margin-bottom: 0;
  }

  .content2-home .col-lg-5 p {
    font-size: 14px;
    text-align: center;
  }

  .content2-home .text {
    border: 1px solid gainsboro;
    padding: 20px 10px;
  }

  .content2-home button {
    padding: 10px;
  }
}

.gallery-home .logo-gallery .title-gallery {
  color: white;
  font-weight: 200;
  font-size: 45px;
}

.gallery-home .logo-gallery a {
  color: white;
  font-weight: 300;
  text-decoration: underline;
}

.gallery-home .logo-gallery a:hover {
  color: #00263e;
}

.gallery-home .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: 0%;
  background: #333f48;
}

.gallery-home .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: 0%;
  background: #333f48;
}
.gallery-home .owl-nav button span {
  font-size: 50px;
  font-weight: 500px;
  background: white;
  color: #333f48;
  padding: 0 5px 5px 5px;
}
.roomscene-gallery .product-in-room .owl-product .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: 0%;
  background: #333f48;
}
.roomscene-gallery .product-in-room .owl-product .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: 0%;
  background: #333f48;
}
.roomscene-gallery .product-in-room .owl-product .owl-nav button span {
  font-size: 30px;
  color: white;
  padding: 0 5px 5px 5px;
}

@media screen and (max-width: 768px) {
  .gallery-home .owl-nav button span {
    font-size: 30px;
    padding: 0 3px 5px 3px;
  }

  .gallery-home .logo-gallery .title-gallery {
    font-size: 30px;
  }
}

/* END CONTENT2 HOME PAGE */

/* CSS HOME HOW TO GET START */

.howto {
  background-image: url(../assets/images/bg-how-to.jpg);
  background-size: cover;
  color: white;
}
.howto hr {
  width: 50px;
  color: white;
}
.howto h1 {
  font-weight: 200;
}
.howto .text {
  align-content: center;
  font-size: 14px;
}
.howto .number {
  font-size: 30px;
  font-weight: 600;
  padding: 0px 10px;
}
.howto .btn-home {
  border: none;
  background-color: #ad7755;
  text-align: center;
  padding: 10.1px;
}
/* .step-home img {
  max-width: 100px;
} */

.block-guide .text {
  font-size: 14px;
}
.block-guide .two-icons {
  padding: 80px 80px;
  margin: 15px 50px;
}
.block-guide button {
  padding: 12px 20px;
  background: #ad7755;
  border: none;
  color: white;
} 
.block-guide .guide-offline {
  margin-top: 70px;
}
  
@media screen and (max-width: 1400px) {
  .block-guide .two-icons {
    margin: 30px 0px 15px 50px;
}
@media screen and (max-width: 1200px) {
  .block-guide .two-icons {
    margin: 10px 0px 10px 25px;
  } 
  .block-guide .two-icons {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 992px) {
  .block-guide .two-icons {
    margin: 0px;
    margin-bottom: 30px;
  }
  .block-guide .guide-offline {
    margin-top: 50px;
  }
}
}
@media screen and (max-width: 720px) {
  .howto {
    text-align: center;
  }

  .howto .col .text {
    text-align: left;
    font-size: 14px;
  }

  .howto h1 {
    font-size: 24px;
  }

  .howto .centered-hr {
    margin: 0 50px;
    width: 100%;
  }
}

@media screen and (max-width: 570px) {
  .howto .row .col img {
    max-width: 40%;
  }

  .howto .number {
    font-size: 14px;
  }

  .howto .col .text {
    text-align: left;
    font-size: 12px;
  }

  .block-guide .two-icons {
    padding: 40px 30px;
  }
}

/* END HOW TO  */

/* CSS TRADE ONLY  */

.trade-only {
  background-image: url(../assets/images/bg-trade-only.jpg);
  color: white;
  font-weight: 400;
  font-size: 14px;
}

.trade-only p {
  line-height: 26px;
  max-width: 55%;
  margin: 0 auto;
}

.trade h4 {
  font-weight: 700;
  color: #00263e;
}

.trade-only button {
  background-color: #00263e;
  color: white;
  border: none;
}

.trade img {
  max-width: 100%;
}

.trade .col-lg-4 {
  background-color: #f7f1ee;
}

@media screen and (max-width: 990px) {
  .trade .col-12 {
    border-left: none;
    border-top: 4px solid white;
  }

  .trade-only p {
    line-height: 26px;
    max-width: 70%;
    margin: 0 auto;
  }

  .trade h4 {
    font-size: 16px;
    padding-top: 5px;
  }

  .trade img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .trade img {
    max-width: 50%;
  }
}

/* CSS CRAFTMANSHIP HOME */
.craft-home img {
  max-width: 100%;
}
.craft-home hr {
  width: 20%;
  border: none;
  border-top: 4px solid #00263e;
  margin: 40px 0px;
}
.craft-home .fs-1 {
  color: #00263e;
}
.craft-home a {
  color: #ad7755;
  text-decoration: underline;
  font-weight: 600;
}
.craft-home .craft-left {
  position: relative;
  padding-right: 20px;
}
.craft-home .craft-left .img-1 {
  z-index: 3;
  top: 60px;
  left: 150px;
}
.craft-home .craft-left .img-2 {
  z-index: 2;
  left: 90px;
}
.craft-home .craft-left .img-3 {
  z-index: 1;
  top: 30px;
}
.craft-home .craft-left .box-effect {
  color: white;
  font-family: "Courier New", Courier, monospace;
  text-align: right;
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  cursor: pointer;
  box-shadow: none;
  max-width: 70%;
}
.craft-home .craft-left .box-effect img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

/* Hiển thị box-shadow trên tấm hình được đặt trên cùng */
.craft-home .craft-left .img-1:hover,
.craft-home .craft-left .img-2:hover,
.craft-home .craft-left .img-3:hover {
  filter: drop-shadow(0 0 0.75rem rgb(243, 132, 13));
}

@media screen and (max-width: 1200px) {
  .craft-home .craft-left .img-1 {
    z-index: 3;
    top: 40px;
    left: 100px;
  }
  .craft-home .craft-left .img-2 {
    z-index: 2;
    left: 35px;
  }
  .craft-home .craft-left .img-3 {
    z-index: 1;
    top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .craft-home .craft-right img {
    max-width: 25%;
  }

  .craft-home hr {
    margin: 20px 0px 0px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .craft-home hr {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .craft-home .craft-left {
    display: none;
  }
  .craft-home .craft-right {
    text-align: center;
  }
  .craft-home {
    background-image: url(../assets/images/bg-craf-reponsive.jpg);
    background-size: cover;
    background-position: center;
  }
  .craft-home .row {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 50px;
  }
}

/* END CRAFTMANSHIP HOME */

/* CSS EXTEN HOME */

.exten-home img {
  max-width: 100%;
}
.exten-home hr {
  width: 20%;
  border: none;
  border-top: 4px solid #00263e;
  margin: 40px 0px;
}
.exten-home .fs-1 {
  color: #00263e;
}
.exten-home a {
  color: #ad7755;
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .exten-home .icon-craf,
  .exten-home hr,
  .exten-home .exten-left {
    display: none;
  }
  .exten-home .exten-right {
    height: 450px;
    text-align: center;
  }
  .exten-home .exten-right iframe {
    width: 100%;
    height: 100%;
    max-width: 85% !important;
  }
}

@media screen and (max-width: 768px) {
  .exten-home .exten-right {
    height: 350px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .exten-home .exten-right {
    height: 275px;
    margin-bottom: 20px;
  }
}

/* END EXTEN HOME */

/* CSS gallery HOME */
.gallery-home {
  background-image: url(../assets/images/bg-home-gallery.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery-home .logo-gallery img {
  max-width: 100%;
}

.gallery-home .slide-home-roomscene img {
  object-fit: fill; /* Hiển thị toàn bộ hình trong khung */
}

.custom-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 990px) {
  .gallery-home .logo-gallery img {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .gallery-home {
    background-size: cover;
  }
}

/* CSS gallery HOME */

/* CSS gallery PAGE */
.banner-galerry {
  width: 100%;
  height: auto;
  background-image: url("../assets/images/bg-gallary.jpg");
  background-size: cover;
  color: white;
}

.banner-galerry h2 {
  margin: 0px auto;
}
/* 
.banner-galerry img {
  max-width: 100%;
} */

.banner-galerry p,
.banner-contact p,
.banner-craftmanship p,
.banner-step p {
  line-height: 1.9;
  width: 45%;
  margin: 0 auto;
}
.roomscene-gallery img {
  max-width: 100%;
}
.roomscene-gallery h1 {
  font-weight: 200;
  color: #00263e;
}
/* Duy add css  */
.roomscene-gallery .product-in-room .item {
  margin: 20px 0px;
}
.roomscene-gallery .product-in-room .item img {
  margin: 0px auto;
  max-width: 65%;
}
.roomscene-gallery .product-in-room .item p {
  color: #00263e;
  margin: 0;
  font-weight: 500;
}
.roomscene-gallery .product-in-room .item span {
  color: #00263e;
  font-size: 12px;
}
.roomscene-gallery #current-room-image {
  border-bottom: 1px solid black;
}
/* end  */

.product-in-room {
  border: 1px solid black;
}

@media screen and (max-width: 576px) {
  .banner-galerry img,
  .banner-contact img,
  .banner-craftmanship img,
  .banner-step img {
    max-width: 25%;
  }

  .banner-galerry p,
  .banner-contact p,
  .banner-craftmanship p,
  .banner-step p {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  .banner-galerry img,
  .banner-contact img,
  .banner-craftmanship img,
  .banner-step img {
    max-width: 35%;
  }

  .banner-galerry p,
  .banner-contact p,
  .banner-craftmanship p,
  .banner-step p {
    width: 90%;
  }
}

@media (max-width: 992px) {
  .banner-galerry p,
  .banner-contact p,
  .banner-craftmanship p,
  .banner-step p {
    width: 80%;
  }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */

@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.dining-tables {
  background-image: url(../assets/images/bg-dingtable-gallery.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.dining-tables h1 {
  font-weight: 200;
  color: white;
  /* font-size: 40px; */
}
.dining-table .item .infomation p {
  font-size: 18px;
  font-weight: 500;
}
.dining-table .item .infomation {
  color: #00263e;
  background-color: white;
  padding: 5px 15px 20px 15px;
}
.dining-table table {
  width: 100%;
}
.dining-table table tr {
  border-bottom: 1px solid gray;
}
.dining-table table tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.dining-table table tr td:first-child {
  padding-right: 10px;
  width: 40%;
}
.roomscene-thumb {
  border: 0.5px solid #bdbdbd;
}
.roomscene-thumb.active {
  border: 3px solid black;
}

@media (max-width: 767px) {
  .dining-table table tr td {
    font-size: 12px;
  }
  .dining-table table tr td:first-child {
    padding-right: 5px;
  }
}
.owl2 .item {
  border: 1px solid;
  background-color: white;
}
.owl2 .owl-nav .owl-prev {
  position: absolute;
  top: 28%;
  left: 0%;
}

.owl2 .owl-nav .owl-next {
  position: absolute;
  top: 28%;
  right: 0%;
}

.owl2 .owl-nav button span {
  background-color: #00263e;
  font-size: 50px;
  color: white;
  padding: 0px 5px 5px 5px;
}

@media (max-width: 1200px) {
  .owl2 .owl-nav .owl-prev,
  .owl2 .owl-nav .owl-next {
    top: 15%;
  }
}

@media (max-width: 670px) {
  .owl2 .owl-nav button span {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .owl2 .owl-nav .owl-prev,
  .owl2 .owl-nav .owl-next {
    top: 10%;
  }
}

@media (max-width: 400px) {
  .owl2 .owl-nav .owl-prev,
  .owl2 .owl-nav .owl-next {
    top: 5%;
  }
}

/* CSS FOOTER  */
footer {
  background-image: url(../assets/images/bg-footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

footer .copy-footer {
  border-top: 1px solid gray;
  margin-top: 20px;
  font-size: 12px;
  color: gray;
}

footer .signup-footer .input-group button {
  background-color: #00263e;
  color: white;
  border: none;
}
@media (max-width: 768px) {
  footer .signup-footer p{
    display: none;
  }
  footer .signup-footer .input-group {
    padding-top: 10px;
  }
}

footer .logo-footer {
  max-width: 80%;
}
footer p {
  font-weight: 100;
}
footer ul li a {
  font-weight: 100;
  font-size: 13px;
}
footer ul li a:hover {
  font-weight: 400;
  color: white;
}
.guide-footer .title {
  color: #00263e;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
.guide-footer p {
  color: #00263e;
  font-weight: 300;
  padding-left: 10px;
  text-decoration: underline;
  letter-spacing: 0.2px;
  font-size: 13px;
}
@media (max-width: 767px) {
  footer .logo-footer {
    max-width: 25%;
  }
}
@media (max-width: 576px) {
  footer hr {
    width: 80%;

    margin: 15px auto;
  }

  footer .copy-footer {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  footer .logo-footer {
    max-width: 25%;
  }
}

@media (max-width: 991.98px) {
  footer .footer-right {
    display: none;
  }
}

@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .signup-footer {
    max-width: 80%;
    margin: 0 auto;
  }

  footer hr {
    width: 80%;
    margin: 30px auto;
  }
}
/* CSS PAGE CONTACT US  */

.banner-contact {
  width: 100%;
  height: auto;
  background-image: url(../assets/images/banner-contact-us.jpg);
  background-size: cover;
  color: white;
}

.banner-contact h2 {
  padding: 30px 0px;
  margin: 0px auto;
}
.logo-banner {
  max-width: 12%;
}

@media (max-width: 767px) {
  .logo-banner {
    max-width: 10%;
  }

  .banner-contact h2 {
    padding: 20px 0px;
  }
}

.form-feedback .title-welove img {
  max-width: 80%;
}
.form-feedback .feedback-left form,
.form-feedback .feedback-right form {
  display: flex;

  flex-direction: column;
}
.form-feedback .feedback-left .form-control{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid gray;
  border-radius: 0;
}
.form-feedback .feedback-left .form-control.input-filled {
  background-color: #e7e7e7;
}
.form-feedback .feedback-right .form-control.input-filled {
  background-color: #e7e7e7;
}
.form-feedback .feedback-right textarea {
  border: 1px solid gray;
}

.form-feedback .feedback-right button {
  width: 100%;
  border-radius: 0;
  color: white;
  background-color: #00263e;
}
.form-feedback .row form {
  display: flex;
}
.form-feedback .thanks button{
  margin: 20px 0px;
  padding: 10px;
  background: #00263e;
}
.form-feedback .thanks button a{
  font-size: 16px;
}
@media (max-width: 992px) {
  .form-feedback .row form {
    display: block;
  }
}
.form-feedback span {
  color: rgb(202, 0, 0);
}

/* end  */
.vote-feedback {
  background-image: url(../assets/images/bg-feedback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.vote-feedback .vote {
  background-image: url(../assets/images/bg-vote.jpg);
  background-size: cover;
}

.vote-feedback .vote p {
  padding: 20px 20%;
  font-size: 16px;
  font-weight: 200;
}

.vote-feedback .vote button {
  margin-top: 25px;
  padding: 10px 20px;
  border: none;
  background-color: #bfb598;
  color: white;
  font-weight: 600;
}

.reviews-section {
  padding-block: 1rem;
  display: grid;
}

.reviews-grid {
  --space: clamp(1rem, 1.43vw + 0.71rem, 2rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: var(--space);
  list-style: none;
}

.review-card {
  display: grid;
  gap: var(--space);
  align-items: center;
  justify-items: center;
}
.rating-value[rating-value="1"] {
  --star-rev: 1;
}
.rating-value[rating-value="2"] {
  --star-rev: 2;
}
.rating-value[rating-value="3"] {
  --star-rev: 3;
}
.rating-value[rating-value="4"] {
  --star-rev: 4;
}
.rating-value[rating-value="5"] {
  --star-rev: 5;
}

.rating-value {
  /* More info for the below CSS you                  */
  /* can find on Kevin Powell Tutorial                */
  /* https://youtu.be/oiai47goI6A?si=b2NkafopvHX3VTlb */
  --_star-size: 1.4rem;
  --_gap: var(--space);
  --gap-max-size: min(var(--_gap), var(--_star-size) / 5);
  --gap-calc: calc((var(--star-rev, 0) - 1) * var(--gap-max-size));
  height: var(--_star-size);
  width: calc(var(--star-rev, 0) * var(--_star-size) + var(--gap-calc));
  background-image: url(https://api.iconify.design/material-symbols:star-rounded.svg?color=%23f0ad4e);
  background-repeat: space no-repeat;
  background-size: var(--_star-size);
}

/* Second section */

.your-review {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.your-review > input {
  display: none;
}

.your-review > label {
  cursor: pointer;
  width: 3rem;
  aspect-ratio: 1;
  background-image: url(https://api.iconify.design/material-symbols:star-rounded.svg?color=%23eeeeee);
  background-repeat: space no-repeat;
  background-position: center;
  background-size: 76%;
  transition: all 0.3s;
}

.your-review > input:checked ~ label,
.your-review > input:checked ~ label ~ label {
  background-image: url(https://api.iconify.design/material-symbols:star-rounded.svg?color=%23f0ad4e);
}

.your-review > input:not(:checked) ~ label:hover,
.your-review > input:not(:checked) ~ label:hover ~ label {
  background-image: url(https://api.iconify.design/material-symbols:star-rounded.svg?color=%23f0ad4e);
}

.ad-showroom .showroom hr {
  width: 70%;
}

.ad-showroom .showroom p {
  font-weight: 200;
}

.ad-showroom .showroom a:hover {
  color: #00263e !important;
}

/* END PAGE CONTACT US  */

/* css chung banner  */
.logo-title .logo-main img {
  max-width: 200px;
}

@media screen and (max-width: 780px) {
  .logo-title .logo-main img {
    max-width: 150px;
  }
  .logo-title .title-main {
    align-content: center;
  }
  .logo-title .title-main h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .logo-title .logo-main img {
    max-width: 120px;
  }
}

.logo-title .title-main {
  padding-left: 3%;
  align-content: end;
  color: white;
}
.logo-title .title-main h1 {
  font-weight: 300;
}

/* end css chung  */

/* CSS PAGE MATERIAL  */
.banner-material {
  background-image: url(../assets/images/banner-material.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-material > .container-xxl {
  padding: 5% 0;
}
.roomscreen-material img {
  max-width: 70%;
}
.roomscreen-material {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  max-width: 80%;
  text-align: center;
}
.spacing {
  height: 120px;
}
.modal-popup-material {
  width: 100%;
  max-width: 50%;
}

.modal-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: 0%;
  background: #ffffff;
}

.modal-carousel .owl-nav .owl-prev span,
.modal-carousel .owl-nav .owl-next span {
  color: white;
  background: #333f48;
  align-content: center;
  align-items: center;
  padding: 0px 10px 10px 10px;
}

.modal-carousel .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: 0%;
  background: #ffffff;
}

.modal-carousel .owl-nav button span {
  font-size: 50px;
}

@media screen and (max-width: 992px) {
  .modal-popup-material {
    width: 75%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .modal-popup-material {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1500px) {
  .roomscreen-material img {
    max-width: 50%;
  }
  .roomscreen-material {
    right: 0%;
  }
  .spacing {
    height: 80px;
  }
}

@media screen and (max-width: 1400px) {
  .spacing {
    height: 120px;
  }
  .roomscreen-material {
    right: 0%;
  }
}

@media screen and (max-width: 1024px) {
  .roomscreen-material,
  .spacing {
    display: none;
  }
}

.img-op-material {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img-op-material img {
  width: 90%;
  float: right;
}

.name-material p {
  border: 1px solid;
  padding: 5px 10px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  margin: 0;
}
.name-material {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  padding-right: 10%;
}

@media (max-width: 768px) {
  .img-op-material img {
    width: 100%;
    float: none;
  }
  .name-material {
    padding-right: 0;
  }
}
.slide-material .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: 3%;
  background: #333f48;
}
.slide-material .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: 3%;
  background: #333f48;
}
.slide-material .owl-nav button span {
  font-size: 50px;
}

@media (max-width: 1200px) {
  .slide-material .owl-nav .owl-prev,
  .slide-material .owl-nav .owl-next {
    top: 20%;
  }
}

@media (max-width: 670px) {
  .slide-material .owl-nav button span {
    font-size: 35px;
  }
}

.material-option2 .accordion-button {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid;
  padding: 20px;
  font-size: 18px;
  background-color: white;
}

.material-option2 .accordion-button:not(.collapsed) {
  background-color: rgb(212, 212, 212);
  color: #333f48;
  box-shadow: none;
}
.material-option2 .accordion-body:not(.collapsed) {
  border: none;
}
.material-option2 .accordion-item {
  border: none;
  border-radius: none;
}

/* END PAGE MATERIAL  */

/* PAGE STEP BESPOKE TABLE  */
.banner-step {
  width: 100%;
  height: auto;
  background-image: url("../assets/images/banner-step.jpg");
  background-size: cover;
  color: white;
}

.banner-step h2 {
  padding: 30px 0px;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .banner-step h2 {
    padding: 20px 0px;
  }
}
.accordion-button {
  padding: 20px;
  box-shadow: none;
}
.project-title {
  background-color: #00263e;
  color: white;
  padding: 20px 20px;
}
.project-title p {
  font-size: 16px;
}
.accordion-button {
  padding: 20px;
  box-shadow: none;
  background-color: rgb(214, 214, 214);
}
.accordion-item {
  margin-top: 8px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: white;
  background-color: #ad7755;
  box-shadow: none;
}
.accordion-body:not(.collapsed) {
  border: 2px solid #ad7755;
}
.title_step input[type="radio"]:checked + p {
  color: #ad7755;
}
.title_step input[type="radio"]:checked + p + p {
  color: #ad7755;
}
.selector-option .row label {
  width: 100%;
}

.box-dimension .row .right {
  border-left: 1px dotted #bfb598;
}

.box-dimension hr {
  border-top: 1px dotted #bfb598;
  opacity: unset;
}

/* END PAGE STEP BESPOKE TABLE  */

/* .title_shape input[type="radio"]:checked + span {
  color: #ad7755;
}
.title_shape input[type="radio"]:checked + span::before {
  content: attr(data-before);
  color: #ad7755;
} */

/* PAGE CRAFTSMANSHIP */
.banner-craftmanship {
  width: 100%;
  height: auto;
  background-image: url("../assets/images/banner-craftsmanship.jpg");
  background-size: cover;
  color: white;
}
/* .banner-craftmanship img {
  max-width: 100%;
} */
.banner-craftmanship h2 {
  padding: 30px 0px;
  margin: 0px auto;
}

.icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%; /* Adjust as needed */
}

.icon-play img {
  width: 100%;
  height: auto;
}

.craftman {
  /* background-image: url("../assets/images/craftsmanship/background.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
}
.content-craftsman p {
  font-size: 16px;
  line-height: 30px;
}
.content-craftsman h1 {
  color: #00263e;
}
.album_crafts .title {
  font-size: 16px;
}
@media (max-width: 767px) {
  .banner-craftmanship img {
    max-width: 35%;
  }
  .content-craftsman p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
  }
}

/* END CRAFTSMANSHIP */

/* DROPDOWN ON HEADER */
.dropbtn {
  color: white;
  font-size: 16px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #c0c0c0;
  min-width: 160px;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #ad7755;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.login {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
}

.login b {
  font-size: 1.5rem;
  color: #00263e;
  margin-bottom: 1rem;
}

.login .form-label {
  font-weight: bold;
  color: #00263e;
}
.login span {
  color: rgb(153, 21, 21);
}
.login .form-control {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  transition: all 0.3s ease;
}

.login .form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.login .btn-login {
  background-color: #00263e;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 0.8rem 1.5rem;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
}

.login .btn-login:hover {
  background-color: #093855;
}


.tutorial-vid {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.4s ease forwards;
}

.tutorial-vid .video-box {
  position: relative;
  width: 90%;
  max-width: 420px;
  aspect-ratio: 9/16;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  animation: popUp 0.4s ease forwards;
}

.tutorial-vid iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Nút đóng đẹp */
.tutorial-vid .close-ytb {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 24px;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.tutorial-vid .close-ytb:hover {
  background: #ff003c;
  color: #fff;
}

/* Hiệu ứng */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes popUp {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 576px) {
  .tutorial-vid .video-box {
    width: 95%;
    max-width: none;
    border-radius: 0;
    height: 100%;
  }

  .tutorial-vid .close-ytb {
    top: 20px;
    right: 20px;
  }
}
