/* font-family: 'Cabin', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/* font-family: 'Ubuntu', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/* font-family: 'Open Sans', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Cabin", sans-serif;
}

.video-stream.html5-main-video {
  left: 0 !important;
  width: 100% !important;
}

.html5-video-player .video-click-tracking, .html5-video-player .video-stream {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.footer {
  background-color: #2B2B2B;
  color: #ffffff;
  padding-top: 5.6875rem;
}
.footer-main {
  display: flex;
  gap: 3.8125rem;
}
@media (max-width: 991px) {
  .footer-main {
    flex-direction: column;
  }
}
.footer-main.mt-59 {
  margin-top: 59px;
}
.footer-main-col-1 {
  max-width: 370px;
  width: 100%;
}
@media (max-width: 991px) {
  .footer-main-col-1 {
    max-width: unset;
  }
}
.footer-main-col-2 {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.footer-main h3 {
  font-size: 45px;
}
@media (max-width: 991px) {
  .footer-main h3 {
    font-size: 1.8rem;
  }
}
.footer-main p {
  color: #ACACAC;
}
@media (max-width: 991px) {
  .footer-main .footer-logo-main {
    text-align: center;
  }
}
.footer-main .footer-logo {
  max-width: 300px;
  width: 100%;
}
.footer-main small.sl {
  color: #939393;
  display: block;
  margin-top: 2.25rem;
  font-style: italic;
}
.footer-main .footer-menu {
  align-items: flex-start;
  gap: 5.875rem;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .footer-main .footer-menu {
    justify-content: center;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-menu {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
}
.footer-main .footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-main .footer-menu-list li {
  margin-bottom: 1rem;
}
.footer-main .footer-menu-list li:last-child {
  margin-bottom: 0;
}
.footer-main .footer-menu-list li.head a {
  color: #fff;
}
.footer-main .footer-menu-list li a {
  text-decoration: none;
  color: #ACACAC;
}
.footer-soon {
  border-top: 1px solid #707070;
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
  padding-bottom: 2.9375rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-soon {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.footer-soon a {
  color: #606060;
  text-decoration: none;
  display: block;
}
@media (max-width: 991px) {
  .footer-soon a {
    width: calc(50% - 0.5rem);
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer-soon a {
    width: 100%;
  }
}
.footer-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background-image: linear-gradient(90deg, #2B2B2B, transparent);
  z-index: 3;
}
.footer-slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background-image: linear-gradient(-90deg, #2B2B2B, transparent);
  z-index: 3;
}
.footer-slider .owl-item {
  width: 134px !important;
  display: flex;
  align-items: center;
}
.footer-slider .owl-stage {
  display: flex;
  align-items: center;
}
.footer-slider .img {
  width: 90px !important;
  object-fit: contain;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-scroll {
  width: 10px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #BCBCBC;
  width: 1.5px;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
}
.custom-scroll .scroll {
  position: absolute;
  background-color: #FECE07;
  border-radius: 100px;
  height: 20px;
  width: 4px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: block;
}

.header-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media (max-width: 991px) {
  .header-menu {
    position: relative;
  }
}
.header-menu-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.header-menu-main-logo {
  margin-top: auto;
}
.header-menu-main-logo .logo {
  max-width: 136px;
  width: 100%;
  height: 131px;
}
@media (max-width: 1399px) {
  .header-menu-main-logo .logo {
    height: 111px;
  }
}
@media (max-width: 1199px) {
  .header-menu-main-logo .logo {
    height: 95px;
    width: 95px;
  }
}
.header-menu-main-nav .m-button {
  display: none;
}
@media (max-width: 1100px) {
  .header-menu-main-nav {
    display: none;
  }
}
.header-menu-main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
}
.header-menu-main-nav ul li a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}
@media (max-width: 1399px) {
  .header-menu-main-nav ul li a {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .header-menu-main-nav ul li a {
    font-size: 0.9rem;
  }
}
.header-menu-main-nav ul li a i {
  font-size: 0.85rem;
  transition: all 0.3s;
}
.header-menu-main-nav ul li a:hover i {
  color: #FECE07;
}
.header-menu-main-nav ul li.drop {
  position: relative;
}
.header-menu-main-nav ul li.drop:hover a {
  position: relative;
}
.header-menu-main-nav ul li.drop:hover a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #FECE07;
}
.header-menu-main-nav ul li.drop:hover i {
  transform: rotate(90deg);
  color: #FECE07;
}
@media (min-width: 1199px) {
  .header-menu-main-nav ul li.drop:hover ul.drop-list {
    display: block;
  }
}
.header-menu-main-nav ul li.drop ul.drop-list {
  position: absolute;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 220px;
  padding: 0.5rem 0;
  display: none;
}
.header-menu-main-nav ul li.drop ul.drop-list::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
.header-menu-main-nav ul li.drop ul.drop-list li a {
  color: #363636;
  font-size: 0.9375rem;
  display: inline-block;
}
.header-menu-main-nav ul li.drop ul.drop-list li a::after {
  content: unset;
}
.header-menu-main-end {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
}
@media (max-width: 1100px) {
  .header-menu-main-end {
    display: none;
  }
}
.header-menu-main-end .lang {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-menu-main-end .lang .lang-button {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}
@media (max-width: 1199px) {
  .header-menu-main-end .lang .lang-button {
    font-size: 0.9rem;
  }
}
.header-menu-main-end .lang .lang-button.active {
  font-weight: bold;
}
.header-menu-main-end .lang .lang-button:last-child {
  position: relative;
  margin-left: 10px;
}
.header-menu-main-end .lang .lang-button:last-child::before {
  content: "";
  height: 13px;
  width: 1px;
  position: absolute;
  left: -7.5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.header-menu-main-end img {
  height: max-content;
}
.header-menu-main-end .gptw {
  max-width: 108px;
  width: 100%;
  height: 140px;
}
@media (max-width: 1399px) {
  .header-menu-main-end .gptw {
    height: 130px;
  }
}
@media (max-width: 1199px) {
  .header-menu-main-end .gptw {
    height: 120px;
  }
}
@media (min-width: 1199px) {
  .header-menu-main-mobile {
    display: none;
  }
}
.header-menu-main-mobile .mobile-button {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: bold;
}
.header-menu-main-mobile .mobile-button i {
  font-size: 1.5rem;
}
.header-menu.action {
  position: unset;
}
.header-menu.action .header-menu-top {
  background-color: #262626;
  padding-bottom: 1rem;
}
.header-menu.action .header-menu-breadcrumb {
  position: relative;
}
.header-menu.action .header-menu-breadcrumb::before {
  content: "";
  width: var(--w);
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #262626;
}
@media (max-width: 540px) {
  .header-menu.action .header-menu-breadcrumb .container {
    padding: 0;
  }
}
.header-menu.action .header-menu-breadcrumb-main {
  width: max-content;
  height: 70px;
  background-color: #262626;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}
.header-menu.action .header-menu-breadcrumb-main::-webkit-scrollbar {
  display: none;
}
@media (max-width: 540px) {
  .header-menu.action .header-menu-breadcrumb-main {
    width: 100%;
    padding: 1rem;
    overflow-x: scroll;
  }
}
.header-menu.action .header-menu-breadcrumb-main::after {
  content: "";
  position: absolute;
  right: -200px;
  top: 0;
  width: 200px;
  height: 100%;
  background-image: url("/assets/images/headerbreadcrumb.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.show .header-menu-main-nav {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.show .header-menu-main-nav .m-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: none;
  background: transparent;
  font-size: 1.3rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 2;
}
.show .header-menu-main-nav .m-button i {
  font-size: 1.6rem;
}
.show .header-menu-main-nav ul {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
}
.show .header-menu-main-nav ul li a {
  color: #262626;
  pointer-events: unset;
}
.show .header-menu-main-nav ul li.drop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.show .header-menu-main-nav ul li.drop ul.drop-list {
  position: unset;
  width: max-content;
  text-align: center;
}
.show .header-menu-main-nav ul li.drop ul.drop-list.show {
  display: block;
}

.why-bar-box {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
@media (max-width: 1199px) {
  .why-bar-box {
    flex-wrap: wrap;
    row-gap: 3rem;
    padding: 0 3rem;
    justify-content: center;
  }
}
.why-bar-box-item {
  position: relative;
  padding-left: 65px;
}
@media (max-width: 1199px) {
  .why-bar-box-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .why-bar-box-item {
    width: max-content;
  }
}
.why-bar-box-item .icons {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 49px;
  height: 49px;
}
.why-bar-box-item h3 {
  font-size: 46px;
  margin-bottom: 0;
  line-height: 35px;
  color: #ffffff;
}
.why-bar-box-item h3 small {
  font-size: 30px;
}
.why-bar-box-item p {
  font-size: 14px;
}

.tab {
  border: 1px solid rgba(255, 255, 255, 0.4235294118);
  border-radius: 15px;
  background-color: #262626;
  margin-bottom: 13px;
}
.tab button.tab-button {
  padding: 1.4374rem 1.8125rem;
  border: none;
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  gap: 1.5rem;
}
.tab button.tab-button .icon {
  transform: rotate(0deg);
  transition: all 0.3s;
  color: #DEDEDE;
}
.tab-main {
  padding: 1rem 1.8125rem;
  letter-spacing: -0.4px;
  color: #fff;
  opacity: 0.88;
  display: none;
}
.tab-main h1 {
  font-size: 1.3rem;
}
.tab.active {
  border-color: #FECE07;
}
.tab.active button.tab-button .icon {
  color: #FECE07;
  transform: rotate(90deg);
}
.tab.active .tab-main {
  display: block;
}

.columns-pages {
  position: relative;
  display: flex;
  z-index: 2;
  gap: 3rem;
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}
.columns-pages .column-1, .columns-pages .column-2 {
  width: 100%;
}
@media (max-width: 991px) {
  .columns-pages {
    flex-direction: column;
  }
}
.columns-pages .page-head small {
  color: #FECE07;
}
.columns-pages .page-head h1 {
  font-size: 2.5rem;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .columns-pages .page-head h1 {
    font-size: 1.8rem;
  }
}
.columns-pages p {
  margin: 0;
  color: #fff;
}

.about {
  padding-bottom: 2rem;
}
.about-box-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  height: 100%;
}
.about-box-main .box {
  border: 1px solid rgba(255, 255, 255, 0.4235294118);
  border-radius: 15px;
  background-color: #262626;
  padding: 1rem 2.5rem 1rem 1.5rem;
}
.about-box-main .box h4, .about-box-main .box p {
  margin: 0;
  padding: 0;
}
.about-box-main .box h4 {
  color: #FECE06;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.about-box-main .box p {
  color: #ffffff;
}
.about-point {
  margin: 2rem auto;
  position: relative;
  height: 120px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 3rem;
}
@media (max-width: 991px) {
  .about-point {
    justify-content: space-between;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .about-point {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.about-point::before {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url("/assets/images/lines.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .about-point::before {
    content: unset;
  }
}
.about-point .box {
  background-color: #FFCD00;
  border-radius: 15px;
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .about-point .box {
    width: 100%;
  }
}
.about-point .box img {
  width: 48px;
  height: 48px;
}
.about-point .box p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.career {
  padding-bottom: 2rem;
}
.career-box-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  height: 100%;
}
.career-box-main .box {
  border-radius: 15px;
  background-color: #262626;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.career-box-main .box h4, .career-box-main .box p {
  margin: 0;
  padding: 0;
}
.career-box-main .box h4 {
  color: #FFFFFF;
  font-size: 1.1rem;
  font-size: 22px;
}
.career-box-main .box h4 span {
  font-weight: bold;
  display: block;
}
.career-box-main .box p {
  color: #8B8B8B;
}
.career-box-main .box a {
  text-decoration: none;
  position: relative;
  padding-left: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
}
.career-box-main .box a span.arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FECE06;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.career-box-main .box a span.arrow svg {
  position: relative;
  right: -2px;
  transition: all 0.3s;
}
.career-box-main .box a p {
  color: #FECE06;
  margin: 0;
  line-height: 0.8;
}
.career-box-main .box a small {
  font-size: 14px;
  color: #5A5A5A;
}
.career-box-main .box a:hover span.arrow svg {
  right: -5px;
}

.contact {
  font-family: "Ubuntu", sans-serif;
}
.contact-header {
  background-color: #2B2B2B;
  padding-top: 15rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-header {
    position: unset;
    padding-top: 2rem;
  }
}
.contact-header::before {
  content: "";
  background-image: url("/assets/images/contact.png");
  background-position: 0 -75px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #2B2B2B;
  width: 90%;
  height: 611px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .contact-header::before {
    background-position: 0 -28px;
    width: 100%;
    height: 296px;
  }
}
.contact-header-main {
  color: #fff;
}
.contact-header-main h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.contact-header-main p {
  color: #888888;
  font-weight: 400;
}
.contact-header-main-col {
  display: flex;
  gap: 9.125rem;
  margin-top: 50px;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .contact-header-main-col {
    flex-direction: column;
    gap: 2rem;
  }
}
.contact .contact-detail {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 991px) {
  .contact .contact-detail {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: unset;
  }
}
.contact .contact-detail-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .contact .contact-detail-item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 540px) {
  .contact .contact-detail-item {
    width: 100%;
  }
}
.contact .contact-detail-item .icons {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .contact .contact-detail-item .icons {
    transform: unset;
    top: 4px;
  }
}
.contact .contact-detail-item .icons.loc {
  height: 43px;
  top: 1.3rem;
}
.contact .contact-detail-item p {
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  line-height: 13px;
}
.contact .contact-detail-item .text-main {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin: 0;
  line-height: 1.7;
}
.contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  width: 100%;
}
@media (max-width: 768px) {
  .contact .contact-form .flex-form-main {
    flex-direction: column;
  }
}
.contact .contact-form .custom-kvkk {
  font-size: 9px;
  color: #888888;
  max-height: 52px;
  padding-left: 20px;
  position: relative;
}
.contact .contact-form .custom-kvkk-main {
  height: 100%;
  overflow: auto;
  max-height: 50px;
}
.contact .contact-form .custom-kvkk-main::-webkit-scrollbar {
  display: none;
}
.contact .contact-form .custom-kvkk-main b {
  display: block;
}
.contact .contact-form button.submit-button {
  border-radius: 23px;
  background-color: #FECE07;
  max-width: 176px;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #ffffff;
  border: none;
}
@media (max-width: 768px) {
  .contact .contact-form button.submit-button {
    max-width: unset;
  }
}
.contact .contact-form button.submit-button svg {
  transition: all 0.3s;
  position: relative;
  right: 0;
  margin-top: 0.05rem;
}
.contact .contact-form button.submit-button:hover svg {
  right: -0.3rem;
}

.general-manager {
  display: flex;
  gap: 2rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .general-manager {
    flex-direction: column;
  }
}
.general-manager-img {
  position: relative;
  margin-bottom: 2rem;
  margin-left: 50px;
}
.general-manager-img::before {
  content: "";
  width: 100%;
  height: 120%;
  position: absolute;
  left: -50px;
  top: -10%;
  background-color: #FECE07;
}
@media (max-width: 768px) {
  .general-manager-img::before {
    max-width: 300px;
  }
}
.general-manager-img .manager {
  max-width: 300px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.companies-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
}
.companies-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4235294118);
  border-radius: 15px;
  background-color: #262626;
  padding: 1rem 3rem;
  transition: all 0.3s;
  color: #fff;
  height: 170px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .companies-list-item {
    height: unset;
  }
}
.companies-list-item a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #FECE07;
  text-decoration: none;
}
.companies-list-item .item-img {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 150px;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .companies-list-item .item-img {
    position: unset;
    order: -1;
    height: 100px;
    object-fit: contain;
    object-position: left;
    transform: unset;
  }
}
.companies-list-item:hover {
  opacity: 1;
  transform: scale(1.01);
}
.companies-list-item:hover .item-img {
  transform: scale(1.1) translateY(-50%);
}

/* font-family: 'Cabin', sans-serif; */
/* font-family: 'Ubuntu', sans-serif; */
/* font-family: 'Open Sans', sans-serif; */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Cabin", sans-serif;
}

.video-stream.html5-main-video {
  left: 0 !important;
  width: 100% !important;
}

.html5-video-player .video-click-tracking, .html5-video-player .video-stream {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
}

.footer {
  background-color: #2B2B2B;
  color: #ffffff;
  padding-top: 5.6875rem;
}
.footer-main {
  display: flex;
  gap: 3.8125rem;
}
@media (max-width: 991px) {
  .footer-main {
    flex-direction: column;
  }
}
.footer-main.mt-59 {
  margin-top: 59px;
}
.footer-main-col-1 {
  max-width: 370px;
  width: 100%;
}
@media (max-width: 991px) {
  .footer-main-col-1 {
    max-width: unset;
  }
}
.footer-main-col-2 {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.footer-main h3 {
  font-size: 45px;
}
@media (max-width: 991px) {
  .footer-main h3 {
    font-size: 1.8rem;
  }
}
.footer-main p {
  color: #ACACAC;
}
@media (max-width: 991px) {
  .footer-main .footer-logo-main {
    text-align: center;
  }
}
.footer-main .footer-logo {
  max-width: 300px;
  width: 100%;
}
.footer-main small.sl {
  color: #939393;
  display: block;
  margin-top: 2.25rem;
  font-style: italic;
}
.footer-main .footer-menu {
  align-items: flex-start;
  gap: 5.875rem;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .footer-main .footer-menu {
    justify-content: center;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-menu {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
}
.footer-main .footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-main .footer-menu-list li {
  margin-bottom: 1rem;
}
.footer-main .footer-menu-list li:last-child {
  margin-bottom: 0;
}
.footer-main .footer-menu-list li.head a {
  color: #fff;
}
.footer-main .footer-menu-list li a {
  text-decoration: none;
  color: #ACACAC;
}
.footer-soon {
  border-top: 1px solid #707070;
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
  padding-bottom: 2.9375rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-soon {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.footer-soon a {
  color: #606060;
  text-decoration: none;
  display: block;
}
@media (max-width: 991px) {
  .footer-soon a {
    width: calc(50% - 0.5rem);
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer-soon a {
    width: 100%;
  }
}
.footer-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background-image: linear-gradient(90deg, #2B2B2B, transparent);
  z-index: 3;
}
.footer-slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background-image: linear-gradient(-90deg, #2B2B2B, transparent);
  z-index: 3;
}
.footer-slider .owl-item {
  width: 134px !important;
  display: flex;
  align-items: center;
}
.footer-slider .owl-stage {
  display: flex;
  align-items: center;
}
.footer-slider .img {
  width: 90px !important;
  object-fit: contain;
}

.about {
  padding-bottom: 2rem;
}
.about-box-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  height: 100%;
}
.about-box-main .box {
  border: 1px solid rgba(255, 255, 255, 0.4235294118);
  border-radius: 15px;
  background-color: #262626;
  padding: 1rem 2.5rem 1rem 1.5rem;
}
.about-box-main .box h4, .about-box-main .box p {
  margin: 0;
  padding: 0;
}
.about-box-main .box h4 {
  color: #FECE06;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.about-box-main .box p {
  color: #ffffff;
}
.about-point {
  margin: 2rem auto;
  position: relative;
  height: 120px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 3rem;
}
@media (max-width: 991px) {
  .about-point {
    justify-content: space-between;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .about-point {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.about-point::before {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url("/assets/images/lines.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .about-point::before {
    content: unset;
  }
}
.about-point .box {
  background-color: #FFCD00;
  border-radius: 15px;
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .about-point .box {
    width: 100%;
  }
}
.about-point .box img {
  width: 48px;
  height: 48px;
}
.about-point .box p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.career {
  padding-bottom: 2rem;
}
.career-box-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  height: 100%;
}
.career-box-main .box {
  border-radius: 15px;
  background-color: #262626;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.career-box-main .box h4, .career-box-main .box p {
  margin: 0;
  padding: 0;
}
.career-box-main .box h4 {
  color: #FFFFFF;
  font-size: 1.1rem;
  font-size: 22px;
}
.career-box-main .box h4 span {
  font-weight: bold;
  display: block;
}
.career-box-main .box p {
  color: #8B8B8B;
}
.career-box-main .box a {
  text-decoration: none;
  position: relative;
  padding-left: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
}
.career-box-main .box a span.arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FECE06;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.career-box-main .box a span.arrow svg {
  position: relative;
  right: -2px;
  transition: all 0.3s;
}
.career-box-main .box a p {
  color: #FECE06;
  margin: 0;
  line-height: 0.8;
}
.career-box-main .box a small {
  font-size: 14px;
  color: #5A5A5A;
}
.career-box-main .box a:hover span.arrow svg {
  right: -5px;
}

.companies-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
}
.companies-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4235294118);
  border-radius: 15px;
  background-color: #262626;
  padding: 1rem 3rem;
  transition: all 0.3s;
  color: #fff;
  height: 170px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .companies-list-item {
    height: unset;
  }
}
.companies-list-item a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #FECE07;
  text-decoration: none;
}
.companies-list-item .item-img {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 150px;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .companies-list-item .item-img {
    position: unset;
    order: -1;
    height: 100px;
    object-fit: contain;
    object-position: left;
    transform: unset;
  }
}
.companies-list-item:hover {
  opacity: 1;
  transform: scale(1.01);
}
.companies-list-item:hover .item-img {
  transform: scale(1.1) translateY(-50%);
}

.contact {
  font-family: "Ubuntu", sans-serif;
}
.contact-header {
  background-color: #2B2B2B;
  padding-top: 15rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-header {
    position: unset;
    padding-top: 2rem;
  }
}
.contact-header::before {
  content: "";
  background-image: url("/assets/images/contact.png");
  background-position: 0 -75px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #2B2B2B;
  width: 90%;
  height: 611px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .contact-header::before {
    background-position: 0 -28px;
    width: 100%;
    height: 296px;
  }
}
.contact-header-main {
  color: #fff;
}
.contact-header-main h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.contact-header-main p {
  color: #888888;
  font-weight: 400;
}
.contact-header-main-col {
  display: flex;
  gap: 9.125rem;
  margin-top: 50px;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .contact-header-main-col {
    flex-direction: column;
    gap: 2rem;
  }
}
.contact .contact-detail {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 991px) {
  .contact .contact-detail {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: unset;
  }
}
.contact .contact-detail-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .contact .contact-detail-item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 540px) {
  .contact .contact-detail-item {
    width: 100%;
  }
}
.contact .contact-detail-item .icons {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .contact .contact-detail-item .icons {
    transform: unset;
    top: 4px;
  }
}
.contact .contact-detail-item .icons.loc {
  height: 43px;
  top: 1.3rem;
}
.contact .contact-detail-item p {
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  line-height: 13px;
}
.contact .contact-detail-item .text-main {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin: 0;
  line-height: 1.7;
}
.contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  width: 100%;
}
@media (max-width: 768px) {
  .contact .contact-form .flex-form-main {
    flex-direction: column;
  }
}
.contact .contact-form .custom-kvkk {
  font-size: 9px;
  color: #888888;
  max-height: 52px;
  padding-left: 20px;
  position: relative;
}
.contact .contact-form .custom-kvkk-main {
  height: 100%;
  overflow: auto;
  max-height: 50px;
}
.contact .contact-form .custom-kvkk-main::-webkit-scrollbar {
  display: none;
}
.contact .contact-form .custom-kvkk-main b {
  display: block;
}
.contact .contact-form button.submit-button {
  border-radius: 23px;
  background-color: #FECE07;
  max-width: 176px;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #ffffff;
  border: none;
}
@media (max-width: 768px) {
  .contact .contact-form button.submit-button {
    max-width: unset;
  }
}
.contact .contact-form button.submit-button svg {
  transition: all 0.3s;
  position: relative;
  right: 0;
  margin-top: 0.05rem;
}
.contact .contact-form button.submit-button:hover svg {
  right: -0.3rem;
}

.general-manager {
  display: flex;
  gap: 2rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .general-manager {
    flex-direction: column;
  }
}
.general-manager-img {
  position: relative;
  margin-bottom: 2rem;
  margin-left: 50px;
}
.general-manager-img::before {
  content: "";
  width: 100%;
  height: 120%;
  position: absolute;
  left: -50px;
  top: -10%;
  background-color: #FECE07;
}
@media (max-width: 768px) {
  .general-manager-img::before {
    max-width: 300px;
  }
}
.general-manager-img .manager {
  max-width: 300px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.columns-pages {
  position: relative;
  display: flex;
  z-index: 2;
  gap: 3rem;
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}
.columns-pages .column-1, .columns-pages .column-2 {
  width: 100%;
}
@media (max-width: 991px) {
  .columns-pages {
    flex-direction: column;
  }
}
.columns-pages .page-head small {
  color: #FECE07;
}
.columns-pages .page-head h1 {
  font-size: 2.5rem;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .columns-pages .page-head h1 {
    font-size: 1.8rem;
  }
}
.columns-pages p {
  margin: 0;
  color: #fff;
}

.product-card {
  padding: 2.0625rem;
  margin-top: 1rem;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding-left: 700px;
}
@media (max-width: 1199px) {
  .product-card {
    padding-left: 375px;
  }
}
@media (max-width: 768px) {
  .product-card {
    padding: 2.0625rem !important;
  }
}
.product-card::before {
  content: "";
  background-color: #2E2E2E;
  position: absolute;
  right: 0;
  top: 0;
  width: 88%;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .product-card::before {
    width: 100%;
  }
}
.product-card .ppanel {
  position: absolute;
  max-width: 720px;
  top: -170px;
  left: 0;
}
@media (max-width: 1399px) {
  .product-card .ppanel {
    max-width: 750px;
    top: -170px;
    left: -60px;
  }
}
@media (max-width: 1199px) {
  .product-card .ppanel {
    max-width: 305px;
    top: unset;
    left: 30px;
  }
}
@media (max-width: 768px) {
  .product-card .ppanel {
    position: unset;
  }
}
.product-card h4 {
  color: #FECE06;
  margin: 0;
}
.product-card p {
  color: #CCCCCC;
  margin: 0;
}
.product-card a {
  color: #FECE06;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.product-card a .icons {
  max-height: 15px;
}
.product-certificate {
  text-align: center;
  margin-top: 2rem;
  color: #ffffff;
  padding-bottom: 2rem;
}
.product-certificate h4 {
  position: relative;
}
.product-certificate h4::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A3A3A3;
  position: absolute;
  left: 0;
  bottom: -1rem;
  border-radius: 100px;
}
.product-certificate h4::after {
  content: "";
  width: 100%;
  max-width: 448px;
  height: 2px;
  background-color: #FECE06;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1.03rem;
  border-radius: 100px;
}
.product-certificate-slider {
  margin-top: 2rem;
}
.product-detail {
  color: #fff;
}
.product-detail ul li::marker {
  color: #FECE06;
}
.product-detail h2 {
  font-size: 1.5rem;
  color: #fece05;
  padding-left: 30px;
  margin-top: 2rem;
}
.product-detail .panel-detail-tabs {
  margin-top: 30px;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.product-detail .panel-detail-tabs-item {
  background-color: #2E2E2E;
  border-radius: 15px;
  padding: 1rem;
  width: max-content;
  height: max-content;
}
.product-detail .panel-detail-tabs-item.theme {
  background-color: #FECE06;
  color: #2E2E2E;
}
.product-detail .panel-detail-tabs-item.theme ul li {
  background-color: #FFE36F !important;
  position: relative;
  overflow: hidden;
}
.product-detail .panel-detail-tabs-item.theme ul li span {
  color: #5D5D5D !important;
}
.product-detail .panel-detail-tabs-item.theme ul li .main {
  position: relative;
  transition: 0.3s;
  top: 0;
}
.product-detail .panel-detail-tabs-item.theme ul li .button-group {
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.product-detail .panel-detail-tabs-item.theme ul li .button-group a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #2E2E2E;
  text-decoration: none;
}
.product-detail .panel-detail-tabs-item.theme ul li .button-group a:hover {
  text-decoration: underline;
}
.product-detail .panel-detail-tabs-item.theme ul li:hover .main {
  top: -100px;
}
.product-detail .panel-detail-tabs-item.theme ul li:hover .button-group {
  top: 50%;
}
.product-detail .panel-detail-tabs-item .item-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-detail .panel-detail-tabs-item .item-body ul {
  list-style: none;
  margin: 0.5rem 0 0 0;
  padding: 0;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-detail .panel-detail-tabs-item .item-body ul li {
  background-color: #434343;
  border-radius: 8px;
  padding: 11px 18px;
  line-height: 18px;
}
.product-detail .panel-detail-tabs-item .item-body ul li span {
  display: block;
  color: #A5A5A5;
}
.product-list {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media (max-width: 1399px) {
  .product-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
  }
}
@media (max-width: 500px) {
  .product-list {
    gap: 1.5rem;
  }
}
.product-list-item {
  border: 1px solid #FFFFFF;
  background: linear-gradient(207deg, rgba(255, 255, 255, 0.7058823529), rgba(0, 0, 0, 0.0274509804), rgba(255, 255, 255, 0));
  border-radius: 20px;
  color: #fff;
  padding: 29px 31px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 180px;
  max-width: 368px;
  width: 100%;
}
.product-list-item img.product-img {
  width: 233px;
  height: 223px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
  object-position: left;
}
@media (max-width: 500px) {
  .product-list-item img.product-img {
    left: 0;
    width: 172px;
    height: 180px;
  }
}
.product-list-item h4 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
}
.product-list-item p {
  margin: 0;
  font-size: 13px;
}
.product-list-item a.lead {
  color: #FECE06;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.product .why-parla-card {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .product .why-parla-card {
    margin-top: 6rem;
  }
}
.product .why-parla-card h4 {
  color: #FECE06;
}
.product .why-parla-card img {
  max-width: unset;
}

.lineAnim {
  position: absolute;
  max-width: 500px;
  width: 100%;
  right: 0;
}
@media (max-width: 991px) {
  .lineAnim {
    display: none;
  }
}
.lineAnim .line {
  stroke-dasharray: 35000;
  stroke-dashoffset: 35000;
  animation: dash 4s linear forwards;
  fill: none;
  stroke: #fff;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.why-parla {
  padding-bottom: 2rem;
}
.why-parla-card {
  height: 207px;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .why-parla-card {
    flex-direction: column;
    height: unset;
  }
}
.why-parla-card img {
  height: 100%;
  max-width: 345px;
  width: 100%;
}
@media (max-width: 991px) {
  .why-parla-card img {
    max-width: unset;
    max-height: 250px;
    object-fit: cover;
  }
}
.why-parla-card-main {
  background-color: #2E2E2E;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3rem;
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .why-parla-card-main {
    padding: 3rem;
  }
}
.why-parla-card-main h4 {
  color: #FFFFFF;
  font-size: 22px;
  margin: 0;
}
.why-parla-card-main p {
  color: #CCCCCC;
}
.why-parla-card-main a {
  color: #FECE06;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.why-parla-card-main a svg {
  position: relative;
  right: 0;
  transition: all 0.3s;
}
.why-parla-card-main a:hover svg {
  right: -0.3rem;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.breadcrumb {
  margin: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: nowrap;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li a {
  text-decoration: none;
  color: #7b7b7b;
  font-weight: 300;
}
.breadcrumb li:last-child a {
  color: #FECE07;
}
.breadcrumb li::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ljc2NSIgaGVpZ2h0PSI4LjMzNCIgdmlld0JveD0iMCAwIDQuNzY1IDguMzM0Ij4KICA8cGF0aCBpZD0iSWNvbl9pb25pYy1pb3MtYXJyb3ctYmFjayIgZGF0YS1uYW1lPSJJY29uIGlvbmljLWlvcy1hcnJvdy1iYWNrIiBkPSJNMTIuNjg3LDEwLjM2LDE1Ljg0LDcuMjA5QS42LjYsMCwxLDAsMTUsNi4zNjhsLTMuNTczLDMuNTdhLjU5NC41OTQsMCwwLDAtLjAxNy44MjFsMy41ODgsMy42YS42LjYsMCwwLDAsLjg0NC0uODQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYuMDE1IDE0LjUyOCkgcm90YXRlKDE4MCkiIGZpbGw9IiM3YjdiN2IiLz4KPC9zdmc+Cg==");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: -0.95rem;
  transform: translateY(-50%);
}
.breadcrumb li:last-child::after {
  content: unset;
}

.carousel-button {
  position: absolute;
  width: 100%;
  height: 22px;
  left: 0;
  bottom: 0;
  background-color: #DCB204;
}
@media (max-width: 991px) {
  .carousel-button {
    position: fixed;
    z-index: 3;
  }
}
.carousel-button-main {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzg4Ljg1NyIgaGVpZ2h0PSI0OC41NjUiIHZpZXdCb3g9IjAgMCAzODguODU3IDQ4LjU2NSI+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+CiAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfOCIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgOCIgd2lkdGg9IjM4OC44NTciIGhlaWdodD0iNDguNTY1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjZGNiMjA0Ii8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBpZD0iR3JvdXBfOCIgZGF0YS1uYW1lPSJHcm91cCA4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj4KICAgIDxnIGlkPSJHcm91cF83IiBkYXRhLW5hbWU9Ikdyb3VwIDciIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgICAgPHBhdGggaWQ9IlBhdGhfNDIiIGRhdGEtbmFtZT0iUGF0aCA0MiIgZD0iTTI5NS4yODEsMjIuNzI5aDBBNjQuMDQ5LDY0LjA0OSwwLDAsMCwyNDYuMzQyLDBIMTQyLjUwNmE2NC4wNDksNjQuMDQ5LDAsMCwwLTQ4LjkzLDIyLjcxOGwtLjAxOS4wMjJBNjQuMDQ3LDY0LjA0NywwLDAsMSw0NC42MjgsNDUuNDU4TDUuMzY1LDQ2LjI5SC42NTdsMzg4LjI1NC0uMTY2aC02LjFsLTM4LjU5NC0uNjY2YTY0LjA0OSw2NC4wNDksMCwwLDEtNDguOTM5LTIyLjcyOSIgZmlsbD0iI2RjYjIwNCIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 40px;
  width: 340px;
  position: absolute;
  top: -38px;
  right: 15%;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.carousel-button-main .carousel-control-next, .carousel-button-main .carousel-control-prev {
  position: unset;
  opacity: 1;
}
@media (max-width: 991px) {
  .carousel-button-main {
    right: 50%;
    transform: translateX(50%);
  }
}
.carousel-button-main .carousel-control-prev {
  position: relative;
}
.carousel-button-main .carousel-control-prev::after {
  content: "";
  position: absolute;
  right: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background-color: #AF942D;
}

@media (max-width: 991px) {
  .carousel {
    height: auto !important;
  }
}

@media (max-width: 1399px) and (min-width: 991px) {
  .carousel-item {
    overflow: scroll;
  }
}
@media (max-width: 991px) {
  .carousel-item {
    margin-top: 5rem;
  }
}
.carousel-item .carousel-caption {
  left: 0;
  right: 0;
  bottom: unset;
  top: 55%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: unset;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 1399px) {
  .carousel-item .carousel-caption {
    position: relative;
    transform: unset;
    top: 15rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 991px) {
  .carousel-item .carousel-caption {
    top: 0;
    margin-bottom: 2rem;
  }
}
.carousel-item .carousel-caption h3 {
  font-size: 2.8125rem;
  font-weight: 100;
}
@media (max-width: 1399px) {
  .carousel-item .carousel-caption h3 {
    font-size: 2.2rem !important;
  }
}
@media (max-width: 540px) {
  .carousel-item .carousel-caption h3 {
    font-size: 1.6rem !important;
  }
}
.carousel-item .carousel-caption h3 span {
  display: block;
  font-weight: bold;
}
.carousel-item .carousel-caption p {
  color: #ffffff;
  opacity: 0.75;
  max-width: 621px;
  width: 100%;
}
@media (max-width: 991px) {
  .carousel-item .carousel-caption p {
    max-width: unset;
  }
}
@media (max-width: 540px) {
  .carousel-item .carousel-caption p {
    font-size: 0.9rem;
  }
}

.item-2 {
  text-align: center !important;
  gap: unset !important;
}
.item-2 h3 span {
  display: inline-block !important;
}
.item-2 p {
  max-width: unset !important;
}
.item-2 .item-card-main {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .item-2 .item-card-main {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (max-width: 540px) {
  .item-2 .item-card-main {
    margin-top: 1rem;
  }
}
.item-2 .item-card-main .item-card {
  background: transparent linear-gradient(20deg, rgba(124, 124, 124, 0.6352941176) 0%, rgba(145, 145, 145, 0) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(255, 255, 255, 0.4235294118);
  border-radius: 15px;
  width: 274px;
  height: 234px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  position: relative;
}
@media (max-width: 1399px) {
  .item-2 .item-card-main .item-card {
    width: 220px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .item-2 .item-card-main .item-card {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 540px) {
  .item-2 .item-card-main .item-card {
    width: 100%;
    height: 175px;
  }
}
.item-2 .item-card-main .item-card .icons {
  width: 66px;
  height: 66px;
}
@media (max-width: 1399px) {
  .item-2 .item-card-main .item-card .icons {
    width: 50px;
    height: 50px;
  }
}
.item-2 .item-card-main .item-card h3 {
  margin-top: auto;
  font-size: 46px;
  margin-bottom: 0;
  line-height: 35px;
}
@media (max-width: 1399px) {
  .item-2 .item-card-main .item-card h3 {
    font-size: 2rem;
  }
}
.item-2 .item-card-main .item-card h3 small {
  font-size: 30px;
}
@media (max-width: 1399px) {
  .item-2 .item-card-main .item-card h3 small {
    font-size: 20px;
  }
}
.item-2 .item-card-main .item-card p {
  margin: 0;
  text-align: left;
}
@media (max-width: 1399px) {
  .item-2 .item-card-main .item-card p {
    font-size: 0.9rem;
  }
}
.item-2 .item-card-main .item-card a svg {
  position: absolute;
  top: 1rem;
  right: 1rem;
  transition: all 0.3s;
}
.item-2 .item-card-main .item-card a:hover svg {
  top: 0.7rem;
  right: 0.7rem;
}

.item-3 {
  flex-direction: row !important;
  gap: 5rem !important;
}
@media (max-width: 991px) {
  .item-3 {
    flex-direction: column !important;
    gap: unset !important;
  }
}
.item-3-main, .item-3-product {
  width: 100%;
}
.item-3-main h3 {
  font-size: 40px !important;
}
.item-3-main h3 span {
  display: inline-block !important;
  color: #FFCD00;
}
.item-3-main p {
  opacity: 1 !important;
  font-size: 14px;
}
.item-3-product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.item-3-product .product-img {
  max-width: 550px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .item-3-product .product-img {
    max-width: 90%;
  }
}
.item-3-product a {
  position: absolute;
  right: -30px;
  bottom: 10%;
  padding: 0 2.5rem;
}
@media (max-width: 1399px) {
  .item-3-product a {
    bottom: 25%;
  }
}
@media (max-width: 991px) {
  .item-3-product a {
    bottom: 15%;
    right: 20px;
  }
}
.item-3-product a span {
  right: -2.2rem;
}

.item-4 {
  flex-direction: row !important;
}
@media (max-width: 991px) {
  .item-4 {
    flex-direction: column !important;
  }
}
.item-4-main {
  width: 100%;
  position: relative;
}
.item-4-main::before {
  content: "";
  background-image: url("/assets/images/icons/backsun.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -172px;
  left: -102px;
  width: 397px;
  height: 275px;
  z-index: -1;
}
@media (max-width: 1566px) {
  .item-4-main::before {
    top: -156px;
    left: -102px;
    width: 355px;
    height: 250px;
  }
}
@media (max-height: 768px) {
  .item-4-main::before {
    top: -112px;
    left: -78px;
    width: 264px;
    height: 185px;
  }
}
@media (max-height: 768px) {
  .item-4-main h3 {
    font-size: 25px !important;
  }
}
.item-4-main small {
  font-size: 1.25rem;
  color: #EFC001;
}
.item-4-main p {
  opacity: 1 !important;
  margin-top: 20px;
  font-size: 14px;
}
.item-4-main ul {
  list-style: none;
  margin: 0;
  margin-top: 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.item-4-main ul li {
  position: relative;
  padding-left: 70px;
  font-size: 14px;
}
.item-4-main ul li::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOC4xNjIiIGhlaWdodD0iMzguMTYyIiB2aWV3Qm94PSIwIDAgMzguMTYyIDM4LjE2MiI+CiAgPGcgaWQ9ImNoZWNrZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAwLjUpIj4KICAgIDxnIGlkPSJHcm91cF8xOTQiIGRhdGEtbmFtZT0iR3JvdXAgMTk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjgyNCA0LjY2OSkiPgogICAgICA8ZyBpZD0iR3JvdXBfMTkzIiBkYXRhLW5hbWU9Ikdyb3VwIDE5MyI+CiAgICAgICAgPHBhdGggaWQ9IlBhdGhfMjAxIiBkYXRhLW5hbWU9IlBhdGggMjAxIiBkPSJNMTQ4Ljg0NCw2NC43MzlhMS40LDEuNCwwLDAsMC0xLjk4LDBsLTE2LjgsMTYuNzU4TDEyNCw3NC45MWExLjQsMS40LDAsMSwwLTIuMDYxLDEuOWw3LjA1LDcuNjU2YTEuNCwxLjQsMCwwLDAsMSwuNDUxaC4wM2ExLjQsMS40LDAsMCwwLC45ODktLjQwOEwxNDguODQxLDY2LjcyQTEuNCwxLjQsMCwwLDAsMTQ4Ljg0NCw2NC43MzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIxLjU2OCAtNjQuMzI3KSIgZmlsbD0iI2ZmY2QwNyIgc3Ryb2tlPSIjZmZjZDA3IiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgaWQ9Ikdyb3VwXzE5NiIgZGF0YS1uYW1lPSJHcm91cCAxOTYiPgogICAgICA8ZyBpZD0iR3JvdXBfMTk1IiBkYXRhLW5hbWU9Ikdyb3VwIDE5NSI+CiAgICAgICAgPHBhdGggaWQ9IlBhdGhfMjAyIiBkYXRhLW5hbWU9IlBhdGggMjAyIiBkPSJNMzUuNzYxLDE3LjE4YTEuNCwxLjQsMCwwLDAtMS40LDEuNEExNS43OCwxNS43OCwwLDEsMSwxOC41ODEsMi44YTEuNCwxLjQsMCwxLDAsMC0yLjhBMTguNTgxLDE4LjU4MSwwLDEsMCwzNy4xNjIsMTguNTgxLDEuNCwxLjQsMCwwLDAsMzUuNzYxLDE3LjE4WiIgZmlsbD0iI2ZmY2QwNyIgc3Ryb2tlPSIjZmZjZDA3IiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
  background-size: 100% 100%;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.item-4-panels {
  width: 100%;
  position: relative;
}
.item-4-panels .panel {
  max-width: 355px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1599px) {
  .item-4-panels .panel {
    max-width: 275px;
    bottom: 58px;
  }
}
@media (max-width: 991px) {
  .item-4-panels .panel {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 540px) {
  .item-4-panels .panel {
    max-width: 200px;
  }
}
.item-4-panels .panel.panel1 {
  right: 185px;
  z-index: 1;
}
@media (max-width: 991px) {
  .item-4-panels .panel.panel1 {
    right: -110px;
  }
}
.item-4-panels .panel.panel2 {
  right: 80px;
  bottom: -18px;
}
@media (max-width: 1599px) {
  .item-4-panels .panel.panel2 {
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .item-4-panels .panel.panel2 {
    bottom: -15px;
  }
}
@media (max-width: 768px) {
  .item-4-panels .panel.panel2 {
    position: absolute;
    bottom: -9px;
  }
}
@media (max-width: 540px) {
  .item-4-panels .panel.panel2 {
    bottom: 7px;
    z-index: 1;
  }
}
.item-4-panels::before {
  content: "";
  position: absolute;
  left: -335px;
  top: -170px;
  width: 653px;
  height: 572px;
  background-image: url("/assets/images/paddy.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 3;
}
@media (max-width: 991px) {
  .item-4-panels::before {
    left: -195px;
  }
}
.item-4-panels::after {
  content: "";
  position: absolute;
  left: -78px;
  top: -92px;
  width: 450px;
  height: 450px;
  background-image: url("/assets/images/paddySun.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 3;
}
@media (max-width: 991px) {
  .item-4-panels::after {
    left: -33px;
    top: -97px;
  }
}
@media (max-width: 540px) {
  .item-4-panels::after {
    left: -88px;
    top: -169px;
  }
}

.item-5 {
  flex-direction: row !important;
  gap: 5rem !important;
}
@media (max-width: 991px) {
  .item-5 {
    flex-direction: column !important;
    gap: 0 !important;
  }
}
.item-5-panels {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-5-panels .panels {
  max-width: 490px;
  width: 100%;
}
@media (max-width: 991px) {
  .item-5-panels .panels {
    display: none;
  }
}
.item-5-main {
  width: 100%;
}
.item-5-main h3 {
  font-size: 40px !important;
}
.item-5-main h3 span {
  color: #EFC001;
}
@media (max-height: 768px) {
  .item-5-main h3 {
    font-size: 25px !important;
  }
}
.item-5-main ul {
  list-style: none;
  margin: 0;
  margin-top: 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 540px) {
  .item-5-main ul {
    flex-direction: column;
  }
}
@media (max-height: 768px) {
  .item-5-main ul {
    margin-top: 0;
  }
}
.item-5-main ul li {
  position: relative;
  padding-left: 60px;
  font-size: 14px;
}
.item-5-main ul li::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOC4xNjIiIGhlaWdodD0iMzguMTYyIiB2aWV3Qm94PSIwIDAgMzguMTYyIDM4LjE2MiI+CiAgPGcgaWQ9ImNoZWNrZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAwLjUpIj4KICAgIDxnIGlkPSJHcm91cF8xOTQiIGRhdGEtbmFtZT0iR3JvdXAgMTk0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjgyNCA0LjY2OSkiPgogICAgICA8ZyBpZD0iR3JvdXBfMTkzIiBkYXRhLW5hbWU9Ikdyb3VwIDE5MyI+CiAgICAgICAgPHBhdGggaWQ9IlBhdGhfMjAxIiBkYXRhLW5hbWU9IlBhdGggMjAxIiBkPSJNMTQ4Ljg0NCw2NC43MzlhMS40LDEuNCwwLDAsMC0xLjk4LDBsLTE2LjgsMTYuNzU4TDEyNCw3NC45MWExLjQsMS40LDAsMSwwLTIuMDYxLDEuOWw3LjA1LDcuNjU2YTEuNCwxLjQsMCwwLDAsMSwuNDUxaC4wM2ExLjQsMS40LDAsMCwwLC45ODktLjQwOEwxNDguODQxLDY2LjcyQTEuNCwxLjQsMCwwLDAsMTQ4Ljg0NCw2NC43MzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIxLjU2OCAtNjQuMzI3KSIgZmlsbD0iI2ZmY2QwNyIgc3Ryb2tlPSIjZmZjZDA3IiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgaWQ9Ikdyb3VwXzE5NiIgZGF0YS1uYW1lPSJHcm91cCAxOTYiPgogICAgICA8ZyBpZD0iR3JvdXBfMTk1IiBkYXRhLW5hbWU9Ikdyb3VwIDE5NSI+CiAgICAgICAgPHBhdGggaWQ9IlBhdGhfMjAyIiBkYXRhLW5hbWU9IlBhdGggMjAyIiBkPSJNMzUuNzYxLDE3LjE4YTEuNCwxLjQsMCwwLDAtMS40LDEuNEExNS43OCwxNS43OCwwLDEsMSwxOC41ODEsMi44YTEuNCwxLjQsMCwxLDAsMC0yLjhBMTguNTgxLDE4LjU4MSwwLDEsMCwzNy4xNjIsMTguNTgxLDEuNCwxLjQsMCwwLDAsMzUuNzYxLDE3LjE4WiIgZmlsbD0iI2ZmY2QwNyIgc3Ryb2tlPSIjZmZjZDA3IiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPC9nPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
  background-size: 100% 100%;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.item-5-main .last-card {
  height: 120px;
  display: flex;
  margin-top: 40px;
}
@media (max-height: 768px) {
  .item-5-main .last-card {
    margin-top: 20px;
  }
}
.item-5-main .last-card .card-img {
  height: 100%;
  max-width: 150px;
}
@media (max-width: 540px) {
  .item-5-main .last-card .card-img {
    max-width: 100px;
    object-fit: cover;
    border-radius: 10px;
  }
}
.item-5-main .last-card-main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #212121;
  border-radius: 10px;
  margin-left: -30px;
  width: 100%;
  padding: 0 5rem 0 2rem;
}
.item-5-main .last-card-main h4 {
  font-size: 22px;
}
@media (max-width: 540px) {
  .item-5-main .last-card-main h4 {
    font-size: 18px;
  }
}
.item-5-main .last-card-main p {
  font-size: 14px;
  opacity: 1;
  margin: 0;
}
@media (max-width: 540px) {
  .item-5-main .last-card-main p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.item-5-main .last-card-main .icons {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.item-5-main .last-card:hover .icons {
  right: 1rem;
}

.embedBg {
  position: fixed !important;
  z-index: -1 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.embedBg iframe {
  transform: scale(1.2) !important;
}
@media (max-width: 1469px) {
  .embedBg iframe {
    transform: scale(1.7) !important;
  }
}
@media (max-width: 1070px) {
  .embedBg iframe {
    transform: scale(2) !important;
  }
}
@media (max-width: 890px) {
  .embedBg iframe {
    transform: scale(2.5) !important;
  }
}
@media (max-height: 930px) {
  .embedBg iframe {
    transform: scale(1.7) !important;
  }
}
@media (max-height: 660px) {
  .embedBg iframe {
    transform: scale(2) !important;
  }
}
.embedBg .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.embedBg:after {
  content: "";
  background-image: url("/assets/images/carousel-filter.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .embedBg {
    transform: scale(2.3) !important;
  }
}

.custom-scroll {
  width: 10px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.custom-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #BCBCBC;
  width: 1.5px;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
}
.custom-scroll .scroll {
  position: absolute;
  background-color: #FECE07;
  border-radius: 100px;
  height: 20px;
  width: 4px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: block;
}

.type-button {
  background-color: #FFCD00;
  text-decoration: none;
  color: #2B2B2B;
  width: max-content;
  padding: 0 1.5rem;
  height: 45px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-button span {
  background-color: #272225;
  color: #ffffff;
  border-radius: 100px;
  width: 51px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -1.2rem;
}
.type-button span .icon {
  transition: all 0.3s;
  position: relative;
  right: 0;
  bottom: 0;
}
.type-button.outline {
  background-color: transparent;
  border: 1px solid #FFCD00;
  color: #ffffff;
}
.type-button.outline span {
  background-color: #FFCD00;
  color: #272225;
}
.type-button.anm-left:hover span .icon {
  right: -5px;
}
.type-button.anm-bottom:hover span .icon {
  bottom: -3px;
}

.flex-form-main {
  display: flex;
  gap: 0.75rem;
}

.form-control {
  border: 1px solid #505050;
  border-radius: 10px;
  background-color: #333333;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  color: #C9C9C9 !important;
}
.form-control::placeholder {
  font-size: 12px;
  color: #C9C9C9;
}
.form-control:focus {
  box-shadow: 0px 0px 5px #FFCD00;
  outline: none !important;
  border-color: #FFCD00;
  background-color: #333333;
}

textarea.form-control {
  height: unset;
  resize: none;
}

.form-checkbox {
  display: flex;
  align-items: center;
}
.form-checkbox .checkbox {
  position: absolute;
  opacity: 0;
}
.form-checkbox .checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #888888;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.form-checkbox .checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #333333;
  border: 1px solid #505050;
  border-radius: 6px;
}
.form-checkbox .checkbox:hover + label:before {
  background: #FFCD00;
  box-shadow: 0px 0px 5px #FFCD00;
  border-color: #FFCD00;
}
.form-checkbox .checkbox:checked + label:before {
  background: #FFCD00;
}
.form-checkbox .checkbox:disabled + label {
  color: #ffffff;
  cursor: auto;
}
.form-checkbox .checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.form-checkbox .checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media (max-width: 991px) {
  .header-menu {
    position: relative;
  }
}
.header-menu-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.header-menu-main-logo {
  margin-top: auto;
}
.header-menu-main-logo .logo {
  max-width: 136px;
  width: 100%;
  height: 131px;
}
@media (max-width: 1399px) {
  .header-menu-main-logo .logo {
    height: 111px;
  }
}
@media (max-width: 1199px) {
  .header-menu-main-logo .logo {
    height: 95px;
    width: 95px;
  }
}
.header-menu-main-nav .m-button {
  display: none;
}
@media (max-width: 1100px) {
  .header-menu-main-nav {
    display: none;
  }
}
.header-menu-main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
}
.header-menu-main-nav ul li a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}
@media (max-width: 1399px) {
  .header-menu-main-nav ul li a {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .header-menu-main-nav ul li a {
    font-size: 0.9rem;
  }
}
.header-menu-main-nav ul li a i {
  font-size: 0.85rem;
  transition: all 0.3s;
}
.header-menu-main-nav ul li a:hover i {
  color: #FECE07;
}
.header-menu-main-nav ul li.drop {
  position: relative;
}
.header-menu-main-nav ul li.drop:hover a {
  position: relative;
}
.header-menu-main-nav ul li.drop:hover a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #FECE07;
}
.header-menu-main-nav ul li.drop:hover i {
  transform: rotate(90deg);
  color: #FECE07;
}
@media (min-width: 1199px) {
  .header-menu-main-nav ul li.drop:hover ul.drop-list {
    display: block;
  }
}
.header-menu-main-nav ul li.drop ul.drop-list {
  position: absolute;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 220px;
  padding: 0.5rem 0;
  display: none;
}
.header-menu-main-nav ul li.drop ul.drop-list::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
.header-menu-main-nav ul li.drop ul.drop-list li a {
  color: #363636;
  font-size: 0.9375rem;
  display: inline-block;
}
.header-menu-main-nav ul li.drop ul.drop-list li a::after {
  content: unset;
}
.header-menu-main-end {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
}
@media (max-width: 1100px) {
  .header-menu-main-end {
    display: none;
  }
}
.header-menu-main-end .lang {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-menu-main-end .lang .lang-button {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}
@media (max-width: 1199px) {
  .header-menu-main-end .lang .lang-button {
    font-size: 0.9rem;
  }
}
.header-menu-main-end .lang .lang-button.active {
  font-weight: bold;
}
.header-menu-main-end .lang .lang-button:last-child {
  position: relative;
  margin-left: 10px;
}
.header-menu-main-end .lang .lang-button:last-child::before {
  content: "";
  height: 13px;
  width: 1px;
  position: absolute;
  left: -7.5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.header-menu-main-end img {
  height: max-content;
}
.header-menu-main-end .gptw {
  max-width: 108px;
  width: 100%;
  height: 140px;
}
@media (max-width: 1399px) {
  .header-menu-main-end .gptw {
    height: 130px;
  }
}
@media (max-width: 1199px) {
  .header-menu-main-end .gptw {
    height: 120px;
  }
}
@media (min-width: 1199px) {
  .header-menu-main-mobile {
    display: none;
  }
}
.header-menu-main-mobile .mobile-button {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: bold;
}
.header-menu-main-mobile .mobile-button i {
  font-size: 1.5rem;
}
.header-menu.action {
  position: unset;
}
.header-menu.action .header-menu-top {
  background-color: #262626;
  padding-bottom: 1rem;
}
.header-menu.action .header-menu-breadcrumb {
  position: relative;
}
.header-menu.action .header-menu-breadcrumb::before {
  content: "";
  width: var(--w);
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #262626;
}
@media (max-width: 540px) {
  .header-menu.action .header-menu-breadcrumb .container {
    padding: 0;
  }
}
.header-menu.action .header-menu-breadcrumb-main {
  width: max-content;
  height: 70px;
  background-color: #262626;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}
.header-menu.action .header-menu-breadcrumb-main::-webkit-scrollbar {
  display: none;
}
@media (max-width: 540px) {
  .header-menu.action .header-menu-breadcrumb-main {
    width: 100%;
    padding: 1rem;
    overflow-x: scroll;
  }
}
.header-menu.action .header-menu-breadcrumb-main::after {
  content: "";
  position: absolute;
  right: -200px;
  top: 0;
  width: 200px;
  height: 100%;
  background-image: url("/assets/images/headerbreadcrumb.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.show .header-menu-main-nav {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.show .header-menu-main-nav .m-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: none;
  background: transparent;
  font-size: 1.3rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 2;
}
.show .header-menu-main-nav .m-button i {
  font-size: 1.6rem;
}
.show .header-menu-main-nav ul {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
}
.show .header-menu-main-nav ul li a {
  color: #262626;
  pointer-events: unset;
}
.show .header-menu-main-nav ul li.drop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.show .header-menu-main-nav ul li.drop ul.drop-list {
  position: unset;
  width: max-content;
  text-align: center;
}
.show .header-menu-main-nav ul li.drop ul.drop-list.show {
  display: block;
}

.tab {
  border: 1px solid rgba(255, 255, 255, 0.4235294118);
  border-radius: 15px;
  background-color: #262626;
  margin-bottom: 13px;
}
.tab button.tab-button {
  padding: 1.4374rem 1.8125rem;
  border: none;
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  gap: 1.5rem;
}
.tab button.tab-button .icon {
  transform: rotate(0deg);
  transition: all 0.3s;
  color: #DEDEDE;
}
.tab-main {
  padding: 1rem 1.8125rem;
  letter-spacing: -0.4px;
  color: #fff;
  opacity: 0.88;
  display: none;
}
.tab-main h1 {
  font-size: 1.3rem;
}
.tab.active {
  border-color: #FECE07;
}
.tab.active button.tab-button .icon {
  color: #FECE07;
  transform: rotate(90deg);
}
.tab.active .tab-main {
  display: block;
}

.why-bar-box {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
@media (max-width: 1199px) {
  .why-bar-box {
    flex-wrap: wrap;
    row-gap: 3rem;
    padding: 0 3rem;
    justify-content: center;
  }
}
.why-bar-box-item {
  position: relative;
  padding-left: 65px;
}
@media (max-width: 1199px) {
  .why-bar-box-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .why-bar-box-item {
    width: max-content;
  }
}
.why-bar-box-item .icons {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 49px;
  height: 49px;
}
.why-bar-box-item h3 {
  font-size: 46px;
  margin-bottom: 0;
  line-height: 35px;
  color: #ffffff;
}
.why-bar-box-item h3 small {
  font-size: 30px;
}
.why-bar-box-item p {
  font-size: 14px;
}