@media  (max-width: 1200px) {
    .header .links-top ul {
            gap: 50px;
    }
    .header .links-top ul a {
        font-size: 14px;
    }
    .header .last-top > a ,.header .last-top > span {
        font-size: 14px;
    }

}

@media  (max-width: 992px) {
    .lg-change > a {
        height: 40px;
    }
    .option_bar {
        margin: 10px 0px;
    }
    .one_article {
        text-align: center;
    }
    .img_one_article {
        margin: 15px auto;
        width: 70%;
    }
    .footer .links_foot ul a{
        font-size: 13px;
    }
    .header .links-top ul a{
        font-size: 13px;
    }

    .sub-img1 {
        margin-top: 110px;
        margin-right: -70px;
    }
    .text-top p {
        width: 85%;
    }

    .last-top > a {
        height: 40px;
    }
    .header .last-top > a,
    .header .last-top > span {
        font-size: 12px;
    }
    .header .links-top ul {
        gap: 35px;
    }
}

@media  (max-width: 768px) {
    .header .links-top ul li a{
        font-size: 16px;
    }

    .lg-change > a{
        font-size: 14px;
    }

    .last-top > span{
        display: none;
    }
    .text-top {
        margin-right: 0;
        margin-top: -30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .text-top p {
        width: 80%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }
    .text-top h2 {
        width: 100%;
        text-align: center;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sub-img1 {
        margin-top: 15px;
        margin-right: -10px;
    }
    .links_foot ul li a{
        display: none;
    }
    .sec_logo {
        align-items: center;
    }
    .sec_logo p{
        align-items: center;
        font-size: 8px;
    }
    .last_logo p{
        font-size: 10px;
    }
    .img_foot{
        display: flex;
        justify-content: center;
    }
    .links-top {
        position: fixed;
        margin-top: 0px;
        width: 250px;
        display: inline-block !important;
        height: 100%;
        z-index: 999;
        overflow: auto;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.198);
        background-position: center;
        padding-top: 0px;
        right: 0;
        top: 0px;
        transition: all 0.5s ease-in-out;
    }

    .links-top::after {
        content: "";
        top: 0px;
        left: 0px;
        right: 0px;
        display: block;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color:var(--main-color);
        position: absolute;
    }

    .links-top {
        left: 0px;
        transform: translateX(104%);
    }

    .links-top ul li {
        text-align: right;
        padding: 5px 25px 10px;
        display: block;
        width: 100%;
        margin: 20px 0px 0px 0px;
        position: relative;
        color: #fff;
        text-align: center;
    }

    .header .links-top ul li:last-of-type{
        display: block;
    }


    .links-top.active {
        transform: translateX(0);
    }

    .times {
        display: block;
    }
    .logo_1 {
        display: block;
    }

    .header .links-top ul {
        display: block;
        margin-top: 45px;
    }
    .logo_1 {
        width: 80%;
        margin: 20px auto;
    }

    .last-top {
        position: relative;
        padding-left: 50px;

    }

    div#times-ican {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    div#times-ican i{
        color: #fff;
        font-size: 25px;
    }
    .last-top > a {
        width: 35%;
    }
    #times-ican {
        display: block;
    }
    .lang_menu {
        display: block;
    }
    .header .links-top ul a{
        margin-top: 20px;
    }
    .lg-change{
        display: none;
    }
}

@media  (max-width: 576px) {
    .header .links-top ul li a {
        font-size: 12px;
    }
    .lg-change>a {
        height: 35px;
    }
    .special-op p ,.title_third_bar p{
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .last-top > a {
        width: 80%;
        height: 35px;
    }
    div#times-ican i {
        color: #fff;
        font-size: 20px;
    }
    .last_logo {
        margin-top: 5px;
        justify-content: center;
    }
    .sec_logo {
        margin-top: 5px;
        justify-content: center;
    }
    main.app {
        margin-top: -100px;
    }
    .special-op h2 {
        font-size: 18px;
    }
    .op_bar h2 {
        font-size: 18px;
        text-align: center;
    }
    .op_bar ul li {
        font-size: 14px;
    }
    .op_bar ul li::after {
        width: 15px;
        height: 15px;
        right: 2px;
        top: 4px;
    }
    .title_third_bar h2 {
        font-size: 18px;
    }
    .one_article p {
        font-size: 13px;
    }
    .clients {
        height: 150px;
    }
    .submit_action {
        text-align: center;
    }

    .submit_action button {
        margin: 10px auto;
        width: 30%;
    }
}

@media  (max-width: 450px) {
    .lg-change>a {
        height: 30px;
    }
    .last-top > a {
    width: 90%;
    height: 30px;
    }
    .sub-img1 {
        margin-top: 40px;
    }
    .text-top h2 {
        width: 100%;
        font-size: 18px;
    }
    .text-top p {
        width: 100%;
        font-size: 14px;
    }
    .option_bar {
        height: 260px;
    }
    .sub-header {
        margin-top:140px;
    }
    .text-top {
        text-align: center;
    }
}
