/*3line menu*/
.humberger-menu {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 55%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #1e398d;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    transform: rotate(-45deg) translate(-8px, 7px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
/*menu responsive*/
.menu-responsive {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1e398d;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .menu-responsive.show {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    .menu-responsive * {
        color: #fff;
    }

    .menu-responsive > ul > li {
        padding: 10px 0;
        border-bottom: 1px dashed #fff;
    }

        .menu-responsive > ul > li:last-child {
            border-bottom: none;
        }

        .menu-responsive > ul > li > a {
            font-size: 14px;
            font-weight: 500;
        }

        .menu-responsive > ul > li:hover .submenu-responsive {
            display: block;
        }

.submenu-responsive {
    position: sticky;
    display: none;
    padding: 10px 0;
    transition: all .5s;
}

    .submenu-responsive * {
        color: #fff;
    }
.Section-Seven > h3 {
    margin-top: 0;
}
.Section-ProductDetail .S-D-Content .Context .contxt-parent::before {
    content: "" !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 100%;
    background-color: #1e398d;
    right: 0;
}
.Section-ProductDetail .S-D-Content .Context > div::before {
    content: none;
}
.Section-ProductDetail {
    margin-bottom: 80px;
    min-height: 500px;
}
/*inside*/
    .Section-ProductDetail .D-I-Source .S-Detail .S-D-Right {
        width: 87%;
    }
    .Section-ProductDetail .D-I-Source .S-Detail .S-D-Date {
        width: 13%;
    }
/*0 up to 479*/
@media only screen and (min-width:0px) and (max-width : 479px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }
    .header > .main {
        flex-direction: row-reverse;
    }

    .header .Col-Logo {
        width: 75px;
    }

    .header.scroll-down .Col-Logo {
        width: 75px;
    }

    .header .Col-Search {
        width: 59%;
        margin-bottom: 5px;
        transition: all .5s;
        margin-right: 18%;
    }
    .header.scroll-down .Col-Search {
        width: 59%;
        margin-right: 18% !important;
    }
    .Section-One .S-O-Products .Product-List > li:first-child {
        right: 1%;
    }
    .Section-Two {
        margin-bottom: 30px;
    }
    .Section-One .S-O-Products .Product-List > li:nth-child(2) {
        right: 24%;
    }
    .Section-One .S-O-Products .Product-List > li:nth-child(3) {
        right: 35%;
    }
    .Section-One .S-O-Products .Product-List > li:nth-child(4) {
        right: 54%;
    }
    .Section-One .S-O-Products .Product-List > li:nth-child(5) {
        right: 83%;
    }
        .header .Col-Search .Form-Search .F-Btn::after {
            width: 42px;
        }
        .header .Col-Search .Form-Search .F-Btn {
            width: 60px;
        }
    .header.scroll-down .Col-Search .Form-Search .F-Btn::after {
        width: 41px;
    }

    .header.scroll-down .Col-Search .Form-Search .F-Btn {
        width: 54px;
    }
    .header.scroll-down .Col-Search {
        width: 55%;
        margin-right: 33%;
    }

    .header .Col-Search .Form-Search .F-Txt {
        font-size: 11px;
    }

    .Section-One .S-O-Products .Product-List > li:first-child > a > figure {
        margin-bottom: 68px;
    }

    .humberger-menu {
        opacity: 1;
        visibility: visible;
        top: 31%;
    }

    .header .Col-Menu {
        display: none;
    }

    .Slide-Master {
        padding-top: 55px;
    }

        .Slide-Master .Js-Slider-Master a > figure > img {
            height: 300px;
        }

    .Section-One {
        margin-bottom: 0;
    }

    .Section-Three .Slider-Brand .Js-SliderBrand {
        width: 80%;
    }

    .Section-One .S-O-Products .Product-List > li > a > figure {
        max-width: 65px;
    }

    .Section-One .S-O-Products .Product-List > li > a > h3 {
        font-size: 10px;
    }

    .Section-Four > .main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .Section-Four .S-F-Caption .P-Title {
        margin-bottom: 10px;
    }

    .Section-Four::before {
        top: 25%;
        width: 96%;
    }

    .Section-Four .S-F-Caption {
        width: 80%;
    }

    .Section-Four .S-F-Material {
        width: 90%;
    }

    .P-Title > h2 {
        font-size: 15px;
    }

    .Section-Four .S-F-Caption .Context > p {
        font-size: 12px;
        line-height: 24px;
    }

    .Section-Four .S-F-Material .F-M-List > li > a > h3 {
        font-size: 10px;
    }

    .Section-News .News-List {
        --column: 1;
        margin: 0 auto;
        width: 100%;
    }

    .Section-News .P-Title {
        margin-bottom: 20px;
    }

    .Section-Seven .S-S-Form {
        width: 75%;
        margin-bottom: 5px;
    }
        .Section-Seven .S-S-Form .Form-Newsletters {
            display: flex;
            align-items: center;
            width: 100%;
        }
    #newletter {
        width: 100%;
    }
    .Section-Seven .S-S-Logo > figure {
        max-width: 70px;
    }
    .Section-Seven .S-S-Logo {
        margin-left: 10px;
    }
    .Section-Seven .S-S-Form .Form-Newsletters .Btn {
        width: 30px;
    }

    .Section-Seven > h3 {
        font-size: 14px;
        margin-top: 0;
        color: #abeef5;
        margin-left: 30px;
    }

    .Section-News {
        margin-bottom: 20px;
        margin-top: 15%;
    }

    .footer {
        padding-top: 14px;
        padding-bottom: 10px;
    }

        .footer .Links {
            display: flex;
            align-items: flex-start;
        }

            .footer .Links .L-List:first-child {
                margin-left: 130px;
            }

        .footer .Social-Network {
            width: 100%;
            text-align: center;
        }

        .footer .Contact-us h3 {
            font-size: 12px;
        }

        .footer .Links .L-List > li > a {
            font-size: 12px;
        }
        .footer .Social-Network .kaspid {
            justify-content: center;
        }
        /*inside*/
    .breadcrumb {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .contxt-parent{width:100% !important;}
    /*history*/
    .Section-About .S-A-Context {
        margin-top: 0;
    }
    .Section-About {
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
        margin-top: 40px;
    }
        .Section-About .S-A-Context {
            width: 100%;
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .Section-About .S-A-Image {
            width: 100%;
        }
    .Master-Title {
        min-width: 170px;
    }
    .Galleries .Gallery-Item .More {
        font-size: 10px;
    }
    /*certificate*/
    .Section-Certificate .S-C-List {
        --column: 1;
        --gap-row: 10px;
        margin: 0 auto;
        width: 100%;
    }
    /*departments*/
    .Section-Department .S-D-List {
        --column: 1;
        --gap-row: 30px;
        margin: 0 auto;
        width: 100%;
    }
    .Section-Department {
        margin-top: 0;
        margin-bottom: 20px;
    }
    /*management*/
    .Section-Manager .S-M-List {
        --column: 1;
        --gap-column: 10px;
        --gap-row: 20px;
        margin: 0 auto;
        width: 100%;
    }
    /*gallery*/
    .Section-Gallery .P-C-SideBar {
        width: 160px;
    }
    .Section-Gallery .Container .S-G-Pictures .S-G-List, .Section-Gallery .Container .S-G-Video .S-G-List {
        --column: 1;
        --gap-column: 10px;
        --gap-row: 25px;
    }
    /*products*/
    .P-C-SideBar {
        width: 100%;
        height: 100%;
        margin: 0 auto 20px;
    }
    .Product-Category .Product-List {
        flex: 1;
        --column: 1;
        --gap-column: 10px;
        --gap-row: 27px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width:100%;
    }
    /*product detail*/
    .Section-ProductDetail .S-PD-Slider {
        width: 100%;
        float: unset;
        margin: 0 auto;
    }
        .Section-ProductDetail .S-PD-Slider .Js-Product-Thumbs {
            width: 80%;
        }
        /*agancy*/
    .Section-Agency .S-A-Filter .I-D-Select > h3 {
        font-size: 12px;
        color: #555;
        margin-left: 0;
        width: 30%;
    }
    .Section-Agency .S-A-Filter .I-D-Select {
        width: 100%;
        margin-bottom: 5px;
    }

    element {
    }

    .Section-Agency .S-A-Filter .Btn {
        margin-right: auto;
    }
    .Section-Agency .S-A-List {
        --column: 1;
        --gap-column: 30px;
        --gap-row: 10px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
    }
        .Section-Agency .S-A-List > li .L-Contact {
            width: 100%;
            margin-bottom: 10px;
        }
        .Section-Agency .S-A-List > li .Map-Size {
            width: 100%;
            height: 100%;
        }
        .Section-Agency .S-A-List > li {
            background-color: #f2f2f2;
            padding: 10px 20px 215px;
            border: 1px solid #c2c1c1;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    .Master-Title {
        margin-bottom: 35px;
    }
    .Context{
        width:100%;
    }
    .Context * {
        width: 100% !important;
    }
    /*form*/
    .Flexible-Form .Col-2-Item > .Col-Item {
        width: 48%;
    }
    .Flexible-Form .Col-Item {
        padding-bottom: 0px;
    }
    .Section-Cooperation .S-C-Form {
        width: 100%;
    }
        .Section-Cooperation .S-C-Form .Col-1-Item .Row-Input {
            width: 50%;
        }
    .Flexible-Form .Captcha {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
        /*contact*/
    .Section-Contact .S-C-Top .Hours_of_work {
        width: 100%;
        background-color: #0089cf;
        border-radius: 10px 0 0 0;
        padding: 10px 12px;
    }
    .Section-Contact .S-C-Top .Contact-us .Address {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .Section-Contact .S-C-Top .Contact-us .Col-Item::before {
        margin-left: 7px;
    }
        .Section-Contact .S-C-Top .Contact-us .Col-Item > h3:last-child {
            width: 74%;
        } 
        /*coopration*/
    .S-C-Description {
        margin-bottom: 40px;
        margin-top: 35px;
    }
    .Section-Cooperation .S-C-Items .C-I-List {
        --column: 1;
        --gap-column: 20px;
        --gap-row: 30px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    /*faqs*/
    .Section-FQS .S-F-Question {
        width: 100%;
    }
    .Section-FQS .S-F-Form {
        width: 100%;
        height: 100%;
        background-color: #f2f2f2;
        padding: 15px 15px;
        border-radius: 5px;
        box-shadow: 0 0 3px 1px #dbdbdb;
    }
    .Section-Survey .C-F-Box {
        width: 100%;
    }
    /*news*/
    .Section-picture .S-P-List {
        --column: 1;
        --gap-column: 20px;
        --gap-row: 20px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
    }
    .Section-News .S-N-Filter .Txt {
        height: 35px;
        background-color: white;
        width: 100%;
        margin-bottom: 5px;
        flex: unset;
        margin-right: 14.9%;
    }
    .Section-News .S-N-Filter .Date {
        width: 100%;
        display: flex;
        align-items: center;
    }
        .Section-News .S-N-Filter .Date .Txt {
            margin-right: 1%;
        }
    .Section-News .S-N-Filter .Btn {
        margin-right: auto;
    }
    .Section-News .n-category .n-c-list > li > a {
        width: 144px;
        height: 100%;
        margin-top: 10%;
    }
    .Section-News .S-N-Container .C-News-Box .N-B-List > li {
        display: flex;
        padding: 28px 14px;
        border-bottom: 1px solid #dbdbdb;
        background-color: #f2f2f2;
        transition: all .5s;
    }
        .Section-News .S-N-Container .C-News-Box .N-B-List > li > figure {
            width: 100%;
            height: 100%;
            max-width: 310px;
            margin: 0 auto;
        }
        .Section-News .S-N-Container .C-News-Box .N-B-List > li .Caption {
            width: 100%;
            margin-top: 5%;
        }
    .pagination-container {
        margin: 10px auto;
    }
    .Section-News .S-N-Container .C-SideBar {
        width: 100%;
        height: 100%;
        margin-right: 20px;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        margin: 0 auto;
    }
    /*news detail*/
    .Section-ProductDetail .S-D-Content {
        margin-bottom: 0;
    }
    .Section-ProductDetail .D-I-Source .S-Detail .S-D-Right {
        width: 61%;
    }
    .Section-ProductDetail .D-I-Source .S-Detail .S-D-Date {
        width: 37%;
    }
    /*usefullink*/
    .Section-Customer .Customers .C-List {
        --column: 1;
        --gap-column: 15px;
        --gap-row: 30px;
        display: flex;
        flex-wrap: wrap;
        margin: 40px auto 0;
        width: 100%;
    }
}
/*480 up to 719*/
@media only screen and (min-width : 480px) and (max-width : 719px) {
    table {
        width: 100% !important;
    }
    .table {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table > .table {
            margin-bottom: 0;
        }
    .header > .main {
        flex-direction: row-reverse;
    }
    .header .Col-Logo {
        width: 75px;
    }
    .header.scroll-down .Col-Logo {
        width: 75px;
    }
    .header .Col-Search {
        width: 50%;
        margin-bottom: 5px;
        transition: all .5s;
        margin-right: 33%;
    }
    .header.scroll-down .Col-Search {
        width: 50%;
        margin-right: 33%;
    }

    .header .Col-Search .Form-Search .F-Txt {
        font-size: 11px;
    }
    .Section-One .S-O-Products .Product-List > li:first-child > a > figure {
        margin-bottom: 68px;
    }
    .humberger-menu {
        opacity: 1;
        visibility: visible;
        top: 31%;
    }

    .header .Col-Menu {
        display: none;
    }

    .Slide-Master {
        padding-top: 55px;
    }

        .Slide-Master .Js-Slider-Master a > figure > img {
            height: 300px;
        }
    .Section-One {
        margin-bottom: 0;
    }
    .Section-Three .Slider-Brand .Js-SliderBrand {
        width: 80%;
    }
    .Section-One .S-O-Products .Product-List > li > a > figure {
        max-width: 65px;
    }

    .Section-One .S-O-Products .Product-List > li > a > h3 {
        font-size: 10px;
    }

    .Section-Four > .main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .Section-Four .S-F-Caption .P-Title {
        margin-bottom: 10px;
    }
    .Section-Four::before {
        top: 25%;
        width: 98%;
    }
    .Section-Four .S-F-Caption {
        width: 87%;
    }
    .Section-Four .S-F-Material {
        width: 90%;
    }
    .P-Title > h2 {
        font-size: 15px;
    }

    .Section-Four .S-F-Caption .Context > p {
        font-size: 12px;
        line-height: 30px;
    }

    .Section-Four .S-F-Material .F-M-List > li > a > h3 {
        font-size: 10px;
    }

    .Section-News .News-List {
        --column: 1;
    }
    .Section-News .P-Title {
        margin-bottom: 20px;
    }
    .Section-Seven .S-S-Form {
        width: calc(100% * 628 / 1600);
    }
    .Section-Seven .S-S-Form .Form-Newsletters .Btn {
        width: 30px;
    }
    .Section-Seven > h3 {
        font-size: 14px;
        margin-top: 0;
        color: #abeef5;
        margin-left: 30px;
    }
    .Section-News {
        margin-bottom: 20px;
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .footer .Links {
            display: flex;
            align-items: flex-start;
        }

            .footer .Links .L-List:first-child {
                margin-left: 130px;
            }

        .footer .Social-Network {
            width: 67%;
        }
        .footer .Contact-us h3 {
            font-size: 12px;
        }
        .footer .Links .L-List > li > a {
            font-size: 12px;
        }
        /*inside*/
    /*certificate*/
    .Section-Certificate .S-C-List {
        --column: 1;
        --gap-row: 10px;
        margin: 0 auto;
        width: 100%;
    }
    /*departments*/
    .Section-Department .S-D-List {
        --column: 1;
        --gap-row: 30px;
        margin: 0 auto;
        width: 100%;
    }

    .Section-Department {
        margin-top: 0;
        margin-bottom: 20px;
    }
    /*management*/
    .Section-Manager .S-M-List {
        --column: 2;
        --gap-column: 10px;
        --gap-row: 20px;
        margin: 0 auto;
        width: 100%;
    }
    /*gallery*/
    .Section-Gallery .Container .S-G-Pictures .S-G-List, .Section-Gallery .Container .S-G-Video .S-G-List {
        --column: 1;
        --gap-column: 10px;
        --gap-row: 25px;
    }
    /*products*/
    .P-C-SideBar {
        width: 100%;
        height: 100%;
        margin: 0 auto 20px;
    }

    .Product-Category .Product-List {
        flex: 1;
        --column: 2;
        --gap-column: 10px;
        --gap-row: 27px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
    }
    /*product detail*/
    .Section-ProductDetail .S-PD-Slider {
        width: 100%;
        float: unset;
        margin: 0 auto;
    }

        .Section-ProductDetail .S-PD-Slider .Js-Product-Thumbs {
            width: 80%;
        }
    /*agancy*/
    .Section-Agency .S-A-Filter .I-D-Select > h3 {
        font-size: 12px;
        color: #555;
        margin-left: 0;
        width: 30%;
    }

    .Section-Agency .S-A-Filter .I-D-Select {
        width: 100%;
        margin-bottom: 5px;
    }
    .Section-Agency .S-A-Filter .Btn {
        margin-right: auto;
    }

    .Section-Agency .S-A-List {
        --column: 1;
        --gap-column: 30px;
        --gap-row: 10px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
    }

        .Section-Agency .S-A-List > li .L-Contact {
            width: 100%;
            margin-bottom: 10px;
        }

        .Section-Agency .S-A-List > li .Map-Size {
            width: 100%;
            height: 100%;
        }

        .Section-Agency .S-A-List > li {
            background-color: #f2f2f2;
            padding: 10px 20px 215px;
            border: 1px solid #c2c1c1;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    /*form*/
    .Flexible-Form .Col-2-Item > .Col-Item {
        width: 48%;
    }

    .Flexible-Form .Col-Item {
        padding-bottom: 0px;
    }

    .Section-Cooperation .S-C-Form {
        width: 100%;
    }

        .Section-Cooperation .S-C-Form .Col-1-Item .Row-Input {
            width: 50%;
        }
    /*contact*/
    .Section-Contact .S-C-Top .Hours_of_work {
        width: 100%;
        background-color: #0089cf;
        border-radius: 10px 0 0 0;
        padding: 10px 12px;
    }

    .Section-Contact .S-C-Top .Contact-us .Address {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .Section-Contact .S-C-Top .Contact-us .Col-Item::before {
        margin-left: 7px;
    }

    .Section-Contact .S-C-Top .Contact-us .Col-Item > h3:last-child {
        width: 74%;
    }
    /*coopration*/
    .S-C-Description {
        margin-bottom: 40px;
        margin-top: 35px;
    }

    .Section-Cooperation .S-C-Items .C-I-List {
        --column: 1;
        --gap-column: 20px;
        --gap-row: 30px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    /*faqs*/
    .Section-FQS .S-F-Question {
        width: 100%;
    }

    .Section-FQS .S-F-Form {
        width: 100%;
        height: 100%;
        background-color: #f2f2f2;
        padding: 15px 15px;
        border-radius: 5px;
        box-shadow: 0 0 3px 1px #dbdbdb;
    }
    .Section-Survey .C-F-Box {
        width: 100%;
    }
    /*news*/
    .Section-picture .S-P-List {
        --column: 1;
        --gap-column: 20px;
        --gap-row: 20px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
    }
    /*news*/
    .Section-picture .S-P-List {
        --column: 1;
        --gap-column: 20px;
        --gap-row: 20px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
    }

    .Section-News .S-N-Filter .Txt {
        height: 35px;
        background-color: white;
        width: 100%;
        margin-bottom: 5px;
        flex: unset;
        margin-right: 14.9%;
    }

    .Section-News .S-N-Filter .Date {
        width: 100%;
        display: flex;
        align-items: center;
    }

        .Section-News .S-N-Filter .Date .Txt {
            margin-right: 1%;
        }

    .Section-News .S-N-Filter .Btn {
        margin-right: auto;
    }

    .Section-News .n-category .n-c-list > li > a {
        width: 144px;
        height: 100%;
        margin-top: 10%;
    }

    .Section-News .S-N-Container .C-News-Box .N-B-List > li {
        display: flex;
        padding: 28px 14px;
        border-bottom: 1px solid #dbdbdb;
        background-color: #f2f2f2;
        transition: all .5s;
    }

        .Section-News .S-N-Container .C-News-Box .N-B-List > li > figure {
            width: 100%;
            height: 100%;
            max-width: 310px;
            margin: 0 auto;
        }

        .Section-News .S-N-Container .C-News-Box .N-B-List > li .Caption {
            width: 100%;
            margin-top: 5%;
        }

    .pagination-container {
        margin: 10px auto;
    }

    .Section-News .S-N-Container .C-SideBar {
        width: 100%;
        height: 100%;
        margin-right: 20px;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        margin: 0 auto;
    }
    /*news detail*/
    .Section-ProductDetail .S-D-Content {
        margin-bottom: 0;
    }
    .Section-ProductDetail .D-I-Source .S-Detail .S-D-Right {
        width: 71%;
    }
    .Section-ProductDetail .D-I-Source .S-Detail .S-D-Date {
        width: 29%;
    }
    /*usefullink*/
    .Section-Customer .Customers .C-List {
        --column: 1;
        --gap-column: 15px;
        --gap-row: 30px;
        display: flex;
        flex-wrap: wrap;
        margin: 40px auto 0;
        width: 100%;
    }
}
/*720 up to 1000*/
@media only screen and (min-width : 720px) and (max-width : 1000px) {
    .header > .main {
        flex-direction: row-reverse;
    }

    .header .Col-Search {
        width: 36%;
        margin-bottom: 5px;
        transition: all .5s;
        margin-right: 45%;
    }

        .header .Col-Search .Form-Search .F-Txt {
            font-size: 11px;
        }

    .humberger-menu {
        opacity: 1;
        visibility: visible;
    }

    .header .Col-Menu {
        display: none;
    }

    .Slide-Master {
        padding-top: 70px;
    }

        .Slide-Master .Js-Slider-Master a > figure > img {
            height: 300px;
        }

    .Section-One .S-O-Products .Product-List > li > a > figure {
        max-width: 90px;
    }

    .Section-One .S-O-Products .Product-List > li > a > h3 {
        font-size: 12px;
    }

    .Section-Four > .main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .Section-Four .S-F-Caption .P-Title {
        margin-bottom: 10px;
    }

    .P-Title > h2 {
        font-size: 15px;
    }

    .Section-Four .S-F-Caption .Context > p {
        font-size: 12px;
        line-height: 30px;
    }

    .Section-Four .S-F-Material .F-M-List > li > a > h3 {
        font-size: 10px;
    }

    .Section-News .News-List {
        --column: 2;
    }

    .Section-News {
        margin-bottom: 20px;
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .footer .Links {
            display: flex;
            align-items: flex-start;
        }

            .footer .Links .L-List:first-child {
                margin-left: 130px;
            }
        .footer .Social-Network {
            width: 44%;
        }
        /*inside*/
    /*certificate*/
    .Section-Certificate .S-C-List {
        --column: 2;
        --gap-row: 10px;
        margin: 0 auto;
        width: 100%;
    }
    /*departments*/
    .Section-Department .S-D-List {
        --column:2;
        --gap-row: 30px;
        margin: 0 auto;
        width: 100%;
    }

    .Section-Department {
        margin-top: 0;
        margin-bottom: 20px;
    }
    /*products*/
    .P-C-SideBar {
        width: 28%;
        height: 100%;
        margin: 0 auto 20px;
    }

    .Product-Category .Product-List {
        flex: 1;
        --column: 3;
        --gap-column: 10px;
        --gap-row: 27px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 10px 0 auto;
        width: 100%;
    }
        .Product-Category .Product-List > li > a .P-Name > h3 {
            color: #6d6c6c;
            font-weight: 500;
            margin-right: 10px;
            margin-left: 10px;
            transition: all .5s;
            font-size: 10px;
        }
    .Section-Agency .S-A-List {
        --column: 1;
        --gap-column: 30px;
        --gap-row: 20px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 calc(var(--gap-column) / -2);
        width: calc(100% + var(--gap-column));
    }
    .breadcrumb {
        width: 100%;
        padding-top: 70px;
        padding-bottom: 45px;
    }
    /*form*/
    .Flexible-Form .Col-2-Item > .Col-Item {
        width: 48%;
    }

    .Flexible-Form .Col-Item {
        padding-bottom: 0px;
    }

    .Section-Cooperation .S-C-Form {
        width: 100%;
    }

        .Section-Cooperation .S-C-Form .Col-1-Item .Row-Input {
            width: 50%;
        }
    .Section-Contact .S-C-Top .Hours_of_work {
        width: 43%;
        background-color: #0089cf;
        border-radius: 10px 10px 0 0;
        padding: 30px 35px 20px 0;
    }
    /*faqs*/
    .Section-FQS .S-F-Question {
        width: 100%;
    }

    .Section-FQS .S-F-Form {
        width: 100%;
        height: 100%;
        background-color: #f2f2f2;
        padding: 15px 15px;
        border-radius: 5px;
        box-shadow: 0 0 3px 1px #dbdbdb;
    }
    .Section-Survey .C-F-Box {
        width: 100%;
    }
    /*news*/
    .Section-News .S-N-Filter .Date {
        width: 220px;
        display: flex;
        align-items: center;
    }
    .Section-News .S-N-Filter > .Txt {
        flex: .5;
    }
    .Section-News .S-N-Filter .Btn {
        margin-right: auto;
        margin-top: 2%;
    }
    .Section-News .n-category .n-c-list > li > a {
        width: 150px;
    }
    .Section-News .S-N-Container .C-News-Box .N-B-List > li .Caption {
        width: 100%;
    }
    .Section-News .S-N-Container .C-News-Box .N-B-List > li > figure {
        width: 100%;
        height: 100%;
        max-width: 310px;
        margin-left: 20px;
        transition: all .5s;
        margin-bottom: 10px;
    }
    /*news detail*/
    .Section-ProductDetail .S-D-Content {
        margin-bottom: 0;
    }
    table{
        width:100% !important;
    }
    .Section-ProductDetail .D-I-Source .S-Detail .S-D-Right {
        width: 71%;
    }

    .Section-ProductDetail .D-I-Source .S-Detail .S-D-Date {
        width: 29%;
    }
    /*usefullink*/
    .Section-Customer .Customers .C-List {
        --column: 1;
        --gap-column: 15px;
        --gap-row: 30px;
        display: flex;
        flex-wrap: wrap;
        margin: 40px auto 0;
        width: 100%;
    }
}
/*1001 up to 1249*/
@media only screen and (min-width : 1001px) and (max-width : 1249px) {
    .header .Col-Menu .C-M-List > li > a {
        font-size: 12px;
    }

    .header .Col-Logo {
        width: 85px;
    }

    .header .Col-Search {
        width: calc(100% * 306 / 1430);
    }

        .header .Col-Search .Form-Search .F-Txt {
            font-size: 11px;
        }

    .Section-News .News-List {
        --column: 3;
    }

    .footer .Social-Network {
        width: 42%;
        margin-top: 2%;
    }
}
/*laptop*/
@media only screen and (min-width : 1250px) and (max-width : 1366px) {
}
