@charset "UTF-8";



/* ----------------------------------------
 	reset
 ---------------------------------------- */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

*,
*::before,
*::after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ol{
  list-style: none;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

body {
  position: relative;
  width: 100%;
  color: #8d8d8d;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  overflow: visible;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: auto;
  background: #171717;
  overflow-x: hidden;
}

a {
  outline: none;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #9fa0a0;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #9fa0a0;
}

::placeholder {
  color: #9fa0a0;
}
html {
  font-size: 16px;
}
.btn{
  color: #96C60B;
  background: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
}
.btn-form span.btn-span{
  position: relative;
}
.btn-form button{
  width: 100%;
}
.btn-form span.btn-span::after{
    content: "";
    background: url(./assets/img/icon/up-right-blue.svg) no-repeat center;
    height: 20px;
    width: 100%;
    position: absolute;
    top: calc(50% - 12px);
    right: -26px;
    transition: transform 0.3s ease;
}
a{
  color: #fff;
}
.case-item_txt .contact-btn a{
  color: #96C60B;
}
.btn:hover{
  opacity: 0.9;
  color: #fff;
}
.logo{
  cursor: pointer;
  width: 120px;
}
.head{
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 9999;
  display: block;
  transition: padding 0.6s ease ;
}
.hero{
  position: relative;
  height: 100vh;
  /* background: url(./assets/img/head/earth.mp4) no-repeat; */
  /* background: linear-gradient(90deg, rgb(22, 48, 118) 0%, rgb(37, 78, 182) 100%) 0% 0% no-repeat padding-box padding-box; */
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
video{
  width: 100%;
  height: auto;
}
/* .hero_bg{
  position: absolute;
  z-index: 2;
  right: -209px;
  bottom: -105px;
  height: 685px;
  width: 945px;
  background: url(./assets/img/head/earth.png);
  background-position: center;
  background-size: cover;
	transition: all 40s ease-out;
  animation: rotate 40s linear infinite; 
}
@keyframes rotate {
  0% { 
    transform: rotate(0deg);
  }
  100% { 
    transform: rotate(360deg);
  }
} */
#particleCanvas{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.glo-position-ab{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.hero .hero-img{
  width: 100%;
  height: 100%;
}
.head-body{
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 120px;
}
.head.active {
  transition: padding 0.6s ease ;
  padding: 0px calc((100% - 1240px)/2);
}
.head.active .head-body{
  padding: 16px 48px;
  position: relative;
  border-radius: 12px;
}
.head .head-body .head-body-scroll{
  display: none;
}
.head.active .head-body .head-body-scroll{
  backdrop-filter: blur(64px);
  -webkit-backdrop-filter: blur(64px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  border-radius: 12px;
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}
.head ul{
  display: flex;
}
.head ul li{
  margin-right: 35px;
  float: left;
  list-style: none;
  padding: 0;
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  padding: 8px 0px;
  cursor: pointer;
  transition: color 0.3s;
  display: flex;
}
.head ul li.li-services{
  margin-right: 50px;
}
.head ul li:hover{
  opacity: 0.7;
}

.head ul li.active::before,
.head ul li:hover::before{
  color: #96C60B;
  text-shadow: 10px 0 #96C60B, -10px 0 #96C60B;
}
.logo-blue,
.head.active .logo-white{
  display: none;
}
.head.active .logo-blue{
  display: block;
}
.head.active  ul li,
.head.active  ul li a{
  color: #161F40;
}
.head ul li.active{
  font-weight: 700;
  color: #96C60B;
  position: relative;
}
.head ul li.active a{
  color: #96C60B;
}
.head ul li:last-child{
  margin-right: 0px;
}
.head ul li.active::after{
  content: "";
  position: absolute;
  height: 2px;
  width: 80%;
  left: 10%;
  bottom: 0;
  /* background: #96C60B; */
}
.head-language{
  display: flex;
  align-items: center;
}
.language{
  position: relative;
  margin-right: 35px;
  cursor: pointer;
}
#currentLanguage:hover{
  opacity: 0.8;
}
.language::after{
  content: "";
  background: url(./assets/img/icon/down.svg);
  height: 24px;
  width: 24px;
  position: absolute;
  top: 2px;
  right: -24px;
}
.language.active::after {
    transform: rotate(-180deg);
}
.head.active .language::after{
  background: url(./assets/img/icon/down-blue.svg) no-repeat;
}
.language-drop{
  position: absolute;
  bottom: -56px;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px;
  width: 48px;
  height: 48px;
  opacity: 0;
}
.language-drop.active {
  opacity: 1;
  visibility: visible;
}
.contact{
  position: relative;
}
.contact::after{
  content: "";
  background: url(./assets/img/icon/up-right.svg) center;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0px;
  right: -26px;
  transition: transform 0.3s ease; 
}
.head.active .head-language .contact-btn:hover .contact::after,
.contact-btn:hover .contact::after{
   transform: rotate(45deg);
   background: url(./assets/img/icon/up-right.svg) center;
}
.contact-btn{
  padding-right: 42px;
  /* background: #161F40; */
  border: 2px solid #96C60B;
  
}
.head-language .contact-btn{
  border: 2px solid #fff;
  background: transparent;
}
.head-language .contact-btn a{
  color: #fff;
}
.head.active .head-language .contact-btn{
  border: 2px solid #96C60B;
}
.head.active .head-language .contact-btn:hover{
  border: 2px solid #fff;
}
.head.active .head-language .contact-btn a{
  color: #96C60B;
}
.head.active .head-language .contact::after{
  background: url(./assets/img/icon/up-right-blue.svg) center;
}
.contact-btn a{
  color: #96C60B;
}
.head.active .head-language .contact-btn:hover a,
.contact-btn:hover .contact{
  color: #FFFFFF;
}
.contact-btn:hover{
  background: #96C60B;
}
.section-body{
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.title-web{
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 72px;
  color: #fff;
  text-align: end;
  width: 100%;
}
.new-page .title-web{
   text-align: center;
}
.hero-wrapper{
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
  height: 100%;
  transform: translate(10px,-30px);
  padding-top: 60px;
  transition: transform 0.6s ease;
}
.content-page.new-page .hero-wrapper{
  justify-content: left;
  height: auto;
  display: block;
}
.content-page.new-page .title-web,
.content-page.new-page .page-sub,
.content-page.new-page .page-title-txt{
  text-align: left;
}
.hero-wrapper.index-text.active{
  transform: translate(0,-30px);
}
.hero-right img{
  width: 469px;
  border-radius: 4px;
}
.hero{
  position: relative;
}
.hero-body{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  z-index: 3;
}
.section-body{
  position: relative;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}
.hero-left p{
  font-size: 1.375rem;
  line-height: 32px;
  color: #fff;
  padding: 24px 0px;
  text-align: end;
}
.hero-left-btn{
  display: flex;
}
.consultation-btn::after{
  content: "";
  background: url(./assets/img/icon/phone.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  bottom: 13px;
}
.btn.consultation-btn{
  padding-left: 42px;
  margin-right: 24px;
}
.service-btn::after{
  content: "";
  background: url(./assets/img/icon/seach.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  bottom: 13px;
}
.btn.service-btn{
  padding-left: 42px;
  background-color: transparent;
  border: 1px solid #fff;
}
.consultation-btn{
  position: relative;
}
.hero-customer-item img{
  width: auto;
  height: 80px;
}
.hero-customer{
  /* height: 65px; */
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: #fff;
  z-index: 3;
  padding: 10px 0px;
}
#slickCustomer .slick-slide{
  margin-right: 72px;
}
.contact-btn-wrapper{
  position: fixed;
  z-index: 99;
  bottom: 20%;
  right: calc((100% - 1240px) / 4);
  text-align: center;

  opacity: 0;
  transform: translateY(500px);
  transition: all 0.6s ease;
}
.contact-btn-wrapper.show {
  opacity: 1;
  transform: translateY(0);
}
.information-btn{
  width: 48px;
  height: 48px;
}
.zalo-btn img,
.messenger-btn img{
  width: 100%;
}

.zalo-btn{
  margin: 28px 0px;
}
.messenger-btn{
    margin: 28px 0px;
}
.hover a{
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}
/* .top-btn{
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
} */

@keyframes blurr {
  0%,
  100% {
    box-shadow: 0 0 0px hsl(40, 100%, 66%);
  }

  50% {
    box-shadow: 0 0 12px hsl(40, 100%, 66%);
  }
}
.btn,
h1, h2,
ul li{
  font-family: "Raleway", sans-serif;
}
.section{
  padding: 100px 0px;
}
.section-title{
  padding-bottom: 24px;
}
.section-title-sub{
  font-family: "Raleway", sans-serif;
  color: #96C60B;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.1875rem;
}
.content-page .section-title-main{
  color: #161F40;
}
.section-title-main{
  font-family: "Raleway", sans-serif;
  /* color: #161F40; */
  color: #FFF;
  font-weight: 700;
  line-height: 64px;
  font-size: 3rem;
}
.column-last .section-title-main{
  color: #010101;
}
.about-txt p{
  padding-bottom: 24px;
  font-size: 1.375rem;
  line-height: 34px;
}

.about .about-title-right{
  display: flex;
  align-items: center;
}
.information-btn img{
  box-shadow: 0 10px 30px 0 rgba(154, 154, 154, 0.2);
  border-radius: 100%;
  cursor: pointer;
}
.btn-form .contact-btn{
  padding-right: 12px;
}
.phone-btn {
    animation: ring 2s ease-in-out infinite;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone-btn::before {
  content: '';
  border-radius: 100%;
  border: 6px solid #96C60B;
  box-shadow: 0 0 60px rgba(150, 198, 11, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
  z-index: 1;
}
.dym-p{
  display: flex;
}
.dym{
  font-weight: 700;
  font-size: 100px;
  text-align: center;
  align-self: center;
  padding-right: 10px;
  color: #96C60B;
  font-family: "Raleway", sans-serif;
}
.see-job{
  background: #fff;
  border: 1px solid #96C60B;
  border-radius: 12px;
  padding: 30px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  transition: padding 0.4s ease;
}
.see-job p {
  color: #96C60B;
  font-size: 22px;
  font-weight: 700;      
}
.see-job i{
    color: #96C60B;
    transform: rotate(220deg);
    font-size: 24px;
}
.see-job:hover{
  background: #96C60B;
  border: 1px solid #fff;
  padding: 30px 30px;
}
.see-job:hover p{
  color: #fff;
}
.see-job:hover i{
  color: #fff;
  transform: rotate(270deg);
}
/* .phone-btn::after {
  content: '';
  border-radius: 100%;
  border: 6px solid #96C60B;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rung 1.5s infinite;
} */

/* @keyframes rung {
  0% {
    width: 25px;
    height: 25px;
    opacity: 1;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@keyframes ring {
  0%   { transform: rotate(0deg); }
  10%  { transform: rotate(15deg); }
  20%  { transform: rotate(-15deg); }
  30%  { transform: rotate(10deg); }
  40%  { transform: rotate(-10deg); }
  50%  { transform: rotate(6deg); }
  60%  { transform: rotate(-6deg); }
  70%  { transform: rotate(3deg); }
  80%  { transform: rotate(-3deg); }
  90%  { transform: rotate(1deg); }
  100% { transform: rotate(0deg); }
} */

/*Slider Classes*/
.cascade-slider_container {
  position: relative;
  width: 100%;
  height: 569px;
  overflow-x: hidden;
}
.about .section-body{
  position: relative;
}
.feedback .cascade-blur{
  left: calc(85% / 2);
  width: 15%;
  top: 0;
  
  box-shadow: 0 0 200px 200px rgba(71, 105, 185, 0.5);
}
.services  .cascade-blur{
  top: 0px;
  left: 25%;
}
.about .cascade-blur{
  bottom:  -80px;
  top: unset;
  box-shadow: 0 0 200px 200px rgba(71, 105, 185, 0.5);
  z-index: 0;
}
.cascade-blur{
    content: "";
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 50%;
    border-radius: 100%;
    background: radial-gradient(circle, rgba(32, 47, 83, 0.5) 0%, rgba(71, 105, 185, 0.5) 100%);
    filter: blur(80px);
    z-index: -1;
}
.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
  text-align: center;
}
.cascade-slider_item.next {
  left: 50%;
  transform: translateY(-50%) translateX(-90%) scale(0.8);
  filter: brightness(70%);
  opacity: 1;
  z-index: 1;
}
.cascade-slider_item.prev {
  left: 50%;
  transform: translateY(-50%) translateX(-10%) scale(0.8);
  filter: brightness(70%);
  opacity: 1;
  z-index: 1;
}
.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}
.cascade-slider_nav {
  position: absolute;
  bottom: 40px;
  z-index: 5;
  width: 100%;
  text-align: center;
}
.swiper-pagination .swiper-pagination-bullet,
.cascade-slider_dot {
  display: inline-block;
  width: 24px;
  height: 4px;
  margin: 16px;
  transition: all 0.5s;
  background: #D9D9D9;
  list-style: none;
  cursor: pointer;
  border-radius: 2px;
}
.swiper-pagination .swiper-pagination-bullet-active,
.cascade-slider_dot.cur {
  background: #96C60B;
}
.card{
  width:604px;
  height:340px;
  border-radius:8px;
  transition: all 1s 0s;
}

/*Slider Classes*/
.l-contact{
  background: #F5F3EE;
}
.l-contact .title-web{
  color: #161F40;
}
.content-page.about-page{
  background: #171717;
}
.contact-txt{
  font-size: 1.375rem;
  line-height: 32px;
}
.contact-txt ul li{
  font-family: "Inter", sans-serif;
}
.contact-txt ul {
  margin-left: 22px;
}
.contact-body{
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.contact-left,
.contact-right{
  width: 48%;
}
.contact-form-group{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.contact-form-body{
  background: #fff;
  padding: 40px;
  box-shadow: 0 4px 10px 0px rgba(154, 154, 154, 0.05);
  border-radius: 12px;
  width: 100%;
}
.form-group{
  margin-bottom: 28px;
  border: 1px solid #f0f0f0;
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: unset;
}
.form-group:last-child{
  margin-bottom: 0px;
}
.form-group:hover{
  box-shadow: 0 0 0 1px rgba(6, 13, 147, 0.25);
  border-radius: 5px;
}
label{
  font-size: 1.0rem;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #161F40;
}
input,
textarea,
select{
  width: 100%;
  border: unset;
  font-size: 1.125rem;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  padding: 2px 0px;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible{
  outline-offset: unset;
  border: unset;
  outline: unset;
}
input:focus {
  caret-color: #96C60B;
}
/* .btn-form .btn{
  margin-top: 40px;
  text-align: center;
  background: #96C60B;
  box-shadow: 0px 4px 10px 0px rgba(154, 154, 154, 0.05);
} */
.btn-form .btn .contact{
  display: inline-block;
}
.btn-form .btn .contact input{
  background: transparent;
  color: #fff;
}
.contact-new .section-title{
  text-align: center;
}
.contact-new-body{
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  flex-wrap: wrap;
}
.contact-new-item{
  width: 48%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.contact-item-img{
  width: 207px;
  overflow: hidden;
  height: 154px;
  border-radius: 8px;
}
.contact-item-img img {
  transition: transform 0.5s ease;
  transform: scale(1); 
  border-radius: 8px;
  cursor: pointer;
}

.contact-item-img:hover img {
  transform: scale(1.1);
}
.contact-item-txt{
  width: calc(100% - 227px);
}
.item-title{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #000;
  cursor: pointer;
}
.contact-new-item .item-title{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contact-item-txt h3{
  padding-bottom: 12px;
  cursor: pointer;
  padding-top: 12px;
}
.contact-new{
  background: #fff;
  padding: 32px;
  box-shadow: 0 4px 10px 0px rgba(154, 154, 154, 0.05);
}
.contact-item-day-group{
  padding-top: 12px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column-page .contact-item-day-group{
  border-top: unset;
  padding-top: 0px;
  padding-bottom: 0px;
}
.column-page.new-page .new-body-last-new  .contact-item-day-group{
  border-bottom: unset;
  padding-bottom: 0px;
  padding-top: 10px;
}
.contact-item-day span{
  font-size: 1.125rem;
  line-height: 28px;
  color: #8D8D8D;
}
.contact-item-day{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.url-body img.arrow-url{
  width: 25px !important;
}
.contact-item-day p{
  display: flex;
  align-items: center;
  font-size: 18px;
}
.contact-item-day img{
  padding-right: 10px;
}
.contact-item-tab span{
  color: #96C60B;
  font-size: 0.875rem;
  line-height: 16px;
  border-radius: 1000px;
  padding: 2px 12px;
  background: #F5F9E7;
}
.contact-item-tab span{
  margin-right: 8px;
}
.contact-item-tab span:last-child{
  margin-right: 0px;
}
.read-more{
  width: 100%;
  text-align: center;
}
.read-more .btn{
  display: inline-block;
  background: #fff;
  border: 2px solid #96C60B;
  color: #96C60B;
}
.read-more .btn:hover{
  background: #96C60B;
  border: 2px solid #FFF;
}
.read-more .contact::after{
  background: url(./assets/img/icon/up-right-blue.svg) no-repeat;
}
.contact-item-txt .item-title:hover{
  color: #96C60B;
}
.choose-quality{
  display: flex;
  justify-content: space-between;
  background: #202F53;
  border-radius: 20px;
  margin-top: 20px;
  padding: 23px;
}
.customer-list{
  display: flex;
  align-items: center;
}
.choose-customer-item{
  border-radius: 50%;
  width:52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose-customer-item img{
  width:100%;
}
.customer-list p{
  padding-left: 25px;
  color: #fff;
  font-size: 1.25rem;
}
.customer-list p span{
  color: #96C60B;
  font-weight: 600;
}
.case{
  position: relative;
  background: url(./assets/img/case/casebg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 500px){
  .case {
    background-attachment: scroll; 
  }
}
.case-bg{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #000000;
  opacity: 0.6;
}
@supports (-webkit-touch-callout: none) {
  .case {
    background-attachment: scroll; 
  }
}
.case-bg img{
  height: 100%;
  width: 100%;
}
.case .section-title-main{
  color: #fff;
}
.case .section-title{
  text-align: center;
}
.case .case-body{
  padding-top: 36px;
}
.case .case-wrapper{
  display: block;
}
.case .case-item{
  max-width: 952px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 10px 40px 0 rgba(154, 154, 154, 0.15);
}
.case-item-body{
  position: relative;  
  display: flex;
  width: 100%;
}
.case .case-item .case-study-item{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.case .case-item:last-child{
  margin-bottom: 0px;
}
.case .case-item img{
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.case .case-item_txt{
  padding: 36px 36px 36px 36px;
}
h3{
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #FFF;
}
.case .case-item-content{
  padding-top: 12px;
  padding-left: 22px;
}
.case .case-item-content li{
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding-bottom: 8px;
}
.case .case-item-content li:last-child{
  padding-bottom: 0px;
}
.case .read-more{
  text-align: left;
  margin-top: 32px;
  line-height: 28px;
}

.CardsContainer{
    height: max-content;
}

.CardContainer{
    position: sticky;
    display: flex;
    align-items: flex-start;
}

.CardInnerContainer{
    transition: 0.3s;
    transform-origin: top center;
}

.CardImageContainer{
    overflow: hidden;
}

.CardImageContainer img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Container{
    width: 1200px;
    margin: auto;
}
.hidden{
  display: none;
}
.post-table-content ul.hidden{
  display: none;
}

 /* body{
  background: url(./assets/img/about/banner_bg.png) no-repeat center / contain;
 }  */
.about .section-title,
.services .section-title{
  text-align: center;
}
.services-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.services-item{
  width: 32%;
  max-width: 32%;
  flex: 1 1 32%;
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(154, 154, 154, 0.05);
  margin-bottom: 32px;
}
.services-item{
  background: #96C60B;
}
.services-item-body{
  background: #171717; 
  border: 1px solid #fff;
  height: 100%;
  padding: 32px;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.about-txt p,
.services-item-body p{
  color: #fff;
}
.services-item-body:hover{
  transform: translate(-6px, -6px);
}
.services-item-group{
  width: 32%;
  padding-right: 20px;
}

.services-item:hover{
  box-shadow: 0 10px 40px 0 rgba(154, 154, 154, 0.15);
}
.margin-bottom-32{
  margin-bottom: 32px;
}
.services-item h3{
  padding-top: 12px;
  padding-bottom: 12px;
}
.services-item p{
  font-size: 1.125rem;
  line-height: 26px;
}
.services.section{
  padding-bottom: 68px;
}
.process.case{
  height: 100%;
}
.process.case .case-wrapper{
  text-align: center;
}
.process.case .case-wrapper img{
      max-width: 668px;
}
.section-title-txt{
  font-size: 1.375rem;
  color: #D9D9D9;
  line-height: 32px;
}
.feedback{
  position: relative;
}
.feedback .feedback-body{
  padding: 0px 20px;
}
.feedback .section-title{
  text-align: center;
  padding-bottom:60px;
}

.feedback-item{
  position: relative;
  max-width: 450px;
}
.feedback-info{
  position: absolute;
  bottom: 0;
  height: 100%;
}
.feedback-content{
  height: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.feedback-txt-nohover {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.125rem;
  padding: 0px 30px;
  cursor: pointer;
  line-height: 24px;
}

.flip-card {
  background-color: transparent;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0);
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.flip-card-front {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.feedback-navigation{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.feedback-navigation-right p{
  color: #fff;
  text-align: right;
}
.feedback-navigation-btn{
  position: relative;
  margin-top: 30px;
}
.feedback-navigation-btn .swiper-button-prev,
.feedback-navigation-btn .swiper-button-next{
  margin: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback-navigation-btn .swiper-button-next:after,
.feedback-navigation-btn .swiper-button-prev:after{
  content: url('./assets/img/icon/up-right.svg');
  position: absolute;
  height: 8px;
}
.feedback-navigation-btn .swiper-button-prev{
  right: 80px;
  left: unset;
}
.feedback-navigation-btn .swiper-button-next:after{
  top: 3px;
  left: 26px;
  transform: rotate(45deg);
}
.feedback-navigation-btn .swiper-button-prev:after{
  top: 34px;
  left: -5px;
  transform: rotate(-134deg);
}
.feedback-navigation-left p{
  color: #fff;
  font-weight: 600;
  font-size: 2.625rem;
}
.flip-card-back {
  background: linear-gradient(229deg, #202F53 11.96%, rgba(42, 67, 126, 0.90) 49.65%, #4769B9 81.95%);
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.feedback-txt{
  text-align: left;
}
.flip-card-back .feedback-txt{
  padding: 0 20px;
  line-height: 24px;
}
.case-card-item-title span{
  font-size: 1rem;
}
.feedback-item-name{
  background: #000;
  padding: 8px 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.feedback-item-name img{
  width: 150px;
  height: 100%;
}
.ceo-name{
  text-align: end;
}
.ceo-name p{
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
}
.ceo-name span{
  color: #96C60B;
  font-size: 1rem;
  font-weight: 400;
}
.pagination .prev-page.notClick,
.pagination .next-page.notClick{
  pointer-events: none;
  cursor:not-allowed ; 
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.single-new img{
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 16px;
}
.banner{
  /* background: url(./assets/img/new/banner.png) center; */
  padding: 32px;
  margin-top: 32px;
  border-radius: 8px;
  height: 309px;
}
h1{
  color: #96C60B;
  font-size: 3.5rem;
  line-height: 72px;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
}
/* footer */
footer{
  /* position: relative;
  z-index: 2; */
  background: #161F40;
}
.footer-right-ul{
  display: flex;
  /* padding-left: 20px; */
}
.footer-right-ul p{
  padding: 0 20px;
}
footer .section{
  padding: 48px 0px;
}
.footer-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.footer-bg img{
  height: 100%;
  width: 100%;
}
.footer-address{
  margin-top: 19px;
}
.footer-terms{
  display: flex;
  justify-content: end;
}
.footer-terms p:first-child{
  padding-right: 30px;
}
.footer-logo{
  margin-bottom: 42px;
}
.footer-terms p a{
  color: #8D8D8D;
  text-decoration: underline;
}
.footer-address p{
  padding-bottom: 12px;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  color: #8D8D8D;
}
.footer-address p:last-child{
  padding-bottom: 0px;
}
footer .section-body{
  display: flex;
  justify-content: space-between;
}
.footer-allright{
  align-items: end;
}
.footer-left{
  padding-right: 32px;
}
.footer-right{
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-icon{
  display: flex;
    justify-content: end;
}
.footer-icon .footer-fb{
  width: 15px;
  margin-right: 2px;
}
.footer-icon .footer-tk{
  width: 30px;
}
/* .footer-icon img:last-child{
  margin-right: 0px;
} */
.footer-services .footer-right-title a,
.footer-services .footer-right-title{
  font-weight: bold;
  color: #96C60B;
}
.footer-services p{
  padding-bottom: 29px;
  font-size:18px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  color: #FFFFFF;
}
.footer-services a{
  font-size: 18px;
}
.footer-services a:hover{
  color: #96C60B;
}
.footer-services p:last-child{
  padding-bottom: 0px;
  padding-right: 0px;
}
.footer-right-body{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
i{
  font-size: 20px;
  color: #8d8d8d;
}
.footer-allright{
  display: flex;
  margin-top: 60px;
  width: 100%;
  align-items: center;
  color: #fff;
  font-size: 0.75rem;
}
.footer-allright .logo{
  width: 700px;
}
.footer-allright p.circle{
  padding-left: 20px;
  padding-right: 20px;
}
.about-title-right a,
.read-more-btn{
  color: #96C60B;
}
.title-web.text-left{
  text-align: left;
}
.title-web.text-left span{
  color: #96C60B;
}
.contact .wpcf7-spinner,
.career-contact .wpcf7-spinner{
    display: none;
}
/* footer */

.sp{
  display: none;
}

/* .li-services::after{
  content: "";
  background: url(./assets/img/icon/down.svg);
  height: 24px;
  width: 24px;
  position: absolute;
  top: 8px;
  right: -24px;
} */
.li-services .services-icon{
  transform: rotate(-180deg);
}
.head.active .li-services::after {
    background: url(./assets/img/icon/down-blue.svg) no-repeat;
}
.services-icon-header{
  display: none;
}
.head.active .services-icon-header{
  display: block;
}
.head.active .services-icon{
  display: none;
}
.tiktok-btn{
  margin-left: 16px;
}
.footer-icon .facebook:hover p{
  background: #1877F2;
  border: 2px solid #161F40;
}
.footer-icon .tiktok-btn:hover p{
  background: #000;
  border: 2px solid #161F40;
}
.footer-icon p{
  width: 60px;
  height: 60px; 
  background: #161F40;
  border: 2px solid #fff;
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-icon p img{
  width: 30px;
}
.messenger-btn img,
.phone-btn img,
.top-btn img{
    width: 40px;
}
.nav_sp{
  display: none;
}
.nav_pc{
  display: flex;
}
.service-drop li::before{
  content: unset;
}
.footer-services p span{
  color: #fff;
  font-size: 10px;
  background: #96C60B;
  padding: 6px 12px;
  border-radius: 28px;
  margin-left: 5px;
}
@media screen and (max-width:900px){
  .hero-customer-item img{
    width: auto;
    height: 50px;
  }
  .language-drop{
    bottom: -25px;
    height: 40px;
  }
  .nav_sp{
    display: block;
  }
  .nav_pc{
    display: none;
  }
  .nav-sp-open {
    position: fixed;
    background: #FFFFFF;
    top: 0;
    right: 0;
    width: 50%;
    transform: translateX(100%);
    transition: transform 0.6s ease-in-out;
    z-index: 9999;
  }
  .head.active .menu-btn, .menu-blue-btn {
      display: none;
  }
  .head-nav-sp {
    display: flex;
    width: 82px;
    justify-content: space-between;
  }
  .language-txt {
      position: relative;
      color: #FFFFFF;
  }
  .language-txt::after {
    content: "";
    background: url(./assets/img/icon/down.svg);
    height: 24px;
    width: 24px;
    position: absolute;
    top: -2px;
    right: -24px;
  }
  .head-body {
      padding: 12px 24px;
  }
  .head.active .menu-blue-btn{
    display: block;
  }
  #viLanguage,
  #usaLanguage,
  .head.active .language-txt{
    color: #010101;
  }
  .nav-sp-open.active {
    transform: translateX(0);
    visibility: visible;
  }
  .nav-open-logo {
    display: flex;
    justify-content: space-between;
  }

  #navOpen ul{
    flex-direction: column;
  }
  #navOpen ul li{
    margin-right: 0px;
    padding: 12px 0px;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
  }
  #navOpen .services-sp li{
    border-bottom: unset;
  }
  #navOpen .services-sp{
    display: none;
  }
  #navOpen .services-sp.active{
    display: block;
  }
  .li-ads-sp,
  .li-services-sp{
    color: #161F40;
    font-weight: 600;
    font-size: 15px;
  }
  #navOpen ul li.active .services-sp li a{
    color: #161F40 !important;
    opacity: 1;
  }

  #navOpen ul li p,
  #navOpen ul li a{
    color: #161F40;
  }
  #navOpen ul li p.name-office{
    color: #96C60B;
    font-size: 18px;
  }
  #navOpen ul li.active .services-sp li a.nav-ads-sp-a.active,
  #navOpen ul li.active a{
    color: #96C60B !important;
  }
  .li-ads-sp.active,
  .li-services-sp.active{
    color: #96C60B ;
    transform: rotate(180deg);
  }
  #navOpen ul.ads-sp{
    display: none;
  }
  #navOpen ul.ads-sp.active{
    display: block;
  }
  #navOpen ul li.active .service-item a{
    color: #161F40 !important;
  }
  #navOpen .section-body{
    padding-top: 32px;
  }
  .nav-open-logo{
    display: flex;
    justify-content: space-between;
  }
  .nav-sp-btn {
    display: flex;
    justify-content: end;
    padding: 12px 0px;
  }
  /* .head ul li.li-services-sp::after {
    background: url(./assets/img/icon/down_black.svg);
    top: 12px;
    height: 24px;
    right: 80px;
    width: 24px;
    left: unset;
    right: 80px;
  }
  .head ul li.li-active.li-services-sp::after{
    transform: rotate(-180deg);
    height: 24px;
    right: 80px;
    width: 24px;
    left: unset;
  }
  .service-drop-sp {
    display: none;
  }
  .nav-services.li-services.li-services-sp.li-active .service-drop-sp{
    display: block;
  } */

}
@media screen and (min-width:850px) and (max-width:900px){
  .nav-sp-open.active {
      width: 50%;
      margin-right: 0;
  }
  .nav-sp-open.active{
    width: 50%;
  }
}
@media screen and (max-width:850px){

  .feedback-item-img img{
    width: 50px;
    height: 50px;
  }
  .contact-btn-wrapper{
    right: 12px;
    bottom: 12px;
  }
  .footer-allright-right{
    padding-top: 20px;
  }
  /* .case{
     background-attachment: fixed;
  } */
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .head-body{
    padding: 12px 24px;
  }
  .head-logo{
    width: 80px;
  }
  .head-nav-sp{
    display: flex;
    width: 82px;
    justify-content: space-between;
  }
  .language-txt{
    position: relative;
    color: #FFFFFF;
  }
  .language-txt::after{
    content: "";
    background: url(./assets/img/icon/down.svg);
    height: 24px;
    width: 24px;
    position: absolute;
    top: -2px;
    right: -24px;
  }
  .hero{
    height: 694px;
    background: unset;
  }
  .hero_sp{
    background: url(./assets/img/head/hero_sp.png) no-repeat center center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 694px;
    z-index: -1;
  }
  .title-web{
    font-size: 24px;
    line-height: 32px;
    /* text-align: center; */
  }
  .hero-left{
    text-align: center;
  }
  .hero-left p{
    font-size: 0.75rem;
    line-height: 16px;
    color: #D9D9D9;
    padding: 12px 0px;
  }
  .section-body{
    max-width: 100%;
    padding: 0px 24px;
  }
  .br-pc{
    display: none;
  }
  .btn.consultation-btn{
    margin-right: 0px;
  }
  .hero-left-btn{
    justify-content: center;
  }
  .hero-wrapper{
    align-items:start;
    transform:unset;
    padding-top: 30px;
  }
  .hero-wrapper.index-text{
    align-items: center;
  }
  .content-page.new-page .title-web,
  .content-page.new-page .page-sub, .content-page.new-page .page-title-txt{
    text-align: center;
  }
  .nav-sp-open{
    position: fixed;
    background: #FFFFFF;
    top: 0;
    right: 0;
    width: 100%; 
    transform: translateX(100%);
    transition: transform 0.6s ease-in-out;
    z-index: 9999;
  }
  .nav-sp-open.active {
    transform: translateX(0);
    visibility: visible;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #navOpen .section-body{
    padding-top: 32px;
  }
  .nav-open-logo{
    display: flex;
    justify-content: space-between;
  }
  #navOpen .services-sp {
    margin-top: 24px;
  }
  #navOpen ul{
    flex-direction: column;
    align-items: end;
  }
  #navOpen .section-body{
    padding-bottom: 20px;
  }
   #navOpen .contact-btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  #navOpen ul li{
    margin-right: 0px;
    padding: 12px 0px;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
  }
  #navOpen ul li p,
  #navOpen ul li a{
    color: #161F40;
    font-size: 20px;
  }
  #navOpen ul li a.active p,
  #navOpen ul li.active a{
    color: #96C60B !important;
  }
  #navOpen ul li.active .service-item a{
    color: #161F40 !important;
  }
  .head ul li.active{
    font-weight: 400;
  }
  .nav-services{
    position: relative;
  }
  .ul-sp{
    margin-top: 34px;
  }
  .nav-sp-btn{
    display: flex;
    justify-content: end;
    padding: 12px 0px;
  }
  .nav-sp-btn .contact::after{
    background: url(./assets/img/icon/up-right-blue.svg) center;
  }
  .services-item{
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    max-width: 100%;
    flex: 1 1 100%;
  }
  h3{
    font-size: 0.875rem;
    line-height: 20px;
  }
  .services-item p{
    width: 100%;
    font-size: 0.75rem;
    line-height: 16px;
    padding-top: 10px;
  }
  .services-item  img{
    width: 40px;
    height: auto;
    margin-bottom: 10px;
  }
  .services-item-body{
    padding: 15px;
  }
  .section{
    padding: 36px 0px;
  }
  .services-item h3{
    padding-left: 8px;
    padding: 0px;
    display: flex;
    align-self: center;
  }
  .CardsService{
    height: max-content;
  }

  .CardService{
      position: sticky;
      display: flex;
      align-items: flex-start;
  }
  .section-title-main{
    font-size: 1.5rem;
    line-height: 32px;
  }
  .section-title-sub{
    font-size: 1.0rem;
    line-height: 20px;
    letter-spacing: 0.125rem;
  }
  .services.section{
    padding-bottom: 20px;
  }
  .head.active {
    padding: 0px 24px;
  }
  .head.active .head-body{
    padding: 12px;
  }
  .head.active .logo-blue.pc{
    display: none;
  }
  .head .logo-blue{
    display: none;
  }
  .head.active .language-txt{
    color: #161F40;
  }
  .logo{
    width: 80px;
  }
  .head.active .language-txt::after {
    background: url(./assets/img/icon/down-blue.svg) no-repeat;
  }
  .head.active .menu-btn,
  .menu-blue-btn{
    display: none;
  }
  .head.active .menu-blue-btn{
    display: block;
  }
  .about .about-title-right{
    display: none;
  }
  .about .section-title{
    justify-content: center;
  }
  .about-txt p{
    font-size: 0.75rem;
    line-height: 20px;
    padding-bottom: 12px;
    text-align: center;
  }
  .card{
    width: 272px;
    height: 165px;
  }
  .cascade-slider_container{
    height: 200px;
    overflow: hidden;
  }
  .cascade-slider_nav{
    bottom: -8px;
  }
  .process.case .case-wrapper img{
    max-width: 100%;
    min-width: 272px;
  }
  .section-title-txt{
    font-size: 0.75rem;
    line-height: 16px;
  }
  .case .case-body{
    padding-top: 0px;
  }
  .feedback-item{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-right: unset;
    max-width: 450px;
  }
  .feedback-wrapper{
    flex-wrap: unset;
    justify-content: unset;
  }
  .feedback-item-body{
    font-size: 0.75rem;
    line-height: 16px;
  }
  .feedback .section-title{
    padding-bottom: 24px;
  }
  .case-body.swiper1{
    padding-bottom: 20px;
  }
  .case-body.swiper1 .swiper-pagination{
    bottom: 0;
    top: unset;
  }
  .feedback-icon{
    width: 36px;
  }
  .contact-new-item{
    width: 100%;
    margin-bottom: 24px;
  }
  .contact-new{
    padding: 24px 12px;
  }
  .contact-item-img{
    width: 100px;
    height: 100%;

  }
  .contact-item-txt{
    width: calc(100% - 108px);
  }
  .item-title{
    font-size: 0.75rem;
    line-height: 16px;
  }
  .contact-item-tab span,
  .contact-item-day span{
    font-size: 0.75rem;
    line-height: 16px;
  }
  .contact-item-tab span{
    padding: 2px 8px;
    margin-right: 2px;
  }
  .btn{
    font-size: 0.875rem;
    padding: 8px 12px;
  }
  .btn.consultation-btn{
    padding-left: 36px;
  }
  .contact-btn{
    padding-right:28px ;
  }
  .read-more .contact::after{
    background: url(./assets/img/icon/up-right-blue.svg) center / cover no-repeat;
  }
  .contact::after{
    height: 16px;
    width: 16px;
    right: -20px;
  }
  .contact-left, .contact-right{
    width: 100%;
  }
  .l-contact .contact-body{
    flex-wrap: wrap;
  }
  .contact-txt{
    font-size: 0.75rem;
    line-height: 16px;
  }
  .contact-body .section-title{
    text-align: center;
  }
  .contact-right{
    padding-top: 24px;
  }
  .contact-left{
    display: flex;
    flex-direction: column;
  }
  .section-title{
    order: 1;
  }
  .contact-txt{
    order: 3;
  }
  .contact-img{
    order: 2;
    padding-bottom: 24px;
  }
  .contact-form-body{
    padding:24px 12px 0px 12px;
  }
  .consultation-btn::after{
    background: url(./assets/img/icon/phone.svg) center / cover;
    width: 16px;
    height: 16px;
    left: 12px;
    bottom: 8px;
  }
  label{
    font-size: 0.625rem;
    line-height: 14px;
  }
  input, textarea, select{
    font-size: 0.875rem;
    line-height: 16px;
  }
  .form-group{
    margin-bottom: 16px;
  }
  footer .section-body{
    flex-wrap: wrap;
  }
  .footer-left{
    width: 100%;
    border-right: unset;
    padding-right: 0px;
    padding-bottom: 24px;
    border-bottom: 1px solid #B7BAC4;
  }
  .footer-right{
    width: 100%;
    padding-left: 0px;
  }
  .footer-right-body{
    flex-wrap: wrap;
    justify-content: left;
    padding-bottom: 24px;
    border-bottom: 1px solid #B7BAC4;
  }
  .footer-services{
    width: 100%;
    padding-top: 24px;
  }
  .footer-allright{
    flex-direction: column;
    justify-content: center;
    padding-top: 24px;
    font-size: 0.75rem;
    text-align: center;
  }
  .order1{
    order: 1;
  }
  .order2{
    order: 2;
    margin-top: 12px;
  }
  .order3{
    order: 3;
    padding-top: 12px;
  }
  .order4{
    order: 4;
    margin-top: 12px;
  }
  .order5{
    order: 5;
    padding-top: 12px;
  }
  .contact-item-txt h3{
    padding-bottom: 4px;
  }
  .contact-item-day-group{
    padding-top: 4px;
  }
  .footer-address, .footer-logo{
    margin-bottom: 24px;
  }
  .footer-icon{
    text-align: center;
  }

  .head ul li.li-services-sp::after{
    background: url(./assets/img/icon/down_black.svg);
    top: 12px;
    height: 24px;
    right: 80px;
    width: 24px;
    left: unset;
    right: 80px;
  }
  .service-item{
    padding-top: 8px;
  }
  .head ul li::before{
    content: unset;
  }
  .head ul li.li-active.li-services-sp::after{
    transform: rotate(-180deg);
    height: 24px;
    right: 80px;
    width: 24px;
    left: unset;
  }
  .btn-form .btn{
        margin-top: 8px;
  }
  .service-drop-sp{
    display: none;
  }
  .nav-services.li-services.li-services-sp.li-active .service-drop-sp{
    display: block;
  }
  .case-item-body .wp-post-image{
    width: 100%;
    height: auto;
  }
  .language-drop{
      bottom: -25px;
      height: 40px;
  }
  .language-drop span{
      color: #010101;
  }
  .contact-item-img,
  .contact-item-img img{
    border-radius: 4px;
  }
}
@media screen and (min-width:500px)  and (max-width:700px) {
  .section-body{
    max-width: 90%;
    padding: 0px 24px;
  }
  .head.active {
      padding: 0px calc((10% + 48px) / 2);
  }
}
@media screen and (min-width:701px)  and (max-width:850px) {
  .section-body{
    max-width: 75%;
    padding: 0px 24px;
  }
  .head.active {
    padding: 0px calc((25% + 48px) / 2);
  }
}
@media screen and (min-width:851px)  and (max-width:1300px){
  .section-body{
    max-width: 95%;
    padding: 0px 24px;
  }
  /* .services-item{
    padding: 16px;
  } */
  .services-item p{
    font-size: 1.0rem;
  }

  h3{
    font-size: 1.375rem;
  }
  .services-item img{
    width: 100px;
  }
  .section {
    padding: 80px 0px;
  }
  .section-title-txt,
  .about-txt p{
    font-size: 1.25rem;
  }
  .br-pc{
    display: none;
  }
  .feedback-item{
    width: 80%;
    padding-left:15% !important;
    padding-right: 15% !important;
    border-right: unset;
  }
  .feedback-wrapper{
    flex-wrap: unset;
    justify-content: unset;
  }
  .feedback-item-body{
    font-size: 0.75rem;
    line-height: 16px;
  }
  .feedback .section-title{
    padding-bottom: 24px;
  }
  .case-body.swiper1{
    padding-bottom: 20px;
  }
  .case-body.swiper1 .swiper-pagination{
    bottom: 0;
    top: unset;
  }
  .feedback-icon{
    width: 36px;
  }
  .contact-item-img{
    width: 128px;
    height: auto;
  }
  .contact-item-img img{
    width: 120px;
  }
  .contact-item-txt {
    width: calc(100% - 128px);
  }
  .contact-new-item .item-title{
    -webkit-line-clamp: 2;
  }
  .contact-item-day span{
    font-size: 0.875rem;
  }
  .contact-item-tab span {
    margin-right: 0px;
    padding: 4px 8px;
    font-size: 0.75rem;
  }
  .title-web{
    font-size: 3.0rem;
    line-height: 52px;
  }
  .contact-form-body{
    padding: 20px;
  }
  .contact-txt{
    font-size: 1.25rem;
  }
  .form-group{
    margin-bottom: 20px;
  }
  /* .footer-right{
    width: 100%;
    padding-left: 28px;
  } */
  .footer-left{
    padding-right: 28px;
  }
  .footer-icon img{
    margin-right: 12px;
  }
  .head ul li{
    margin-right: 20px;
  }
  .head-body{
    padding: 16px 2%;
  }
  .logo{
    width: 100px;
  }
  .head.active .head-body{
    padding: 16px;
  }
  .head.active{
    padding: 0px calc(11% / 2);
  }
  .contact-btn-wrapper{
    right: 5%;
  }
}
@media screen and (min-width:1001px)  and (max-width:1300px){
  .feedback-item{
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-right: 1px solid #f0f0f0;
  }
}
.li-services{
  position: relative;
  align-items: center;
}
.li-services i{
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin-left: 5px;
  transform: rotate(180deg);
}
.li-services.active i{
  color: #96C60B;
}
.li-services:hover i{
  transform: rotate(0);
  opacity: 0.7;
}
.head ul li.li-services.active .service-drop li:hover .ads-li a,
.head ul li.li-services.active .service-drop a{
  color: #161F40;
}
.head.active .li-services i{
  color: #161F40;
}

.li-services a{
  position: relative;
  z-index: 3;
}
.service-drop{
  padding-top: 76px;
  position: absolute;
  top: -20px;
  left: -80px;
  width: max-content;
  transition: top 0.6s ease;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
  visibility: hidden; 
  z-index: 2;
  /* z-index: -1; */
}
.head ul li.li-services:focus-within .service-drop,
.li-services .service-drop:hover,
.head ul li.li-services:hover .service-drop{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}
.head ul li.li-services:hover .service-drop .ads-li{
  opacity: 0;
}
.head ul .service-drop-li:hover{
  opacity: 1;
}
.service-drop-li a{
  position: relative;
}
.service-drop-li a::after{
  content: "";
  position: absolute;
  height: calc(100% + 32px);
  width: 35px;
  top: -16px;
  right: -37px;
}
.head ul li.li-services .service-drop-li:hover .ads-li{
  opacity: 1;
  transform: translateX(0px);
  pointer-events: auto;
  visibility: visible;
}
.head.active .service-drop{
  bottom: -275px;
  transition: top 0.6s ease;
}
.service-drop-body{

  flex-direction: column;
  /* box-shadow: 0 4px 10px 0 rgba(154, 154, 154, 0.05); */
}
.head .service-drop  ul li::before{
  content: unset;
}
.service-drop-group{
  background: #FFFFFF;
  border-radius: 12px;
  position: relative;
  padding: 25px;
}
.head ul li.service-drop-item:hover{
  background: #96C60B;
  border-radius: 10px;
}
/* .service-drop-body::after{
  content: "";
  position: absolute;
  top: -10px;
  width: 40px;
  height: 19px;
  left: 19px;
  clip-path: polygon(50% 0px, 50% 0px, 100% 100%, 0% 100%);
  background: rgb(255, 255, 255);
} */
.head ul li.service-drop-li,
.head ul li.service-drop-item{
  padding: 16px 19px;
  line-height: 24px;
  width: 100%;
  margin-right: 0px;
}
.head ul li.service-drop-li,
.service-drop-item a{
  color: #161F40;
  font-size: 1rem;
  display: block;
  width: 100%;
}
.head ul li.service-drop-item:last-child{
  border-bottom: unset;
}
.head ul li.li-services:hover{
  opacity: 1;
}
.head ul li.li-services a:hover{
  opacity: 0.7;
}
.head.active ul li .service-drop-item:hover a,
.head ul li.service-drop-item:hover a{
    opacity: 1;
}
.head.active ul li .service-drop-item:hover .ads-li .service-drop-item a,
.service-drop-item:hover .ads-li .service-drop-item a{
  color: #161F40;
}

.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-animate.animate {
  opacity: 1;
  transform: translateY(0);
}
/* --- Các hướng khác nhau --- */

/* Từ dưới lên */
.fadeInUp {
  transform: translateY(30px);
}
.fadeInUp.animate {
  transform: translateY(0);
}

/* Từ trái qua phải */
.fadeInLeft {
  transform: translateX(-30px);
}
.fadeInLeft.animate {
  transform: translateX(0);
}

/* Từ phải qua trái */
.fadeInRight {
  transform: translateX(30px);
}
.fadeInRight.animate {
  transform: translateX(0);
}

/* Từ trên xuống */
.fadeInDown {
  transform: translateY(-30px);
}
.fadeInDown.animate {
  transform: translateY(0);
}

.service-drop ul li a{
  display: flex;
  align-items: center;
}
.service-drop ul li a p{
  padding-left: 18px;
}
.case-step,
.case-card{
  display: flex;
  justify-content: space-between;
}
.case-card{
  margin-top: 20px;
}
.case-card-item{
  width: 20%;
  padding: 0px 10px;
} 
.case-step{
  position: relative;
}
.case-step::after{
  background: #202F53;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: -46px;
}
.case-step::before{
  background: #202F53;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 0;
  top: -46px;
}
.case-step-item{
  position: absolute;
  top: -52px;
  width: 100%;
}
.case-card-item{
  position: relative;
}
.case-step-item::after{
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #202F53;
  top: calc(50% - 1px);
  left: 0;
  z-index: 1;
}
.case-step-item::before{
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #202F53;
  top: calc(50% - 1px);
  right: 0;
  z-index: 1;
}
.case-card-item:first-child .case-step-item::before{
  width: calc(50% + 10px);
  right: -10px;
}
.case-card-item:last-child .case-step-item{
  width: calc(100% - 10px);
}
.case-step-item-body{
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
}
.case-step-item p{
  background: #202F53;
  color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.case-card-item:first-child{
  padding-left: 0;
} 
.case-card-item:last-child{
  padding-right: 0px;
} 
.case-card-item-br{
  padding-top: 5px;
}
.case-card-item-body{
  color: #fff;
  padding: 18px;
  text-align: start;
  background: #202F53;
  border-radius: 20px;
  height: 100%;
  transition: background-color 0.3s ease;
}
.case-card-item-title{
  font-size: 1.5rem;
}
.case-card-item-content{
  padding-top: 32px;
  font-size: 0.875rem;
  line-height: 20px;
}
.case-step.before-active::before,
.case-step.after-active::after,
.case-step-item.active p {
  background: #96C60B;
}

.case-step-item.active::after,
.case-step-item.active::before {
  background: #96C60B;
}

.case-card-item.active .case-card-item-body {
  background: #96C60B;
}

.case-step-item.after-active::after {
  background: #96C60B; /* Màu highlight */
}
.case-step-item.before-active::before {
  background: #96C60B;
}
.case-step-item p.active {
  background: #96C60B;
}
.case-card-item-body.active {
  background: #96C60B;
}
.services.section {
  position: relative;
}
.choose-btn {
  position: relative;
  display: inline-block;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  width: 170px;
  height: 60px;
}

.choose-btn .nohover,
.choose-btn .hover {
  display: flex;
  align-items: center;
  border-radius: 40px;
  padding: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
}

.choose-btn .nohover {
 
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
}
.choose-btn{
 background: #fff;
 transition: background 0.6s ease;
}
.choose-btn:hover{
  background: #96C60B;
}
.choose-btn .hover {

  transform: translateX(100%);
  opacity: 0;
  z-index: 2;
}
.choose-btn:hover .nohover {
  transform: translateX(-100%);
  opacity: 0;
}
.choose-btn:hover .hover {
  transform: translateX(0);
  opacity: 1;
}

.choose-btn .circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nohover .circle {
  background: #96C60B;
}
.hover .circle {
  background: #fff;
}
.choose-btn .circle img {
  transform: rotate(45deg);
}
.choose-btn p {
  padding: 0 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.25rem;
}
.nohover p {
  color: #96C60B;
}
.hover p {
  color: #fff;
}
.footer-left{
  display: flex;
  align-items: flex-end;
}
.footer-left .title-web{
  text-align: left;
}
.footer-left .title-web span{
  color: #96C60B;
}
.footer-allright-right{
  text-align: end;
}
/* .head ul li.service-drop-item.service-drop-li{
  position: relative;
  color: #C0C0C0;
} */
.ads-li{
  position: absolute;
  left: calc(100%  - 15px);
  top: 0;
  margin-left: 0;
  padding-left: 30px;
  background: #fff;
  height: 100%;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  transition: opacity 0.99s ease, transform 0.99s ease;
  transform: translateX(-200px);
  z-index: -1;
}
.ads-li .service-drop-body{
  padding-top: 60px;
  padding-right: 25px;
  width: 210px;
}
.head ul li.service-drop-item:hover {
  opacity: 1;
}
.name-office{
  color: #96C60B;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.name-office-pt{
  padding-top: 20px;
}
.ads-li .service-drop-body::after{
  top: 12px;
  left: -20px;
  width: 25px;
  transform: rotate(268deg);
  
}
.cta-btn{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #96C60B;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s ease;
  position: relative;
}
.cta-btn img{
  width: 30px;
}
.cta-btn p:first-child {
  position: absolute;
  transition: all 0.6s ease;
}

.cta-btn .hover {
  position: absolute;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s ease;
  white-space: nowrap;
}

.cta-btn:hover p:first-child {
  opacity: 0;
  transform: translateX(-100%);
}
.cta-btn:hover{
  width: 160px;
  height: 60px;
  background: #96C60B;
  border: 2px solid #fff;
  border-radius: 60px;
  transition: all 0.6s ease;
}
.cta-btn:hover .hover {
  opacity: 1;
  transform: translateX(0);
}
.contact-btn-wrapper.information.show{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
/* .services.section::after{
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 50px;
  	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.00);
} */
.url-body{
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  align-items: center;
  width: 100%;
}
.url-home{
  padding-right: 15px;
}
.name-page-url{
  padding-left: 15px;
  font-size: 18px;
}
.url-page.section{
  padding-bottom: 38px;
}
.single-nowrap{
  width: calc(100% - 20px);
}
.team-about{
  text-align: center;
  padding: 34px 80px;
  color: #fff;
}
.team-about-title{
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 72px;
}
.team-about-txt{
  font-size: 1.25rem;
  line-height:34px;
}
.section-team-blur{
  position: relative;
}
.page-content.section-team-blur{
  background: #171717;
}
.about-impressive .section-title-main{
  color: #fff;
}
.colum-img{
  position: relative;
}
.colum-tab{
  position: absolute;
  top: 20px;
  left: 20px;
}
.contact-item-tab span.colum-tab_sns{
  background: #F9AB00;
  color: #fff;
}
.contact-item-tab span.colum-tab_des{
  background: #9C27B0;
  color: #fff;
}
.contact-item-tab span.colum-tab_ads{
  background: #4285F4;
  color: #fff;
}
.contact-item-tab span.colum-tab_bpo{
  background: #00ACC1;
  color: #fff;
}
.contact-item-tab span.colum-tab_seo{
  background: #34A853;
  color: #fff;
}
.contact-item-tab span.colum-tab_kol{
  background: #E91E63;
  color: #fff;
}
.column-author-group{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column-author{
  display: flex;
  align-items: center;
}
.author-img img{
  width: 34px;
  height: 34px;
}
.author-name{
  padding: 0px 15px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.author-position{
  color: #8F8F8F;
  font-weight: 700;
  font-size: 16px;
}
/* main{
  overflow-x: hidden;
} */
.cascade-blur.blur-left{
  left: -30%;
  height: 80%;
  top: calc(15% + 100px);
  width: 45%;
  filter: blur(100px);
  z-index: 0;
}
.cascade-blur.blur-right{
  right: -30%;
  left: unset;
  height: 80%;
  top: calc(15% + 100px);
  width: 45%;
  filter: blur(100px);
  z-index: 0;
}
.impressive-item-txt{
  text-align: center;
}
.impressive-item-txt h2{
  font-family: "Inter", sans-serif;
  color: #96C60B;
  font-size: 3.5rem;
  line-height: 72px;
  font-weight: 800;
}
.activities-item{
  margin: 0px 20px;
}
.slide-about-sp{
  margin-top: 120px;
}
.leader-about{
  padding-top: 200px;
  position: relative;
  padding-bottom: 140px;
}
.leader-title{
  color: #fff;
  font-size: 32px;
}
.leader-item{
  transition: padding .3s ease-out, background-color .3s ease-out, color .3s ease-out;;
  padding: 17px 30px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 24px;
  border-top: 1px solid #fff;
  cursor: pointer;
  align-items: center;
}
.leader-title p{
  line-height: 46px;
}
.leader-item:hover{
  padding:17px 40px;
  background-color: #161f40;
  color: #96C60B;
}
.leader-position{
  font-size: 18px;
}
.leader-item:last-child{
  
  border-bottom: 1px solid #fff;
}
.leader-group{
  display: flex;
  padding-top: 40px;
}
.leader-information{
  width: calc(100% - 385px);
}
.leader-img {
  position: relative;
  width: 385px;
}
.leader-img img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  /* pointer-events: none;  */
}
.poup.active img.poup-colse{
  opacity: 0;
}
.poup.active img{
  opacity: 1;
}
.leader-bg{
  position: absolute;
  z-index: -1;
  top: -327px;
  opacity: 0.6;
}
.leader-title span{
  color: #96C60B;
}
.privacy-page .url-body,
.single-column .url-body,
.new-page .url-body{
      padding-top: 150px;
}
.privacy-page.content-page .hero{
  height: 500px;
} 
.single-post-title{
  margin-top: 36px;
  color: #fff;
  line-height: 72px;
  font-size: 50px;
}
.single-post-author-group{
  display: flex;
  justify-content: space-between;

}
.single-column .btn-down-section {
  margin-top: 72px;
}
.single-post-author-group .contact-item-day{
  width: auto;
}
.single-post-author-group .contact-item-day p.new{
  padding-right: 30px;
}
.single-column-title p{
  width: calc(100% - 5px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-post-author-group,
.single-post-tab{
  margin-top: 38px;
}
.single-post-author .author-name{
  color: #fff;
}
.new-page .hero .url-body img{
  width: 25px;
}
.single-page.name-page-url{
  padding-right: 10px;
  cursor: pointer;
  color: #8d8d8d;
}
.single-page.name-page-url a{
  color: #8d8d8d;
}
.single-page.name-page-url a:hover{
    color: #fff;
}
.single-column-title{
  color: #fff;
  padding-left: 10px;
}
.btn-down-section a{
  padding: 20px;
  border-radius: 60px;
  border: 2px solid #FFFCFB;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  position: relative;
  transition: all 0.6s ease;
}
.btn-down-section a:hover{
  transition: all 0.6s ease;
  background: #96C60B;
  border: 2px solid #fff;
}
.btn-down-section a::after{
  content: "";
  background: url(./assets/img/icon/up-right.svg) center;
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 10px);
  transform: rotate(135deg);
  transition: bottom 0.6s ease;
  z-index: -1;
  opacity: 0;
} 
.btn-down-section a:hover::after{
  bottom: -30px;
  opacity:1;
  transition: bottom 0.6s ease, opacity 0.6s ease;
}
.btn-down-section{
  text-align: center;
  padding-top: 50px;
}

.content-page .video video{
  opacity: 0.7;
}
.ceo-group{
  position: relative;
}
.ceo-img{
  position: absolute;
  top: -40px;
  left: 50px;
  width: 400px;
  /* height: 570px; */
}
.ceo{
  height: 465px;
  width: 100%;
  background: linear-gradient(90deg, #161F40 0%, #3950A6 100%) 0% 0% no-repeat padding-box padding-box;
  display: flex;
  justify-content: end;
  padding-right: 50px;
  border-radius: 40px;
  align-items: center;
}
.ceo-body{
  text-align: left;
  width: calc(100% - 500px);
  height: auto;
}
.ceo-message{
  padding: 25px 0px;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
}
.ceo-name{
  font-size: 16px;
  color: #fff;
  text-align: left;
  padding-bottom: 5px;
}
.ceo-position{
  font-size: 14px;
  color: #8D8D8D;
}
.ceo-group{
  margin-top: 100px;
}
.single-title.post-title{
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 50px;
}
.single-content h1{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 45px;
  color: #161F40;
}
.single-content h2{
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #161F40;
}
.single-content p{
  color: #161F40;
  line-height: 30px;
}
.single-content a{
  color: #96C60B;
}
.table-single-page{
  border: 1px solid #000000;
  padding: 32px;
  border-radius: 40px;
  height: 500px;
}
.table-single-page h3{
  color: #161F40;
  padding-bottom: 22px;
  border-bottom: 1px solid #D9D9D9;
}
.table-of-content .title-h1{
  padding-top: 22px;
}
.table-of-content .title-h1 a{
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;

}
.single-career .table-of-content  ul{
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 0px ;
}
.single-career .table-of-content  li a{
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #8D8D8D;
}
.table-of-content{
  height: 350px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; 
}
.table-of-content::-webkit-scrollbar {
  display: none; 
}
.arrow-table-single{
  text-align: center;
  padding-top: 10px;
}
.arrow-table-single img{
  cursor: pointer;
}
html {
  scroll-behavior: smooth;
}
.single-career .table-of-content a.active{
  color: #96C60B !important;
}
.single-relevant{
  width: 100%;
}
.single-relevant .contact-item-img{
  width: 150px;
  height: auto;
}
.single-relevant .contact-item-txt{
  width: calc(100% - 170px);
}
.single-relevant .contact-item-txt .item-title{
  font-size: 10px;
  line-height: 22px;
  color: #000;
}
.single-relevant .contact-item-txt h3{
  padding: 10px 0px 0px 0px;
}
.single-relevant .contact-item-day-group{
  padding: 0px;
  border: unset;
}
.single-relevant .contact-item-day{
  font-size: 10px;
}
.single-relevant .contact-item-day img{
  width: 25px;
  padding-right: 5px;
}
.relevant-single h3{
  color: #000;
  margin-top: 70px;
  padding-bottom: 20px;
}
.single-relevant .contact-item-day .new img{
  width: 20px;
}
.single-relevant .contact-new-item{
  margin-bottom: 10px;
}

.single-relevant .author-name{
    font-size: 12px;
    line-height: 14px;
}
.single-relevant .author-name span{
  font-size: 10px;
}
.relevant-single  .single-relevant h3{
  margin-top: 0px;
}
.single-phone{
  background: #96C60B;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  margin-bottom: 15px;
  padding-left: 30px;
}

.single-baner{
  margin-top: 50px;
  background: #000000;
  border-radius: 20px;
  padding: 20px;
}
.single-mes p a::after,
.single-phone p a::after{
  content: "";
  
  width: 27px;
  top: -1px;
  position: absolute;
  height: 25px;
  left: -35px;
}
.single-phone p a::after{
  background: url('./assets/img/icon/phone.svg') center / cover no-repeat;
}
.single-mes p a::after{
  background: url('./assets/img/icon/mail.svg') center / cover no-repeat;
  width: 27px;
  height: 21px;
  top: 0;
}
.single-mes{
  background: linear-gradient(90deg, #F77522 0%, #FAD05A 100%) 0% 0% no-repeat padding-box padding-box;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  padding-left: 50px;
}
.single-phone a,
.single-mes a{
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  position: relative;
  
}
.single-phone,
.single-mes{
  transition: transform 0.4s ease;
  position: relative;
}
.single-phone:hover,
.single-mes:hover{
  transform: scale(1.04);
}
.single-phone::after,
.single-mes::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0); 
  border-radius: 10px;
  transition: background 0.3s ease;
  pointer-events: none; 
}
.single-project-img{
  position: relative;
}
.single-project-img::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2); 
  pointer-events: none; 
}
.single-phone:hover::after,
.single-mes:hover::after {
  background: rgba(0,0,0,0.2); 
}
.single-baner-bottom{
  display: flex;
  justify-content: center;
}
.single-baner-bottom .single-phone{
  margin-bottom: 0px;
  margin-right: 20px;
  width: 320px;
}
.single-baner-bottom .single-mes{
  width: 320px;
}
.single-baner .single-baner-bottom-title{
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
  text-align: center;
}
#contact .single-baner{
  padding: 30px;
  margin-top: 0px;
}
.single-author{
  background: #161F40;
  padding: 40px;
  border-radius: 40px;
  margin-top: 50px;
}
.single-column .single-section{
  padding-bottom: 0px;
}
.single-author .author-img img{
  width: 80px;
  height: 80px;
}
.single-author .author-position{
  color: #8D8D8D;
  font-size: 20px;
  padding-left: 15px;
}
.single-author .author-position .author-name{
  padding: 0px;
}
.single-author .single-post-author-group{
  margin-top: 0px;
}
.single-author-excerpt{
  color: #FFFFFF !important;
  font-size: 16px;
   font-family: "Inter", sans-serif;
   margin-top: 30px;
   
}
.page-right-body{
  position: relative;
  height: 100%;
}
.sticky-wrapper{
  position: sticky;
  top: 120px;
  background: #F5F3EE;
  z-index: 5;
  border-radius: 40px;
}
.pt-0{
  padding-top: 0px;
}
.item-content-txt{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-project .column-author-group{
  justify-content: flex-end;
}
.contact-item-img.colum-img img{
  width: 100%;
}
.single-content .single-career-content h1,
.single-content .single-career-content h2{
    margin-bottom: 10px;
    margin-top: 20px;
    display: flex;
}
.single-content .single-career-content h2 span,
.single-content .single-career-content h1 span{
    align-self: center;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
@media screen and (max-width:1200px){
.case .case-wrapper{
    display: flex;
  }
  .case-step{
    flex-direction: column;
    width: 40px;
  }
  .case-card{
    flex-direction: column;
    width: 100%;
    margin-top: 0px;
    padding-left: 40px;
  }
  .case-card-item{
    width: 100%;
    padding: 0px;
  }
  .case-card-item{
    margin-bottom: 32px;
  }
  .case-card-item:last-child{
    margin-bottom: 0px;
  }
  .case-step-item{
    width: 100%;
    height: 100%;
    align-self: center;
    display: flex;
    align-items: center;
    left: -40px;
    top: 0;
  }
  .case-step::after{
    left: 6px;
    right: unset;
    top: 0;
  }
  .case-step::before{
    bottom: 0;
    left: 6px;
    top: unset;
  }
  .case-step-item-body{
    z-index: 2;
  }
  .case-step-item::before {
    width: 2px !important;
    height: calc(50% + 16px);
    top: calc(50% - 1px);
    left: 15px;;
    z-index: 1;
  }
  .case-step-item::after{
    width: 2px;
    height: calc(50% + 16px);
    left: 15px;;
    z-index: 1;
    top: -17px;
  }
  .case-card-item:first-child .case-step-item::after{
    width: 2px;
    height: 50%;
    top: 0;
  }
  .case-card-item:last-child .case-step-item::before{
    height: 50%;
  }
  .case-card-item-title{
    font-size: 20px;
  }
  .case-card-item-content{
    padding-top: 25px;
  }
  .choose-quality{
    flex-direction: column;
  }
  .customer-list{
    flex-wrap: wrap;
  }
  .customer-list p{
    padding-left: 0;
    font-size: 16px;
    line-height: 42px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width:850px){
  .services-item a{
    width: 100%;
  }
  .video{
    height: 100%;
  }
  video{
    height: 100%;
    width: auto;
    transform: translateX(-200px);
  }
  .dym-p {
    display: block;
    text-align: left;
  }
  .dym {
    font-size: 30px;
    padding-right: 0px;
  }
  .dym-p span{
    text-align: left;
  }
  
  .feedback-navigation{
    flex-direction: column;
  }
  .feedback-navigation-left p{
    font-size: 22px;
    line-height: 50px;
  }
  .feedback-navigation-right p{
    font-size: 14px;
    line-height: 32px;
    text-align: left;
  }
  .feedback-navigation-right{
    padding-top: 20px;
  }
  .feedback-navigation-btn .swiper-button-prev{
    left: 0;
  }
  .feedback-navigation-btn .swiper-button-prev, .feedback-navigation-btn .swiper-button-next{
    width: 42px;
    height: 42px;
  }
  .feedback-navigation-btn .swiper-button-next:after{
    top: 0;
    left: 22px;
  }
  .feedback-navigation-btn .swiper-button-prev:after{
    top: 31px;
    left: -10px;
  }
  .feedback-navigation-btn .swiper-button-next{
    left: 55px;
  }
  .feedback-item-name img{
    width: auto;
    height: 80%;
  }
  .ceo-name p{
    font-size: 14px;
  }
  .ceo-name span{
    font-size: 10px;
  }
  .ceo-name{
    text-align: end;
  }
  .feedback-item-name{
    align-items: center;
    margin-top: 40px;
  }
  .feedback-txt-nohover{
    font-size: 10px;
    padding: 0px 20px;
  }
  .feedback-navigation{
    margin-bottom: 65px;
  }
  .flip-card-back .feedback-txt{
    font-size: 10px;
  }
  .flip-card:hover .flip-card-inner{
   transform: unset;
  }
  .flip-card.is-flipped .flip-card-inner {
    transform: rotateY(180deg) !important;
  }
  .contact-item-day{
    font-size: 10px;
  }
  .contact-item-day img {
    padding-right: 5px;
    width: 20px;
    height: auto;
  }
  .contact-item-tab span{
    font-size: 10px;
  }
  .flip-card-back{
    display: none;
  }
  .about-impressive{
    text-align: center;
  }
  .about-impressive .section-title-main{
    line-height: 64px;
  }
  .about-impressive-item{
    border-bottom: unset;
  }
  .slide-about-sp{
    margin-top: 50px
  }
  /* #slideAboutSp{
    background:url(./assets/img/about/activities.png) ;
  } */
  .leader-about{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .single-column-title p{
    width: 300px;
  }
  .small{
    font-size: 10px;
  }
  .contact-item-day p{
    font-size: 12px;
  }
}

.tabs {
  margin-top: 40px;
  
}

.tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.tab-nav li {
  position: relative;
  width: 239px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: transparent;
  margin-right: 50px;
  z-index: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.tab-nav li::before {
  content: "";
  position: absolute;
  inset: 0; 
  border-radius: 40px;
  padding: 5px; 
  background: linear-gradient(to right, #202F53, #4769B9);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  animation: borderMove 3s linear infinite;
}
@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.tab-nav li:last-child{
  margin-right: 0px;
}
.tab-nav li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.tab-nav li.active {
  background: #96C60B;
  border:unset;
}
.tab-nav li.active::before{
  content: unset;
}
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.footer-services p.name-office-footer{
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.footer-services-group{
  padding-left: 20px;
}
.hr-tech-footer{
  margin-top: 29px;
}

/*////////////////////////////////////////////////////////////////// FAQ /////////////////////////////////////////////////// */
.faq-head-group{
    display: flex;
}
.faq-head{
    /* padding-bottom:calc(20 / 1920 * 100vw);
    border-bottom: 1px solid #00909F;
    padding-left: calc(20 / 1920 * 100vw); */
    position: relative;
    cursor: pointer;
}

.faq-item .faq-head::before{
    content: "\002D";
    color: #161F40;
    opacity: 1;
    transform: rotate(90deg);
    z-index: 1;
}
.faq-item .faq-head::after {
    content: "\002B";
    color: #161F40;
    opacity: 1;
    transform: rotate(0deg);
    z-index: 2;
}
.faq-item .faq-head::after, .faq-item .faq-head::before {
    content: "";
    position: absolute;
    top:calc(50% - 10 / 1920 * 100vw);
    right: 0;
    width: 17px;
    height: 1px;
    background: #161F40;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.faq-item.active .faq-head::after {
    opacity: 0;
    transform: rotate(0deg);
}
.faq-item.active .faq-head::before {
    opacity: 1;
    transform: rotate(0deg);
}

.faq-answer {
    display: none;
}
.faq-head-q{
    font-family: "Roboto Condensed", sans-serif;
    font-size: calc(32 / 1920 * 100vw);
    font-weight: 400;
    color: #00909F;
    line-height: 1;
    letter-spacing: 0.06em;
}
.faq-head-txt{
    font-size: calc(20 / 1920 * 100vw);
    font-weight: 500;
    padding-left: calc(20 / 1920 * 100vw);
}
.faq-item {
  padding-left: 20px;
  padding-right: 20px;
}
.ads-a-tag{
  display: flex;
  justify-content: space-between;
}
.choose-customer,
.ads-a-tag div{
  display: flex;
}
@media screen and (max-width: 850px) {
  .tab-nav li{
    width: 150px;
    height: 45px;
    font-size: 18px;
    margin-right: 20px;
  }
  .tab-nav li::before{
    padding: 3px;
  }
  .ads-a-tag div{
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .ads-a-tag div i{
    margin-left: 10px;
  }
  .head ul li{
    display: block;
  }
  .single-content ul{
    margin-left: 24px;
  }
  /* .head ul li.ads-a-tag{
    display: flex;
  } */
/* 
  #navOpen .services-sp{
    margin-top: 0px;
  } */
  .head ul li:hover{
    opacity: 1;
  }
  #navOpen .services-sp ul{
    margin-left: 20px;
  }
  .head .services-sp li a{
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width:1000px) and (max-width:1200px){
  .hero{
    height: 80vh;
  }
}
/* 
| Pixel (px) | REM (px ÷ 16)        |
| ---------- | -------------------- |
| 3px        | `3 ÷ 16 = 0.1875rem` |
| 12px       | `12 ÷ 16 = 0.75rem` |
| 14px       | `14 ÷ 16 = 0.875rem` |
| 18px       | `18 ÷ 16 = 1.125rem` |
| 20px       | `20 ÷ 16 = 1.25rem`  |
| 22px       | `22 ÷ 16 = 1.375rem` |
| 24px       | `24 ÷ 16 = 1.5rem`   |
| 48px       | `48 ÷ 16 = 3rem`     |
| 56px       | `56 ÷ 16 = 3.5rem`   | 
| 48px       | `48 ÷ 16 = 3rem`     |

*/