@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
:root {
    --webcolor_main01: #1D2A73;
    --webcolor_main02: #10803B;
    --webcolor_gray01: #858585;
    --webcolor_gray02: #F9F9F9;
    --webcolor_gray03: #B6B9C4;
    --webcolor_gray04: #B8B1CE;
}
body {
    color: var(--webcolor_gray01);
}
html {
    font-size: 16px;
}
h1,h2 {
    font-family: "Oswald", 'Roboto', Arial, 'Microsoft JhengHei', sans-serif;
    line-height: 1.5;
    text-transform: uppercase;
}
.text-Oswald {
    font-family:  "Oswald", 'Roboto', Arial, 'Microsoft JhengHei', sans-serif;
} 
.text-Roboto {
    font-family: 'Roboto', sans-serif;
} 
.text_02 {
    font-family: Arial, 'Microsoft JhengHei', sans-serif;
}
p, a, li {
    font-family: Arial, 'Microsoft JhengHei', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
.color-main {
    color: var(--webcolor_main01);
}
.color-white {
    color: #ffffff;
}
.color-gray01 {
    color: var(--webcolor_gray01);
}
.bg-main {
    background-color: var(--webcolor_main01);
}
.bgc-white {
    background-color: #fff;
}
.bgc-gray01 {
    background-color: var(--webcolor_gray01);
}
.bgc-gray02 {
    background-color: var(--webcolor_gray02);
}
.bgc-gray03 {
    background-color: var(--webcolor_gray03);
}
.bgc-gray04 {
    background-color: var(--webcolor_gray04);
}
.bd_b01 {
    border-bottom: 1px solid #DCDCDC;
}
.tt_up {
    text-transform: uppercase;
}
.tt_ini {
    text-transform: initial;
}
.op06 {
    opacity: 0.6;
}
.op07 {
    opacity: 0.7;
}
.fdc {
    flex-direction: column;
}
.jcs {
    justify-content: start;
}
.jcc {
    justify-content: center;
}
.ais {
    align-items: start;
}
.aic {
    align-items: center;
}
.dn {
    display: none !important;
}
.w10 {
    width: 10%;
}
.w20 {
    width: 20%;
}
.w25 {
    width: 25%;
}
.w30 {
    width: 30%;
}
.w33 {
    width: 33.3333%;
}
.w35 {
    width: 35%;
}
.w37 {
    width: 37%;
}
.w39 {
    width: 39%;
}
.w40 {
    width: 40%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w61 {
    width: 61%;
}
.w63 {
    width: 63%;
}
.w65 {
    width: 65%;
}
.w67 {
    width: 67%;
}
.w70 {
    width: 70%;
}
.w75 {
    width: 75%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.w100 {
    width: 100%;
}
.flex_wrap {
    flex-wrap: wrap;
}
/* main title - start */
.webtitle {
    position: relative;
}
.webtitle::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 5vw;
    height: 3px;
    min-width: 40px;
    background-color: var(--webcolor_gray01);
}
.webtitle.white::before {
    background-color: #fff;
}

.appCardText_title {
    padding-bottom: 8px;
    position: relative;
}
.appCardText_title::after {
    content: "";
    width: 47px;
    height: 1px;
    background-color: var(--webcolor_gray03);
    position: absolute;
    bottom: 0;
    left: 0;

}
/* main title - end */
.cardlink {
    cursor: pointer;
}
/* ---- web btn ---- start */
.webbtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
    
}
.webbtn.class {
    padding-left: 0;
}
.webbtn_gray {
    background-color: var(--webcolor_gray03);
}
.webbtn_main {
    background-color: var(--webcolor_main01);
}
.btnicon {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.btnicon img {
    width: 100%;
    height: 100%;
}
.webbtn:hover .btnicon {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}
.webbtn_gray:hover, .webbtn_main:hover {
    background-color: var(--webcolor_main02);
}
/* ---- web btn ---- end */
.header {
    background: initial;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}

.header-style-1 .top-bar {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 100%;
    border-bottom: 1px solid var(--webcolor_gray01);
    padding-top: 26px;
    padding-bottom: 24px;
}
.header-style-1 .top-bar a {
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
    font-family: sans-serif;
}
.header-style-1 .top-bar .list .item {
    margin: 0 14px;
    padding: 0;
}
.header-style-1 .top-bar .list .socials {
    padding: 0 4.1vw 0 2vw;

}
.header-style-1 .top-bar .list .socials.item .item {
    margin: 0 12px;
}
.header-style-1 .top-bar .list .socials.item a {
    font-size: 14px;
    width: 27px;
    height: 27px;
    background-color: var(--webcolor_gray01);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-style-1 .top-bar .list .item a:hover {
    color: var(--webcolor_main02);
}
.header-style-1 .top-bar .list .socials.item .socialFB {
    font-size: 20px;
    padding-top: 5px;
}

.header-style-1 .nav > .nav-item:hover a {
    color: var(--webcolor_gray01);
}
.header-style-1 .nav > .nav-item > a {
    color: #fff;
}
.header-style-1 .nav > .nav-item > a:hover {
    color: var(--webcolor_gray01);
}
.header-style-1 .top-bar .list .socials.item a:hover {
    background-color: var(--webcolor_main02);
    color: #fff;
}
.header .nav > .nav-item.dropdown {
    position: relative !important;
}
.dropdown-style-3 .item-dropdown {
    width: initial;
}
li.nav-item {
    position: relative;
}
.header-style-1 .nav > li.nav-item a {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
}
.header .nav > .nav-item .item-dropdown {
    top: calc(100% + 20px);
    left: 0 !important;
    transform: initial !important;
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    -ms-transform: initial !important;
    -o-transform: initial !important;
}
.header .nav > .nav-item:hover {
    color: var(--webcolor_gray01);
}
.header .nav > .nav-item:hover .item-dropdown {
    pointer-events: initial;
}
.item-dropdown {
    display: flex;
    flex-direction: column;
}
.header-style-1 .nav > .nav-item:hover .item-dropdown a, .item-dropdown a {
    color: var(--webcolor_gray01);
    border-bottom: 1px solid var(--webcolor_gray02);
    padding: 0.8em 1.5rem;
    width: 100%;
    display: block;
    background-color: #fff;
    white-space:nowrap;
    position: relative;
}
.dropdown_arrow::after {
 content: "<";
 position: absolute;
 font-size: 0.8rem;
 font-weight: 100;
 color: #fff;
 right: -1.2rem;
 font-family: sans-serif;
 transform: rotate(-90deg) scale(0.8, 1.7);
 top: 5px;
 -webkit-transform: rotate(-90deg) scale(0.8, 1.7);
 -moz-transform: rotate(-90deg) scale(0.8, 1.7);
 -ms-transform: rotate(-90deg) scale(0.8, 1.7);
 -o-transform: rotate(-90deg) scale(0.8, 1.7);
}
.header-style-1 .nav > .nav-item:hover .item-dropdown a:hover {
    background-color: var(--webcolor_main01);
}
.item-dropdown a:hover p {
    color: #fff;
}
.item-dropdown a p {
    margin: 0;
}
.header-style-1 .lan .dropdown-toggle {
    background-color: initial;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-left: 1px solid #fff;
}
.nav-wrapper .logo {
    margin-left: calc( (100% - ( 77.0834vw + 30px )) / 2);
    margin-left: calc( (100% - 72.91666vw) / 2);
    
}
.header-style-1 .desktop {
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
.deskbottom {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-style-1 .nav-wrapper {
    padding-bottom: 0;
}
.section_full_padding {
    padding: clamp(30px, 7.3vw, 140px) 0vw;
}
.section_padding {
    padding: clamp(30px, 7.3vw, 140px) clamp( 20px, 6.25vw, 120px);
}
.section_padding01 {
    padding: 0vw clamp( 20px, 6.25vw, 120px);
}
.section_page_i {
    padding: clamp(30px, 4.9791vw, 92px) 0vw clamp(30px, 7.8125vw, 150px);
}
.catSection {
    background-image: url(../images/CTA-bgi.jpg);
    background-size: cover;
}
.websideMenu {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 2;
}
.websidebtn {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn_phone, .btn_line {
    background-color: var(--webcolor_main01);
    border-bottom: 1px solid #fff;
}
#offsetTop {
    background-color: var(--webcolor_gray03);
}
.websidebtn img {
    width: 40px;
    height: 40px;
}
footer {
    background-color: var(--webcolor_main01);
}
#webfooter {
    padding-top: clamp(40px, 2.76vw, 54px);
    padding-bottom: clamp(40px, 2.76vw, 54px);
}
.footer01 {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
.f_social {
    background-color: #fff;
    width: 36px;
    height: 36px;
    color: var(--webcolor_main01);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    font-size: 20px;
    overflow: hidden;
}
.socialYT {
    font-size: 20px;
    margin-right: 45px;
}
.socialFB {
    font-size: 32px;
    font-weight: bold;
    padding-top: 10px;
    margin-right: 55px;
}
.f_social:hover {
    background-color: #fff;
    color: var(--webcolor_main02);
    opacity: 1;
}
.footer02 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
}
#footerlogo {
    height: 54px;
    width: auto;
}
.footercompany_text {
    color: var(--webcolor_gray04);
}
#footerInfos {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.footerinfo {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}
footer .footerinfo .aMail , footer .footerinfo .aMail:hover {
    color: #ffffff;
}
.footerinfo_icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: 0px;
}
.footerinfo p {
    margin-bottom: 10px;
}
.footerbd {
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
    margin-top: calc( 54px / 2 );
    margin-bottom: calc( 54px / 2 );
}
.footer_title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
}
#footerMenu {
    display: flex;
    flex-direction: row;
    margin-top: 2.5rem;
}
#footerProducts {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 50%;
}
#footer_p_links {
    display: flex;
    flex-direction: column;
}
.footer_p_link {
    color: var(--webcolor_gray04);
    font-size: 1.125rem;
    line-height: 1.875;
}
.footer_p_link:hover {
    color: #fff;
    margin-left: 5px;
}
#otherlinks {
    width: 50%;
    display: block;
}
#otherlinks .footer_title {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
}
#copyrigt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
#copyrigt > * {
    color: #fff;
}
#copyrigt a {
    color: #fff;
}
#copyrigt #right {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    position: relative;
    padding-right: 40px;
}
.copyright_right {
    color: var(--webcolor_gray04);
    font-size: 1.125rem;
    margin-bottom: 0;
    margin-left: clamp(10px,1.5628vw,30px);
    margin-left: 10px;
}
.copyright_right+.copyright_right::before {
    content: "|";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
a.copyright_right:hover {
    color: #fff;
}
.index_appCardbox {
    padding: 0 15px;
}
.index_appCard {
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.index_app_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding: 0 2rem 1.875vw 2.6vw ;
    background-image: linear-gradient(to top, rgba(28, 0, 106, 0) 90%, transparent 0%),linear-gradient(to top, rgba(29, 42, 115, 0.9) 5%, transparent 50%);
}
.index_appCard:hover .index_app_text {
    background-image: linear-gradient(to top, rgba(28, 0, 106, 0) 80%, transparent 0%), linear-gradient(to top, rgba(29, 42, 115,0.9) 20%, transparent 100%);
}



#index_products .d-flex {
    flex-wrap: wrap;
}
#owl01 {
    width: 100%;
    z-index: 1;
}
.index_p_card {
    cursor: pointer;
    /* padding: 10px; */
    margin-right: 20px;
}
.index_p_img {
    position: relative;
}
.index_p_img::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    content: "";
    background-color: rgba(29,42,115,0.5);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.index_p_card:hover .index_p_img::after {
    height: 100%;
}
.index_p_card:hover .btnicon {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}
#index_products {
    background-color: var(--webcolor_main01);
    padding-left: calc( (100% - (77.0834vw + 30px)) / 2);
}
.index_p_text .pName {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

#owl01.owl-carousel .owl-nav {
    top: 100%;
    z-index: 2;
}
#owl01.owl-carousel .owl-nav button.owl-prev, #owl01.owl-carousel .owl-nav .owl-next {
    right: 0;
    left: initial;
    top: 50%;
    border: 1px solid #000;
    background-color: #fff;
    
}
#owl01.owl-carousel .owl-nav button.owl-prev {
    transform: translate(-70px, -50%);
    -webkit-transform: translate(-70px, -50%);
    -moz-transform: translate(-70px, -50%);
    -ms-transform: translate(-70px, -50%);
    -o-transform: translate(-70px, -50%);
} 
#owl01.owl-carousel .owl-nav .owl-next {
    transform: translate(-20px, -50%);
    -webkit-transform: translate(-20px, -50%);
    -moz-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    -o-transform: translate(-20px, -50%);
}

#owl01.owl-carousel .owl-nav button.owl-prev:hover, #owl01.owl-carousel .owl-nav .owl-next:hover {
    background-color: var(--webcolor_gray01);
}
#owl01.owl-carousel .owl-nav button.owl-prev span::before, #owl01.owl-carousel .owl-nav .owl-next span::before {
    color: var(--webcolor_main01);
    font-size: 1.8rem;
    padding: 5px;
}
#owl01.owl-carousel .owl-nav button.owl-prev:hover span::before, #owl01.owl-carousel .owl-nav .owl-next:hover span::before {
    color: #fff;
    font-size: 1.8rem;
}
.newstag {
    background-color: var(--webcolor_main01);
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 900;
}
#webboard {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100vw;
    height: 0vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: toHeight 0.5s 1 ease both;
    -webkit-animation: toHeight 0.5s 1 ease both;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    animation-delay: 0.5s;
}
#web-news p {
    margin-bottom: 0;
}
#webboard-news {
    max-width: 964px;
    width: 100%;
    display: flex;
    height: 90%;
    position: relative;
    padding: 30px;
}
@keyframes toHeight {
    0% {
        height: 0;
    }
    100% {
        height: 100vh;
    }
}
#web-news {
    overflow: overlay;
    background-color: #F1F1F1;
    display: flex;
    flex-direction: column;
    padding: clamp(15px,3.3854vw,65px) clamp(15px,3.125vw,60px) clamp(15px,2.0833vw,40px) clamp(15px,3.125vw,60px);
    position: relative;
}
#web-news::after {
    content: "";
    width: 100%;
    height: clamp(5px,1.875vw,36px);
    background-color: var(--webcolor_main01);
    position: absolute;
    top: 0;
    left: 0;
}
#closebtn {
    position: absolute;
    top: 30px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
}
#closeb {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#closeb::after, #closeb::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #707070;
}
#closeb::after {
    width: 90%;
    height: 2px;
}
#closeb::before {
    width: 2px;
    height: 90%;
}
@media screen and (min-width: 576px){
    
}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 992px) {

}
@media screen and (min-width: 1100px) {

}
@media screen and (min-width: 1200px) {

}
@media screen and (min-width: 1400px) {
  
}
@media screen and (max-width: 1440px) {
    .flex_xl_wrap {
        flex-wrap: wrap;
    }
    .w_xl_10 {
        width: 10%;
    }
    .w_xl_20 {
        width: 20%;
    }
    .w_xl_30 {
        width: 30%;
    }
    .w_xl_40 {
        width: 40%;
    }
    .w_xl_50 {
        width: 50%;
    }
    .w_xl_60 {
        width: 60%;
    }
    .w_xl_70 {
        width: 70%;
    }
    .w_xl_80 {
        width: 80%;
    }
    .w_xl_90 {
        width: 90%;
    }
    .w_xl_100 {
        width: 100%;
    }
    .header-style-1 .nav > li.nav-item a,.header-style-1 .lan .dropdown-toggle {
        font-size: 1rem;
    }
    .nav-wrapper .logo {
        margin-left: calc(((100% - 86vw) + 30px) / 2);
    }
    .dropdown_arrow::after {
        top: 2px;
        right: -1rem;
        transform: rotate(-90deg) scale(0.6, 1.2);
        -webkit-transform: rotate(-90deg) scale(0.6, 1.2);
        -moz-transform: rotate(-90deg) scale(0.6, 1.2);
        -ms-transform: rotate(-90deg) scale(0.6, 1.2);
        -o-transform: rotate(-90deg) scale(0.6, 1.2);
    }
    .section_padding01, .section_padding {
        padding-right: 0;
        padding-left: 0;
    }
    .header-style-1 .top-bar .list .socials {
        padding: 0 1.4vw 0 2vw;
    }
}
@media screen and (max-width: 1399px) {
    .websidebtn {
        width: 63px;
        height: 63px;
    }
    .websidebtn img {
        width: 36px;
        height: 36px;
    }
}
@media screen and (max-width: 1299px) {

}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1199px) {
    .flex_lg_wrap {
        flex-wrap: wrap;
    }
    .w_lg_10 {
        width: 10%;
    }
    .w_lg_20 {
        width: 20%;
    }
    .w_lg_30 {
        width: 30%;
    }
    .w_lg_33 {
        width: 33%;
    }
    .w_lg_40 {
        width: 40%;
    }
    .w_lg_50 {
        width: 50%;
    }
    .w_lg_60 {
        width: 60%;
    }
    .w_lg_70 {
        width: 70%;
    }
    .w_lg_80 {
        width: 80%;
    }
    .w_lg_90 {
        width: 90%;
    }
    .w_lg_100 {
        width: 100%;
    }
    .footer02 {
        flex-direction: column;
    }
    .footer_title {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    /* #footerMenu {
        flex-direction: column;
    }
    #footerProducts, #otherlinks {
        width: 100%;
    } */
}
@media screen and (max-width: 1099px) {
    .nav-wrapper .logo {
        margin-left: clamp(15px, 2.083vw, 40px);
    }
}
@media screen and (max-width: 991px) {
    .mobile.scrollactive {
        background-color: rgba(255, 255, 255, 0.95);
    }
    .flex_md_wrap {
        flex-wrap: wrap;
    }
    .w_md_10 {
        width: 10%;
    }
    .w_md_20 {
        width: 20%;
    }
    .w_md_25 {
        width: 25%;
    }
    .w_md_30 {
        width: 30%;
    }
    .w_md_40 {
        width: 40%;
    }
    .w_md_50 {
        width: 50%;
    }
    .w_md_60 {
        width: 60%;
    }
    .w_md_70 {
        width: 70%;
    }
    .w_md_75 {
        width: 75%;
    }
    .w_md_80 {
        width: 80%;
    }
    .w_md_90 {
        width: 90%;
    }
    .w_md_100 {
        width: 100%;
    }
    .header .mobile .logo a img {
        width: 120px;
    }
    .header .mobile .mobile-nav {
        z-index: 5;
        height: 100vh;
        overflow-y: scroll;
    }
    .websidebtn {
        width: 60px;
        height: 60px;
    }
    .websidebtn img {
        width: 35px;
        height: 35px;
    }
    #footerProducts {
        width: 70%;
    }
    #otherlinks {
        width: 30%;
    }
    #otherlinks .footer_title {
        width: 100%;
    }
    .header .mobile .btn {
        justify-content: end;
    }
    .header .mobile .mobile-nav .language .item {
        margin-right: 10px;
    }
}
@media screen and (max-width: 951px) {

}
@media screen and (max-width: 899px) {

}
@media screen and (max-width: 820px) {

}
@media screen and (max-width: 767px) {
    .flex_sm_wrap {
        flex-wrap: wrap;
    }
    .w_sm_10 {
        width: 10%;
    }
    .w_sm_20 {
        width: 20%;
    }
    .w_sm_30 {
        width: 30%;
    }
    .w_sm_40 {
        width: 40%;
    }
    .w_sm_50 {
        width: 50%;
    }
    .w_sm_60 {
        width: 60%;
    }
    .w_sm_70 {
        width: 70%;
    }
    .w_sm_80 {
        width: 80%;
    }
    .w_sm_90 {
        width: 90%;
    }
    .w_sm_100 {
        width: 100%;
    }
    .header .mobile .logo {
        padding: 15px;
    }
    .websidebtn {
        width: 45px;
        height: 45px;
    }
    .websidebtn img {
        width: 30px;
        height: 30px;
    }
    #copyrigt {
        padding-bottom: 60px;
    }
    #copyrigt #right {
        padding-right: 0px;
    }
}
@media screen and (max-width: 575px) {
    .flex_xs_wrap {
        flex-wrap: wrap;
    }
    .w_xs_00 {
        width: 0%;
    }
    .w_xs_10 {
        width: 10%;
    }
    .w_xs_20 {
        width: 20%;
    }
    .w_xs_30 {
        width: 30%;
    }
    .w_xs_40 {
        width: 40%;
    }
    .w_xs_50 {
        width: 50%;
    }
    .w_xs_60 {
        width: 60%;
    }
    .w_xs_70 {
        width: 70%;
    }
    .w_xs_80 {
        width: 80%;
    }
    .w_xs_90 {
        width: 90%;
    }
    .w_xs_100 {
        width: 100%;
    }
    .header .mobile .logo a img {
        width: 110px;
    }
    .header .mobile .logo {
        padding: 10px 10px 10px;
    }
    #otherlinks .footer_title {
        width: 49%;
    }
    #footer_p_links {
        display: none;
    }
    #footerMenu {
        flex-direction: column-reverse;
    }
    #footerProducts, #otherlinks {
        width: 100%;
    }
    #copyrigt {
        flex-direction: column;
        padding-bottom: 25px;
    }
    /* .copyright_right+.copyright_right::before {
        transform: translateX(-11px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(-11px);
        -ms-transform: translateX(-11px);
        -o-transform: translateX(-11px);
    }
    .copyright_right {
        width: 100%;
    }
    #copyrigt #right {
        width: 100%;
    } */
}
@media screen and (max-width: 425px) {
    .header .mobile .logo a img {
        width: 100px;
    }
    .header .mobile .logo {
        padding: 10px 10px 10px;
    }
    .header .mobile .btn {
        top: 7px;
    }
    #copyrigt p {
        text-align: center;
    }
}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 380px) {

}
@media screen and (max-width: 375px) {
    .header .mobile .logo a img {
        width: 80px;
    }
    .header .mobile .btn {
        top: 3px;
    }
}
@media screen and (max-width: 320px) {

}
@media screen and (max-width: 767px) {
}