/* PAGE SHOWCASES */
.img-100 {
  width: 100%;
}

.text-upper {
  text-transform: uppercase;
}

.z-1 {
  z-index: 1;
}

.list-bullet-red {
  padding-left: 1rem;
  margin: 0;
}

.list-bullet-red li::marker {
  color: #ec2c23;
}

.box-white {
  background: #ffffff;
  padding: 2rem;
  border-radius: 0.75rem;
}

.bg-beyond {
  background: url(../img/content/paper-beyond.webp) top center / contain no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.bg-cover-top {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.bg-cover-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.element-01 {
  position: absolute;
  top: 2rem;
  left: -4rem;
  right: auto;
  z-index: 1;
}

.element-02 {
  position: absolute;
  top: 48rem;
  left: auto;
  right: 3rem;
  z-index: 1;
}

.element-02 img {
  width: 5rem;
}

.element-03 {
  position: absolute;
  top: 83rem;
  left: 1rem;
  right: 0;
  z-index: 1;
}

.element-03 img {
  width: 5rem;
}

.element-04 {
  position: absolute;
  bottom: 47rem;
  left: auto;
  right: 3rem;
  z-index: 1;
}

.element-04 img {
  width: 5rem;
}

.element-05 {
  position: absolute;
  bottom: 5rem;
  left: auto;
  right: -6rem;
  z-index: 1;
}

.element-06 {
  position: absolute;
  top: -1rem;
  left: auto;
  right: -3rem;
  z-index: 1;
}

.element-06 img {
  width: 11rem;
}

.element-07 {
  position: absolute;
  bottom: 1rem;
  left: -30rem;
  right: auto;
  z-index: 1;
}

.element-07 img {
  width: 50rem;
}

.element-08 {
  position: absolute;
  bottom: -0.5rem;
  left: 0.5rem;
  right: auto;
  z-index: 1;
}

.element-08 img {
  width: 9rem;
}

.element-09 {
  position: absolute;
  bottom: 0;
  left: -2rem;
  right: auto;
  z-index: 1;
  display: block !important;
}

.element-09 img {
  display: block;
  width: 99%;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .element-09 {
      display: none !important;
  }
}

.element-10 {
  position: absolute;
  bottom: 5rem;
  left: auto;
  right: 6rem;
  z-index: 1;
}

@media screen and (max-width: 991.98px) {
  .element-10 {
      display: none !important;
  }
}

.element-11 {
  position: absolute;
  top: -11rem;
  left: -9rem;
  right: auto;
  z-index: 1;
}

.element-11 img {
  display: block;
  width: 16rem;
  height: auto;
}

.element-12 {
  position: absolute;
  bottom: -5.5rem;
  left: auto;
  right: -4rem;
  z-index: 1;
}

.element-12 img {
  display: block;
  width: 11rem;
  height: auto;
}

.element-13 {
  position: absolute;
  right: 0.5rem;
  top: 8rem;
  left: auto;
  z-index: 1;
}

.element-13 img {
  display: block;
  width: 4rem;
  height: auto;
}

.element-14 {
  position: absolute;
  top: 11rem;
  left: -3rem;
  bottom: auto;
  opacity: 0.3;
}

.element-14 img {
  width: 7rem;
}

.element-15 {
  position: absolute;
  top: auto;
  right: -2rem;
  top: 27rem;
  opacity: 0.3;
}

.element-15 img {
  width: 7rem;
}

.list-bullet {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}

.list-bullet li {
  position: relative;
  padding: 0 0 0 1.5rem;
}

.list-bullet li::before {
  content: "";
  position: absolute;
  top: 0rem;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ed3026;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dot-r {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ec2c23;
}

.card-app {
  border-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 40px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

.card-app::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/showcase/apec/mobile-frame.png) top center/cover no-repeat;
  z-index: 1;
}

.card-app video {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 30px;
  width: 94%;
  height: 100%;
  display: block;
}

.box-flow-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
  background: #e1e1e1;
  padding: 1.5rem;
  border-radius: 0.9375rem;
}

.box-flow-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: 0.5rem;
  background: #ec2c23;
  padding: 1.5rem;
  border-radius: 0.9375rem;
}

.box-flow-01 .text {
  width: auto;
}

.columns-2-box .blocks .block {
  align-items: start;
}

.columns-2-box .blocks .block.left {
  background: #000000;
}

.columns-2-box .blocks .block.left::after {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  bottom: 0;
  right: 100%;
  background: #000000;
  width: 15rem;
}

@media screen and (max-width: 767.98px) {
  .columns-2-box .blocks .block.left::before {
      position: absolute;
      content: "";
      top: 0;
      left: 100%;
      bottom: 0;
      right: auto;
      background: #000000;
      width: 15rem;
  }
}

.columns-2-box .blocks .block.right {
  background: #d10000;
  padding-left: 2rem;
  padding-right: 0;
}

.columns-2-box .blocks .block.right::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  bottom: 0;
  right: auto;
  background: #d10000;
  width: 15rem;
}

@media screen and (max-width: 767.98px) {
  .columns-2-box .blocks .block.right {
      padding-left: 0rem;
  }

  .columns-2-box .blocks .block.right::before {
      position: absolute;
      content: "";
      top: 0;
      left: auto;
      bottom: 0;
      right: 100%;
      background: #d10000;
      width: 15rem;
  }
}

.ico-ps {
  width: 40px;
  height: 100%;
}

@media screen and (min-width: 767.98px) {
  .showcases-tab-container .menu-container.column-3 .tabs .tab {
      width: 33.33%;
  }
}

/* PAGE SHOWCASES APEC*/
.horizontal-apec {
  padding: 110% 0 0 0;
}

.box-content-apac {
  position: relative;
  padding: 2.5rem;
  z-index: 1;
}

.box-content-apac::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: calc(100% - 10rem);
  background: #ecf2f3;
  z-index: -1;
  border-radius: 0.75rem;
}

@media screen and (max-width: 991.98px) {
  .box-content-apac::before {
      height: calc(100% - 4rem);
  }
}

@media screen and (max-width: 767.98px) {
  .box-content-apac::before {
      height: calc(100% - 0rem);
  }
}

.color-box.blue {
  background: #0d7dfc;
}

.color-box.green {
  background: #8dc53c;
}

/* PAGE SHOWCASES GSSD*/
.box-content-gssd {
  position: relative;
  padding: 2.5rem;
  z-index: 1;
}

.box-content-gssd::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: calc(100% - 0rem);
  background: #ecf2f3;
  z-index: -1;
  border-radius: 0.75rem;
}

/* PAGE SHOWCASES BKK*/
.socials-touchpoint .wrapper {
  display: flex;
  justify-content: center;
}

.socials-touchpoint .link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 0.7rem;
}

@media screen and (max-width: 767.98px) {
  .socials-touchpoint .link {
      width: 3.5rem;
      height: 3.5rem;
  }
}

@media screen and (max-width: 575.98px) {
  .socials-touchpoint .link {
      width: 2.7rem;
      height: 2.7rem;
      margin: 0 0.5rem;
  }

  .socials-touchpoint .link svg {
      width: 24px;
      height: 24px;
  }
}

.socials-touchpoint .link svg {
  display: flex;
  width: 30px;
  height: 30px;
}

.socials-touchpoint .link svg path {
  fill: #ffffff;
}

.socials-touchpoint .link:hover {
  background: #fff !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.socials-touchpoint .link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 3.125rem;
  transition: all 300ms ease;
  opacity: 0;
}

.socials-touchpoint .link:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.socials-touchpoint .link.facebook {
  background: #3c5999;
  transition: all 300ms ease;
}

.socials-touchpoint .link.facebook::before {
  border: 3px solid #3c5999;
}

.socials-touchpoint .link.facebook:hover svg path {
  fill: #3c5999;
}

.socials-touchpoint .link.instagram {
  background: #ff1e76;
}

.socials-touchpoint .link.instagram::before {
  border: 3px solid #ff1e76;
}

.socials-touchpoint .link.instagram:hover svg path {
  fill: #ff1e76;
}

.socials-touchpoint .link.youtube {
  background: #e53934;
}

.socials-touchpoint .link.youtube::before {
  border: 3px solid #e53934;
}

.socials-touchpoint .link.youtube:hover svg path {
  fill: #e53934;
}

.socials-touchpoint .link.twitter {
  background: #000000;
}

.socials-touchpoint .link.twitter::before {
  border: 3px solid #000000;
}

.socials-touchpoint .link.twitter:hover svg path {
  fill: #000000;
}

.socials-touchpoint .link.tiktok {
  background: #000000;
}

.socials-touchpoint .link.tiktok::before {
  border: 3px solid #000000;
}

.socials-touchpoint .link.tiktok:hover svg path {
  fill: #000000;
}

.timeline-showcase {
  padding: 3.75rem;
  background: #f2f2f2;
  border-radius: 1.75rem;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .timeline-showcase {
    padding: 2rem;
    padding-left: 3rem;
    padding-right: 1.5rem;
  }
}

.timeline-showcase .inner-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width: 767.98px) {
  .timeline-showcase .inner-group {
      position: relative;
      grid-template-columns: 100%;
      gap: 1rem;
  }
}

.timeline-showcase .inner-group .content {
  position: relative;
  width: 100%;
  padding: 1.5rem;
  margin-right: 4rem;
  border-radius: 0.9375rem;
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (max-width: 767.98px) {
  .timeline-showcase .inner-group .content {
      margin-right: 0;
      order: 2;
  }
}

.timeline-showcase .inner-group .content::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid #ffffff;
  transform: rotate(180deg);
}

@media screen and (max-width: 767.98px) {
  .timeline-showcase .inner-group .content::before {
      left: 0;
      right: 0;
      top: -15px;
      bottom: auto;
      transform: rotate(270deg);
  }
}

.timeline-showcase .inner-group:nth-of-type(even) .content::before {
  transform: rotate(360deg);
  right: -10px;
  left: auto;
}

@media screen and (max-width: 767.98px) {
  .timeline-showcase .inner-group:nth-of-type(even) .content::before {
      left: 0;
      right: 0;
      top: -15px;
      bottom: auto;
      transform: rotate(270deg);
  }
}

.timeline-showcase .inner-group .bull {
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767.98px) {
  .timeline-showcase .inner-group .bull {
      top: 1rem;
      left: -1.5rem;
      right: auto;
  }
}

.timeline-showcase .inner-group .bull::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 100vh;
  background: #9f0202;
}

@media screen and (max-width: 767.98px) {
  .timeline-showcase .inner-group .bull::before {
      height: 200vh;
  }
}

.timeline-showcase .inner-group:last-child .bull::before {
  background: #f2f2f2;
}

.timeline-showcase .inner-group .bull::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3.125rem;
  background: #df0000;
}

@media screen and (max-width: 767.98px) {
  .timeline-showcase .inner-group .bull::after {
      left: -0.5rem;
  }
}

.highlight .grids:nth-of-type(odd) .grid:nth-of-type(odd) {
  padding: 2rem 2rem 0 0;
}

.highlight .grids:nth-of-type(even) .grid:nth-of-type(even) {
  padding: 2rem 0 0 2rem;
}

@media screen and (max-width: 767.98px) {
  .highlight .grids:nth-of-type(odd) .grid:nth-of-type(odd) {
      padding: 0;
  }

  .highlight .grids:nth-of-type(even) .grid:nth-of-type(even) {
      padding: 0;
  }

  .highlight .flex-column-reverse {
      flex-direction: column-reverse;
  }
}

.device-tab-container .tabs {
  display: flex;
  flex-wrap: wrap;
}

.device-tab-container .tabs .tab:first-child {
  border-left: 0;
}

.device-tab-container .tabs .tab {
  position: relative;
  width: calc(100% / 5);
  background: #e1e1e1;
  padding: 0.75rem 0.75rem;
  text-align: center;
  border: 1px solid #cccccc;
  cursor: pointer;
  transition: background 0.25s;
  overflow: hidden;
}

@media screen and (max-width: 575.98px) {
  .device-tab-container .tabs .tab {
      width: 100%;
  }
}

.device-tab-container .tabs .tab.active,
.device-tab-container .tabs .tab:hover {
  background: #df0000;
  color: #ffffff;
}

.device-tab-container .tabs .tab:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(left,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.device-tab-container .tabs .tab:hover:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.nav-tabs-device li {
  float: none;
  margin: 0;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  padding: 0.5rem 0;
}

.nav-tabs-device li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}

@media screen and (max-width: 991.98px) {
  .nav-tabs-device li a {
      justify-content: center;
  }
}

@media screen and (max-width: 575.98px) {
  .nav-tabs-device li a {
      justify-content: start;
  }
}

.nav-tabs-device li a:hover {
  transition: 0.4s all ease-in-out;
  color: #ffcc00;
}

.nav-tabs-device li a svg {
  position: absolute;
  right: 1rem;
  opacity: 0;
}

@media screen and (max-width: 991.98px) {
  .nav-tabs-device li a svg {
      display: none;
  }
}

.nav-tabs-device li a:hover svg {
  right: 0;
  transition: 0.4s all ease-in-out;
  opacity: 1;
}

.nav-tabs-device .glyphicon {
  color: #fff;
}

.nav-tabs-device .active .glyphicon {
  color: #333;
}

.tab-content-device {
  width: 75%;
}

.tab-content-device .fadeup {
  animation-name: fadeUp;
}

@keyframes fadeUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 10%, 0);
      transform: translate3d(-50, 98%, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@media screen and (max-width: 991.98px) {
  .tab-content-device {
      width: 100%;
      margin-top: 1rem;
  }
}

.tab-content-device .tab-pane-device {
  display: none;
  background-color: #df0000;
}

@media screen and (max-width: 991.98px) {
  .tab-content-device .jc-center {
      justify-content: flex-start !important;
  }
}

.tab-content-device .active {
  display: block;
}

.list-group {
  width: 100%;
}

.list-group .list-group-item {
  height: 50px;
}

.tabs-left {
  display: flex;
  gap: 1rem;
  background: #df0000;
  padding: 3rem 2.5rem;
  border-radius: 0.9375rem;
}

@media screen and (max-width: 991.98px) {
  .tabs-left {
      display: grid;
      padding: 3rem 2rem;
  }
}

.nav-tabs-device.style-01 {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 20rem;
}

.nav-tabs-device.style-02 {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 20rem;
}

@media screen and (max-width: 1199.98px) {
  .nav-tabs-device.style-02 {
      width: auto;
  }
}

@media screen and (max-width: 991.98px) {
  .nav-tabs-device {
      width: 100% !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      column-gap: 0.7rem;
  }
}

@media screen and (max-width: 575.98px) {
  .nav-tabs-device {
      flex-direction: column;
  }
}

.nav-tabs-device>li.active>a,
.nav-tabs-device>li.active>a:hover,
.nav-tabs-device>li.active>a:focus {
  border: 0;
  transition: 0.4s all ease-in-out;
  color: #ffcc00;
}

.nav-tabs-device>li.active>a svg {
  opacity: 1;
  right: 0;
}

.list-group {
  width: 100%;

  .list-group-item {
      height: 50px;

      h4,
      span {
          line-height: 11px;
      }
  }
}

.card-device {
  border: none;
}

.card-device .ss-img {
  padding: 140% 0 0 0;
}

@media screen and (max-width: 991.98px) {
  .card-device .ss-img {
      padding: 50% 0 0 0;
  }
}

.desc-device {
  padding-right: 2rem;
}

@media screen and (max-width: 991.98px) {
  .desc-device {
      padding-right: 0;
  }
}


.banner-asana.section-padding {
  padding: 3rem 0;
}

@media screen and (max-width: 991.98px) {
  .banner-asana.section-padding {
      padding: 3.7rem 0;
      padding-top: 5rem;
  }
}

.banner-asana .wrapper {
  text-align: center;
}

.banner-asana .wrapper .logo img {
  width: 14rem;
  height: 100%;
}

.banner-asana .group-img {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.banner-asana .group-img img {
  width: 30vw;
  height: 100%;
  border-radius: 0.9375rem;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 767.98px) {
  .banner-asana .group-img img {
      width: 90%;
      mix-blend-mode: normal;
  }

  .banner-asana .group-img img:nth-of-type(1) {
      position: absolute;
      width: auto;
      height: 20vh;
      left: 0;
      bottom: -30px;
      z-index: 1;
  }

  .banner-asana .group-img img:nth-of-type(3) {
      position: absolute;
      width: auto;
      height: 20vh;
      right: 0;
      bottom: -30px;
      z-index: 1;
  }
}

.slider-truste-org .cover-logo img{
  width: 13rem;
  margin: 0 auto;
}

.slider-truste-org .swiper-pagination {
  position: relative;
  bottom: 0;
}

.slider-truste-org .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.slider-truste-org .swiper-pagination .swiper-pagination-bullet-active {
  background: #df0000;
}


.slider-horizontal-01 .swiper-pagination {
  position: relative;
  bottom: 0;
}

.slider-horizontal-01 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.slider-horizontal-01 .swiper-pagination .swiper-pagination-bullet-active {
  background: #df0000;
}






.card-marketing .icon {
  width: 7rem;
  height: 7rem;
}

@media screen and (max-width: 575.98px) {
  .card-marketing .icon {
      width: 5.5rem;
      height: 5.5rem;
  }
}






/* Tab Style 3 Column*/
.column-3-tab-container .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #999999;
}

.column-3-tab-container .tabs .tab:first-child {
  border-left: 0;
}

.column-3-tab-container .tabs .tab {
  position: relative;
  width: auto;
  background: #999999;
  padding: 0.75rem 1rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background 0.25s;
  overflow: hidden;
  border: none;
}

.column-3-tab-container .tabs .tab::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 50%;
  border-right: 1px solid rgb(255 255 255 / 40%);
}
.column-3-tab-container .tabs :last-child.tab::before {
  content: none;
}


@media screen and (max-width: 767.98px) {
  .column-3-tab-container .tabs .tab {
      width: 100%;
  }

  .column-3-tab-container .tabs .tab::before {
      left: 0;
      width: 100%;
      height: auto;
      border-right: none;
      border-bottom: 1px solid rgb(255 255 255 / 40%);
  }
}

.column-3-tab-container .tabs .tab.active,
.column-3-tab-container .tabs .tab:hover {
  background: #df0000;
  color: #ffffff;
}

.column-3-tab-container .tabs .tab:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(left,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.column-3-tab-container .tabs .tab:hover:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

/* Tab Style 3 Column*/
.column-4-tab-container .tabs {
  display: flex;
  flex-wrap: wrap;
}

.column-4-tab-container .tabs .tab:first-child {
  border-left: 0;
}

.column-4-tab-container .tabs .tab {
  position: relative;
  width: calc(100% / 4);
  background: #999999;
  padding: 0.75rem 0.75rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background 0.25s;
  overflow: hidden;
  border: none;
}

.column-4-tab-container .tabs .tab::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 50%;
  border-right: 1px solid rgb(255 255 255 / 40%);
}


@media screen and (max-width: 767.98px) {
  .column-4-tab-container .tabs .tab {
      width: 100%;
  }

  .column-4-tab-container .tabs .tab::before {
      left: 0;
      width: 100%;
      height: auto;
      border-right: none;
      border-bottom: 1px solid rgb(255 255 255 / 40%);
  }
}

.column-4-tab-container .tabs .tab.active,
.column-4-tab-container .tabs .tab:hover {
  background: #df0000;
  color: #ffffff;
}

.column-4-tab-container .tabs .tab:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(left,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.column-4-tab-container .tabs .tab:hover:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

/* Tab Style 9 Column*/
.column-9-tab-container .tabs {
  display: flex;
  flex-wrap: wrap;
}

.column-9-tab-container .tabs .tab:first-child {
  border-left: 0;
}

.column-9-tab-container .tabs .tab {
  position: relative;
  width: calc(100% / 9);
  background: #999999;
  padding: 0.75rem 0.75rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-right: 1px solid rgb(255 255 255 / 30%);
  transition: background 0.25s;
  overflow: hidden;
}

@media screen and (max-width: 991.98px) {
  .column-9-tab-container .tabs .tab {
      width: calc(100% / 3);
      border-right: none;
      border-bottom: 1px solid;
  }
}

@media screen and (max-width: 575.98px) {
  .column-9-tab-container .tabs .tab {
      width: 100%;
  }
}

.column-9-tab-container .tabs .tab.active,
.column-9-tab-container .tabs .tab:hover {
  background: #df0000;
  color: #ffffff;
}

.column-9-tab-container .tabs .tab:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(left,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.column-9-tab-container .tabs .tab:hover:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}




.card-highlight .wrapper {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 0.9375rem;
  padding: 0.7rem;
  align-items: center;
  flex-direction: row;
}

.card-highlight .wrapper>.icon {
  box-shadow: none;
  background: #f2f2f2;
}

@media screen and (max-width: 991.98px) {
  .card-highlight .text-container {
      width: calc(100% - 7.5rem);
      padding: 0 1rem 0 1rem;
      padding-right: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .card-highlight .text-container {
      width: 100%;
  }

  .card-highlight .icon img {
      height: 2.7rem;
  }
}

.section-web-mobile {
  position: relative;
  overflow: hidden;
}

.section-web-mobile .text .title {
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  line-height: 1.2;
}

.section-web-mobile .bg-sharp {
  position: absolute;
  top: -6rem;
  left: 23rem;
  right: auto;
}

.section-web-mobile .bg-sharp img {
  width: 52rem;
  height: auto;
}

@media screen and (max-width: 1199.98px) {
  .section-web-mobile .bg-sharp {
      left: 14rem;
  }
}

@media screen and (max-width: 767.98px) {
  .section-web-mobile .bg-sharp {
      opacity: 0;
  }
}

.section-web-mobile .mobile-element {
  position: absolute;
  top: -11rem;
  left: -20%;
}

.section-web-mobile .mobile-element img {
  width: 68vw;
  height: 100%;
}

@media screen and (max-width: 991.98px) {
  .section-web-mobile .mobile-element {
      top: -3rem;
  }
}

@media screen and (max-width: 767.98px) {
  .section-web-mobile .mobile-element {
      top: -12rem;
      right: -9rem;
      left: auto;
  }

  .section-web-mobile .mobile-element img {
      width: 100vw;
      height: 100%;
      opacity: 0.2;
  }
}

@media screen and (max-width: 575.98px) {
  .section-web-mobile .mobile-element {
      top: -5rem;
      right: -9rem;
      left: auto;
  }

  .section-web-mobile .mobile-element img {
      width: 100%;
  }
}

.section-web-mobile .style-01 {
  position: absolute;
  bottom: -8rem;
  left: auto;
  right: -7rem;
}

.section-web-mobile .style-01 img {
  width: 100%;
  height: 40vh;
}


.slider-vertical-02 {
  background: #df0000;
  padding: 2.5rem;
  border-radius: 0.75rem;
}

.slider-vertical-02 .swiper-container {
  width: 100%;
  height: 21rem;
}

.slider-vertical-02 .swiper-container .swiper-slide {
  overflow: hidden;
}


.section-cover {
  position: relative;
}

.section-cover .pattern.cover-01 {
  position: absolute;
  top: -7rem;
  left: 0;
}

.section-cover .pattern.cover-02 {
  position: absolute;
  bottom: -2rem;
  right: 0;
}

.section-cover .pattern.cover-03 {
  position: absolute;
  top: -5rem;
  right: 3rem;
}

.section-cover .pattern.cover-03 img {
  width: 5rem;
}

.section-cover .pattern.cover-04 {
  position: absolute;
  bottom: -2rem;
  left: 0;
}

.section-cover .pattern.cover-04 img {
  width: 5rem;
}

@media screen and (max-width: 991px) {

  .section-cover .pattern.cover-01,
  .section-cover .pattern.cover-02,
  .section-cover .pattern.cover-03,
  .section-cover .pattern.cover-04 {
      display: none;
  }
}

.vertical-slider {
  width: 90%;
  position: relative;
  max-width: 100%;
  margin: auto;
  background: #df0000;
  border-radius: 0.75rem;
  min-height: 100%;
  height: auto;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .vertical-slider {
      width: 100%;
      padding: 2.5rem 1.5rem;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .vertical-slider {
      height: 350px;
  }
}

.vertical-slider__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .vertical-slider__item {
      display: flex;
      flex-direction: column;
  }

  .vertical-slider.switch-sides .vertical-slider__item {
      flex-flow: column-reverse;
  }
}

.vertical-slider__item.swiper-slide-active .vertical-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>* {
  opacity: 1;
  transform: none;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.vertical-slider__item.swiper-slide-active .vertical-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.vertical-slider__img {
  width: 100%;
  flex-shrink: 0;
  height: auto;
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 3rem;
  padding-right: 0;
}

.vertical-slider.switch-sides .vertical-slider__img {
  padding-right: 3rem;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .vertical-slider__img {
      width: 100%;
      padding: 0;
      margin-bottom: 1rem;
  }

  .vertical-slider.switch-sides .vertical-slider__img {
      padding: 0;
      margin-bottom: 1rem;
  }
}

.vertical-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 0.75rem;
  transition: all 0.3s;
}

.vertical-slider__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}

@media screen and (max-width: 991px) {
  .vertical-slider__content {
      padding-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .vertical-slider__content {
      padding: 0;
  }
}

.vertical-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.vertical-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.vertical-slider .swiper-pagination-custom,
.vertical-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.vertical-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 0.75rem;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .vertical-slider__pagination {
      position: relative;
      margin-top: 2rem;
      top: auto;
      right: 0;
      width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: translateY(0%);
  }
}

.vertical-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .vertical-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px;
  }
}

.vertical-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #ffffff;
  opacity: 1;
  transition: all 0.3s;
}

.vertical-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .vertical-slider__pagination .swiper-pagination-bullet-active {
      height: 11px;
      width: 30px;
  }
}



.horizontal-slider {
  width: 100%;
  position: relative;
  max-width: 100%;
  margin: auto;
  background: #f2f2f2;
  border-radius: 0.75rem;
  min-height: 100%;
  height: auto;
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .horizontal-slider {
      width: 100%;
      padding: 2.5rem 1.5rem;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .horizontal-slider {
      height: 350px;
  }
}

.horizontal-slider__item {
  display: grid;
  grid-template-columns: 100%;
}

@media screen and (max-width: 768px) {
  .horizontal-slider__item {
      display: flex;
      flex-direction: column;
  }

  .horizontal-slider.switch-sides .horizontal-slider__item {
      flex-flow: column-reverse;
  }
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>* {
  opacity: 1;
  transform: none;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.horizontal-slider__item.swiper-slide-active .horizontal-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.horizontal-slider__img {
  width: 100%;
  flex-shrink: 0;
  height: auto;
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 0rem 3rem;
}

@media screen and (max-width: 991px) {
  .horizontal-slider__img {
      padding: 0rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .horizontal-slider__img {
      padding: 0;
      margin-bottom: 1rem;
  }
}

.horizontal-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 0.75rem;
  transition: all 0.3s;
}

.horizontal-slider__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 3rem 0 3rem;
}

@media screen and (max-width: 991px) {
  .horizontal-slider__content {
      padding: 1rem 2rem 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .horizontal-slider__content {
      padding: 0;
  }
}

.horizontal-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}



.horizontal-slider__pagination {
  position: absolute;
  bottom: -2.5rem !important;
  right: 0;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(0%);
}

@media screen and (max-width: 767px) {
  .horizontal-slider__pagination {
      position: relative;
      bottom: 0 !important;
      margin-top: 1rem;
  }
}


.horizontal-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.horizontal-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #c7d0df;
  opacity: 1;
  transition: all 0.3s;
}

.horizontal-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #df0000;
  height: 30px;
}

.horizontal-slider__pagination .swiper-pagination-bullet-active {
  height: 11px;
  width: 30px;
}



.ss-card-50 .body .title {
  display: flex;
  justify-content: center;
  height: 3rem;
}

@media screen and (max-width: 1199.98px) {
  .ss-card-50 .body .title {
      height: 4rem;
  }
}

@media screen and (max-width: 991.98px) {
  .ss-card-50 .body .title {
      height: 3rem;
  }
}

@media screen and (max-width: 767.98px) {
  .ss-card-50 .body .title {
      height: auto;
      margin-bottom: 1rem;
  }
}


/*offer area*/
.offer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.offerslide {
  display: flex;
  justify-content: center;
}

.offer-img img {
  width: 28rem;
}

.offerItem {
  margin-right: 0.5rem;
  width: 133px;
  overflow: hidden;
  float: left;
  position: relative;
  transition: 0.3s ease;
  border-radius: 20px;
}

.offerItem:last-child {
  margin-right: 0;
}



.offer-detail {
  width: 800px;
  background: #f2f2f2;
  padding: 1.5rem;
  padding-left: 1rem;
  border-radius: 0.75rem;
  max-height: 30rem;
  height: 100vh;
}

.offerItemTitle {
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  background-color: #666666;
  cursor: pointer;
  z-index: 2;
}

.offerItemTitle:hover {
  background-color: #ec2c23;
  transition: all .1s ease-out;
}

.offerItemTitle .title {
  top: 21rem;
  width: 20rem;
  text-align: end;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left;
  left: 1.5rem;
  color: #fff;
}

.offerItem.active {
  width: calc(100% - 4* 120px);
}

.offerItem.active .offer-detail {
  width: 100%;
}

.offerItem.active .offer-img {
  max-width: 100%;
}

.offerItem.active .offer-detail .row .col:first-child {
  max-width: 40% !important;
}

.offer-content {
  margin: 0 auto;
  padding-right: 1.5rem;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.6s ease;
}

.offer-tabs.tab-content {
  padding: 10px 0;
}

.offerslide:after {
  content: '';
  clear: both;
  display: block;
}

.offer-content p {
  color: #000;
}

.offer-content h2 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}

.offerItemTitle.hide {
  display: none;
}

.offerItem.active .offer-content {
  transition: 0.6s ease;
  opacity: 1;
  top: 10%;
  transform: translate(0, 0%);
}

/* @media (max-width:1199px) {
.offer-img img{
  width: 100%;
}
} */

@media (max-width:1199px) {
  .offer-img img {
      width: 21rem;
  }

  .offer-content p {
      font-size: 14px;
  }

  .offerItem.active .offer-content {
      margin-left: 0;
  }

  .offer-detail {
      max-height: 23rem;
  }

  /* .offerItem {
    width: 35px;
  } */

  .offerItem.active {
      width: calc(100% - 6*35px);
  }
}

@media (max-width:991px) {
  .offer-detail .grids {
      flex-direction: column;
      gap: 1rem;
  }

  .offer-detail .grids .grid:first-child {
      order: 2;
  }

  .offer-detail {
      padding-left: 1.5rem;
      max-height: 40rem;
      height: 100vh;
  }

  .offer-img img {
      width: 100%;
  }

}


@media (max-width:767px) {
  .offerslide {
      flex-direction: column;
  }

  .offerItem {
      width: 100%;
      margin-bottom: 0.5rem;
  }

  .offer-detail {
      width: 100%;
      max-height: unset;
      display: none;
      height: 100%;
  }


  .offer-img {
      margin: 0;
  }

  .offer-content {
      margin: 0;
      max-width: 100%;
  }

  .offerItemTitle .title {
      top: 0;
      position: relative;
      transform: rotate(0deg);
      display: flex;
      padding: 1.5rem;
      padding-left: 0;
      width: 100%;
  }

  .offerItemTitle {
      position: relative;
      background: #666666;
  }

  .offerItemTitle.hide {
      background: #ec2c23;
      display: block;
      border-radius: 20px;
      margin-bottom: 0.5rem;
  }

  .offerItem.active .offer-detail {
      display: block;
  }

  .offerItem.active .offer-detail .row .col:first-child {
      max-width: 50% !important;
  }

  .offerItem.active {
      width: 100%;
  }

}
