@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "WorkSans";
  src: url("../fonts/WorkSans-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Questrial";
  src: url("../fonts/Questrial-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "ModernAntiqua";
  src: url("../fonts/ModernAntiqua-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

body,
html {
  font-size: 13px;
}

.container {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

.font-montserrat {
  font-family: "Montserrat";
}

.font-modernAntiqua {
  font-family: "ModernAntiqua";
}

.font-title {
  font-family: "WorkSans";
}

.font-questrial {
  font-family: "Questrial";
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 1.75rem;
  border-radius: 60px;
  font-size: 1.875rem;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(87, 151, 115, 0.2);
  box-shadow: 0px 0px 0px 4px rgba(87, 151, 115, 0.2);
  border: 1px solid #fff;
}

.btn-base {
  color: #676767;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(87, 151, 115, 0.2);
  box-shadow: 0px 0px 0px 4px rgba(87, 151, 115, 0.2) !important;
  border: 1px solid #fff;
}

.btn-base:hover,
.btn-base:focus {
  background: #f02b46;
  color: #fff;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  color: #3d22cf;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.img__ {
  position: relative;
  overflow: hidden;
}

.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

input {
  outline: none;
}

.c-img {
  position: relative;
  display: block;
}

.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.img_full img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5625rem;
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5625rem;
}

.header-nav ul li a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 0.75rem;
}

.header-nav ul li a:hover {
  color: #3d22cf;
}

.header-nav ul li.current_page_item a {
  background: #f3f2fd;
  color: #3d22cf;
  padding: 0.625rem 1.25rem;
}

.header-lang-content::after {
  position: absolute;
  right: 0;
  top: 8px;
  color: rgba(51, 51, 51, 0.5607843137);
  font-family: "fontAwesome";
  content: "\f107";
}

.kv-products {
  position: relative;
}

.kv-products::after {
  position: absolute;
  right: -2rem;
  top: 0;
  background: linear-gradient(199.75deg, #d9d9d9 -18.39%, rgba(217, 217, 217, 0) 89.51%);
  width: 80%;
  height: 100%;
  border-radius: 30px;
  content: "";
}

.kv-product-item .image {
  height: 150px;
}

.kv-product-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.button-play {
  background: linear-gradient(93.63deg, rgba(57, 98, 53, 0.14) 18.02%, rgba(87, 151, 115, 0.14) 95.45%);
}

.button-play:hover::before {
  width: 100%;
  height: 100%;
}

.button-play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}

.footer {
  position: relative;
}

.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77);
  position: absolute;
  top: 0;
  left: 0;
}

.footer-nav ul li a {
  display: block;
  font-size: 1.25rem;
  color: #fff;
}

.footer-nav ul li:not(:first-child) {
  margin-top: 10px;
}

.footer-sitemap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.footer-sitemap ul a {
  display: block;
  color: #fff;
  font-size: 0.875rem;
}

.pro-cate-col-item:nth-child(6n+1) .item-pro-cate,
.pro-cate-col-item:nth-child(6n+6) .item-pro-cate {
  background: rgba(240, 43, 70, 0.3);
}

.pro-cate-col-item:nth-child(6n+2) .item-pro-cate,
.pro-cate-col-item:nth-child(6n+5) .item-pro-cate {
  background: rgba(0, 173, 239, 0.3);
}

.pro-cate-col-item:nth-child(6n+3) .item-pro-cate,
.pro-cate-col-item:nth-child(6n+4) .item-pro-cate {
  background: rgba(243, 155, 32, 0.3);
}

.slide-feedback .feedback-item {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide-feedback .swiper-slide-active .feedback-item {
  opacity: 1;
}

.section-map {
  position: relative;
  padding-top: 48%;
}

.section-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-reason .swiper-slide:nth-child(3n+2) .item-reason {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.slide-reason .swiper-slide:nth-child(3n+2) .item-reason .title {
  text-align: center;
}

.slide-reason .swiper-slide:nth-child(3n+2) .item-reason::before {
  width: 93%;
  height: 73%;
  position: absolute;
  top: 5%;
  left: -85%;
  background-image: url(../images/line-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  content: "";
}

.slide-reason .swiper-slide:nth-child(3n+2) .item-reason::after {
  position: absolute;
  top: 5%;
  right: -76%;
  width: 103.5%;
  height: 69.2%;
  background-image: url(../images/line-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}

.slide-reason .swiper-slide:nth-child(3n+3) .item-reason .title {
  text-align: center;
}

.breacrumbs {
  padding: 10px;
  background: #f7f7f7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
}

.breacrumbs li {
  display: inline-block;
  font-size: 1.563rem;
}

.breacrumbs li a {
  color: #6c7880;
}

.breacrumbs li a::after {
  content: ">";
  margin: 0 8px;
}

.breacrumbs li span {
  color: #3d22cf;
}

.pagination-banner .swiper-pagination-bullet {
  background-color: #f6f8f7;
  opacity: 1;
}

.pagination-banner .swiper-pagination-bullet-active {
  background-color: #00adef;
}

.item-core-value .icon {
  position: relative;
}

.item-core-value .icon::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #7595fd;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-core-value .icon img {
  position: relative;
}

.statistical-item {
  -webkit-box-shadow: 0px 4px 6px -2px rgba(17, 24, 39, 0.0509803922);
  box-shadow: 0px 4px 6px -2px rgba(17, 24, 39, 0.0509803922);
  -webkit-box-shadow: 0px 12px 16px -4px rgba(17, 24, 39, 0.1019607843);
  box-shadow: 0px 12px 16px -4px rgba(17, 24, 39, 0.1019607843);
  border-radius: 4px;
  background: #fff;
}

input {
  width: 100%;
}

input:focus {
  box-shadow: none !important;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.pagination ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination ul li{
  margin-right: 5px;
}
.pagination span,
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;

}
.pagination {
  margin-top: 1.875rem;
}
.pagination a {
  color: #334155;
  border-width: 1px 0.5px;
  border-color: #ccc;
}
.pagination a:hover {
  border-color: #001489;
  color: #001489;
}
.pagination .disabled{
  opacity: 0.5;
  pointer-events: none;
}
.pagination span {
  font-weight: 700;
  color: #001489;
  border-width: 1px 0.5px;
  border-color: #001489;
}
.item-news .news-content {
  backdrop-filter: blur(35px)

}

.news-info li:not(:last-child)::after {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: currentColor;
  display: inline-block;
  margin: 0 10px;
  content: '';
}
.header-form-seach .form-control {
  border: none;
}
.form-contact .button_send_contact {
  font-size: 1.25rem;
  color: #fff;
  background: #F39B20;
  width: fit-content;
  margin: 0 auto;
}
.form-contact .button_send_contact:hover {
  background: #F02B46;
}
.form-contact .wpcf7-spinner {
  display: none;
}
.section-recruitment .container,.section-recruitment-detail .container {
  max-width: 1400px !important;
}
.kv-product-item,.recruitment-item,.item-news {
  height: 100%;
}
.slide-news-recent .swiper-slide {
  height: auto;
}
.item-partner {
  border-color: transparent !important;
  background: #f5f5f5;
  transition: .3s;
}
.item-partner:hover {
  border-color: #00ADEF !important;
}
.item-certifi-1,.item-certifi-2 {
  overflow: hidden;
}
.item-certifi-1 img {
  transition: .3s;
  max-width: 80%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.item-certifi-1:hover img {
  transform: scale(1.1) translate(-50%,-50%);
}
.item-certifi-2 img {
  transition: .3s;
}
.item-certifi-2:hover img{
  transform: scale(1.1);
}
.slide-reason {
  padding: 20px 0;
}
.item-reason .image {
  transition: .3s;
}
.item-reason:hover .image {
  transform: translateY(-20px);
}
.slide-partner .swiper-wrapper {
  transition-timing-function: linear;
}
.feedback-next {
  right: 50% !important;
  transform: translate(calc(50% - 6px),-50%) !important;
}
.slide-feedback .swiper-slide {
  opacity: 0 !important;
}
.slide-feedback .swiper-slide-active {
  opacity: 1 !important;
}
.kv-product-item .image img {
  max-width: 50%;
  margin: 0 auto;
}
.kv-products .kv-product-item .image img {
  max-width: 100%;
}
.kv-products .kv-product-item:hover .image {
  transform: translate(0);
}
/*.partner-prev,.partner-next {
  display: none !important;
}*/
.item-partner img {
  max-width: 90% !important;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media (min-width: 1280px) {
  .container,.section-product-my .container,.section-news .container,.section-news-detail .container,.main-breacrumbs .container,.section-recruitment .container,.section-recruitment-detail .container,.section-contact .container  {
    max-width: 1400px !important;
  }
  .section-experience .container {
    max-width: 1536px !important;
  }
 .section-kv .kv-products {
    width: 40% ;
  }
  .section-kv .icon-arrow {
    right: -6%;
  }
  .item-core-value {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .item-core-value:hover {
    background: #00adef;
  }

  .item-core-value:hover .title {
    color: #fff;
  }

  .item-core-value:hover .icon::before {
    background: #7595fd;
  }

  .item-core-value:hover .icon img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
  }

  .item-core-value:hover .line {
    background: #fff;
  }

  .statistical-item .icon {
    position: absolute;
  }

  .statistical-item:nth-child(odd) {
    margin-left: auto;
    margin-right: 0;
  }

  .statistical-item:nth-child(even) {
    margin-right: auto;
    margin-left: 0;
  }

  .statistical-item:nth-child(1) .icon {
    top: -23px;
    right: -48px;
  }

  .statistical-item:nth-child(2) {
    margin-top: -45px;
    min-width: 361px;
    margin-left: -17px;
  }

  .statistical-item:nth-child(2) .icon {
    top: -40px;
    left: -92px;
  }

  .statistical-item:nth-child(3) {
    margin-top: -20px;
    margin-right: 100px;
    z-index: 2;
  }

  .statistical-item:nth-child(3) .icon {
    top: -23px;
    right: -48px;
  }

  .statistical-item:nth-child(4) {
    margin-top: -50px;
    min-width: 330px;
    margin-left: 40px;
  }

  .statistical-item:nth-child(4) .icon {
    bottom: -30px;
    right: -115px;
  }

  .item-pro-cate:hover .image img {
    transform: scale(1.1);
  }

  .item-pro-cate .image img {
    transition: .3s;
    transform-origin: center;
  }
  .item-news .image img{
    transition: .3s;
    transform-origin: center;
  }
   .item-news:hover .image img {
    transform: scale(1.1);
   }
   .item-vision {
    transition: .5s;
   }
    .item-vision .icon {
      transition: 1s;
    }
   .item-vision:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    background: #f5f5f5;
   }
   .item-vision:hover .icon {
    transform: rotate(360deg);
   }
   .kv-product-item .pro-content {
    transition: .3s;
   }
  .kv-product-item:hover .pro-content {
    box-shadow: 0 10px 20px rgba(0,0,0,.3);
        background: #f3f2fd;
  }
  .kv-product-item .image {
    transition: .3s;
  }
   .kv-product-item:hover .image {
    transform: translateY(-20px);
   }
   .item-partner:hover {
    background: #00ADEF;
   }
   .footer-nav ul li a:hover {
    color: #00ADEF;
   }
}
@media(min-width:1536px) {
  .recruitment-item .title {
    font-size: 25px;
  }
}
@media (max-width: 1651px) {

  body,
  html {
    font-size: 14px;
  }

  .header-nav ul li a {
    font-size: 1.25rem;
  }
}

@media (max-width: 1279px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    max-width: min(350px, 80%);
    overflow-y: auto;
    background: #fff;
    z-index: 100;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header-nav.active {
    left: 0;
  }

  .header-nav ul {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }

  .header-nav ul li a {
    padding: 0.625rem 1.25rem;
  }

  .header-lang-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  .header-lang-content::after {
    display: none;
  }

  .btn {
    font-size: 1rem;
    padding: 10px 16px;
  }

  .over-lay.show {
    opacity: 1;
    pointer-events: all;
  }

  body.is-scroll-lock,
  html.is-scroll-lock {
    overflow: hidden;
  }

  .statistical-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 32px;
  }

  .statistical-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 16px);
    flex: 0 0 calc(25% - 16px);
  }
}

@media (max-width: 1023px) {
  .footer-logo {
    margin: 0 auto;
    max-width: 100px;
  }

  .slide-reason .swiper-slide:nth-child(3n+2) .item-reason::before,
  .slide-reason .swiper-slide:nth-child(3n+2) .item-reason::after {
    display: none;
  }

  .footer-nav ul li a {
    font-size: 0.875rem;
  }
  .pagination {
    margin-top: 1.25rem;
   }
  .pagination strong, .pagination a {
    min-width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
  .breacrumbs li {
    font-size: .875rem;
  }
}

@media (max-width: 767px) {
  .statistical-list {
    row-gap: 16px;
  }

  .statistical-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
  .e-con, .e-con>.e-con-inner {
    display:  block !important;
}
}