:root {

    --color-1: #ffff;

    --color-2: #000;

    --font-family-1: "Roboto", sans-serif;
    --font-family-2: "Yeseva One", serif;
    --box--shadow-1: 0 10px 30px 0 rgba(0, 0, 0, .1);

    --box--shadow-2: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

}

body {
    font-family: var(--font-family-1);
}

.about-session-2 {
    margin-top: 30px;
}

.call-action-4-images {
    position: relative;
    padding-bottom: 24.39%;
}

.opacity-30 {
    opacity: .3;
}

.call-action-4-image-1,
.call-action-4-image-2 {
    width: 73.17%;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
}

.call-action-4-image-2 {
    position: absolute;
    bottom: -100px;
    right: -160px;

}

.call-action-4-image-1,
.call-action-4-image-2 {
    width: 73.17%;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
}

.call-action-4-image-1 img {
    visibility: visible;
    animation-duration: 1.2s;
    animation-name: scaleOutIn;
}

.call-action-4-image-2 div {
    color: transparent;
    visibility: visible;
    animation-duration: 1.2s;
    animation-name: scaleOutIn;
    opacity: 1;
    transform: scale(1);
}

.about-colum-left div {
    height: 90%;
}

.about-colum-left img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.session-3-column-1,
.session-3-column-1 {
    margin: auto;
}

.team h2 {
    font-size: 25px;
    padding: 0px 18px;
}

.team {
    width: 100px;
    border: thin solid #fff;
    border-radius: 50px;

}

.section-title-strong {
    font-size: 65px;
}

.about-content p {
    margin-top: 30px;
}

.about-session3-name {
    padding-top: 30px;
}

.person-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.information col-inner {
    border: 1px solid #4d4d4d;
}

.session4-title h2 {
    font-size: 40px;
}

.service-title h3 {
    font-family: var(--font-family-2);
    font-size: 96px;
    font-weight: 600;
    text-align: center;
}

.section-descr-large p {
    font-size: 30px;
    font-family: var(--font-family-1);

}

.text-x1 p {
    font-size: 20px;
    font-family: var(--font-family-1);
}

.service-box-1,
.service-box-2,
.service-box-3,
.service-box-4,
.service-box-5,
.service-box-6,
.service-box-7,
.service-box-8 {
    border: 1px solid #fff;
    border-radius: 200px;
    margin-top: 20px;
    height: 220px;
    position: relative;
}

.service-box-1,
.service-box-2,
.service-box-3,
.service-box-4,
.service-box-5,
.service-box-6,
.service-box-7,
.service-box-8:hover {
    cursor: pointer;
}

.text-5xl p {
    font-size: 48px;
    font-family: var(--font-family-2);
    font-weight: 600;

}

.text-5xl {
    height: 100px;
    margin-top: 70px;
    margin-left: 25px;
}

.service-box-1,
.service-box-3,
.service-box-5,
.service-box-7 {
    float: left;
    margin-left: 34px;
    margin-bottom: 40px;
}

.service-box-2,
.service-box-4,
.service-box-6,
.service-box-8 {
    float: right;
    margin-right: 34px;
    margin-bottom: 40px;
}

.text-6xl {
    font-family: var(--font-family-2);
    font-weight: 600;
    font-size: 25px;

}

.text-6xl p {
    position: absolute;
    top: -80px;
    right: 590px;
}


.service-img {
    height: 100%;
    width: 70%;
    float: right;
    padding-top: 15px;
    /* transition: transform 2s; */
}

.text-5xl a {
    font-family: var(--font-family-2);
    color: var(--color-1);
}

.text-5xl a:hover {
    font-family: var(--font-family-2);
    color: var(--color-1);
}

.service-img div img {
    border-radius: 200px !important;
    height: 100%;
    object-fit: cover;
}

.about-title span,
.session-3-column-1 h2,
.session-3-column-1 h1 {
    font-family: var(--font-family-2);
}

.service-img:hover {
    /* transform: translateX(-100px); */
}

.btn-about-index:hover {
    opacity: 0.5;
}

@media screen and (max-width: 769px) {
    .section-descr-large p {
        font-size: 27px;
    }

    .text-5xl {
        margin-top: 52px;
    }

    .service-img {
        padding-top: 30px;
    }

    .text-5xl p {
        font-size: 25px;
    }

    .service-box-1,
    .service-box-3,
    .service-box-5,
    .service-box-7 {
        margin-left: 10px;

    }

    .service-box-2,
    .service-box-4,
    .service-box-6,
    .service-box-8 {
        margin-right: 10px;

    }

    .service-box-1,
    .service-box-2,
    .service-box-3,
    .service-box-4,
    .service-box-5,
    .service-box-6,
    .service-box-7,
    .service-box-8 {
        margin-top: 0px;
        width: 80%;
        height: 150px;
    }

    .about-col-1 {
        flex-direction: column;
    }

    .call-action-4-images {
        margin-left: 120px;
        padding-bottom: 17%;
    }

   
    .about-content-1 {
        width: 500px;
        margin-left: 50px;

        font-weight: 600;
    }

    /*.medium-4 {
        max-width: 50.333333%;

    }*/

    .about-colum-left {
        max-width: 80%;
        margin: auto;
    }

    .about-session-3 .section-content div {
        display: flex;

        width: 100%;
        flex-direction: column;
    }
    .team{
        width: 100px !important;
    }
    .session-3-column-1 div div h1{
        font-size: 37px;
    }
    .about-info-1{
        width: 50% !important;
        margin: auto;
    }
    .medium-3{
        max-width: 50%;
    }
    .about-icon {
        margin-top: 10px;
    }
    .about-icon .facebook{
      margin: auto !important;
    }
    .text-center .button:first-of-type{
        margin-left: auto !important;
    }
    .social-icons a{
        width: 50px;
      
    }
   
}

@media screen and (max-width: 549px) {
    .service-box-1, .service-box-2, 
    .service-box-3, .service-box-4,
    .service-box-5, .service-box-6, 
    .service-box-7, .service-box-8 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .service-box-img {
        bottom: 200px;
    }

    .service-box-img .has-hover {
        width: 40% !important;
    }

    .text-5xl p {
        font-size: 20px;
    }

    .about-info-1 {
        width: 100% !important;
        margin: auto;
    }

    .session-3-column-1 .row-about-ceo {
        margin-top: -33px;
    }
}

.cnb-single.cnb-right {
    bottom: 71px;
    right: 24px;
}

#callnowbutton.cnb-single {
    width: 40px;
    height: 40px;
    background-size: 30px 30px;
}

@media screen and (max-width: 420px) {

    .service-box-1,
    .service-box-2,
    .service-box-3,
    .service-box-4,
    .service-box-5,
    .service-box-6,
    .service-box-7,
    .service-box-8 {
        display: flex;
        margin-left: 0px;
        margin-right: 0px;
        border: none;
        float: left;
        width: 100%;
        height: auto;
    }


    .service-box-1 div {
        width: 100%;
        padding: 0px;
    }

    .text-5xl {
        margin-top: 0px;
        margin-left: 0px;

    }

    .text-5xl p {
        text-align: center;
        font-size: 35px;
    }

    .service-img {
        padding-top: 0px;
        width: 100% !important;
    }

    .service-img div img {
        border-radius: 10px !important;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-title{
        font-size: 80%;
    }
    .call-action-4-images {
        margin-left: 25px;
        padding-bottom: 17%;
    }
    .about-session-2 .medium-6{
        margin-top: 30px;
    }
    .about-session-2 .medium-6 .col-inner{
        padding: 0px 5px !important;
    }
    .about-content-1{
        font-size: 16px !important;
        margin-left: 5px;
        width: 100%;
    }
    .about-info-1 {
        width: 100% !important;
    }
    .medium-3{
        max-width: 100%;
    }
    .about-colum-left{
        max-width: 100%;
    }

    .service-box-img {
        bottom: 50px;
    }

    .service-box-img .has-hover {
        width: 100% !important;
    }

    .service-box-1, .service-box-3, 
    .service-box-5, .service-box-7, 
    .service-box-2, .service-box-4, 
    .service-box-6, .service-box-8 {
        margin-bottom: -20px;
    }

    .about-info-1 {
        width: 100% !important;
        margin: auto;
    }
}

/*code tuan*/
@media screen and (max-width: 549px) {

  h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  h2 {
    font-size: 22px;
    line-height: 1.35;
  }

  h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.5;
  }

  h6 {
    font-size: 15px;
    line-height: 1.5;
  }

  p, li, span, a {
    font-size: 15px;
    line-height: 1.6;
  }
/* Reset padding-top cho tất cả banner */
  .flickity-slider .banner {
    padding-top: 250px !important; /* hoặc chiều cao mong muốn */
  }

  /* Hạn chế chiều cao các lớp bên trong nếu cần */
  .flickity-slider .banner-inner.fill,
  .flickity-slider .banner-bg.fill,
  .flickity-slider .banner-layers.container,
  .flickity-slider .fill.banner-link {
    height: 250px !important;
    max-height: 250px !important;
    overflow: hidden !important;
  }

  .flickity-slider .bg.bg-fill.bg-loaded {
    background-size: cover !important;
    background-position: center !important;
  }

 .img-about-0 .img-inner {
    padding-top: auto !important; /* bỏ padding để ảnh dễ co dãn */
    width: 100%;
  }
  .img-about-0 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
.img-about-1 .img-inner {
    padding-top: auto !important; /* bỏ padding để ảnh dễ co dãn */
    width: 100%;
  }
  .img-about-1 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
.banner-contact {
    padding-top: 350px !important; /* hoặc chiều cao bạn muốn cho mobile */
  }
 .my-medium-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

.footer-newsletter-right form p {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .footer-newsletter-right input[type="email"] {
    width: 70%;  /* <<< chỉ sửa phần này để input ngắn lại */
    height: 40px;
    margin: 0 !important;
  }

  .footer-newsletter-right input[type="submit"] {
    width: 20%;
    min-width: 90px;
    height: 40px;
    margin: 0 !important;
  }
}

