/* news page start */
/*  applications.html start */
/*  successcase.html start */
/*  videos.html start */
/*  downloads.html start */
/*  worldwide.html start */
/* about.html start */
/* certification.html start */
/* products.html start */
/* qa.html start */
.header-style-1 .lan .dropdown-toggle {
    border-left: 1px solid var(--webcolor_gray03);
}
.webMainpage {
    padding-bottom: clamp(30px, 4.6875vw, 90px);
}
.webpage .header-style-1 .desktop.scrollactive {
    background-color: rgba(255, 255, 255, 0.8);
}
.pagebanner {
    min-height: 18.229vw;
    background-size: cover;
    margin-top: 150px;
    display: flex;
    justify-content: start;
    align-items: end;
}
.header-style-1 .top-bar a, .header-style-1 .nav > li.nav-item a {
    color: var(--webcolor_gray01);
}
.webpage .dropdown_arrow::after {
    color: var(--webcolor_gray01);
}
.header-style-1 .top-bar a i {
    color: #fff;
}
.webpage .header-style-1 .desktop {
    background-color: #fff;
}
.header-style-1 .lan .dropdown-toggle {
    color: var(--webcolor_gray01);
}
#web-breadcrumb {
    margin-top: 20px;
}
#web-breadcrumb ul {
    margin: 0;
    padding: 0;
}
#web-breadcrumb ul li a {
    color: var(--webcolor_gray01);
    display: inline-block;
}
#web-breadcrumb ul li a h1 {
    font-size: 1rem;
    font-weight: 300;
}
#web-breadcrumb ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 8px;
    position: relative;
}
#web-breadcrumb ul li+li::before {
    content: ">";
    display: inline-block;
    margin-right: 4px;
    transform: scale(0.8,1);
    -webkit-transform: scale(0.8,1);
    -moz-transform: scale(0.8,1);
    -ms-transform: scale(0.8,1);
    -o-transform: scale(0.8,1);
}
.page_i_style01 p {
    margin-bottom: 1.25rem;
    font-weight: 500;
    font-family: 1rem !important;
}
.page_i_style01 p span {
    font-size: 1rem !important;
}
.page_i_style01 ul {
    padding-left: 25px;
}
.page_i_style01 li {
    /* margin-bottom: 1.25rem; */
    font-weight: 500;
    line-height: 1.5;
}
.page_i_style01 h2,h3 {
    font-weight: 700;
    font-size: 1.125rem;
}
.page_i_style01>* {
    color: var(--webcolor_gray01);
}
.page_i01_pl {
    padding-left: clamp(0px, 3.64583vw,50px);
}
/* news page start */
#newsmenu {
    text-align: center;
    border-bottom: 1px solid var(--webcolor_gray03);
    padding-top: 3.2rem;
    padding-bottom: 1.25rem;
}
.newsmenulist {
    font-size: 1.375rem;
    font-weight: 700;
    padding: 0 1rem;
    position: relative;
}
a.newsmenulist.active {
    color: var(--webcolor_main01);
}
#newsmenu .newsmenulist+.newsmenulist::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: var(--webcolor_gray01);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.newsCards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.newsCard {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: clamp(30px, 4.167vw, 80px);
}
.newsCard img {
    width: 100%;
    height: auto;
}
.newsCard>* {
    color: var(--webcolor_gray01);
    font-weight: 700;
}
.info {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-top: 1rem;
}
.newsCard .info .newscategory {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.newsCard .info .newscategory::before {
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--webcolor_gray01);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.newsCard01 {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--webcolor_gray03);
}
.newsCard01_imgbox {
    width: 25%;
}
.newsCard01 .info {
    margin-top: 0;
}
.newsCard01 .info .newscategory {
    padding: 0.6rem 1.75rem;
    margin-right: 1.75rem;
    background-color: var(--webcolor_main01);
    color: #fff;
}
.newsCard01_content {
    width: 75%;
    padding-left: clamp(15px, 3.28vw, 64px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.social_icon {
    width: 28px;
    height: 28px;
    background-color: var(--webcolor_main01);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    margin-right: clamp(5px, 0.78125vw, 15px);
}
#news_i_content {
    padding-bottom: clamp(30px,7.8125vw,150px);
}
#news_i_content img {
    max-width: 100%;
}
#news_i_content h2 {
    color: var(--webcolor_main01);
    font-weight: 700;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
}
#news_i_content h3 {
    color: var(--webcolor_gray01);
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}
#news_i_content li {
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.5;
}
#news_i_content ul li h3, #news_i_content ol li h3 {
    color: var(--webcolor_main01);
}
#news_i_content ul li h4, #news_i_content ol li h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
}
#news_i_content ul ul {
    list-style-type: disc;
}
#news_i_content ol, #news_i_content ul {
    padding-left: 1.5rem;
}
#news_i_content iframe {
    max-width: 800px;
    aspect-ratio:16 / 9;
    margin: 0 auto;
    display: block;
}
#news_i_content .df {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: clamp(20px, 2.083vw, 20px);
    margin-bottom: clamp(20px, 2.083vw, 20px);
}
/* news page end */
/*  applications.html start */
div#index_appCards {
    margin-left: -15px;
    margin-right: -15px;
}
.index_app_text_p {
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
}
.index_appCardbox {
    margin-bottom: clamp(20px, 4.583vw, 88px);
}
.index_appCardbox .webbtn.class {
    padding-right: 0;
    border-top: 1px solid #fff;
}
.webCardStyle {
    display: flex;
    flex-direction: row;

}
.webCardStyleimg {
    position: relative;
}
.appCard .webCardStyleimg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(28, 0, 106, 0) 90%, transparent 0%),linear-gradient(to top, rgba(29, 42, 115, 0.4) 5%, transparent 60%);
    transition: background-image 0.3s ease;
    -webkit-transition: background-image 0.3s ease;
    -moz-transition: background-image 0.3s ease;
    -ms-transition: background-image 0.3s ease;
    -o-transition: background-image 0.3s ease;
}
.appCard:hover .webCardStyleimg::after {
    background-image: linear-gradient(to top, rgba(28, 0, 106, 0) 90%, transparent 0%),linear-gradient(to top, rgba(29, 42, 115, 0.5) 5%, transparent 60%);
}
#appshowcards {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.appshowcard, .appAboutProd {
    display: inline-block;
    width: 100%;
}
#appshowcards.owl-carousel .owl-nav .owl-prev, #appshowcards.owl-carousel .owl-nav .owl-next, #appshowcards.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
#appshowcards.owl-carousel .owl-nav .owl-prev, #appshowcards.owl-carousel .owl-nav .owl-next {
    border: 1px solid #fff;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
#appshowcards.owl-carousel .owl-nav .owl-prev:hover, #appshowcards.owl-carousel .owl-nav .owl-next:hover {
    background-color: var(--webcolor_gray01);
}
#appshowcards.owl-carousel .owl-nav .owl-prev span::before, #appshowcards.owl-carousel .owl-nav .owl-next span::before {
    color: #fff;
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -o-transform: scale(0.6, 0.6);
}
.appAboutProd img {
    border: 1px solid var(--webcolor_gray03);
}
#appAboutProds {
    list-style: none;
    width: 100%;
    padding-left: 0px;
}
#mainshow {
    padding: clamp(30px ,7.0833333vw ,136px) 0 clamp(30px ,9.47917vw, 182px) 0;
}
#mainshow_i {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
#mainshow_i_bgi {
    position: absolute;
    content: "";
    background-color: #fff;
    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%);
    width: calc( 100% + 8.02vw );
    height: calc( 100% + 7.2916vw );
    z-index: -1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
#mainshowimg {
    width: 33.333vw;
}
#mainshowtext {
    width: calc( 100% - 33.333vw );
    display: flex;
    flex-direction: column;
    padding-left: clamp(20px, 4.166666vw, 80px);
    
}
#mainshowtext h1 {
    border-bottom: 1px solid var(--webcolor_gray03);
}
/*  applications.html end */
/*  successcase.html start */
.suc_card {
    width: 100%;
    cursor: pointer;
}
.suc_img {
    position: relative;
    width: 100%;
    padding-bottom: 92%;
    overflow: hidden;
}
.suc_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.suc_img:hover img {
    transform: translate(-50%,-50%) scale(1.05);
    -webkit-transform: translate(-50%,-50%) scale(1.05);
    -moz-transform: translate(-50%,-50%) scale(1.05);
    -ms-transform: translate(-50%,-50%) scale(1.05);
    -o-transform: translate(-50%,-50%) scale(1.05);
}
.suc_text {
    padding: clamp(15px,1.5625vw,30px) clamp(15px,2.0833vw,40px) clamp(0px,1vw,10px);
}
/*  successcase.html end */
/*  videos.html start */
#videos .pagebanner {
    background-position: bottom center;
}
.video_card_img {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
}
.video_card_img img {
    width: 100%;
    height: auto;
    position: absolute;
    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%);
    z-index: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.video_card_img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
}
.video_card_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29,42,115,0.3);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 2;
}
.video_card_img:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29,42,115,0);
}
.video_card_img::after {
    content: "";
    width: clamp(40px, 3.75vw, 72px);
    height: clamp(40px, 3.75vw, 72px);
    background-image: url("../images/icon_play.svg");
    background-size: 100% 100%;
    position: absolute;
    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%);
    z-index: 3;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    opacity: 1;
}
.video_card_img:hover::after {
    opacity: 0;
}
.videosMenu {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
.videocategory {
    position: relative;
}
.videocategory.active {
    color: var(--webcolor_main01);
}
.videosMenu .videocategory+.videocategory::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: var(--webcolor_gray01);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/*  videos.html end */
/*  downloads.html start */
.mainshowpicture {
    width: 100%;
    padding-bottom: 98%;
    background-color: var(--webcolor_gray02);
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}
.mainshowpicture:hover {
    background-color: #9f9e9e;
}
.download_img_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.download_img_block {
    width: 100%;
    background-color: #A8A8A8;
}
.download_img_box img {
    width: 100%;
    height: auto;
    transform: translate(-10px,-10px);
    -webkit-transform: translate(-10px,-10px);
    -moz-transform: translate(-10px,-10px);
    -ms-transform: translate(-10px,-10px);
    -o-transform: translate(-10px,-10px);
}

.download_stick {
    display: flex;
    flex-direction: row;
    background-color: var(--webcolor_main01);
    width: 40%;
    min-width: 150px;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    /* padding-left: 20px; */
    padding: 5px;
}
.download_stick img {
    width: 40px;
    height: 40px;
}
/*  downloads.html end */
/*  worldwide.html start */
.salesChannels {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.salesChannel {
    padding: 10px clamp(10px,2.916666vw,20px);
    width: clamp(120px,15.5vw,240px);
    text-align: center;
    background-color: #F1F1F1;
    color: var(--webcolor_gray01);
    font-weight: 700;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.salesChannel.active, .salesChannel:hover {
    background-color: var(--webcolor_main01);
    color: #ffffff;
}
.wcard {
    background-color: var(--webcolor_gray02);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 100%;
}
.wcard p {
    margin: 0;
}
.wlocations {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.wlocation {
    font-weight: 700;
    color: var(--webcolor_gray01);
    padding: 0 2rem;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
.wlocation.active, .wlocation:hover {
    color: var(--webcolor_main01);
}
.wlocations .wlocation + .wlocation::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: var(--webcolor_gray01);
}
.wcard {
    margin-bottom: 20px;
}
.wcard .mark {
   padding: 0.5rem 1.3rem;
   background-color: var(--webcolor_main01);
   display: inline-block;
   color: #ffffff;
   margin-bottom: 1rem;
   font-size: 16px;
}
.opendealer {
    color: #ffffff;
    font-size: 16px;
    background-color: #C9C9C9;
    padding: 0.5rem 4rem;
    display: inline-block;
    cursor: pointer;
    margin-top: clamp(30px,3.54vw,68px);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.opendealer:hover {
    background-color: var(--webcolor_main02);
}
.salesdetail {
    width: 1044px;
}
#blackbackground {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}
#blackbackground.hide {
    background-color: rgba(0,0,0,0);
    top: 100%;
}
.salesdetail {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    position: relative;
    width: calc(100% - 100px);
    max-width: 1044px;
}
.detailimg {
    width: 45%;
    height: 100%;
}
.detaildescript {
    padding: clamp(15px,3.75vw,72px);
    background-color: #F1F1F1;
    height: 100%;
    width: 55%;
}
.detaildescript >* {
    color: var(--webcolor_gray01);
}
.closedetailbtn {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    top: 0;
    right: -35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.closedetailbtn:hover {
    background-color: var(--webcolor_main02);
}
.btnitem {
    position: relative;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.btnitem::before, .btnitem::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 50%;
}
.closedetailbtn .btnitem::before, .closedetailbtn .btnitem::after {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.closedetailbtn:hover .btnitem::before, .closedetailbtn:hover .btnitem::after {
    background-color: #ffffff;
}
.btnitem::before {
    width: 20px;
    height: 2px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.btnitem::after {
    width: 2px;
    height: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
/*  worldwide.html end */
/* about.html start */
.about_pts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.about_pt {
    width: calc( 50% - 8px );
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    padding: 28px 20px 20px;
}
.about_pt text {
    width: 100%;
}
.about_pt img {
    width: 60px;
    height: auto;
    margin-bottom: 20px;
}
.about_pt:nth-child(1), .about_pt:nth-child(4) {
    background-color: var(--webcolor_gray02);
}
.about_pt:nth-child(1) h3, .about_pt:nth-child(4) h3 {
    color: var(--webcolor_main01);
}
.about_pt:nth-child(2), .about_pt:nth-child(3) {
    background-color: var(--webcolor_main01);
}
.about_pt:nth-child(2)>*, .about_pt:nth-child(3)>* {
    color: #ffffff;
}
.historys {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-left: 27px;
}
.history {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 27px 5px 27px 0;
    font-family: Oswald;
    /* border-style: dotted; */
    border-bottom: 1px dashed #000;
    width: 100%;
    position: relative;
}
.history .year {
    font-size: 1.5rem;
    color: var(--webcolor_main01);
    font-weight: 700;
    margin-right: 27px;
}
.history p {
    margin: 0;
    padding-top: 0.3rem;
}
.history::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: var(--webcolor_main01);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.history::after {
    content: "";
    position: absolute;
    left: -22px;
    width: 1px;
    background-color: var(--webcolor_main01);
    height: 101%;
    top: 0;

}
.history:first-child:after {
    height: 51%;
    top: initial;
    bottom: -1px;
}
.history:last-child:after {
    height: 51%;

}
/* about.html end */
/* certification.html start */
.certi_icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.certi_icons img {
    width: calc( 20% - 10px );
}
.pfs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pf:nth-child(odd) {
    background-color: var(--webcolor_main01);
}
.pf:nth-child(even) {
    background-color: #f9f9f9;
}
.pf:nth-child(odd)>* {
    color: #fff;
}
.pf {
    padding: 20px;
    width: calc( 20% - 10px );
}
.pf img {
    width: 43px;
    height: auto;
}
/* certification.html end */
/* products.html start */
.pdtabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
}
.pdtab {
    padding: 10px 20px;
    color: var(--webcolor_main01);
    border-bottom: 4px solid #F1F1F1;
    font-weight: 600;
    cursor: pointer;
}
.pdtab.active {
    border-bottom: 4px solid var(--webcolor_main01);
}
#pd_owl.owl-carousel .owl-dots .owl-dot {
    background: #D4D4D4;
    border: none;
}
#pd_owl.owl-carousel .owl-dots .owl-dot.active {
    background: var(--webcolor_main01);
}
.select_show {
    margin-top: clamp(20px,2.08333vw,40px);
}
.iframe iframe {
    height: clamp(250px,26.4166vw,500px);
}
#pd_appli.owl-carousel .owl-dots .owl-dot {
    background: #B6B9C4;
}
#pd_appli.owl-carousel .owl-dots .owl-dot.active {
    background: #ffffff;
}
#pd_appli.owl-carousel .owl-dots {
    margin-top: clamp(10px, 1.04166vw, 20px);
    text-align: left;
}
.pd_i_box01 {
    background-color: var(--webcolor_gray02);
    padding: 58px 78px 36px;
}
#pdvideos.owl-carousel .owl-dots .owl-dot, #pd_downloads.owl-carousel .owl-dots .owl-dot {
    background: #D4D4D4;
    border: none;
}
#pdvideos.owl-carousel .owl-dots .owl-dot.active, #pd_downloads.owl-carousel .owl-dots .owl-dot.active {
    background: var(--webcolor_main01);
}
.pd_downloadbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pd_download {
    position: relative;
}
#pd_downloads.owl-carousel .owl-stage-outer {
    z-index: 1;
    padding-bottom: 10px;
}
#pd_downloads.owl-carousel .owl-item .pd_download img {
    height: calc(17.7vw - 10px);
    width: auto;
    position: relative;
}
.pdvideocard .video_card_img {
    padding-bottom: 0;
    height: 17.7vw;
}
.pd_downimg_bgc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ccc;
    transform: translate(10px,10px);
    -webkit-transform: translate(10px,10px);
    -moz-transform: translate(10px,10px);
    -ms-transform: translate(10px,10px);
    -o-transform: translate(10px,10px);
}

#pd_downloads .pd_downloadx img {
}
#mainshow_i_pd {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    position: relative;
    z-index: 1;
}
#product_i .table {
    width: 100%;
    overflow-x: overlay;
}
#product_i .table table {
    width: 100%;
}
#product_i .table table thead th , 
#product_i .table table thead td , 
#product_i .table table tbody th , 
#product_i .table table tbody td {
    padding: 1.125rem 2.375rem ;
    min-width: 200px;
}
#product_i .table table thead th , #product_i .table table tbody th {
    background-color: var(--webcolor_main01);
    color: #fff;
    border: 3px solid var(--webcolor_gray02);
}
#product_i .table table thead td {
    background-color: #cfcfcf;
    color: #ffffff;
    text-align: center;
    border: 3px solid var(--webcolor_gray02);
    font-weight: 600;
}
#product_i .table table tbody td {
    background-color: #fff;
    color: var(--webcolor_gray01);
    text-align: center !important;
    border: 3px solid var(--webcolor_gray02);
    font-weight: lighter;
    font-family: Arial, Microsoft JhengHei, sans-serif;
}
#product_i .table table tbody td:first-child, #product_i .table table tbody tr:first-child td:first-child {
    background-color: var(--webcolor_main01);
    color: #fff;
    border: 3px solid var(--webcolor_gray02);
    font-weight: 600;
    text-align: left !important;
}
#product_i .table table tbody tr:first-child td {
    background-color: #cfcfcf;
    color: #ffffff;
    border: 3px solid var(--webcolor_gray02);
}
/* products.html end */
/* qa.html start */
.qa {
    margin-top: 20px;
}
.qaHead {
    padding: 18px 28px;
    background-color: var(--webcolor_gray02);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.qa.active .qaHead {
    background-color: var(--webcolor_main01);
} 
.qa.active .qaHead > * {
    color: #ffffff;
}
.qaname {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.qa .num {
    font-family: Roboto;
    font-size: 1.25rem;
    margin-right: 20px;
}
.qabtn {
    width: 26px;
    height: 19px;
    position: relative;
    background-color: var(--webcolor_main01);
}
.qa.active .qabtn {
    background-color: #fff;
}
.qabtn::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    top: 7px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
}
.qa.active .qabtn::after {
    border-right: 3px solid var(--webcolor_main01);
    border-bottom: 3px solid var(--webcolor_main01);
}
.qabody {
    padding: 30px;
    background-color: var(--webcolor_gray02);
    display: none;
    opacity: 0;
    transition: 3s;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
    height: 0;
}
.qabody > * , .qabody li {
    font-weight: 500;
    line-height: 1.8;
}
.qa.active .qabody {
    display: block;
    opacity: 1.0;
    height: 100%;
    transition: 3s;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
}
.qavideos {
    display: flex;
}
#qa .js-video-button.video_card {
    width: 33%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
/* qa.html end */
/* firstbuy.html start */
.fstabs, .fsqatabs {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
.fstab, .fsqatab {
    padding: 0 20px;
    cursor: pointer;
    position: relative;
}
.fstab.active, .fsqatab.active {
    color: var(--webcolor_main01);
}
.fstabs .fstab + .fstab::before , .fsqatabs .fsqatab + .fsqatab::before {
    content: "";
    width: 1px;
    height: 18px;
    background-color: var(--webcolor_gray01);
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
#firstbuy #mainshow {
    padding: clamp(30px, 4.6875vw, 90px) 0 clamp(30px, 9.47917vw, 182px) 0;
}
#firstbuy #mainshow_i_bgi {
    background-color: var(--webcolor_gray02);
}
.mainshow_i_pd {
    position: relative;
}
#firstbuy .mainshow_i_pd .mainshowimg {
    width: 33.333vw;
}
#firstbuy .mainshow_i_pd  .mainshow_i_bgi {
    background-color: var(--webcolor_gray02);
    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%);
    width: calc(100% + 8.02vw);
    height: calc(100% + 7.2916vw);
    z-index: -1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
#firstbuy .select_show {
    margin-top: 0;
}
#firstbuy .pd_owl.owl-carousel .owl-dots {
    text-align: left;
}
#firstbuy .pd_owl.owl-carousel .owl-dots .owl-dot.active {
    background: var(--webcolor_main01);
}
#firstbuy .pd_owl.owl-carousel .owl-dots .owl-dot {
    background: #D4D4D4;
    border: none;
}
#firstbuy .pd_owl.owl-carousel .owl-dots .owl-dot:hover {
    background: #D4D4D4;
}

.fsqahead {
    padding: 10px 0;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.fsqabody {
    padding: 10px 0;
    line-height: 1.5;
}
.icon_fsqa {
    width: 20px;
    height: 20px;
    background-color: var(--webcolor_main01);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}
.icon_fsqa::before, .icon_fsqa::after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    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%);
}
.icon_fsqa::after {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
}
.fsqa.active .icon_fsqa::after {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.fsqa {
    cursor: pointer;
}
.fsqa .fsqabody {
    display: none;
}
.fsqa.active .fsqabody {
    display: block;
}
.form-group {
    padding: 10px;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.form-group-100 {
    padding: 10px;
    width: 100%;
}
.form-group-100 .formitemName {
    align-items: start;
    padding-top: 20px;
}
.form-group-100 textarea {
    min-height: 140px;
}
.forminput {
    position: relative;
    padding: 10px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.formitemName, .form-check-inline {
    font-size: 1.125rem;
}
.formitemName {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.form-control {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
    height: auto;
}
.form-control.isval {
    background-color: rgba(255, 255, 255, 1.0);
}
.form-control:focus {
    background-color: #fff;
}
.formitemName .red {
    color: #D11502;
    margin-left: 5px;
}
.red {
    color: #D11502;
}
.forminput {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#firstform {
    position: relative;
    background-color: #fff;
    padding: clamp(20px,3.125vw,60px) clamp(15px,3.125vw,60px);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#firstform::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 13px;
    background-color: var(--webcolor_main01);
    top: 0;
    left: 0;
}
.formcate {
    width: 125px;
}
.form-check-inline {
    margin-right: clamp(10px,1.5625vw,30px);
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline input {
    margin-right: 10px;
}
.form_btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.form_btn {
    width: 35%;
    padding: 10px 0;
    margin: 0 5px;
    min-width: 150px;
}
/* firstbuy.html end */
.contact_infos {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-top: clamp(10px,1.0416vw,20px);
    margin-bottom: clamp(10px,1.0416vw,20px);
}
.contact_info {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-right: clamp(10px,2.083333vw,40px);
}
.contact_info img {
    width: 21px;
    height: auto;
    margin-right: 10px;
}
.contact_info p {
    margin: 0;
}
#contactform {
    padding: clamp(15px,3.165vw,60px) clamp(20px,5.2083vw,100px) clamp(15px,4.16666vw,80px);
    background-color: #F9F9F9;
}
#contactform .forminput {
    background-color: #fff;
}
#contactform .inquirylist {
    width: 100%;
}
#contactform .inquirylist th {
    background-color: var(--webcolor_main01);
    border: 1px solid var(--webcolor_main01);
    color: #fff;
    padding: 10px 5px;
}
#contactform .inquirylist th:nth-child(1), #contactform .inquirylist td:nth-child(1) {
    width: 100px;
    text-align: center;
}
#contactform .inquirylist th:nth-child(1) {
    /* border-right: 3px solid #F9F9F9; */
}
#contactform .inquirylist th:nth-child(2) {
    width: calc( 100% - 180px );
}
#contactform .inquirylist th:nth-child(3) {
    width: 80px;
    text-align: center;
}
#contactform .inquirylist td {
    border: 1px solid #D8D8D8;
    padding: 10px 5px;
    background-color: #fff;
}
#contactform .inquirylist td:nth-child(3) {
    text-align: center;
}
#contactform .inquirylist td:nth-child(1), #contactform .inquirylist td:nth-child(2) {
    border-right: 1px solid #ffffff;
}
#contactform .inquirylist td a {
    color: var(--webcolor_main01);
}
.btn_delete {
    width: 20px;
    height: 20px;
    position: relative;
    background-color: var(--webcolor_main01);
    border-radius: 20px;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.btn_delete:hover {
    background-color: red;
}
.btn_delete::after, .btn_delete::before {
    content: "";
    position: absolute;
    right: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.btn_delete::before {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
}
#products_sub .w61 ul {
    line-height: 1.5;
}
.certi_icons.owl-carousel .owl-dots {
    text-align: left;
}
.certi_icons.owl-carousel .owl-dots .owl-dot.active {
    background: var(--webcolor_main01);
}
.certi_icons.owl-carousel .owl-dots .owl-dot {
    background: #D4D4D4;
    border: none;
}
@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) {

}
@media screen and (max-width: 1399px) {
    #newsmenu {
        padding-top: 40px;
    }
    .newsCard {
        margin-bottom: 3rem;
    }
    .mainshowpicture {
        padding-bottom: 120%;
    }
}
@media (min-width: 992px) and (max-width: 1350px) {
    .contact_info {
        width: 100%;
        margin-bottom: 10px;
        align-items: start;
    }
    .contact_infos {
        flex-wrap: wrap;
        margin: 0;
    }
    .contact_infos:nth-child(2) {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1299px) {

}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1199px) {
    #newsmenu {
        padding-top: 30px;
    }
    .newsCard {
        margin-bottom: 1.5rem;
    }
    #mainshowimg {
        width: 28vw;
    }
    #mainshow_i {
        align-items: start;
    }
    #mainshowtext {
        width: calc( 100% - 28vw );
    }
    .mainshowpicture {
        padding-bottom: 120%;
    }
    .download_stick img {
        width: 30px;
        height: 30px;
    }
    .fstabs, .fsqatabs {
        justify-content: start;
    }
    .fstabs {
        margin-bottom: 12px;
    }
    .fstab:nth-child(1), .fsqatab:nth-child(1) {
        padding-left: 0;
    }
    #firstbuy .mainshow_i_pd .mainshowimg {
        width: 28vw;
    }
}
@media screen and (max-width: 1099px) {

}
@media screen and (max-width: 991px) {
    #newsmenu {
        padding-top: 20px;
    }
    .newsmenulist {
        padding: 0 0.5rem;
    }
    #newsmenu {
        padding-top: 1.875rem;
        padding-bottom: 1rem;
    }
    #news_i_content h2 {
        font-size: 20px;
    }
    .page_i01_pl {
        padding-left: 0;
    }
    .newsmenulist {
        font-size: 1.25rem;
    }
    .pfs {
        flex-wrap: wrap;
        justify-content: start;
    }
    .pf {
        padding: 10px;
        width: calc( 33.33% - 10px );
        margin-top: 15px;
        margin-right: 10px;
    }
    .qavideos {
        flex-wrap: wrap;
    }
    #qa .js-video-button.video_card {
        width: 50%;
    }
    .header .mobile .logo {
        padding: clamp(10px,1.302vw,25px) clamp(10px,1.302vw,25px) clamp(10px,1.041666vw,20px);
    }
    #appshowcards.owl-carousel .owl-nav .owl-prev {
        transform: translate(-10px, -100%);
        -webkit-transform: translate(-10px, -100%);
        -moz-transform: translate(-10px, -100%);
        -ms-transform: translate(-10px, -100%);
        -o-transform: translate(-10px, -100%);
} 
    #appshowcards.owl-carousel .owl-nav .owl-next {
        transform: translate(10px, -100%);
        -webkit-transform: translate(10px, -100%);
        -moz-transform: translate(10px, -100%);
        -ms-transform: translate(10px, -100%);
        -o-transform: translate(10px, -100%);
}
}

@media screen and (max-width: 951px) {

}
@media screen and (max-width: 899px) {

}
@media screen and (max-width: 820px) {

}
@media screen and (max-width: 767px) {
    .newsCard01 {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid var(--webcolor_gray03);
    }
    .newsCard01_imgbox {
        width: 50%;
        margin-bottom: 20px;
    }
    .newsCard01_content {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    #newsmenu {
        padding-top: 1.2rem;
        padding-bottom: 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .newsmenulist {
        font-size: 1.25rem;
    }
    .pf {
        width: calc( 50% - 10px );
        margin-top: 15px;
    }
    .pdvideocard .video_card_img {
        height: 45vw;
    }
    #pd_downloads.owl-carousel .owl-item .pd_download img {
        height: calc(50vw - 10px);
    }
    .copyright_right {
        color: var(--webcolor_gray04);
        font-size: 0.8rem;
    }
    #product_i #mainshow_i_bgi {
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }
    #product_i #mainshowtext {
        padding: 15px;
    }
    #product_i #mainshow_i_pd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #product_i #mainshowimg {
        width: 80vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #product_i .select_show {
        margin-top: clamp(20px, 2.08333vw, 40px);
        width: 100%;
    }
    #product_i .table table tbody td {
        font-weight: 500;
    }
    .iframe iframe {
        height: clamp(250px, 62.7vw, 500px);
    }
    #firstbuy .mainshow_i_pd  .mainshow_i_bgi {
        width: 100%;
    }
    #firstbuy .mainshow_i_pd {
        position: relative;
        padding: 10px 20px;
        justify-content: center;
    }
    #firstbuy .mainshow_i_pd .mainshowimg {
        width: 60vw;
    }
    .form-group {
        width: 100%;
    }
    .formcate {
        width: 100%;
    }
    .formitemName, .form-check-inline {
        font-size: 1rem;
    }
    .pf:nth-child(1) {
        order: 1;
    }
    .pf:nth-child(2) {
        order: 2;
    }
    .pf:nth-child(3) {
        order: 4;
    }
    .pf:nth-child(4) {
        order: 3;
    }
    .pf:nth-child(5) {
        order: 5;
    }
    #pd_appli.owl-carousel .owl-item .pd_applicard img {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
    .wlocation {
        padding: 0 0.5rem;
    }
    #appshowcards.owl-carousel .owl-nav .owl-prev, #appshowcards.owl-carousel .owl-nav .owl-next, #appshowcards.owl-carousel .owl-nav {
        position: absolute;
        top: 100%;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
    #appshowcards.owl-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-110%);
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        -o-transform: translateX(-110%);
    } 
    #appshowcards.owl-carousel .owl-nav .owl-next {
        right: 50%;
        transform: translateX(110%);
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
    }
    #appAboutProds {
        padding-left: 15px;
    }
    #mainshow {
        display: flex;
        justify-content: center;
    }
    #mainshow_i {
        flex-direction: column;
        width: 90%;
        justify-content: start;
        align-items: center;
    }
    #mainshowimg {
        width: 60%;
    }
    #mainshowtext {
        margin-top: 20px;
        width: 100%;
        padding-left: 0;
    }
    #appshowcards {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 575px) {
    .newsCard01_imgbox {
        width: 80%;
        margin-bottom: 15px;
    }
    .newsCard01_content {
        width: 100%;
        padding-left: 0;
        margin-top: 5px;
    }
    .detailimg {
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .detailimg, .detaildescript {
        width: 100%;
        height: initial;
    }
    .about_pt {
        width: 100%;
    }
    .about_pt:nth-child(1){
        order: 1;
    }
    .about_pt:nth-child(2){
        order: 2;        
    }
    .about_pt:nth-child(3){
        order: 4;
    }
    .about_pt:nth-child(4){
        order: 3;
    }
    .pf {
        width: 100%;
        margin-right: 0;
    }
    #qa .js-video-button.video_card {
        width: 100%;
    }
    #firstbuy .mainshow_i_pd .mainshowimg {
        width: 80vw;
    }
    .pf:nth-child(1) {
        order: 1;
    }
    .pf:nth-child(2) {
        order: 2;
    }
    .pf:nth-child(3) {
        order: 3;
    }
    .pf:nth-child(4) {
        order: 4;
    }
    .pf:nth-child(5) {
        order: 5;
    }
    .fstabs, .fsqatabs {
        /* flex-direction: column;
         */
        flex-wrap: wrap;
        justify-content: center;
    }
    .fstab, .fsqatab {
        padding: 0 20px;
    }
    #mainshowimg {
        width: 80%;
    }
    .contact_info {
        width: 100%;
        margin-bottom: 10px;
        align-items: start;
    }
    .contact_infos {
        flex-wrap: wrap;
        margin: 0;
    }
    .contact_infos:nth-child(2) {
        margin-top: 10px;
    }
}
@media screen and (max-width: 425px) {
    .newsCard01_imgbox {
        width: 100%;
        margin-bottom: 15px;
    }
    .newsCard01_content {
        width: 100%;
        padding-left: 0;
        margin-top: 5px;
    }
    .about_pt:nth-child(1) {

    }
    .about_pt:nth-child(2) {

    }
    .about_pt:nth-child(3) {

    }
    .about_pt:nth-child(4) {

    }
    #mainshowimg {
        width: 100%;
    }
    .wlocation {
        padding: 0 0.3rem;
    }
}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 380px) {

}
@media screen and (max-width: 375px) {
    .form_btns {
        flex-direction: column;
    }
    .form_btn {
        width: 80%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 320px) {
    .wlocations {
        flex-wrap: wrap;
    }
    .wlocation {
        width: 33.333%;
        text-align: center;
        margin-bottom: 10px;
    }
}