@font-face {
  font-family: "BebasNeueBold";
  src: url("../fonts/bebas-neue-bold.ttf");
}
@font-face {
  font-family: "GothamBold";
  src: url("../fonts/gotham-bold.otf");
}
@font-face {
  font-family: "GothamLight";
  src: url("../fonts/gotham-light.otf");
}
html {
  overflow-x: hidden;
}

body {
  font-family: "GothamLight", sans-serif;
  overflow-x: hidden;
}

html, body {
  overflow: hidden;
  overflow-y: scroll;
}

.font-bebas-neue-bold {
  font-family: "BebasNeueBold", sans-serif;
}

.font-gotham-bold {
  font-family: "GothamBold", sans-serif;
}

.font-gotham-light {
  font-family: "GothamLight", sans-serif;
}

.hidden {
  display: none !important;
}

.primary-title {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .primary-title {
    font-size: 4.5rem;
  }
}

.secondary-title {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .secondary-title {
    font-size: 3.5rem;
  }
}

.third-title {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .third-title {
    font-size: 3rem;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a.hover-white:hover {
  color: #fff;
}

.text-main {
  color: #DC2328;
}

.bg-main {
  background-color: #DC2328;
}

.bg-gray {
  background-color: #E7E7E7;
}

.bg-light-gray {
  background-color: #E7E7E7;
}

.btn-red {
  background-color: #DC2328;
}

.btn-dark-gray {
  background-color: #5E5E5E;
}

.main-color {
  color: #DC2328;
}

.main-text {
  font-size: 18px;
  font-weight: unset;
}
@media (min-width: 768px) {
  .main-text {
    font-size: 20px;
  }
}

.main-border-left {
  border-left: solid 6px #dc2328;
}

.hw-100 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clickable {
  cursor: pointer;
}

.main-pt {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .main-pt {
    padding-top: 90px;
  }
}

.main-pb {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .main-pb {
    padding-bottom: 90px;
  }
}

.main-px {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .main-px {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.main-btn {
  background-color: #DC2328;
  padding: 10px 35px;
  color: #FFFFFF;
  border: solid 1px #DC2328;
}

.box-line {
  background-color: #000;
  width: 2px;
}

.container-small {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .container-small {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .container-small {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .container-small {
    width: 70%;
  }
}

.navbar {
  padding: 8px 12px;
}
.navbar .logo-section {
  height: 55px;
}
@media (min-width: 992px) {
  .navbar .logo-section {
    height: 85px;
  }
}
.navbar a.active {
  border-bottom: solid 1px #FFFFFF;
}

.navbar-space {
  height: 70px;
}
@media (min-width: 768px) {
  .navbar-space {
    height: 65px;
  }
}
@media (min-width: 992px) {
  .navbar-space {
    height: 100px;
  }
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa;
  display: none;
  z-index: 9999;
}
.sidebar .body {
  padding: 20px;
}
.sidebar .sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-menu li {
  padding: 10px;
  border-bottom: 1px solid #E8E8E8;
}
.sidebar .sidebar-menu li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
}
.sidebar .large-icon .svg-inline--fa {
  height: 2rem;
}
.sidebar .large-icon .svg-inline--fa.fa-xmark {
  height: 2.5rem;
}

footer {
  font-size: 15px;
}
footer .sub-menu {
  font-size: 14px;
}
@media (min-width: 768px) {
  footer .company-detail {
    border-right: solid 3px #e9ecef;
  }
}
footer .company-detail .logo-footer-section {
  width: 11rem;
}
@media (min-width: 992px) {
  footer .company-detail .logo-footer-section {
    width: 12rem;
  }
}

.hero-section {
  background-color: #000;
}
.hero-section .hero-slider-box .hero-slider-section {
  cursor: pointer;
  justify-content: center;
  display: flex;
  margin-bottom: 0px;
}
.hero-section .hero-slider-box .hero-slider-section .img-box {
  height: 15rem;
}
@media (min-width: 768px) {
  .hero-section .hero-slider-box .hero-slider-section .img-box {
    height: 28rem;
  }
}
@media (min-width: 992px) {
  .hero-section .hero-slider-box .hero-slider-section .img-box {
    height: 38rem;
  }
}
.hero-section .hero-slider-box .hero-slider-section ul.slick-dots {
  display: flex;
  bottom: 10px;
  max-width: 1140px;
}
@media (min-width: 992px) {
  .hero-section .hero-slider-box .hero-slider-section ul.slick-dots {
    bottom: 20px;
  }
}
.hero-section .hero-slider-box .hero-slider-section ul.slick-dots li {
  flex-grow: 2;
  background: yellow;
  height: 3px;
}
.hero-section .hero-slider-box .hero-slider-section ul.slick-dots li button {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.hero-section .hero-slider-box .hero-slider-section ul.slick-dots li.slick-active button {
  background: #DC2328;
}
.hero-section .hero-slider-box .hero-slider-section ul.slick-dots li button:before {
  opacity: 0;
}

.bg-img {
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.feature-section .feature-box {
  padding: 6rem 3rem;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .feature-section .feature-box {
    padding: 10rem 5rem;
  }
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #DC2328;
}

.accordion-button:not(.collapsed) {
  background-color: #FFFFFF;
}

.accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
  background-image: url("/img/en/icon-dropdown.png");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/img/en/icon-dropdown.png");
}

.accordion-body {
  padding: 10px;
}

.accordion-item {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .accordion-item {
    margin-bottom: 2rem;
  }
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed) {
  box-shadow: unset;
}

.img-map-box {
  width: 100%;
}
@media (min-width: 1200px) {
  .img-map-box {
    width: 70%;
  }
}

.title-line {
  color: #000;
}
.title-line .collape-line {
  height: 1px;
  background-color: #DC2328;
}

.tab-photo-gellery-content .slider-section .slider-box {
  height: 25rem;
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  cursor: pointer;
}
.tab-photo-gellery-content .slider-section .slider-box .title {
  background-color: rgba(200, 200, 198, 0.8705882353);
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  font-family: "GothamBold";
}
.tab-photo-gellery-content .slider-section .label-album {
  position: absolute;
  right: 0;
  height: 8rem;
}
.tab-photo-gellery-content .slider-btn {
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: bold;
  color: #DC2328;
  cursor: pointer;
}
@media (min-width: 992px) {
  .tab-photo-gellery-content .slider-btn {
    font-size: 3rem;
  }
}
.tab-photo-gellery-content .slider-btn.disabled img {
  opacity: 0.2;
}
.tab-photo-gellery-content .photo-grid-section .img-thumnail-box {
  height: 300px;
  width: 100%;
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  cursor: pointer;
}
.tab-photo-gellery-content .photo-grid-section .img-thumnail-box .title {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  width: 100%;
  font-weight: bold;
  min-height: unset;
}
@media (min-width: 992px) {
  .tab-photo-gellery-content .photo-grid-section .img-thumnail-box .title {
    min-height: 93px;
  }
}

.tab-video-content .video-box .video-box-img {
  height: 300px;
  width: 100%;
  background-color: #FFFFFF; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  border-radius: 35px;
  cursor: pointer;
}
.tab-video-content .video-box .video-box-img .title {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  width: 100%;
  font-weight: bold;
  border-radius: 0px 0px 35px 35px;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-dialog.large {
  max-width: 900px;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.btn-closed {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  font-size: 25px;
  z-index: 999;
  cursor: pointer;
}

.img-enlarge-box .title {
  position: absolute;
  bottom: 0px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
}

.home-video {
  width: 100%;
  height: 15rem;
}
@media (min-width: 768px) {
  .home-video {
    height: 28rem;
  }
}
@media (min-width: 992px) {
  .home-video {
    height: 40rem;
  }
}
@media (min-width: 1200px) {
  .home-video {
    height: 44rem;
  }
}

.img-line {
  height: 32px;
  width: 5px;
}

.hero-page-section {
  height: 10rem;
}
@media (min-width: 768px) {
  .hero-page-section {
    height: 15rem;
  }
}
@media (min-width: 992px) {
  .hero-page-section {
    height: 20rem;
  }
}
.hero-page-section .hero-label-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0.7;
  height: unset;
  width: 70%;
}
@media (min-width: 350px) {
  .hero-page-section .hero-label-bg {
    height: unset;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .hero-page-section .hero-label-bg {
    height: 5.3rem;
  }
}
@media (min-width: 1200px) {
  .hero-page-section .hero-label-bg {
    width: 40%;
  }
}
.hero-page-section .hero-label-bg .label-text {
  position: unset;
  right: unset;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .hero-page-section .hero-label-bg .label-text {
    position: absolute;
    right: 14rem;
  }
}
@media (min-width: 1200px) {
  .hero-page-section .hero-label-bg .label-text {
    right: 14rem;
  }
}

.resource-tab-section .underline {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.125);
  z-index: 1;
}
.resource-tab-section .btn-tab {
  width: 9rem;
  height: 3rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .resource-tab-section .btn-tab {
    width: 15rem;
    height: 3rem;
  }
}

.tab-title {
  align-items: baseline;
  gap: 10px;
  font-size: 2.5rem;
}

.proaduct-section .box-product {
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.4588235294);
}

.hero-product-section {
  height: 12rem;
}
@media (min-width: 992px) {
  .hero-product-section {
    height: 15rem;
  }
}

.grid-product-section {
  margin: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .grid-product-section {
    width: 90%;
  }
}
.grid-product-section .grid-product {
  cursor: pointer;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.4588235294);
}
.grid-product-section .grid-product .img-box {
  height: 20rem;
}

@media (min-width: 768px) {
  .modal-product {
    min-height: 30rem;
  }
}
@media (min-width: 992px) {
  .modal-product {
    position: relative;
    min-height: 30rem;
  }
}
@media (min-width: 1200px) {
  .modal-product {
    min-height: 35rem;
  }
}
.modal-product .text-right-box {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.modal-product #product-image {
  position: block;
}
@media (min-width: 768px) {
  .modal-product #product-image {
    position: absolute;
  }
}

.solution-box {
  width: 50%;
}

.video-container {
  position: relative;
}

.custom-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-thumbnail img {
  max-width: 100%;
  max-height: 100%;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  transform: translateY(-50%);
  z-index: 999;
  color: white;
}

.reveal-text,
.reveal-text::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  color: #FFF;
  cursor: default;
}
.reveal-text::after {
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}

@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.world-map {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1em;
  position: relative;
}
.world-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.world-map .title p {
  max-width: 500px;
  margin: 1em auto;
  line-height: 27px;
}
.world-map .pin {
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  cursor: pointer;
}
.world-map .pin::before {
  content: url("../img/en/about-us/Icon_Map_Pin.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.world-map .popup {
  display: none;
  font-size: 0.8em;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  top: 18px;
  left: -44px;
  z-index: 999;
  min-width: 105px;
  text-align: center;
}
.world-map .pin span {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 3em;
  padding: 0.3em 0.6em;
  font-size: 0.9em;
}
.world-map .usa {
  top: 37%;
  left: 20%;
}
@media (min-width: 768px) {
  .world-map .usa {
    top: 40%;
    left: 19%;
  }
}
.world-map .germany {
  top: 29%;
  left: 47%;
}
@media (min-width: 768px) {
  .world-map .germany {
    top: 29%;
    left: 47%;
  }
}
@media (min-width: 768px) {
  .world-map .germany {
    top: 33%;
    left: 48%;
  }
}
.world-map .vietnam {
  top: 47%;
  left: 72%;
}
@media (min-width: 768px) {
  .world-map .vietnam {
    top: 52%;
    left: 73.5%;
  }
}
@media (min-width: 992px) {
  .world-map .vietnam {
    top: 54%;
    left: 74.9%;
  }
}
.world-map .china {
  top: 39%;
  left: 71%;
}
@media (min-width: 768px) {
  .world-map .china {
    top: 44%;
    left: 74%;
  }
}
.world-map .japan {
  top: 35%;
  left: 79.5%;
}
@media (min-width: 768px) {
  .world-map .japan {
    top: 39%;
    left: 82.5%;
  }
}
@media (min-width: 992px) {
  .world-map .japan {
    top: 41%;
    left: 83.5%;
  }
}
.world-map .malaysia {
  top: 50%;
  left: 70.5%;
}
@media (min-width: 768px) {
  .world-map .malaysia {
    top: 55%;
    left: 72.5%;
  }
}
@media (min-width: 992px) {
  .world-map .malaysia {
    top: 58%;
    left: 73.5%;
  }
}
.world-map .thailand {
  top: 43%;
  left: 68.5%;
}
@media (min-width: 768px) {
  .world-map .thailand {
    top: 48%;
    left: 71.5%;
  }
}
@media (min-width: 992px) {
  .world-map .thailand {
    top: 51%;
    left: 72.5%;
  }
}
.world-map .australia {
  top: 63%;
  left: 78%;
}
@media (min-width: 768px) {
  .world-map .australia {
    top: 70%;
    left: 81%;
  }
}
@media (min-width: 992px) {
  .world-map .australia {
    top: 72%;
    left: 81.5%;
  }
}
@media screen and (max-width: 600px) {
  .world-map .world-map {
    font-size: 13px;
  }
}/*# sourceMappingURL=main.css.map */