﻿/* import font */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 8, 2018 */
@font-face {
  font-family: "lh_bank_header";
  src: url("../font/lhbankheader-webfont.woff2") format("woff2"),
    url("../font/lhbankheader-webfont.woff") format("woff"),
    url("../font/lhbankheader-webfont.ttf") format("truetype"),
    url("../font/lhbankheader-webfont.svg#lh_bank_headerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.container-fluid {
  padding: 0 !important;
}
.container-fluid ul li {
  font-size: 20px;
}

/* additional styles */
.container-extended {
  max-width: 1440px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.container-extended-full {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* global */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1;
}

.mg-btm-30 {
  margin-bottom: 30px;
}

.mg-btm-50 {
  margin-bottom: 50px;
}

.mg-top-70 {
  margin-top: 70px;
}

.mg-top-50 {
  margin-top: 50px;
}

.mg-top-100 {
  margin-top: 100px;
}

.pd-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pd-top-30 {
  padding-top: 30px;
}
.pd-top-50 {
  padding-top: 50px;
}

.pd-left-50 {
  padding-left: 50px;
}
.pd-left-100 {
  padding-left: 100px;
}

.mg-btm-list-20 li {
  margin-bottom: 30px;
}

.mg-btm-list-20 li:last-child {
  margin-bottom: 0;
}

.pd-left-list-0 {
  padding-left: 0;
}
.pd-left-list-30 {
  padding-left: 30px;
}
.pd-left-list-50 {
  padding-left: 50px;
}
.pd-left-list-70 {
  padding-left: 70px;
}
.pd-left-list-140 {
  padding-left: 140px;
}

.btm-border {
  border-bottom: 1px solid #979797;
}

.bg-grey {
  background-color: #f8f8f8;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark-blue {
  opacity: 0.95;
  background-color: #1d2930;
}

.box-shadow-btm {
  box-shadow: 0px 1px 0px 0 rgba(0, 0, 0, 0.1);
}

.sticky-top-menu {
  z-index: 1021;
}

.card-body {
  padding-bottom: 0;
}

.card-body p.text-right {
  margin-top: 35px;
}
.card-body .card-title {
  height: 55px;
}
.cursor{
    cursor:pointer;
}

/* homepage */
.text-banner {
  left: 9%;
  font-size: 2.7rem;
  color: #fff;
  text-shadow: 0px 0px 10px #999;
  max-width: 550px;
}

.text-banner a.btn:hover {
  color: #0088ca;
}

.text-banner p {
  font-size: 1.4rem;
}

.btn-white {
  background-color: #fff;
}

.text-banner .btn {
  padding: 10px 50px;
  border: 1px solid #ccc;
}

.text-banner a.btn {
  color: #333;
  text-shadow: none;
}

@media (max-width: 575px) {
  .text-banner {
    left: 5%;
    font-size: 1.8rem;
  }
  .text-banner p {
    font-size: 1.1rem;
    margin-bottom: 0px;
  }
  .text-banner .btn {
    padding: 5px 15px;
    font-size: 14px;
  }
}

.c2a-wrapper {
  /* hover effect */
}

.c2a-wrapper p span.titel {
  font-size: 24px;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}

.c2a-wrapper p .boxCategoryImage,
.c2a-wrapper .thumb a {
  color: #333333;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.c2a-wrapper .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  /* cursor: pointer; */
}

.c2a-wrapper .hovereffect .title {
  display: block;
  padding-top: 10px;
  font-size: 18px;
}

.c2a-wrapper .hovereffect:hover .title,
.card-product:hover p.text-right a {
  color: #0088ca;
}

.c2a-wrapper .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.c2a-wrapper .hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.c2a-wrapper .hovereffect:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* news section */
.new-title {
  display: block;
  position: relative;
  width: 100%;
  min-height: 35px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.new-title::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}

.new-title h3 {
  display: inline-block;
  position: relative;
  float: left;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  padding-left: 10px;
  background-color: #ffffff;
  padding-right: 10px;
}

.new-title h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 80%;
  background-color: #0088ca;
}

.new-title a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  background-color: #ffffff;
  padding-left: 10px;
  float: right;
  padding: 5px;
  text-decoration: none;
}

.new-title a:hover {
  color: #0088ca;
}

.news-item {
  position: relative;
  margin-bottom: -40px;
}

.news-item img {
  border-radius: 6px;
}

.news-item a {
  text-decoration: none;
}

.news-item a span:hover {
  color: #0088ca;
}

.news-item span {
  display: block;
  padding: 20px 100px 20px 20px;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
  bottom: 80px;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.news-item span::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 40px;
  height: 40px;
  display: block;
  transform: translateY(-50%);
  background-image: url("../images/icon-play.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.news-thumb {
  margin-bottom: 30px;
}

.news-thumb img {
  border-radius: 6px;
}

.news-thumb h4 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.news-thumb h4 > a {
  text-decoration: none;
  color: #333;
}

.news-thumb h4 > a:hover {
  color: #0088ca;
}

.news-thumb p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  .news-thumb p {
    -webkit-line-clamp: 2;
  }

  .news-thumb h4 {
    margin-bottom: 10px;
  }
}

/* footer */
.footer-color {
  background-color: #373e48;
}

.footer-icon {
  margin-top: 15px;
}

@media (max-width: 736px) {
  .footer-icon {
    text-align: center;
  }
}

.footer-icon > li {
  margin-left: 30px;
}

@media (max-width: 736px) {
  .footer-icon > li {
    display: inline-block;
  }
}

.footer-icon > li:first-child {
  font-size: 28px;
  line-height: 1;
  position: relative;
}

.footer-icon > li:first-child::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-phone@3x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 20px;
}

.footer-icon > li:first-child a {
  text-decoration: none;
  color: #46c1c8;
}

.footer-icon > li:nth-child(2) {
  font-size: 18px;
  line-height: 1;
  position: relative;
  padding-top: 5px;
}

.footer-icon > li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-envelope@3x.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px auto;
}

.footer-icon > li:nth-child(2) a {
  text-decoration: none;
  color: #ffffff;
}

.footer-social {
  margin-bottom: 0;
  /* margin-top: 24px; */
}

.copy-text {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .footer-color .d-flex {
    justify-content: center;
  }
  .footer-color ul.footer-icon li {
    display: block;
  }
  .footer-social {
    margin: 5px 0 15px 0;
  }
  .footer-icon > li:first-child {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .footer-social img {
    max-width: 80%;
  }
}

/* product */
.card-product {
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.22);
}

.card-product a {
  color: #333333;
  text-decoration: none;
}

.card-product a:hover {
  color: #0088d0;
  text-decoration: none;
}

.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}

/* product detail */
.detail-with-scroll {
  top: 81px;
}

@media (max-width: 768px) {
  .detail-with-scroll {
    top: 60px;
  }
}

.anchor-link {
  position: relative;
  margin-top: -50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .anchor-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.tab-detail li {
  display: table;
  float: left;
  min-width: 135px;
  position: relative;
}

@media (max-width: 768px) {
  .tab-detail li {
    min-width: 100px;
  }
}

.tab-detail li > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #333333;
  padding: 15px;
  text-decoration: none;
  position: relative;
  font-size: 22px;
}

@media (max-width: 768px) {
  .tab-detail li > a {
    padding: 10px 0;
    font-size: 18px;
  }
}

@media (min-width: 575px) {
  .tab-detail li:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 80%;
    background-color: #0088d0;
  }
}

.tab-detail li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 80%;
  background-color: #0088d0;
}

.icon-hl-1 li,
.icon-hl-2 li {
  position: relative;
  padding-right: 20px;
}

.icon-hl-1 > li:first-child::after,
.icon-hl-2 > li:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140px;
  width: 100px;
  height: 100px;
}

.icon-hl-1 > li:first-child::after {
  background: url("../images/icon-file.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 80px;
  margin-left: 10px;
}

.icon-hl-2 > li:first-child::after {
  background: url("../images/icon-screen.png");
  background-repeat: no-repeat;
  background-position: top center;
  /* background-size: auto 80px; */
  background-size: auto 50px;
  margin-left: 10px;
}

.list-checked {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.list-checked > li {
  padding-left: 50px;
  padding-right: 20px;
  margin-right: 0 !important;
  position: relative;
}

.list-checked > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../images/icon-verified.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

/* test 2 mega menu */
.header-nav {
  height: 80px;
  padding-top: 14px;
}

@media (max-width: 767px) {
  .header-nav {
    height: 60px;
    padding-top: 10px;
  }
}

.header-nav .burger {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 35px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  display: none;
}

@media (max-width: 767px) {
  .header-nav .burger {
    display: block;
  }
}

.header-nav .burger-inner {
  top: 2px;
  position: absolute;
  width: 100%;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background: #6d6e71;
}

.header-nav .burger-inner::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  width: 100%;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
  background: #6d6e71;
}

.header-nav .burger-inner::after {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  width: 100%;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background: #6d6e71;
}

.header-nav .burger-inner.active {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.header-nav .burger-inner.active::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.header-nav .burger-inner.active::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.header-logo {
  float: left;
  display: inline-block;
  /* max-width: 389px; */
}

    .header-logo img {
        max-width: 100%;
        max-height: 65px;
    }

.header-logo > img:nth-child(2) {
  width: 120px;
  padding-top: 14px;
}

.header-logo > img:nth-child(3) {
  display: none;
}

@media (max-width: 767px) {
  .header-logo > img:nth-child(3) {
    display: block;
    position: relative;
    top: 6.5px;
    width: 120px;
  }
}

.main-nav-desktop {
  float: right;
  margin-bottom: 0;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .main-nav-desktop {
    display: none;
  }
}

.main-nav-mobile {
  float: right;
  margin-bottom: 0;
  margin-top: 5px;
  display: none;
}

@media (max-width: 767px) {
  .main-nav-mobile {
    display: block;
  }
}

.main-nav-desktop,
.main-nav-mobile {
  /* ipad - protrait */
  /* iphone X */
  /* ipad - lanscape */
  /* destop */
}

.main-nav-desktop > li.list-inline-item,
.main-nav-mobile > li.list-inline-item {
  margin-right: 0;
}

.main-nav-desktop a,
.main-nav-mobile a {
  /* font-size: 16px; */
  font-size: 20px;
  color: #333333;
  padding: 0 40px;
}

.main-nav-desktop .lang-box,
.main-nav-mobile .lang-box {
  display: inline-block;
  position: relative;
  top: 8px;
  padding: 0 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #9b9b9b;
  float: left;
  margin-left: 10px;
}

.main-nav-desktop .lang-box:hover,
.main-nav-desktop .lang-box.active,
.main-nav-mobile .lang-box:hover,
.main-nav-mobile .lang-box.active {
  color: #034258;
}

.main-nav-desktop .lang-box::after,
.main-nav-mobile .lang-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 80%;
  width: 2px;
  background-color: #034258;
  z-index: 2;
}

.main-nav-desktop .lang-box:last-child::after,
.main-nav-mobile .lang-box:last-child::after {
  background-color: #ffffff;
}

.main-nav-desktop .lang-box:last-child,
.main-nav-mobile .lang-box:last-child {
  margin-left: 0;
}

.main-nav-desktop .icon-search,
.main-nav-mobile .icon-search {
  display: block;
  position: relative;
  top: 4px;
  float: left;
  width: 20px;
  height: 21px;
  margin-left: 10px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .main-nav-desktop,
  .main-nav-mobile {
    margin-top: 10px;
    text-decoration: none;
  }
  .main-nav-desktop a,
  .main-nav-mobile a {
    padding: 0 10px;
    text-decoration: none;
  }
}

@media (min-width: 812px) {
  .main-nav-desktop,
  .main-nav-mobile {
    margin-top: 10px;
    text-decoration: none;
  }
  .main-nav-desktop a,
  .main-nav-mobile a {
    padding: 0 10px;
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .main-nav-desktop,
  .main-nav-mobile {
    margin-top: 10px;
    text-decoration: none;
  }
  .main-nav-desktop a,
  .main-nav-mobile a {
    padding: 0 10px;
    text-decoration: none;
  }
}

@media (min-width: 1180px) {
  .main-nav-desktop,
  .main-nav-mobile {
    margin-top: 10px;
    text-decoration: none;
  }
  .main-nav-desktop a,
  .main-nav-mobile a {
    padding: 0 20px;
    text-decoration: none;
  }
}

@media (min-width: 767px) {
  .main-nav-desktop a:hover,
  .main-nav-mobile a:hover {
    color: #0088ca;
  }
}
@media (max-width: 767px) {
  .main-nav-desktop a,
  .main-nav-mobile a {
    font-size: 16px;
  }
}

.mega-menu-trigger {
  padding-bottom: 27px;
}

.mega-menu-desktop {
  height: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  display: none;
  z-index: 2;
}

.mega-menu-bg {
  height: calc(100vh - 80px);
  width: 100%;
  left: 0;
  right: 0;
  top: 80px;
  position: fixed;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.mega-menu-desktop.show {
  display: block;
}

.menu-inner-wrapper {
  display: flex;
  width: 100%;
  color: #ffffff;
}

.menu-inner-wrapper .menu-level-1 {
  display: block;
  width: 30%;
  position: relative;
  margin: 0 0;
  font-size: 20px;
  line-height: 1.2;
  /* ipad - protrait */
}

.menu-inner-wrapper .menu-level-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #979797;
  opacity: 0.5;
}

.menu-inner-wrapper .menu-level-1 > li {
  margin-bottom: 35px;
  margin-left: 55px;
  display: block;
  position: relative;
  cursor: pointer;
}

.menu-inner-wrapper .menu-level-1 > li:last-child {
  margin-bottom: 0;
}

.menu-inner-wrapper .menu-level-1 > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -55px;
  width: 35px;
  height: 35px;
}

.menu-inner-wrapper .menu-level-1 > li:first-child::after {
  top: -4px;
  background-image: url("../images/icon-growth@3x.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 25px;
}

.menu-inner-wrapper .menu-level-1 > li:nth-child(2)::after {
  top: -10px;
  background-image: url("../images/icon-dollar@3x.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 35px;
}

.menu-inner-wrapper .menu-level-1 > li:nth-child(3)::after {
  top: -10px;
  background-image: url("../images/icon-management.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 35px;
}

.menu-inner-wrapper .menu-level-1 > li:nth-child(4)::after {
  top: -4px;
  background-image: url("../images/icon-payment@3x.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 30px;
}

.menu-inner-wrapper .menu-level-1 > li:nth-child(5)::after {
  top: -3px;
  background-image: url("../images/icon-shield@3x.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto 30px;
}

.menu-inner-wrapper .menu-level-1 .active {
  color: #f5a623;
}

@media (max-width: 768px) {
  .menu-inner-wrapper .menu-level-1 {
    width: 40%;
  }
}

.menu-inner-wrapper .menu-level-2 {
  display: block;
  width: 70%;
  position: relative;
  /* ipad - protrait */
}

@media (max-width: 768px) {
  .menu-inner-wrapper .menu-level-2 {
    width: 60%;
  }
}

.menu-inner-wrapper .level-2-item {
  display: none;
  width: 100%;
}

.menu-inner-wrapper .level-2-item h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.menu-inner-wrapper .level-2-item.show {
  display: block;
}

.menu-inner-wrapper .level-2-item ul > li {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #f5a623;
}

.menu-inner-wrapper .level-2-item ul > li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0px;
}

.menu-inner-wrapper .level-2-item ul > li a.active,
.menu-inner-wrapper .level-2-item ul > li a:hover,
.menu-inner-wrapper .level-2-item ul > li a:active {
  color: #f5a623;
}

/* menu level 3 */
.level-3-item {
  display: none;
  width: 100%;
}
.level-3-item.show {
  display: block;
}

.level-3-item ul > li {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #f5a623;
}

.level-3-item ul > li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0px;
}

.level-3-item ul > li a:hover,
.level-3-item ul > li a:active {
  color: #f5a623;
}

/* ./ menu level 3 */

.mega-menu-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 60px;
  background-color: #1d2930;
  display: none;
  z-index: 2;
  color: #ffffff;
  overflow-y: auto;
}

.mobile-menu-item {
  display: block;
  padding: 0 0;
  margin: 0 0;
}

.mobile-menu-item > li {
  border-bottom: 1px solid #ffffff;
  position: relative;
}

.mobile-menu-item .menu-mobile-text {
  padding: 15px 0;
  color: #fff;
}

.mobile-menu-item .menu-mobile-text.has-sub {
  border-bottom: 1px solid #606060;
  position: relative;
}

.mobile-menu-item .menu-mobile-text.has-sub::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 28px;
}

.mobile-menu-item .menu-mobile-text.has-sub.active {
  color: #f5a623;
}

.mobile-menu-item .menu-mobile-text.has-sub.active::after {
  border-bottom: 4px solid #f5a623;
  border-top-color: transparent;
}

.mobile-menu-item_2 > li {
  padding-left: 10px;
}

.mobile-menu-item_3 {
  border-bottom: 1px solid #606060;
  padding: 15px 0;
}

.mobile-menu-item_3 h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.mobile-menu-item_3 ul > li {
  color: #f5a623;
  padding: 5px 0;
}

.mobile-menu-item_3 ul > li:last-child {
  margin-bottom: 20px;
}

.mobile-menu-item_3 ul > li a {
  color: #ffffff;
}

.mobile-menu-item_3 ul > li a:hover {
  color: #f5a623;
}

/* search form */
.search-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
  overflow-y: auto;
  width: 100%;
}

.search-box {
  display: none;
}

.search-box .search-box-inner {
  padding-top: 50px;
}

@media (max-width: 736px) {
  .search-box .search-box-inner {
    padding: 20px 20px;
  }
}

.search-box .search-logo {
  width: 140px;
  float: left;
  display: inline-block;
}

.search-box .search-close {
  display: inline-block;
  width: 30px;
  height: 30px;
  top: -10px;
  float: right;
  position: relative;
  transform: translate3d(0, 10px, 0) rotate(45deg);
  cursor: pointer;
}

.search-box .search-close::before {
  transform: translate3d(0, -16px, 0) rotate(180deg);
  display: block;
  content: "";
  position: absolute;
  top: 28px;
  width: 100%;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-property: transform, opacity;
  border-radius: 4px;
  background: #333333;
}

.search-box .search-close::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
  display: block;
  content: "";
  position: absolute;
  top: 28px;
  width: 100%;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-property: transform, opacity;
  border-radius: 4px;
  background: #333333;
}

.search-box .search-input {
  margin: 0 auto;
  width: 80%;
  margin-top: 50px;
}

.search-box .search-input input {
  float: left;
  width: calc(100% - 60px);
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #000000;
  height: 50px;
  font-size: 22px;
}

.search-box .search-input input:focus {
  outline: none;
}

.search-box .search-input button {
  height: 50px;
  width: 60px;
  float: left;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  border: 0 none;
}

.search-box .search-input button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url("../images/icon-search@3x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 30px;
}

.search-box .search-input button:focus {
  outline: none;
}
.pdf {
  width: 42px;
  height: 42px;
}
.form-pdf {
  min-height: 600px;
}
.icon-products,
.icon-highlights,
.icon-benefits,
.icon-documents {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

    .icon-products > li,
    .icon-highlights > li,
    .icon-benefits > li,
    .icon-documents > li {
        padding-left: 50px;
        padding-right: 20px;
        margin-right: 0 !important;
        position: relative;
        list-style: none;
        width: 100%;
    }
.icon-products > li::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../../Images/icon/64x64/products_2.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.icon-highlights > li::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../../Images/icon/64x64/hilights.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.icon-benefits > li::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../../Images/icon/64x64/benefits_2.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

        .icon-documents > li::after {
            content: "";
            position: absolute;
            top: -3px;
            left: 0;
            width: 40px;
            height: 40px;
            background: url("../../Images/contact-form.png");
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: contain;
        }

.tel-img-2 {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0px;
  content: "";
}
.tel-line {
  color: #46c1c8;
}
.tel-a-2 {
  padding-left: 25px;
}
.coming_soon {
  display: none!important;
  text-align: center;
  padding: 20px 0px 0px;
  font-size: 24px;
  color: red!important;
  margin-bottom: 0px;
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.text-center{
    text-align:center;
}
/*grayscale*/
/*img, .tp-bgimg.defaultimg, .body-left-middle {*/
    /* IE */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) !important;*/
    /* Chrome, Safari */
    /*-webkit-filter: grayscale(1) !important;*/
    /* Firefox */
    /*filter: grayscale(1) !important;
}

h1, h2, h3, h4, h5, span, body, li, a, div {
    color: #000000 !important;
}

.thumb-info .thumb-info-type {
    background-color: #999;
    color: #fff !important;
}

.thumb-info-inner {
    color: #fff !important;
}
.mega-menu-desktop a, .mega-menu-desktop h3, .mega-menu-desktop li, .menu-mobile-text {
    color: #ffffff !important;
}*/
/*end grayscale*/

.header-menu-row {
    position: relative;
    display: flex;
    align-items: center; /* จัดกึ่งกลางแนวตั้งทั้ง title และรูป */
    padding: 30px 0;
}

.header-menu-title {
    margin: 0 auto; /* กึ่งกลางแนวนอนของ row */
    text-align: center;
}

.header-menu-logo {
    position: absolute;
    right: 24px;
    top: 50%; /* กึ่งกลางแนวตั้ง */
    transform: translateY(-50%);
    height: 54px;
    max-width: 100%;
    object-fit: contain;
}

#homePopup .modal-dialog {
    max-width: max-content;
}

@media (max-width: 576px) {
    #homePopup .modal-dialog {
        padding-left: 10px;
        padding-right: 10px;
    }

    #homePopup .modal-dialog .modal-content img {
        max-width: 100%;
        height: auto;
    }

    .header-menu-logo {
        height: 21px;
        right: 13px;
    }
}