	.tab-aboutus .nav-link.bp_btn_tabs{
  border: none;
  font-weight: 600;
  color: #777;
  font-size: 15px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 180px;
  padding: 20px 15px;
  border-radius: 15px;
  transition: 0.3s;
}

.tab-aboutus .nav-link.bp_btn_tabs img{
  width: 50px;
  margin-bottom: 10px;
}

.tab-aboutus .nav-link.bp_btn_tabs:hover{
  transform: translateY(-3px);
}

.tab-aboutus .nav-link.bp_btn_tabs:hover img{
  background: #e8f1ff;
}

.tab-aboutus .nav-link.active.bp_btn_tabs{
  background: #f5f7fa;
  color: #2f80ed;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}
.profile-download{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    background: #1f5fae;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: table;
    margin: 20px auto;
}

.profile-download:hover{
    background: #184b88;
    transform: translateY(-2px);
}
#myTab_2466 .nav-item:last-child .bp_btn_tabs::before{
    content: "";
    width: 100%;
    height: 90px;
    display: block;
  margin-top: -20px;
    background: url('/files_upload/icon-profile.png') center/contain no-repeat;
}

#myTab_2466{
  justify-content: center;
  gap: 20px;
  margin-top:-50px;
}
.layout {
  display: flex;
  align-items: center;
  gap: 60px;
}

.layout__content{
  flex: 1;
  padding: 10px 0;
  max-width: 600px;
}

.content__title{
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.content__title .small{
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.content__title .big{
  font-size: 28px;
  font-weight: 700;
  color: #2f7db3;
}

.content__description{
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

.layout__visual{
  display: flex;
  justify-content: center;
}

.layout__visual img{
  width: 100%;
  max-width: 480px;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.2);
  transition: 0.4s;
}

.layout__visual img:hover{
  transform: scale(1.03);
}

@media(max-width:768px){
  .layout{
    flex-direction: column;
    gap: 30px;
  }

  .layout__visual img{
    height: auto;
  }

  .layout__content{
    text-align: center;
  }
}

/* Chỉnh phần mô tả của 4 TAB giới thiệu */
.section-subtitle{
  text-align: center;
  font-size: 18px;
  color: #555;
  max-width: 920px;
  margin: 10px auto 20px;
  line-height: 1.7;

  padding: 18px 25px;
  background: linear-gradient(135deg, #f0f4ff, #f9fcff);
  border-radius: 12px;

  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.section-subtitle .highlight{
  color: #2f7d32; /* xanh giống box */
  font-weight: 600;
}

.section-subtitle:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.section-subtitle i{
  color: #2f7d32;
  margin: 0 8px;
  font-size: 16px;
}

#_8110 strong {
    margin-bottom: 20px;
}

#m_4009 {
    text-align: center;
}
.tab-aboutus {
    padding: 80px 0;
}
.why-choose {
  color: #121212;
}
.why-choose-grid {
  width: 100%;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 60px;
  align-items: center;
}

.main-title {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 50px;
  grid-column: 1 / -1;
  opacity: 0.95;
  color: #121212;
}

.left-features {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.right-features {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.feature-why {
  text-align: center;
  max-width: 280px;
}

.left-features .feature-why {
  text-align: right;
  margin-left: auto;
}

.right-features .feature-why {
  text-align: left;
  margin-right: auto;
}

.feature-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(0 0 0 / 60%);
  border-radius: 50%;
}

.left-features .feature-icon {
  margin: 0 0 20px auto;
}

.right-features .feature-icon {
  margin: 0 auto 20px 0;
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: #121212;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  opacity: 0.95;
  color: #FFF;
}

.feature-description {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.85;
  font-weight: 300;
}

.phone-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.phone-container img {
    height: 600px;
    border-radius: 12px;
}

.app-content {
  text-align: center;
  z-index: 5;
}

.app-logo {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.app-logo svg {
  width: 32px;
  height: 32px;
  stroke: white;
  fill: none;
  stroke-width: 2;
}

.app-name {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.app-tagline {
  font-size: 16px;
  opacity: 0.9;
  font-weight: 300;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 768px) {
  .layout {
    flex-direction: column;
  }
#myTab_2466 {
        width: 500px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: start;
  overflow-x: auto; 
  flex-wrap: nowrap;
  margin: auto;
}
  .layout__content {
    padding: 40px 30px;
  }

  .content__title {
    font-size: 2.5rem;
  }

  .features {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .layout__visual {
    min-height: 400px;
  }
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .stat-number {
    font-size: 3rem;
  }

  .contact-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .contact-info {
    flex-direction: column;
    gap: 25px;
    text-align: left;
  }
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .main-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .left-features,
  .right-features {
    gap: 40px;
  }

  .left-features .feature-why,
  .right-features .feature-why {
    text-align: center;
    margin: 0 auto;
  }

  .left-features .feature-icon,
  .right-features .feature-icon {
    margin: 0 auto 20px;
  }

  .phone {
    width: 240px;
    height: 480px;
  }

  .app-name {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .stats-container {
    grid-template-columns: 1fr;
  }

  .contact-info {
    gap: 20px;
  }
}


/* =========================================================
   TÍN THÀNH - GIẢI PHÁP TOÀN DIỆN
========================================================= */

.tin-thanh-intro {
    position: relative;
    width: 100%;
    padding: 55px 25px 70px;
    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #f8fdff 0%,
            #f4fbfd 70%,
            #e8f7e9 100%
        );

    font-family: "Poppins", sans-serif;
}

.tin-thanh-container {
    position: relative;
    z-index: 20;

    width: 100%;
    max-width: 1140px;
    margin: 0 auto;

    transform: translateY(-40px);
}


/* =========================================================
   HEADER
========================================================= */

.tin-thanh-heading {
    display: flex;
    align-items: center;

    gap: 20px;

    margin-bottom: 48px;
}

.heading-icon {
    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 3px solid #00a83b;
    border-radius: 50%;

    background: #fff;

    font-size: 30px;

    box-shadow:
        0 5px 15px rgba(0,150,60,.10);
}

.heading-content {
    flex: 1;
}

.heading-content h2 {
    margin: 0;

    font-size: 34px;
    line-height: 1.05;

    font-weight: 700;

    color: #2f7db3;
}

.heading-content h3 {
    margin: 5px 0 0;

    font-size: 21px;
    line-height: 1.2;

    font-weight: 600;

    color: #00a83b;
}

.heading-content::after {
    content: "";

    display: block;

    width: 100%;
    height: 4px;

    margin-top: 12px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            #00a83b 0%,
            #2f7db3 75%,
            #2f7db3 100%
        );
}


/* =========================================================
   TIMELINE
========================================================= */

.tin-thanh-item {
    position: relative;

    display: flex;

    gap: 20px;

    margin-bottom: 28px;
}

.item-number {
    position: relative;

    width: 54px;
    height: 54px;

    flex: 0 0 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 5px;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #00b83d 0%,
            #00a637 100%
        );

    color: #fff;

    font-size: 19px;
    font-weight: 700;

    box-shadow:
        0 5px 14px rgba(0,160,60,.18);

    z-index: 5;
}

.item-number::before {
    content: "";

    position: absolute;

    inset: 3px;

    border: 1px solid rgba(255,255,255,.65);

    border-radius: 50%;

    pointer-events: none;
}

.tin-thanh-item:not(:last-child)
.item-number::after {
    content: "";

    position: absolute;

    top: 54px;
    left: 50%;

    width: 1px;
    height: 50px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            to bottom,
            #56c879,
            #bfe8ce
        );

    z-index: -1;
}


/* =========================================================
   TIMELINE CONTENT
========================================================= */

.item-content {
    position: relative;

    flex: 1;

    padding: 14px 28px 16px;

    background: rgba(255,255,255,.92);

    border: 1px solid #edf2f4;

    border-radius: 0 12px 12px 12px;

    box-shadow:
        0 5px 18px rgba(32,91,115,.07);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.item-content:hover {
    transform: translateY(-2px);

    border-color:
        rgba(0,168,59,.22);

    box-shadow:
        0 10px 28px rgba(32,91,115,.11);
}

.item-content h4 {
    margin: 0;

    padding-bottom: 8px;

    font-size: 21px;
    line-height: 1.35;

    font-weight: 700;

    color: #2f7db3;
}

.item-line {
    width: 100%;
    height: 4px;

    margin-bottom: 11px;

    border-radius: 20px;

    background:
        linear-gradient(
            90deg,
            #28b94a 0%,
            #8bd600 45%,
            #e7e900 100%
        );
}

.item-content ul {
    margin: 0;

    padding-left: 20px;

    list-style: disc !important;
}

.item-content li {
    display: list-item !important;

    margin: 0 0 4px;

    padding-left: 3px;

    font-size: 15px;
    line-height: 1.55;

    color: #222;

    list-style: disc !important;
}

.item-content li:last-child {
    margin-bottom: 0;
}

.item-content li::marker {
    color: #00a83b;
}

.item-content strong {
    color: #2f7db3;

    font-weight: 700;
}


/* =========================================================
   FOOTER CONTACT
========================================================= */

.tin-thanh-contact {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 35px;

    margin-top: 42px;
    padding-top: 18px;

    border-top: 1px solid #d7e7eb;

    color: #00a83b;

    font-size: 13px;
    font-weight: 500;
}


/* =========================================================
   ECO BACKGROUND
========================================================= */

.eco-background {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 170px;

    overflow: hidden;

    z-index: 1;

    pointer-events: none;
}

.eco-hill-back {
    position: absolute;

    left: -10%;
    bottom: 45px;

    width: 120%;
    height: 90px;

    background: #d9efd9;

    border-radius: 50% 50% 0 0;

    transform: rotate(-1deg);
}

.eco-hill-middle {
    position: absolute;

    left: -10%;
    bottom: 15px;

    width: 120%;
    height: 75px;

    background: #a9dba8;

    border-radius: 50% 50% 0 0;

    transform: rotate(1deg);
}

.eco-hill-front {
    position: absolute;

    left: -10%;
    bottom: -30px;

    width: 120%;
    height: 90px;

    background:
        linear-gradient(
            180deg,
            #70c56b,
            #4ba84e
        );

    border-radius: 50% 50% 0 0;
}

.eco-grass {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 45px;

    background:
        linear-gradient(
            180deg,
            #63b95f,
            #3c963f
        );

    z-index: 5;
}

.eco-sky-glow {
    position: absolute;

    top: -100px;
    right: 10%;

    width: 300px;
    height: 200px;

    background:
        radial-gradient(
            ellipse,
            rgba(255,255,255,.8),
            transparent 70%
        );

    z-index: 1;
}


/* =========================================================
   TÍN THÀNH - ĐỊNH HƯỚNG PHÁT TRIỂN
========================================================= */

.tt-direction {
    --green: #2ca52f;
    --green-dark: #187c28;
    --green-light: #76c92c;

    --blue: #0875d1;
    --blue-dark: #0759a8;
    --blue-light: #159be8;

    --text: #242b2d;

    position: relative;

    width: 100%;
    max-width: 1500px;

    margin: 0 auto;

    padding: 45px 35px 70px;

    overflow: hidden;

    font-family: "Poppins", sans-serif;

    background:
        radial-gradient(
            circle at 50% 8%,
            rgba(184,229,255,.65),
            transparent 30%
        ),
        radial-gradient(
            circle at 0% 70%,
            rgba(97,203,100,.20),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #fff 0%,
            #f7fcf8 50%,
            #eef8ff 100%
        );
}

.tt-direction *,
.tt-direction *::before,
.tt-direction *::after {
    box-sizing: border-box;
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

.tt-direction::before {
    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    left: -280px;
    bottom: -250px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(71,181,69,.20),
            transparent 70%
        );

    pointer-events: none;
}

.tt-direction::after {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -350px;
    top: 400px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(39,149,226,.12),
            transparent 70%
        );

    pointer-events: none;
}


/* =========================================================
   HEADER
========================================================= */

.tt-direction-header {
    position: relative;

    z-index: 5;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 32px;

    margin-bottom: 55px;
}

.tt-direction-logo {
    width: 135px;
    height: 135px;

    flex: 0 0 135px;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 28px;

    background: rgba(255,255,255,.90);

    box-shadow:
        0 8px 25px rgba(0,0,0,.08),
        inset 0 0 0 2px rgba(48,173,67,.25);
}

.tt-direction-logo img {
    width: 88%;
    height: 88%;

    object-fit: contain;
}

.tt-direction-title {
    text-align: left;
}

.tt-direction-title h1 {
    margin: 0 0 14px;

    font-size: clamp(32px,4vw,62px);

    line-height: 1;

    font-weight: 600;

    letter-spacing: 1px;

    background:
        linear-gradient(
            90deg,
            #32a936,
            #168f2e
        );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
}

.tt-direction-title h2 {
    margin: 0 0 18px;

    font-size: clamp(24px,2.4vw,39px);

    line-height: 1.05;

    font-weight: 600;

    color: #0873cf;

    letter-spacing: .3px;
}

.tt-title-line {
    display: flex;

    align-items: center;

    width: 100%;

    gap: 10px;
}

.tt-title-line span {
    height: 4px;

    flex: 1;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            var(--green),
            var(--blue)
        );
}

.tt-title-line b {
    color: var(--green);

    font-size: 28px;

    transform: rotate(-15deg);
}


/* =========================================================
   TẦM NHÌN / SỨ MỆNH CARD
========================================================= */

.tt-direction-card {
    position: relative;

    z-index: 5;

    margin-bottom: 52px;

    min-height: 230px;

    background: rgba(255,255,255,.94);

    border: 1px solid rgba(255,255,255,.9);

    border-radius: 28px;

    box-shadow:
        0 14px 35px rgba(34,71,65,.12);

    overflow: visible;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.tt-direction-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 20px 45px rgba(34,71,65,.17);
}


/* =========================================================
   LABEL
========================================================= */

.tt-section-label {
    position: absolute;

    top: -39px;
    left: 45px;

    width: auto;
    min-width: 370px;

    height: 78px;

    display: flex;

    align-items: center;

    z-index: 20;
}

.tt-section-label::after {
    content: "";

    position: absolute;

    left: 45px;
    right: 0;
    top: 17px;

    height: 53px;

    background:
        linear-gradient(
            90deg,
            var(--green),
            #45b929
        );

    border-radius: 0 0 45px 0;

    transform: skewX(-18deg);

    z-index: -1;
}


/* BLUE LABEL - SỨ MỆNH */

.tt-mission .tt-section-label::after {
    background:
        linear-gradient(
            90deg,
            var(--blue-dark),
            var(--blue-light)
        );
}


/* =========================================================
   LABEL ICON
========================================================= */

.tt-label-icon {
    width: 78px;
    height: 78px;

    flex: 0 0 78px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff;

    border: 3px solid var(--green);

    box-shadow:
        0 4px 12px rgba(0,0,0,.10);
}

.tt-mission .tt-label-icon {
    border-color: var(--blue);
}

.tt-label-icon span {
    color: var(--green);

    font-size: 35px;

    font-weight: 700;
}

.tt-mission .tt-label-icon span {
    color: var(--blue);
}

.tt-label-text {
    position: relative;

    margin-left: 20px;

    color: #fff;

    font-size: clamp(22px,2vw,31px);

    line-height: 1.1;

    font-weight: 800;

    white-space: nowrap;

    z-index: 2;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.tt-card-content {
    position: relative;

    z-index: 5;

    min-height: 230px;

    padding: 58px 55px 50px;

    display: grid;

    grid-template-columns:
        330px
        minmax(0,1fr);

    align-items: center;

    gap: 55px;
}

.tt-card-content.reverse {
    grid-template-columns:
        minmax(0,1fr)
        350px;
}


/* =========================================================
   CARD IMAGE
========================================================= */

.tt-image {
    position: relative;

    width: 100%;
    height: 155px;

    overflow: hidden;

    border-radius: 100px;

    box-shadow:
        0 8px 20px rgba(0,0,0,.10);
}

.tt-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .5s ease;
}

.tt-direction-card:hover
.tt-image img {
    transform: scale(1.06);
}


/* =========================================================
   CARD TEXT
========================================================= */

.tt-text {
    position: relative;

    z-index: 10;
}

.tt-text p {
    margin: 0;

    color: var(--text);

    font-size: clamp(17px,1.45vw,23px);

    line-height: 1.75;

    font-weight: 400;
}

.tt-text strong {
    color: var(--green-dark);

    font-weight: 700;
}

.tt-mission .tt-text strong {
    color: var(--blue);
}


/* =========================================================
   GREEN WAVE
========================================================= */

.tt-green-wave {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 70px;

    overflow: hidden;

    pointer-events: none;

    z-index: 2;
}

.tt-green-wave::before {
    content: "";

    position: absolute;

    width: 72%;
    height: 100px;

    right: -5%;
    bottom: -65px;

    background:
        linear-gradient(
            160deg,
            var(--green-light),
            var(--green-dark)
        );

    border-radius: 70% 20% 0 0;

    transform: rotate(-4deg);
}

.tt-green-wave::after {
    content: "";

    position: absolute;

    width: 67%;
    height: 90px;

    right: -4%;
    bottom: -60px;

    background:
        linear-gradient(
            160deg,
            #71d523,
            #229c32
        );

    border-radius: 70% 20% 0 0;

    transform: rotate(-8deg);
}


/* =========================================================
   BLUE WAVE
========================================================= */

.tt-blue-wave {
    position: absolute;

    bottom: 0;
    left: 42%;

    width: 58%;
    height: 70px;

    overflow: hidden;

    pointer-events: none;

    z-index: 2;
}

.tt-blue-wave::before {
    content: "";

    position: absolute;

    width: 120%;
    height: 100px;

    left: -8%;
    bottom: -62px;

    background:
        linear-gradient(
            160deg,
            #39aef1,
            #0867c3
        );

    border-radius: 70% 20% 0 0;

    transform: rotate(-4deg);
}


/* =========================================================
   LEAVES
========================================================= */

.tt-leaf {
    position: absolute;

    color: var(--green);

    font-size: 42px;

    z-index: 6;

    filter:
        drop-shadow(
            0 4px 5px rgba(0,0,0,.08)
        );
}

.tt-leaf-1 {
    right: 55px;
    bottom: 15px;

    transform: rotate(-20deg);
}

.tt-leaf-2 {
    right: 15px;
    bottom: 35px;

    font-size: 30px;

    transform: rotate(25deg);
}


/* =========================================================
   TRIẾT LÝ KINH DOANH
   ĐÃ FIX RIÊNG
========================================================= */

.tt-philosophy {
    position: relative;

    z-index: 5;

    margin-bottom: 52px;

    min-height: 360px;

    background: rgba(255,255,255,.94);

    border: 1px solid rgba(255,255,255,.9);

    border-radius: 28px;

    box-shadow:
        0 14px 35px rgba(34,71,65,.12);

    /*
       QUAN TRỌNG:
       phải visible để label phía trên
       không bị cắt
    */
    overflow: visible;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.tt-philosophy:hover {
    transform: translateY(-4px);

    box-shadow:
        0 20px 45px rgba(34,71,65,.17);
}


/* =========================================================
   TRIẾT LÝ LABEL
   DÙNG CHUNG STYLE VỚI 2 CARD TRÊN
========================================================= */

.tt-philosophy .tt-section-label {
    position: absolute;

    top: -39px;
    left: 45px;

    min-width: 370px;

    height: 78px;

    display: flex;

    align-items: center;

    z-index: 30;
}

.tt-philosophy .tt-section-label::after {
    content: "";

    position: absolute;

    left: 45px;
    right: 0;
    top: 17px;

    height: 53px;

    background:
        linear-gradient(
            90deg,
            var(--green),
            #45b929
        );

    border-radius: 0 0 45px 0;

    transform: skewX(-18deg);

    z-index: -1;
}


/* =========================================================
   TRIẾT LÝ CONTENT
========================================================= */

.tt-philosophy-content {
    position: relative;

    z-index: 10;

    min-height: 360px;

    padding: 68px 55px 65px;

    display: grid;

    grid-template-columns:
        330px
        minmax(0,1fr);

    align-items: center;

    gap: 55px;
}


/* =========================================================
   TRIẾT LÝ IMAGE
========================================================= */

.tt-philosophy-image {
    position: relative;

    width: 100%;
    height: 235px;

    overflow: hidden;

    border-radius:
        30px 100px 30px 100px;

    box-shadow:
        0 8px 20px rgba(0,0,0,.10);
}

.tt-philosophy-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(33,154,45,.05),
            rgba(0,0,0,.10)
        );

    pointer-events: none;

    z-index: 2;
}

.tt-philosophy-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .5s ease;
}

.tt-philosophy:hover
.tt-philosophy-image img {
    transform: scale(1.05);
}


/* =========================================================
   TRIẾT LÝ LIST
========================================================= */

.tt-philosophy-list {
    position: relative;

    z-index: 15;

    width: 100%;
}


/* =========================================================
   TRIẾT LÝ ITEM
========================================================= */

.tt-philosophy-item {
    display: grid;

    grid-template-columns:
        52px
        250px
        2px
        minmax(0,1fr);

    align-items: center;

    column-gap: 13px;

    min-width: 0;

    padding: 14px 0;

    border-bottom:
        1px dashed rgba(44,165,47,.25);
}

.tt-philosophy-item:last-child {
    border-bottom: none;
}


/* =========================================================
   TRIẾT LÝ ICON
========================================================= */

.tt-philosophy-icon {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #53c83b,
            #1c942c
        );

    color: #fff;

    font-size: 19px;

    box-shadow:
        0 4px 10px rgba(31,144,47,.16);

    transition:
        transform .25s ease;
}

.tt-philosophy-item:hover
.tt-philosophy-icon {
    transform: scale(1.06);
}


/* =========================================================
   TRIẾT LÝ NAME
========================================================= */

.tt-philosophy-name {
    min-width: 0;

    color: var(--green-dark);

    font-size: 16px;

    line-height: 1.35;

    font-weight: 800;

    white-space: nowrap;
}


/* =========================================================
   TRIẾT LÝ DIVIDER
========================================================= */

.tt-philosophy .tt-divider {
    width: 2px;
    height: 38px;

    background: #999;

    opacity: .35;
}


/* =========================================================
   TRIẾT LÝ DESCRIPTION
========================================================= */

.tt-philosophy-desc {
    min-width: 0;

    color: #333;

    font-size: 14px;

    line-height: 1.55;
}


/* =========================================================
   TRIẾT LÝ WAVE
========================================================= */

.tt-philosophy-wave {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 55px;

    overflow: hidden;

    border-radius:
        0 0 28px 28px;

    background: transparent;

    pointer-events: none;

    z-index: 2;
}

.tt-philosophy-wave::before {
    content: "";

    position: absolute;

    width: 75%;
    height: 85px;

    right: -5%;
    bottom: -62px;

    background:
        linear-gradient(
            160deg,
            #76d52c,
            #229c32
        );

    border-radius:
        70% 20% 0 0;

    transform: rotate(-5deg);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .tin-thanh-intro {
        padding:
            45px 18px 55px;
    }

    .tin-thanh-container {
        transform: translateY(-25px);
    }


    /* ---------------------------------
       DIRECTION
    --------------------------------- */

    .tt-direction {
        padding:
            45px 22px 55px;
    }


    .tt-direction-header {
        flex-direction: column;

        text-align: center;

        gap: 20px;
    }

    .tt-direction-title {
        text-align: center;
    }

    .tt-direction-logo {
        width: 110px;
        height: 110px;

        flex-basis: 110px;
    }


    /* ---------------------------------
       TẦM NHÌN / SỨ MỆNH
    --------------------------------- */

    .tt-card-content,
    .tt-card-content.reverse {
        grid-template-columns: 1fr;

        gap: 28px;
    }

    .tt-image {
        width: 75%;

        margin: 0 auto;
    }

    .tt-text {
        text-align: center;
    }


    /* ---------------------------------
       TRIẾT LÝ
    --------------------------------- */

    .tt-philosophy {
        min-height: 0;
    }

    .tt-philosophy-content {
        min-height: 0;

        grid-template-columns: 1fr;

        gap: 30px;

        padding:
            68px 35px 65px;
    }

    .tt-philosophy-image {
        width: 75%;

        margin: 0 auto;
    }

    .tt-philosophy-item {
        grid-template-columns:
            65px
            250px
            2px
            minmax(0,1fr);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tin-thanh-intro {
        padding:
            35px 10px 45px;
    }

    .tin-thanh-container {
        transform: translateY(-15px);
    }


    /* ---------------------------------
       INTRO HEADER
    --------------------------------- */

    .tin-thanh-heading {
        align-items: flex-start;

        gap: 10px;

        margin-bottom: 30px;
    }

    .heading-icon {
        width: 40px;
        height: 40px;

        flex-basis: 40px;

        border-width: 2px;

        font-size: 21px;
    }

    .heading-content h2 {
        font-size: 21px;
    }

    .heading-content h3 {
        font-size: 14px;
    }

    .heading-content::after {
        height: 3px;

        margin-top: 8px;
    }


    /* ---------------------------------
       TIMELINE
    --------------------------------- */

    .tin-thanh-item {
        gap: 9px;

        margin-bottom: 15px;
    }

    .item-number {
        width: 38px;
        height: 38px;

        flex-basis: 38px;

        margin-top: 3px;

        font-size: 14px;
    }

    .tin-thanh-item:not(:last-child)
    .item-number::after {
        top: 38px;

        height: 35px;
    }

    .item-content {
        padding:
            11px 13px 13px;

        border-radius:
            0 9px 9px 9px;
    }

    .item-content h4 {
        font-size: 16px;
    }

    .item-line {
        height: 3px;

        margin-bottom: 8px;
    }

    .item-content li {
        font-size: 13px;

        line-height: 1.45;
    }


    /* ---------------------------------
       DIRECTION
    --------------------------------- */

    .tt-direction {
        padding:
            35px 12px 45px;
    }

    .tt-direction-header {
        margin-bottom: 75px;
    }

    .tt-direction-logo {
        width: 90px;
        height: 90px;

        flex-basis: 90px;

        border-radius: 20px;
    }

    .tt-direction-title h1 {
        font-size: 34px;
    }

    .tt-direction-title h2 {
        font-size: 21px;

        margin-bottom: 12px;
    }


    /* ---------------------------------
       CARD
    --------------------------------- */

    .tt-direction-card,
    .tt-philosophy {
        margin-bottom: 65px;

        border-radius: 20px;
    }


    /* ---------------------------------
       LABEL
    --------------------------------- */

    .tt-section-label,
    .tt-philosophy .tt-section-label {
        top: -30px;

        left: 12px;

        width:
            calc(100% - 24px);

        min-width: 0;

        height: 62px;
    }

    .tt-section-label::after,
    .tt-philosophy .tt-section-label::after {
        left: 34px;

        right: 0;

        top: 13px;

        height: 45px;
    }

    .tt-label-icon {
        width: 62px;
        height: 62px;

        flex-basis: 62px;
    }

    .tt-label-icon span {
        font-size: 27px;
    }

    .tt-label-text {
        margin-left: 13px;

        font-size: 18px;

        white-space: nowrap;
    }


    /* ---------------------------------
       TẦM NHÌN / SỨ MỆNH CONTENT
    --------------------------------- */

    .tt-card-content,
    .tt-card-content.reverse {
        padding:
            65px 22px 55px;

        display: flex;

        flex-direction: column;

        gap: 20px;
    }

    .tt-card-content.reverse .tt-text {
        order: 1;
    }

    .tt-card-content.reverse .tt-image {
        order: 2;
    }

    .tt-image {
        width: 100%;

        height: 155px;

        border-radius: 80px;
    }

    .tt-text p {
        font-size: 15.5px;

        line-height: 1.7;
    }


    /* ---------------------------------
       TRIẾT LÝ CONTENT
    --------------------------------- */

    .tt-philosophy-content {
        display: flex;

        flex-direction: column;

        gap: 24px;

        padding:
            65px 20px 55px;
    }


    /* ---------------------------------
       TRIẾT LÝ IMAGE
    --------------------------------- */

    .tt-philosophy-image {
        width: 100%;

        height: 180px;

        margin: 0;

        border-radius:
            25px 80px 25px 80px;
    }


    /* ---------------------------------
       TRIẾT LÝ ITEMS
    --------------------------------- */

    .tt-philosophy-item {
        display: grid;

        grid-template-columns:
            48px
            minmax(0,1fr);

        align-items: start;

        gap: 9px;

        padding: 14px 0;
    }

    .tt-philosophy-icon {
        width: 42px;
        height: 42px;

        grid-row: span 2;

        font-size: 18px;
    }

    .tt-philosophy-name {
        font-size: 13px;

        line-height: 1.35;

        white-space: normal;
    }

    .tt-philosophy .tt-divider {
        display: none;
    }

    .tt-philosophy-desc {
        font-size: 13px;

        line-height: 1.5;
    }


    /* ---------------------------------
       WAVE
    --------------------------------- */

    .tt-green-wave,
    .tt-blue-wave {
        height: 45px;
    }

    .tt-philosophy-wave {
        height: 42px;

        border-radius:
            0 0 20px 20px;
    }


    /* ---------------------------------
       LEAVES
    --------------------------------- */

    .tt-leaf {
        display: none;
    }


    /* ---------------------------------
       CONTACT
    --------------------------------- */

    .tin-thanh-contact {
        flex-direction: column;

        gap: 7px;

        font-size: 12px;
    }
}


/* =========================================================
   WORDPRESS FIX
========================================================= */

.tt-direction img {
    max-width: 100% !important;
}

.tt-direction h1,
.tt-direction h2,
.tt-direction h3,
.tt-direction p {
    margin-top: 0;
}

.tt-direction img,
.tt-philosophy img {
    box-sizing: border-box;
}
