* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #333;
  line-height: 1.5;
  letter-spacing: 1px;
  box-sizing: border-box;
}

ul,
li {
  margin-top: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

/* header-start */
.head_top {
  width: 100%;
  height: 40px;
  background-color: #2425aa;
}

.head_top_wrap {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  font-size: 0;
  justify-content: flex-end;
  align-items: center;
}

.icon_mail {
  width: 24px;
  margin-right: 8px;
  line-height: 1;
}

.head_mail {
  color: #fff;
  font-size: 14px;
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease;
}

.head_mail:hover {
  color: #ffb907;
}

header {
  position: relative;
}

.nav_area {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: transparent;
  transition: all 0.3s ease;
}

.nav_area .nav_wrap {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_area .nav_wrap > a {
  font-size: 0;
}

.nav_area .nav_wrap > a > img {
  max-width: 186px;
  filter: brightness(1.3);
}

.nav_area .nav_wrap ul {
  display: flex;
}

.nav_area .nav_wrap ul li {
  margin: 0 10px;
}

.nav_area .nav_wrap ul li a {
  padding: 12px 10px;
  color: #fff;
  font-size: 18px;
  position: relative;
  transition: all 0.3s ease;
}

.nav_area .nav_wrap ul li a.active::after {
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  background-color: #ffb907;
  transform: translate(-50%, 0);
}

.nav_area .nav_wrap ul li a:hover::after {
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  background-color: #ffb907;
  transform: translate(-50%, 0);
}

.nav_area .nav_wrap ul li a:hover {
  color: #ffb907;
}

#logo2 {
  display: none;
}

/* carousel-area */
.carousel-container {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}

.carousel-item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(37, 49, 61, 0.5);
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-button {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 10; */
}

/* .carousel-button:hover {
  background: rgba(255, 255, 255, 0.8);
} */

.carousel-button.prev {
  left: 40px;
}

.carousel-button.next {
  right: 40px;
}

/*  */
.carousel-button {
  display: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0.8;
}

.carousel-button .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  /* box-shadow: 0 0 5px 1px white; */
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #282936;
  /* border-radius: 1.625rem; */
}

.carousel-button .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.carousel-button .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 50%;
  width: 100%;
  height: 100%;
  background: none;
  transform: translate(-50%, 0);
  background: none;
}

.carousel-button .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.carousel-button.prev .circle .icon.arrow::before {
  top: 5px;
  right: 10px;
  transform: rotate(225deg) translate(-50%, -50%);
}

.carousel-button:hover {
  opacity: 1;
}

.carousel-container:hover .carousel-button {
  display: inline-block;
}

/* button:active .circle .icon.arrow {
  transform: translate(9.5rem, 0);
  transition: all 0.3s;
}

button:active .circle {
  transform: scale(0.9);
  transition: all 0.3s;
  box-shadow: 0 0 5px 0.5px white;
} */

/*  */

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-indicator.active {
  background-color: rgba(255, 255, 255, 0.8);
}

/* carousel-end */
.banner_txt {
  width: 960px;
  height: 400px;
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.banner_txt .txt_title {
  width: 100%;
  line-height: 1.1;
  font-size: 80px;
  color: #fff;
  font-family: Cambria;
}

.banner_btn {
  width: 100%;
  margin-top: 36px;
  display: flex;
  gap: 40px;
}

.banner_btn button {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 20px;
  font-size: 17px;
  cursor: pointer;
  font-weight: bold;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  width: 200px;
  border: none;
}

.banner_btn button.btn1 {
  background-color: #2425aa;
  color: #fff;
}

.banner_btn button.btn2 {
  border: 2px solid #fff;
}

.banner_btn button:hover {
  color: white;
}

.banner_btn button.btn1:hover {
  opacity: 0.9;
  border: 2px solid #3638c7;
}

.banner_btn button.btn2:hover {
  border: 2px solid transparent;
}

.banner_btn button::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #3638c7;
  z-index: -1;
  transition: all 1s;
}

.banner_btn button:hover::before {
  width: 160%;
}

/* header-end */

/* main-start */
.main_area {
  padding-bottom: 120px;
}

.main_service .service_wrap {
  position: relative;
  width: 1232px;
  top: -72px;
  margin: 0 auto;
  padding: 20px 20px 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.main_service .service_item {
  position: relative;
  display: block;
  width: 384px;
  height: 218px;
}

.main_service .service_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_service .service_txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px 20px;
}

.main_service .service_title {
  position: relative;
  width: 100%;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 16px;
}

.main_service .service_title span {
  height: 100%;
  color: #fff;
  font: 700 60px "bs";
  left: -10px;
  opacity: 0.2;
  position: absolute;
  top: -32px;
}

.main_service .service_title p {
  margin-left: 10px;
  font-size: 24px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.main_service .service_desc {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  width: 78%;
  margin-left: 10px;
}

.main_about {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.main_about .about_title h1,
.main_service2 .service2_title h1 {
  width: fit-content;
  height: 42px;
  line-height: 42px;
  font-size: 32px;
  color: #000;
  position: relative;
  font-family: Georgia;
}

.main_about .about_title h1:before,
.main_service2 .service2_title h1:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: rgb(36, 37, 170);
}

.main_about .about_content {
  margin-top: 60px;
}

.main_about .about_content p {
  width: 100%;
  line-height: 28px;
  font-size: 18px;
  margin-top: 30px;
}

.main_service2 {
  background-color: #fafafa;
  padding: 68px 0 90px;
}

.service2_wrap {
  width: 1200px;
  margin: 0 auto;
}

.service2_list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

/* card-start */
.service2_card {
  --border-radius: 10px;
  --primary-color: #333;
  --secondary-color: #333;
  width: 380px;
  height: 220px;
  padding: 24px 20px;
  cursor: pointer;
  border-radius: var(--border-radius);
  background: #f1f1f3;
  /* box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 3%); */
  position: relative;
}

.service2_card > * + * {
  margin-top: 10px;
}

.service2_card .service2_card_content {
  color: var(--secondary-color);
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service2_card .service2_card_title {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.service2_card .service2_card_arrow {
  position: absolute;
  background: var(--primary-color);
  padding: 10px 20px;
  border-top-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  bottom: 0;
  right: 0;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service2_card svg {
  transition: 0.2s;
}

.service2_card:hover .service2_card_arrow {
  background: #ffb907;
}

.service2_card:hover .service2_card_arrow svg {
  transform: translateX(3px);
}

/* card-end */

.main_team {
  padding: 80px 0;
  background-color: #fff;
}

.main_team .team_wrap {
  width: 1200px;
  margin: 0 auto;
}

.main_team .team_title h1 {
  width: fit-content;
  height: 42px;
  line-height: 42px;
  font-size: 32px;
  color: #000;
  position: relative;
  font-family: Georgia;
}

.main_team .team_title h1::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background: rgb(36, 37, 170);
}

.main_team .slider-container {
  margin-top: 60px;
}

.team-slider {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.team-slider-track {
  display: flex;
  gap: 40px;
  will-change: transform;
  user-select: none;
  transition: transform 0.3s ease;
}

/* team-card  start */
.team-slider-track .card {
  width: 320px;
  height: 400px;
  color: #fff;
  padding: 30px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(36, 37, 170);
  border-radius: 15px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.team-slider-track .card > a {
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.team-slider-track .card a span,
.team-slider-track .card a p,
.team-slider-track .card a .detail {
  transition: all 0.3s ease;
}

.team-slider-track .card:hover {
  opacity: 0.9;
}

.team-slider-track .card:hover a span,
.team-slider-track .card:hover a p,
.team-slider-track .card:hover a .detail {
  color: #ffb907;
}

.team-slider-track .card .card-border-top {
  width: 60%;
  height: 3%;
  background: rgb(76, 76, 240);
  margin: auto;
  border-radius: 0px 0px 15px 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.team-slider-track .card span {
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 26px;
  margin-bottom: 18px;
}

.team-slider-track .card .job {
  font-weight: 400;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 18px;
}

.team-slider-track .card .detail {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-slider:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.6) 105px,
    #fff 20%
  );
  z-index: 1;
}
/* team-card  end */

.main_career {
  padding: 80px 0;
  background: #f1f1f3;
}

.main_career .career_wrap {
  width: 1200px;
  margin: 0 auto;
}

.main_career .career_title h1 {
  width: fit-content;
  height: 42px;
  line-height: 42px;
  font-size: 32px;
  color: #000;
  position: relative;
  font-family: Georgia;
}

.main_career .career_title h1::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: rgb(36, 37, 170);
}

.career_open {
  margin-top: 60px;
}

.main_career .career_item {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/join_1.jpg);
}

.main_career .career_item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}

.main_career .item_box {
  padding-left: 8.33333%;
  padding-right: 16.66667%;
  padding-top: 90px;
  padding-bottom: 95px;
}

.main_career .item_title {
  max-width: 500px;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.main_career .item_title h3 {
  color: #fff;
  font-size: 40px;
}

.main_career .item_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.main_career .content_num {
  flex-shrink: 0;
  flex-basis: 11.11111%;
  max-width: 100px;
}

.main_career .num_wrap::before {
  top: 0px;
  font-size: 30px;
  position: relative;
  content: "01";
  line-height: 1;
  font-weight: 900;
  color: #ffb907;
}

.main_career .career_item2 .num_wrap::before {
  content: "02";
}

.main_career .content_desc p strong {
  font-size: 24px;
}

.main_career .content_desc p {
  font-size: 18px;
}

.main_career .content_desc p,
.main_career .content_desc p strong {
  color: #fff;
  margin-bottom: 10px;
}

button.read_more {
  display: inline-block;
  border-radius: 4px;
  background-color: #ffb907;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  width: 168px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 40px 0;
}

button.read_more span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #000;
}

button.read_more span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
}

button.read_more:hover span {
  padding-right: 15px;
}

button.read_more:hover span:after {
  opacity: 1;
  right: 0;
}

.main_career .career_item2 {
  background-image: url(../images/careers_2.jpg);
}

.main_contact {
  padding: 80px 0 0;
  background-color: #fff;
}

.main_contact .contact_wrap {
  width: 1200px;
  margin: 0 auto;
}

.main_contact .contact_title h1 {
  width: fit-content;
  height: 42px;
  line-height: 42px;
  font-size: 32px;
  color: #000;
  position: relative;
  font-family: Georgia;
}

.main_contact .contact_title h1::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: rgb(36, 37, 170);
}

.main_contact .email_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.main_contact .mail_link,
.main_contact .mail_link a {
  font-size: 20px;
  transition: all 0.2s;
}

.mail_link a {
  text-decoration: underline;
}

.main_contact .mail_link a:hover {
  color: #ffb907;
}
/* main-end */
