﻿html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-padding-top: 160px;
}



body {
    padding-right: 0px !important;
    font-size: 16px;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    letter-spacing: 1.5px;
    position: relative;
    min-height: 100vh;
    background-color: #1a1a1a;
    color: #fff;

}




/* ---- color root ---- */

:root {
    --main-color: #3d81ea;
    --vice-color: #dddddd;
    --blue-color: #3d81ea;
}

/* ---- color root end ---- */

/* ---- basic setting ---- */

.section-page {
    padding: 80px 0;
}


@media (max-width: 992px) {
    .section-page {
        padding: 40px 0;
    }
}



.modal {
    padding-right: 0px !important;
}



a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;

}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: var(--main-color);
    cursor: pointer;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: auto;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
label {
    padding: 0;
    margin: 0;
    list-style: none;
}

input,
select,
textarea,
button {
    border-radius: 0;
    outline: none;
}

input:active,
select:active,
textarea:active,
button:active,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

button {
    border: none;
}

div:where(.swal2-container) button:where(.swal2-styled) {
    padding: 5px 15px !important;
    font-size: 15px !important;
}



.fm-group {
    margin-bottom: 15px;
}

.fm-group label {
    display: block;
    color: #fff;
    margin-bottom: 5px;
}

.fm-group textarea,
.fm-group input,
.fm-group select {
    color: #353535;
    width: 100%;
    font-size: 18px;
    padding: 6px 0 !important;
    border: none;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    transition: .3s ease;
}

.fm-group textarea::placeholder,
.fm-group input::placeholder {
    color: #ccc;
}

.fm-group input:focus {
    border-bottom: 1px solid rgba(90, 156, 123, 0.6);
}

.fm-group textarea:disabled,
.fm-group input:disabled,
.fm-group select:disabled {
    opacity: 1;
    background-color: #f8f8f8;
    color: #aaa;
    padding: 6px !important;
}

.recaptcha {
    width: 100%;
}

.recaptcha img {
    display: block;
    margin-left: auto;
}

/* font setting */

.white-h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 25px rgb(0 0 0);
}

.gray-h2 {
    font-size: 44px;
    font-weight: 600;
    color: #000000;
    text-shadow: 0 0 7px #ffffff;
}


}

.white-h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.blue-h2 {
    font-size: 45px;
    font-weight: 600;
    color: #3d81ea;
}

.dark-h2 {
    font-size: 45px;
    font-weight: 700;
    color: #3d81ea;
}

.dark-h3 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    /*text-shadow: 0 0 7px #ffffff;*/
    letter-spacing: 4px;
}

.white-h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.blue-h3 {
    font-size: 40px;
    font-weight: 600;
    color: #3d81ea;
    letter-spacing: 5px;
}

.dark-h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.dark-h4.bold {
    font-weight: 700;
}

.white-h3 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
}

.white-h4 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 30px;
}

.white-h4.bold {
    font-weight: 700;
}

.blue-h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--blue-color);
}

.blue-h4.bold {
    font-weight: 700;
}

.gray-h5 {
    font-size: 17px;
    font-weight: 500;
    color: #999;
}

.dark-h5 {
    font-size: 17px;
    font-weight: 500;
    color: #333;
}

.darkgray-h5 {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
}

.white-h5 {
    font-size: 15px;
    color: #fff;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
    line-height: 30px;
}

.darkgray-text {
    color: #666;
    letter-spacing: 2px;
    line-height: 30px;
}

@media (max-width: 576px) {

    .white-h1,
    .gray-h2,
    .dark-h2,
    .white-h2,
    .blue-h2 {
        font-size: 25px;

    }

    .blue-h3,
    .white-h3,
    .dark-h3 {
        font-size: 24px;
    }
}



.borderLeft {
    border-left: 6px solid #eee;
    padding-left: 10px;
}

/* font setting end */


/* button */

.button {
    display: block;
    width: fit-content;
    padding: 8px 30px;
    letter-spacing: 2px;
    border-radius: 0;
    text-align: center;
    transition: .3s ease;
    font-weight: 700;
    background-color: transparent;
    border: none;
    position: relative;
    z-index: 0;
}

.button.xs {
    padding: 5px 12px;
    font-size: 15px;
    font-weight: 500;
}

.button::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease;
    z-index: -1;
}

.button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease;
    z-index: -2;
}

.button:hover::before {
    transition: .3s ease .2s;
}

.button-light {
    color: #222;
}

.button-light:hover {
    color: #fff;
}

.button-light::after {
    background-color: rgba(255, 255, 255, 0.9);
}

.button-light::before {
    background-color: var(--blue-color);
    width: 0;
}

.button-light:hover::after {
    width: 0;
}

.button-light:hover::before {
    width: 100%;
}

.button-blue {
    color: #fff;
}

.button-blue:hover {
    color: #222;
}

.button-blue::after {
    background-color: var(--blue-color);
}

.button-blue::before {
    background-color: rgba(255, 255, 255, 0.9);
    width: 0;
}

.button-blue:hover::after {
    width: 0;
}

.button-blue:hover::before {
    width: 100%;
}


.button-dark {
    color: #eee;
}

.button-dark:hover {
    color: #fff;
}

.button-dark::after {
    background-color: #1f1f1f;
}

.button-dark::before {
    background-color: var(--blue-color);
    width: 0;
}

.button-dark:hover::after {
    width: 0;
}

.button-dark:hover::before {
    width: 100%;
}


.button-gray {
    color: #f8f8f8;
}

.button-gray:hover {
    color: #fff;
}

.button-gray::after {
    background-color: #666;
}

.button-gray::before {
    background-color: var(--blue-color);
    width: 0;
}

.button-gray:hover::after {
    width: 0;
}

.button-gray:hover::before {
    width: 100%;
}

/* button end */


/* line deco */


.divide-line {
    display: block;
    width: 70px;
    height: 3px;
    background-color: #fff;
}

.divide-line-s {
    display: block;
    width: 120px;
    height: 1px;
    background-color: #fff;
}

/* line deco end */


/* img setting */
.border-img {
    position: relative;
    z-index: 1;
}

.border-img::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #eee;
    top: 13px;
    right: 13px;
    z-index: -1;
}

@media (max-width: 576px) {
    .border-img img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .border-img::after {
        width: 90%;
        height: 90%;
        right: 40px;
        top: 40px;
    }
}

.round-img {
    border-radius: 10px;
}

/* img setting end */


/* bg setting */

.bg {
    /*background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #1a1a1a;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: url(../img/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    -webkit-animation: FocuS 2s linear 1s infinite;
    animation: FocuS 2s linear 1s infinite;
}

.sect-bg1 {
    background-image: url(../img/dl.png);
    background-position: bottom;
    background-size: contain;
}

.pdt-sect-bg1 {
    background-color: #f6f4fb;
    background-image: url(../img/bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ab-sect-bg2 {
    background-image: url(../img/ab-sect-bg2.webp);
    background-position: top;
}

.background-overlay {
    background-image: url(../img/bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    mix-blend-mode: color-dodge;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.dark-bg {
    background-color: #001638;
    position: relative;
}


.gray-bg {
    background-color: #f6f6f6;
}

/* bg setting end */

/* ---- basic setting end ---- */


/* ---- gotop ---- */

.gotop {
    position: fixed;
    right: 26px;
    bottom: 40px;
    transition: display 0.5s ease-in-out;
    z-index: 10;
}

.gotop img {
    width: 20px;
}

@media (max-width: 992px) {
    .gotop {
        bottom: 90px;
    }
}

/* ---- gotop end ---- */


/* ---- right link ---- */

.right-link {
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 99;
    color: #353535;
    text-align: center;
}

.right-link ul {
    display: block;

    margin-top: 15px;
}

.right-link ul li a img {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    object-fit: contain;
}

/* ---- right link end ---- */


/* ---- bottom link ---- */

.bottom-link {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    z-index: 10;
    background-color: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bottom-link ul {
    display: flex;
    justify-content: space-evenly;
}

.bottom-link ul li {
    width: 33%;
    height: 100%;
}

.bottom-link ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;

}

.bottom-link ul li a img {
    object-fit: contain;
    height: 45%;
}

/* ---- bottom link end ---- */

/* ---- header ---- */

header {
    position: absolute;
    top: 0;
    height: 75px;
    background: #fff;
}

.fixed-top {
    transition: .3s ease;
    background-color: #00000063;
    padding-right: 0px !important;
    box-shadow: none;
}


.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media (max-width: 1200px) {
    .header-flex {
        justify-content: start;
    }
}

.logo {
    width: 150px;
    min-width: 150px;
    height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
}



.logo a {
    width: 100%;
}

.logo img {
    object-fit: contain;
    width: 100%;
    transition: .3s ease;
}

/*@media (max-width: 1350px) {
    .logo {
        width: 350px;
        min-width: 350px;
    }
}

@media (max-width: 1200px) {
    .logo {
        min-width: 280px;
        width: 280px;
    }

    .logo img {
        width: 100%;
    }
}*/

@media (max-width: 576px) {
    .logo {
        min-width: 150px;
        width: 150px;
                height: 75px;
    }
    header {
    height: 75px;
}
}


header .nav-menu {
    margin: 0;
    padding: 0;
    height: 100%;
}

@media(min-width: 1200px) {
    header .nav-menu ul {
        display: flex;
        margin: 0;
        padding: 0;
        height: 100%;
    }
}

header .nav-menu>ul>li {
    white-space: nowrap;
    list-style: none;
}


header .nav-menu a {
    display: block;
    color: var(--main-color);
    padding: 0 15px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
}

header .nav-menu>ul>li>a {
    display: block;
    color: #fff;
    height: 100%;
    padding: 0 12px;
    transition: 0.3s ease;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 75px;
}

header .nav-menu .active>a,
header .nav-menu li:hover>a {
    color: var(--blue-color);
    text-decoration: none;
}


header .nav-menu .drop-down ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    height: auto;
    min-height: 150px;
    z-index: 99;
    overflow: hidden;
    transition: ease all 0.3s;
    list-style: none;
    background-color: rgba(32, 32, 32, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


header .nav-menu .drop-down ul li {
    min-width: 180px;
    position: relative;
    /* height: 50px; */
}

header .nav-menu .drop-down ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 16px;
    padding: 20px 15px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: none;
    color: rgba(255, 255, 255, 0.85);
}

header .nav-menu .drop-down ul a:hover,
header .nav-menu .drop-down ul .active>a,
header .nav-menu .drop-down ul li:hover>a {
    color: var(--blue-color);
}


/*header .nav-menu .drop-down ul a::before {
    content: '-';
    display: block;
    margin-right: 10px;
}*/

header .nav-menu .drop-down>a:after {
    content: "\eac8";
    font-family: IcoFont;
    padding-left: 5px;
}


/* 選單hover效果 */
header .nav-menu>ul>.drop-down:hover>ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    animation-name: header-animate;
    animation-duration: .7s;
    animation-delay: 0ms;
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);

}


@keyframes header-animate {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

header .nav-menu .drop-down {
    position: relative;
}

header .nav-menu .drop-down ul {
    display: none;
    /* display: block !important; */
    position: absolute;
    width: 100%;
    min-width: 180px;
    left: inherit;
    /*right: 0;*/
    height: fit-content;
    min-height: unset;
}

header .nav-menu .drop-down ul li {}

header .nav-menu .drop-down ul li a {
    padding: 15px 10px;
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1032;
    overflow-y: auto;
    left: 0px;
    width: 100%;
    background: transparent;
    transition: 0.4s;
    display: none;
    align-items: center;
}

.mobile-nav::-webkit-scrollbar {
    width: 7px;
}

.mobile-nav::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 4px;
}

.mobile-nav::-webkit-scrollbar-track-piece {
    background: transparent;
}

.mobile-nav::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
}

.mobile-nav::-webkit-scrollbar-track {
    box-shadow: transparent;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav ul {
    height: 100%;
    width: 100%;
}

.mobile-nav>ul {
    margin-top: 180px;
}

.mobile-nav ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-nav a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
    padding: 15px 20px;
    margin-left: 30%;
    font-weight: 500;
    transition: 0.3s;
}

@media (max-width: 576px) {
    .mobile-nav a {
        margin-left: auto;
    }
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #fff;
    text-decoration: none;
}



.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa0";
}



.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 25px;
    top: 28px;
    z-index: 1033;
    border: 0;
    background: none;
    font-size: 35px;
    transition: all 0.3s;
    outline: none !important;
    line-height: 1;
}

.mobile-nav-toggle:hover {
    cursor: pointer;
}

.mobile-nav-toggle .mobilenav-line span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition: .3s ease;
}

.mobile-nav-toggle .mobilenav-line.active span {
    background-color: #fff;
}

.mobile-nav-toggle .mobilenav-line span:nth-of-type(2) {
    margin: 7px 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(2) {
    opacity: 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(13px) translateX(3px);
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-10px);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 1031;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(17, 17, 17, 0.85);
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    display: none;
}


.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    display: flex;
    animation: mbheader-in .3s ease 0ms 1 both;
}

@keyframes mbheader-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mbheader-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}



/* ---- header end ---- */



/* ---- banner ---- */
.carousel-caption {
    position: absolute;
    right: 0;
    top: 42%;
    left: 0;
    z-index: 10;
    /*padding: 0 50px;*/
    color: #555;
    text-align: left;
}

.carousel-caption h1 {
    font-size: 45px;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 700;
    mix-blend-mode: color-burn;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    animation-delay: 1s;
}

.carousel-caption h2 {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    font-size: 38px;
    letter-spacing: 3px;
    color: #fff;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    font-weight: 600;
    animation-delay: 2s;
}

/*.carousel-caption p {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    font-size: 25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    width: fit-content;
    animation-delay: 2s;
}*/

.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}


.carousel-item img {
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel-item img {
        min-height: 350px;
    }

    .carousel-caption {
        top: 25%;
    }

    .carousel-caption h1 {
        font-size: 45px;
    }
}

@media (max-width: 768px) {
    .carousel-caption {
        top: 35%;
    }

    .carousel-caption h1 {
        font-size: 35px;
    }

    .carousel-caption p {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .carousel-caption {
        text-align: center;
    }

    .carousel-caption h1 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .carousel-caption h2 {
        font-size: 20px;
        letter-spacing: 1px;
        text-align: center;
    }

    .carousel-caption p {
        font-size: 17px;
    }
}


/* ---- banner end ---- */


/* ---- inbanner ---- */
.inbanner {
    position: relative;
}

.inbanner img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.inbanner-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 48%;

}

/* ---- inbanner end ---- */


/* ---- breadcrumb ---- */


.breadcrumb-area {
    margin: 5px 0;
}



.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    justify-content: end;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: '｜';
}

.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    color: #fff;
}

@media (max-width: 768px) {
    .breadcrumb {
        justify-content: center;
    }

    .breadcrumb .breadcrumb-item.active {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: fit-content;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}


.breadcrumb .breadcrumb-item.active a {
    color: #3d81ea;
}

/* ---- breadcrumb end ---- */




/* ---- pagination ---- */

.pagination {
    justify-content: center;
    margin: 10px 0;
}

.pagination li a {
    display: block;
    text-align: center;
    border-bottom: 2px solid #eee;
    color: #aaa;
    width: 30px;
    margin: 0 5px;
    transition: .3s ease;
}

.pagination li.active a,
.pagination li:hover a {
    border-bottom-color: rgba(63, 190, 63, 0.2);
    color: var(--blue-color);
}

/* ---- pagination end ---- */


/* ---- category ---- */


.category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.category li {
    display: block;
}

.category li a {
    text-align: center;
    letter-spacing: 2px;
    display: block;
    padding: 8px 20px;
    margin: 0 10px 10px;
    color: #1a1a1a;
    font-size: 18px;
    background: #fff;
    border-radius: 5px;
    ;
}

.category li.active a,
.category li:hover a {
    color: #ffffff;
    background: #3d81ea;
}



.sidenav-btn,
.category-btn {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: #3d81ea;
    transition: .3s ease;
    border-radius: 5px;
}

.sidenav-btn.active,
.category-btn.active {
    background-color: rgba(240, 240, 240, 0.4);
    color: #fff;
}

.sidenav-btn .cb-line,
.category-btn .cb-line {
    margin-right: 10px;
}

.sidenav-btn .cb-line span,
.category-btn .cb-line span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    transition: .3s ease;
}

.sidenav-btn .cb-line span:nth-of-type(2),
.category-btn .cb-line span:nth-of-type(2) {
    margin: 5px 0;
}

.sidenav-btn.active .cb-line span:nth-of-type(2),
.category-btn.active .cb-line span:nth-of-type(2) {
    opacity: 0;
}

.sidenav-btn.active .cb-line span:nth-of-type(1),
.category-btn.active .cb-line span:nth-of-type(1) {
    transform: rotate(45deg) translateY(4px) translateX(4px);
}

.sidenav-btn.active .cb-line span:nth-of-type(3),
.category-btn.active .cb-line span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
}

.sidenav-btn:hover,
.category-btn:hover {
    cursor: pointer;
}

@media (max-width: 992px) {

    .sidenav,
    .category {
        display: none;
    }

    .category li {
        display: block;
        width: 100%;
    }

    .category li a {
        padding: 12px 20px;
        font-size: 16px;
        margin: 0 0px;
    }
}

@media (min-width: 992px) {
    .sidenav {
        display: block !important;
    }

    .category {
        display: flex !important;
    }
}

@media (max-width: 576px) {
    .category li a {
        font-size: 15px;
    }
}

/* ---- category end ---- */


/* ---- sidenav ---- */

.sidenav-t {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin-bottom: 10px;
}

.sidenav li a {
    display: block;
    padding: 7px 0;
    color: #222;
    letter-spacing: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.sidenav li.active a,
.sidenav li:hover a {
    color: var(--blue-color);
    border-bottom: 1px solid #aaa;
}

/* ---- sidenav end ---- */






/* ---- index ---- */

.sec-ti {
    font-size: 40px;
    font-weight: 700;
    color: #3d81ea;
    margin-bottom: 30px;
}

.ab-p {
    color: #fff;
    line-height: 30px;
}

.btn-more {

    background-image: linear-gradient(to top right, #9429FF, #5169F7, #4AA8FE);
    padding: 8px 40px;
    border-radius: 30px;
    color: #fff;
    border: none;

}

.btn-more:hover {
    background-image: linear-gradient(to top right, #4AA8FE, #5169F7, #9429FF);
    color: #fff;
}



/* ---- index end ---- */
/*--ab1--*/
.ab-logo-img {
    width: 30%;
    position: relative;
    z-index: 2;
}

/*--ab1 end--*/

/*--ab2--*/
.timeline {
    width: 100%;
    padding: 30px 0;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #CCD1D9;
    z-index: 1;
}

.timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl;
    text-align: right;

}

.marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #F5F7FA;
    background: #3d81ea;
    margin-top: 10px;
    z-index: 9999
}

.timeline-content {
    width: 100%;
    padding: 0 15px;
    color: #3d81ea;
    margin-bottom: 40px;
}

.timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 500
}

.timeline-content span {
    font-size: 15px;
    color: #a4a4a4;
}

.timeline-content p {
    font-size: 16px;
    line-height: 1.5em;
    word-spacing: 2px;
    color: #fff;
}



/*--ab2 end--*/




/* ---- pdt ---- */
.border-r-img {
    margin: 0% 30% 0% 0%;
}

.border-r-img img {
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #3d81ea;
    border-radius: 0% 25% 0% 25%;
    vertical-align: middle;
}

.border-l-img {
    margin: -25% 0% 0% 50%;
}

.border-l-img img {
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #3d81ea;
    border-radius: 0% 25% 0% 25%;
    vertical-align: middle;
    border-radius: 20% 0% 20% 0%;
    position: relative;
}

.pdt-img {
    width: 90%;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
    box-shadow: -8px -8px 0px #3d81ea;
    border: 1px solid #3d81ea;
}

.app-text p {
    line-height: 30px
}

.ab1-1-icon {
    width: 100%;
    height: 100%;
    transition: .3s ease;
}

.ab1-1-icon img {
    border-radius: 50%;
    object-fit: contain;
    width: 85%;
    margin: 0 auto;
    display: block;
    outline: 2px solid #fff;
    outline-offset: 7px;
    transition: .3s ease;
}

.ab1-1-icon:hover img {
    outline-color: var(--blue-color);
}

.ab-icon-text {
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
}

.duplex {
    left: -21.8%;
    z-index: -1;
    top: -3.4rem;
    position: absolute;
}

.duplex-text {
    webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    white-space: nowrap;
    color: #FDFAFA00;
    font-size: 10.5rem;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.01em;
    -webkit-text-stroke-color: #2e2e2e;
    display: block;
}

/*----end----*/
.ab-contact {
    position: relative;
}

.ab-contact img {
    object-position: top;
    object-fit: cover;
    height: 350px;
    width: 100%;
}

.ab-contact-text {
    width: 100%;
    letter-spacing: 3px;
    position: absolute;
    top: 30%;
    left: 0;
}

@media (max-width: 992px) {
    .ab-contact-text {
        top: 20%;
    }
}



/* ---- ab 1-1 end ---- */


/* ---- ab 1-2 ---- */
.ab-devp-map-area {
    position: relative;
}

.ab-devp-map-desc {
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 20px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 3px;
}

@media (max-width: 576px) {
    .ab-devp-map-desc {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 20px;
        padding: 10px;
    }
}

#ab-devp-map {
    enable-background: new 0 0 1094.1 800;
}

#ab-devp-map .st0 {
    fill: #EDEDED;
    transition: .4s ease;
}

#ab-devp-map .st1 {
    fill: #FFFFFF;
    transition: .4s ease;
}

#ab-devp-map .st-hover {
    fill: var(--blue-color);
}

#ab-devp-map g path.st0:hover {
    fill: var(--blue-color);
}

#ab-devp-map g path.commercialZone:hover {
    fill: #f36a6a;
}



.abDevpSwiper {
    width: 100%;
    height: 500px;
}

.abDevpSwiper .swiper-slide {
    position: relative;
}

.abDevpSwiper .swiper-slide img {
    height: 500px;
    object-fit: cover;
    border: 70px solid #fff;
}

@media (max-width: 992px) {
    .abDevpSwiper .swiper-slide img {
        border: 35px solid #fff;
    }
}

@media (max-width: 768px) {
    .abDevpSwiper {
        height: 300px;
    }

    .abDevpSwiper .swiper-slide img {
        height: 300px;
        object-position: 70%;
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    .abDevpSwiper .swiper-slide img {
        border: 0px solid #fff;
    }
}

.abDevpSwiper .swiper-slide .ab-devp-swiper-text {
    position: absolute;
    top: 130px;
    right: 150px;
    width: 50%;
    height: 100%;
    text-align: right;
}

.abDevpSwiper .swiper-slide .ab-devp-swiper-text .white-h3 {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {
    .abDevpSwiper .swiper-slide .ab-devp-swiper-text {
        top: 100px;
        right: 100px;
    }

    .abDevpSwiper .swiper-slide .ab-devp-swiper-text .white-h3 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .abDevpSwiper .swiper-slide .ab-devp-swiper-text {
        top: 100px;
        right: 70px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .abDevpSwiper .swiper-slide .ab-devp-swiper-text {
        top: 0px;
        right: 0px;
        height: 100;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .abDevpSwiper .swiper-slide .ab-devp-swiper-text .white-h3 {
        font-size: 22px;
        text-align: center;

    }
}

.abDevpSwiper .swiper-slide .ab-devp-swiper-text .desc {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    line-height: 28px;
}

.abDevpSwiper .swiper-pagination-bullet {
    border-radius: 0;
    width: 3px;
    height: 50px;
    background-color: #eee;
    opacity: 1;
}

.abDevpSwiper .swiper-pagination-vertical.swiper-pagination-bullets,
.abDevpSwiper .swiper-vertical>.swiper-pagination-bullets {
    right: 15px;
}

.swiper-pagination-bullet-active {
    background-color: var(--blue-color) !important;
}

.ab-nav-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/ab-nav-bg1.webp);
    transition: background .3s ease;
}

.ab-nav {
    justify-content: center;
    border-bottom: none;
}

.ab-nav .nav-link {
    border-radius: 0;
    border: none;
    font-size: 17px;
    padding: 20px 20px;
    letter-spacing: 3px;
    color: #aaa;
    background-color: rgba(255, 255, 255, 0.7);
}

.ab-nav .nav-link:not(:last-of-type) {
    border-right: 1px solid #eee;
}

.ab-nav .nav-link.active {
    border: none;
    background-color: var(--blue-color);
    color: #fff;
}

@media (max-width: 992px) {
    .ab-nav .nav-link {
        width: calc(100%/3);
        padding: 10px;
        border-top: none;
    }
}

@media (max-width: 768px) {
    .ab-nav .nav-link {
        width: calc(100%/2);
        font-size: 15px;
    }
}

.ab-nav-ct .dark-h3 {
    position: relative;
    z-index: 0;
}

.ab-nav-ct .dark-h3::after {
    position: absolute;
    width: 250px;
    height: 20px;
    content: '';
    display: block;
    bottom: 5px;
    z-index: -1;
    left: calc(50% - 125px);
    background-color: #fff;
}

.ab-nav-img img {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    border-radius: 35px 0 35px 0;
}

@media (max-width: 768px) {
    .ab-nav-img img {
        width: 70%;
        object-fit: contain;
    }
}

.ab1-2-icontext {
    transition: .3s ease;
}

.ab1-2-iconbox:hover .ab1-2-icontext {
    color: var(--blue-color);
}

.ab1-2-icon {
    border: 10px solid #eee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
}

.ab1-2-iconbox:hover .ab1-2-icon {
    background-color: rgba(63, 190, 63, 0.1);
    border-color: var(--blue-color);
}

.ab1-2-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ab1-2-iconbox .darkgray-h5 {
    transition: .3s ease;
}

.ab1-2-iconbox:hover .darkgray-h5 {
    color: var(--blue-color)
}

/* ---- ab 1-2 end ---- */





/* ---- ab 2-1 ---- */
.ab2-1-info {
    position: relative;
    background-image: url(../img/ab2-1-map.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.ab2-1-img {
    display: block;
    margin: 0 0 0 auto;
    width: 95%;
}

.ab2-1-img.left {
    margin-top: 35%;
}

.ab-flip-box {
    height: 600px;
    width: calc(100%/3);
    position: relative;
    transition: .7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    z-index: 0;
}

.ab-flip-box::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .3s ease;
}

.ab-flip-box:hover::after {
    background-color: rgba(0, 0, 0, 0);
    transition: .3s ease;
}

.ab-flip-box .ab-flip-desc {
    position: absolute;
    display: block;
    width: 92%;
    height: fit-content;
    top: 30%;
    left: 4%;
    right: 4%;
    z-index: 3;
}

.ab-flip-box .ab-flip-desc .white-h2 {
    text-shadow: 0 3px 18px rgb(0 0 0);
    text-align: center;
}

.ab-flip-box .ab-flip-desc .desc-text {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 30px;
    transform: scaleY(0);
    transition: .3s ease;
}

.ab-flip-box:hover .ab-flip-desc .desc-text {
    transform: scaleY(1);
    transition: .7s ease .3s;
}

.ab-flip-box:not(:last-of-type) {
    border-right: 2px solid #fff;
}

.ab-flip-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab-flip-box:hover {
    cursor: pointer;
    width: 80%;
}

@media (max-width: 1200px) {
    .ab-flip-box {
        height: 550px;
    }
}

@media (max-width: 992px) {
    .ab-flip-box {
        height: 400px;
    }

    .ab-flip-box:hover {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .ab-flip-wrap {
        position: relative;
    }

    .ab-flip-box {
        position: unset;
    }

    .ab-flip-box::after {
        display: none;
    }


    .ab-flip-box .ab-flip-desc {
        position: absolute;
        right: 0;
        left: 0;
        top: unset;
        bottom: unset;
        width: 100%;
        padding: 10px 15px;
        transform: scaleX(0);
        transition: .3s ease;
    }

    .ab-flip-box:hover .ab-flip-desc {
        transform: scaleX(1);
        padding-bottom: 50px;
    }

    .ab-flip-box .ab-flip-desc .white-h2 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        text-shadow: none;
    }

    .ab-flip-box .ab-flip-desc .desc-text {
        display: none;
    }

    .ab-flip-box:hover .ab-flip-desc .desc-text {
        transform: unset;
    }

}

@media (max-width: 576px) {
    .ab-flip-box {
        height: 300px;
    }
}

.ab2-1-icon img {
    border: 10px solid #f6f6f6;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: .3s ease;
}

.ab2-1-icon .darkgray-h5 {
    transition: .3s ease;
}

.ab2-1-icon:hover img {
    background-color: #f6f6f6;
    border-color: rgba(63, 190, 63, 0.6);
}

.ab2-1-icon:hover .darkgray-h5 {
    color: #3d81ea;
}

.ab2-1-contact-area {
    position: relative;
}

.ab2-1-contact-area img {
    height: 450px;
    object-fit: cover;
}

.ab2-1-contact-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 35%;
    left: 0;
}

/* ---- ab 2-1 end ---- */


/* ---- contact ---- */
footer {}

.map iframe {
    border: none;
    width: 100%;
    height: 450px;
}

.cont-ti {
    font-size: 20px;
    color: #3d81ea;
    font-weight: 600;
}

.cont-info {
    color: #fff;
    margin: 15px 0;
    font-size: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #3d81ea;
}

.cont-info ul li {
    padding-bottom: 10px;
}

.cont-info ul li a {
    color: #fff;
}

.cont-info ul li>a:hover {
    color: #3d81ea;
}

.contact {
    background: #333;
    padding: 30px 50px;
    border-radius: 40px 0;
}

.contact-logo {
    display: block;
    margin: 0 auto;
    width: 360px;
}

@media (max-width: 576px) {
    .contact-logo {
        width: 80%;
    }

    .contact {
        padding: 30px 30px;
    }

}

.contact-info li {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 65px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.contact-info li .white-h4 {
    width: 100px;
    background-color: #111111;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 100%;
}

.contact-info li .darkgray-h5 {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px 15px;
    width: 100%;
    background-color: #fff;
    height: 100%;
}

.contact-info.second li .darkgray-h5 {
    background-color: #f8f8f8;
}

.contact-info li .darkgray-h5 a {
    display: block;
    width: 100%;
    color: #666;
}

@media (max-width: 768px) {
    .contact-info li {
        flex-wrap: wrap;
        border-radius: 0;
        height: auto;
    }

    .contact-info li .white-h4 {
        font-size: 16px;
        width: 80px;
        padding: 7px;
        border-radius: 5px 5px 0 0;
    }

    .contact-info li .darkgray-h5 {
        border-radius: 0 0 5px 5px;
    }
}


/* ---- contact end ---- */


/* ---- footer ---- */


footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
    padding: 50px 0px 25px;
    transition: .3s ease;
    letter-spacing: 1.5px;
    background: #1a1a1a;
    background-image: url(../img/blurfooter-min-1.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
}

footer a {
    font-size: 16px;
}

@media (max-width: 992px) {
    footer {
        padding: 20px 0 60px;
    }
}

.f-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-logo img {
    width: 250px;
    object-fit: contain;
}

@media (max-width: 992px) {
    .f-logo img {
        width: 250px;
    }
}


.f-link-t {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}

.f-link li,
.f-link li a {
    font-size: 16px;
    display: inline;
    margin-bottom: 5px;
    color: #fff;
    margin-right: 15px
}

.f-link li a:hover {
    color: var(--blue-color);
}

@media (max-width: 992px) {
    .f-link-t {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .f-link {
        text-align: center;
    }

    .f-link li {
        display: block;
        text-align: center;
    }
}

footer .copyright {
    text-align: center;
    font-size: 14px;
    color: #949494;
}

/* ---- footer end ---- */