/* 2. Remove default padding & margin */

body {
  line-height: 1.25 !important;
  color: #111;
  background-color: #f3f3f3;
}

/* 4. Remove list style */
ul,
ol {
  list-style: none;
}

/* 5. Links */
a {
  text-decoration: none;
  color: inherit;
}

/* 6. Images & media */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 7. Form reset */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: transparent;
}

button {
  cursor: pointer;
}

/* 8. Remove default table style */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 9. Remove animations for people who prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.flex-1 {
  flex: 1;
}

.container1 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.font-regular {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 500 !important;
}

.font-semiBold {
  font-weight: 600 !important;
}

.c-link {
  color: #78c811;
}

/* ============================
      MAIN SCSS 
      ============================ */
header {
  width: 100%;
  height: auto;
  position: relative;
}
header .banner {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1600px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  position: relative;
}
header .banner-bg {
  width: 100%;
  position: absolute;
  z-index: 0;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
header .banner-infor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
header .banner-infor__desc span,
header .banner-infor__desc p {
  color: #fff;
  font-size: 80px;
  text-transform: capitalize;
}
header .banner-infor__desc--left {
  gap: 32px;
}
header .banner-infor__desc .img-desc2 {
  position: absolute;
  right: 50%;
  transform: translateX(-20px) translateY(-20px);
}
header .banner .logo {
  height: 90%;
  width: auto;
}

@media (max-width: 768px) {
  header .banner {
    width: 100%;
    height: 60vh;
  }
  header .banner-infor {
    height: auto;
    width: 100%;
    align-items: flex-start;
    padding-top: 10%;
    margin-left: 24px;
    margin-right: 24px;
    justify-content: space-around;
  }
  header .banner-infor__desc {
    padding-top: 10%;
  }
  header .banner-infor__desc--left {
    gap: 8px;
  }
  header .banner-infor__desc span,
  header .banner-infor__desc p {
    font-size: 20px;
  }
  header .banner-infor__desc .img-desc1 {
    width: 140px;
    height: 70px;
  }
  header .banner-infor__desc .img-desc2 {
    width: 90px;
    height: 12px;
    position: absolute;
    right: 60% !important;
    transform: translateX(-20px) translateY(-20px);
  }
  header .banner .logo {
    height: 40%;
    width: auto;
  }
  header .banner .logo_long {
    height: 22px;
    width: 82px;
  }

  .section-4 .banner-img img,
  .section-5 .banner-img img,
  .section-6 .banner-img img,
  .section-7 .banner-img img {
    width: 200px;
  }
}

section {
  width: 100%;
  min-height: 80px;
  margin-top: 80px;
}
section ul {
  list-style: disc;
  margin-left: 1.5rem;
}
section .desc {
  width: 790px;
  color: #012d4c;
  font-size: 24px;
  font-weight: 400;
  text-align: justify;
  gap: 36px;
  display: flex;
  flex-direction: column;
}
section .desc span,
section .desc p {
  display: inline-block;
}
section .banner-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
section .banner-img span {
  font-size: 75px;
  line-height: 1.25;
  color: #00567f;
  font-weight: 500;
  text-transform: capitalize;
}

section .banner-img .title--bottom {
  line-height: 3.5;
  height: 192px;
  margin-top: -100px;
}
section .content {
  display: flex;
  gap: 24px;
  color: #00567f;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  text-align: justify;
  position: relative;
}
section .content--right {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
section .content .avatar {
  position: relative;
}
section .content .avatar img:not(.layer) {
  width: 400px;
  height: 570px;
  z-index: 2;
  display: inline-block;
  position: relative;
}
section .content .avatar::after {
  content: "";
  width: 400px;
  height: 570px;
  background-color: #00567f;
  transform: rotate(-10deg);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section .layer {
  background-repeat: no-repeat;
  background-position: 0 center;
}
section .layer.layer-1 {
  height: 50px;
  width: calc(50% + 770px);
  left: 50%;
  position: absolute;
  z-index: 1;
  bottom: 60%;
}
section .layer.layer-2 {
  height: 50px;
  width: calc(20% + 770px);
  left: 80%;
  position: absolute;
  z-index: 1;
  bottom: 15%;
}
section .content--right {
  position: relative;
  font-size: 25px;
}
section .content--right span {
  font-weight: 400;
  position: absolute;
  bottom: 28%;
  letter-spacing: 0;
}
section .section-end {
  background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/iconP.png");
  width: 160px;
  height: 66px;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  section {
    margin-top: 0;
  }
  section .desc {
    width: 80%;
    margin-right: 76px;
    margin-left: 76px;
    font-size: 12px;
    gap: 16px;
  }
  section .desc span,
  section .desc p {
    display: inline-block;
  }
  section .banner-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
  }
  section .banner-img span {
    font-size: 25px;
    line-height: 1.25;
    color: #00567f;
    font-weight: 500;
    text-transform: capitalize;
  }
  section .banner-img .title--bottom {
    line-height: 3.5;
    height: 68px;
    margin-top: -50px;
  }
  section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    color: #00567f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    text-align: justify;
    position: relative;
  }
  section .content--right {
    font-size: 13px;
    width: 80%;
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  section .content--right span {
    font-weight: 400;
    position: relative;
    bottom: 0;
    letter-spacing: 0;
    width: 80%;
  }
  section .content--right span::before {
    content: "";
    background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/s4_l2.png");
    width: 150px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    transform: rotate(180deg);
  }
  section .content--right span::after {
    content: "";
    background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/s4_l2.png");
    width: 150px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: -20px;
  }
  section .content .avatar {
    position: relative;
  }
  section .content .avatar img:not(.layer) {
    width: 200px;
    height: 300px;
    z-index: 2;
    display: inline-block;
    position: relative;
  }
  section .content .avatar::after {
    content: "";
    width: 200px;
    height: 300px;
    background-color: #00567f;
    transform: rotate(-6deg);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  section .layer {
    background-repeat: no-repeat;
    background-position: center;
    display: none;
  }
  section .layer.layer-1 {
    height: 20px;
    width: 450px;
    left: 100%;
    position: absolute;
    z-index: 1;
    bottom: 60%;
  }
  section .layer.layer-2 {
    height: 25px;
    width: 770px;
    left: 100%;
    position: absolute;
    z-index: 1;
    bottom: 15%;
  }
  section .section-end {
    background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/iconP_m.png");
    width: 50px;
    height: 20px;
    margin-top: 1rem;
  }
}

.polygon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.polygon-title {
  width: 260px;
  height: 45px;
  background: rgba(46, 137, 188, 0.2);
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 3px;
  color: white;
}
.polygon.polygon-1 {
  position: relative;
  width: 1400px;
  height: 700px;
}

.polygon.polygon-2 {
  position: relative;
  width: 1400px;
  max-height: 700px;
  background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/s2-1.png");
}
.polygon .content {
  color: #fff;
}
@media (max-width: 768px) {
  .polygon-title {
    width: 100%;
    height: 30px;
    background: rgba(46, 137, 188, 0.2);
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
    font-size: 12px;
  }
  .polygon.polygon-1 {
    background-image: url("/assets/img/body/section1_bg_m.png");
    position: relative;
    width: 96%;
    height: 300px;
  }
}

.section-1 {
  position: relative;
  margin-top: -160px;
}
.section-1 .content--left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-1 .content--left p,
.section-1 .content--left span {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
  font-style: italic;
  padding-left: 90px;
  padding-top: 63px;
  letter-spacing: 2px;
}
.section-1 .right-banner {
  position: relative;
  width: 100%;
  height: 100%;
  background-position-x: calc(100% - 100px);
}
.section-1 .right-banner img {
  width: 595px;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  right: 5px;
}
.section-1 .polygon-1::after {
  content: "";
  background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/s1_addition.svg");
  width: 242px;
  height: 50px;
  position: absolute;
  bottom: -1px;
  right: 0;
}
.section-1__title {
  color: #106087;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.7;
}
@media (max-width: 768px) {
  .section-1 {
    margin-top: -18vh;
  }
  .section-1 .content--left {
    gap: 0;
  }
  .section-1 .content--left p,
  .section-1 .content--left span {
    font-size: 12px;
    line-height: 1.25;
    padding-left: 16px;
    padding-top: 16px;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .section-1 .right-banner {
    width: 100%;
    height: 100%;
    background-position-x: calc(100% - 100px);
  }
  .section-1 .right-banner img {
    width: 595px;
    height: auto;
    bottom: 0;
    right: 0;
  }
  .section-1 .polygon-1::after {
    content: "";
    background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/s1_addition_m.svg");
    background-repeat: no-repeat;
    width: 64px;
    height: 14px;
    position: absolute;
    bottom: -1px;
    right: 0;
  }
  .section-1__title {
    color: #106087;
    font-weight: bold;
    font-size: 12px;
    line-height: 2.5;
  }
}

.section-2 {
  margin-top: 2rem;
  padding-top: 2rem;
}
.section-2 .intro {
  font-size: 32px;
  gap: 38px;
  padding: 32px;
}
.section-2 .content {
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
  padding: 12px;
  gap: 16px;
  width: 80%;
  overflow: hidden;
}
.section-2 .content--right img {
    width: 100%!important;
    height: auto!important;
}
.section-2 .content img {
  width: 420px;
  height: 373px;
  max-width: 80%;
  max-height: 80%;
}

@media (max-width: 768px) {
  .section-2 {
    margin-top: 40px;
    padding-top: 0;
  }
  .section-2 .intro {
    font-size: 11px;
    gap: 0;
    padding: 0;
    padding-right: 0;
  }
  .section-2 .intro p {
    margin-bottom: 0;
  }

  .section-2 .content {
    padding: 12px;
    gap: 12px;
    flex-direction: row !important;
  }
  .section-2 .content--right {
    margin-top: 0 !important;
  }
  .section-2 .content--right img {
    width: 100%!important;
    height: auto!important;
  }
  .section-2 .content img {
    width: 124px;
    height: 100px;
  }
}

.section-3 {
  margin-top: 200px;
}
.section-3 .banner-img {
  width: 710px;
  height: 574px;
  position: relative;
}
.section-3 .explain {
  position: absolute;
  font-size: 32px;
  text-transform: capitalize;
}
.section-3 .explain span {
  max-width: 400px;
  color: #012d4c;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  line-height: 1.25;
  font-size: 32px;
}
.section-3 .explain--left {
  left: -39%;
  text-align: start;
}
.section-3 .explain--left:nth-child(1) {
  top: 45px;
}
.section-3 .explain--left:nth-child(2) {
  top: 270px;
}
.section-3 .explain--left::after {
  content: "";
  background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/Section3-explain.svg");
  transform: rotateY(180deg);
  width: 430px;
  display: block;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-3 .explain--right {
  right: -39%;
  text-align: end;
}
.section-3 .explain--right img {
  width: 460px;
  height: 373px;
}
.section-3 .explain--right:nth-child(3) {
  top: 0;
}
.section-3 .explain--right:nth-child(4) {
  top: 140px;
}
.section-3 .explain--right::after {
  content: "";
  background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/Section3-explain.svg");
  width: 430px;
  display: block;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-3__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-3__title .title {
  background-repeat: no-repeat;
  background-position: center;
  top: -180px;
  position: absolute;
  width: 752px;
  height: 173px;
}
.section-3__title .desc {
  font-size: 25px;
  color: #012d4c;
  text-transform: capitalize;
  width: 426px;
  text-align: center;
  font-weight: 600;
  margin-top: -24px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .section-3 {
    margin-top: 120px;
  }
  .section-3 .banner-img {
    width: 200px;
    height: 150px;
  }
  .section-3 .explain {
    font-size: 12px;
  }
  .section-3 .explain span {
    max-width: 110px;
    line-height: 1.25;
    font-size: 12px;
  }
  .section-3 .explain--left {
    left: -36%;
    text-align: start;
  }
  .section-3 .explain--left:nth-child(1) {
    top: 5px;
  }
  .section-3 .explain--left:nth-child(2) {
    top: 70px;
  }
  .section-3 .explain--left::after {
    content: "";
    background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/section3-explain_m.png");
    transform: rotateY(180deg);
    width: 120px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .section-3 .explain--right {
    right: -36%;
    text-align: end;
  }
  .section-3 .explain--right img {
    width: 460px;
    height: 373px;
  }
  .section-3 .explain--right:nth-child(3) {
    top: 0;
  }
  .section-3 .explain--right:nth-child(4) {
    top: 50px;
  }
  .section-3 .explain--right::after {
    content: "";
    background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/section3-explain_m.png");
    width: 120px;
    display: block;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .section-3__title .title {
    background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/s3_desc.png") !important;
    width: 220px;
    height: 50px;
    top: -90px;
  }
  .section-3__title .desc {
    font-size: 12px;
    width: 180px;
    text-align: center;
    margin-top: -60px;
    text-transform: capitalize;
  }
}

.section-4 .desc {
  color: #012d4c;
  gap: 24px;
  margin-top: 40px;
  text-align: justify;
}
.section-4 .desc img {
  height: 66px;
  width: 160px;
  margin-top: 32px;
}
footer .banner-img {
  position: relative;
  z-index: 2;
}
footer .banner-img img {
  width: 100%;
}
footer .desc {
  width: 790px;
  font-size: 24px;
  letter-spacing: 1%;
  text-align: justify;
  font-weight: 400;
  color: #012d4c;
  gap: 32px;
  margin-top: -6rem;
  margin-bottom: 2rem;
}
footer .banner-img1 {
  position: relative;
  height: 800px;
}
footer .banner-img1::before {
  content: "";
  background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/footer_bg3.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 99%;
  height: 450px;
  position: absolute;
}
footer .banner-img1 .banner-img1_1 {
  width: 100%;
  position: relative;
}
footer .banner-img1 .banner-img1_1::before {
  content: "";
  background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/footer_img1.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 860px;
  height: 867px;
  z-index: 1;
  position: absolute;
}
footer .banner-img1 .banner-img1_1 .wrap-img {
  position: relative;
  display: inline-block;
  z-index: 2;
}
footer .banner-img1 .banner-img1_1 .wrap-img img {
  z-index: 2;
}
footer .banner-img1 .banner-img1_1 .wrap-img .layer-1 {
  content: "";
  width: 142px;
  height: 216px;
  position: absolute;
  top: -130px;
  left: -170px;
}
footer .banner-img1 .banner-img1_1 .wrap-img .layer-2 {
  content: "";
  width: 123px;
  height: 136px;
  position: absolute;
  bottom: -100px;
  right: -160px;
}
footer .banner-img1 .banner-img1_1 .wrap-img .layer-3 {
  content: "";
  width: 142px;
  height: 216px;
  position: absolute;
  top: -74px;
  left: 60px;
  background-repeat: no-repeat;
}
footer .banner-img1 .banner-img1_1 .wrap-img .layer-4 {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -74px;
  right: -10px;
  background-repeat: no-repeat;
}
footer .footer_quote {
  gap: 30px;
  display: flex;
  padding-bottom: 100px;
  position: relative;
}
footer .footer_quote span {
  height: 48px;
  font-size: 16px;
  color: #012d4c;
  font-weight: bold;
  line-height: 4.05;
  letter-spacing: 2px;
  text-transform: capitalize;
}
footer .section-end {
  background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/iconP.png");
  width: 160px;
  height: 66px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  footer .banner-img {
    position: relative;
    z-index: 2;
  }
  footer .banner-img img {
    width: 100%;
  }
  footer .desc {
    width: 80%;
    font-size: 12px;
    letter-spacing: 1%;
    font-weight: 400;
    gap: 16px;
    margin-top: -2rem;
  }
  footer .banner-img1 {
    position: relative;
    height: 320px;
  }
  footer .banner-img1::before {
    content: "";
    background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/footer_bg3.png");
    background-size: 99%;
    display: none;
  }
  footer .banner-img1 .banner-img1_1 {
    width: 100%;
    position: relative;
  }
  footer .banner-img1 .banner-img1_1::before {
    content: "";
    background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/foote_m.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 420px;
    z-index: 1;
    position: absolute;
  }
  footer .banner-img1 .banner-img1_1 .layer-0 {
    content: "";
    display: none;
  }
  footer .banner-img1 .banner-img1_1 .wrap-img {
    position: relative;
    display: inline-block;
    z-index: 2;
  }
  footer .banner-img1 .banner-img1_1 .wrap-img img {
    z-index: 2;
  }
  footer .banner-img1 .banner-img1_1 .wrap-img .layer-1 {
    content: "";
    display: none;
  }
  footer .banner-img1 .banner-img1_1 .wrap-img .layer-2 {
    content: "";
    display: none;
  }
  footer .banner-img1 .banner-img1_1 .wrap-img .layer-3 {
    content: "";
    display: none;
  }
  footer .banner-img1 .banner-img1_1 .wrap-img .layer-4 {
    content: "";
    display: none;
  }

  footer .footer_quote {
    gap: 30px;
    display: flex;
    padding-bottom: 100px;
    position: relative;
  }
  footer .footer_quote span {
    height: 48px;
    font-size: 16px;
    color: #012d4c;
    font-weight: bold;
    line-height: 4.05;
    letter-spacing: 2px;
    text-transform: capitalize;
  }
  footer .section-end {
    background-image: url("https://pinetree.vn/wp-content/uploads/2025/12/iconP_m.png");
    width: 50px;
    height: 20px;
    margin-top: 1rem;
  }
}

/* ============================
      ANIMATION 
      ============================ */
.typewriter {
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #fff;
  animation: typing 3s steps(30) forwards, cursor 0.6s step-end 0s 8,
    hideCursor 0s 3s forwards;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes cursor {
  50% {
    border-color: transparent;
  }
}

@keyframes hideCursor {
  to {
    border-right-color: transparent;
    padding-right: 4px;
  }
}
/* ============================
      Responsive 
      ============================ */

@media (min-width: 744px) and (max-width: 1024px) {
  .section-1 {
    margin-top: 0;
  }

  .section-1 .content--left p,
  .section-1 .content--left span {
    font-size: 16px;
  }

  .section-2 .intro {
    font-size: 16px;
  }

  .section-2 .banner-img {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .typewriter {
    font-size: 30px;
  }
}
