@charset "utf-8";

body {
    font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1700px;
    margin: 0 auto;
}

.container1 {
    max-width: 1200px;
    margin: 0 auto;
}

.container2 {
    max-width: 1500px;
    margin: 0 auto;
}

/* .wrap {
    margin-top: 71px;
    background-color: #f5f5f5;
} */

.text-009fe8 {
    color: #009fe8;
}

.bg-009fe8 {
    background-color: #009fe8;
}

.border-009fe8 {
    border-color: #009fe8;
}

.text-efefef {
    color: #efefef;
}

.bg-efefef {
    background-color: #efefef;
}

.border-efefef {
    border-color: #efefef;
}

.text-dcf1f9 {
    color: #dcf1f9;
}

.bg-dcf1f9 {
    background-color: #dcf1f9;
}

.border-dcf1f9 {
    border-color: #dcf1f9;
}

.text-0080ce {
    color: #0080ce;
}

.bg-0080ce {
    background-color: #0080ce;
}

.border-0080ce {
    border-color: #0080ce;
}

.text-092866 {
    color: #092866;
}

.border-092866 {
    border-color: #092866;
}

.bg-092866 {
    background-color: #092866;
}

.text-0d57a2 {
    color: #0d57a2;
}

.bg-0d57a2 {
    background-color: #0d57a2;
}

.border-0d57a2 {
    border-color: #0d57a2;
}

.text-ededed {
    color: #ededed;
}

.bg-ededed {
    background-color: #ededed;
}

.border-ededed {
    border-color: #ededed;
}

ul:after,
section:after,
div:after,
li:after {
    content: '';
    display: block;
    clear: both;
}

/*headroom*/

.headerbox {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.2);
}

.headroom--unpinned,
.headroom--pinned {
    background-color: #ffffff;
}

.headroom--top {
    background-color: #ffffff;
}

.menu {
    display: flex;
    /* background-color: #ffffffd0; */
    /* border-radius: 25px; */
    /* padding: 10px; */
}

.menubtn {
    display: none;
}

.rwdmenu {
    display: none;
}

.rwdmenulist {
    display: none;
}

/* .menu li {
    position: relative;
} */

.menu a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu>li>a {
    border-color: transparent;
    border-radius: 25px;
    border-width: 2px;
}

.rwdmenulist li a {
    padding: 0px;
}

.rwdmenuli2 a {
    padding: 0px !important;
}

.rwdmenulist li {
    position: relative;
}

.rwdmenulist a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rwdmenulist>li>a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rwdmenulist .rwdmenuli::before {
    content: '';
    position: absolute;
    top: 48px;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: #ededed;
}

.rwdmenulist .rwdmenuli2::before {
    content: '';
    position: absolute;
    top: 48px;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: #ededed;
}

.menubox .menuli {
    display: inline-block;
    position: relative;
}

.menubox .menuli::before,
.menubox .menuli2::before {
    content: '';
    position: absolute;
    background: transparent;
    width: 100%;
    /* height: 2px; */
    left: 0;
    bottom: 0;
}

/* .menubox .menuli:hover::before,
.menubox .menuli .active::before,
.menubox .menuli2:hover::before,
.menubox .menuli2 .active::before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #ff0080 0%, #0a24f3 100%);
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
} */

.language {
    position: absolute;
    bottom: -30px;
    left: 5px;
}

.language {
    display: none;
}

.change:hover .language {
    display: block;
}

.menubox li {
    /* position: relative; */
    font-weight: 500;
}

.menubox li a.active,
.menubox .menutitle.active,
.menubox li a:hover,
.menubox li>div:hover,
.menuwrd:hover {
    color: #002c6e;
}

.down2 {
    display: none;
}

.menubox li .menuwrd:hover .down2 {
    display: block;
}

.menubox li .menuwrd:hover .down1 {
    display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #e5e5e5;
    /* width: 100%; */
    width: 150px;
    top: 55px;
    left: -35%;
    /* margin: 4px 0px; */
    padding: 10px 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    /* left: calc((100% - 100px) / 2); */
    border-top-color: rgb(245, 0, 0);
    border-top-width: 8px;
}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #e5e5e5;
    /* width: 100%; */
    width: 150px;
    top: 55px;
    left: -25%;
    /* margin: 4px 0px; */
    padding: 10px 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    /* left: calc((100% - 100px) / 2); */
    border-top-color: rgb(245, 0, 0);
    border-top-width: 8px;
}

.dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #e5e5e5;
    /* width: 100%; */
    width: 150px;
    top: 55px;
    left: -70%;
    /* margin: 4px 0px; */
    padding: 10px 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    /* left: calc((100% - 100px) / 2); */
    border-top-color: rgb(245, 0, 0);
    border-top-width: 8px;
}

.dropdown-content:before,
.dropdown-content2:before,
.dropdown-content3:before {
    content: '';
    position: absolute;
    top: -31px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.dropdown-content a,
.dropdown-content2 a,
.dropdown-content3 a {
    color: #000;
    padding: 8px 0px;
    text-decoration: none;
    display: block;
    /* font-size: 14px; */
}

.dropdown-content.active,
.dropdown-content2.active,
.dropdown-content3.active {
    display: flex;
}

.dropdown-content>li>a,
.dropdown-content2>li>a,
.dropdown-content3>li>a {
    background-color: transparent;
    transition: background-color 0.3s;
}

.dropdown-content>li>a:active,
.dropdown-content>li>a:focus,
.dropdown-content2>li>a:active,
.dropdown-content2>li>a:focus,
.dropdown-content3>li>a:active,
.dropdown-content3>li>a:focus {
    background-color: transparent;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: all 0.33333s ease-in-out;
    background-color: #969696;
}

.active+.panel {
    max-height: 1000px;
}

.downbtn {
    position: absolute;
    top: 40%;
    right: 7%;
}

.downbtn2 {
    position: absolute;
    top: 50%;
    right: 0px;
}

.techwrd {
    color: #000;
    /* background-color: #969696; */
}

.techwrd:hover,
.techwrd.active,
.menubox li a.active .techwrd {
    color: #ff0000;
    /* background-color: #06aaea; */
}

/*head*/
.menubox li:hover>[data-toggle='menudrop']~.dropdown-content,
.menubox li:hover>[data-toggle='menudrop']~.dropdown-content2,
.menubox li:hover>[data-toggle='menudrop']~.dropdown-content3 {
    display: block;
}

/*index*/
.indexabout {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 50px;
}

.indexabout::before {
    content: '';
    position: absolute;
    background: url(/assets/frontend/img/index/aboutbg.png) no-repeat;
    width: 445px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}

.indexabout::after {
    content: '';
    position: absolute;
    background-color: #f7f7f7;
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.aboutblock {
    position: relative;
    z-index: 4;
}

.indexslidebox {
    width: 100%;
    height: 680px;
    position: relative;
    margin: auto;
}

.img1 {
    width: 50%;
    height: 680px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets/frontend/img/index/midpic-01.png) 0 0 no-repeat;
    display: block;
    background-size: cover;
    z-index: 1;
    /* clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); */
    transition: all 0.52s ease;
}

.img2 {
    width: 50%;
    height: 680px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/assets/frontend/img/index/midpic-02.png) 0 0 no-repeat;
    display: block;
    background-size: cover;
    z-index: 1;
    /* clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%); */
    transition: all 0.52s ease;
    background-position-x: 41%;
}

.img1::before {
    content: '';
    position: absolute;
    background-color: #0000007a;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

:hover.img1::before {
    content: '';
    position: absolute;
    background-color: #0000007a;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img2::before {
    content: '';
    position: absolute;
    background-color: #0000007a;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

:hover.img2::before {
    content: '';
    position: absolute;
    background-color: #0000007a;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.indextechwrd,
.techwrd {
    position: relative;
    width: 100%;
    height: 100%;
}

.tech1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    /* display: block; */
    z-index: 1;
    transform: translate3d(-50%, -50%, 0);
}

:hover.img1 .tech1 {
    display: block;
    z-index: 1;
}

:hover.img1 .tech1 .midbtn {
    border-color: #009fe8;
    background-color: #009fe8;
}

:hover.img2 .tech2 .midbtn {
    border-color: #009fe8;
    background-color: #009fe8;
}

.tech2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    /* display: block; */
    z-index: 1;
    transform: translate3d(-50%, -50%, 0);
}

:hover.img2 .tech2 {
    display: block;
    z-index: 1;
}

.indexhistory {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 90px;
}

.indexhistory::before {
    content: '';
    position: absolute;
    background-color: #f7f7f7;
    width: 450px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.indexhistory::after {
    content: '';
    position: absolute;
    background: url(/assets/frontend/img/index/historybg.png) no-repeat;
    width: 460px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 3;
}

.historyblock {
    position: relative;
    z-index: 4;
    padding-bottom: 50px;
}

.contactmore {
    background: linear-gradient(to right, #009fe8 0%, #003e89 100%);
}

.morebtn:hover div {
    color: #fff;
    background-color: #009fe8;
}

.contactbtn:hover .contactmore {
    background: #003e89;
}

/*about*/
.aboutbannerwrd {
    position: absolute;
    bottom: 0;
    left: 80px;
}

.toppagewrd a:hover {
    color: #009fe8;
}

.topconcept {
    background-color: #efefef;
    position: relative;
}

.topconcept:before {
    content: '';
    position: absolute;
    background: url(/assets/frontend/img/about/bg-01.png) no-repeat;
    width: 660px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.topconcept:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 150px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.botconceptbg {
    background: url(/assets/frontend/img/about/bg-02.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.conceptbotbg {
    background: linear-gradient(to right,
            rgba(35, 24, 21, 0.4) 0%,
            rgba(35, 24, 21, 0.4) 1%,
            rgba(35, 24, 21, 1) 50%,
            rgba(35, 24, 21, 0.4) 100%);
    width: 100%;
    height: 100%;
}

.topvisionblock {
    background: linear-gradient(to right,
            rgba(255, 251, 214, 1) 0%,
            rgba(0, 159, 232, 1) 36%,
            rgba(0, 62, 137, 1) 100%);
    width: 100%;
    height: 550px;
}

.visionmove {
    margin-bottom: -300px;
    margin-left: -120px;
    position: relative;
    z-index: -1;
}

.visionabs {
    background-color: #fff;
    position: relative;
    width: 70%;
    padding-left: 20px;
}

.visionabs::before {
    content: '';
    position: absolute;
    background-color: #003e89;
    width: 10px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.visionabsblock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -50%);
}

/*history*/
.historybg {
    background: url(/assets/frontend/img/major/bg-04.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
}

.historybg::before {
    content: '';
    position: absolute;
    background: linear-gradient(to right,
            rgba(255, 251, 214, 0.3) 0%,
            rgba(0, 159, 232, 0.58) 36%,
            rgba(0, 156, 229, 0.6) 38%,
            rgba(0, 62, 137, 0.8) 100%);
    width: 70%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.topcul {
    background-color: #fff;
    position: relative;
}

.topcul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #009fe8 transparent transparent transparent;
    z-index: 1;
}

.midculbg {
    background: url(/assets/frontend/img/major/bg-02.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.botculbg {
    background: url(/assets/frontend/img/major/bg-05.png) no-repeat;
    width: auto;
    height: 100%;
    background-size: cover;
}

.botculabs {
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 50%;
}

.botculabs:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #009fe8 transparent transparent transparent;
    z-index: 1;
}

/*feature*/
.prdsplide .splide__arrows .splide__arrow--prev {
    position: absolute;
    top: 50%;
    left: 0;
    rotate: 180deg;
    z-index: 1;
}

.prdsplide .splide__arrows .splide__arrow--next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}


.featurebg {
    background: url(/assets/frontend/img/serve/bg-01.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
}

.featri {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #009fe8 transparent transparent transparent;
}

.feapic5 {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 2;
}

.feapic5:before {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(5, 161, 232, 0.82) 46%,
            rgba(0, 159, 232, 0.82) 47%,
            rgba(0, 62, 137, 0.65) 100%);
    width: 80%;
    height: 100%;
    left: 25px;
    top: 0;
    rotate: 5deg;
    z-index: 1;
}

.strengthtopbg {
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
}

.strtop {
    background: linear-gradient(to bottom,
            rgba(0, 159, 232, 0.3) 0%,
            rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 100px;
}

.strbot {
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(0, 159, 232, 0.3) 100%);
    width: 100%;
    height: 100px;
}

.slidepic {
    box-shadow: 2px 4px 13px 0 rgb(0 0 0 / 0.6);
    position: relative;
    overflow: hidden;
}

button:hover .slidepic img {
    transform: scale(1.1);
}

.strensplide .splide__arrow--prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.strensplide .splide__arrow--next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

.slidebotblock {
    position: relative;
    background-color: #fff;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 0.6);
}

.slidebotblock:before {
    content: '';
    position: absolute;
    background-color: #009fe8;
    width: 100%;
    height: 100%;
    bottom: -15px;
    right: -15px;
    z-index: -1;
}

.appul li {
    position: relative;
}

.apppic,
.apppicdetail {
    position: relative;
    overflow: hidden;
}

a:hover .apppic img,
li:hover .apppicdetail img {
    transform: scale(1.1);
}

.appsort {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* .appul li ::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00132C;
} */

/*sustainable*/
.susmidbg {
    background: url(/assets/frontend/img/news/pic-01.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
}

.topsus {
    background-color: #ffffffda;
    position: relative;
}

.topsus:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #009fe8 transparent transparent transparent;
    z-index: 1;
}

/*video*/
.glightbox-clean .gslide-description {
    display: none !important;
}

/*contact*/
.contactbg {
    background: url(/assets/frontend/img/contact/bg-01.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
}

.opticon {
    position: absolute;
    top: -40%;
    left: 0;
    width: 100%;
}

.optul li {
    border-right-width: 1px;
    border-right-color: #c7c7c7;
}

.optul li:last-child {
    border-right-width: 0px;
    border-right-color: transparent;
}

a:hover .contactchange {
    color: #009fe8;
}

/*footer*/
/* .gotop {
    position: fixed;
    right: 15px;
    bottom: 0px;
    outline: none;
    z-index: 9;
} */

.side2 {
    display: none;
}

a:hover .side2 {
    display: block;
}

a:hover .side1 {
    display: none;
}

.footerbox {
    background-color: #003e89;
}

.footerul li a:hover {
    border-bottom-width: 1px;
    border-color: #ffffff;
}

.sidebtn {
    position: fixed;
    right: 0;
    bottom: calc((70% - 50px) / 2);
    z-index: 20;
}

.reservation {
    position: fixed;
    right: 0;
    bottom: 200px;
}

.gotop {
    position: fixed;
    bottom: 35px;
    right: 10px;
}

.gotop {
    display: none;
    position: fixed;
}

.gotop.active {
    display: block;
    z-index: 9;
}

.footerline {
    position: relative;
}

.footerline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #60606070;
    width: 1px;
    height: 100%;
}

.button-3 {
    background-color: transparent;
    border: 1px solid #606060;
    box-sizing: border-box;
    color: #00132c;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: default !important;
}

.button-3:before {
    background-color: #acacacb9;
    content: '';
    height: calc(100% + 3px);
    position: absolute;
    right: -7px;
    top: 5px;
    transition: background-color 300ms ease-in;
    width: 100%;
    z-index: -1;
    cursor: default !important;
}

.map:hover a {
    color: #4e84ca;
}

/**
* input number 修飾
*/
@layer utilities {

    input[type='number']::-webkit-inner-spin-button,
    input[type='number']::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
}

/** 
* articlebox
*/
.articlebox {
    word-break: break-word;
}

.articlebox iframe {
    max-width: 100%;
}

.articlebox img {
    max-width: 100%;
    display: inline-block;
}

.articlebox .youtube-embed-wrapper {
    padding-top: 0 !important;
}

.articlebox iframe,
.articlebox object,
.articlebox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.articlebox ul {
    list-style: inside;
}

/** 
* parsley
*/
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border: 1px solid #b94a48;
}

.parsley-errors-list {
    /* position: absolute; */
    margin: 2px 0 3px;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #b94a48;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/** 
* magnific-popup
*/
.white-popup {
    position: relative;
    background: #fff;
    padding: 40px;
    width: fit-content;
    max-width: 100%;
    margin: 20px auto;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    /* border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0; */
}

.applipop .white-popup {
    width: 1200px;
}

/* .mfp-bg {
    background: #fff;
} */

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* vue */
[v-cloak] {
    display: none;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {

    /*history*/
    .botculabs {
        position: absolute;
        bottom: 0;
        right: -50px;
        width: 50%;
    }
}

@media screen and (max-width: 1175px) {
    .wrap {
        margin-top: 55px;
    }

    /*header*/
    .menubtn {
        display: flex;
        float: right;
        z-index: 999;
        justify-content: end;
        width: 100%;
    }

    .menu {
        display: none;
    }

    .rwdmenulist {
        display: block;
    }

    .rwdmenu {
        display: block;
        background-color: #fff;
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 990;
        transform: translate(0%, -150%);
        transition: all 1s ease;
    }

    .rwdmenu.active {
        transform: translate(0%, 0%);
    }

    .menubtn.active .close {
        display: block;
    }

    .menubtn.active .open {
        display: none;
    }

    .bannersplide .splide__arrow--next {
        left: 6%;
    }

    .clickdown.active .downbtn {
        transform: rotate(180deg);
    }

    /*index*/
    .indexabout::after {
        content: '';
        position: absolute;
        background-color: #f7f7f7;
        width: 100px;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 1;
        display: none;
    }

    .indexhistory::before {
        content: '';
        position: absolute;
        background-color: #f7f7f7;
        width: 450px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        display: none;
    }

    /*about*/
    .aboutbannerwrd {
        position: absolute;
        bottom: 0;
        left: 20px;
    }

    .topconcept:before {
        content: '';
        position: absolute;
        background: url(/assets/frontend/img/about/bg-01.png) no-repeat;
        width: 400px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .topconcept:after {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 0px;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .visionabs {
        background-color: #fff;
        position: relative;
        width: 100%;
        padding-left: 20px;
    }

    /*history*/
    .historybg::before {
        content: '';
        position: absolute;
        background: linear-gradient(to right,
                rgba(0, 159, 232, 0.58) 0%,
                rgba(0, 156, 229, 0.6) 38%,
                rgba(0, 62, 137, 0.8) 100%);
        width: 80%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .botculabs {
        position: relative;
        bottom: 0px;
        right: 0px;
        width: 100%;
        background-color: #efefeff5;
    }

    /*feature*/
    .white-popup {
        position: relative;
        background: #fff;
        padding: 35px;
        width: fit-content;
        max-width: 80%;
        margin: 20px auto;
        border-radius: 6px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        /* border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
            border-radius: var(--bs-modal-border-radius);
            outline: 0; */
    }
}

@media screen and (max-width: 820px) {


    /*index*/
    .indexabout::before {
        content: '';
        position: absolute;
        background: url(/assets/frontend/img/index/aboutbg.png) no-repeat;
        width: 445px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 3;
        display: none;
    }

    .indexhistory::after {
        content: '';
        position: absolute;
        background: url(/assets/frontend/img/index/historybg.png) no-repeat;
        width: 460px;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 3;
        display: none;
    }

    .indexhistory {
        background-color: #fff;
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 0px;
    }

    /*about*/
    .topconcept:before {
        content: '';
        position: absolute;
        background: url(/assets/frontend/img/about/bg-01.png) no-repeat;
        width: 400px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        display: none;
    }

    .visionmove {
        margin-bottom: 0px;
        margin-left: 0px;
        position: relative;
        z-index: -1;
    }

    .topvisionblock {
        background: linear-gradient(to right,
                rgba(0, 159, 232, 1) 0%,
                rgba(0, 62, 137, 1) 100%);
        width: 100%;
        height: 100%;
    }

    .botvision {
        background: url(/assets/frontend/img/about/pic-03.png) no-repeat;
    }

    .visionabsblock {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    /*history*/
    .historybg::before {
        content: '';
        position: absolute;
        background: linear-gradient(to right,
                rgba(0, 159, 232, 0.58) 0%,
                rgba(0, 156, 229, 0.6) 38%,
                rgba(0, 62, 137, 0.8) 100%);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

    /*feature*/
    .feapic5 {
        position: relative;
        top: 0px;
        right: 0;
        z-index: 2;
    }

    .feapic5:before {
        content: '';
        position: absolute;
        background: linear-gradient(to bottom,
                rgba(255, 255, 255, 0.3) 0%,
                rgba(5, 161, 232, 0.82) 46%,
                rgba(0, 159, 232, 0.82) 47%,
                rgba(0, 62, 137, 0.65) 100%);
        width: 80%;
        height: 100%;
        left: 25px;
        top: 0;
        rotate: 5deg;
        z-index: 1;
        display: none;
    }

    .slidebotblock:before {
        content: '';
        position: absolute;
        background-color: #009fe8;
        width: 100%;
        height: 100%;
        bottom: -8px;
        right: -8px;
        z-index: -1;
    }
}

@media screen and (max-width: 760px) {}

@media screen and (max-width: 480px) {

    /*index*/
    .indexabout {
        background-color: #fff;
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 0px;
    }

    .img1 {
        width: 100%;
        height: 680px;
        position: relative;
        top: 0;
        left: 0;
        background: url(/assets/frontend/img/index/midpic-01.png) 0 0 no-repeat;
        display: block;
        background-size: cover;
        z-index: 1;
        /* clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); */
        transition: all 0.52s ease;
    }

    .img2 {
        width: 100%;
        height: 680px;
        position: relative;
        top: 0;
        right: 0;
        background: url(/assets/frontend/img/index/midpic-02.png) 0 0 no-repeat;
        display: block;
        background-size: cover;
        z-index: 1;
        /* clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%); */
        transition: all 0.52s ease;
        background-position-x: 41%;
    }

    .indexslidebox {
        width: 100%;
        height: 680px;
        position: relative;
        margin: auto;
        display: contents;
    }

    /*feature*/



    .white-popup {
        position: relative;
        background: #fff;
        padding: 30px;
        width: fit-content;
        max-width: 100%;
        margin: 20px auto;
        border-radius: 6px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        /* border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
                        border-radius: var(--bs-modal-border-radius);
                        outline: 0; */
    }



    /*contact*/
    .opticon {
        position: relative;
        top: 0;
        left: 0;
    }

    .optul li {
        border-right-width: 0px;
        border-bottom-width: 1px;
        border-right-color: transparent;
        border-bottom-color: #c7c7c7;
    }

    .optul li:last-child {
        border-right-width: 0px;
        border-right-color: transparent;
        border-bottom-width: 0px;
        border-bottom-color: transparent;
    }
}

@media screen and (max-width: 430px) {

    /*footer*/
    .gotop {
        right: 0px;
    }

    .footerline::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0%;
        background-color: #60606070;
        width: 100%;
        height: 1px;
    }
}

@media screen and (max-width: 400px) {}