/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@import url("https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  background-color: rgb(255, 255, 255);
  font-family: "Familjen Grotesk", sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 100%;
  vertical-align: middle;
}

* {
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 1px solid var(--Main-blue, #2f9dd9);
  background: var(--Main-blue, #2f9dd9) !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: rgb(255, 255, 255) 0px 0px 5px inset;
          box-shadow: rgb(255, 255, 255) 0px 0px 5px inset;
  border-radius: 10px;
}

.rowmenuheader .costom_collum {
  max-width: 23% !important;
  -ms-flex-preferred-size: 25% !important;
      flex-basis: 25% !important;
}

#header.on-hover .header-bg-color {
  background-color: rgba(255, 255, 255, 0.9);
}

#logo img {
  max-width: 135px;
  max-height: 100px !important;
}

.ux-search-box .submit-button {
  background: var(--Gr-2, linear-gradient(143deg, #2f9dd9 21.44%, #43e8e1 113.09%));
  border-radius: 8px !important;
  border: unset !important;
}

.header-nav.nav > li > a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-transform: none;
  letter-spacing: unset;
}

.nav-dark .header-nav.nav > li > a {
  color: #fff;
}

.header-nav.nav > li > a:hover, .header-nav.nav > li.active > a {
  color: var(--fs-color-primary);
}

.header-nav.nav > li a {
  margin: 0 35px;
  position: unset;
}

.header-main {
  height: 94px !important;
}

.header-nav.nav > li > .nav-dropdown {
  background-color: rgba(255, 255, 255, 0.9);
}

.header-nav.nav > li > .nav-dropdown .ux-menu-link a:before {
  background: #2f9dd9 !important;
}

.header-nav.nav > li > .nav-dropdown .row {
  padding: 0px 20px 20px 294px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: unset;
          flex-flow: unset;
}

.gtranslate_wrapper {
  position: relative;
}

.gtranslate_wrapper:before {
  content: "";
  background: url(https://bcd.ttsoft.vn/wp-content/uploads/2024/07/globe.png) no-repeat;
  background-size: cover;
  right: 8px;
  top: 13px;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 9999;
}

.header-nav.nav > li > .nav-dropdown .col {
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  max-width: unset;
  padding: 0;
  margin-right: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header-nav.nav > li .icon-angle-down {
  display: none;
}

.header-nav.nav > li > .nav-dropdown .ux-menu-title {
  color: var(--en, #000);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
  text-transform: unset;
}

.header-nav.nav > li > .nav-dropdown .ux-menu-link a {
  color: var(--en, #000);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  margin: 0;
  margin-bottom: 12px;
  position: relative;
  padding: 0;
  min-height: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.header-nav.nav > li > .nav-dropdown .ux-menu-link a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 0px;
  height: 1.5px;
  background: var(--Main-blue, #006dfe);
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

.header-nav.nav > li > .nav-dropdown .ux-menu-link a:hover:before, .header-nav.nav > li > .nav-dropdown .ux-menu-link.ux-menu-link--active a:before {
  width: 100%;
}

.down-button {
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 21px;
  background: var(--Gr-2, linear-gradient(143deg, #2f9dd9 21.44%, #43e8e1 113.09%));
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 9px 22px;
  cursor: pointer;
  border: none;
}

.sub-title {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  width: 100%;
  max-width: 758px;
  margin: 11px auto 0px;
}

.col-image .img img {
  width: 100%;
  max-width: 536px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 30px;
}

.col-text .title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  letter-spacing: -1px;
}

.custom_color p {
  color: #000 !important;
}

.col-text .description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  margin: 20px 0px 30px;
}

.read-more-button {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  line-height: normal;
  position: relative;
  overflow: hidden;
}

.read-more-button span {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 275ms ease 0s;
  transition: -webkit-transform 275ms ease 0s;
  transition: transform 275ms ease 0s;
  transition: transform 275ms ease 0s, -webkit-transform 275ms ease 0s;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 30px;
  overflow: hidden;
}

.read-more-button:hover span::before {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.read-more-button span::before {
  content: attr(data-content);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  background: #2f9dd9;
  color: rgb(255, 255, 255);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 275ms ease 0s;
  transition: -webkit-transform 275ms ease 0s;
  transition: transform 275ms ease 0s;
  transition: transform 275ms ease 0s, -webkit-transform 275ms ease 0s;
}

.read-more-button:hover span {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.read-more-button:hover {
  border: 1px solid transparent;
}

.col-text .click-button {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 60px;
  background: var(--Main-blue, #2f9dd9);
  color: var(--wh, var(--Trng, #FFF));
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 30px;
  -webkit-transition: scale 0.3s ease-in-out 0s;
  transition: scale 0.3s ease-in-out 0s;
  line-height: normal;
}

.col-text .click-button:hover {
  background: var(--Gr-2, linear-gradient(143deg, #2f9dd9 21.44%, #43E8E1 126.28%));
}

.col-tab .col-inner {
  margin: -5rem 0px 5rem;
  width: 100%;
  background: rgb(151, 195, 255);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.col-tab ul li.tab {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: var(--Black, var(--en, #000));
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--Bg-button, #E9E9E9);
  border: none;
}

.col-tab ul li.tab.previous {
  border-radius: 0px 0px 20px;
}

.col-tab ul li.tab.next {
  border-radius: 0px 20px 0px 0px;
}

.col-tab ul li.active.tab {
  color: var(--Blue, var(--Main-blue, #2f9dd9));
  padding: 0px;
}

.col-tab ul li.active.tab::before {
  border-radius: 20px 0px 0px 20px;
  background: rgb(151, 195, 255);
  z-index: 2;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.col-tab .nav > li > a {
  position: relative;
  z-index: 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background: var(--Trng, #FFF);
  font-size: 100%;
  padding: 32px 21px;
  margin: 25px 27px 27px;
  border-radius: 20px;
  color: #000;
}

.col-tab .nav > li.active > a {
  color: var(--fs-color-primary);
}

.col-tab .nav-vertical + .tab-panels {
  padding: 30px;
  border: none;
}

.col-tab .tab-panels .panel.active {
  padding: 44px 52px 42px;
  max-height: 526px;
  background: var(--Trng, #FFF);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.col-tab .tab-panels .panel.active p {
  height: 100%;
  overflow: hidden auto;
  color: var(--Black, var(--en, #000));
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.col-tab .tab-panels .panel.active p::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.col-tab .tab-panels .panel.active p::-webkit-scrollbar-thumb {
  background-color: var(--fs-color-primary);
  border-radius: 2px;
}

.col-tab .tab-panels .panel.active p::-webkit-scrollbar-track {
  background: transparent;
}

.header-banner, .header-banner .banner-bg {
  border-radius: 0px 0px 50px 50px;
}

.header-banner .overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0))) 60% center/cover !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%) 60% center/cover !important;
}

.header-banner.contact .header-title, .header-banner.contact .header-description {
  color: #000;
}

.header-banner.contact .overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.66)), to(rgba(255, 255, 255, 0))) 70% center/cover !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0) 100%) 70% center/cover !important;
}

.header-banner-sub-page .overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0))) 75% center/cover !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%) 75% center/cover !important;
}

.header-title {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
}

.header-description {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 518px;
  width: 80%;
  margin-top: 20px;
}

.header-button {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 15px 10px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  background: rgba(0, 109, 254, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  cursor: pointer;
  color: var(--wh, var(--Trng, #FFF));
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-button:hover {
  background: var(--Gr-2, linear-gradient(143deg, #2f9dd9 21.44%, #43E8E1 126.28%));
}

.header-button .image-button {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.header-button .content-button {
  margin-left: 10px;
}

.header-banner-sub-page .header-description {
  max-width: 484px;
  margin: 20px 0px;
}

.main-tabs .nav {
  gap: 15px;
  margin-bottom: 45px;
}

.main-tabs .nav-pills > li > a {
  border-radius: 60px;
  background: var(--Bg-button, #E9E9E9);
  color: var(--6-d-6-d-6-d, var(--Grey-icon-button, #6D6D6D));
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
}

.main-tabs .nav-pills > li.active > a {
  background: var(--Gr-2, linear-gradient(143deg, #2f9dd9 21.44%, #43E8E1 113.09%));
  color: var(--wh, var(--Trng, #FFF));
}

.recruitment-text .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

.recruitment-text .name-position {
  color: var(--en, #000);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.recruitment-text .name-position .submit-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 60px;
  white-space: nowrap;
  color: var(--6-d-6-d-6-d, var(--Grey-icon-button, #6D6D6D));
  background: var(--Bg-button, #E9E9E9);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-left: 9px;
  padding: 4px 19px;
  -webkit-transition: scale 0.3s ease-in-out 0s;
  transition: scale 0.3s ease-in-out 0s;
  line-height: normal;
}

.partner-tab .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  background: rgb(231, 241, 255);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 3rem;
}

.title-partner-us {
  color: var(--Black, var(--en, #000));
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0px auto;
  width: 100%;
  text-align: center;
}

.partner-tab .nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  padding: 8px 17px;
  color: var(--Black, var(--en, #000));
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  border-radius: 18px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
  white-space: nowrap;
  width: 100px;
}

.partner-tab .nav > li.active > a {
  color: #fff;
}

.slider-box .gallery-col .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 118.65px;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
          filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 20px;
  background: rgb(255, 255, 255);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.slider-box .gallery-col:nth-child(n) .box-image img {
  width: 112px;
  display: block;
  margin: auto;
}

.slider-box .gallery-col:first-child .box-image img {
  width: 100px;
}

.slider-box .gallery-col:nth-child(2) .box-image img {
  width: 152px;
}

.slider-box .gallery-col:nth-child(8) .box-image img {
  width: 162px;
}

.slider-box .gallery-col:last-child .box-image img {
  width: 72px;
}

.home_banner .text-box {
  padding: 0 15px;
}

.banner-title {
  color: var(--Trng, #fff);
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 111;
}

.bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-description {
  width: 100%;
  color: var(--Trng, #fff);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 83px;
  margin: 0 !important;
}

.styles-module_blinking {
  color: inherit;
  font: inherit;
  left: 3px;
  line-height: inherit;
  opacity: 1;
  position: relative;
  top: 0;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: styles-module_blink__rqfaf;
          animation-name: styles-module_blink__rqfaf;
}

.listdocument .col-inner {
  background: linear-gradient(45deg, white, white) !important;
  -webkit-box-shadow: 1px 0px 5px #fff;
          box-shadow: 1px 0px 5px #fff;
}

@-webkit-keyframes styles-module_blink__rqfaf {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes styles-module_blink__rqfaf {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gtranslate_wrapper select option:first-child {
  display: none !important;
}

.banner-description .typing-box {
  width: 22px;
  height: 42px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
}

.start-button {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 20px 5px 5px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid rgb(255, 255, 255);
  color: var(--wh, var(--Trng, #fff));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.start-button .image-button {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.start-button .image-button img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  position: absolute;
  width: 15px;
}

.start-button .image-button img:first-child {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.start-button .image-button img:last-child {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.start-button:hover .image-button img:first-child {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.start-button:hover .image-button img:last-child {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.start-button .div-text {
  z-index: 3;
  margin-left: 16px;
}

.home_vision .section-bg-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(118.01%, rgba(0, 0, 0, 0))) center 82%/cover no-repeat !important;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 118.01%) center 82%/cover no-repeat !important;
}

.vision-title {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
}

.vision-description {
  color: var(--wh, var(--Trng, #FFF));
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 16px;
  margin-top: 30px;
}

.public-relations {
  border-radius: 30px 30px 0px 0px;
}

.row-contact {
  background: url(/wp-content/uploads/2024/07/contact-bg.png) center center no-repeat;
  background-size: 100% auto;
  padding: 70px 0 0;
  height: 925px;
  margin-bottom: 100px;
}

.row .row:not(.row-collapse).row-contact {
  padding-left: 30px;
  padding-right: 30px;
}

.row-contact .title {
  color: var(--Black, var(--en, #000));
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.row-contact .description {
  max-width: 519px;
  width: 100%;
  color: var(--Black, var(--en, #000));
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  margin: 0;
  margin-bottom: 30px;
}

.channel-title {
  color: var(--Black, var(--en, #000));
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
}

.channel-title.mt-5 {
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.channel-sub-title {
  color: var(--Black, var(--en, #000));
  text-align: center;
  font-family: Inter;
  max-width: 498px;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  margin: 0px auto;
  line-height: normal;
}

.social-network.channel {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
  margin-top: 3.5rem;
}

.list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4.5rem;
  min-height: 136px;
  -ms-flex-direction: row;
      flex-direction: row;
}

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background: rgb(248, 249, 251);
  width: 307px;
  height: 136px;
  padding: 0px 30px;
}

.list-item:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 0px;
}

.list-item .top-content-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  color: var(--Black, var(--en, #000));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.list-item .top-content-item .text {
  margin-left: 13px;
}

.list-item .bottom-content-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 25px;
  color: var(--Blue, var(--Main-blue, #2f9dd9));
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.list-item .item-title {
  margin-left: 8px;
  color: var(--fs-color-primary);
}

.list-item .item-images {
  margin-right: 16px;
}

.images-hover-type-1 {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.images-hover-type-1 .text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 37px;
  z-index: 1;
  color: var(--wh, var(--Trng, #fff));
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.images-hover-type-1 .hover-box {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  left: 0px;
  height: 194px;
  right: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.882)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.882) 100%);
}

.images-hover-type-1:hover::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: rgba(0, 0, 0, 0.4);
}

.images-hover-type-1:hover .text {
  font-weight: 700;
  bottom: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

.images-hover-type-1:hover .hover-box {
  height: 0px;
}

.explain-box {
  margin-top: 3rem;
  border-top: 1.5px solid var(--Line, #bbb);
  padding: 3em 0px 0px;
}

.explain-box .col-inner {
  height: 100%;
}

.title-explain {
  color: var(--Black, var(--en, #000));
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: calc(2.5rem - 30px);
}

.explain-box .icon-box {
  border-radius: 40px;
  background: rgb(248, 249, 251);
  padding: 27px 0px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.explain-box .icon-box .icon-box-img {
  margin-bottom: 0;
}

.explain-box .icon-box h5 {
  margin-top: 37px;
  overflow: hidden;
  color: var(--Black, var(--en, #000));
  text-align: center;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  max-width: 250px;
  line-height: normal;
  letter-spacing: unset;
  text-transform: none;
}

.explain-box .icon-box::after {
  z-index: -1;
  content: "";
  border-radius: 0px 439px 439px 0px;
  background: var(--Blue-select, #e0edff);
  width: 140%;
  height: 140%;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
}

.explain-box .icon-box:hover::after {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.explain-box .title-bottom {
  margin: calc(4rem - 30px) auto 1.5rem;
  max-width: 554px;
  color: var(--Black, var(--en, #000));
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: normal;
}

#footer {
  padding: 19px 0px 36px;
  border-top: 1px solid rgba(187, 187, 187, 0.314);
  display: block;
  z-index: 1;
}

#footer .ux-menu {
  /*width: 623px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: unset;*/
}

#footer .ux-menu-link__link {
  padding: 0;
  min-height: unset;
}

#footer .ux-menu-link:hover .ux-menu-link__link, #footer .ux-menu-link--active .ux-menu-link__link {
  color: var(--fs-experimental-link-color-hover);
}

#footer .absolute-footer {
  display: none !important;
}

#footer .image-logo {
  max-width: 135px;
}

#footer .text-rights {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 35px;
  text-align: center;
}

.social-network {
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: right;
      justify-content: right;
}

.social-network .item-footer {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: relative;
  background: rgb(187, 187, 187);
}

.social-network .item-footer img {
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.social-network .item-footer:hover {
  background: rgb(0, 109, 254);
}

.social-network .item-footer:hover img {
  -webkit-filter: unset;
          filter: unset;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.section-title {
  color: var(--Black, var(--en, #000));
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}

.section-title .see-more {
  color: var(--Blue, var(--Main-blue, #2f9dd9));
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.flickity-prev-next-button.previous {
  opacity: 1;
  left: 0;
  -webkit-transform: unset;
          transform: unset;
}

.flickity-prev-next-button.next {
  opacity: 1;
  right: 0;
  -webkit-transform: unset;
          transform: unset;
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button svg, .slider-nav-circle .flickity-prev-next-button .arrow {
  border: none;
  background-color: #E9E9E9;
  color: var(--fs-color-primary) !important;
  fill: var(--fs-color-primary) !important;
}

.slider-nav-circle .flickity-prev-next-button:hover .arrow, .slider-nav-circle .flickity-prev-next-button:hover svg {
  fill: var(--fs-color-primary) !important;
}

.flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary) !important;
}

.post-item .box-image {
  overflow: unset;
}

.post-item .box-image .type-new {
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 15px;
  border-top: 10px solid rgb(255, 255, 255);
  border-right: 10px solid rgb(255, 255, 255);
  border-left: 10px solid rgb(255, 255, 255);
  -o-border-image: initial;
     border-image: initial;
  border-bottom: none;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  z-index: 1;
  width: 60px !important;
  height: 60px !important;
}

.post-item .box-image .type-new img {
  width: 40px;
  height: 40px;
}

input[type=submit] {
  margin-top: 36px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  border: 1px solid var(--Black, #000);
  color: var(--en, #000);
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  background-color: transparent;
  padding: 15px 20px;
  font-size: 11px;
}

input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, select {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid var(--Black, #cdcdcd);
  border-radius: 12px;
  background: var(--Trng, #FFF);
  -webkit-box-shadow: none;
          box-shadow: none;
  height: unset;
  box-shadow: none !important;
  margin: 0;
  margin-top: 0.1rem;
}

.input-group {
  position: relative;
}

.input-group input[type=text] {
  margin: 0;
}

.input-group .select-button {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-group .select-options {
  display: none;
  z-index: 1;
  position: absolute;
  top: 90%;
  left: 0px;
  right: 0px;
  border-radius: 20px;
  padding: 18px 0px 22px;
  overflow: hidden;
  background: var(--Trng, #FFF);
  color: var(--Black, var(--en, #000));
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  line-height: normal;
  -webkit-animation: 0.3s ease-out 0s 1 normal none running slide-fade-in;
          animation: 0.3s ease-out 0s 1 normal none running slide-fade-in;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
          filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
}

.select-options div {
  padding: 12px 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.select-options div:hover {
  opacity: 0.8;
  background-color: rgba(119, 153, 242, 0.125);
}

@-webkit-keyframes slide-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes slide-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media screen and (min-width: 968px) {
  .bottom-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .banner-description {
    font-size: 40px;
    height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .header-title {
    font-size: 35px;
    line-height: 56px;
  }
  .header-description {
    font-size: 25px;
    width: 100%;
  }
  .sub-title {
    font-size: 32px;
    line-height: 43px;
  }
  .col-text .title {
    font-size: 35px;
    line-height: 56px;
  }
  .col-text .description {
    font-size: 20px;
    line-height: 26px;
  }
  .read-more-button {
    padding: 15px 40px;
    font-size: 16px;
  }
  .main-tabs .nav-pills > li > a {
    font-size: 32px;
    padding: 15px 0px;
  }
  .vision-title {
    font-size: 55px;
    line-height: 62px;
  }
  .vision-description {
    font-size: 25px;
  }
  .title-partner-us {
    font-size: 40px;
    line-height: 55px;
  }
  .row-contact .title {
    font-size: 55px;
    line-height: 62px;
  }
  .row-contact .description {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .title-explain {
    font-size: 40px;
    line-height: 55px;
  }
  .explain-box .icon-box h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .explain-box .title-bottom {
    font-size: 32px;
    line-height: 43px;
  }
  #footer .text-rights {
    margin-top: 35px;
    text-align: left;
  }
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  #logo img {
    max-width: 70px;
    width: 70px;
  }
  .nav > li.has-icon > a > i.icon-menu {
    font-size: 30px;
    color: var(--fs-color-primary);
  }
}
.benefits .text-left .img-inner {
  text-align: left !important;
}
.benefits .text-right .img-inner {
  text-align: right;
}

@media (min-width: 1024px) {
  .col-text .description {
    height: 5.1rem;
    overflow: hidden;
  }
}

.vision-title, .vision-description {
  text-align: center;
}

.vision-title {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .vision-title {
    font-size: 37px;
    margin-bottom: 25px;
  }
}
.signup__row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0px;
}
.signup__row .wpcf7-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0px;
  border-radius: 30px !important;
  padding: 13px 15px !important;
}
.signup__row .wpcf7-submit {
  background: var(--Gr-2, linear-gradient(143deg, #2f9dd9 21.44%, #43e8e1 113.09%));
  color: rgb(255, 255, 255);
  text-transform: inherit;
  border: unset;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 30px;
}

.read-more-button br {
  display: none;
}

.flickity-page-dots li.dot {
  position: relative;
  height: 30px !important;
  border-radius: 0px;
  width: 30px !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
.flickity-page-dots li.dot:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: black;
}
.flickity-page-dots li.dot:nth-child(1):after {
  content: "1";
}
.flickity-page-dots li.dot:nth-child(2):after {
  content: "2";
}
.flickity-page-dots li.dot:nth-child(3):after {
  content: "3";
}
.flickity-page-dots .is-selected {
  background-color: #2f9dd9 !important;
}
.flickity-page-dots .is-selected:after {
  color: white !important;
}

.latestnews .flickity-button {
  bottom: 0 !important;
}
.latestnews .flickity-button .flickity-button-icon {
  bottom: 0px;
  top: auto;
  -webkit-transform: translate(-50%, 0%) !important;
          transform: translate(-50%, 0%) !important;
}
@media (min-width: 1024px) {
  .latestnews .flickity-button.previous {
    left: calc(50% - 90px) !important;
  }
  .latestnews .flickity-button.next {
    right: calc(50% - 90px) !important;
  }
}
.home-video-play {
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
}
.html5-video-player .video-click-tracking, .html5-video-player .video-stream {
    display: block;
    width: 100% !important;
    height: auto;
    position: absolute;
    left: auto !important;
}

.html5-video-container {
    display: block;
    width: 100% !important;
    height: 100%;
    position: absolute;
    left: 0px;
}