:root {
  --main-color: #196264;
  --text-color: #173b3f;
  --white: #ffffff;
  --black: #1d2020;
  --gray: #52525b;
  --button-color: #d3ffff;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#menu-mobi {
  display: none;
}
header .navigation li a .toggle-iconƠ {
  display: none;
}
header .sidebar .text-end {
  display: flex;
  padding-right: 30px;
}
header .sidebar .language-wrapper .dropdown {
  border: 1px solid #c4caca;
  background-color: #fff;
  border-radius: 50px;
  width: 65px;
}
header .sidebar .language-wrapper ul.dropdown-menu {
  width: inherit;
  min-width: unset;
  line-height: unset;
}
header .sidebar .language-wrapper ul.dropdown-menu li {
  min-height: 30px;
  display: flex !important;
  align-items: center;
  padding: 0;
}
header .navigation .menu-item.menu-item-has-children > a .toggle-icon {
  display: none;
}
#tech-content p {
  font-size: 16px;
  line-height: 1.5;
}
#tech-content .sec-tech-01 p {
  color: #475653;
  font-weight: 400;
}
#tech-content .sec-tech-02 p {
  color: var(--gray);
  font-weight: 500;
}
.sec-tech-02 {
  background: linear-gradient(#cee0e0, #fafafa);
  position: relative;
  padding: 80px 0;
}
.sec-tech-02::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(".././images/Pattern.webp") no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.tech-container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.list-technologies {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-left: 0;
  max-width: 1275px;
  margin: 0 auto;
  gap: 40px 110px;
  justify-items: center;
}
ul li {
  list-style: none !important;
}
.list-technologies .item {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
}
.list-technologies .item img {
  width: 100%;
}
.sec-tech-02 .tech-title {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
}
.sec-tech-02 .sub-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 12px 32px;
  display: inline;
  color: var(--button-color);
  background: linear-gradient(
      180deg,
      rgba(18, 40, 55, 0) 0%,
      rgba(74, 240, 255, 0.5) 100%
    ),
    linear-gradient(0deg, #196264, #196264);
  border-radius: 50px;
}
.sec-tech-02 .main-title {
  margin-top: 20px;
}
.sec-tech-02 .main-title h2 {
  color: var(--black);
  font-size: 48px;
  line-height: 1.5;
  font-weight: 800;
}
.sec-tech-02 .main-title h2 span {
  color: var(--main-color);
}
.sec-tech-02 .main-title p.desc {
  margin-bottom: 30px;
}
.sec-tech-01 .tech-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 100px;
}
.sec-tech-01 .tech-detail .item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 32px;
  border-radius: 24px;
  background-color: var(--white);
}
.sec-tech-01 .item .thumb {
  margin-bottom: 40px;
}
.sec-tech-01 .item .thumb img {
  width: auto;
  height: 80px;
}
.sec-tech-01 .item p {
  margin-bottom: 0 !important;
}
.sec-tech-01 .item h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--text-color);
}
.sec-tech-01 .tech-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 100px;
}
.sec-tech-01 .tech-intro .left h2 {
  font-size: 58px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
  color: var(--black);
}
.sec-tech-01 .tech-intro .right img {
  height: 480px;
  width: auto;
}
.bg-oval-base {
  position: relative;
}
.bg-oval-base::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(.././images/Oval-Base.webp) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-oval-base::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(.././images/ellipse.webp) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#about-01.bg-oval-base::before {
  background: url(.././images/Oval-Base.webp) no-repeat;
  top: 150px;
}
.mobile-only,
#offshore-02 .mobile-only {
  display: none;
}
.faq-question::after,
.faq-question.active::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 26px;
  background-size: contain;
  flex: 0 0 10%;
  max-width: 24px;
}
.faq-question::after {
  background-image: url(.././images/icon-open.png);
}
.faq-question.active::after {
  background-image: url(.././images/icon-close.png);
}
/*About*/
.space-bottom {
  margin-bottom: 120px;
}
#about-01 {
  padding: 40px 0 100px;
  overflow: hidden;
}
#about-01 .container {
  position: relative;
  z-index: 1;
}
#about-01 .intro-company .box-content {
  flex: 0 0 52%;
}
#about-01 .intro-company .box-media {
  flex: 1;
}
#about-01 .intro-company {
  display: flex;
  gap: 70px;
}
#about-01 h2 {
  font-size: 64px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin-bottom: 0;
}
#about-01 .intro-company h2 {
  margin-bottom: 25px;
}
/* #about-01 h2 .line {
  font-family: "Plus Jakarta Sans", sans-serif;
} */
.line {
  display: block;
}
.color-gray {
  color: var(--gray);
}
.color-green {
  color: var(--main-color);
}
#about-01 h2 .border-text {
  -webkit-text-stroke: 1.5px var(--main-color);
  color: transparent;
}
#about-01 p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.36px;
  color: var(--black);
  max-width: 790px;
}
#about-01 .intro-company p {
  padding-right: 55px;
}
#about-01 .box-media img {
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
}
#about-01 .established .box-text {
  gap: 384px;
  align-items: center;
  margin-bottom: 24px;
}
#about-01 .established .box-text p {
  margin-bottom: 0;
  color: var(--gray);
}
#about-01 .box-image {
  gap: 20px;
}
#about-01 .box-image .img-left {
  flex: 0 0 60%;
  max-width: 60%;
}
#about-01 .box-image .img-right {
  flex: 1;
}
#about-01 .box-image img {
  height: 420px;
  width: 100%;
}
.developmentsec1 img.w-100,
.maintenancesec1 img.rounded-4 {
  object-fit: cover;
}
#about-02 .mission-vision {
  flex: 1;
  position: relative;
  overflow: hidden;
}
#about-02 .box-mission {
  background: #eef2e4;
  padding: 48px 64px 48px 160px;
}
#about-02 .box-vision {
  background: #dbede9;
  padding: 48px 160px 48px 64px;
}
#about-02 .box-mission::before {
  content: "";
  display: block;
  width: 238px;
  height: 238px;
  background: url(.././images/darts.png) no-repeat;
  position: absolute;
  bottom: -50px;
  left: 0;
}
#about-02 .box-vision::after {
  content: "";
  display: block;
  width: 444px;
  height: 202px;
  background: url(.././images/vision.png) no-repeat;
  position: absolute;
  right: -22px;
  bottom: -12px;
}
#about-02 .mission-vision p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--text-color);
}
.about-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 12px 32px;
  display: inline-block;
  background: linear-gradient(
      180deg,
      rgba(18, 40, 55, 0) 0%,
      rgba(74, 240, 255, 0.5) 100%
    ),
    linear-gradient(0deg, #196264, #196264);

  border-radius: 50px;
  color: var(--button-color);
  margin-bottom: 24px;
}

#about-03 {
  position: relative;
}
#about-03::after {
  content: "";
  display: block;
  width: 515px;
  height: 1325px;
  background: url(.././images/oval-base-right.png) no-repeat;
  position: absolute;
  right: 0;
  top: -300px;
  z-index: -1;
}
#about-03 .title {
  text-align: center;
}
#about-03 .list-leadership {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 125px auto 0;
  max-width: 1280px;
}
#about-03 .list-leadership .item {
  box-shadow: 0px 6px 24px 0px #4d4d4d14;
  border-radius: 16px;
  padding: 12px;
  height: fit-content;
  border: 2px solid #e9e9ea;
}
#about-03 .item .infor-leader {
  text-align: center;
  margin-top: -100px;
}
#about-03 .item .infor-leader img {
  max-width: 100%;
  margin-bottom: 5px;
  border-radius: 50%;
  border: 5px solid #fff;
  width: 180px;
  height: 180px;
  object-fit: cover;
}
#about-03 .item .content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  color: #131313;
}
#about-03 .item .content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #9399a5;
}
#about-03 .education {
  background: #f2f2f2;
  padding: 12px;
  border-radius: 12px;
  color: var(--text-color);
}
#about-03 .education p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}
#about-03 .education p:last-child {
  margin-bottom: 0;
}
#about-04 {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url(.././images/company-summary.jpg);
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat;
  padding: 95px 160px 95px 80px;
  color: var(--white);
  align-items: center;
  margin-bottom: 100px;
}
#about-04 .box-left {
  flex: 0 0 1060px;
}
#about-04 .box-right {
  flex: 1;
}
.myCompany {
  width: 100%;
  height: auto;
}

.myCompany .swiper-slide {
  width: 100%;
  max-width: 335px;
  box-sizing: border-box;
}

#about-04 .company-summary .item {
  border: 1px solid #fafafa;
  padding: 24px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  min-height: 272px;
  background: rgb(250, 250, 250, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

#about-04 .company-summary .item p,
#about-04 .company-summary .item ul {
  margin-bottom: 0;
  font-weight: 300;
}
#about-04 .company-summary .item ul {
  padding-left: 25px;
  font-size: 15px;
}
#about-04 .company-summary .item ul::marker {
  font-size: 5px !important;
}
#about-04 .item ul li {
  list-style: disc !important;
}
#about-04 .company-summary .item h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #ffffff;
}
#about-04 p {
  color: #ffffff;
}
#about-04 .company-summary .item.first-slider h4 {
  font-size: 18px;
}
#about-04 .box-right h2 {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: right;
  letter-spacing: 2px;
  color: #ffffff;
}
/*Offshore*/
#offshore-01 {
  background: linear-gradient(#00000080, #00000080),
    url(.././images/offshore-01.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 815px;
}
#offshore-01 .box-content {
  width: 45%;
  max-width: 678px;
  padding-top: 100px;
  color: var(--white);
}
#offshore-01 h2 {
  font-size: 58px;
  font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #ffffff;
}
#offshore-01 p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #ffffff;
}
#offshore-01 h2 span {
  font-weight: 800;
}
#offshore-01 p:not(:last-child) {
  margin-bottom: 25px;
}
#offshore-02 {
  padding: 120px 0;
}
#offshore-02 .why-choose-amcolab .title {
  height: 260px;
  background: url(.././images/bg-why-choose.webp) no-repeat;
  background-size: 100%;
}
#offshore-02 .why-choose-amcolab .title h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.6px;
  text-align: center;
  margin: 0 auto;
  max-width: 730px;
  padding: 60px 0;
  color: var(--white);
}
#offshore-02 .list-reasons {
  width: 100%;
  padding: 0 25px 120px;
  margin-top: -55px;
}
#offshore-02 .list-reasons .item {
  background: var(--white);
  padding: 32px;
  border-radius: 32px;
  min-height: 400px;
  box-shadow: 8px 8px 40px 0px #00000014;
}
#offshore-02 .list-reasons .item h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--black);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}
#offshore-02 .list-reasons .item h4 span {
  font-weight: inherit;
}
#offshore-02 .list-reasons .item h4::after {
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  background: #718c8c;
  position: absolute;
  bottom: 0;
}
#offshore-02 .list-reasons .item p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--gray);
  padding-top: 20px;
  margin-bottom: 0;
}
#offshore-02 .our-services .title {
  max-width: 925px;
}
#offshore-02 .our-services .desc p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--gray);
}
#offshore-02 .list-services {
  padding: 32px 0 16px;
  overflow: visible;
}
#offshore-02 .list-services .item {
  border-radius: 24px;
  box-shadow: 4px 4px 24px 0px rgb(0, 0, 0, 0.1);
  padding: 24px;
  min-height: 635px;
}
#offshore-02 .list-services .thumb img {
  width: 280px;
  height: 280px;
  display: block;
  margin: 0 auto 24px;
}
#offshore-02 .list-services .content h4 {
  font-size: 24px;
  line-height: 1.16;
  font-weight: 700;
  margin-bottom: 12px;
}
#offshore-02 .list-services .content p {
  font-size: 16px;
  line-height: 1.5;
  color: #9399a5;
  margin-bottom: 0;
}
#offshore-02 .how-we-work {
  background: url(.././images/bg-how-we-work.webp) no-repeat;
  background-size: cover;
  color: var(--white);
  border-radius: 32px;
}
#offshore-02 .how-we-work .desc {
  max-width: 1263px;
  float: right;
  margin: 33px 40px 60px 0;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
}
.clear {
  clear: both;
}
#offshore-02 .how-we-work .sec-method {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 150px;
  padding-bottom: 68px;
}
#offshore-02 .how-we-work .sec-method .item-method {
  width: 100%;
  max-width: 460px;
}
#offshore-02 .how-we-work .item-method img {
  height: 219px;
  width: auto;
  display: block;
  margin: 0 auto 32px;
}
#offshore-02 .how-we-work .content h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}
#offshore-02 .how-we-work .content p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  color: #ffffff;
}
#offshore-02 .about-title {
  background: linear-gradient(
      to bottom,
      rgba(18, 40, 55, 0),
      rgba(74, 240, 255, 0.3)
    ),
    linear-gradient(0deg, #196264, #196264);
}
#offshore-03 {
  background: #eef2e4;
  padding: 48px 0;
}
#offshore-03 .pricing-models {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
#offshore-03 .pricing-model img {
  height: 80px;
  width: auto;
  display: block;
  margin-bottom: 40px;
}
#offshore-03 .pricing-model h4 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 12px;
}
#offshore-03 .pricing-model p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #475653;
}
#offshore-03 .pricing-model .btn-view-more {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
#offshore-03 .pricing-model h4,
#offshore-03 .pricing-model .btn-view-more {
  color: var(--text-color);
}
#offshore-04 .title {
  text-align: center;
}
#offshore-04 .dev-process {
  padding-top: 80px;
}
#offshore-04 .dev-process .item {
  border: 4px solid;
  color: var(--white);
  min-height: 316px;
  border-radius: 40px;
  position: relative;
  padding: 0 32px 32px;
}
#offshore-04 .dev-process .item::after {
  content: "";
  width: 46px;
  height: 43px;
  display: block;
  /* background-image: url(.././images/arrow-right.svg); */
  background-size: contain;
  position: absolute;
  right: -46px;
  top: 50%;
  transform: translateY(-50%);
}
#offshore-04 .dev-process .item.bg-process-01::after {
  background-image: url(.././images/arrow-01.png);
}
#offshore-04 .dev-process .item.bg-process-02::after {
  background-image: url(.././images/arrow-02.png);
}
#offshore-04 .dev-process .item.bg-process-03::after {
  background-image: url(.././images/arrow-03.png);
}

#offshore-04 .dev-process .item.bg-process-04::after {
  content: none;
}
#offshore-04 .dev-process .item img {
  width: 120px;
  height: 120px;
  display: block;
  margin: -60px auto 0;
}
#offshore-04 .item .content {
  margin-top: 10px;
}
#offshore-04 .item .content h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
}
#offshore-04 .item .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  color: #ffffff;
}
#offshore-04 .dev-process .bg-process-01 {
  background: linear-gradient(#00000073, #00000073),
    url(.././images/bg-process-01.webp) no-repeat;
  background-size: cover;
  border-color: #a9b9b9;
}
#offshore-04 .dev-process .bg-process-02 {
  background: linear-gradient(#00000073, #00000073),
    url(.././images/bg-process-02.webp) no-repeat;
  background-size: cover;
  border-color: #849090;
}
#offshore-04 .dev-process .bg-process-03 {
  background: linear-gradient(#00000073, #00000073),
    url(.././images/bg-process-03.webp) no-repeat;
  background-size: cover;
  border-color: #718c8c;
}
#offshore-04 .dev-process .bg-process-04 {
  background: linear-gradient(#00000073, #00000073),
    url(.././images/bg-process-04.webp) no-repeat;
  background-size: cover;
  border-color: #485959;
}
.logoSwiperPc .swiper-wrapper,
.splideBrand .splide__track {
  transition-timing-function: linear !important;
}
footer .fo-nav .col-lg-3 {
  width: 16.66666667%;
}
footer .fo-nav .col-lg-3:nth-child(3) {
  width: 33.33333333%;
}
footer .fo-nav li {
  margin-bottom: 24px;
}
footer .fo-nav ul li:hover {
  padding-left: 0;
}
.sec-tech-02 .main-title h2 span {
  font-weight: 800;
}
.qa-title-mobile {
  display: none !important;
}
/*Update*/
#about-01 #thumbnail-video {
  height: 500px;
  border-radius: 20px;
}
