@import url("/css/variables.css");
@import url("../css/common.css");
@import url("../css/overwrite.css");
@import url("../css/common.css");

.advertising-banner {
  background-image: url("../assest/image/banner-head.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 540px;
  margin-bottom: 100px;
  border-bottom-right-radius: 64px;
  position: relative;
}

.banner-special {
  border-top-right-radius: 64px; 
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 55% 100%;
  height: 100%;
}

.advertising-description {
  position: relative;
}

.card-about {
  position: absolute;
  max-width: 640px;
  height: 450px;
  background-color: var(--primary-orange-2);
  border-radius: 64px;
  padding: 50px;
  left: 50%;
  bottom: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
}

  .card-about .breadcrumb-box a,
  svg,
  span {
    font-weight: 600;
  }

.card-main {
  margin-top: 90px;
}

.thumbnail-big {
  height: 470px;
}

.thumbnail-small {
  height: 210px;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}

.view-box {
  padding-left: 80px;
}

.title-head {
  font-size: 20px;
  font-weight: 700;
}

.title-content {
  color: var(--primary-orange-3);
  margin-bottom: 5px;
}

.box-improve {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.header-history {
  text-align: center;
  max-width: 700px;
}

.history-title {
  color: var(--primary-orange-3);
}

/* Thành lập */
.history-establish-develop {
  margin: 50px 0;
}

.wrapper-establish {
  position: relative;
}

.establish-content {
  display: flex;
  flex-direction: column;
  height: 660px;
}

.establish-item {
  height: 330px;
}

.layer-box {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 40px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.mask-box img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: center center;
}

.block-time {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.establish-item h6 {
  font-size: 18px;
  font-weight: 700;
}

.establish-description {
  padding: 40px 40px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 10px;
}

/* -------UP------- */
.content-reverse-up .establish-description .block-time,
.content-reverse-up .establish-description,
.content-reverse-up {
  flex-direction: column-reverse;
}

  .content-reverse-up .layer-box {
    padding: 40px 0px 0px 0px;
  }

  .content-reverse-up .layer-box {
    align-items: flex-start;
  }

  .content-reverse-up .establish-description {
    border-bottom: 2px solid var(--gray-color);
  }

/* -------DOWN------- */
.content-reverse-down .establish-description {
  padding: 0 40px 40px 40px;
  border-top: 2px solid var(--gray-color);
  margin-top: -2px;
}

.content-reverse-down .layer-box {
  align-items: flex-end;
}

.element-spacer-inner {
  width: 2px;
  height: 40px;
  background-color: var(--gray-color);
}

.block-time {
  row-gap: 15px;
}

.actual-activities {
  background-color: var(--primary-orange-4);
  padding: 60px 0;
}

.carousel-activities {
  overflow: hidden;
  /* width: calc(100% + (100vw - 100%) / 2 - 30px); */
  margin-right: calc((100vw - 100%) / -2 + 30px);
}

.root-swiper-content {
  position: relative;
}

.custom-swiper-actions {
  position: absolute;
  top: -50px;
  right: 35px;
}

.btn-next-author,
.btn-prev-author,
.swiper-button-next,
.swiper-button-prev {
  font-size: 20px;
}

  .swiper-button-next .swiper-navigation-icon,
  .swiper-button-prev .swiper-navigation-icon {
    display: none;
  }

.head-actual {
  margin-bottom: 50px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
}

.item-activity {
  height: 282px;
}

  .item-activity img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
  }

.information-author {
  position: relative;
}

.authors {
  margin: 100px 0;
}

.feedback-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.author-detail {
  position: relative;
}

.slide-item {
  padding-right: 35px;
  padding-bottom: 50px;
  margin: 5px 5px 0 5px;
}

.feedback-info .box-info {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
}

.author-original {
  height: 460px;
  border-radius: 32px;
  padding: 20px 20px 0 20px;
  box-shadow: 0 2px 3px 0 rgb(248 248 248 / 10%), 0 0px 10px 0 rgb(148 142 142 / 10%);
}

.layers {
  width: 70px;
  height: 60px;
}

  .layers img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.doll {
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: -20px;
  right: 0;
}

  .doll img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.card-author {
  justify-content: center;
}

.author-box-avatar {
  position: relative;
  width: 250px;
  height: 380px;
}

.author-box-content {
  flex: 1;
}

.avatar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  border-radius: 50% / 35%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.author-star span i {
  color: orange;
  font-size: 25px;
}

.author-info h4 {
  font-size: var(--fs-20);
}

.author-box-content {
  padding-left: 20px;
}

  .author-box-content h6 {
    font-size: var(--fs-18);
    font-weight: 700;
  }

.author-info p {
  color: var(--green-color);
  font-size: var(--fs-14);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .view-box {
    padding-left: 40px;
  }

  .item-activity {
    height: 200px;
  }

  .carousel-activities {
    margin-right: calc((100vw - 100%) / -2 + 40px);
  }

  .doll {
    right: -2%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .view-box {
    padding-left: 25px;
  }

  .thumbnail-small {
    height: 190px;
  }

  .establish-content {
    overflow: hidden;
  }

  .element-spacer-inner {
    height: 30px;
  }

  .content-reverse-up .layer-box {
    padding: 25px 0px 0px 0px;
  }

  .establish-description {
    padding: 25px 25px 0 25px;
  }

  .content-reverse-down .establish-description {
    padding: 0 25px 25px 25px;
  }

  .block-time {
    row-gap: 10px;
  }

  .item-activity {
    height: 220px;
  }

  .authors {
    margin: 50px 0;
  }

  .author-box-avatar {
    position: relative;
    width: 220px;
    height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .view-head .heading-coiny-lg {
    text-align: center;
  }

  .view-box {
    padding: 0;
    margin-top: 20px;
  }

  .item-activity {
    height: 220px;
  }

  .actual-activities {
    padding: 30px 0;
  }

  .authors {
    margin-top: 30px;
  }

  .feedback-info .heading-coiny-lg,
  .heading-coiny-lg.history-title {
    text-align: center;
  }

  .avatar {
    position: initial;
    transform: initial;
  }

  .slide-item {
    margin: 5px;
    padding: 0;
  }

  .author-original {
    height: 100%;
    padding: 20px;
  }

  .card-author {
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .view-head .heading-coiny-lg,
  .feedback-info .heading-coiny-lg,
  .heading-coiny-lg.history-title {
    text-align: center;
  }

  .history-establish-develop {
    margin: 30px 0;
  }

  .thumbnail-small,
  .view-box {
    padding: 0px;
  }

  .view-box {
    margin-top: 30px;
  }

  .card-establish {
    row-gap: 15px;
  }

  .content-reverse-up .establish-description .block-time,
  .content-reverse-up .establish-description,
  .wrapper-establish .content-reverse-up {
    flex-direction: column;
  }

  .content-reverse-up .establish-description {
    border-bottom: none;
    border-top: 2px solid var(--gray-color);
  }

  .wrapper-establish .establish-description {
    padding: 0;
    row-gap: 15px;
  }

  .head-actual {
    align-items: center;
  }

  .carousel-activities {
    margin: 0;
  }

  .actual-activities {
    padding: 30px 0;
  }

  .authors {
    margin: 30px 0;
  }

  .box-info {
    padding: 0;
    align-items: center;
  }

  .slide-item,
  .author-original,
  .card-author {
    padding: 0 !important;
    margin: 0 !important;
  }

  .author-original {
    height: 100%;
  }

  .card-author .avatar {
    position: static;
    transform: inherit;
    border-radius: 32px;
  }

  .card-author {
    row-gap: 15px;
    flex-direction: column;
  }

  .author-box-avatar {
    width: 100%;
    height: 300px;
  }

  .author-box-content {
    padding: 0;
  }
}
 


.address_container {
  width: 100%;
  margin-top: 50px;
  padding-inline: 30px;
}

.add_right {
  position: relative;
  height: auto;
  padding: 0;
}

.add_left {
  height: auto;
  padding: 0;
}

.add_content {
  padding-block: 5px;
}

.add_content_network {
  padding-block: 5px;
}

.contact_email {
  text-decoration: none;
  color: inherit;
}

.contact_map {
  position: relative;
  text-decoration: none;
  align-items: center;
  color: #f26531 !important;
  font-weight: 600;
}

.form_add_wrapper {
  background-color: var(--primary-orange-1);
  padding: 32px;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
}

.form-control {
  font-size: 16px;
  font-weight: 500;
}

.form-control::placeholder {
  color: #8894aa;
  font-weight: 400;
}

.btn_submit_form {
  width: 200px;
  height: 56px;
  border: 0;
  background-color: var(--green-color);
}

.btn_submit_form:hover {
  background-color: #6fc965;
}

.wrapper_icon {
  position: absolute;
  right: -20px;
  bottom: 0;
}

.wrapper_icon > img {
  width: 100px;
  height: 180px;
}

/* Tuyển dụng */
.recruitment_container {
  margin-top: 100px;
}
.wrapper_content_recruitment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.wrapper_btn_recruitment {
  margin-left: 50px;
}

.btn_recruitment_title {
  height: 50px;
  width: auto;
  margin-inline: 8px;
  padding-inline: 30px;
  background-color: white;
  color: #f26531;
  border: 1px solid #f26531;
  font-weight: 600;
}

.btn_recruitment_title.active {
  background-color: var(--primary-orange-3);
  border: 0;
  color: white;
  font-weight: 700;
}

/* Card */
.recruitment_card {
  margin-top: 30px;
  padding-inline: 10px;
}

.recruitment_item {
  border: 2px dashed #f0ad4e;
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  background-color: #fbaf3405;
}

.recruitment_content > h5 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.recruitment_content > span {
  color: #f26531;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.recruitment_item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.tag_card_recruitment {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6788fb;
  border-radius: 12px;
  height: 28px;
  padding: 4px 16px 4px 16px;
  color: #6788fb;
  background-color: white;
  font-weight: 600;
  font-size: 14px;
}

.bottom_hr {
  height: 2px;
  color: #f8d4c0;
}

.date_application {
  font-size: 14px;
  font-weight: 500;
}

.action_view_details {
  color: #54b948;
  text-decoration: none;
}

.action_view_details i {
  margin-left: 5px;
}

/* Mạng lưới trung tâm */
.network_container {
  width: 100%;
  margin: 0 auto;
  background-color: var(--yellow-color-2);
  margin-top: 50px;
  border-radius: 40px;
}

.network_wrapper {
  margin: auto;
  padding-block: 100px;
}

.description-main {
  font-weight: 400;
}

.child_network_card {
  padding: 16px 0px 0px 24px;
  background-color: white;
  border-radius: 20px;
  border: 1px dashed var(--primary-color-1);
}

.child_network_card h5 {
  color: var(--primary-color-1);
  font-size: 16px;
  font-weight: 600;
}

.ifram_map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 767.98px) {
  .wrapper_icon {
    position: absolute;
  }

  .description-main {
    font-size: 12px !important;
    white-space: nowrap;
  }

  .des_network {
    white-space: normal;
  }

  .wrapper_btn_recruitment {
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn_recruitment_title {
    margin-block: 10px;
  }

  .network_wrapper {
    padding-block: 0px;
  }
}

@media (max-width: 550px) {
  .wrapper_icon {
    position: absolute;
  }

  .description-main {
    font-size: 12px !important;
    white-space: normal;
    margin-left: 10px;
  }

  .wrapper_btn_recruitment {
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .btn_recruitment_title {
    width: 250px;
    margin-block: 10px;
  }
  .network_wrapper {
    padding-block: 0px;
  }
}
