/**
 * Theme Name:     Hiroshi Lord
 * Author:         Hiroshi Lord
 * Template:       flatsome
 * Description:    Theme Build by Hiroshi Lord
 * Version:        2025
 */


/* Body text */
body {
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #231f20;
  background-color: #FCF9F7;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.6em;
}

/* Tinh chỉnh từng level (khuyên dùng) */
h1 {
  font-weight: 700;
}

h2 {
  font-weight: 600;
}

h3 {
  font-weight: 500;
}

h4,
h5,
h6 {
  font-weight: 400;
}

/* Button + form */
button,
input,
textarea,
select,
p {
  font-family: 'Gilroy', sans-serif;
}

form {
  p {

    input[type=text],
    input[type=email],
    input[type=tel] {
      border-radius: 8px !important;
      border: 1px solid #B3B3B3 !important;
      background: #FFF !important;
      padding: 8px 16px !important;
      height: 50px !important;
      box-shadow: none !important;
      font-weight: 400;
    }

    input[type=submit] {
      width: 100% !important;
      border-radius: 8px !important;
      padding: 4px 16px !important;
      background-color: #231F20 !important;
      color: #fff;
		font-weight:600;
    }
  }
}

/* DEFAULT NO BORDER AND LINE-THROUGH */
.section-title-center b {
  opacity: 0;
}

.section-title-normal {
  border-bottom: none;
}

.section-title-normal span {
  border-bottom: none;
}

.text-cap {
  span {
    text-transform: capitalize;
  }
}

.border-radius {
  border-radius: 8px;
  overflow: hidden;

  img {
    border-radius: 8px;
  }
}

.sec-footer {
  .custom-menu-white .ux-menu-link__text {
    color: #ffff !important;
    text-align: left !important;
  }
}

#wrapper {
  background-color: #FCF9F7;
}

.text-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Giới hạn tối đa 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Hiện dấu ... nếu vượt quá */
  white-space: normal;
  /* Cho phép xuống dòng */

  a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Giới hạn tối đa 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Hiện dấu ... nếu vượt quá */
    white-space: normal;
    /* Cho phép xuống dòng */
  }
}

.d-none {
  display: none !important;
}

#header {

  &:not(.transparent) {
    .header-wrapper {
      border-bottom: 1px solid rgba(0, 0, 0, 0.60);
      background: rgba(255, 255, 255, 0.60);
      backdrop-filter: blur(8px);
    }
  }

  &.transparent {
    #wide-nav {
      .flex-center {
        .nav {
          &>li {
            &>a {
              color: #231f20;
            }
          }
        }
      }
    }
  }

  .social-icons {
    color: #231F20;
  }
}

.custom-content {
  h4 {
    color: #231F20;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.8px;
	 text-transform:uppercase;
	  @media screen and (max-width:768px){
		  font-size:32px;
	  }
  }

  p {
    color: #B8C1B2;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

/* END */
section {
  z-index: 9 !important;
}

.sec-footer {
  .info-footer {
    p {
      color: #FFF;
      font-size: 16px;
      font-weight: 400;
      line-height: 180.6%;
      /* 28.896px */
    }

    h4 {
      color: #FFF;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      /* 108.333% */
    }

    @media screen and (max-width:768px) {
      p {
        text-align: left;
      }

      h4 {
        text-align: left;
      }
    }

  }

  .custom-icon-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 auto 28px;

    h3 {
      margin-bottom: 0;
      color: #FFF;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
    }

    @media screen and (max-width:768px) {
      margin: 0;

      .text {
        p {
          text-align: left;
        }

        h4 {
          text-align: left;
        }
      }
    }
  }

  @media screen and (max-width:768px) {
    padding-bottom: 0!important;
    .text {
      p {
        text-align: left;
      }
    }

    .social-icons {
      text-align: left !important;
    }
  }
}

.btn-book {
  border-radius: 9999px;
  border: 1px solid #231F20;
  background: rgba(35, 31, 32, 0.60);
  backdrop-filter: blur(4px);
  box-shadow: none !important;
  position: fixed;
  bottom: 5%;
  left: 46%;
  z-index: 999999;
  display: block;

  .icon-clock:before {
    content: '\f133';
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
  }
	
	@media screen and (max-width:768px){
		left:35%;
	}
}

.read-time {
  color: #141219;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px !important;
}

.sec-banner-home {
  z-index: 99 !important;

  .content-banner-home {
    h3 {
      color: #231F20;
      text-align: center;
      font-size: 56px;
      font-weight: 700 !important;
      line-height: 64px;
      /* 114.286% */
      letter-spacing: -1.12px;
    }

    p {
      color: #231F20;
      text-align: center;
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      width: 95%;
      margin: auto;

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

.sec-services-home {
  .row {
    .col {
      .col-inner {
        .cate-services {
          z-index: 9;

          .product-category {
            .col-inner {
              border-radius: 8px;
              background: #FFF;
              box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
              overflow: hidden;

              .box-image {
                padding: 12px;
              }

              .box-text-inner {
                h5 {
                  color: #90998B;
                  text-align: center;
                  font-size: 20px;
                  font-style: normal;
                  font-weight: 600;
                  line-height: 24px;
                  text-transform: capitalize;
                  /* 120% */
                }

                p {
                  display: none;
                }
              }
            }
          }
        }
      }
    }
  }
}

.sec-album-married {
  .row {
    .col {
      &.col-married {
        .col-inner {
          border-radius: 8px;
          overflow: hidden;

          .box {

            .box-image {}

            .box-text {
              position: absolute;
              bottom: 0;
              top: 0;
              /* transform: translateY(85%); */
              background-origin: border-box;
              background-clip: padding-box, border-box;
              background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 50%);

              .box-text-inner {
                position: absolute;
                bottom: 24px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                width: 100%;

                h4 {
                  color: #D9D9D9;
                  text-align: center;
                  font-size: 14px;
                  font-weight: 400;
                  line-height: 120%;
                }

                p {
                  color: #FFF;
                  font-family: "Cormorant Garamond";
                  font-size: 24px;
                  font-weight: 600;
                  line-height: 120%;
                  /* 28.8px */
                  letter-spacing: -0.48px;
                }
              }
            }
          }

          &:hover {
            border: 1px solid #231F20;
          }
        }

        &:last-child {
          .box-text-inner {
            left: 0;
            bottom: 0 !important;
            padding: 0 24px;

            a {
              /* margin-left: -20px !important; */
              display: flex;
              align-items: center;
              justify-content: space-between;

              color: #fff;
              font-size: 18px;
              font-weight: 500;
              line-height: 24px;
              margin: 0 0 12px;

              /* 100% */
              i {
                transform: rotate(-45deg);

                &::before {
                  content: '\f061';
                  font-family: 'Font Awesome 7 Free';
                  font-weight: 900;
                }
              }
            }
          }

        }
      }
    }
  }
}

.sec-services-diff {
  .row {
    .col {
      .product-home {
        .col {
          .col-inner {
            border-radius: 8px;
            background: #FFF;
            overflow: hidden;

            .box-text {
              .product-title {
                margin-bottom: 10px;

                a {
                  color: #231F20;
                  font-family: 'Cormorant Garamond', serif;
                  font-size: 20px;
                  font-weight: 700;
                  line-height: 120%;
                  text-transform: capitalize;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  /* Giới hạn tối đa 2 dòng */
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  /* Hiện dấu ... nếu vượt quá */
                  white-space: normal;
                  /* Cho phép xuống dòng */
                }
              }

              .price-wrapper {
                span.amount {
                  color: #cd0000 !important;
                  padding-top: 15px;
                }
              }
            }

            &:hover {
              box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            }
          }
        }
      }
    }
  }
}

.sec-contact-home {
  .row {
    .col {
      .col-inner {
        p {
          color: #231F20;
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: 24px;
          /* 120% */
        }

        .content-contact {
          h3 {
            color: #231F20;
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: 40px;
            /* 100% */
            letter-spacing: -0.8px;
          }

          p {
            color: #231F20;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            /* 133.333% */
          }
        }

        .map-border {
          iframe {
            border-radius: 8px;
          }
        }

        .social-icons {
          color: #231F20 !important;
        }
      }
    }
  }
}

.sec-news-home {
  .row {
    .col {
      .col-inner {
        .custom-title {
          span {
            color: #231F20;
            font-size: 56px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
            /* 56px */

            @media screen and (max-width:768px) {
              font-size: 32px;
            }
          }
        }

        .custom-blog-home {
          .col-inner {
            border-radius: 24px;
            overflow: hidden;
            background: #FFF;
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10), 0 0 60px 0 rgba(0, 0, 0, 0.08);
            min-height: 528px;

            .box-image {
              padding: 12px;

              .image-zoom {
                border-radius: 18px;
                overflow: hidden;
              }
            }

            .box-text {
              padding: 24px;

              .post-title {
                a {
                  color: #141219;
                  font-size: 24px;
                  font-weight: 700;
                  line-height: 120%;
                  text-transform: capitalize;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  /* Giới hạn tối đa 2 dòng */
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  /* Hiện dấu ... nếu vượt quá */
                  white-space: normal;
                  /* Cho phép xuống dòng */
                }
              }

              .from_the_blog_excerpt {
                color: #141219;
                font-family: SVN-Gilroy;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 140%;
                /* 25.2px */
              }
            }

          }
        }
      }
    }
  }
}

.gia-thue-vay-cuoi {
  font-size: 15px;
  font-weight: 600;
  color: #231f20;
  margin-top: -6px;
  margin-bottom: 16px;
  text-align: center;

  .label {
    font-size: 24px;
  }
}

.category-page-row {
  .products {
    .product-small {
      .col-inner {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10), 0 0 60px 0 rgba(0, 0, 0, 0.08);
        overflow: hidden;

        .box-text {
          padding: 12px 24px;

          .product-title {
            margin-bottom: 15px;

            a {
              color: #141219;
              font-family: "Cormorant Garamond";
              font-size: 24px;
              font-weight: 700;
              line-height: 120%;
              /* 33.6px */
              text-transform: capitalize;
            }
          }
        }
      }

      .gia-ban-label {
        color: #cd0000;
        font-weight: 600;
        font-size: 15px;
      }

      span.amount {
        color: #cd0000;
        font-size: 15px;
        font-weight: 600;
      }
    }
  }
}

.product-page-price {
  margin-bottom: 10px;

  .gia-ban-label {
    color: #cd0000;
  }

  span.amount {
    color: #cd0000;
  }
}

.shop-container {
  .product-container {
    form {
      display: none !important;
    }

    .product-section-title-related {
      text-align: center;
      font-size: 34px;
      color: #cd0000;
      margin-top: 10px;
    }

    .related-products-wrapper {

      .col.product-small {
        .col-inner {
          border-radius: 8px;
          background: #FFF;
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10), 0 0 60px 0 rgba(0, 0, 0, 0.08);
          overflow: hidden;

          .box-text {
            padding: 12px 24px;

            .product-title {
              margin-bottom: 15px;

              a {
                color: #141219;
                font-family: "Cormorant Garamond";
                font-size: 24px;
                font-weight: 700;
                line-height: 120%;
                /* 33.6px */
                text-transform: capitalize;
              }
            }
          }
        }

        .gia-ban-label {
          color: #cd0000;
          font-weight: 600;
          font-size: 15px;
        }

        span.amount {
          color: #cd0000;
          font-size: 15px;
          font-weight: 600;
        }
      }
    }

    .woocommerce-tabs {
      border-top: none !important;

      ul {
        li {
          a {

            color: #d0021b;
            border: 1px solid #d0021b;
            padding: 8px 12px;
            border-radius: 4px;

            &::before {
              background-color: transparent;
            }
          }
        }
      }
    }
  }
}