/*
Theme Name: LeHaiHari
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

:root {
    --bg-logo: #fff;
    --color-background: #fff;
    --color-background01: #f6f6f6ff;
    --color-background02: #f5f5f5;
    --color-background-op80: #ffffffcc;

    --clr-000: #000;
    --color-font: #333;
    --color-font-white: #fff;
    --color-font01: #165dc3;
    --color-primary: #0B2A78;
    --color-primary-tint: #2F63FF;
    --color-secondary: #FFC107;
    --body-font-family: "Inter", sans-serif;
    --header-background: #ffffff;
    --header-background01: #f9f9f9;
    --header-color-font: #252524;
    --header-color-font-white: #fff;
    --header-color-primary: #1F9E97;
    --header-color-primary-shade: #fff;
    --header-color-primary-tint: #fff;
    --footer-background: #111;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
    --font-sz-14: clamp(12px, calc(0.875rem + ((1vw - 19.2px) * 0.2232)), 14px);
    --font-sz-16: clamp(14px, calc(1rem + ((1vw - 19.2px) * 0.2232)), 16px);
    --px30: clamp(20px, calc(1.875rem + ((1vw - 19.2px) * 1.1161)), 30px);

    --primary: #453840;
    --primary-light: #ff7049;
    --primary-dark: #d14c1f;
    --secondary: #f0592f;
    --accent: #dc2626;
    --success: #7a9c59;

    --bg-light: #FFF8F9;
    --bg-white: #FFFFFF;
    --bg-cream: #FFF5F7;
    --bg-gray: #f5f6f8;
    --text-dark: #2C2C2C;
    --text-gray: #6B6B6B;
    --text-muted: #64748b;
    --border-light: #FFE8ED;
    --section-padding: clamp(3rem, 8vw, 5rem);
    --container-width: 1250px;

    --teal: #2ed4d4;
    --teal-dark: #0d9e9e;
    --teal-deeper: #0d4f4f;
    --orange: #fba91e;
    --white: #ffffff;
}

* {
    font-family: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-font);
}

p {
    color: var(--color-font);
}

h2 {
    font-size: 2rem;
}
.hd-top {
	width: 100%;
    height: 35px;
    background-color: #1a1a1a;
    overflow: hidden;
    position: relative;
}
.hd-top .slider-track {
   display: flex;
   flex-direction: column;
   animation: hdScrollUp 7s linear infinite;
}
.hd-top .slider-track:hover {
   animation-play-state: paused;
}
.hd-top .slide {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hd-top .slide a {
	color: #ffffff;
  	text-decoration: none;
 	font-family: 'Georgia', serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4px;
    white-space: nowrap;
    transition: color 0.2s ease;
}
.hd-top .slide a:hover {
   color: #f0c040;
}
@keyframes hdScrollUp {
   0%   { transform: translateY(0);     }
   40%  { transform: translateY(0);     }
   50%  { transform: translateY(-35px); }
   90%  { transform: translateY(-35px); }
   100% { transform: translateY(-70px); }
}
a.ux-menu-link__link{
	color: var(--color-font-white);
}
.logo_ft{
	border: 1px solid var(--color-font-white);
    border-radius: 10px;
    margin-bottom: 20px;
    width: 90%;
    max-width: 250px;
    height: 150px;
}
.sp-pill-comma {
    color: var(--text-muted);
    margin-right: 2px;
    font-size: 13px;
}
/**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Montserrat:wght@200;300;400&display=swap');

.std {
  background-color: #0a0a0a;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
 
.std > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: filter 0.6s ease;
  filter: brightness(0.95) contrast(1.05);
}
 
.std > img:hover {
  filter: brightness(1) contrast(1.08);
}

.std > img + img,
.std > div + img,
.std > img + div {
  margin-top: 3px;
}
 
/* === Section video đè lên ảnh === */
.std > div[style*="inline-block"] {
  display: block !important;
  position: relative;
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
  background: #0a0a0a;
}
 
/* Ảnh nền bên trong div video-section */
.std > div[style*="inline-block"] > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: brightness(0.85) contrast(1.05);
}
 
/* === Video overlay — sang trọng, đóng khung === */
.std > div[style*="inline-block"] > video {
  position: absolute !important;
  width: 46% !important;
  right: 3% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border: 1px solid rgba(200, 170, 110, 0.35);
  box-shadow:
    0 0 0 1px rgba(200, 170, 110, 0.1),
    0 20px 60px rgba(0, 0, 0, 0.7),
    inset 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  outline: none;
  background: #000;
  transition: box-shadow 0.4s ease;
}
 
.std > div[style*="inline-block"] > video:hover {
  box-shadow:
    0 0 0 1px rgba(200, 170, 110, 0.3),
    0 25px 80px rgba(0, 0, 0, 0.8),
    inset 0 0 30px rgba(0, 0, 0, 0.2);
}
 
/* === Đường kẻ vàng trang trí đầu section === */
.std::before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c8aa6e, transparent);
  margin: 0 auto 3px;
}
 
/* === Responsive: mobile === */
@media (max-width: 768px) {
  .std > div[style*="inline-block"] > video {
    width: 55% !important;
    right: 2% !important;
  }
}
 
@media (max-width: 480px) {
  /* Mobile: video tách ra, không đè ảnh nữa */
  .std > div[style*="inline-block"] {
    display: flex !important;
    flex-direction: column;
  }
 
  .std > div[style*="inline-block"] > video {
    position: relative !important;
    width: 100% !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 3px;
  }
}
/*product tab review*/

#customer-reviews .review-heading {
    padding: 10.0012px 0 4.9988px
}

#customer-reviews .review-heading h2 {
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 28.0013px;
    color: #333
}

#customer-reviews .review-heading:after {
    content: '';
    display: table;
    clear: both
}

#customer-reviews .review-heading h2 {
    float: left;
    display: block
}

#customer-reviews .review-heading .pager {
    clear: none;
    float: right;
    width: auto
}

#customer-reviews .review-heading .pager .count-container .limiter {
    margin-bottom: 0
}

#customer-reviews .review-heading .pager .count-container .limiter label {
    font-family: Arial;
    font-size: 10.0012px;
    text-transform: uppercase
}

#customer-reviews .review-heading .pager .amount {
    display: none
}

#customer-reviews h2 {
    color: #ff4500;
    font-size: 12px;
    text-transform: uppercase
}

#customer-reviews h2 span {
    color: #636363
}

#customer-reviews h3 {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

#customer-reviews h3 span {
    color: #ff4500
}

#customer-reviews .fieldset {
    padding-top: 25.0012px;
    width: 469.9988px
}

#customer-reviews .fieldset h4 {
    border-bottom: 1.0012px solid #ccc;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 4.9988px;
    text-transform: uppercase;
    margin-bottom: 10.0012px
}

#customer-reviews .fieldset h4 em {
    display: none
}

#customer-reviews .fieldset .form-list .inline-label:after {
    content: '';
    display: table;
    clear: both
}

#customer-reviews .fieldset .form-list label p {
    line-height: 19.9988px
}

#customer-reviews .fieldset .form-list label {
    font-size: 13.9988px;
    font-weight: 400;
    text-transform: capitalize;
    width: 150px;
    float: left;
    line-height: 40.0012px
}

#customer-reviews .fieldset .form-list div.input-box {
    width: 319.9988px;
    float: left;
    padding-left: 10.0012px
}

#customer-reviews .fieldset .form-list textarea {
    border: 1.0012px solid #ccc;
    border-radius: 0;
    min-width: 100%;
    -webkit-appearance: none;
    height: 79.9988px!important;
    font-family: Jost,gilroy,Arial,Helvetica,sans-serif
}

#customer-reviews .fieldset .form-list input {
    border: 1.0012px solid #ccc;
    border-radius: 0
}

#customer-reviews .fieldset .form-list input[type=file] {
    border: none;
    height: 30px;
    line-height: 30px;
    border: 0;
    width: 216px;
    float: left;
    border-radius: 3px
}

#customer-reviews .fieldset .form-list .box-img {
    margin-left: 150px
}

#customer-reviews .fieldset .form-list input[type=text] {
    width: 100%
}

#customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 469.9988px
}

#customer-reviews .buttons-set button.button {
    float: left;
    background: #ddd;
    border-radius: 3px;
    color: #000
}

#customer-reviews .buttons-set button.button:hover {
    background: #ff4500;
    color: #fff
}

#customer-reviews dl {
    font-size: 14px;
    overflow: hidden;
    font-weight: 400;
    margin-top: 24px;
    position: relative;
    padding-bottom: 16px;
    border-bottom: 2px solid #f7ebe6
}

#customer-reviews dl dt a {
    color: #ff4500;
    padding-top: 4.0012px
}

#customer-reviews dl dd {
    font-size: 14px;
    margin-top: 12px
}

#customer-reviews .rev-virtue {
    display: block;
    color: #ff4500;
    padding: 4.9988px 0
}

#customer-reviews dl dd .ratings-table {
    font-size: 12px;
    width: 100%
}

.ratings-table th {
    display: none
}

#customer-reviews dl dd .ratings-table tr {
    margin-right: 15px
}

#customer-reviews dl dd .ratings-table .review-label {
    width: 300px;
    max-width: 70%
}

#customer-reviews dl dd .review-meta {
    width: 100%;
    color: #999;
    font-family: Arial;
    font-size: 10.0012px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    overflow: hidden
}

#customer-reviews dl dd .review-images {
    float: left
}

#customer-reviews dl dd .review-radiuo {
    float: left;
    padding: 10.0012px 0
}

#customer-reviews dl dd .review-images a,#customer-reviews dl dd .review-radiuo a {
    display: block;
    position: relative;
    width: 120px;
    height: 160px;
    float: left;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 16px
}

#customer-reviews dl dd .review-images img,#customer-reviews dl dd .review-radiuo img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#customer-reviews dl dd .review-radiuo i {
    display: block;
    position: absolute;
    width: 63px;
    height: 33px;
    margin: 0 auto;
    background: url(../images/rewradiuo_03.png) no-repeat;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 999
}

#customer-reviews dl dd .review-radiuo img {
    position: absolute;
    z-index: 1
}

#customer-reviews dl dd .rev-detail {
    overflow: hidden;
    clear: both;
    position: relative
}

.rev-detail-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 22px;
    margin-bottom: 16px
}

.show-more-button {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #e9aa89;
    border: 0;
    z-index: 9;
    cursor: pointer
}

.show-more-rotate-180 {
    transform: rotate(180deg)
}

.review-summary-table {
    border-bottom: 1.0012px solid #ccc;
    margin: 0 0 10.0012px
}

.review-summary-table thead {
    background: 0 0
}

.review-summary-table thead th {
    background: 0 0;
    border: none;
    padding: 15px 7.0012px 10.0012px 7.9987px
}

.review-summary-table tbody th {
    background: #fff;
    font-size: 12px
}

.review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0
}

.review-summary-table tbody td label {
    width: 100%;
    display: block;
    padding: 10.9987px 0
}

.review-summary-table .rating-box .rating-number {
    display: none
}

.review-summary-table .rating-box .rating-number:after {
    content: "";
    display: inline-block;
    background-position: 0 -598.9987px;
    width: 13.0013px;
    height: 13.9988px;
    margin-left: 4.9988px;
    position: relative;
    top: 1.9988px
}

.ratings-table {
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase
}

.ratings-table th {
    padding-right: 10.0012px
}

.ratings-table .rating-box {
    background-position: 0 -615px;
    background-repeat: repeat-x;
    height: 13.0013px;
    overflow: hidden;
    text-indent: -9999px;
    width: 64.9988px
}

.ratings-table .rating-box .rating {
    background-position: 0 -600px;
    background-repeat: repeat-x;
    float: left;
    height: 13.0013px;
    text-indent: -9999px
}

.review-product-view .product-review .product-details h2 {
    border-bottom: none
}

.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%
}

.review-product-view .product-review .product-img-box>a {
    width: 100%
}

.review-product-view .product-review .product-img-box .product-image {
    width: 100%
}

.slideshow-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 10.0012px 0;
    border: 1.0012px solid #ededed
}

.slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0
}

.slideshow-container .slideshow>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0
}

.slideshow-container .slideshow>li:first-child {
    position: static;
    z-index: 100
}

.slideshow-container .slideshow>li img {
    max-width: 100%;
    width: 100%
}

.slideshow-pager {
    text-align: center;
    width: 100%;
    z-index: 115;
    position: absolute;
    bottom: 0;
    top: auto;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.slideshow-pager span {
    font-family: arial;
    width: 24px;
    height: 43.9988px;
    display: inline-block;
    color: #ddd;
    cursor: pointer
}

.slideshow-pager span:before {
    content: '';
    display: block;
    width: 10.0012px;
    height: 10.0012px;
    left: 50%;
    top: 50%;
    margin-left: -7.9987px;
    margin-top: -7.9987px;
    border-radius: 100%;
    background-color: #fff;
    position: relative
}

.slideshow-pager span:hover:before {
    background-color: #ff4500
}

.slideshow-pager span.cycle-pager-active:before {
    background-color: #ff4500
}

.slideshow-pager>* {
    cursor: pointer
}

.slideshow-next,.slideshow-prev {
    position: absolute;
    top: 0;
    width: 15%;
    max-width: 79.9988px;
    height: 100%;
    opacity: .6;
    z-index: 110;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.slideshow-next:before,.slideshow-prev:before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border-style: solid;
    display: block;
    top: 50%;
    margin-top: -15px
}

.slideshow-next:hover,.slideshow-prev:hover {
    opacity: 1
}

.slideshow-next.disabled,.slideshow-prev.disabled {
    filter: alpha(Opacity=50);
    opacity: .5;
    cursor: default
}

.slideshow-prev {
    left: 7.9987px
}

.slideshow-prev:before {
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
    top: 50%;
    left: 10.0012px
}

.slideshow-prev:hover:before {
    border-color: transparent #ff4500 transparent transparent
}

.slideshow-next {
    right: 7.9987px
}

.slideshow-next:before {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    right: 10.0012px
}

.slideshow-next:hover:before {
    border-color: transparent transparent transparent #ff4500
}

.cycle-caption {
    position: absolute;
    color: #fff;
    bottom: 15px;
    right: 15px;
    z-index: 110
}

.cycle-overlay {
    font-family: tahoma,arial;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 120;
    background: #000;
    color: #fff;
    padding: 15px;
    opacity: .5
}
