@media (max-width: 1199px) {
    .hero .hero-right {
        max-width: 455px;
        margin: 0 0 0 auto;
    }

    .rigth-img::after {
        width: 700px;
        height: 800px;
        background-size: 700px;
    }

    .rigth-img {
        padding-left: 0;
    }

    .timeline-section .rigth-content {
        padding-right: 83px;
    }

    .about-sec .img-wrap img {
        max-width: 100%;
    }

    .service-image {
        max-width: 400px;
    }

    .service-content {
        margin-top: 0;
        padding-left: 20px;
    }
}

@media (max-width: 1024px) {
    .hero h1 {
        font-size: 65px;
    }

    h2 {
        font-size: 32px;
        margin-bottom: 42px;
    }

    .about-top {
        margin-bottom: 80px;
    }

    .about-bottom {
        padding-left: 83px;
    }

    .stat-item h3 {
        font-size: 65px;
    }

    .timeline-section .rigth-content {
        padding-right: 0;
    }

    .social-links {
        gap: 30px;
    }

    .footer-title {
        font-size: 32px;
    }

    .footer-section .footer-rigth {
        padding-left: 0;
    }

    .footer-section .footer-rigth::before {
        left: -25px;
    }

    .rigth-img::after {
        top: 28.5%;
        left: 26%;
    }

    .aboutHero {
        padding: 190px 0 143px;
    }

    .aboutHero::after,
    .aboutHero::before {
        background-size: 75% auto;
    }

    .aboutHero.contact {
        padding: 180px 0 131px;
    }

    .contact-info-box {
        padding: 70px 20px 52px;
        margin-left: 0;
    }

    .contact-info-box::before {
        background-size: 180px auto;
    }
}

@media (max-width: 991px) {
    .container {
        padding: 0 20px;
    }

    header {
        padding: 15px 0px;
    }

    .navbar-toggle {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        margin-left: 10px;
        cursor: pointer;
        transition: all 0.5s;
    }

    .menu-show .navbar-toggle {
        z-index: 9999999999999;
        position: fixed;
        right: 20px;
        top: 20px;
    }

    .navbar-toggle:hover span {
        background-color: var(--white);
    }

    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }

    .navbar-toggle span {
        width: 32px;

        height: 2px;

        background-color: var(--primary);

        display: block;

        position: absolute;

        left: 0;

        right: 0;

        top: 0;

        bottom: 0;

        border-radius: 0;

        margin: auto;

        transition: all 0.5s;
    }

    .navbar-toggle span:nth-child(3) {
        bottom: -16px;

        width: 18px;
    }

    nav.headermenu {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: #ffffff;
        top: 0;
        bottom: 0;
        width: 350px;
        padding: 75px 30px 35px 30px;
        transform: translatex(100%);
        overflow: auto;
        transition: all 0.5s;
        margin: 0;
        height: 100vh;
        width: 310px;
    }

    .img-sec {
        height: 460px;
    }
    header nav.headermenu {
        margin-right: 0;
    }

    .headermenu .navbar-toggle {
        margin-left: auto !important;
        margin-right: 0;
        margin-bottom: 20px;
        transition: all 0.5s;
    }

    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform: rotate(45deg);
        background-color: var(--primary);
    }

    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }

    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform: rotate(-45deg);
        background-color: var(--primary);
    }

    .menu-show nav.headermenu {
        transform: translatex(0%);
        box-shadow: -1px 0px 10px 0 #0000001f;
    }

    .main_header_wrap .navbar ul {
        margin: 10px 0 0;
        display: block;
    }

    .main_header_wrap .navbar ul li {
        margin-bottom: 0;
        padding-bottom: 13px;
        border-bottom: 1px solid var(--primary);
        padding-top: 13px;
    }

    .main_header_wrap .navbar ul li a {
        color: var(--primary);
    }

    .menu-show .navbar-toggle:hover span:nth-child(3),
    .menu-show .navbar-toggle:hover span:nth-child(1) {
        background-color: var(--white);
    }

    .menu-show .navbar-toggle:hover,
    .menu-show .navbar-toggle:hover {
        background-color: var(--primary);
    }

    .hero .item {
        padding: 140px 0 30px;
    }

    .hero .top-content {
        gap: 10px;
        margin-bottom: 30px;
    }

    .hero .hero-right {
        max-width: 100%;
        margin: 0;
        text-align: start;
        padding: 0;
    }

    .hero h1 {
        font-size: 50px;
    }

    .about,
    .timeline-section,
    .service-section,
    .contact-section {
        padding: 60px 0;
    }

    .about-left {
        flex-direction: row !important;
        justify-content: space-between;
        margin-bottom: 30px;
        align-items: start;
    }

    .about .about-rigth {
        border-left: none;
        padding-left: 10px;
    }

    h2 {
        margin-bottom: 20px;
    }

    .about-bottom {
        padding-left: 0;
    }

    .about-top {
        margin-bottom: 50px;
    }

    .timeline-item {
        margin-bottom: 70px;
        display: grid;
        grid-template-columns: 90px 40px 1fr;
        column-gap: 10px;
        align-items: flex-start;
    }

    .timeline::after,
    .timeline::before {
        left: 119px;
    }

    .timeline {
        max-width: 100%;
        margin: 30px 0 0 0;
    }

    .timeline-section .top-content p {
        max-width: 80%;
        margin: 0;
    }

    .timeline-section .top-content {
        margin-bottom: 30px;
        gap: 20px;
    }

    .timeline .content {
        padding-left: 0;
    }

    .rigth-img::after {
        display: none;
    }

    .timeline-section {
        background-image: none;
    }

    .building-img {
        max-width: 100%;
    }

    .footer-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-section .footer-rigth {
        padding: 0 50px;
    }

    .footer-section .footer-rigth::before {
        display: none;
    }

    .footer-logo {
        width: 150px;
        margin-bottom: 0;
    }

    .social-links {
        justify-content: center;
    }

    hr {
        margin: 40px;
    }

    .copyright {
        text-align: center;
        margin-bottom: 20px !important;
    }

    .aboutHero {
        padding: 140px 0 140px;
    }

    .about-sec .about-rigth::before {
        display: none;
    }

    .about-sec .about-rigth {
        gap: 20px;
    }

    .about-sec .about-left {
        flex-direction: column !important;
        gap: 20px;
    }

    .about-sec .about-rigth > p {
        font-size: 16px;
        max-width: 100%;
    }

    .aboutHero.product {
        padding: 150px 0 84px;
    }

    .service-image {
        max-width: 320px;
    }

    .service-content {
        padding-left: 0;
    }

    .service-content p {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .contact-form-box,
    .contact-info-box {
        padding: 35px;
    }

    .contact-form-box h2 {
        font-size: 36px;
    }

    .contact-info-box h3 {
        font-size: 30px;
    }

    .banner_slider .owl-dots {
        gap: 20px;
    }
    .timeline-item .img {
        width: 240px;
        right: -290px;
        top: -70px;
    }
    .inquiry-box {
        width: 640px;
        padding: 30px;
    }


}

@media (max-width: 767px) {
    html.sticky header .btn {
        line-height: 44px;
        font-size: 14px;
    }

    html .btn.more-btn {
        line-height: 42px;
        min-width:0;    
    }

    .about,
    .timeline-section,
    .footer-section,
    .service-section,
    .contact-section {
        padding: 50px 0;
    }

    header .header_logo img {
        max-width: 90px;
    }

    nav.headermenu {
        width: 100%;
    }

    html .btn {
        min-width: 0;
        padding: 0 20px;
        line-height: 42px;
        font-size:13px;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero .item {
        padding: 140px 0 80px;
    }

    .banner_slider .owl-dots {
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
    }

    h2 {
        font-size: 24px;
    }

    h2 br {
        display: none;
    }

    .hero .hero-right,
    body,
    p {
        font-size: 15px;
    }
    .hero .hero-right{
        min-height:0;
    }

    .stats {
        gap: 30px;
    }

    .stat-item:before {
        display: none;
    }

    .stat-item {
        text-align: center;
        padding: 0;
        display: flex;
        gap: 20px;
        align-items:center;
    }
    .stat-item p {
        margin: 0 auto;
        max-width: 100%;
        text-align: left;
    }
    .stat-item h3 {
        font-size: 55px;
        margin: 0;
        min-width: 110px;
        line-height: 110%;
    }
.timeline-item .img{
    display:none;
}
    .section-tag {
        font-size: 12px;
    }
    .img-sec {
        height: 400px;
    }

    .img-sec img {
        min-height: 400px;
    }

    .timeline-section .timeline-wrap {
        gap: 20px;
    }

    .timeline-item {
        margin-bottom: 50px;
        grid-template-columns: 70px 30px 1fr;
    }

    .timeline .content {
        padding-left: 0px;
    }

    .timeline::after,
    .timeline::before {
        left: 94px;
    }

    .timeline-item.active .year {
        font-size: 32px;
    }

    .rigth-img {
        padding-left: 0;
        align-items: center;
        text-align: center !important;
        order: -1;
    }

    .footer-logo {
        width: 100px;
    }

    .footer-left {
        flex-direction: column;
        gap: 20px;
    }
    .footer-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 0;
    }
    .footer-links a {
        font-size: 14px;
    }
    .footer-section .footer-rigth {
        padding: 0 20px;
    }

    hr {
        margin: 30px;
    }

    .aboutHero::after,
    .aboutHero::before {
        display: none;
    }

    .aboutHero {
        padding: 110px 0 50px;
    }

    .about-sec .about-rigth > p {
        font-size: 15px;
    }

    .aboutHero.product {
        padding: 120px 0 42px;
    }

    .aboutHero.product h1 {
        max-width: 100%;
        margin: 0 auto 9px;
        font-size: 30px;
    }

    .service-image {
        max-width: 100%;
    }

    .service-content {
        margin-top: 30px;
    }

    .feature-list {
        margin: 0 0 11px;
    }

    .btn-inquiry {
        margin-top: 20px;
        line-height: 46px;
        font-size: 15px;
    }

    .service-card {
        margin-bottom: 50px;
    }

    .service-content h3 {
        font-size: 28px;
    }

    .aboutHero.contact {
        padding:120px 0 50px;
    }
    html .aboutHero h1{
        margin-bottom:20px;
    }
    .contact-form-box {
        padding: 20px;
    }

    .contact-info-box {
        padding: 50px 20px 100px;
    }

    .contact-form-box h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .contact-form-box .contact-detail {
        margin-bottom: 25px;
    }

.contact-form-box .form-control {
    font-size: 14px;
    height: 40px;
}

    .contact-info-box::before {
        background-size: 150px auto;
    }

    .contact-info-box > p {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .info-item p,
    .info-item a {
        font-size: 15px;
    }

    .info-item {
        gap: 15px;
        margin-bottom: 20px;
    }

    .info-item h6 {
        margin-bottom: 10px;
    }

    .info-item .icon svg {
        width: 25px;
        height: 25px;
    }

    .contact-form-box label {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .about .about-rigth>p {
        font-size: 14px;
    }
    .footer-section h5 {
        font-size: 18px;
        margin-bottom: 12px;
        margin-top: 30px;
    }
    .inquiry-box {
        background: #fff;
        width: 90%;
        padding: 20px;
        margin:0 auto;
        max-height:80vh;
        overflow-y:auto;
    }
    .inquiry-box .contact-form-box h2 {
        font-size: 30px;
        margin: 0 0 20px;
    }
    .contact-form-box textarea.form-control {
        height: 94px;
    }
    .contact-form-box label {
        font-size: 13px;
    }
    .popup_close {
        right: 10px;
        top: 10px;
    }
    .service-content ul {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom:10px;
    }
.timeline-item:last-child {
    padding-bottom: 0;
}


}

@media (max-width: 374px) {
    header .header_logo img {
        max-width: 70px;
    }

html .btn {
    min-width: 0;
    padding: 0 18px;
    line-height: 42px;
    font-size: 13px;
}

    html.sticky header .btn {
        line-height: 38px;
        font-size: 13px;
    }

    .navbar-toggle {
        width: 30px;
        height: 30px;
        margin-left: 10px !important;
    }


    .hero h1 {
        font-size: 27px;
    }


    h2 {
        font-size: 20px;
    }
    .about-left {
        margin-bottom: 20px;
    }


}
