@media (min-width: 1600px) {
    .hero-text h1 {
        font-size: 64px;
    }
}

@media (max-width: 1500px) {
    .hero-text h1 {
        font-size: 48px;
    }

    .hero-text {
        width: 55%;
    }

    .hero-image {
        width: 38%;
    }

    .text-hero h1 {
        font-size: 49px;
        width: 85%;
    }

    .element ul {
        gap: 15px;
    }

    .sub-service-tabs {
        padding: 4px 8px;
        border-radius: 15px 15px 50px 15px;

    }

    .icon-service {
        width: 50px;
        height: 50px;
        padding: 10px 12px;
        border-radius: 10px 10px 30px;
    }

    .text-service-content p {
        font-size: 18px;
    }

    .text-blog {
        padding: 10px 10px 12px 25%;
    }

    .text-hero {
        margin-left: 5%;
        width: 47%;
    }

    .text-aboutus h2 {
        font-size: 33px;
    }

    .stars-client i {
        font-size: 17px;
    }
}


@media (max-width: 1300px) {
    .hero-text h1 {
        font-size: 42px;
    }

    .hero-text {
        width: 58%;
    }

    .hero-image {
        width: 36%;
    }

    .hero-text p {
        font-size: 16px;
    }

    .about-wrapper {
        gap: 45px;
    }

    .about-title {
        font-size: 34px;
    }

    .section-title {
        font-size: 36px;
    }

    .counters-section {
        padding: 90px 0;
    }

    .counters-grid {
        gap: 20px;
    }

    .counter-num {
        font-size: 38px;
    }

    .counter-card-icon {
        width: 62px;
        height: 62px;
        font-size: 24px;
    }

    .counter-card {
        padding: 35px 24px 30px;
    }

    .blog-card-featured .blog-card-title {
        font-size: 22px;
    }

    .blog-card-small .blog-card-img {
        width: 190px;
    }

    .blog-card-small .blog-card-title {
        font-size: 16px;
    }

    .blog-card-excerpt {
        font-size: 14px;
    }

    .contact-wrapper {
        gap: 40px;
    }

    .contact-info-value {
        font-size: 15px;
    }

    .contact-input-group input,
    .contact-input-group textarea {
        padding: 16px 18px;
        font-size: 15px;
    }

    .about-images {
        min-height: 500px;
    }

    .about-img-main {
        height: 420px;
    }

    .projects-grid {
        gap: 22px;
    }

    .project-card-img {
        height: 220px;
    }

    .project-card-body h3 {
        font-size: 18px;
    }

    .project-card-body p {
        font-size: 14px;
    }

    .text-hero {
        margin-left: 5%;
        width: 59%;
    }

    .text-hero h1 {
        font-size: 44px;
        width: 85%;
    }

    .hero {
        height: 540px;
    }

    .element ul li a {
        font-size: 17px;

    }

    .stars-client i {
        font-size: 15px;
    }

    .service-details-header h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}


@media (max-width: 1200px) {
    .elements-footer h2 {
        font-size: 24px;
    }

    .text-blog {
        padding: 10px 10px 12px 30%;
    }

    .sub-blog-item {
        height: 450px;
    }

    p {
        font-size: 16px;
    }

    h3 {
        font-size: 16px;
        margin: 0;
    }

    .tabs-services-index .title-center-w h2 {
        font-size: 20px;
    }

    .tabs-services-index .title-center h3,
    .tabs-services-index .title-center-w h3 {
        font-size: 27px;
        top: -15px;
    }

    .text-hero {
        margin-left: 5%;
        width: 80%;
    }
}

@media (max-width: 992px) {
    .title-page-inner {
        max-width: 760px;
        padding: 0 20px 20px;
    }
    .hero-slide, .hero {
        height: auto;
    }
    .menu-div {
        display: block;
    }
    .elements {
        display: none;
    }
    .sco {
        display: none;
    }
    .hero-slide-content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding-top: 120px;
    }

    .hero-text {
        width: 90%;
        margin: 0 auto;
    }

    .hero-text h1 {
        font-size: 36px;
    }

    .hero-text p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-tag {
        justify-content: center;
    }

    .hero-btns {
        justify-content: center;
    }

    .hero-image {
        display: none;
    }

    .hero-slide-overlay::after {
        display: none;
    }

    .hero-progress {
        display: none;
    }

    .hero-vertical-text {
        display: none;
    }

    .hero::before {
        display: none;
    }

    .hero-counter {
        left: 50%;
        transform: translateX(-50%);
    }

    .hero .owl-nav {
        right: 50%;
        transform: translateX(50%);
        bottom: 30px;
    }

    .hero-counter {
        bottom: 90px;
    }

    .about-wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .about-images {
        width: 70%;
        margin: 0 auto;
        min-height: 450px;
    }

    .about-content {
        text-align: center;
    }

    .about-tag {
        justify-content: center;
    }

    .about-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .about-social-grid {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-cta {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .mission-values-header {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .mission-values-header .about-tag {
        justify-content: center;
    }

    .mission-values-header .about-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .mission-values-grid {
        grid-template-columns: 1fr;
    }

    .values-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .social-page-header {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .social-page-header .about-tag {
        justify-content: center;
    }

    .social-feature-grid,
    .social-content-wrapper {
        grid-template-columns: 1fr;
    }

    .social-feature-card {
        min-height: 460px;
    }

    .social-content-copy {
        text-align: center;
    }

    .social-content-copy .about-tag {
        justify-content: center;
    }

    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .projects-header {
        text-align: center;
    }

    .projects-header .about-tag {
        justify-content: center;
    }

    .counters-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .counters-section {
        padding: 70px 0;
    }

    .counters-header {
        margin-bottom: 45px;
    }

    .counter-num {
        font-size: 36px;
    }

    .counter-card-label {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .blog-card-featured .blog-card-img {
        min-height: 260px;
    }

    .blog-card-small {
        flex-direction: row;
    }

    .blog-card-small .blog-card-img {
        width: 200px;
    }

    .blog-header {
        text-align: center;
    }

    .contact-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .contact-info-side {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-info-card {
        flex: 1;
        min-width: calc(50% - 1px);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .contact-info-card:last-of-type {
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .contact-social-row {
        width: 100%;
        justify-content: center;
        margin-top: 16px;
    }

    .contact-header {
        text-align: center;
    }

    .contact-form-side {
        width: 100%;
    }

    .service-slide-item {
        height: 400px;
    }

    .ctm-stroke1 {
        padding: 7px 25px;
        height: 40px;
        font-size: 16px;
    }

    .btn-header {
        display: none;
    }


    .element {
        display: none;
    }

    .hero {
        min-height: 540px;
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
        padding: 60px 0 0 0;
        text-align: center;
    }

    .img-hero.is-inview {
        width: 50%;
        margin-top: 80px;
    }

    .header::before {

        top: auto;
        width: 18%;
        height: 64%;
    }

    .btns-hero {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 40px;
        justify-content: center;
        width: 100%;
    }

    .text-hero h1 {
        font-size: 44px;
        width: 100%;
        text-align: center;
    }

    .img-aboutus {
        width: 60%;
        margin-left: auto;
        height: 530px;
        margin: 20px auto 0;

    }

    .tabs-services-index ul {
        display: flex !important;
        gap: 10px;
    }

    .tabs-services-index {
        border-radius: 0;
    }

    .service-content {
        animation: transf 0.5s linear;
        text-align: center;
        padding: 35px;
    }

    .tabs-services-index ul li {
        width: calc(100% / 3 - 10px);
    }

    .img-service-content {
        width: calc(85% - 5%);
        margin: 15px auto;
    }

    .menu-div {
        display: block;
    }

    .title-page h2 {
        font-size: 26px;
    }

    .title-page {
        height: 152px;
    }

    .title-page .breadcrumb * {
        font-size: 15px;
    }

    .info-footer {
        color: var(--color-white);
        text-align: center;
    }

    .elements-footer h2 {
        font-size: 22px;
        margin: 15px 0;
    }

    .info-footer p {
        font-size: 15px;
        width: 100%;
    }

    .media ul {
        justify-content: center;
    }

    .end-page {
        justify-content: center;
        text-align: center;
    }

    /* footer */
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-main {
        padding: 55px 0 40px;
    }
}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 30px;
    }

    /* inner page title */
    .title-page {
        min-height: 240px;
        padding: 95px 0 50px;
    }

    .title-page h2 {
        font-size: 34px;
    }

    .hero-text p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        padding: 12px 28px;
        font-size: 14px;
    }

    .hero-btn-primary {
        padding-right: 40px;
    }

    .hero-btn-secondary {
        padding-left: 40px;
    }

    .hero .owl-nav button {
        width: 46px;
        height: 46px;
    }

    .hero-counter .current {
        font-size: 32px;
    }

    .hero-slide,
    .hero {
        min-height: 550px;
        height: auto;
    }

    .about-images {
        width: 80%;
        min-height: 400px;
    }

    .about-img-main {
        height: 370px;
    }

    .about-img-secondary {
        height: 180px;
        width: 48%;
    }

    .about-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 15px;
    }

    .about-desc {
        font-size: 15px;
    }

    .project-card-img {
        height: 200px;
    }

    .project-card-body {
        padding: 18px;
    }

    .project-card-body::before {
        left: 18px;
    }

    .project-card-brand {
        padding: 6px 12px;
    }

    .project-card-brand span {
        font-size: 11px;
    }

    .project-card-play {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .social-feature-card {
        min-height: 420px;
        padding: 30px;
        clip-path: none;
    }

    .social-feature-card h3 {
        font-size: 36px;
    }

    .social-feature-card p {
        font-size: 15px;
    }

    .social-platform-card {
        grid-template-columns: auto 1fr;
        padding: 24px;
    }

    .social-platform-arrow {
        display: none;
    }

    .social-stats-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .social-stat-item:nth-child(2) {
        border-right: 0;
    }

    .social-stat-item:nth-child(1),
    .social-stat-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .counters-grid {
        gap: 16px;
    }

    .counter-card {
        padding: 30px 20px 25px;
    }

    .counter-card-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
        margin-bottom: 18px;
    }

    .counter-num {
        font-size: 32px;
    }

    .counter-card-label {
        font-size: 11px;
        margin-bottom: 14px;
    }

    .counters-bg {
        background-attachment: scroll;
    }

    .blog-card-featured .blog-card-title {
        font-size: 20px;
    }

    .blog-card-featured .blog-card-body {
        padding: 22px;
    }

    .blog-card-featured .blog-card-body::before {
        left: 22px;
    }

    .blog-card-small .blog-card-img {
        width: 170px;
    }

    .blog-card-small .blog-card-title {
        font-size: 15px;
    }

    .blog-card-small .blog-card-body {
        padding: 16px 18px;
    }

    .blog-card-small .blog-card-body::before {
        left: 18px;
    }

    .blog-card-excerpt {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .blog-card-stack {
        gap: 20px;
    }

    .blog-footer {
        margin-top: 35px;
    }

    .contact-info-card {
        padding: 18px 20px;
        gap: 14px;
    }

    .contact-info-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .contact-info-value {
        font-size: 14px;
    }

    .contact-info-label {
        font-size: 11px;
    }

    .contact-input-group input,
    .contact-input-group textarea {
        padding: 14px 16px;
        font-size: 14px;
    }

    .contact-input-group input::placeholder,
    .contact-input-group textarea::placeholder {
        font-size: 14px;
    }

    .contact-submit {
        padding: 14px 36px;
        font-size: 14px;
        padding-right: 48px;
    }

    .contact-social-link {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .img-work-hours-contactus {
        width: 75px;
        height: 75px;
    }

    .text-service {
        flex-wrap: wrap;
    }

    .title-service {
        width: 100%;
    }

    .sub-service {
        position: relative;
        padding-bottom: 140px;
    }

    .text-service {
        padding: 18px;
        width: 95%;
    }

    .img-service {
        width: 100%;
        height: 231px;
        overflow: hidden;
        border-radius: 25px;
    }

    .title-service p {
        font-size: 13px;

        line-height: 1.2;
    }

    .title-service h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .sub-service-tabs h3 {
        font-family: 'font_main';
        font-size: 13px;
    }

    .text-work-hours-contactus h2 {
        font-size: 18px;
    }

    .sub-work-hours-contactus {
        margin: 35px 0;
    }

    .work-hours-contactus {
        padding: 20px 5%;
    }

    .main-contactus-page::after {
        width: 100%;
    }

    .form-contactus-page {
        padding: 0px 5% 25px 5%;
    }

    #lvideo-wrap video,
    #lvideo-wrap iframe {

        height: auto;
    }

    .tabs-services-index ul li {
        width: calc(100% / 2 - 10px);
    }

    .ctm-btn {
        padding: 12px 36px;
        height: 45px;
        font-size: 15px;
    }

    .ctm-stroke {
        padding: 12px 36px;
        height: 45px;
        font-size: 15px;

    }

    .text-hero h1 {
        font-size: 32px;
    }

    .btns-header .lang a {
        width: 45px;
        height: 45px;
        font-size: 17px;
    }

    .title-center h3,
    .title-center-w h3 {
        font-size: 45px;

        top: -36px;
    }

    .title-center h2,
    .title-center-w h2 {

        font-size: 29px;
    }

    .text-aboutus h2 {
        font-size: 27px;
    }

    .img-service-content {
        width: calc(100% - 5%);
        margin: 15px auto;
    }

    .text-client p {
        height: 73px;
        overflow: hidden;
    }

    .pg-section {
        padding: 40px 0;
    }

    .info-contactus-index {
        width: 50%;
    }

    .video-index {
        min-height: 295px;
    }

    .sub-blog-item {
        height: 370px;
    }

    .text-blog {
        padding: 10px 10px 12px 34%;
    }

    .client-info-text h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .client-info-text {
        bottom: 14px;
    }
}

@media (max-width: 576px) {
    .hero-text h1 {
        font-size: 24px;
    }

    /* inner page title */
    .title-page {
        min-height: 210px;
        padding: 85px 0 44px;
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    }

    .title-page h2 {
        font-size: 26px;
    }

    .title-page-accent::after {
        right: 10%;
        opacity: 0.25;
    }

    .hero-tag span {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .hero-tag-line {
        width: 30px;
    }

    .hero-text p {
        font-size: 14px;
        line-height: 1.6;
    }

    .hero-btns {
        flex-direction: column;
        gap: 12px;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        justify-content: center;
        clip-path: none;
        padding: 12px 24px;
    }

    .hero .owl-nav {
        bottom: 20px;
    }

    .hero-counter {
        bottom: 75px;
    }

    .hero .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .hero .owl-nav button span {
        font-size: 22px;
    }

    .hero-slide,
    .hero {
        min-height: auto;
    }

    .hero-speed-lines {
        display: none;
    }

    .about-images {
        width: 90%;
        min-height: 350px;
    }

    .about-img-main {
        height: 320px;
        width: 100%;
        clip-path: none;
    }

    .about-img-secondary {
        height: 160px;
        width: 50%;
    }

    .about-img-badge {
        padding: 14px 20px;
    }

    .about-img-badge .badge-number {
        font-size: 28px;
    }

    .about-img-badge .badge-text {
        font-size: 10px;
    }

    .about-social-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .about-social-card {
        padding: 14px 16px;
    }

    .social-card-icon {
        width: 38px;
        height: 38px;
        font-size: 17px;
    }

    .social-card-name {
        font-size: 14px;
    }

    .about-title {
        font-size: 24px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .about-desc {
        font-size: 14px;
        line-height: 1.7;
    }

    .mission-values-header {
        margin-bottom: 32px;
    }

    .mission-value-card {
        min-height: auto;
        padding: 30px 24px;
        clip-path: none;
    }

    .mission-card-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 22px;
        font-size: 22px;
    }

    .mission-value-card h3 {
        font-size: 25px;
    }

    .mission-value-card p {
        font-size: 14px;
        line-height: 1.8;
    }

    .values-strip {
        grid-template-columns: 1fr;
    }

    .value-mini-card {
        min-height: auto;
        padding: 24px 20px;
    }

    .social-feature-grid {
        gap: 18px;
    }

    .social-feature-card {
        min-height: 370px;
        padding: 24px 20px;
    }

    .social-feature-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 20px;
        font-size: 26px;
    }

    .social-feature-card h3 {
        font-size: 31px;
    }

    .social-feature-action {
        padding: 12px 16px;
        font-size: 14px;
    }

    .social-platform-card,
    .social-content-item {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px 18px;
    }

    .social-platform-card:hover {
        transform: translateY(-4px);
    }

    .social-stats-strip {
        grid-template-columns: 1fr;
    }

    .social-stat-item,
    .social-stat-item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .social-stat-item:last-child {
        border-bottom: 0;
    }

    .social-stat-item strong {
        font-size: 29px;
    }

    .about-img-accent {
        display: none;
    }

    .counters-section {
        padding: 60px 0;
    }

    .counters-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .counter-card {
        padding: 24px 16px 20px;
    }

    .counter-card-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        margin-bottom: 14px;
    }

    .counter-num {
        font-size: 28px;
    }

    .counter-card-label {
        font-size: 10px;
        letter-spacing: 0.8px;
        margin-bottom: 12px;
    }

    .counters-header {
        margin-bottom: 35px;
    }

    .blog-card-small {
        flex-direction: column;
    }

    .blog-card-small .blog-card-img {
        width: 100%;
        height: 180px;
    }

    .blog-card-featured .blog-card-img {
        min-height: 220px;
    }

    .blog-card-featured .blog-card-title {
        font-size: 18px;
    }

    .blog-card-featured .blog-card-body,
    .blog-card-small .blog-card-body {
        padding: 16px;
    }

    .blog-card-featured .blog-card-body::before,
    .blog-card-small .blog-card-body::before {
        left: 16px;
    }

    .blog-card-excerpt {
        font-size: 13px;
        line-height: 1.6;
    }

    .blog-card-category {
        font-size: 11px;
        padding: 5px 14px;
        padding-right: 18px;
    }

    .blog-card-stack {
        gap: 16px;
    }

    .blog-grid {
        gap: 16px;
    }

    .blog-footer {
        margin-top: 30px;
    }

    .contact-form-row {
        flex-direction: column;
        gap: 0;
    }

    .contact-info-card {
        min-width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.06);
        padding: 16px 18px;
    }

    .contact-info-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .contact-info-value {
        font-size: 13px;
    }

    .contact-submit {
        width: 100%;
        justify-content: center;
        clip-path: none;
        padding: 14px 24px;
    }

    .contact-social-link {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .contact-accent-line {
        display: none;
    }

    .projects-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .project-card-img {
        height: 220px;
    }

    .project-card-body {
        padding: 16px;
    }

    .project-card-body::before {
        left: 16px;
    }

    .project-card-body h3 {
        font-size: 17px;
    }

    .project-card-body p {
        font-size: 13px;
    }

    .project-card-brand {
        padding: 5px 10px;
        top: 12px;
        left: 12px;
    }

    .project-card-brand span {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .service-details-content {
        padding: 20px 10px;
        border-radius: 25px;
    }

    .service-slide-item {
        height: 250px;
    }

    .service-details-header h2 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .service-description {
        padding: 0px 0;
    }

    .service-description h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service-description p {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 9px;
    }

    .feature-text h4 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .feature-text p {
        font-size: 13px;
    }

    .service-features h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .step-number {
        width: 49px;
        font-size: 12px;
        height: 49px;
    }

    .process-step {
        align-items: start;
        gap: 9px;
        padding: 14px;
        border-radius: 15px;
    }

    .step-content h4 {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .step-content p {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .service-meta span {

        gap: 7px;
        font-size: 13px;
    }

    .service-meta {

        gap: 6px;
        margin-bottom: 18px;
    }

    .img-hero.is-inview {
        width: 82%;
        margin-top: 80px;
    }

    .text-hero h1 {
        font-size: 26px;
    }

    .title-center h3,
    .title-center-w h3 {
        font-size: 34px;
        top: -17px;
    }

    .img-aboutus {
        width: 84%;
        height: 393px;
    }

    .sub-service-tabs {
        gap: 7px;
    }

    .service-content {
        animation: transf 0.5s linear;
        text-align: center;
        padding: 40px 0;
    }

    .img-service-content>.img-service-content-item:nth-of-type(2) img {
        width: 72%;
        height: 180px;

    }

    .img-service-content>.img-service-content-item:nth-of-type(1) img {
        width: 80%;
        height: 317px;
    }

    .content-img-service-content {
        display: none;
    }

    .img-service-content>.img-service-content-item:nth-of-type(2) img {

        bottom: -45px;
        box-shadow: 3px 7px 6px #00000061;
    }

    .text-aboutus {
        text-align: center;
    }

    .text-aboutus p {
        font-size: 15px;
    }

    .text-aboutus h2 {
        font-size: 22px;
    }

    .features-aboutus {
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: start;
    }

    .icon-feature {
        width: 60px;
        height: 56px;
    }

    .tabs-services-index {
        padding: 20px 8px;
    }

    .sub-service-tabs {
        margin: 0 !important;
    }

    .icon-service {
        width: 34px;
        height: 36px;
        padding: 2px 4px;
        border-radius: 9px 10px 11px;
    }

    h3 {
        font-size: 13px;
        margin: 0;
    }

    .title-center,
    .title-center-w {
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .text-service-content h3 {
        font-size: 20px;
        margin-bottom: 0px;
        font-size: 25px;
    }

    .ctm-btn {
        padding: 12px 17px;
        height: 42px;
        font-size: 12px;
    }

    .mr-section {
        margin: 40px 0;
    }

    .video-index {
        min-height: 295px;
        margin-top: 150px !important;
    }

    .video-index {
        min-height: 295px;
        margin-top: 150px !important;
    }

    .ctm-stroke {
        padding: 12px 17px;
        height: 42px;
        font-size: 12px;
    }

    .logo {
        width: 103px;
        height: 65px;
    }

    .hero {
        min-height: auto;
        padding: 24px 0 0 0;
    }

    .text-hero {
        margin-left: 0;
        width: 96%;
    }

    .text-hero h1 {
        font-size: 18px;
    }

    .text-hero h3 {
        font-size: 15px;
        margin-bottom: 11px;
    }

    .btns-hero {
        margin-top: 25px;
    }

    .img-hero.is-inview {
        width: 82%;
        margin-top: 0;
    }

    .hero {
        min-height: auto;
        padding: 24px 0 0 0;
    }

    .title-center h2,
    .title-center-w h2 {
        font-size: 23px;
    }

    .info-contactus-index {
        width: 95%;
        right: 0;
        left: 0;
        margin: auto;
    }

    .info-contactus-index ul li a {
        display: flex;
        align-items: center;
        margin: 13px 0;
        gap: 8px;
    }

    .img-contactus-index {
        width: 27px;
    }

    h2 {
        font-size: 18px;

    }

    .info-contactus-index p {
        font-size: 14px;
    }

    .info-contactus-index p {
        font-size: 14px;
    }

    .sub-partner-item {
        height: 76px;
    }

    /* footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: center;
    }

    .footer-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links li a {
        justify-content: center;
    }

    .footer-contact li {
        justify-content: center;
        text-align: left;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .footer-main {
        padding: 45px 0 35px;
    }
}

@media (max-width: 450px) {
    .service-slide-item {
        height: 180px;
    }

    .owl-nav {
        display: none !important;
    }
}
