/*=======================

        General 

=======================*/



*{

  padding: 0;

  margin: 0;

  box-sizing: border-box;

    

}

.wpcf7-form.init .wpcf7-not-valid-tip {
    display: none;
}

html {
    scroll-behavior: smooth;
}

html,

body {

	font-family: "DM Sans", sans-serif;

	font-weight: 400;

	font-size: 20px;

  background: #fff;

}

p{

	font-size: 20px;	

	line-height: calc(32 / 20);

    letter-spacing: 0.5px;

	margin: 0 0 20px;

	

}

.wpcf7-not-valid-tip{
	
    font-size: 16px;
	margin-top: -13px
}

p:last-child{

  margin: 0;

}

h1, h2, h3, h4, h5, h6{

	color: #333333;

	font-weight: 400;

  margin-top: 0;

}

.container{

  max-width: 1256px;

  padding: 0 20px;

  margin: 0 auto;

}

a:hover{

  text-decoration: none;

}

a {

  -webkit-transition-duration: 0.3s;

  -moz-transition-duration: 0.3s;

  -ms-transition-duration: 0.3s;

  -o-transition-duration: 0.3s;

  transition-duration: 0.3s;

  text-decoration: none;

}

:focus{

	outline: none;

}

img {

  max-width: 100%;

  display: block;

  height: auto;

}

ul{

	padding: 0;

	margin: 0;

}

.absolute{

  position: absolute !important; 

}

/* Header */
.top-bar{
    padding: 10px 0;
    border-bottom: 1px solid #1B4FAB;
    z-index: 999;
    position: relative;
}

.main-header{
    padding: 12px 0 11px;
    border-bottom: 1px solid #1B4FAB;

}

.main-header {
    transition: box-shadow 0.3s ease;
}

.main-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.main-header.is-sticky ~ main,
body.has-sticky-header main {
    padding-top: 0;
}
header .container{
    max-width: 1284px;
}

.header-info{
    display: flex;
    justify-content: flex-end;
        gap: 10px 48px;
    flex-wrap: wrap;
}

.wpcf7-response-output{
	font-size: 16px
}

.top-bar a{
    color: #1B4FAB;
    font-weight: 400;
    font-size: 20px;
    line-height: calc(24 / 16);
    letter-spacing: 0.5px;

}

header ul.menu-text{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
}

header ul.menu-text a{
    font-weight: 400;
    font-size: 16px;
    line-height: calc(24 / 16);
    letter-spacing: 0.5px;
    color: #333333;
}


.main-header__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header ul.menu-text .button-frame a, .button{
    background: #1B4FAB;
    border: 1px solid #1B4FAB;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: calc(24 / 16);
    letter-spacing: 0.5px;
    padding: 11px 19px;
    display: inline-block;
    transition: all .3s ease;
	max-width: max-content
}

header ul.menu-text .button-frame a:hover, .button:hover{
    background: inherit;
    color: #1B4FAB;
}

.logo-navbar img{
	width: 174px;
    height: auto;
    max-width: none;
    display: block;
}

.banner-home .container{
	z-index: 2;
	position: relative
}

.banner-home::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3)
}

.logo-navbar img{
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.banner-home{
  padding: 156px 0 233px;
	position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 202px;
}

.banner-home h1{
  margin-bottom: 20px;
/*   max-width: 682px; */
  max-width: 1000px;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0.5px;

}

.item-service__heading{
	margin-bottom: 24px
}

.description-banner{
	max-width: 800px;
}

.description-banner p{
	margin-bottom: 0
}
.banner-home .container{
  max-width: 1285px;
}

.button-banner.button{
  padding: 11px 28px;
	margin-top: 41px;
}

.cta-title__work{
	margin-bottom: 41px
}

.heading-section{
  text-align: center;
  font-size: 50px;
  line-height: calc(56 / 50);
  text-align: center;
  margin-bottom: 79px;
  letter-spacing: 0.5px;


}

.item-service__who-for{
	margin-top: 24px;
}

.item-service__who-for p:not(:last-child){
	margin-bottom: 10px;
}

.list-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.item-service > a{
	margin-top: 24px
}

.item-service__content a.button{
	margin-top: 24px
}

.item-service__thumb{
  aspect-ratio: 576 / 335;
  line-height: 0;
  margin-bottom: 24px;
}

.item-service__title{
  font-weight: 500;
  font-size: 28px;
  line-height: calc(32 / 28);
  margin-bottom: 16px;

}

.item-service__desc{
  font-size: 20px;
  line-height: calc(32 / 20);
  letter-spacing: 0.5px;
  margin-bottom: 16px;

}

.item-service__desc p:not(:last-child){
	margin-bottom: 10px
}

.list-box__services{
  display: grid;
  grid-template-columns: 1fr;
  gap: 21px;
}

.box-icon__service{
/*   background: #EFF2F6;
  padding: 27.6px 14px 34.43px;
  display: flex;
	flex-direction: column;
	align-items: center; */
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    background: none;
    gap: 20px;
}

.box-icon__img{
/*   margin-bottom: 41.84px; */
}

.box-icon__text{
  font-weight: 400;
  font-size: 18px;
  line-height: calc(24 / 18);
  letter-spacing: 0.5px;
/*   text-align: center; */

}

.cta-work a.button{
	margin-top: 0 !important
}

.section-work{
  margin-bottom: 214px;
}

.section-work .container{
  max-width: 1238px;
}

.cta-work{
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;

}

.section-work__inner .heading-section{
  margin-bottom: 20px;
}

.section-work__heading{
  margin-bottom: 101px;
}

.description-work{
	max-width: 800px;
	margin: 0 auto;
	text-align:center
}

.box-icon__img img{
  width: 18px;
}
.item-service__thumb img, .image-work img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-services{
  margin-bottom: 199px;
}

.image-work{
  aspect-ratio: 391.67 / 220;
  line-height: 0;
}

.list-work{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cta-title__work{
  font-size: 45px;
  line-height: calc(52 / 45);
  letter-spacing: 0.5px;

}

.section-about__content{
  max-width: 900px;
  margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.about-partners{
      margin-top: 223px;
      padding-bottom: 80px;
      position: relative;
}


.description_about{
	text-align: center
}

.description_about p:not(:last-child){
	margin-bottom:16px
}
.about-partners .heading-section{
  margin-bottom: 68px;
}

.button-about{
	margin-top: 40px
}

.slider-partners{
  position: relative;
  padding: 0 124px;
}

.about-partners .swiper-button-nav::after{
  display: none;
}

.about-partners .swiper-button-nav svg, .about-partners .swiper-button-nav{
  width: 20.8px;
  height: 52px;
}

.about-partners .swiper-button-nav{
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.swiper-button-prev.swiper-button-nav{
  left: 0;

}

.swiper-button-next.swiper-button-nav{
  right: 0;
}

.about-partners .heading-section{
  margin-bottom: 68px;
}

.section-about .heading-section{
  margin-bottom: 40px;
}

.section-about .container{
  max-width: 1213px;
}


.partner-item img{
/*   max-width: 172px; */
	max-width: 100%
}

.partner-item{
  display: flex;
  justify-content: center;
}

.swiper-partners .swiper-wrapper{
  align-items: center;
}

.section-about{
  margin-bottom: 200px;
}

.subtitle-contact{
  color: #1A202C;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin-bottom: 1px;
}

.description-contact{
  font-size: 20px;
  line-height: calc(32 / 20);
  letter-spacing: 0.5px;
  color: #1A202C;
}

.section-contact__link a{
  display: inline-block;
  color: #1A202C;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.02em;
  
}

.section-contact__link{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-contact__info{
  display: flex;
  flex-direction: column;
  gap: 26px;
}


.section-contact__info{
  margin-top: 43px;
}

.section-contact .container{
  max-width: 1202px;
}

.section-contact__inner .heading-section{
  margin-bottom: 63px;
}

.section-contact__main{
  display: flex;
    flex-wrap: wrap;
    gap: 35.05px;
}

.section-contact__content{
  max-width: 427.77px;
}

.address-contact p{
  color: #1A202C;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
letter-spacing: -0.02em;
vertical-align: middle;

}

.section-contact__form{
  flex: 1;
  padding: 0 15.2px;

}

.section-contact__form input[type="text"], 
.section-contact__form input[type="tel"], 
.section-contact__form input[type="email"], 
.section-contact__form select{
	height: 47px !important
}

.section-contact__form input[type="text"], 
.section-contact__form input[type="tel"], 
.section-contact__form input[type="email"], 
.section-contact__form select, 
.section-contact__form textarea{
  background: #F2F4F8;
  border: none !important;
  border-bottom: 1px solid #C1C7CD !important;
  padding: 13px 16px 12px !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 100%;
  line-height: 22px !important;
  color: #333 !important;
  margin-bottom: 16px;
  border-radius: 0 !important;

}

.section-contact__form input[type="submit"]{
  font-family: "DM Sans", sans-serif !important;
  width: max-content;
  padding: 11px 28px !important;
  background: #1B4FAB !important;
  border: 1px solid #1B4FAB !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: calc(24 / 16) !important;
  letter-spacing: 0.5px !important;
  transition: all .3s ease;
  margin: 0;
  margin-left: auto;
  /* float: right; */
  display: block;
	cursor: pointer
}

.section-contact{
  margin-bottom: 317px;
}

.section-contact__form input[type="submit"]:hover{
  background: inherit !important;
  border: 1px solid #1B4FAB !important;
  color: #1B4FAB !important;
}

.section-contact__form p{
  margin-bottom: 0 !important;
}

.section-contact__form form{
  position: relative;
}

.section-contact__form form .wpcf7-spinner{
  position: absolute;
  right: 188px;
  bottom: 12px;
}
.section-contact__form textarea{
  height: 96px ;
}

.section-contact__form  input{
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 100%;
  line-height: 22px !important;
  color: #333 !important;
  margin-bottom: 16px;
  border-radius: 0 !important;

}

.section-contact__form input::placeholder, .section-contact__form textarea::placeholder{
  opacity: 1 !important;
  color: #697077 !important;
}

/* Footer */
footer{
  background: #697077;
  padding: 11px 0;

}

footer .container{
  max-width: 1320px;
}

.text-copyright{
  color: #fff;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  margin: 0;
}

.menu-footer{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-inner{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.menu-footer li a{
  padding: 12px 8px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  margin: 0;
  display: inline-block;
}

.socials-footer{
  display: flex;
  align-items: center;
  gap: 16px;
}

.socials-footer img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* LEGAL */
.section-legal .container{
  max-width: 1286px;
}
.section-legal__title{
  font-family: DM Sans;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 61px;
}

.section-legal{
  padding: 79px 0 112px;
}

.section-legal__content p{
  margin: 0 0 32px;
}

.section-legal__content h1,
.section-legal__content h2,
.section-legal__content h3,
.section-legal__content h4,
.section-legal__content h5,
.section-legal__content h6 {
    margin: 40px 0 16px;
    line-height: 1.3;
}

.section-legal__content ul,
.section-legal__content ol {
    margin: 0 0 20px;
    padding-left: 24px;
}

.section-legal__content ul li {
    list-style: disc;
    margin-bottom: 8px;
}

.section-legal__content ol li {
    list-style: decimal;
    margin-bottom: 8px;
}

.section-legal__content a {
    text-decoration: underline;
}

.section-legal__content strong,
.section-legal__content b {
    font-weight: 700;
}

.section-legal__content em,
.section-legal__content i {
    font-style: italic;
}

.section-legal__content blockquote {
    border-left: 4px solid #ccc;
    padding: 12px 20px;
    margin: 0 0 20px;
    font-style: italic;
}

.section-legal__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px;
}

.section-legal__content table th,
.section-legal__content table td {
    border: 1px solid #ccc;
    padding: 10px 14px;
    text-align: left;
}

.section-legal__content hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 40px 0;
}

.section-legal__content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}


/* input */
/* Ẩn input file gốc, dùng label thay thế */
.wpcf7-form-control-wrap[data-name="your-file"] {
    display: block;
    margin-bottom: 16px;
    position: relative;
}

.wpcf7-form-control-wrap[data-name="your-file"] input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    margin: 0 !important;
}

.wpcf7-form-control-wrap[data-name="your-file"]::before {
    content: "   Choose File";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23697077' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 16px 16px;
    padding: 11px 24px;
	padding-left: 40px;
    display: block;
    background-color: #F2F4F8;
    border-bottom: 1px solid #C1C7CD;
    color: #697077;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.wpcf7-form-control-wrap[data-name="your-file"]:hover::before {
    border-bottom-color: #1B4FAB;
    color: #333;
}

.file-name-display {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #697077;
    margin-top: -12px;
    margin-bottom: 16px;
    padding-left: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media(min-width: 768px){
	

	.item-service:nth-child(3){
		 grid-column: span 2;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.item-service:nth-child(3) .item-service__thumb{
		width: 47.3%
	}

	.item-service:nth-child(3) .item-service__content{
		width: 52.7%;
		padding-left: 30px
	}

  .hide-pc{

    display: none !important;

  }


	.item-service {
/* 		display: contents; */
	}

/* 	.item-service__thumb {
		grid-row: 1;
	}

	.item-service__title {
		grid-row: 2;
	}

	.item-service__desc {
		grid-row: 3;
	}

	.list-box__services {
		grid-row: 4;
		align-items: stretch;
	} */

}

@media (max-width: 1024px){
  p{
    font-size: 18px;
  }
  .banner-home{
    padding: 150px 0;
  }

  .banner-home, .section-services, .section-work, .section-about, .section-contact{
    margin-bottom: 160px;
  }

  .slider-partners{
    padding: 0 40px;
  }

  .cta-work{
/*     margin-top: 80px; */
  }

  .heading-section, .section-work__heading, .section-about .heading-section, .section-contact__inner .heading-section{
    margin-bottom: 40px;
  }

  .about-partners{
    margin-top: 120px;
    padding-bottom: 40px;
  }

/*   .subtitle-contact{
    margin: 0;
  } */

  .banner-home h1{
    font-size: 48px;
  }

  .heading-section{
    font-size: 42px;
  }

  .section-contact__info{
    gap: 30px;
  }

  .subtitle-contact, .section-contact__link a{
    font-size: 20px;
  }

  .cta-title__work{
    font-size: 40px;
  }

  .section-contact__info {
    margin-top: 30px;
  }

  p, .box-icon__text{
    font-size: 18px;
  }

  .section-legal__title{
    font-size: 48px;
  }

  .section-legal__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px){
	header ul.menu-text{
		gap:32px
	}
  .section-contact__content {
    max-width: unset;
    width: 100%;
  }

  .section-contact__form{
    padding: 0;
  }

  .list-services{
    gap: 30px;
  }

  .list-work {
      grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner{
    flex-wrap: wrap;
  }

  .menu-footer li a{
    padding: 0;
  }

  .text-copyright{
    width: 100%;
    order: 1;
    text-align: center;
  }

  .menu-footer {
      gap: 12px;
      flex-wrap: wrap;
  }
}

@media(max-width: 767px){
	.top-bar{
		padding-top: 10px;
		padding-bottom: 10px
	}
	
	.top-bar a{
		font-size: 18px
	}
  .section-legal__title {
    margin-bottom: 30px;
  }

  .section-legal {
    padding: 60px 0 80px;
  }

  .section-legal__content p {
    margin: 0 0 20px;
  }

  .section-legal__title{
    font-size: 38px;
  }
  p{
    font-size: 16px;
  }

  .hide-mb{

    display: none !important;

  }

  /* Header Menu */
  header ul.menu-text{
    gap: 30px;
  }
  .menu-toggle{
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    font-size: 24px;
  }

  .container-menu{
    padding: 0;
  }

  .menu-toggle {
      display: block;
  }

  .menu-overlay{
    position: absolute !important;
    top: 0;
    left: -100%;
    transition: left 0.4s ease-in-out;
  }

  
  .menu-overlay.is-open {
      left: 0;
  }
  .menu-text {
      flex-direction: column;
      display: flex;
      flex-flow: column;
      width: 100vw;
      height: 100vh;
      padding: 200px 0 40px 0px;
  }

  header .navbar li.btn-frame a{
    font-weight: 400;
  }

  .menu-text a{
      margin-left: 0 !important;
      z-index: 999;
  }

  .logo-navbar, .menu-toggle{
    z-index: 999;
  }
  .menu-text  a:hover{
    padding-left: 30px !important;
  }

  header .navbar li::after{
    display: none !important;
  }

  .menu-overlay {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 998;
  }


  .menu-toggle__icon.icon-open {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 24px;
    cursor: pointer;
  }

  .menu-toggle__icon.icon-open span {
      display: block;
      width: 24px;
      height: 2px;
      background: #333333;
      transition: all 0.3s ease;
  }

  .menu-navbar.is-open .icon-open span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
  }

  .menu-navbar.is-open .icon-open span:nth-child(2) {
      opacity: 0;
      transform: scaleX(0);
  }

  .menu-navbar.is-open .icon-open span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
  }

  .logo-navbar{
/*       padding-left: 20px; */
  }

  .slider-partners {
      padding: 0 30px;
  }

  .list-services{
    grid-template-columns: 1fr
  }

  .text-copyright{
    text-align: left;
  }

  .banner-home, .section-services, .section-work, .section-about, .section-contact {
    margin-bottom: 120px;
  }

  .banner-home {
    padding: 120px 0;
  }

  .banner-home h1{
    font-size: 34px;
  }

  .heading-section{
    font-size: 32px;
  }

  .section-contact__info{
    gap: 20px;
  }

  .subtitle-contact, .section-contact__link a{
    font-size: 18px;
  }

  .cta-title__work{
    font-size: 30px;
  }

  .section-contact__info {
    margin-top: 20px;
  }

  p, .box-icon__text{
    font-size: 16px;
  }

  .item-service__title{
    font-size: 24px;
  }
	
	.logo-navbar img {
		width: 130px;
	}
}

@media (max-width: 640px){
	    .list-work {
/*         grid-template-columns: 1fr; */
    }
}