@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --color-main: #92C839;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

a:hover {
  text-decoration: none;
}

/* Bootstrap */
@media (min-width: 1366px) {
  .container {
    max-width: 1326px;
  }
}
/* End Bootstrap */

/* Button */
.button-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--color-main);
  padding: 17px 33px;
  line-height: 1;
  color: white;
  font-weight: 700;
  font-size: 14px;
  border-radius: 100px;
  text-transform: uppercase;
}

.button-main:hover {
  color: white;
}
/* End Button */

/* Header */
.header {
  padding: 4px 0;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px #00000040;
}

.header .inner-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header .inner-logo img {
  height: 90px;
  width: auto;
}

.header .inner-menu {
  flex: 1;
}

.header .inner-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}

.header .inner-menu ul li a {
  color: black;
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.header .inner-menu ul li a.active,
.header .inner-menu ul li a:hover {
  color: var(--color-main);
}

.header .inner-menu .inner-overlay {
  display: none;
}

.header .inner-actions {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.header .inner-actions .button-login {
  background: linear-gradient(90deg, #92C839 0%, #BEDF90 100%);
  display: inline-block;
  border-radius: 52px;
  padding: 17px 35px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  line-height: 1;
}

.header .inner-actions .button-menu {
  display: none;
}

@media (max-width: 1199.98px) {
  .header .inner-wrap {
    gap: 30px;
  }

  .header .inner-logo img {
    height: 70px;
  }

  .header .inner-menu ul {
    gap: 30px;
  }

  .header .inner-actions .button-login {
    padding: 12px 24px;
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .header .inner-wrap {
    justify-content: space-between;
  }

  .header .inner-actions .button-menu {
    display: inline-block;
    font-size: 22px;
    color: var(--color-main);
  }

  .header .inner-menu {
    display: none;
  }

  .header .inner-menu.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }

  .header .inner-menu ul {
    gap: 5px;
    justify-content: flex-start;
    flex-direction: column;
    background: #fff;
    width: 280px;
    height: 100%;
    position: relative;
    z-index: 1;
  }

  .header .inner-menu ul li a {
    border-radius: 0;
    display: block;
    padding: 10px 15px;
  }

  .header .inner-menu .inner-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a8;
    cursor: pointer;
  }
}

@media (max-width: 575.98px) {
  .header .inner-logo img {
    height: 60px;
  }

  .header .inner-actions .button-login {
    padding: 8px 16px;
    font-size: 13px;
    text-align: center;
  }
}
/* End Header */

/* Text Highlight */
.text-hl {
  color: var(--color-main);
}
/* End Text Highlight */

/* Margin */
.mb-5px {
  margin-bottom: 5px;
}
/* End Margin */

/* Box Head */
.box-head.inner-center {
  text-align: center;
}

.box-head .inner-title {
  font-weight: 700;
  font-size: 34px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.4;
}

.box-head .inner-line {
  width: 134px;
  height: 2px;
  background-color: var(--color-main);
  margin-top: 23px;
}

.box-head.inner-center .inner-line {
  margin-left: auto;
  margin-right: auto;
}

.box-head .inner-desc {
  font-weight: 700;
  font-size: 22px;
  line-height: 2;
  color: black;
  margin-top: 13px;
}

.box-head.type-2 .inner-title {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .box-head .inner-title {
    font-size: 28px;
  }

  .box-head .inner-line {
    margin-top: 15px;
  }

  .box-head .inner-desc {
    font-size: 18px;
    margin-top: 10px;
  }

  .box-head.type-2 .inner-title {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .box-head .inner-title {
    font-size: 24px;
  }

  .box-head .inner-desc {
    font-size: 16px;
  }
}
/* End Box Head */

/* Section 1 */
.section-1 img {
  width: 100%;
  height: auto;
}
/* End Section 1 */

/* Section 2 */
.section-2 {
  padding: 110px 0;
  background-image: url("../images/background-footer.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.section-2 .inner-wrap {
  display: flex;
  align-items: center;
  gap: 86px;
}

.section-2 .inner-image {
  width: 43%;
}

.section-2 .inner-image img {
  width: 100%;
  height: auto;
}

.section-2 .inner-content {
  flex: 1;
}

.section-2 .inner-content .inner-desc {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.9;
}

@media (max-width: 1199.98px) {
  .section-2 {
    padding: 60px 0;
  }

  .section-2 .inner-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }

  .section-2 .inner-image {
    width: 100%;
  }
}
/* End Section 2 */

/* Section 3 */
.section-3 {
  padding-bottom: 63px;
}

.section-3 .inner-wrap {
  margin-top: 57px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.section-3 .inner-item {
  box-shadow: 0px 0px 4px 0px #00000040;
  background-color: white;
  border-radius: 20px;
  padding: 10px;
}

.section-3 .inner-item .inner-image {
  width: 100%;
  aspect-ratio: 397/308;
  border-radius: 10px;
  overflow: hidden;
}

.section-3 .inner-item .inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-3 .inner-item .inner-content {
  margin-top: -34px;
  position: relative;
}

.section-3 .inner-item .inner-content .inner-info {
  border: 3px solid white;
  background-color: var(--color-main);
  border-radius: 10px;
  padding: 10px 0;
  max-width: calc(100% - 56px);
  margin: 0 auto;
  display: flex;
}

.section-3 .inner-item .inner-content .inner-info .inner-position {
  font-weight: 700;
  font-size: 24px;
  color: white;
  padding: 0 20px;
  border-right: 2px solid white;
}

.section-3 .inner-item .inner-content .inner-info .inner-name {
  flex: 1;
  font-weight: 700;
  font-size: 24px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
}

.section-3 .inner-item .inner-content .inner-desc {
  font-size: 14px;
  color: #222222;
  text-align: justify;
  padding: 16px 10px;
}

@media (max-width: 1365.98px) {
  .section-3 .inner-item .inner-content .inner-info .inner-position {
    font-size: 20px;
  }

  .section-3 .inner-item .inner-content .inner-info .inner-name {
    font-size: 20px;
  }
}

@media (max-width: 1199.98px) {
  .section-3 .inner-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991.98px) {
  .section-3 .inner-wrap {
    margin-top: 30px;
  }

  .section-3 .inner-item .inner-content .inner-info .inner-position {
    font-size: 18px;
  }

  .section-3 .inner-item .inner-content .inner-info .inner-name {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .section-3 .inner-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* End Section 3 */

/* Section 4 */
.section-4 {
  padding-bottom: 57px;
}

.section-4 .inner-wrap {
  display: flex;
  align-items: center;
  gap: 77px;
  margin-top: 15px;
}

.section-4 .inner-content {
  flex: 1;
  line-height: 1.9;
  font-size: 16px;
}

.section-4 .inner-image {
  width: 42%;
}

.section-4 .inner-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199.98px) {
  .section-4 .inner-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }

  .section-4 .inner-content {
    order: 1;
  }

  .section-4 .inner-image {
    width: 100%;
  }
}
/* End Section 4 */

/* Section 5 */
.section-5 {
  padding-bottom: 63px;
}

.section-5 .inner-wrap {
  margin-top: 55px;
  display: flex;
  align-items: center;
  gap: 33px;
}

.section-5 .inner-image {
  width: 48%;
}

.section-5 .inner-image img {
  width: 100%;
  height: auto;
}

.section-5 .inner-content {
  flex: 1;
  line-height: 1.9;
}

.section-5 .inner-content ul {
  padding-left: 30px;
}

@media (max-width: 1199.98px) {
  .section-5 .inner-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }

  .section-5 .inner-content {
    order: 1;
  }

  .section-5 .inner-image {
    width: 100%;
  }
}
/* End Section 5 */

/* Section 6 */
.section-6 {
  background-color: #F7F8F9;
  padding: 63px 0;
}

.section-6 .inner-wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.section-6 .inner-item {
  box-shadow: 0px 0px 4px 0px #00000040;
  background-color: white;
  border-radius: 20px;
  padding: 10px;
}

.section-6 .inner-item .inner-image {
  width: 100%;
  aspect-ratio: 396/213;
  border-radius: 10px;
  overflow: hidden;
}

.section-6 .inner-item .inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-6 .inner-item .inner-content {
  margin-top: -52px;
  position: relative;
  padding: 0 18px 10px 18px;
}

.section-6 .inner-item .inner-content .inner-number {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 3px solid white;
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 58px;
  line-height: 1;
  color: white;
}

.section-6 .inner-item .inner-content .inner-name {
  font-weight: 700;
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  color: black;
}

.section-6 .inner-item .inner-content .inner-desc {
  font-size: 16px;
  color: black;
  line-height: 1.9;
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .section-6 .inner-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991.98px) {
  .section-6 .inner-wrap {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .section-6 .inner-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575.98px) {
  .section-6 .inner-item .inner-content {
    margin-top: -40px;
  }

  .section-6 .inner-item .inner-content .inner-number {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }

  .section-6 .inner-item .inner-content .inner-name {
    font-size: 20px;
  }
}
/* End Section 6 */

/* Section 7 */
.section-7 {
  padding: 69px 0;
}

.section-7 .inner-wrap {
  margin-top: 60px;
}

.section-7 .inner-wrap .swiper {
  padding-bottom: 65px;
}

.section-7 .inner-image {
  width: 100%;
  aspect-ratio: 215/55;
}

.section-7 .inner-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-7 .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  border-radius: 7px;
  background-color: #D9D9D9;
  opacity: 1;
}

.section-7 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section-7 .swiper-pagination-bullet:hover {
  background-color: var(--color-main);
}

@media (max-width: 575.98px) {
  .section-7 {
    padding: 60px 0;
  }

  .section-7 .inner-wrap {
    margin-top: 40px;
  }

  .section-7 .inner-wrap .swiper {
    padding-bottom: 45px;
  }

  .section-7 .swiper-pagination-bullet {
    width: 30px;
  }
}
/* End Section 7 */

/* Footer */
.footer {
  background-color: #F7F8F9;
  background-image: url("../images/background-footer.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-top: 6px solid var(--color-main);
  padding: 20px 0;
}

.footer .inner-logo {
  margin-bottom: 4px;
}

.footer .inner-logo img {
  height: 70px;
  width: auto;
}

.footer .inner-wrap {
  display: grid;
  grid-template-columns: 550fr 292fr 292fr;
  gap: 50px;
}

.footer .inner-info {
  max-width: 400px;
}

.footer .inner-info .inner-name {
  font-weight: 700;
  font-size: 21px;
  color: black;
  margin-bottom: 10px;
}

.footer .inner-info .inner-desc {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.footer .inner-info .inner-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.footer .inner-info .inner-socials .inner-label {
  font-weight: 700;
  font-size: 14px;
  color: black;
}

.footer .inner-info .inner-socials .inner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.footer .inner-info .inner-socials .inner-list img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.footer .inner-menu .inner-title {
  font-weight: 700;
  font-size: 16px;
  color: black;
  margin-bottom: 16px;
}

.footer .inner-menu .inner-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer .inner-menu .inner-links a {
  font-weight: 400;
  font-size: 14px;
  color: black;
}

.footer .inner-menu .inner-links a:hover {
  color: var(--color-main);
}

.footer .inner-copyright {
  font-size: 14px;
  font-weight: 400;
  color: #5B5B5B;
  margin-top: 10px;
  text-align: right;
}

@media (max-width: 991.98px) {
  .footer .inner-wrap {
    grid-template-columns: 1fr;
  }

  .footer .inner-info {
    max-width: 100%;
  }

  .footer .inner-copyright {
    text-align: center;
    margin-top: 20px;
  }
}
/* End Footer */

/* Section 8 */
.section-8 {
  padding-top: 38px;
}

.section-8 .inner-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.section-8 .inner-wrap a {
  color: black;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
}

.section-8 .inner-wrap a i {
  margin-left: 8px;
  font-size: 10px;
}

.section-8 .inner-wrap a:last-child i {
  display: none;
}
/* End Section 8 */

/* Section 9 */
.section-9 {
  padding: 36px 0 52px 0;
}

.section-9 .inner-wrap {
  display: grid;
  grid-template-columns: 330fr 613fr 330fr;
  gap: 12px;
}

.section-9 .inner-item .inner-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px #00000040;
}

.section-9 .inner-item .inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-9 .inner-item-center {
  display: flex;
  flex-direction: column;
}

.section-9 .inner-item-center .inner-desc {
  flex: 1;
  font-size: 16px;
  text-align: center;
  line-height: 1.9;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .section-9 .inner-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .section-9 .inner-item {
    order: 1;
    width: calc(50% - 6px);
  }

  .section-9 .inner-item-center {
    order: 0;
    width: 100%;
  }
}
/* End Section 9 */

/* Blog Type 1 */
.blog-type-1 .inner-image {
  width: 100%;
  aspect-ratio: 766/520;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.blog-type-1 .inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-type-1 .inner-content .inner-title {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 16px;
  color: #0D2E19;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-type-1 .inner-content .inner-desc {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
  color: black;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-type-1 .inner-content .inner-time {
  font-weight: 400;
  font-size: 12px;
  color: #0D2E19;
}
/* End Blog Type 1 */

/* Blog Type 2 */
.blog-type-2 a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-type-2 .inner-image {
  width: 176px;
  aspect-ratio: 176/132;
  border-radius: 8px;
  overflow: hidden;
}

.blog-type-2 .inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-type-2 .inner-content {
  flex: 1;
}

.blog-type-2 .inner-content .inner-tag {
  background-color: #007A4C;
  display: inline-block;
  border-radius: 5px;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 12px;
  color: white;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.blog-type-2 .inner-content .inner-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: black;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.blog-type-2 .inner-content .inner-desc {
  font-weight: 400;
  font-size: 16px;
  color: black;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-type-2 .inner-content .inner-time {
  font-weight: 400;
  font-size: 12px;
  color: #0D2E19;
}

@media (max-width: 575.98px) {
  .blog-type-2 .inner-image {
    width: 140px;
  }

  .blog-type-2 .inner-content .inner-tag {
    padding: 4px 12px;
    margin-bottom: 3px;
  }

  .blog-type-2 .inner-content .inner-desc {
    font-size: 14px;
  }
}
/* End Blog Type 2 */

/* Section 10 */
.section-10 {
  padding-bottom: 56px;
}

.section-10 .inner-wrap {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 766fr 512fr;
  gap: 18px;
}

.section-10 .inner-right .blog-type-2:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
  .section-10 .inner-wrap {
    grid-template-columns: 610fr 512fr;
  }
}

@media (max-width: 991.98px) {
  .section-10 .inner-wrap {
    grid-template-columns: 1fr;
  }
}
/* End Section 10 */

/* Section 11 */
.section-11 {
  padding-bottom: 60px;
}

.section-11 .inner-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.section-11 .inner-wrap .inner-image {
  border-radius: 10px;
  overflow: hidden;
}

.section-11 .inner-wrap .inner-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.section-11 .inner-wrap .inner-image {
  width: calc(100%/3 - 20px/3);
}

.section-11 .inner-wrap .inner-image:nth-child(1),
.section-11 .inner-wrap .inner-image:nth-child(6) {
  width: 36.2%;
}

.section-11 .inner-wrap .inner-image:nth-child(2),
.section-11 .inner-wrap .inner-image:nth-child(4) {
  width: 32.8%;
}

.section-11 .inner-wrap .inner-image:nth-child(3),
.section-11 .inner-wrap .inner-image:nth-child(5) {
  width: calc(100% - 36.2% - 32.8% - 20px);
}

@media (max-width: 991.98px) {
  .section-11 .inner-wrap .inner-image,
  .section-11 .inner-wrap .inner-image:nth-child(1),
  .section-11 .inner-wrap .inner-image:nth-child(2),
  .section-11 .inner-wrap .inner-image:nth-child(3),
  .section-11 .inner-wrap .inner-image:nth-child(4),
  .section-11 .inner-wrap .inner-image:nth-child(5),
  .section-11 .inner-wrap .inner-image:nth-child(6) {
    width: calc(50% - 10px/2);
  }

  .section-11 .inner-wrap .inner-image img {
    aspect-ratio: 1/1;
    height: 100%;
  }
}
/* End Section 11 */

/* Blog Type 3 */
.blog-type-3 a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.blog-type-3 .inner-image {
  width: 116px;
  aspect-ratio: 116/71;
  border-radius: 5px;
  overflow: hidden;
}

.blog-type-3 .inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-type-3 .inner-title {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.15px;
  color: black;
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 1199.98px) {
  .blog-type-3 .inner-title {
    font-size: 16px;
  }
}
/* End Blog Type 3 */

/* Section 12 */
.section-12 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.section-12 .inner-title-main {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
  color: #0D2E19;
}

.section-12 .inner-wrap {
  display: grid;
  grid-template-columns: 893fr 386fr;
  gap: 16px;
}

.section-12 .inner-main img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}

.section-12 .inner-main p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.25px;
  color: black;
}

.section-12 .inner-blogs .inner-title-blog {
  font-weight: 700;
  font-size: 18px;
  color: #0D2E19;
  margin-bottom: 15px;
}

.section-12 .inner-blogs .inner-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 991.98px) {
  .section-12 .inner-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .section-12 .inner-main img {
    border-radius: 10px;
  }
}
/* End Section 12 */

/* Section 13 */
.section-13 {
  padding-top: 30px;
  padding-bottom: 72px;
}

.section-13 .inner-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  color: var(--color-main);
}

.section-13 .inner-wrap {
  display: grid;
  grid-template-columns: 754fr 504fr;
  gap: 38px;
}

.section-13 .inner-map {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.section-13 .inner-map iframe {
  width: 100%;
  height: 100%;
}

.section-13 .inner-content .inner-logo {
  margin-bottom: 22px;
}

.section-13 .inner-content .inner-logo img {
  height: 86px;
  width: auto;
}

.section-13 .inner-content .inner-name {
  font-weight: 700;
  font-size: 21px;
  color: black;
  margin-bottom: 32px;
}

.section-13 .inner-content .inner-contact:not(:last-child) {
  margin-bottom: 30px;
}

.section-13 .inner-content .inner-contact .inner-label {
  font-weight: 700;
  font-size: 18px;
  color: var(--color-main);
  margin-bottom: 6px;
}

.section-13 .inner-content .inner-contact .inner-text {
  font-size: 16px;
  font-weight: 400;
  color: black;
  letter-spacing: 0.15px;
}

@media (max-width: 991.98px) {
  .section-13 .inner-wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .section-13 .inner-map {
    aspect-ratio: 754/418;
  }

  .section-13 .inner-content .inner-name {
    margin-bottom: 20px;
  }

  .section-13 .inner-content .inner-contact:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* End Section 13 */

/* Section 14 */
.section-14 {
  padding-bottom: 65px;
}

.section-14 .inner-title-main {
  font-weight: 700;
  font-size: 28px;
  color: black;
  padding-bottom: 12px;
  border-bottom: 1px solid #DBDDE0;
  margin-bottom: 20px;
}

.section-14 .inner-form .inner-title {
  font-weight: 700;
  font-size: 24px;
  color: black;
  margin-bottom: 20px;
}

.section-14 .inner-form .inner-wrap {
  display: grid;
  grid-template-columns: 587fr 675fr;
  gap: 35px;
}

.section-14 .inner-form .inner-group {
  margin-bottom: 35px;
}

.section-14 .inner-form .inner-group input,
.section-14 .inner-form .inner-group textarea {
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  outline: none;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
}

.section-14 .inner-form .inner-textarea {
  height: 100%;
  margin-top: -35px;
}

.section-14 .inner-form .inner-textarea textarea {
  height: 100%;
}

.section-14 .inner-form .inner-button {
  width: 250px;
  height: 48px;
  background-color: var(--color-main);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  border: 0;
}

@media (max-width: 767.98px) {
  .section-14 .inner-title-main {
    font-size: 24px;
  }

  .section-14 .inner-form .inner-title {
    font-size: 20px;
  }

  .section-14 .inner-form .inner-wrap {
    grid-template-columns: 1fr;
  }

  .section-14 .inner-form .inner-textarea textarea {
    height: 120px;
  }

  .section-14 .inner-form .inner-button {
    width: 100%;
  }
}
/* End Section 14 */

/* Section 15 */
.section-15 {
  margin-top: 40px;
  margin-bottom: 55px;
}

.section-15 .inner-wrap {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.section-15 .inner-item {
  background-color: white;
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 14px 10px 10px 10px;
  border-radius: 20px;
}

.section-15 .inner-item .inner-image {
  aspect-ratio: 397/248;
  border-radius: 10px;
  overflow: hidden;
}

.section-15 .inner-item .inner-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.section-15 .inner-item .inner-content {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.section-15 .inner-item .inner-content .inner-title {
  font-weight: 700;
  font-size: 22px;
  color: black;
}

.section-15 .inner-item .inner-content .button-main {
  padding: 12px 18px;
  font-size: 12px;
}

@media (max-width: 1365.98px) {
  .section-15 .inner-item .inner-content .inner-title {
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .section-15 .inner-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .section-15 .inner-wrap {
    grid-template-columns: 1fr;
  }
}
/* End Section 15 */

/* Section 16 */
.section-16 {
  margin-bottom: 58px;
}

.section-16 table {
  margin-top: 45px;
  width: 100%;
}

.section-16 table thead th {
  font-weight: 600;
  font-size: 14px;
  color: #5C5C5C;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 10px;
}

.section-16 table tbody td {
  padding-top: 22px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.section-16 table tbody td b {
  font-weight: 600;
}

.section-16 .inner-button {
  margin-top: 45px;
  text-align: center;
}

.section-16 .inner-list-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 35px;
}

.section-16 .inner-list-filter select {
  box-shadow: 0px 0px 5px 0px #00000040;
  background-color: white;
  padding: 3px 8px;
  border-radius: 5px;
  border: 0;
  outline: none;
  min-width: 208px;
  font-weight: 400;
  font-size: 14px;
  color: black;
}

@media (max-width: 991.98px) {
  .section-16 table,
  .section-16 table thead,
  .section-16 table tbody,
  .section-16 table thead th,
  .section-16 table tbody td,
  .section-16 table tbody tr {
    display: block;
  }

  .section-16 table thead {
    display: none;
  }

  .section-16 table tbody tr {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    padding: 0.5rem;
  }

  .section-16 table tbody td {
    position: relative;
    padding-left: 40%;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .section-16 table tbody td:last-child {
    border-bottom: 0;
  }

  .section-16 table tbody td::before {
    position: absolute;
    left: 0;
    top: 12px;
    width: 34%;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    color: #5C5C5C;
    font-size: 12px;
  }

  .section-16 table tbody td:nth-of-type(1)::before { content: "Vị Trí"; }
  .section-16 table tbody td:nth-of-type(2)::before { content: "PHÒNG BAN"; }
  .section-16 table tbody td:nth-of-type(3)::before { content: "Mức Lương"; }
  .section-16 table tbody td:nth-of-type(4)::before { content: "KINH NGHIỆM"; }
  .section-16 table tbody td:nth-of-type(5)::before { content: "ĐỊA ĐIỂM"; }
}
/* End Section 16 */

/* Section 17 */
.section-17 {
  background-color: #F4F2F2;
  padding: 88px 0 40px 0;
  margin-bottom: 34px;
}

.section-17 .inner-wrap {
  width: 100%;
  max-width: 753px;
  margin: 0 auto;
}

.section-17 .inner-form {
  margin-top: 34px;
  background-color: white;
  box-shadow: 0px 0px 5px 0px #00000040;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  gap: 10px;
}

.section-17 .inner-form input {
  flex: 1;
  outline: none;
  border: 0;
  padding: 0 10px;
}

.section-17 .inner-form button {
  width: 154px;
  height: 40px;
  border: 0;
  background: linear-gradient(90deg, #92C839 0%, #BEDF90 100%);
  font-weight: 700;
  font-size: 15px;
  color: white;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  .section-17 .inner-form input {
    min-width: 0;
  }

  .section-17 .inner-form button {
    width: 100px;
    font-size: 14px;
  }
}
/* End Section 17 */

/* form-group */
.form-group {
  margin-bottom: 18px;
}

.form-group label {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
  color: black;
  display: block;
}

.form-group label .text-red {
  color: red;
}

.form-group input {
  width: 100%;
  height: 49px;
  border: 1px solid #E0E0E0;
  background-color: white;
  border-radius: 7px;
  padding: 0 24px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
}

.form-group .input-file label {
  border: 2px dotted #CBCBCB;
  background-color: white;
  border-radius: 7px;
  padding: 24px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
}

.form-group .input-file label .inner-text-1 {
  font-weight: 400;
  font-size: 16px;
  color: #A1A1A1;
  display: block;
  margin-bottom: 6px;
}

.form-group .input-file label .inner-text-2 {
  font-weight: 400;
  font-size: 19px;
  color: #A1A1A1;
  display: block;
}

.form-group .input-file input {
  display: none;
}

.form-group .input-file .file-preview {
  margin-top: 10px;
}

.form-group .input-file .file-preview img {
  width: 50px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}
.form-group .input-file .file-preview span {
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}

.button-apply {
  display: block;
  width: 100%;
  padding: 14px;
  background: linear-gradient(90deg, #92C839 0%, #BEDF90 100%);
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  color: white;
  border: 0;
  outline: none;
  text-align: center;
}

.button-apply:hover {
  color: white;
}

@media (max-width: 991.98px) {
  .form-group .input-file label .inner-text-2 {
    font-size: 17px;
  }
}
/* End form-group */

/* Section 18 */
.section-18 {
  padding: 27px 0 42px 0;
}

.section-18 .inner-title-main {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  color: var(--color-main);
}

.section-18 .inner-wrap {
  display: grid;
  grid-template-columns: 893fr 380fr;
  gap: 30px 20px;
}

.section-18 .inner-main .inner-content {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.section-18 .inner-main .inner-content p {
  margin-top: 0;
  margin-bottom: 5px;
}

.section-18 .inner-main .inner-content b {
  font-weight: 700;
}

.section-18 .inner-main .inner-content ul {
  margin-bottom: 5px;
  padding-left: 20px;
}

.section-18 .inner-main .inner-content ul li::marker {
  font-size: 8px;
}

.section-18 .inner-main .inner-form .inner-title {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-main);
  margin-bottom: 18px;
}

.section-18 .inner-info-box {
  position: sticky;
  top: 20px;
  left: 0;
}

.section-18 .inner-info-box .inner-list {
  margin-top: 13px;
  background-color: white;
  box-shadow: 0px 0px 4px 0px #00000040;
  padding: 24px 14px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.section-18 .inner-info-box .inner-item {
  font-weight: 400;
  font-size: 14px;
  color: black;
}

.section-18 .inner-info-box .inner-item b {
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .section-18 .inner-wrap {
    grid-template-columns: 720fr 380fr;
  }
}

@media (max-width: 991.98px) {
  .section-18 .inner-title-main {
    font-size: 20px;
  }

  .section-18 .inner-wrap {
    grid-template-columns: 1fr;
  }

  .section-18 .inner-main {
    order: 1;
  }
}
/* End Section 18 */