@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;
}

.container3 {
    max-width: 1480px;
    margin: 0 auto;
}

/* .wrap {
    margin-top: 71px;
    background-color: #f5f5f5;
} */

.text-06aaea {
    color: #06aaea;
}

.bg-06aaea {
    background-color: #06aaea;
}

.border-06aaea {
    border-color: #06aaea;
}

.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-e5e5e5 {
    color: #e5e5e5;
}

.bg-e5e5e5 {
    background-color: #e5e5e5;
}

.border-e5e5e5 {
    border-color: #e5e5e5;
}

.text-969696 {
    color: #969696;
}

.bg-969696 {
    background-color: #969696;
}

.border-969696 {
    border-color: #969696;
}

.text-e6f6ff {
    color: #e6f6ff;
}

.bg-e6f6ff {
    background-color: #e6f6ff;
}

.border-e6f6ff {
    border-color: #e6f6ff;
}

.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: 10;
    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 li a:hover,
.menubox li > div:hover,
.menuwrd:hover {
    color: #06aaea;
}

.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: 170px; */
    top: 66px;
    left: 0;
    /* 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); */
}

.dropdown-content:before {
    content: '';
    position: absolute;
    /* top: -27px; */
    left: 0;
    width: 100%;
    height: 100px;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.dropdown-content a {
    color: #1a2980;
    padding: 8px 0px;
    text-decoration: none;
    display: block;
    /* font-size: 14px; */
}

.dropdown-content.active {
    display: flex;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: all 0.33333s ease-in-out;
    background-color: #06aaea;
}

.active + .panel {
    max-height: 1000px;
}

.downbtn {
    position: absolute;
    top: 40%;
    right: 7%;
}

.downbtn2 {
    position: absolute;
    top: 50%;
    right: 0px;
}

.techwrd {
    color: #ffffff;
    background-color: #969696;
}

.techwrd:hover,
.techwrd.active,
.menubox li a.active .techwrd {
    color: #ffffff;
    background-color: #06aaea;
}

/*head*/
.menubox li:hover > [data-toggle='menudrop'] ~ .dropdown-content {
    display: flex;
}

/*index*/
.bannervideo {
    width: 100vw;
    height: 100dvh;
    object-fit: cover;
}

.bg {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}

.bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.abscontent {
    position: relative;
    margin-top: 100vh;
    z-index: 3;
}

.bannerwrd {
    position: absolute;
    bottom: 10%;
    left: 5%;
    /* transform: translate3d(30%, -100%, 0px);
    width: 27vw; */
    z-index: 2;
}

.aboutpic img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.aboutpic {
    position: relative;
}

.aboutpic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;
    background-color: #06aaea;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.aboutwrd {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 50%;
}

.aboutcolor {
    position: absolute;
    top: 35%;
    right: -10%;
}

.readbg:hover {
    background-color: #fff;
}

.readbg:hover .readwrd {
    color: #0d57a2;
}

.aboutblock {
    position: absolute;
    top: 16%;
    left: -15%;
}

.aboutwidth {
    background-color: #ffffff;
    width: 550px;
    height: auto;
    border-radius: 20px;
}

.surblock {
    position: absolute;
    top: -6%;
    right: 0;
}

.surtopwrd {
    position: absolute;
    top: 20%;
    left: 10%;
}

.surnum {
    position: absolute;
    top: 5%;
    right: 7%;
}

.surcontent {
    position: absolute;
    bottom: 0%;
    left: 0;
}

.surpic {
    position: relative;
    overflow: hidden;
    box-shadow: 3px 7px 10px 0 rgb(0 0 0 / 0.6);
}

a:hover .surpic img {
    transform: scale(1.1);
}

.indexsurblock {
    margin-top: -250px;
}

/*about*/
.conceptbotblock {
    position: absolute;
    bottom: -6%;
    left: 10%;
}

.conceptblock {
    position: absolute;
    top: 15%;
    left: 50%;
}

.toppagewrd a:hover {
    color: #0d57a2;
}

.abouttopbg {
    background: linear-gradient(
        to bottom,
        rgba(95, 200, 242, 0.2) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    width: 100%;
    height: 50px;
}

.aboutbotbg {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(95, 200, 242, 0.2) 100%
    );
    height: 50px;
}

.aboutbannerwrd {
    position: absolute;
    width: 100%;
    top: 50%;
}

.conceptline {
    background: linear-gradient(to right, #06aaea 0%, #0d57a2 100%);
    width: 60px;
    height: 10px;
    border-radius: 25px;
}

.conceptbg {
    position: relative;
}

.conceptbg::before {
    content: '';
    position: absolute;
    top: -10%;
    right: 0;
    width: 65%;
    height: 100%;
    background: linear-gradient(to right, #06aaea 0%, #0d57a2 100%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.conceptwrd {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate3d(0, 0, 0);
}

.conceptbt {
    width: 90%;
}

/*serve*/
.servecir {
    background: linear-gradient(to right, #06aaea 0%, #2b8fc2 100%);
    border-color: #ffffff;
    border-width: 6px;
    border-radius: 50%;
    box-shadow: 3px 7px 10px 0 rgb(0 0 0 / 0.6);
}

.serveplus {
    background-color: #0d57a2;
    border-color: #ffffff;
    border-width: 5px;
    border-radius: 50%;
    box-shadow: 3px 7px 10px 0 rgb(0 0 0 / 0.6);
}

.servemid {
    background-color: #0d57a2;
    border-color: #ffffff;
    border-width: 5px;
    border-radius: 25px;
    box-shadow: 3px 7px 10px 0 rgb(0 0 0 / 0.6);
}

.serveclk {
    /* background: linear-gradient(to right, #06aaea 0%, #2b8fc2 100%); */
    background-color: #06aaea;
    border-color: #ffffff;
    border-width: 5px;
    border-radius: 25px;
    box-shadow: 3px 7px 10px 0 rgb(0 0 0 / 0.6);
    position: relative;
}

.serpicblock1 img {
    width: 60%;
    margin-left: 15px;
    margin-top: -50px;
}

.serpicblock2 img {
    width: 70%;
    margin-top: -150px;
    margin-left: 100px;
}

.serpicblock3 img {
    width: 80%;
    margin-right: 40px;
    margin-top: -150px;
}

.absblock1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.absblock2 {
    position: absolute;
    bottom: 600px;
    right: 0;
}

.absblock3 {
    position: absolute;
    bottom: 150px;
    right: 0;
}

.servebotbg {
    background-image: url(/assets/frontend/img/serve/servebotbg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.wblock {
    position: absolute;
    top: -40px;
    right: 100px;
}

.servebg {
    /* background: linear-gradient(to right, #06aaea 0%, #0d57a2 100%); */
    background-color: #06aaea;
    width: 100%;
    height: auto;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
}

.serveclk:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 42%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0px 25px 25px 25px;
    border-color: transparent transparent #06aaea transparent;
}

.mainbg {
    background: linear-gradient(to bottom, #06aaea 0%, #0d57a2 100%);
    width: 100%;
    height: auto;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
}

.servewidth {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.spebg {
    background: linear-gradient(to right, #06aaea 0%, #0d57a2 100%);
    width: 100%;
    height: auto;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
}

.speabsblock {
    position: absolute;
    top: -20px;
    right: 150px;
}

.optbg {
    background: url(/assets/frontend/img/serve/optbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.servelitop {
    position: relative;
}

.servelitop::before {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 43%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
}

.cirbg {
    background: linear-gradient(to right, #06aaea 0%, #0d57a2 100%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.examabswrd {
    background: linear-gradient(to right, #06aaea 0%, #0d57a2 100%);
}

.examwidth {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 0.25);
}

.optul li {
    border-right-width: 1px;
    border-right-color: #ededed;
}

.optul li:last-child {
    border-right-width: 0px;
    border-right-color: transparent;
}

.opticon {
    position: absolute;
    top: -25%;
    left: 30%;
}

.exaformtr:hover {
    background-color: #e6f6ff;
}

.spepic {
    position: relative;
    overflow: hidden;
    box-shadow: 3px 7px 10px 0 rgb(0 0 0 / 0.6);
}

li:hover .spepic img {
    transform: scale(1.1);
}

/*news*/
.pagearrow {
    padding-top: 1px;
    padding-right: 2px;
}

.pagearrow2 {
    padding-top: 1px;
    padding-left: 2px;
}

.newsblock {
    position: relative;
}

.newsblock::before {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 400px;
    bottom: 0;
    left: 0;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}

.newsabs {
    position: absolute;
    bottom: 250px;
    right: 50px;
}

.pagetitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 120px;
}

a:hover .pagewrd {
    color: #06aaea;
}

.block2 {
    display: none;
}

a:hover .block2 {
    display: block;
}

a:hover .block1 {
    display: none;
}

.newspic {
    position: relative;
    overflow: hidden;
}

a:hover .newspic img {
    transform: scale(1.1);
}

.newstitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
}

.newsmore2 {
    display: none;
}

a:hover .newsmore2 {
    display: block;
}

a:hover .newsmore1 {
    display: none;
}

.newsmorebtn {
    position: absolute;
    bottom: -12px;
    right: -12px;
}

.newspage a:hover .pagebtn,
.newspage a.active .pagebtn {
    background-color: #06aaea;
    color: #fff;
}

.left2 {
    display: none;
}

.newspage a:hover .pagebtn .left2 {
    display: block;
}

.newspage a:hover .pagebtn .left1 {
    display: none;
}

.toptitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 150px;
}

/*case*/
.caseul li:hover .casebg {
    background: linear-gradient(to right, #06aaea 0%, #0d57a2 100%);
    border-color: #fff;
    color: #fff;
}

.casecir {
    position: relative;
}

.casecir::before {
    content: '';
    position: absolute;
    background: url(/assets/frontend/img/case/casecir.png);
    top: -40px;
    left: -15px;
    width: 392px;
    height: 357px;
    background-repeat: no-repeat;
    z-index: -1;
}

.casetitlecir {
    background: linear-gradient(to right, #06aaea 0%, #0d57a2 100%);
}

.carousel {
    position: relative;
    /* max-width: 800px; */
    margin: 50px auto;
    overflow: hidden;
}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-images img {
    width: 100%;
    cursor: pointer;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.left2 {
    display: none;
}

.introsplide .splide__arrow--prev:hover .left2 {
    display: block;
}

.introsplide .splide__arrow--prev:hover .left1 {
    display: none;
}

.right2 {
    display: none;
}

.introsplide .splide__arrow--next:hover .right2 {
    display: block;
}

.introsplide .splide__arrow--next:hover .right1 {
    display: none;
}

.introsplide .splide__arrows {
    display: flex;
    justify-content: end;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: visible;
    pointer-events: auto;
}

body.modal-open {
    pointer-events: none;
    /* 禁止整個頁面互動 */
}

body.modal-open .modal {
    pointer-events: auto;
    /* 但允許 modal 互動 */
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
    animation: zoom 0.3s;
}

@keyframes zoom {
    from {
        transform: scale(0.7);
    }

    to {
        transform: scale(1);
    }
}

.prdpic img {
    cursor: pointer;
}

.modal-inner {
    position: relative;
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.casetitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 250px;
}

.caseabs {
    position: absolute;
    bottom: 20px;
    right: 0;
}

/*contact*/
.sendbtn:hover {
    background-color: #0d57a2;
}

/*footer*/
/* .gotop {
    position: fixed;
    right: 15px;
    bottom: 0px;
    outline: none;
    z-index: 9;
} */

.footerbox {
    background-color: #092866;
}

.footerul li a:hover {
    border-bottom-width: 1px;
    border-color: #ffffff;
}

.sidebtn {
    position: fixed;
    right: 10px;
    bottom: 350px;
}

.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;
}

/* form */
.form-group {
    position: relative;
}
.form-group input:focus,
.form-group select:focus {
    outline: none;
}

.has-error span.error {
    color: var(--color-red-500);
    font-size: 11pt;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.has-error input,
.has-error select,
.has-error textarea {
    font-size: 11pt;
    border: 1px solid var(--color-red-600);
}

.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus {
    border: 1px solid var(--color-red-600);
    outline-color: var(--color-red-600);
}

/** 
* magnific-popup
*/
.white-popup {
    position: relative;
    background: #fff;
    padding: 40px;
    width: auto;
    max-width: 50%;
    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; */
}

/* .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) {
    /*index*/
    .aboutblock {
        position: absolute;
        top: 16%;
        left: -12%;
    }

    .indexsurblock {
        margin-top: -150px;
    }

    /*about*/
    .conceptblock {
        position: absolute;
        top: 4%;
        left: 45%;
    }

    /*serve*/
    .absblock1 {
        position: absolute;
        bottom: 0;
        left: -65px;
    }

    .absblock2 {
        position: absolute;
        top: 550px;
        bottom: 0;
        right: 0;
    }

    .absblock3 {
        position: absolute;
        bottom: 0;
        right: 0;
        display: none;
    }
}

@media screen and (max-width: 1366px) {
    /*index*/
    .aboutblock {
        position: absolute;
        top: 16%;
        left: -8%;
    }

    .conceptblock {
        position: absolute;
        top: 0%;
        left: 45%;
    }

    /*news*/
    .newsabs {
        display: none;
    }

    .speabsblock {
        display: none;
    }
}

@media screen and (max-width: 1175px) {
    /*index*/

    .bannerabswrd {
        display: none;
    }

    .bg {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 0;
    }

    .abscontent {
        position: relative;
        margin-top: 100vh;
        z-index: 3;
    }

    .topsection {
        display: block;
        position: relative;
        z-index: 3;
    }

    .aboutblock {
        position: relative;
        top: 0%;
        left: 0;
        width: 100%;
        display: grid;
        justify-items: center;
        margin-top: -70px;
    }

    .aboutpic::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background-color: #06aaea;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        display: none;
    }

    .aboutwrd {
        position: relative;
        top: 30%;
        right: 0%;
        width: 100%;
        background: url(/assets/frontend/img/index/aboutpic.png) no-repeat;
        padding: 15px;
    }

    .indexsurblock {
        margin-top: -100px;
    }

    /*about*/
    .conceptbg::before {
        content: '';
        position: absolute;
        top: -10%;
        right: 0;
        width: 65%;
        height: 100%;
        background: linear-gradient(to right, #06aaea 0%, #0d57a2 100%);
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
        z-index: -1;
    }

    .conceptbg {
        background: url(/assets/frontend/img/about/pic-01.png) no-repeat;
    }

    .conceptwrd {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate3d(0, 0, 0);
        padding-top: 30px;
        padding-left: 30px;
    }

    .conceptblock {
        position: relative;
        top: 0%;
        left: 0%;
        width: 100%;
        padding-bottom: 30px;
        display: grid;
        justify-items: center;
    }

    /*serve*/
    .serpicblock1 img {
        width: 70%;
        margin-left: 0px;
        margin-top: -50px;
    }

    .serpicblock2 img {
        width: 80%;
        margin-top: -170px;
    }

    .serpicblock3 img {
        width: 80%;
        margin-right: 0px;
        margin-top: -150px;
    }

    .absblock1 {
        position: relative;
        bottom: 0;
        left: 0;
        display: none;
    }

    .absblock2 {
        position: absolute;
        top: 550px;
        bottom: 0;
        right: 0;
        display: none;
    }

    /*case*/
    .casecir::before {
        content: '';
        position: absolute;
        background: url(/assets/frontend/img/case/casecir.png);
        top: -55px;
        left: -70px;
        width: 392px;
        height: 357px;
        background-repeat: no-repeat;
        z-index: -1;
    }
}

@media screen and (max-width: 820px) {
    .wrap {
        margin-top: 73px;
    }

    /*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*/
    .indexsurblock {
        margin-top: -50px;
    }

    /*serve*/
    .mainbg {
        background: transparent;
        width: 100%;
        height: auto;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .mainbg::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom, #06aaea 0%, #0d57a2 100%);
        width: 100%;
        height: 400px;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
    }

    .serpicblock2 img {
        width: 80%;
        margin-top: -170px;
        margin-left: 60px;
    }
}

@media screen and (max-width: 760px) {
}

@media screen and (max-width: 480px) {
    /*index*/
    .aboutwidth {
        background-color: #ffffff;
        width: 100%;
        height: auto;
        border-radius: 25px;
    }

    .indexsurblock {
        margin-top: -600px;
    }

    .surtopwrd {
        position: absolute;
        top: 8%;
        left: 1%;
    }

    /*serve*/
    .serpicblock1 img {
        width: 100%;
        margin-left: 0px;
        margin-top: -40px;
    }

    .serpicblock2 img {
        width: 100%;
        margin-top: -40px;
        margin-left: 0px;
    }

    .serpicblock3 img {
        width: 100%;
        margin-right: 0px;
        margin-top: -40px;
    }

    .opticon {
        position: relative;
        top: 0;
        left: 0;
    }

    .optul li {
        border-right-width: 0px;
        border-bottom-width: 1px;
        border-right-color: transparent;
        border-bottom-color: #ededed;
    }

    .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) {
    .indexsurblock {
        margin-top: -500px;
    }
}
