:root {
  --primary-color: #0b3d64;
  --secondary-color: #313131;
  --text-color: #003358;
  --dark: #121214;
  --green: #89d113;
  --gradient: linear-gradient(0deg, rgba(20, 99, 184, 1) 0%, rgba(0, 58, 118, 1) 100%);
  }
  
  body .body-inner {
  overflow: hidden;
  }
  @media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1350px;
  }
  }
  
  #page-title[data-bg-parallax], [data-bg-parallax] {
  background-color: transparent;
  }
  
  html {
  scroll-behavior: smooth;
  }
  
  .text-color {
  color: #c21016;
  }
  
  .text-gray {
  color: #888;
  }
  
  body, p,
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
  #mainMenu nav>ul>li>a,
  #footer,
  button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]),
  .article-name span,
  #footer p {
  font-family: "Prompt", sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000000;
  }
  
  body, p, address {
  font-size: 16px;
  font-weight: 400;
  }
  
  .italic {
  font-style: italic;
  }
  
  .w100, .w-100 {
  width: 100%;
  }
  
  .w80 {
  width: 80%;
  }
  
  .w70 {
  width: 70%;
  }
  
  button.btn.btn-primary, .btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  }
  
  /* topbar */
  .topbar{font-size: 14px;}
  .topbar-menu{ float: right;}
  .topbar-menu ul{ padding: 0; margin: 0;}
  .topbar-menu ul li{
  position: relative;
  display: inline-block;
  float: left;
  padding: 0 10px;
  }
  .topbar-menu ul li::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  background: #ccc;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  }
  .topbar-menu ul li:first-child{ padding-left: 0;}
  .topbar-menu ul li:first-child::before{
  display: none;
  }
  
  #header{float: left;}
  #header,
  #header .header-inner,
  #header .header-inner #logo,
  #mainMenu nav>ul>li>a{
  height: 70px;
  line-height: 70px;
  }
  #header .header-inner{ box-shadow: 0 1px 0 #ddd;}
  
  /* logo */
  #header .header-inner #logo {
  vertical-align: middle;
  align-content: center;
  }
  
  #header .header-inner #logo a {
  display: inline-block;
  height: auto;
  float: left;
  font-size: initial;
  vertical-align: middle;
  }
  
  #header .header-inner #logo a>img {
      height: 120px;
      position: relative;
      top: -29px;
  }
  #header.header-sticky.sticky-active .header-inner #logo a>img {
      top: -26px;
  }
  .top-contact{
  background: #333;
  padding: 0 20px;
  color: #fff !important;
  }
  .top-contact:hover{
  background: var(--primary-color);
  color: #fff !important;
  }
  
  a {
  color: var(--primary-color);
  }
  
  a:not(.btn):hover,
  a:not(.btn-view):hover,
  a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
  color: var(--primary-color);
  }
  
  button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
      color: #ffffff;
      border: none;
      line-height: 40px;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0px;
      text-decoration: none;
      outline: none;
      padding: 0 20px;
      background: #2a2525;
      height: auto;
  }
  
  button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
  border-color: #333;
  color: #333;
  background: transparent;
  }
  
  button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active,
  button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover,
  .btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active,
  .btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover,
  a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active,
  a.btn:not([href]):not([tabindex]).btn-outline.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  }
  
  #header.header-modern:not(.header-active) .header-inner, #header.header-modern:not(.header-active) #header-wrap {
  border-radius: 16px;
  }
  
  button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:not(:disabled):not(.disabled):active,
  button.btn.btn-primary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-primary:hover,
  .btn:not(.close):not(.mfp-close).btn-primary:focus,
  .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active,
  .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active,
  a.btn:not([href]):not([tabindex]).btn-primary:hover, a.btn:not([href]):not([tabindex]).btn-primary:focus,
  a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active,
  a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active {
  background: var(--primary-color);
  color: #333;
  }
  
  button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active,
  button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover,
  .btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
  .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover,
  a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
  a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
  background: var(--primary-color);
  color: #fff;
  border-color: transparent;
  text-decoration: none;
  }
  
  .headbar {
  position: relative;
  margin-bottom: 20px;
  }
  
  .headbar .btn,
  .headbar .text-link {
  position: absolute !important;
  right: 15px;
  top: 10px;
  }
  .headbar .text-link{ color: var(--secondary-color);}
  
  .header-extras>ul>li {
  margin-left: 5px;
  }
  
  .header-extras>ul>li.header-link {
  margin-left: 18px;
  }
  
  .flickity-button {
  border-radius: 50%;
  }
  
  .flickity-button:hover {
  background: var(--primary-color);
  }
  
  .form-group label:not(.error) {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 4px;
  }
  
  .btn-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  display: inline-block;
  color: #fff;
  background: var(--gradient);
  }
  
  .btn-circle.btn-expand img {
  width: 14px;
  height: auto;
  }
  
  #search {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(2px);
  }
  
  #search .search-form .form-control {
  color: #fff;
  text-align: center;
  }
  
  #search .search-form .text-muted {
  color: rgba(255, 255, 255, 0.62) !important;
  opacity: 1;
  }
  
  #search .btn-search-close {
  background: var(--secondary-color);
  color: var(--primary-color)
  }
  
  .header-contact {
  margin-right: 20px;
  }
  
  .header-contact ul.list-contact li {
  display: inline-block;
  }
  
  .header-contact ul.list-contact li span {
  display: none;
  }
  
  ul.list-contact li i {
  margin-right: 1px !important;
  }
  
  ul.list-contact li a:hover i {
  color: var(--secondary-color);
  background: var(--primary-color);
  }
  
  .header-extras>ul>li>a:not(.btn) i,
  .header-extras>ul>li .topbar-dropdown>.title i,
  .header-language i {
  font-size: 18px;
  }
  
  .header-extras>ul>li .p-dropdown a>span {
  top: -18px;
  right: initial;
  left: 50%;
  }
  
  .img-flags {
  width: 20px;
  }
  
  .p-dropdown .p-dropdown-content, .p-dropdown ul.p-dropdown-content {
  padding: 5px;
  }
  
  /* search */
  #btn-shopping,
  #btn-search {
  margin-top: 17px;
  }
  
  #btn-shopping,
  #btn-search,
  .search-btn {
  width: 42px;
  height: 42px;
  align-content: center;
  border-radius: 50%;
  line-height: 40px;
  padding: 0;
  text-align: center;
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
  /* box-shadow: 0 -2px 2px rgba(25, 25, 25, 0.34) inset; */
  }
  
  #btn-shopping i,
  #btn-search i,
  .search-btn i {
  line-height: inherit !important;
  }
  
  .header-extras a:hover i {
  color: var(--primary-color) !important;
  }
  
  .search-wrapper {
  width: 42px;
  height: 42px;
  display: flex;
  border-radius: 4rem;
  
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: 400ms ease-in-out;
  position: relative;
  margin-top: 16px;
  }
  
  .search-wrapper.active {
  width: 300px;
  }
  
  .search-wrapper input {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 2px;
  outline: none;
  border: none;
  font-size: 500;
  font-size: 1.2rem;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  }
  
  .search-btn {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
  z-index: 1;
  color: #fff;
  }
  
  .search-btn i {
  color: inherit !important;
  }
  
  .header-social {
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 80px;
  vertical-align: middle;
  align-content: center;
  margin-top: 23px;
  }
  
  /* menu */
  #mainMenu nav>ul>li>a {
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  letter-spacing: 0;
  }
  
  #mainMenu nav>ul>li>a,
  .header-extras>ul>li a,
  .header-extras>ul>li a i,
  .header-extras>ul>li .p-dropdown a>span {
  color: #1b1b1b;
  }
  
  #mainMenu nav>ul>li.hover-active>a, #mainMenu nav>ul>li.hover-active>span, #mainMenu nav>ul>li.current>a, #mainMenu
  nav>ul>li.current>span, #mainMenu nav>ul>li:hover>a, #mainMenu nav>ul>li:hover>span,
  #mainMenu nav>ul>li:focus>a, #mainMenu nav>ul>li:focus>span {
  color: var(--secondary-color);
  }
  
  #mainMenu nav>ul>li {
  display: inline-block;
  float: none;
  margin: 0;
  }
  
  #mainMenu nav>ul>li:hover,
  #mainMenu nav>ul>li.active > a {
  box-shadow: inset 0 -5px 0px var(--primary-color);
  }
  
  #mainMenu nav>ul>li .dropdown-menu li {
  line-height: 40px;
  font-size: 1em;
  }
  
  #mainMenu nav>ul>li .dropdown-menu li a {
  color: #333;
  display: inline-block;
  width: 100%;
  }
  
  #mainMenu nav>ul>li .dropdown-menu>li.current>a, #mainMenu nav>ul>li .dropdown-menu>li.current>span,
  #mainMenu nav>ul>li .dropdown-menu>li:hover>a, #mainMenu nav>ul>li .dropdown-menu>li:hover>span,
  #mainMenu nav>ul>li .dropdown-menu>li:focus>a, #mainMenu nav>ul>li .dropdown-menu>li:focus>span,
  #mainMenu nav>ul>li .dropdown-menu>li:active>a, #mainMenu nav>ul>li .dropdown-menu>li:active>span,
  #mainMenu nav>ul>li .dropdown-menu>li.hover-active>a, #mainMenu nav>ul>li .dropdown-menu>li.hover-active>span {
  color: var(--primary-color);
  }
  
  #mainMenu nav>ul>li>a {
  padding: 0 10px;
  display: inline-block;
  text-transform: capitalize;
  }
  
  #mainMenu nav>ul>li>a:hover {
  text-decoration: none;
  color: var(--primary-color);
  }
  
  #mainMenu nav>ul>li .dropdown-menu li:hover {
  background: #f2f2f2;
  }
  
  h2.htitle {
  font-size: 2.2em;
  }
  
  
  /*** About & Feature ***/
  .about-new {
      padding-top: 80px;
  }
  .about-img,
  .feature-img {
      position: relative;
      height: 100%;
      min-height: 400px;
  }
  
  .about-img img,
  .feature-img img {
      position: absolute;
      width: 60%;
      height: 80%;
      object-fit: cover;
  }
  
  .about-img img:last-child,
  .feature-img img:last-child {
      margin: 20% 0 0 40%;
  }
  
  .about-img::before,
  .feature-img::before {
      position: absolute;
      content: "";
      width: 60%;
      height: 80%;
      top: 10%;
      left: 20%;
      border: 5px solid var(--primary);
      z-index: -1;
  }
  .ms-4 {
      margin-left: 0.5rem !important;
  }
  .align-items-center img {
      width: 40px;
  }
  
  
  .twm-acd-st-1 {
    margin-top: 125px;
  }
  .twm-acd-st-1 .heading-layout2 {
    margin-bottom: 50px;
  }
  .twm-acd-st-1 *, .twm-acd-st-1 *:after, .twm-acd-st-1 *:before {
    box-sizing: border-box;
  }
  .twm-acd-st-1 .acd-bx * {
    transition: all 0.3s ease 0s;
  }
  .twm-acd-st-1 .acd-bx {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 80vh;
    min-height: 700px;
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow: hidden;
    transition: 0.1s ease background;
  }
  @media (max-width: 1199px) {
    .twm-acd-st-1 .acd-bx {
      height: 440px;
      min-height: auto;
    }
  }
  @media (max-width: 575px) {
    .twm-acd-st-1 .acd-bx {
      width: 100%;
      display: block;
      height: auto;
    }
  }
  .twm-acd-st-1 .twm-acd-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  }
  @media (max-width: 575px) {
    .twm-acd-st-1 .twm-acd-overlay {
      background: none;
      background-color: rgba(0, 0, 0, 0.6);
    }
  }
  .twm-acd-st-1 .section {
    flex: initial;
    width: 25%;
    height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 2vh 1vw;
    position: relative;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    transition: 1.2s ease all;
  }
  .twm-acd-st-1 .section:last-of-type {
    border-right: none;
  }
  .twm-acd-st-1 .section .heading {
    transition: 0.5s ease all;
  }
  .twm-acd-st-1 .section:hover .heading {
    margin-top: -30px;
  }
  @media (max-width: 575px) {
    .twm-acd-st-1 .section:hover .heading {
      margin-top: 0px;
      color: #e2791d;
    }
  }
  .twm-acd-st-1 .section.open {
    width: 88%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#66000000", endColorstr="#00000000",GradientType=1 );
    cursor: default;
  }
  @media (max-width: 575px) {
    .twm-acd-st-1 .section.open {
      width: 100%;
    }
  }
  @media (max-width: 575px) {
    .twm-acd-st-1 .section {
      width: 100%;
      padding: 20px;
      border-right: 0px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }
  }
  .twm-acd-st-1 div.enabled article {
    flex: initial;
    width: 4%;
  }
  @media (max-width: 768px) {
    .twm-acd-st-1 div.enabled article {
      width: 10%;
    }
  }
  @media (max-width: 575px) {
    .twm-acd-st-1 div.enabled article {
      width: 100%;
    }
  }
  .twm-acd-st-1 .inside-content {
    opacity: 0;
    transition: opacity 0.3s ease 0;
  }
  .twm-acd-st-1 .section.open > .inside-content {
    opacity: 1;
    transition: opacity 0.3s ease 0.3s;
    color: rgba(255, 255, 255, 0.8);
  }
  @media (max-width: 575px) {
    .twm-acd-st-1 .section.open > .inside-content {
      opacity: 1;
      transition: opacity 0.3s ease 0.3s;
      position: inherit;
      top: auto;
      max-height: 100%;
      left: auto;
      bottom: auto;
      width: 100%;
    }
  }
  .twm-acd-st-1 .heading {
    top: 300px;
    position: absolute;
    width: 90%;
    max-width: 100%;
    margin: 0;
    font-size: 18px;
    text-align: left;
    color: #fff;
    line-height: 1.3;
  }
  @media (max-width: 1440px) {
    .twm-acd-st-1 .heading {
      font-size: 20px;
    }
  }
  @media (max-width: 1199px) {
    .twm-acd-st-1 .heading {
      font-size: 18px;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  @media (max-width: 1024px) {
    .twm-acd-st-1 .heading {
      top: 50%;
      transform: rotate(90deg);
    }
  }
  @media (max-width: 575px) {
    .twm-acd-st-1 .heading {
      position: inherit;
      top: auto;
      transform: none;
      width: 100%;
      left: auto;
    }
  }
  .twm-acd-st-1 .above {
    font-size: 76px;
    font-weight: 100;
    display: block;
    margin-bottom: 5px;
    font-family: "Prompt", sans-serif;
  }
  .twm-acd-st-1 .below {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    margin-top: 15px;
    text-align: center;
    line-height: 33px;
    border-radius: 100%;
    font-size: 30px;
  }
  
  .acd-bx.enabled .section:not(.open) {
    background: rgba(0, 0, 0, 0.1);
  }
  .acd-bx.enabled .section:not(.open) h2.heading {
    top: 25px;
    left: 13%;
    text-align: left;
    font-size: 15px;
    width: 400px;
    height: 400px;
    transform-origin: 0px 0px 0px;
    transform: matrix(0, 1, -1, 0, 27, 0);
    white-space: nowrap;
    line-height: 1;
  }
  .acd-bx.enabled .section:not(.open) h2.heading .above, .acd-bx.enabled .section:not(.open) h2.heading .below {
    display: none;
  }
  @media (max-width: 575px) {
    .acd-bx.enabled .section:not(.open) h2.heading {
      height: auto;
      transform: inherit;
      left: auto;
      top: auto;
      position: inherit;
      width: 100%;
      white-space: normal;
      line-height: normal;
    }
  }
  .acd-bx.enabled .section.open h2.heading {
    padding-left: 25px;
    max-width: 100%;
  }
  .acd-bx.enabled .section.open h2.heading .below {
    display: none;
  }
  .acd-bx.enabled .section.open:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#66000000", endColorstr="#00000000",GradientType=1 );
  }
  .acd-bx.enabled .section:hover {
    background: rgba(0, 0, 0, 0.4);
  }
  .acd-bx.enabled .section:hover .heading {
    margin-top: -5px;
  }
  @media (max-width: 575px) {
    .acd-bx.enabled .section:hover .heading {
      margin-top: 0px;
    }
  }
  
  .acd-bx:not(.enabled) .section:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  .acd-bx:not(.enabled) .section:hover .heading .below {
    transform: rotate(90deg);
  }
  /** - Article layouts */
  .inside-content {
    text-align: left;
    width: 500px;
    padding-left: 25px;
    max-width: 80%;
    position: absolute;
    top: 460px;
    line-height: 1.4;
  }
  @media (max-width: 1199px) {
    .inside-content {
      bottom: 30px;
      top: auto;
    }
  }
  .inside-content p, .inside-content h2, .inside-content h3 {
    margin: 0 0 16px 0;
  }
  
  .close {
    display: none;
    z-index: 300;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    border: 2px solid #fff;
    cursor: pointer;
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    position: absolute;
    right: 60px;
    top: 90px;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .close {
      right: 20px;
      top: 20px;
    }
  }
  .close .cross {
    position: absolute;
    left: 18px;
    top: 18px;
  }
  .close .a {
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #fff;
    left: -7px;
    top: -1px;
  }
  .close .b {
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #fff;
    left: -1px;
    top: -7px;
  }
  
  .section.open .close {
    display: block;
  }
  
  @media (max-width: 1024px) {
    .section {
      padding: 2vh 3vw;
    }
    .heading {
      transform: rotate(90deg);
      min-width: 100vh;
      text-align: left;
      transform-origin: 0 0 0;
      opacity: 1;
      top: 10vh;
      font-size: 22px;
      width: auto;
      left: 61%;
    }
    .heading .above,
    .heading .below {
      display: none;
    }
    .acd-bx.enabled .section.open h2.heading {
      transform: none;
      width: 95%;
      min-width: 200px;
      max-width: 95%;
      left: 0;
      top: 20%;
    }
  }
  @media (max-width: 1024px) and (max-width: 575px) {
    .acd-bx.enabled .section.open h2.heading {
      min-width: 100%;
      left: auto;
      top: auto;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 1024px) {
    .inside-content {
      max-height: 72%;
      overflow-y: auto;
      left: 0;
      top: 30%;
    }
  }
  @media (max-width: 991px) {
    .heading {
      transform: translateX(-50%);
      left: 50%;
    }
  }
  @media (max-width: 640px) {
    .acd-bx.enabled .section:not(.open) {
      width: 12%;
      padding: 3px;
    }
  }
  @media (max-width: 575px) {
    .acd-bx.enabled .section:not(.open) {
      width: 100%;
      padding: 20px;
    }
  }
  
  
  /** - Product Section */
  .locker {
      position: relative;
      display: grid;
      grid-template-columns: 50% auto;
    }
    @media (max-width: 767px) {
      .locker {
        display: block;
      }
    }
    .locker .locker-title {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      font-size: 140px;
      line-height: 140px;
      font-weight: 900;
      color: #fff;
      mix-blend-mode: overlay;
      font-weight: "Prompt", sans-serif;
      animation: slide-top 5s linear infinite alternate-reverse;
    }
    @media (max-width: 1366px) {
      .locker .locker-title {
        font-size: 80px;
      }
    }
    .locker .image {
      opacity: 0;
      transition: all 0.5s ease;
    }
    .locker .image.active {
      opacity: 1;
    }
    .locker__image {
      position: relative;
    }
    @media (max-width: 767px) {
      .locker__image {
        display: none;
      }
    }
    .locker__image img {
      width: 100%;
      height: 700px;
      position: absolute;
      transition: all 1s ease;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
    }
    @media (max-width: 1366px) {
      .locker__image img {
        height: 530px;
      }
    }
    .locker__container {
      position: sticky;
      position: -webkit-sticky;
      top: 0;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .locker__content {
      position: relative;
    }
    .locker__section {
      height: 100vh;
      display: flex;
      justify-content: center;
      flex-direction: column;
      border-top: 1px solid #e2791d;
    }
    @media (max-width: 1366px) {
      .locker__section {
        height: auto;
        padding: 100px 0px;
      }
    }
    @media (max-width: 1024px) {
      .locker__section {
        padding: 20px 0px;
      }
    }
    @media (max-width: 767px) {
      .locker__section {
        padding: 70px 0px;
      }
    }
    .locker__section:first-child {
      border: none;
    }
    
    .twm-product-v-scroll-wrap {
      position: relative;margin-top: 60px;
    }
    
    .twm-product-v-scroll-bx {
      margin-left: 100px;
    }
    @media (max-width: 991px) {
      .twm-product-v-scroll-bx {
        margin-left: 40px;
      }
    }
    @media (max-width: 767px) {
      .twm-product-v-scroll-bx {
        margin-left: 0px;
      }
    }
    .twm-product-v-scroll-bx .twm-product-v-scroll-count {
      font-size: 60px;
      font-family: "Prompt", sans-serif;
      color: #0b3d64;
      font-weight: 900;
    }
    .twm-product-v-scroll-bx .twm-product-v-image-on-responsive {
      display: none;
    }
    @media (max-width: 767px) {
      .twm-product-v-scroll-bx .twm-product-v-image-on-responsive {
        display: block;
      }
    }
    .twm-product-v-scroll-bx .twm-product-v-scroll-title a {
      color: #443935;
      font-size: 22px;
    }
    .twm-product-v-scroll-bx .twm-product-v-scroll-category {
      font-size: 16px;
      font-family: "Prompt", sans-serif;
      margin-bottom: 30px;
    }
    .twm-product-v-scroll-bx .twm-product-v-scroll-btn {
      overflow: hidden;
    }
    .twm-product-v-scroll-bx .twm-product-v-scroll-content {
      margin-bottom: 30px;
    }
    .twm-product-v-scroll-bx .site-button-icon {
      width: 56px;
      height: 56px;
      background-color: #e2791d;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: #fff;
      margin-left: 50px;
      position: relative;
    }
    .twm-product-v-scroll-bx .site-button-icon:before {
      content: "";
      height: 1px;
      width: 30px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -50px;
      background-color: #e2791d;
    }
    .twm-product-v-scroll-bx .site-button-icon:after {
      content: "";
      z-index: -1;
      height: 1px;
      width: 14px;
      position: absolute;
      top: 50%;
      left: -50px;
      transform: translateY(-50%);
      background-color: #443935;
      animation-name: rightToLeft;
      animation-duration: 2s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
    }
    
    @keyframes rightToLeft {
      0% {
        transform: translateX(-60px);
      }
      100% {
        transform: translateX(60px);
      }
    }
    .slide-top {
      animation: slide-top 5s linear infinite alternate-reverse;
    }
    
    @keyframes slide-top {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-60px);
      }
    }
  
  
  
      /* Slider zoom out and fade effect */
      #slider.carousel .slide {
          overflow: hidden;
          position: relative;
      }
      
      #slider.carousel .slide img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          animation: zoomOutFade 2000ms ease-in-out;
      }
      
      #slider.carousel .slide.active img {
          animation: zoomOutFade 2000ms ease-in-out;
      }
      
      @keyframes zoomOutFade {
          0% {
              transform: scale(1.2);
              opacity: 0.7;
          }
          50% {
              opacity: 1;
          }
          100% {
              transform: scale(1);
              opacity: 1;
          }
      }
      
      /* Alternative continuous zoom effect for active slide */
      #slider.carousel .slide.active img {
          animation: continuousZoom 8000ms ease-in-out infinite;
      }
      
      @keyframes continuousZoom {
          0% {
              transform: scale(1);
          }
          50% {
              transform: scale(1.1);
          }
          100% {
              transform: scale(1);
          }
      }
  
  /* Swiper Hero Slider - Fade and Zoom In Effect */
  .hero-slider {
      position: relative;
      width: 100%;
  }
  
  .hero-slider .swiper-wrapper {
      position: relative;
  }
  
  .hero-slider .swiper-slide {
      position: relative;
      aspect-ratio: 21/8;
      overflow: hidden;
  }
  
  .hero-slider .swiper-slide img,
  .hero-slider .swiper-slide iframe {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  /* YouTube player container */
  #youtube-player-container {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 10;
      pointer-events: auto !important;
      cursor: pointer;
  }
  
  #youtube-player-container iframe {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      pointer-events: auto !important;
      cursor: pointer;
  }
  
  /* Video slide - default completely hidden */
  .hero-slider .swiper-slide-video {
      z-index: -1;
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
  }
  
  .hero-slider .swiper-slide-video #youtube-player-container {
      pointer-events: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
  }
  
  .hero-slider .swiper-slide-video #youtube-player-container iframe {
      pointer-events: none !important;
      visibility: hidden !important;
  }
  
  /* Video slide when active - fully visible and clickable */
  .hero-slider .swiper-slide-active.swiper-slide-video {
      z-index: 15 !important;
      pointer-events: auto !important;
      visibility: visible !important;
      opacity: 1 !important;
  }
  
  .hero-slider .swiper-slide-active.swiper-slide-video #youtube-player-container {
      pointer-events: auto !important;
      visibility: visible !important;
      opacity: 1 !important;
  }
  
  .hero-slider .swiper-slide-active.swiper-slide-video #youtube-player-container iframe {
      pointer-events: auto !important;
      visibility: visible !important;
      cursor: pointer;
  }
  
  .hero-slider .swiper-slide-active.swiper-slide-video * {
      pointer-events: auto !important;
  }
  
  /* Image slides - always clickable and visible */
  .hero-slider .swiper-slide:not(.swiper-slide-video) {
      pointer-events: auto;
      z-index: 5;
  }
  
  /* Zoom in effect for images */
  .hero-slider .swiper-slide img {
      transform: scale(1.15);
      transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  
  .hero-slider .swiper-slide-active img {
      transform: scale(1);
  }
  
  /* Swiper Navigation Buttons */
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
      color: #fff;
      background: rgba(0, 0, 0, 0.3);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      transition: background 0.3s ease;
      z-index: 20;
      pointer-events: auto;
  }
  
  .hero-slider .swiper-button-prev:hover,
  .hero-slider .swiper-button-next:hover {
      background: rgba(0, 0, 0, 0.6);
  }
  
  .hero-slider .swiper-button-prev::after,
  .hero-slider .swiper-button-next::after {
      font-size: 20px;
  }
  
  /* Swiper Pagination */
  .hero-slider .swiper-pagination {
      bottom: 25px;
      z-index: 20;
  }
  
  .hero-slider .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background: #fff;
      opacity: 0.5;
      transition: opacity 0.3s ease;
  }
  
  .hero-slider .swiper-pagination-bullet-active {
      opacity: 1;
      background: #fff;
  }
  
  /* Legacy slider support */
  #slider {
      position: relative;
  }
  
  #slider::before {
      position: absolute;
      content: "";
      width: 100%;
  }
  
  #slider .slide {
      position: relative;
      aspect-ratio: 21/8;
      overflow: hidden;
  }
  
  #slider .slide .embed-responsive {
  height: 100%;
  width: initial;
  }
  
  #slider .flickity-page-dots {
  bottom: 25px;
  }
  
  .inspiro-slider .slide .slide-captions>p,
  .inspiro-slider .slide .slide-captions h1 {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
  color: #fff;
  }
  
  .inspiro-slider .slide .slide-captions h1 {
  font-weight: 500;
  font-size: 2em;
  letter-spacing: 0;
  line-height: 1;
  }
  
  .inspiro-slider .slide .slide-captions>p {
  font-size: 1.7em;
  color: #fff;
  margin-bottom: 20px;
  }
  
  .inspiro-slider .slide .slide-captions .text-link img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  height: 40px;
  }
  
  .inspiro-slider .slide .slide-captions .text-link {
  position: absolute;
  bottom: -240px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  }
  
  
  
  /* Service New */
  .service-new {
    /*display: grid;*/
    grid-template-columns: 1fr 320px;
    gap: 48px;
    padding: 60px 0;
  }
  
  .service-new-heading {
    margin-bottom: 32px;
  }
  
  .service-new-kicker {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #0a9396;
    font-weight: 600;
  }
  
  .service-new-title {
    font-size: 32px;
    font-weight: 700;
    margin: 8px 0 12px;
  }
  
  .service-new-subtitle {
    max-width: 60ch;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
  }
  
  .service-new-models {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 32px;
  }
  
  .service-new-card {
    display: flex;
    gap: 16px;
    padding: 16px;
    border: 1px solid #e3ecec;
    border-radius: 12px;
    background: #fff;
  }
  
  .service-new-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }
  
  .service-new-card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
  }
  
  .service-new-card-desc {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
  }
  
  .service-new-note {
    margin-top: 18px;
    font-size: 22px;
    color: #000000;
  }
  
  .service-new-right {
    padding-top: 14px;
  }
  
  .service-new-cta {
    /* display: flex; */
    gap: 12px;
    margin: 18px 0;
  }
  .service-new-heading {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .service-new-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  
  /* Two Column Layout */
  .service-new-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: center;
  }
  
  .service-new-col img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
  }
  
  .service-new-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    text-align: left;
  }
  .cright ul {
    padding-left: 18px;
  }
  /* Mobile Responsive */
  @media (max-width: 768px) {
    .service-new-row {
        grid-template-columns: 1fr;
        text-align: center;
    }
  
    .service-new-subtitle {
        text-align: center;
    }
  }
  .tabs .nav-tabs .nav-link {
    padding: 20px 15px;
    font-weight: bold;
  }
  .tabs .nav-tabs .nav-link.active {
    color: var(--primary-color);
    background-color: transparent;
    border-bottom: 2px solid var(--primary-color);
  }
  .service-compare {
    margin: 0px auto;
    width: 100%;
    padding: 0px;
  }
  
  .compare-container {
    border: 1px solid #000;
    border-collapse: collapse;
  }
  
  .compare-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    border-bottom: 1px solid #000;
  }
  
  .compare-row:last-child {
    border-bottom: none;
  }
  
  .compare-item {
    padding: 16px 20px;
    border-right: 1px solid #000;
    font-size: 15px;
    line-height: 1.5;
  }
  
  .compare-item:last-child {
    border-right: none;
  }
  
  /* Highlight first column */
  .compare-item.title {
    font-weight: 600;
    background: #fafafa;
  }
  
  /* Header row bold */
  .compare-header .compare-item {
    font-weight: 700;
    text-align: center;
  }
  
  /* ---------- Responsive ---------- */
  @media(max-width: 768px) {
  
    .compare-row {
        grid-template-columns: 1fr;
        border-bottom: 1px solid #000;
    }
  
    .compare-item.title {
        background: #111;
        color: #fff;
        border-right: none;
        text-align: center;
    }
  
    .compare-item {
        border-right: none;
        text-align: center;
        border-bottom: 1px solid #eee;
    }
  
    .compare-item:last-child {
        border-bottom: none;
    }
  }
  
  .model-detail-section {
    padding: 0px 0;
  }
  
  .model-detail-title {
    /* text-align: center; */
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  .model-detail-subtitle {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
    color: #555;
    font-size: 16px;
  }
  
  .model-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  
  .model-detail-card {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 24px;
    background: #fff;
    transition: 0.3s;
  }
  
  .model-detail-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  }
  
  .model-detail-card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
  }
  
  .model-detail-overview {
    font-size: 15px;
    margin-bottom: 16px;
  }
  
  .model-detail-label {
    margin: 18px 0 6px;
    font-weight: 600;
    font-size: 15px;
  }
  
  .model-detail-list {
    padding-left: 18px;
    margin-bottom: 16px;
    color: #444;
  }
  
  .model-detail-note,
  .model-detail-best {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
  }
  
  /* Responsive */
  @media(max-width: 768px) {
    .model-detail-grid {
        grid-template-columns: 1fr;
    }
  }
  
  .service-compare h2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #1d1d1f;
  }
  
  /* Container */
  .compare-container {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.08);
    background: #ffffff;
  }
  
  /* Header */
  .compare-header {
    background: #0B132B;
    color: #fff;
    font-weight: 600;
  }
  
  /* Rows */
  .compare-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    border-bottom: 1px solid rgba(0,0,0,0.07);
  }
  
  .compare-row:last-child {
    border-bottom: none;
  }
  
  /* Title Column (Left-most) */
  .compare-item.title {
    font-weight: 600;
    background: #0b132b;
  }
  
  /* Cells */
  .compare-item {
    padding: 18px 20px;
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  
  /* Zebra striping */
  .compare-row:nth-child(even) .compare-item {
    background: rgba(245, 245, 245, 0.4);
  }
  
  /* Make it scroll on small screens */
  @media(max-width: 768px) {
    .compare-row {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        border-bottom: none;
    }
  
    .compare-header {
        display: none; /* Remove header for cleaner mobile view */
    }
  
    .compare-item.title {
        background: #0B132B;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
  
    .compare-item {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
  
    .compare-container {
        border: none;
        box-shadow: none;
        background: none;
    }
  
    .service-compare {
        padding: 30px 0;
    }
  }
  ul.support-list {
    padding-left: 20px;
  }
  
  .process-glass {
    padding: 0px 0;
    text-align: left;
  }
  
  .process-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1d1d1f;
  }
  
  .process-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    /* max-width: 1100px; */
    margin: auto;
  }
  
  /* Card Glass Effect */
  .process-row {
    display: grid;
    grid-template-columns: 1.2fr 2fr 1fr;
    padding: 18px 24px;
    border-radius: 14px;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255,255,255,0.35);
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    text-align: left;
    transition: 0.25s;
  }
  
  .process-row:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.12);
  }
  
  .process-step {
    font-weight: 600;
    color: #0B132B;
  }
  
  .process-desc {
    color: #3a3a3c;
    line-height: 1.45rem;
  }
  
  .process-time {
    text-align: right;
    font-weight: 500;
    color: #555;
  }
  
  /* Responsive */
  @media(max-width: 900px) {
    .process-row {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .process-time {
        text-align: left;
        margin-top: 6px;
        opacity: 0.75;
    }
  }
  
  
  /* footer */
  #footer,
  #footer .footer-content {
  
  }
  #footer h4,
  #footer strong,
  #footer .name-th {
  color: #ffffff !important;
  }
  #footer, #footer p, #footer a, #footer a:not(.btn):not(:hover),#footer address {
  color: #ffffff;
  }
  
  #footer .footer-botom {
  padding-bottom: 20px;
  }
  
  #footer, #footer p, #footer a, #footer address {
  font-size: 15px;
  }
  .logo-shopping img {
  height: 60px;
  }
  
  .logo-shopping {
  display: inline-block;
  float: right;
  clear: both;
  margin-top: 40px;
  }
  
  .logo-shopping a {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  }
  
  .logo-shopping a:first-child {
  padding-left: 0;
  border: none;
  }
  .logo-shopping-shopee{
  padding-left: 23px;
  padding-right: 10px;
  }
  
  .ft-top-inner {
  margin: 0;
  background: #e9bf1c;
  border-radius: 30px;
  width: 100%;
  color: #000;
  position: relative;
  top: -120px;
  z-index: 3;
  margin-bottom: -80px;
  padding: 30px;
  align-content: center;
  }
  
  #footer .ft-top-inner h4,
  #footer .ft-top-inner p {
  color: inherit !important;
  margin: 0;
  }
  
  #footer .ft-top-inner h4 {
  margin-bottom: 0;
  font-size: 1.5em;
  }
  
  .ft-top-inner .rgh {
  text-align: right;
  align-content: center;
  }
  
  #footer .footer-content {
  position: relative;
  padding: 80px 0 40px 0;
  }
  
  #footer .logo-footer {
    height: 120px;
  margin-right: 20px;
  }
  
  #footer .name-th {
  font-size: 1.2em;
  font-weight: 600;
  }
  
  #footer address {
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 20px;
  }
  
  #footer .list-contact li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  transition: all 0.3s ease;
  }
  
  #footer .social-icons {
  margin-top: 20px;
  }
  #footer .social-icons li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.19);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 17px;
  }
  #footer .text-link{ text-decoration: underline;}
  .list-icon li{
  position: relative;
  margin: 0;
  padding-left: 20px;
  }
  .list-icon li::before{
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  }
  
  #footer .social-icons li a:hover {
  background: var(--hover-color);
  transform: translateY(-3px);
  }
  
  #footer .list-links li a {
  font-weight: 500;
  color: #666;
  transition: all 0.3s ease;
  }
  
  #footer .col-links ul {
  display: inline-block;
  }
  
  #footer .copyright {
  font-size: inherit;
  margin: 0;
  line-height: 32px;
  float: right;
  }
  
  #footer {
  padding: 0;
  background-image: url(../images/bg-f-new.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  }
  
  #footer .logo-footer {
  margin-right: 0;
  margin-bottom: 15px;
  }
  footer ul.list-contact li {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  }
  
  footer ul.list-contact li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: var(--primary-color);
  font-size: 14px;
  }
  
  footer ul.list-contact li i {
  margin-right: 7px !important;
  }
  
  ul.list-contact li a:hover {
  background: transparent;
  }
  
  #footer .widget .widget-title,
  #footer .widget h4 {
  font-weight: normal;
  font-size: 16px;
  }
  
  #footer .copyright-content {
  background: transparent;
  }
  
  #footer .copyright-content {
  font-size: 15px;
  }
  
  footer .col-qr {
  text-align: right;
  }
  
  footer .col-qr .widget {
  display: inline-block;
  text-align: left;
  }
  
  footer .cright .inner {
  display: inline-block;
  float: left;
  margin-left: 40px;
  }
  
  footer .cright .social-icons {
  clear: both;
  }
  
  footer ul.list-contact {
  display: inline-block;
  float: left;
  }
  
  .clear {
  clear: both;
  display: block;
  }
  
  .img-qrcode {
  float: right;
  }
  
  footer .ft-connect .widget {
  text-align: center;
  display: inline-block;
  float: right;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  }
  
  footer .ft-connect .widget h4 {
  text-transform: none;
  }
  
  footer .ft-connect .widget a:hover {
  color: #fff;
  }
  
  footer .ft-connect img {
  border-radius: 13px;
  }
  
  footer ul.list-contact li i {
  background: var(--primary-color);
  color: #fff;
  }
  
  footer ul.list-contact li a:hover i {
  background: var(--hover-color);
  color: #fff;
  }
  
  #footer .list-links li a:hover {
  color: var(--primary-color);
  }
  
  #scrollTop:after, #scrollTop:before {
  background: var(--primary-color);
  }
  
  #footer .col-fll .list-links a {
  font-weight: 600 !important;
  }
  
  #footer .col-right .list-links {
  float: right;
  }
  
  .list-contact.social span {
  display: none;
  }
  
  .list-contact.social li {
  display: inline-block;
  }
  
  .bg-color-box {
  background: #91c53f;
  color: #fff;
  padding: 20px;
  }
  
  #header.header-sticky.sticky-active .header-inner, #header.header-sticky.sticky-active #header-wrap {
  border-radius: 0;
  }
  
  .social-icons ul{
  display: inline-block;
  }
  .social-icons li.social-facebook a:hover {
  background-color: #227df5 !important;
  color: #fff;
  }
  
  .social-icons li.social-youtube a:hover {
  background-color: #ff0000 !important;
  color: #fff;
  }
  
  .social-icons li.social-line a,
  .social-icons li.social-line a:hover {
  background-color: #00c300 !important;
  color: #fff;
  }
  
  .social-icons li.social-x a {
  background-color: #000;
  color: #fff;
  }
  
  .social-icons li.social-x a:hover img, .social-icons li.social-line a:hover img {
  filter: brightness(0) invert(1);
  }
  
  .social-icons li.social-tiktok a:hover {
  background-color: #000 !important;
  color: #fff;
  }
  
  .social-icons li.social-linkedin a:hover {
  background-color: #0b66c2 !important;
  color: #fff;
  }
  
  .social-icons.social-icons-colored .social-whatsapp a, .social-icons.social-icons-colored-hover .social-whatsapp a:hover
  {
  background-color: #24d366 !important;
  color: #fff;
  }
  
  .social-icons.social-icons-colored-hover li a:not(:hover) .image-icon-social {
  filter: none;
  }
  
  .social-icons.social-icons-colored-hover li.social-x a:not(:hover),
  .social-icons.social-icons-colored-hover li.social-tiktok a:not(:hover) {
  background: transparent;
  color: #000;
  }
  
  .social-icons.social-icons-colored-hover li a:not(:hover) .image-icon-social {
  filter: brightness(0) invert(1);
  }
  
  .social-icons.light li a:not(:hover) .image-icon-social {
  filter: brightness(0) invert(1);
  }
  /* .social-icons.social-icons-colored li.social-instagram a, */
  .social-icons:not(.social-title) li.social-instagram a:hover {
  background-color: transparent;
  background: url('../images/social/instagram-bg.jpg') no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  }
  
  .social-icons.social-icons-colored li.social-tiktok a{
  background: #000;
  }
  .social-icons:not(.social-title) li.social-tiktok a:hover {
  background-color: transparent;
  background: #000 url('../images/social/tiktok-bg.webp') no-repeat !important;
  background-size: 15px !important;
  background-position: center !important;
  }
  
  .social-icons li.social-tiktok a:hover i {
  opacity: 0;
  }
  
  .image-icon-social {
  height: 13px;
  top: -1px;
  position: relative;
  filter: brightness(0) invert(1);
  }
  
  footer .social-icons li.social-line a:hover .image-icon-social {
  filter: brightness(0) invert(1);
  }
  
  .social-x a:hover {
  color: #0766c2;
  }
  
  footer .social-icons li.social-instagram a:hover {
  color: #fff;
  }
  
  .social-icons li:hover img {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
  }
  
  .social-icons img {
  height: 16px;
  }
  
  .social-icons.social-icons-colored .social-gmail a, .social-icons.social-icons-colored-hover .social-gmail a:hover {
  background-color: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.34) inset;
  }
  
  .social-icons li.social-mail a:hover {
  background-color: #ee0707 !important;
  color: #fff;
  }
  
  /* .social-icons li.social-line a {
  background-color: #00c300 !important;
  color: #fff;
  } */
  
  .social-icons li.social-linemyshop a {
  background-color: #00c300 !important;
  color: #fff;
  }
  
  .social-icons li.social-linemyshop a img.image-icon-social {
  filter: none;
  }
  
  .social-icons .social-phone a:hover {
  background-color: #25940f !important;
  }
  
  .social-icons .social-website a {
  background: #285fb4;
  }
  
  .social-icons .line-oa img {
  max-width: 81%;
  height: auto;
  }
  
  .social-shopee a, .social-shopee a:hover {
  background: #ee4d2d !important;
  }
  
  .social-shopee a img {
  filter: brightness(0) invert(1);
  }
  
  img.social-img-lazada {
  height: 23px;
  }
  
  .social-lazada a:hover {
  background: url(../images/social/social-lazada.png) no-repeat !important;
  background-size: 40px !important;
  background-position: center;
  }
  
  .social-img-icon a:hover img {
  opacity: 0 !important;
  }
  
  /* Privacy Policy Popup Styles */
  .privacy-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease-in-out;
  }
  
  .privacy-popup-content {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  animation: slideIn 0.3s ease-out;
  position: relative;
  }
  
  .privacy-popup-header {
  padding: 25px 30px 20px;
  border-radius: 12px 12px 0 0;
  text-align: center;
  }
  
  #privacy-close-btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #000;
  position: absolute;
  top: 20px;
  right: 20px;
  }
  
  #privacy-close-btn i {
  color: inherit;
  }
  
  .privacy-popup-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  }
  
  .privacy-popup-header i {
  font-size: 28px;
  color: #fff;
  }
  
  .privacy-popup-body {
  padding: 30px;
  line-height: 1.6;
  }
  
  .privacy-popup-body p {
  margin-bottom: 15px;
  color: #333;
  font-size: 15px;
  }
  
  .privacy-popup-body ul {
  margin: 15px 0;
  padding-left: 20px;
  }
  
  .privacy-popup-body li {
  margin-bottom: 8px;
  color: #555;
  font-size: 14px;
  }
  
  .privacy-popup-footer {
  padding: 20px 30px 30px;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  }
  
  .privacy-popup-footer .btn {
  min-width: 120px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  }
  
  .privacy-popup-footer .btn-outline {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  }
  
  .privacy-popup-footer .btn-outline:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(227, 31, 38, 0.3);
  }
  
  .privacy-popup-footer .btn:not(.btn-outline) {
  background: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
  }
  
  .privacy-popup-footer .btn:not(.btn-outline):hover {
  background: #c21016;
  border-color: #c21016;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(227, 31, 38, 0.3);
  }
  
  /* Animations */
  @keyframes fadeIn {
  from {
  opacity: 0;
  }
  
  to {
  opacity: 1;
  }
  }
  
  @keyframes slideIn {
  from {
  opacity: 0;
  transform: translateY(-50px) scale(0.9);
  }
  
  to {
  opacity: 1;
  transform: translateY(0) scale(1);
  }
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
  .privacy-popup-content {
  width: 95%;
  margin: 20px;
  }
  
  .privacy-popup-header {
  padding: 20px 20px 15px;
  }
  
  .privacy-popup-header h3 {
  font-size: 20px;
  }
  
  .privacy-popup-body {
  padding: 20px;
  }
  
  .privacy-popup-footer {
  padding: 15px 20px 25px;
  flex-direction: column;
  }
  
  .privacy-popup-footer .btn {
  width: 100%;
  min-width: auto;
  }
  }
  
  @media (max-width: 480px) {
    .container {
      padding: 0 15px;
    }
    .topbar-menu .list li a {
      font-size: 12px;
    }
    .header-extras button.btn:not(.btn-creative):not(.btn-slide), .header-extras .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
      font-size: 9px;
      height: 20px;
      line-height: 20px;
      padding: 0 7px;
      margin-bottom: 0;
    }
    .header-extras>ul>li .p-dropdown a>span {
      top: -18px;
      right: initial;
      left: 4%;
  }
    .header-extras {
      float: left;
      left: 47%;
    }
    #header .header-inner #logo a>img { top: 2px;
    }
    #header #logo > a img {
      max-height: 70px;
      padding-bottom: 6px;
    }
    .sect-empathy .cleft {
      padding-right: 15px!important;
    }
    .sect-empathy .cright {
      padding-left: 15px!important;
    }
    #footer .logo-footer {
      height: 111px;
      margin-right: 20px;
  }
  #header .container {
    position: relative;
    background-color: #fff;
  }
  .model-detail-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .align-content-middle {
    vertical-align: middle;
    align-content: center;
    padding: 0 15px!important;
  }
  .list-useCaseHlf .row {
    display: unset!important;
  }
  .page-usecase-intro .m-b-40 {
    margin-bottom: 0px !important;
}
ul.list-useCaseHlf li {
  margin-bottom: 0px!important;
}
section.sc-button.p-60 {
  padding: 0px !important;
}
a.btn.btn-lg.btn-outline {
  margin-bottom: 15px;
  height: 48px!important;
}  
a.btn.btn-lg.m-l-20 {
  height: 48px !important;
  margin-left: 0px !important;
}
div#captcha {
  margin-left: -25px!important;
}





  .privacy-popup-header h3 {
  font-size: 18px;
  flex-direction: column;
  gap: 5px;
  }
  
  .privacy-popup-body {
  padding: 15px;
  }
  
  .privacy-popup-body p {
  font-size: 14px;
  }
  
  .privacy-popup-body li {
  font-size: 13px;
  }
  }
  
  /* Product Detail Page Styles */
  .sect-product-detail {
  padding: 60px 0;
  background: #f8f9fa;
  }
  
  .sect-product-detail .container {
  max-width: 1200px;
  }
  
  /* Product Details Styles */
  .product-details {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  }
  
  .product-category {
  margin-bottom: 20px;
  }
  
  .category-tag {
  background: linear-gradient(135deg, var(--primary-color), #555);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  }
  
  .product-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 25px;
  line-height: 1.3;
  }
  
  .product-description h4 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  margin: 25px 0 15px 0;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 8px;
  }
  
  .product-description p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  }
  
  .product-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  }
  
  .product-features li {
  color: #555;
  padding: 8px 0;
  position: relative;
  padding-left: 25px;
  }
  
  .product-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 16px;
  }
  
  .product-specs {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  }
  
  .spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
  }
  
  .spec-item:last-child {
  border-bottom: none;
  }
  
  .spec-label {
  color: #666;
  font-weight: 500;
  }
  
  .spec-value {
  color: var(--primary-color);
  font-weight: 600;
  }
  
  /* Product Actions */
  .product-actions {
  margin-top: 30px;
  text-align: center;
  padding-top: 25px;
  border-top: 2px solid #e9ecef;
  }
  
  .btn-contact-us {
  background: linear-gradient(135deg, var(--primary-color), #555);
  color: white;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(58, 58, 58, 0.3);
  }
  
  .btn-contact-us:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(58, 58, 58, 0.4);
  color: white;
  text-decoration: none;
  }
  
  .btn-contact-us i {
  font-size: 18px;
  }
  
  .contact-note {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  font-style: italic;
  }
  
  /* Responsive Design */
  @media (max-width: 991px) {
  .sect-product-detail {
  padding: 40px 0;
  }
  
  .product-details {
  margin-top: 30px;
  padding: 25px;
  }
  
  .product-title {
  font-size: 24px;
  }
  
  .main-image-link {
  height: 350px;
  }
  }
  
  @media (max-width: 767px) {
  .sect-product-detail {
  padding: 30px 0;
  }
  
  .product-gallery,
  .product-details {
  padding: 20px;
  }
  
  .product-title {
  font-size: 22px;
  margin-bottom: 20px;
  }
  
  .main-image-link {
  height: 300px;
  }
  
  .thumbnail-item img {
  height: 60px;
  }
  
  .btn-contact-us {
  padding: 12px 25px;
  font-size: 15px;
  }
  
  .spec-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  }
  }
  
  @media (max-width: 575px) {
  
  .product-gallery,
  .product-details {
  padding: 15px;
  }
  
  .product-title {
  font-size: 20px;
  }
  
  .main-image-link {
  height: 250px;
  }
  
  .thumbnail-item img {
  height: 50px;
  }
  
  .btn-contact-us {
  width: 100%;
  justify-content: center;
  }
  }
  
  /* News Page Styles */
  .sect-news-grid {
  padding: 60px 0;
  background: #f8f9fa;
  }
  
  .sect-news-grid .headbar {
  text-align: center;
  margin-bottom: 50px;
  }
  
  .sect-news-grid .h-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  }
  
  .sect-news-grid .desc {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  }
  
  /* News Detail Page Styles */
  .sect-news-detail {
  padding: 60px 0;
  background: #f8f9fa;
  }
  
  /* Article Styles */
  .article-header {
  margin-bottom: 30px;
  }
  
  .article-meta {
  margin-top: 10px;
  margin-bottom: 20px;
  }
  
  .article-meta span {
  display: inline-block;
  margin: 0 15px 10px 0;
  color: #666;
  font-size: 14px;
  }
  
  .article-meta i {
  margin-right: 5px;
  color: var(--primary-color);
  }
  
  .article-category {
  background: var(--primary-color);
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
  }
  
  .article-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
  }
  
  .article-subtitle {
  font-size: 18px;
  color: #666;
  margin: 0;
  }
  
  .article-featured-image {
  margin: 30px 0;
  border-radius: 8px;
  overflow: hidden;
  }
  
  .article-featured-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  }
  
  .article-featured-image:hover img {
  transform: scale(1.02);
  }
  
  .article-content {
  line-height: 1.8;
  color: #333;
  }
  
  .article-content h3 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 600;
  margin: 35px 0 20px 0;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 10px;
  }
  
  .article-content p {
  margin-bottom: 20px;
  font-size: 16px;
  }
  
  .article-content ul {
  margin: 20px 0;
  padding-left: 20px;
  }
  
  .article-content li {
  margin-bottom: 10px;
  font-size: 16px;
  }
  
  .article-quote {
  background: #f8f9fa;
  border-left: 4px solid var(--primary-color);
  padding: 25px;
  margin: 30px 0;
  border-radius: 0 8px 8px 0;
  }
  
  .article-quote p {
  font-size: 18px;
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
  }
  
  .article-quote cite {
  color: var(--primary-color);
  font-weight: 600;
  font-style: normal;
  }
  
  /* Article Footer */
  .article-footer {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
  }
  
  .article-tags {
  margin-bottom: 20px;
  }
  
  .tag-label {
  font-weight: 600;
  color: #666;
  margin-right: 15px;
  }
  
  .tag-item {
  display: inline-block;
  background: #e9ecef;
  color: #666;
  padding: 5px 12px;
  border-radius: 15px;
  text-decoration: none;
  margin: 0 5px 5px 0;
  font-size: 14px;
  transition: all 0.3s ease;
  }
  
  .tag-item:hover {
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  }
  
  .article-share {
  text-align: left;
  }
  
  .share-label {
  font-weight: 600;
  color: #666;
  margin-right: 15px;
  }
  
  .share-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  margin: 0 5px;
  transition: all 0.3s ease;
  }
  
  .share-facebook {
  background: #3b5998;
  }
  
  .share-twitter {
  background: #1da1f2;
  }
  
  .share-linkedin {
  background: #0077b5;
  }
  
  .share-line {
  background: #00c300;
  }
  
  .share-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
  }
  
  /* Comments Section */
  .comments-section {
  background: white;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
  
  .comments-title {
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
  }
  
  .comment-form {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e9ecef;
  }
  
  .comment-form h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
  }
  
  .form-group {
  margin-bottom: 20px;
  }
  
  .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  }
  
  .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(58, 58, 58, 0.1);
  }
  
  .btn-primary {
  background: var(--primary-color);
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  }
  
  .btn-primary:hover {
  background: #555;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(58, 58, 58, 0.3);
  }
  
  /* Comments List */
  .comments-list {
  margin-top: 30px;
  }
  
  .comment-item {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9ecef;
  }
  
  .comment-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  }
  
  .comment-avatar {
  margin-right: 20px;
  flex-shrink: 0;
  }
  
  .comment-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  }
  
  .comment-content {
  flex: 1;
  }
  
  .comment-header {
  margin-bottom: 10px;
  }
  
  .comment-author {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  }
  
  .comment-date {
  color: #666;
  font-size: 14px;
  margin-left: 15px;
  }
  
  .comment-text {
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
  }
  
  .comment-reply {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  }
  
  .comment-reply:hover {
  text-decoration: underline;
  }
  
  /* Sidebar Styles */
  .news-sidebar {
  position: sticky;
  top: 20px;
  }
  
  .sidebar-widget {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  }
  
  /* Search Widget */
  .search-widget .search-form {
  position: relative;
  }
  
  .search-widget .form-control {
  padding-right: 50px;
  }
  
  .btn-search {
  position: absolute;
  right: 5px;
  top: 5px;
  background: var(--primary-color);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  }
  
  .btn-search:hover {
  background: #555;
  transform: scale(1.1);
  }
  
  /* Recent News Widget */
  .recent-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
  .recent-news-item {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
  }
  
  .recent-news-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  }
  
  .recent-news-image {
  margin-right: 15px;
  flex-shrink: 0;
  }
  
  .recent-news-image img {
  width: 80px;
  height: 60px;
  border-radius: 6px;
  object-fit: cover;
  }
  
  .recent-news-content h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.4;
  }
  
  .recent-news-content h5 a {
  color: #2c3e50;
  text-decoration: none;
  }
  
  .recent-news-content h5 a:hover {
  color: var(--primary-color);
  }
  
  .recent-news-date {
  color: #666;
  font-size: 12px;
  }
  
  /* Categories Widget */
  .categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
  .categories-list li {
  margin-bottom: 12px;
  }
  
  .categories-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #555;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.3s ease;
  }
  
  .categories-list a:hover {
  color: var(--primary-color);
  }
  
  .count {
  background: #e9ecef;
  color: #666;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  }
  
  /* Contact CTA Widget */
  .contact-cta-widget {
  text-align: center;
  background: linear-gradient(135deg, var(--primary-color), #555);
  color: white;
  }
  
  .contact-cta-widget .widget-title,
  .contact-cta-widget p {
  color: white;
  }
  
  .btn-block {
  width: 100%;
  margin-top: 15px;
  }
  
  /* Related News Section */
  .sect-related-news {
  padding: 60px 0;
  background: white;
  }
  
  .related-news-title {
  font-size: 28px;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 40px;
  }
  
  /* Responsive Design */
  @media (max-width: 991px) {
  
  .sect-news-grid,
  .sect-news-detail {
  padding: 40px 0;
  }
  
  .news-article {
  padding: 30px;
  }
  
  .article-title {
  font-size: 28px;
  }
  
  .sidebar-widget {
  padding: 20px;
  }
  }
  
  @media (max-width: 767px) {
  
  .sect-news-grid,
  .sect-news-detail {
  padding: 30px 0;
  }
  
  .news-article {
  padding: 25px;
  }
  
  .article-title {
  font-size: 24px;
  }
  
  .article-content h3 {
  font-size: 20px;
  }
  
  .comments-section {
  padding: 25px;
  }
  
  .comment-item {
  flex-direction: column;
  }
  
  .comment-avatar {
  margin-right: 0;
  margin-bottom: 15px;
  }
  
  .sidebar-widget {
  padding: 20px;
  margin-bottom: 20px;
  }
  
  .news-sidebar {
  position: static;
  }
  }
  
  @media (max-width: 575px) {
  .news-article {
  padding: 20px;
  }
  
  .article-title {
  font-size: 22px;
  }
  
  .article-content h3 {
  font-size: 18px;
  }
  
  .comments-section {
  padding: 20px;
  }
  
  .sidebar-widget {
  padding: 15px;
  }
  
  .article-footer {
  text-align: center;
  }
  
  .article-share {
  text-align: center;
  margin-top: 20px;
  }
  }
  
  /* Contact Page Styles */
  .page-contact {
  padding: 60px 0;
  /* background: #f8f9fa; */
  }
  
  /* Contact Info Styles */
  .contact-info {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  padding: 40px 30px;
  }
  
  .contact-title {
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
  }
  
  .company-details {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9ecef;
  }
  
  .company-logo {
  margin-bottom: 20px;
  }
  
  .company-logo img {
  max-width: 150px;
  height: auto;
  margin: auto;
  }
  
  .company-name {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
  }
  
  .company-desc {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 14px;
  }
  
  .contact-details {
  margin-bottom: 30px;
  }
  
  .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  }
  
  .contact-item:last-child {
  margin-bottom: 0;
  }
  
  .contact-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  }
  
  .contact-icon i {
  color: white;
  font-size: 18px;
  }
  
  .contact-text h5 {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 8px 0;
  }
  
  .contact-text p {
  color: #666;
  line-height: 1.5;
  margin: 0;
  }
  
  .contact-text a {
  color: var(--primary-color);
  text-decoration: none;
  }
  
  .contact-text a:hover {
  text-decoration: underline;
  }
  
  .social-links {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  }
  
  .social-links h5 {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  }
  
  /* .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  } */
  
  /* Contact Form Styles */
  .contact-form-container {
  background: white;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  }
  
  .contact-subtitle {
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
  }
  
  .contact-form .form-group {
  margin-bottom: 25px;
  }
  
  .contact-form label {
  display: block;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  }
  
  .contact-form .form-control {
  width: 100%;
  padding: 3px 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #fff;
  }
  
  .contact-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(58, 58, 58, 0.1);
  outline: none;
  }
  
  .contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
  padding-top: 8px;
  }
  
  .contact-form select.form-control {
  cursor: pointer;
  }
  
  .checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  }
  
  .checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--primary-color);
  }
  
  .checkbox-group label {
  margin: 0;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  }
  
  .form-actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  }
  
  .btn-submit {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  }
  
  .btn-submit:hover {
  background: #555;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(58, 58, 58, 0.3);
  }
  
  .btn-reset {
  background: #6c757d;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  }
  
  .btn-reset:hover {
  background: #5a6268;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(108, 117, 125, 0.3);
  }
  
  /* Google Maps Section */
  .sect-map {
  padding: 0;
  }
  
  .map-container {
  text-align: center;
  }
  
  .map-title {
  font-size: 28px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
  }
  
  .map-wrapper iframe {
  display: block;
  }
  
  /* reCAPTCHA Styles */
  .recaptcha-container {
  margin: 20px 0;
  }
  
  .recaptcha-container .g-recaptcha {
  display: inline-block;
  margin-bottom: 10px;
  }
  
  .recaptcha-note {
  color: #666;
  font-size: 14px;
  margin: 0;
  font-style: italic;
  }
  
  /* Policy Link Styles */
  .policy-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  }
  
  .policy-link:hover {
  color: #555;
  text-decoration: underline;
  }
  
  /* Responsive reCAPTCHA */
  @media (max-width: 575px) {
  .recaptcha-container .g-recaptcha {
  transform: scale(0.9);
  transform-origin: center;
  }
  }
  
  /* Social Media Widget Styles */
  .social-widget {
  position: fixed;
  bottom: 98px;
  right: 19px;
  z-index: 9999;
  font-family: 'Prompt', sans-serif;
  }
  
  /* Toggle Button */
  .widget-toggle {
  width: 60px;
  height: 60px;
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  background: linear-gradient(to bottom right, #585858, #1d1d1d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  z-index: 10000;
  }
  
  .widget-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  }
  
  .widget-toggle i {
  color: white;
  font-size: 24px;
  transition: all 0.3s ease;
  }
  
  /* Widget Content */
  .widget-content {
  position: absolute;
  bottom: 70px;
  right: 0;
  /* background: white; */
  border-radius: 20px;
  padding: 20px 10px;
  /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); */
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.8);
  transition: all 0.3s ease;
  /* min-width: 280px; */
  }
  
  .social-widget.open .widget-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  }
  
  /* Social Buttons Container */
  .social-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  }
  
  /* Social Item */
  .social-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  }
  
  .social-item:hover {
  transform: translateX(5px);
  }
  
  /* Social Button */
  .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  }
  
  .social-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0);
  transition: transform 0.3s ease;
  border-radius: 50%;
  }
  
  .social-btn:hover::before {
  transform: scale(1);
  }
  
  .social-btn i {
  font-size: 20px;
  color: white;
  z-index: 1;
  position: relative;
  }
  .social-btn img{ width: 27px;}
  
  /* Social Button Colors */
  .tel-btn {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  }
  
  .line-btn {
  background: linear-gradient(135deg, #00c300 0%, #009900 100%);
  }
  
  .facebook-btn {
  background: linear-gradient(135deg, #1877f2 0%, #0d6efd 100%);
  }
  
  .youtube-btn {
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
  }
  
  .x-btn {
  background: linear-gradient(135deg, #000000 0%, #333333 100%);
  }
  
  .instagram-btn {
  /* background: linear-gradient(135deg, #e4405f 0%, #c13584 100%); */
  background: url('../images/social/instagram-bg.jpg') no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  }
  
  .shopee-btn {
  background: linear-gradient(135deg, #ee4d2d 0%, #ff6b35 100%);
  }
  
  .lazada-btn {
  /* background: linear-gradient(135deg, #f36f21 0%, #ff6b35 100%); */
  background: #833AB4;
  background: linear-gradient(220deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
  }
  
  .tiktok-btn {
  background: #000;
  
  }
  .tiktok-btn:hover{background: linear-gradient(135deg, #000000 0%, #25f4ee 50%, #fe2c55 100%); }
  
  /* Social Label */
  .social-label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  transition: all 0.3s ease;
  position: absolute;
  right: 70px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 14px 2px 10px #ddd;
  padding: 10px;
  min-width: 100px;
  text-align: center;
  }
  .social-label::before{
  position: absolute;
  content: "";
  top:0;
  bottom: 0;
  right: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
  }
  
  .social-item:hover .social-label {
  color: #667eea;
  font-weight: 600;
  }
  
  /* Hover Effects */
  .social-item.hover .social-btn {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
  .social-widget {
  bottom: 20px;
  right: 20px;
  }
  
  .widget-toggle {
  width: 50px;
  height: 50px;
  }
  
  .widget-toggle i {
  font-size: 20px;
  }
  
  .widget-content {
  min-width: 250px;
  padding: 15px;
  bottom: 60px;
  }
  
  .social-btn {
  width: 45px;
  height: 45px;
  }
  
  .social-btn i {
  font-size: 18px;
  }
  
  .social-label {
  font-size: 13px;
  }
  }
  
  @media (max-width: 480px) {
  .social-widget {
  bottom: 15px;
  right: 15px;
  }
  
  .widget-content {
  min-width: 220px;
  padding: 12px;
  bottom: 55px;
  }
  
  .social-buttons {
  gap: 12px;
  }
  
  .social-item {
  gap: 12px;
  }
  }
  
  /* Animation for widget opening */
  @keyframes widgetSlideIn {
  from {
  opacity: 0;
  transform: translateY(20px) scale(0.8);
  }
  to {
  opacity: 1;
  transform: translateY(0) scale(1);
  }
  }
  
  .social-widget.open .widget-content {
  animation: widgetSlideIn 0.3s ease forwards;
  }
  
  /* Pulse animation for toggle button */
  @keyframes pulse {
  0% {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
  50% {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15), 0 0 0 10px rgba(102, 126, 234, 0.1);
  }
  100% {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
  }
  
  .widget-toggle:hover {
  animation: pulse 2s infinite;
  }
  
  /* Section Styles */
  .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  position: relative;
  }
  /*
  .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(45deg, #6c757d, #495057);
  border-radius: 2px;
  } */
  
  /* Benefits Section */
  .benefits-section {
  background: #f8f9fa;
  padding: 80px 0;
  text-align: center;
  }
  
  .benefits-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }
  .benefits-grid {
      text-align: center;
      max-width: 90%;
      margin: auto;
      display: inline-block;
      margin: 0 auto;
  }
  .benefits-grid li{
      float: left;
      width: calc(100%/6);
      min-width: 265px;
  }
  .benefit-item {
  text-align: center;
  padding: 2rem;
  /* background: white; */
  border-radius: 15px;
  display: inline-block;
  float: left;
  }
  
  .benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  }
  
  .benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  }
  
  .benefit-item h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
  }
  
   .benefit-item p {
   color: #666;
   line-height: 1.6;
   font-size: 1rem;
   }
  
  /* Benefits Toggle Buttons */
  .btn-toggle-see-more,
  .btn-toggle-see-less {
   display: none;
   background: var(--primary-color);
   color: white;
   border: 2px solid var(--primary-color);
   padding: 12px 24px;
   border-radius: 25px;
   font-weight: 500;
   text-decoration: none;
   transition: all 0.3s ease;
   cursor: pointer;
   font-size: 14px;
   margin: 20px auto;
   text-align: center;
   min-width: 120px;
  }
  
  .btn-toggle-see-more:hover,
  .btn-toggle-see-less:hover {
   background: var(--secondary-color);
   border-color: var(--secondary-color);
   color: white;
   text-decoration: none;
   transform: translateY(-2px);
   box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }
  
  .btn-toggle-see-more i,
  .btn-toggle-see-less i {
   margin-left: 8px;
   font-size: 12px;
   transition: transform 0.3s ease;
  }
  
  .btn-toggle-see-more:hover i {
   transform: translateY(2px);
  }
  
  .btn-toggle-see-less:hover i {
   transform: translateY(-2px);
  }
  
  
  /* Installation Section */
  .installation-section .cright{
  padding: 0 40px;
  }
  
  .installation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
  }
  
  .installation-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #dee2e6;
  }
  
  .installation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  }
  
  .card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  }
  
  .card-video iframe {
  width: 100%;
  height: 200px;
  border: none;
  }
  
  .card-content {
  padding: 1.5rem;
  }
  
  .card-content h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
  }
  
  .card-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  }
  
  .btn-see-more {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  }
  
  .btn-see-more:hover {
  background: linear-gradient(45deg, #495057, #343a40);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(108,117,125,0.3);
  color: white;
  text-decoration: none;
  }
  
  /* Use Case Section */
  .use-case-section {
  background: #f8f9fa;
  }
  
  .use-case-carousel {
  position: relative;
  margin-top: 2rem;
  }
  
  .use-case-slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem 0;
  }
  
  .use-case-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 280px;
  border: 2px solid #dee2e6;
  }
  
  .use-case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  }
  
  .use-case-card .card-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  }
  
  .use-case-card .card-content {
  padding: 1.5rem;
  }
  
  .use-case-card .card-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #333;
  }
  
  .use-case-card .card-content p {
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  }
  
  .carousel-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  }
  
  .carousel-btn {
  background: rgba(255,255,255,0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .carousel-btn:hover {
  background: white;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  }
  
  .carousel-btn i {
  color: #6c757d;
  font-size: 1.2rem;
  }
  
  .prev-btn {
  left: -25px;
  }
  
  .next-btn {
  right: -25px;
  }
  
  /* Customer Reviews Section */
  .customer-reviews-section {
  background: white;
  }
  
  .reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  }
  
  .review-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #dee2e6;
  }
  
  .review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  }
  
  .review-content {
  margin-bottom: 1.5rem;
  }
  
  .stars {
  margin-bottom: 1rem;
  }
  
  .stars i {
  color: #6c757d;
  font-size: 1.2rem;
  margin-right: 0.2rem;
  }
  
  .review-content p {
  color: #666;
  line-height: 1.6;
  font-style: italic;
  font-size: 1rem;
  }
  
  .review-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  }
  
  .author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  }
  
  .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  
  .author-info h5 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  }
  
  .author-info span {
  color: #666;
  font-size: 0.9rem;
  }
  
  /* News Section */
  .news-section {
  background: #f8f9fa;
  }
  
  .news-carousel {
  position: relative;
  margin-top: 2rem;
  }
  
  .news-slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem 0;
  }
  
  .news-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 300px;
  border: 2px solid #dee2e6;
  }
  
  .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  }
  
  .news-card .card-image {
  position: relative;
  }
  
  .news-card .card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  }
  
  .news-date {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(108,117,125,0.9);
  color: white;
  padding: 0.5rem;
  border-radius: 8px;
  text-align: center;
  min-width: 50px;
  }
  
  .news-date .day {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  }
  
  .news-date .month {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1;
  }
  .news-date .year {
    font-size: 12px;
    display: block;
  }
  .news-card .card-content {
  padding: 1.5rem;
  }
  
  .news-card .card-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #333;
  }
  
  .news-card .card-content p {
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  font-size: 0.9rem;
  }
  
  /* Button Styles */
  .btn-primary {
  background: linear-gradient(45deg, #6c757d, #495057);
  border: none;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  }
  
  .btn-primary:hover {
  background: linear-gradient(45deg, #495057, #343a40);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(108,117,125,0.3);
  color: white;
  text-decoration: none;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
  .section-title {
  font-size: 2rem;
  margin-bottom: 0rem;
  }
  
  .benefits-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 100%;
  }
  
  .installation-grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  }
  
  .use-case-slider {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  
  .reviews-grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  }
  
  .news-slider {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  
  .carousel-controls {
  display: none;
  }
  
  .benefits-section,
  .installation-section,
  .use-case-section,
  .customer-reviews-section,
  .news-section {
  padding: 60px 0;
  }
  }
  
  @media (max-width: 480px) {
  .benefits-grid {
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 100%;
  }
  
  .benefit-item,
  .installation-card,
  .use-case-card,
  .review-card,
  .news-card {
  margin: 0 1rem;
  }
  
  .use-case-slider,
  .news-slider {
  grid-template-columns: 1fr;
  padding: 0 1rem;
  }
  }
  
  /* Breadcrumb Styles */
  .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.5;
  justify-content: start;
  /* justify-content: center; */
  }
  
  .breadcrumb-item {
  display: flex;
  align-items: center;
  }
  
  .breadcrumb-item+.breadcrumb-item {
  padding-left: 8px;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  display: inline-block;
  padding-right: 8px;
  color: #6c757d;
  font-weight: 400;
  
  }
  
  .breadcrumb-item.active {
  color: var(--primary-color);
  font-weight: 600;
  }
  
  .breadcrumb-item a {
  color: #1f1f1f;
  text-decoration: none;
  transition: color 0.3s ease;
  padding-right: 10px;
  }
  
  .breadcrumb-item a:hover {
  color: var(--primary-color);
  
  text-decoration: underline;
  }
  
  .breadcrumb-item.active a {
  pointer-events: none;
  }
  
  /* Breadcrumb Container */
  .breadcrumb-container {}
  
  .breadcrumb-container .container {
  padding: 0 15px;
  }
  
  /* Responsive Breadcrumb */
  @media (max-width: 768px) {
  .breadcrumb {
  font-size: 13px;
  padding: 12px 0;
  }
  
  .breadcrumb-item+.breadcrumb-item {
  padding-left: 6px;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
  padding-right: 6px;
  }
  }
  
  @media (max-width: 576px) {
  .breadcrumb {
  font-size: 12px;
  padding: 10px 0;
  }
  
  .breadcrumb-item+.breadcrumb-item {
  padding-left: 4px;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
  padding-right: 4px;
  }
  }
  
  /* Privacy Policy Popup Styles */
  .privacy-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(5px);
  }
  
  .privacy-popup-content {
  background: white;
  border-radius: 15px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: popupSlideIn 0.3s ease-out;
  }
  
  @keyframes popupSlideIn {
  from {
  opacity: 0;
  transform: translateY(-50px) scale(0.9);
  }
  to {
  opacity: 1;
  transform: translateY(0) scale(1);
  }
  }
  
  .privacy-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 2px solid #f0f0f0;
  background: #f8f9fa;
  border-radius: 15px 15px 0 0;
  }
  
  .privacy-popup-header h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  }
  
  #privacy-close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  #privacy-close-btn:hover {
  background: #e9ecef;
  color: #333;
  transform: scale(1.1);
  }
  
  .privacy-popup-body {
  padding: 25px;
  line-height: 1.6;
  color: #555;
  }
  
  .privacy-popup-body p {
  margin-bottom: 15px;
  font-size: 1rem;
  }
  
  .privacy-popup-body ul {
  margin: 15px 0;
  padding-left: 20px;
  }
  
  .privacy-popup-body li {
  margin-bottom: 8px;
  color: #666;
  }
  
  .privacy-popup-footer {
  padding: 20px 25px;
  border-top: 2px solid #f0f0f0;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  background: #f8f9fa;
  border-radius: 0 0 15px 15px;
  }
  
  .privacy-popup-footer .btn {
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  }
  
  .privacy-popup-footer .btn-outline {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  }
  
  .privacy-popup-footer .btn-outline:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }
  
  .privacy-popup-footer .btn:not(.btn-outline) {
  background: var(--primary-color);
  color: white;
  }
  
  .privacy-popup-footer .btn:not(.btn-outline):hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }
  
  /* Responsive Design for Popup */
  @media (max-width: 768px) {
  .privacy-popup-content {
  width: 95%;
  margin: 20px;
  }
  
  .privacy-popup-header {
  padding: 15px 20px;
  }
  
  .privacy-popup-header h3 {
  font-size: 1.3rem;
  }
  
  .privacy-popup-body {
  padding: 20px;
  }
  
  .privacy-popup-footer {
  padding: 15px 20px;
  flex-direction: column;
  }
  
  .privacy-popup-footer .btn {
  width: 100%;
  text-align: center;
  }
  }
  
  /* About Page Styles */
  #page-title {
  padding: 120px 0 80px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  }
  
  #page-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  }
  
  #page-title .container {
  position: relative;
  z-index: 2;
  }
  
  #page-title h1 {
  font-size: 3.5em;
  font-weight: 700;
  margin-bottom: 10px;
  }
  
  #page-title p {
  font-size: 1.2em;
  opacity: 0.9;
  }
  
  .tags-badge {
  border: 1px solid #ddd;
  margin: 5px 4px;
  display: inline-block;
  padding: 0 5px;
  color: #333;
  border-radius: 3px;
  }
  
  .tags-badge:hover {
  background: var(--primary-color);
  color: #fff !important;
  }
  
  /* News Card Styles */
  .news-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 30px;
  }
  
  .news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  }
  
  .news-item .news-image {
  position: relative;
  overflow: hidden;
  height: 220px;
  }
  
  .news-item .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  }
  
  .news-item:hover .news-image img {
  transform: scale(1.05);
  }
  
  .news-item .news-content {
  padding: 15px;
  background: #fff;
  }
  
  .news-item .news-category {
  margin-bottom: 12px;
  }
  
  .news-item .category-tag {
  background: var(--primary-color);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  }
  
  .news-item .news-title {
  margin-bottom: 10px;
  line-height: 1.4;
  }
  
  .news-item .news-title a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.3s ease;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  }
  
  .news-item .news-title a:hover {
  color: var(--primary-color);
  }
  
  .news-item .news-excerpt {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }
  
  .news-item .news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 12px;
  color: #888;
  }
  
  .news-item .news-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  }
  
  .news-item .news-meta i {
  font-size: 14px;
  color: var(--primary-color);
  }
  
  .btn-read-more {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  min-width: 120px;
  }
  
  .btn-read-more:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
  }
  
  /* subpage hero slider */
  #slider.subpage-hero-slider .slide{
  aspect-ratio: initial;
  }
  #slider.subpage-hero-slider .flickity-viewport,
  #slider.subpage-hero-slider .slide iframe{
  max-height: 470px;
  }
  
  /* service page */
  
  .align-content-middle{
  vertical-align: middle;
  align-content: center;
  padding: 0 60px;
  }
  .flex-row-reverse{
  flex-flow: row-reverse;
  }
  
  .text-indenter{
  text-indent: 2em;
  }
  
  .mapWrap iframe{ float: left; width: 100%;}
  .sect-pagination{ padding: 0 0 40px 0;}
  .sect-pagination .pagination{ justify-content: center;}
  
  .accordion .ac-item .ac-content,
  .accordion .ac-item .ac-content p{
  color: #585353;
  }
  .accordion .ac-item{ padding: 20px 30px;}
  .accordion .ac-item .ac-title{ font-size: 17px;}
  
  .policy-link, .condition-link{
  text-decoration: underline;
  color: var(--primary-color);
  font-weight: 600;
  transition: all 0.3s ease;
  }
  .faq-tag {
    display: inline-block;
    background: #e0f0ff;
    color: #0073aa;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 8px;
  }
  .faq-label{
    font-weight: 700;
    color: #a50000;
    display: inline-block;
  }
  .ac-title .faq-label-q{
    margin-right: 12px;
  }
  .faq-question{
    font-weight: 600;
    color: #0f1f33;
  }
  .faq-answer{
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  .faq-answer .faq-label{
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .faq-answer-body{
    flex: 1;
    background: #f4f5f8;
    border-left: 4px solid var(--primary-color);
    padding: 16px 18px;
    border-radius: 6px;
  }
  .faq-answer-body p{
    margin-bottom: 12px;
  }
  .faq-answer-body p:last-child{
    margin-bottom: 0;
  }
  /* use case page */
  ul.list-useCaseHlf li{ margin-bottom: 80px;}
  ul.list-useCaseHlf li:last-child{ margin-bottom: 0;}
  ul.list-useCaseHlf li:nth-child(even) > .row,
  ul.list-useCaseHlf li:nth-child(odd) > .row{
      flex-flow: row;
  }
  
  .company-gallery{
      position: relative;
  }
  .company-gallery-main{
      border-radius: 16px;
      overflow: hidden;
      margin-bottom: 16px;
  }
  .company-gallery-main .swiper-slide img{
      width: 100%;
      display: block;
      border-radius: 16px;
  }
  .company-gallery-thumbs .swiper-slide{
      opacity: 0.5;
      cursor: pointer;
      border-radius: 12px;
      overflow: hidden;
      border: 2px solid transparent;
      transition: all 0.3s ease;
  }
  .company-gallery-thumbs .swiper-slide-thumb-active{
      opacity: 1;
      border-color: var(--primary-color);
  }
  .company-gallery-thumbs .swiper-slide img{
      width: 100%;
      display: block;
  }
  .company-gallery .company-gallery-button-prev,
  .company-gallery .company-gallery-button-next{
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: rgba(15, 31, 51, 0.55);
      color: #fff;
  }
  .company-gallery .company-gallery-button-prev::after,
  .company-gallery .company-gallery-button-next::after{
      font-size: 14px;
      font-weight: 700;
  }
  
  @media (max-width: 360px) {
  
    .topbar-menu .list li a {
    font-size: 11px;
    }
    
    
    
    }
  
  @media screen and (min-width: 1690px) and (max-width: 2056px) {
  
    .locker {
      margin-top: -80px;
      position: relative;
      display: grid;
      grid-template-columns: 50% auto;
  }
  }
  
  .page-usecase-intro .tags a  {
    border: 2px solid #e6e8eb;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    outline: none;
    padding: 0px 14px;
    margin: 0 2px 5px 0;
    background-color: var(--primary-color);
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .ratio {
    position: relative;
    width: 100%;
  }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
  }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ratio-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-4x3 {
    --bs-aspect-ratio: 75%;
  }
  .ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
  }
  .ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }
  .object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* Control Polo Carousel */
  .service-ctrl-carousel .polo-carousel-item {
    width: calc((100% / 3)) !important; /* เผื่อมี margin 20px */
  }
  @media (max-width: 991px) {
    .service-ctrl-carousel .polo-carousel-item {
        width: calc((100% / 2)) !important;
    }
  }
  @media (max-width: 576px) {
    .service-ctrl-carousel .polo-carousel-item {
        width: 100% !important;
    }
  }
  .service-ctrl-text-editor ul {
    padding-inline-start: 40px;
  }
  .swiper-slide-ctrl {
    display: flex;
    flex-direction: column;
  }
  .swiper-slide-cta {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #103176;
    background: linear-gradient(0deg, rgba(16, 49, 118, 1) 0%, rgba(15, 51, 139, 1) 30%, rgba(14, 55, 175, 0) 100%);
  }
  .hero-slider .swiper-slide.swiper-slide-ctrl {
    aspect-ratio: 21 / 7.5;
  }
  .swiper-slide-cta .cta-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 4rem 0;
  }
  @media (max-width: 768px) {
    .swiper-slide-cta {
      position: relative;
      background: #103176;
      background: linear-gradient(0deg, rgba(16, 49, 118, 1) 0%, rgba(15, 51, 139, 1) 30%, rgba(14, 55, 175, 1) 100%);
    }
    .hero-slider .swiper-slide.swiper-slide-ctrl {
      aspect-ratio: auto;
    }
    .hero-slider .swiper-slide.swiper-slide-video.swiper-slide-ctrl {
      aspect-ratio: 21 / 7.5;
    }
  }
  .sect-benefits-cta {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #89D113;
    background: linear-gradient(90deg, rgba(110, 163, 24, 0.9) 0%, rgba(137, 209, 19, 0.9) 100%);
    padding: 1rem 0;
  }
  .sect-benefits.sect-benefits-ctrl {
    padding-bottom: 8rem;
  }
  @media (max-width: 768px) {
    .sect-benefits.sect-benefits-ctrl {
      padding-bottom: 12rem;
    }
  }