.elementor-1649 .elementor-element.elementor-element-e463628{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1649 .elementor-element.elementor-element-67731a4{--display:flex;}.elementor-1649 .elementor-element.elementor-element-a4a11a7{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1649 .elementor-element.elementor-element-f80d69f.elementor-element{--align-self:center;}.elementor-1649 .elementor-element.elementor-element-f80d69f img{width:27%;}.elementor-1649 .elementor-element.elementor-element-474f8c4{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1649 .elementor-element.elementor-element-46c2c6a{font-family:"Roboto", Sans-serif;font-weight:400;color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f203eae */.section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin:40px 0;
}

.section-title::before,
.section-title::after{
    content:"";
    flex:1;
    height:2px;
    background:#e1d9cb;
    max-width:450px;
}

.section-title span{
    font-size:28px;
    font-weight:700;
    color:#b38b43;
    text-transform:uppercase;
    line-height:1;
}
.section-title span{
    font-family:"Cormorant Garamond", serif;
    letter-spacing:1px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-46c2c6a */@media (max-width: 768px) {

  /* ===== TEXT KHỐI NỘI DUNG ===== */
  #text-2535142014,
  #text-3773750853 {
    padding: 0 16px;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  #text-2535142014 p,
  #text-3773750853 p {
    text-align: justify !important;
    font-size: 14px !important;
  }

  /* Blockquote cho gọn */
  #text-2535142014 blockquote,
  #text-3773750853 blockquote {
    padding-left: 14px !important;
    padding-right: 10px !important;
    font-size: 15px !important;
  }

  /* ===== HÀNG SỐ LIỆU (4 CỘT) ===== */
  #row-1657017876 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
    margin: 0 auto;
    padding: 0 12px;
  }

  #row-1657017876 .col {
    max-width: 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
    border-left: none !important;
    padding: 10px 0 !important;
  }

  /* Card số liệu */
  #row-1657017876 .col-inner {
    width: 100% !important;
    padding: 12px 0 !important;
  }

  /* Số lớn */
  #row-1657017876 h3 {
    font-size: 20px !important;
    width: auto !important;
  }

  /* Text nhỏ dưới số */
  #row-1657017876 p {
    font-size: 12px !important;
    margin-bottom: 0 !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e0919f */.section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin:40px 0;
}

.section-title::before,
.section-title::after{
    content:"";
    flex:1;
    height:2px;
    background:#e1d9cb;
    max-width:450px;
}

.section-title span{
    font-size:28px;
    font-weight:700;
    color:#b38b43;
    text-transform:uppercase;
    line-height:1;
}
.section-title span{
    font-family:"Cormorant Garamond", serif;
    letter-spacing:1px;
}
@media (max-width: 768px) {

  .section-title{
    gap:12px;
    margin:28px 0;
    padding:0 12px;
  }

  /* Đường kẻ hai bên ngắn lại */
  .section-title::before,
  .section-title::after{
    height:1.5px;
    max-width:120px;
  }

  /* Text tiêu đề */
  .section-title span{
       color:#700002;
    font-size:18px;
    letter-spacing:0.6px;
    line-height:1.2;
    text-align:center;
    
    white-space:normal;
    
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb35418 */.tmh-values{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:36px;
    max-width:1380px;
    margin:auto;
}

.value-card{
    position:relative;
    overflow:hidden;
    height:430px;
    cursor:pointer;
}

.value-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.6s;
}

.value-card:hover img{
    transform:scale(1.08);
}

.value-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.25),
        rgba(0,0,0,.05)
    );
    z-index:1;
}

.overlay{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    z-index:2;
    color:#fff;
}

.overlay h3{
    color: white;
    font-size:28px;
    font-weight:700;
    margin:0 0 12px;
    text-align:center;
    letter-spacing:2px;
}

.overlay p{
    margin:0;
    font-size:18px;
    line-height:1.8;
}

.overlay.bottom{
    text-align:center;
}

.overlay.bottom p{
    font-size:17px;
    font-style:italic;
    font-weight:300;
}

@media(max-width:1024px){

    .tmh-values{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .tmh-values{
        grid-template-columns:1fr;
        gap:20px;
    }

    .value-card{
        height:350px;
    }

    .overlay h3{
        font-size:42px;
    }

    .overlay p{
        font-size:16px;
    }

    .overlay.bottom p{
        font-size:24px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cde69f5 */.section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin:40px 0;
}

.section-title::before,
.section-title::after{
    content:"";
    flex:1;
    height:2px;
    background:#e1d9cb;
    max-width:450px;
}

.section-title span{
    font-size:28px;
    font-weight:700;
    color:#b38b43;
    text-transform:uppercase;
    line-height:1;
}
.section-title span{
    font-family:"Cormorant Garamond", serif;
    letter-spacing:1px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59c5a36 */.history-wrapper{
    display:flex;
    gap:30px;
    max-width:1200px;
    margin:0 auto;
   
}

.history-menu{
    width:270px;
    border-right:1px solid #d8d0c0;
    padding-right:20px;
}

.history-title{
    font-size:28px;
    font-weight:700;
    color:#8a6a3c;
    margin-bottom:25px;
    text-transform:uppercase;
}

.history-tab{
    padding:12px 18px;
    margin-bottom:8px;
    border-radius:30px;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
    color:#666;
    transition:.3s;
}

.history-tab:hover{
    background:#700002;
    color:#fff;
}

.history-tab.active{
    background:#700002;
    color:#fff;
}

.history-content{
    flex:1;
}

.history-item{
    display:none;
}

.history-item.active{
    display:block;
    animation:fade .4s ease;
}

.history-item h2{
    font-size:30px;
    margin:0 0 15px;
    color:#4a3a28;
}

.history-item p{
    font-size:16px;
    line-height:1.8;
    color:#444;
    margin-bottom:15px;
}

.history-item img{
    width:100%;
    border-radius:6px;
    display:block;
}

@keyframes fade{
    from{
        opacity:0;
        transform:translateY(10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:768px){

    .history-wrapper{
        flex-direction:column;
    }

    .history-menu{
        width:100%;
        border-right:none;
        border-bottom:1px solid #d8d0c0;
        padding-right:0;
        padding-bottom:15px;
    }

    .history-title{
        font-size:22px;
    }

    .history-item h2{
        font-size:24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6cb07fe */.section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin:40px 0;
}

.section-title::before,
.section-title::after{
    content:"";
    flex:1;
    height:2px;
    background:#e1d9cb;
    max-width:450px;
}

.section-title span{
    font-size:28px;
    font-weight:700;
    color:#700002;
    text-transform:uppercase;
    line-height:1;
}
.section-title span{
    font-family:"Cormorant Garamond", serif;
    letter-spacing:1px;
}
@media (max-width: 768px) {

  .section-title{
    gap:12px;
    margin:28px 0;
    padding:0 12px;
  }

  /* Đường kẻ hai bên ngắn lại */
  .section-title::before,
  .section-title::after{
    height:1.5px;
    max-width:120px;
  }

  /* Text tiêu đề */
  .section-title span{
       color:#700002;
    font-size:18px;
    letter-spacing:0.6px;
    line-height:1.2;
    text-align:center;
    
    white-space:normal;
    
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0df42b8 */.agarwood-section{
    max-width:1400px;
    margin:auto;
    padding:80px 40px;
    display:flex;
    align-items:center;
    gap:70px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.agarwood-content{
    flex:1;
    max-width:520px;
}

.agarwood-content h2{
    font-size:22px;
    line-height:1.35;
    color:#700002;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:35px;
}

.agarwood-content p{
    font-size:15px;
    line-height:1.9;
    color:#3d3d3d;
    margin-bottom:25px;
    font-weight:400;
}

.agarwood-video{
    flex:1;
}

.agarwood-video iframe{
    width:100%;
    aspect-ratio:9/16;
    border:none;
    display:block;
}
/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .agarwood-section{
      flex-direction: column;       /* xếp dọc */
      padding: 40px 20px;           /* gọn lại */
      gap: 30px;
  }

  .agarwood-content{
      max-width: 100%;
  }

  .agarwood-content h2{
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 20px;
      text-align: left;
  }

  .agarwood-content p{
      font-size: 14px;
      line-height: 1.75;
      margin-bottom: 18px;
  }

  .agarwood-video{
      width: 100%;
  }

  .agarwood-video iframe{
      aspect-ratio: 9 / 16;         /* video ngang cho mobile */
      border-radius: 12px;          /* bo góc nhẹ */
  }

}/* End custom CSS */