@keyframes bugfix {
    from {
        padding: 0;
    }
    to {
        padding: 0;
    }
}
@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }
    to {
        padding: 0;
    }
}
#overlay-button {
    position: absolute;
    right: 2em;
    top: 1em;
    padding: 26px 11px;
    z-index: 9999999;
    cursor: pointer;
    user-select: none;
}
#overlay-button span {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #1D96FC;
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
}
#overlay-button span:before {
    top: -10px;
    visibility: visible;
}
#overlay-button span:after {
    top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #1D96FC;
    position: absolute;
    content: "";
    transition: all 0.2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
    background: #333332;
}

input[type=checkbox] {
    display: none;
}
input[type=checkbox]:checked ~ #overlay {
    visibility: visible;
}
input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
    opacity: 1;
}
input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
    height: 100vh;
    width: 100vw;
    background: rgba(61, 149, 186, 0.3);
    z-index: 99999;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
}
#overlay.active {
    visibility: visible;
}
#overlay ul {
    display: flex;
    justify-content: initial;
    flex-direction: column;
    padding-top: 200px;
    list-style-type: none;
    background: #ffff;
    width: 70%;
    right: 0;
    float: right;
    margin-bottom: auto;
    height: 100vh;
    text-align: left;
    padding-left: 100px;
    overflow: hidden;
}
#overlay ul li {
    padding: 1em;
}
#overlay ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 40px;
    font-family: Poppins, Arial;
}
#overlay .form-box .form-box-field {
    width: 70%;
    font-size: 40px;
    height: 80px;
    border: 1px solid #c2c2c2;
}
#overlay .form-box .button {
    top: -6px;
    position: relative;
    border: 1px solid #c2c2c2;
    height: 80px;
    line-height: 80px;
}
#overlay ul li a img {
    height: 40px;
}
#overlay ul li a:hover {
    color: #333332;
}


.is-mobile {
    display: none;
}



/*
  ##Device = Desktops
  ##Screen = 1025px to higher resolution desktops
*/

@media (max-width: 1025px) {

    /* CSS */
    .is-mobile {
        display: block;
    }
    .is-desktop {
        display: none;
    }

    .results-box {
        flex-wrap: wrap;
    }
    .results-left {
        width: 100%;
        text-align: center;
    }
    .results-right {
        width: 100%;
        text-align: center;
    }
    .results-box .title {
        text-align: left;
    }
    .brands-box ul {
        text-align: center;
    }
    .sales-box > .text {
        font-size: 30px;
    }
    .sales-item {
        width: calc(49% - 20px);
        margin-bottom: 10px;
    }
    .sales-item .text {
        font-size: 32px;
    }
    .footer__columns {
        flex-wrap: wrap;
    }
    .footer .footer__column {
        width: 28%;
    }
    .slider-item .center {
        position: initial;
        width: 70%;
        left: 0;
        margin: 0 auto;
        top: 0;
        text-align: left;
    }
    .slider-item .title .b {
        line-height: 50px;
        font-size: 50px;
        position: initial;
    }
    .slider-item .title {
        font-size: 24px;
        margin-top: 35%;
        position: initial;

    }
    .button.pur {
        width: 200px;
        margin-left: 0;
        position: initial;
    }
    .branches {
        flex-wrap: wrap;
    }
    .branches__left .title {
        text-align: center;
    }
    .branches__left {
        width: 100%;
        padding-top: 40px;
        margin-bottom: 30px;
        margin-left: 0;
    }
    .branches__right {
        width: 100%;
        margin-bottom: 30px;
    }
    .our-partner-box {
        flex-wrap: wrap;
    }
    .partner__left {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .partner__right {
        width: 100%;
        text-align: left;
    }
    .results-right ul li .text {
        font-size: 30px;
    }
    .branches-item .about {
        font-size: 28px;
    }
    .branches-item .tel {
        font-size: 30px;
    }
    .news-box .link {
        font-size: 12px;
    }

    .results-right ul {
        text-align: left;
        margin: 0 auto;
        width: 96%;
        min-width: 900px;

        padding-left: 50px;
    }
    .partners
    {
        margin-left: 6%;
        height: 640px;
        overflow-x: scroll;
    }
    .box-info__right.img {
        text-align: center;
    }
    .partner__right .p-title {
        margin-top: 40px;
    }
    .partner__right .partners ul li img {
        width: 200px;
    }

    .partner__right .text {
        margin-bottom: 70px;
    }

    .partner__right .button.blue {
        font-size: 24px;
        line-height: 76px;
        height: 76px;
    }

    .brands-box ul li img {
        height: auto;
        width: 100%;
    }
    .branches-box {
        padding-left: 80px;
    }
    .brands-box ul li {
        width: 30%;
    }
    .text-brand {
        max-width: 835px;
    }
    .ui-tabs .ui-tabs-nav {
        display: flex;
        justify-content: space-between;
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .ui-tabs .ui-tabs-nav li {
        scroll-snap-align: start;
    }

    .product-box-title {
        flex-wrap: wrap;
    }

    .product-box-title .left {
        width: 100%;
    }
    .product-box-title .right {
        width: 100%;
    }
    .product-line .control {
        margin-right: 20px;
    }
    .product-list .product-item {
        width: calc(50% - 65px);
    }
    .product-line {
        flex-wrap: wrap;
        height: auto;
        text-align: center;
        line-height: normal;
    }
    .product-line img {
        margin: 0 auto;
        margin-top: 30px;
    }
    .product-line .title {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .product-line .text {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .product-line .control {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .history-box {
        flex-wrap: wrap;
    }
    .history-box__left {
        width: 100%;
    }
    .history-box__right {
        width: 100%;
    }
    .about-page .sales-item {
        width: 100%;
    }
    .box-info__left, .box-info__right {
        width: 100%;
    }
    .box-info {
        flex-wrap: wrap;
    }
    .box-info__left.img, .box-info__right.img {
        display: none;
    }
    ul.result {
        text-align: left;
        margin: 50px auto;
        width: 700px;
        padding-left: 50px;
    }
    .w40 {
        width: 100%;
    }

    .form-box .form-box-field {
        width: 100%;
    }

    .form-box-label-text {
        width: 50%;
        display: inline-block;
    }
    .form-box .row-box {
        flex-wrap: wrap;
    }
    .row-box .input-style {
        left: initial;
        bottom: initial;
    }
    .hyper-page .info-row {
        column-count: 1;
        margin-top: 100px;
    }
    .hyper-page .title .first-box {
        width: 100%;
    }
    .hyper-page .title {
        flex-wrap: wrap;
        margin-top: 100px;
    }
    .hyper-page .title .second-box {
        margin-left: 0;
        margin-top: 40px;
    }
    .buy-product-item {
        width: calc(48% - 90px);
    }
    .buy-title {
        width: 100%;
    }
    .team-box .left {
        width: 100%;
    }
    .team-box .right {
        margin-top: 100px;
        width: 100%;
    }
    .team-box {
        flex-wrap: wrap;
    }
    .contact-box-wrap {
        width: 100%;
    }
    .contact-form {
        margin-top: 50px;
        width: 100%;
    }
    .contact-links ul {
        width: 50%;
    }
    .hyper-info-box .left {
        width: 100%;
    }
    .hyper-info-box {
        flex-wrap: wrap;
        margin-top: 100px;
    }
    .hyper-info-box .right {
        width: 100%;
    }
    .hyper-page-wrap {
        padding-left: 120px;
    }
    .logo-cover-box {
        margin-inline-start: 120px;
    }
    .promotion-item {
        width: 30%;
        margin-bottom: 20px;
    }
    .hyper-footer {
        flex-wrap: wrap;
    }
    .hyper-footer .left {
        width: 100%;
    }
    .hyper-footer .right {
        width: 100%;
    }

    .form-box-buy {
        margin-top: 30px;
        width: 100%;
    }

    .export-page .list-container > div {
        width: 50%;
        margin-bottom: 20px;
    }
    .export-page .list-container {
        flex-wrap: wrap;
        padding-inline-start: 80px;
    }

    html, body, #container {
        height: 30vh;
    }

    .hyper-detail#container {
        height: 45vh;
    }

    .product-view-box .left {
        width: 100%;
    }
    .product-view-box .right {
        width: 100%;
        padding-left: 40px;
    }
    .product-view-box {
        flex-wrap: wrap;
    }
    .related .product-list .product-item {
        width: 50%;
    }
    .brand-item, .online-item {
        width: calc(50% - 34px);
    }

    .online-detail-page .box-info__left.img, .box-info__right.img {
        display: block;
    }

    .regional-item {
        width: calc(50% - 108px);
    }

    .online-detail-page .product-line {
        line-height: 110px;
    }

    .online-detail-page .text-page {
        font-size: 12px;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {


    .product-list .product-item {
        width: 100%;
    }
    /* CSS */

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {


    .product-list .product-item {
        width: 100%;
    }
    /* CSS */

}

