* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-VariableFont_wdth\,wght.ttf") format("ttf");
}

a {
  text-decoration: none !important;
  color: inherit;
}

body,
html {
  height: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: visible;
  font-family: "Noto Sans", sans-serif !important;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans", sans-serif !important;
}

header {
  width: 100%;
  height: 88px;
  flex: 0 0 auto;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 20px 0px;
  background-color: #fff;
}

.head-container {
  width: 80%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-container .logo {
  height: 100%;
}

.head-container img {
  width: auto;
  height: 100%;
}

/* --- */
.navbar-nav .nav-item {
  margin: 0 10px;
  position: relative;
  height: 38px;
}

.navbar-nav .nav-item:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -27px;
  left: 0;
  background-color: transparent;
}

.navbar-nav .nav-item:hover::after,
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #ec0008 transparent transparent transparent;
}

/* navigation */
.nav-link {
  color: #333 !important;
  padding: 6px 10px !important;
  border-radius: 25px;
  height: 100%;
  line-height: 2;
  z-index: 1;
}

.nav-item:hover span,
.nav-item:hover .nav-link span,
.nav-link:hover span {
  color: #fff;
}

.nav-link.active {
  color: #fff !important;
  background-color: #ec0008;
  border-radius: 25px;
  transition: color 0.1s ease-in-out;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown:hover .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}

.dropdown:hover .dropdown-menu:has(li:hover)::before,
.dropdown:hover .dropdown-menu:has(li a:hover)::before {
  border-color: transparent transparent #ec0008 transparent;
}

.nav-item .dropdown-menu {
  width: 100%;
  /* margin-top: 5px; */
  padding: 0;
  top: calc(100% + 24px);
  left: 0;
  /* border-top: 5px solid transparent; */
  border-radius: 7px;
  box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.23);
  background-color: #000;
}

.nav-item .dropdown-menu a {
  color: #fff;
  font-size: 13px;
  /* height: 36px;
  line-height: 2; */
  text-align: left;
  padding: 10px 20px;
}

.dropdown-item:hover {
  background-color: #ec0008;
  color: #fff;
}

/* .dropdown-toggle:hover::after {
  border-top-color: #fff;
} */

.nav-item .dropdown-menu a:hover {
  background-color: #ec0008;
  border-radius: 6px;
}

.nav-item .nav-link .btnbg-x {
  position: absolute;
  background: #ec0008;
  left: 50%;
  width: 0;
  top: 0px;
  bottom: 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.nav-item:hover .btnbg-x,
.nav-link:hover .btnbg-x {
  width: 100%;
  left: 0px;
  border-radius: 25px;
}

.nav-link span {
  position: relative;
  z-index: 1;
}

#carousel {
  height: calc(100% - 88px);
  flex: 1 0 auto;
}

.carousel-inner,
.carousel-item {
  height: 100%;
  position: relative;
}

.carousel-inner img {
  height: 100%;
  object-fit: cover;
}

.banner-flag {
  position: absolute;
  left: 150px;
  bottom: 226px;
}

.banner-flag .flag-content {
  padding: 10px 20px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.6);
}

.banner-flag .flag-content p {
  margin: 0;
  font-size: 60px;
  color: rgb(68, 68, 68);
  font-family: "Noto Sans", sans-serif;
}

.banner-flag .flag-content p span {
  color: rgb(251, 133, 0);
}

.banner-flag .flag-button {
  margin-top: 50px;
  display: inline-block;
}

.banner-flag .flag-button a {
  display: block;
  padding: 0 60px;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  border-radius: 5px;
  background-image: linear-gradient(
    rgb(252, 161, 56) 0%,
    rgb(245, 132, 1) 100%
  );
}

.banner-flag .flag-button a:hover {
  background-image: linear-gradient(rgb(43, 63, 150) 0%, rgb(46, 60, 124) 100%);
}

/* content */
.main-content {
  flex: 1 0 auto;
  width: 100%;
  margin: auto;
}

#about,
#services,
#about2,
#contact {
  width: 100%;
  padding: 80px 30px 60px;
  background-color: rgb(245, 245, 245);
}

.about-content {
  width: 76%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-content .left-content {
  width: 50%;
  padding-right: 60px;
  position: relative;
}

.about-content .right-content {
  width: 50%;
  padding-left: 40px;
}

.about-content .right-content p {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: rgb(68, 68, 68);
  line-height: 1.8;
}

.about-content .left-content::after {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eee;
}

.about-content h3,
.about2-head h3,
.whychoose-content h3 {
  font-size: 20px;
  font-weight: 400;
  color: rgb(251, 133, 0);
  margin-top: 10px;
}

.about-content h2 {
  font-size: 38px;
  font-weight: 400;
  color: rgb(33, 41, 52);
  margin-top: 35px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.btn-area {
  width: 76%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-area .view-more {
  margin-top: 120px;
  display: inline-block;
}

.btn-area .view-more a {
  display: inline-block;
  padding: 17px 40px;
  color: #fff;
  border-radius: 40px;
  background-image: linear-gradient(
    rgb(252, 160, 56) 0%,
    rgb(245, 133, 4) 100%
  );
}

/* about2 */
#about2 {
  background-color: #fff;
}

.about2-container {
  width: 76%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 30px;
}

.about2-body p {
  font-size: 20px;
  color: rgb(68, 68, 68);
  line-height: 1.8;
  margin-bottom: 20px;
}

.about2 .grade-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.about2 .grade-t span:first-child {
  font-size: 16px;
  color: rgb(68, 68, 68);
}

.about2 .grade-t span:last-child {
  font-size: 20px;
  color: rgb(68, 68, 68);
  font-weight: 700;
}

.about2 .grade-p {
  background-color: #f2f3f5;
  height: 10px;
  border-color: #f2f3f5;
  margin: 0;
  width: 100%;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none;
  display: flex;
  margin-bottom: 10px;
}

.about2 .progress {
  width: 98%;
  background-color: rgb(247, 148, 29);
  border: 0px solid rgb(255, 255, 255);
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  transition: width 0.6s ease;
  border-radius: 0;
}

.about2 .end-text {
  margin-top: 20px;
  color: rgb(68, 68, 68);
  font-size: 16px;
  line-height: 1.8;
}

.end-text span a {
  color: rgb(68, 68, 68);
  font-size: 16px;
  line-height: 1.8;
  color: #ff9900;
}

/* services */
#services {
  background-color: #eee;
}

.services-container {
  width: 76%;
  margin: auto;
}

.services-container .services-head h2,
.about2-head h2,
.services-container .services-head h3,
.about2-head h3,
.whychoose-content h3 {
  margin-top: 10px;
}

.services-container h3,
.about2-head h3 {
  font-size: 20px;
  color: rgb(251, 133, 0);
}

.services-container .services-head h2,
.about2-head h2 {
  font-size: 40px;
  color: rgb(68, 68, 68);
}

.services-container .services-head h2:last-child,
.about2-head h2:last-child {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.services-head {
  text-align: center;
  margin-bottom: 40px;
  padding: 10px;
}

.services-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-item {
  margin: 0 40px 20px 0;
  width: calc((100% - 120px) / 4);
  height: 456px;
  background-color: #fff;
}

.services-content .services-item:last-child {
  margin-right: 0;
}

.services-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.services-item .item-title {
  padding: 30px 20px;
  margin-bottom: 20px;
}

.services-item .item-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: rgb(68, 68, 68);
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

/* whychoose */
#whychoose {
  padding-left: 30px;
  background-color: #fff;
}

.whychoose-container {
  width: 88%;
  margin-left: 12%;
}

.whychoose-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.whychoose-content {
  padding-top: 80px;
  padding-right: 60px;
}

.whychoose-pic {
  padding-left: 30px;
  height: 990px;
}

.whychoose-pic img {
  width: 792px;
  height: 100%;
  object-fit: cover;
}

.whychoose-content h2 {
  margin-top: 10px;
  font-size: 40px;
  color: rgb(68, 68, 68);
}

.whychoose-content h2.end-title {
  font-weight: 700;
}

.whychoose-content p {
  margin-top: 35px;
  font-size: 16px;
  color: rgb(68, 68, 68);
  line-height: 1.8;
  margin-bottom: 60px;
}

.whychoose-content p:last-child {
  margin-top: 60px;
}

.whychoose-content ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.whychoose-content ul li {
  margin-bottom: 30px;
  padding-left: 20px;
  font-weight: 700;
  width: fit-content;
  position: relative;
}

.whychoose-content ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

.whychoose-content ul li::after {
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  background-color: rgb(251, 133, 0);
  position: absolute;
  left: 20px;
  bottom: -2px;
}

/* contact */
#contact {
  background-color: rgb(245, 245, 245);
}

.contact-container {
  width: 76%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.contact-touch {
  flex: 0 0 660px;
}

.contact-container .contact-touch h3 {
  font-size: 20px;
  font-weight: 400;
  color: rgb(251, 133, 0);
  margin-top: 10px;
}

.contact-container .contact-touch h2 {
  font-size: 40px;
  color: rgb(68, 68, 68);
  font-weight: 700;
  margin-bottom: 35px;
}

.contact-container .contact-touch p {
  font-size: 16px;
  color: rgb(68, 68, 68);
  margin-bottom: -10px;
}

/* form-start */
.contact-form {
  max-width: 660px;
  margin-top: 40px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.required {
  color: red;
  margin-left: 4px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.form-group textarea {
  resize: vertical;
}

.form-submit {
  text-align: center;
}

.form-submit button {
  padding: 12px 40px;
  background-image: linear-gradient(
    rgb(252, 160, 56) 0%,
    rgb(245, 133, 4) 100%
  );
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.form-submit button:hover {
  opacity: 0.9;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: rgb(251, 133, 0);
  box-shadow: 0 0 5px rgba(251, 133, 0, 0.2);
}

.error-message {
  display: none;
  color: #ec0008;
  font-size: 12px;
  margin-top: 5px;
}

.form-group.error input,
.form-group.error textarea {
  border-color: #ec0008;
}

.form-group.error .error-message {
  display: block;
}
/* form-end */

/* locations */
.contact-locations {
  margin-top: 16px;
  flex: 1 1 auto;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  box-shadow: 5px 9px 65px 0px rgba(112, 144, 176, 0.149);
}

.contact .address-area,
.contact .email-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.contact .address-area h2,
.contact .email-area h2,
.contact .email-area h2 a {
  display: block;
  color: rgb(33, 41, 52);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.address-area img,
.email-area img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.email-area h2 a:hover {
  color: #ff9900;
}

/*  */
.contact-locations .text {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  font-size: 16px;
  color: rgb(68, 68, 68);
  line-height: 1.8;
}

.head-title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 40px;
}

.contact-locations .text p {
  margin-bottom: 40px;
}

/* footer */
footer {
  background-color: #023047;
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 0px 0px 0px 0px;
  border-color: #e2e2e2;
  border-style: solid;
  padding: 60px 0;
}

.footer-container {
  width: 65%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.footer-logo a img {
  max-width: 300px;
  margin-bottom: 40px;
}

.footer-container .address-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.footer-container .address-area h2,
.footer-container .address-area h2 a {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.footer-container .email-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-container .email-area h2 {
  font-size: 14px;
  margin: 0;
}

.footer-container .email-area h2 a {
  color: #fff;
  margin: 0;
}

.footer-container .email-area h2 a:hover {
  color: #ff9900;
  transition: color calc(300 * 1ms) cubic-bezier(0.42, 0.01, 0.58, 1),
    background-color calc(300 * 1ms) cubic-bezier(0.42, 0.01, 0.58, 1);
}

.footer-nav {
  min-width: 50%;
  margin-top: 20px;
}

.footer-nav > ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}

.footer-nav > ul > li {
  width: 50%;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.footer-nav ul li a {
  color: #fff;
}

.footer-nav > ul > li:hover > a,
.footer-nav > ul li a:hover {
  color: #ff9900;
  transition: color calc(300 * 1ms) cubic-bezier(0.42, 0.01, 0.58, 1),
    background-color calc(300 * 1ms) cubic-bezier(0.42, 0.01, 0.58, 1);
}

.mobile-why {
  display: none;
  position: absolute;
  top: 38px;
  padding: 6px 10px;
  margin-left: 20px;
}

.mobile-why a {
  color: #333;
  font-size: 14px;
}

.pic-container img {
  width: 632px;
  height: 757px;
  object-fit: cover;
}

/* pc pad mobile */

@media screen and (max-width: 1024px) {
  .head-container {
    width: 90%;
  }

  .navbar-nav .nav-item {
    margin: 0 5px;
  }

  .about-content,
  .services-container,
  .contact-container {
    width: 90%;
  }

  .services-content {
    flex-wrap: wrap;
  }

  .services-item {
    width: calc((100% - 40px) / 2);
    margin: 0 20px 20px 0;
  }

  .services-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: auto;
    padding: 10px 0;
  }

  .head-container {
    width: 95%;
  }

  .navigation {
    position: relative;
  }

  #carousel {
    height: 50vh;
  }

  .banner-flag {
    left: 20px;
    bottom: 100px;
  }

  .banner-flag .flag-content p {
    font-family: "Noto Sans", sans-serif;
    font-size: 30px;
  }

  .about-content {
    flex-direction: column;
  }

  .about-content .left-content,
  .about-content .right-content {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .about-content .left-content::after {
    display: none;
  }

  .services-item {
    width: 100%;
    margin-right: 0;
  }

  .contact-container {
    flex-direction: column;
  }

  .contact-touch {
    flex: none;
    width: 100%;
  }

  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-nav > ul {
    justify-content: center;
  }

  .footer-nav > ul > li {
    width: 100%;
    text-align: left;
  }

  /* ------- */

  #navbarNav {
    width: 100%;
    position: fixed;
    top: 90px;
    left: 0;
    background-color: #fff;
    z-index: 9999;
  }

  .mobile-why {
    display: block;
  }

  .about2-container {
    flex-direction: column;
  }

  .whychoose-container,
  .contact-page-container {
    flex-direction: column;
    gap: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .whychoose-content,
  .whychoose-pic {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .head-container img,
  .whychoose-pic img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }

  .whychoose-pic {
    height: auto;
  }

  .about-wrapper,
  .about-page-body-wrapper,
  .about-whychooseus-wrapper,
  .about-whychooseus-page-body-wrapper,
  .services-wrapper,
  .services-page-body-wrapper,
  .careers-wrapper,
  .careers-page-body-wrapper,
  .contact-wrapper,
  .contact-page-body-wrapper,
  .about2-container,
  .services-container,
  .contact-container {
    width: 100% !important;
    height: auto !important;
  }

  .about-content h1,
  .about-whychooseus-content h1,
  .services-wrapper h1,
  .careers-wrapper h1 {
    font-size: 36px !important;
  }

  .nav-item.dropdown {
    height: 76px;
    position: relative;
  }

  .about2-container img {
    max-width: 100%;
  }

  .navbar-nav .nav-item:hover::after,
  .navbar-nav .nav-link.active::after,
  .nav-item .nav-link .btnbg-x,
  .dropdown-menu,
  .navbar-nav .nav-item:hover::before {
    display: none !important;
  }

  .mobile-why-active a {
    color: #fff;
  }
}

@media screen and (max-width: 480px) {
  .banner-flag .flag-content p {
    font-size: 24px;
  }

  .about-content h2,
  .services-container h2 {
    font-size: 28px;
  }

  .form-submit button {
    width: 100%;
  }

  /* ------ */
  .head-container img {
    max-width: 100%;
  }

  #navbarNav {
    width: 100%;
    position: fixed;
    top: 90px;
    left: 0;
    background-color: #fff;
    z-index: 9999;
  }

  .mobile-why {
    display: block;
  }

  .about2-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .navbar-toggler {
    display: block;
    border: none;
    padding: 10px;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav {
    flex-direction: column;
  }

  .nav-item {
    width: 100%;
    margin: 5px 0;
  }

  .dropdown-menu {
    position: static !important;
    width: 100%;
    margin-top: 0 !important;
    box-shadow: none;
  }
}
