.section1-about h4{
    color: var(--black);
    font-family: 'iCiel Rukola', sans-serif;
    font-weight: 400;
    font-size: 28px;
    font-style: italic;
    margin-top: -20px;
}
.section1-about h1{
    color: var(--red);
    font-family: 'Huxley ExtraBlack', sans-serif;
    font-weight: 900;
    font-size: 46px;
}
.section1-about p{
    color: var(--black);
    font-family: 'Google Sans', sans-serif;
}
.section1-about .row-page .col{
    flex-basis: 65%;
    max-width: 65%;
}
.section1-about::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/person-about-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 62%;
    bottom: 5%;
    width: 100%;
    height: 550px;
    z-index: 1;
}


.section2-about{
    padding-top: unset !important;
    padding-bottom: unset !important;
}
.section2-about .row-top .col-left{
    padding: unset;
}
.section2-about .row-top .col-right{
    background-color: var(--red);
    padding: 60px;
}
.section2-about .row-top .col-right::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/hinh-ca.webp);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 400px;
    transform: translate(-50%, 0);
}
.section2-about .row-top .col-right p{
    color: var(--white);
    font-family: 'Google Sans', sans-serif;
}
.section2-about .row-bottom{
    background-image: url(/wp-content/uploads/2025/04/bg-section6-home.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.section2-about .row-bottom .col-left{
    background-color: var(--black);
    opacity: 0.8 !important;
    padding: 60px;
}
.section2-about .row-bottom .col-left p{
    color: var(--white);
    font-family: 'Google Sans', sans-serif;
}


.section3-about::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/thuyen-ca.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 545px;
    width: 860px;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: 1;
}
.section3-about h2{
    color: var(--red);
    font-family: 'iCiel Rukola', sans-serif;
    font-weight: 400;
    font-size: 46px;
    font-style: italic;
}
.section3-about .row .title{
    background-color: var(--red);
    color: var(--white);
    font-weight: 700;
    font-size: 20px;
    font-family: 'Google Sans', sans-serif;
    width: 60%;
    text-align: center;
    padding: 12px 0;
    border-radius: 0 50px 50px 0;
}
.section3-about .row .col-right p,
.section3-about .row .col-right li{
    color: var(--black);
    font-family: 'Google Sans', sans-serif;
    margin-bottom: unset;
}
.section3-about .row-bottom2{
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
}
.section3-about .row-bottom2,
.section3-about .row-bottom3{
    padding-top: 30px;
}
.section3-about .row-tacgia h3{
    font-family: 'iCiel Rukola', sans-serif;
    color: var(--black);
    font-weight: 400;
    font-size: 36px;
    font-style: italic;
}


.section4-about{
    padding-bottom: unset !important;
}
.section4-about h2{
    color: var(--red);
    font-family: 'iCiel Rukola', sans-serif;
    font-weight: 400;
    font-size: 46px;
    font-style: italic;
}
.kinh-doanh-slide{
    padding: 0 15px;
}
.kinh-doanh-slide .card-wrapper {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease;
}

.kinh-doanh-slide .card-wrapper:hover {
  transform: translateY(-5px);
}

.kinh-doanh-slide .img {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.kinh-doanh-slide .content {
  padding: 16px;
  z-index: 1;
   background: linear-gradient(359deg, #000000bd, #01010105);
}

.kinh-doanh-slide .content h3 {
  font-size: 18px;
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  color: var(--white);
  margin-bottom: unset;
}

.kinh-doanh-slide .more {
  text-decoration: none;
  color: var(--white);
  font-family: 'Google Sans', sans-serif;
  font-weight: 400;
}


@media only screen and (min-width: 768px) and (max-width: 1023px){
    .section1-about h1{
        font-size: 30px;
    }
    .section1-about .row-page .col{
        flex-basis: 100%;
        max-width: 100%;
    }
    .section1-about::before{
        display: none;
    }
    .section2-about .row-bottom .col-right{
        display: none;
    }
    .section3-about .row .title{
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .section1-about h1{
        font-size: 30px;
    }
    .section1-about .row-page .col{
        flex-basis: 100%;
        max-width: 100%;
    }
    .section1-about::before{
        display: none;
    }
    .section2-about .row-top .col-right,
    .section2-about .row-bottom .col-left{
        padding: 15px;
    }
    .section2-about .row-bottom .col-right{
        display: none;
    }
    .section3-about .row .title{
        margin-bottom: unset;
    }
    .section3-about::before{
        display: none;
    }
    .section2-about .row-top .col-left img{
        height: auto !important;
    }
    .section3-about .row-tacgia h3 {
    font-size: 28px;
    }
}


@media only screen and (max-width: 1024px){
    .section2-about .row-top .col-left img{
        height: 550px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .section2-about .row-top .col-left img{
        height: 550px;
    }
}