html {
    scroll-behavior: smooth;
    /*
     overflow-x: hidden;*/

}

/*body {
    float: left;
    width: 100%;
    position: relative;
}*/
body {
    color: #707070;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    /*overflow: hidden;*/
}

body:lang(ja-JP) * {
    font-family: "Noto Sans JP", "FontAwesome", sans-serif !important;
}

a {
    color: #524e4e;
    background: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #565656;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

p {
    line-height: 24px;
    margin-bottom: 10px;
    color: #292929;
}

ul,
li {
    list-style-position: inside;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #292929;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    margin: 0 0 15px 0;
    letter-spacing: 0px;
}

/*--*/
.w-100 {
    width: 100px;
}

.no-padding {
    padding: 0;
}

.pt80 {
    padding-top: 80px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .pt80 {
        padding-top: 40px;
    }
}

.top-bar {
    background-color: #008ED3;
    padding: 5px 70px;
    height: 35px;
}

.top-bar ul li a {
    color: #fff;
    font-size: 14px;
}

/*===Top area===*/
.top-container {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5px 0;
}

.top-container a,
.top-container a:hover,
.top-container a:focus,
.top-container a:active {
    color: #fff;
    font-size: 14px;
}

.top-container p {
    margin: 0;
}

.top-column-left,
.top-column-right {
    float: left;
}

.top-column-right {
    float: right;
    font-size: 14px;
}

.top-social-network,
ul.contact-line,
ul.register {
    float: left;
    margin: 0;
    padding: 0;
}

.top-social-network a {
    color: #fff;
}

ul.register .dropdown li,
ul.register .dropdown .dropdown-menu {
    background: #f7931d;
    top: 27px;
    left: -5px;
    padding: 4px 0;
    padding-left: 0;
    min-width: 100px;
    border-radius: 0;
    border-left: none !important;
}

.register li ul li a {
    color: #f3f3f3;
    display: block;
    font-size: 12px !important;
    padding: 0 12px;
    margin-bottom: 1px;
}

ul.register .language li a:hover {
    background: #f7931d;
    color: #222;
}

.top-social-network a {
    margin: 2px;
}

ul.contact-line li,
ul.register li {
    float: left;
    font-size: 12px;
    list-style: none;
    margin: 5px;
    padding: 0 0 0 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

ul.contact-line li:first-child {
    padding: 0;
    margin: 0;
    border-left: none;
}


@media (max-width: 576px) {

    ul.contact-line li,
    ul.register li {
        margin: 5px 0;
        padding: 0 8px;
    }

    ul.register li:first-child {
        padding-left: 0;
    }

    .top-bar {
        background-color: #008ED3;
        padding: 5px 0px;
        height: 65px;
    }
}


ul.register .dropdown li,
ul.register .dropdown .dropdown-menu {
    background: #3fb8ff;
    top: 27px;
    left: -5px;
    padding: 4px 0;
    padding-left: 0;
    min-width: 100px;
    border-radius: 0;
    border-left: none !important;
}

ul.register .language li a {
    color: #f3f3f3;
    display: block;
    font-size: 12px;
    padding: 0 12px;
    margin-bottom: 1px;
}

ul.register .language li a:hover,
ul.register .language li a:focus {
    background: #00A0FF;
    color: #222;
}




.logo {
    width: 209px;
}

.dopenav ul li ul.has-down>a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 12px;
    color: #000000;
    padding-left: 5px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

nav ul li ul.mega {
    left: 125px !important;
    width: 250px !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}



.mega .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.mega h4 {
    color: #00a0ff;
    font-size: 18px;
    margin: 10px 15px;
}

.mega img {
    width: 18%;
    margin-right: 8px;
}

.underline {
    text-decoration: underline !important;
}

.underline:hover {
    text-decoration: underline;
    color: #393939;
}

/*


/*banner*/
.sufia-slider .single-slider {
    height: 650px;
    background-size: cover;
    position: relative;
    background-position: center
}

.sufia-slider .single-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sufia-slider .welcome-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 650px;
    background: transparent;
}

.sufia-slider .welcome-text.center {
    text-align: center;
}

.sufia-slider .welcome-text.right {
    text-align: right;
}

.sufia-slider .welcome-text h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    letter-spacing: -1px;
    text-shadow: black 0.1em 0.1em 0.2em
}

.sufia-slider .welcome-text p {
    color: #fff;
    text-align: left;
    font-size: 22px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    .sufia-slider .welcome-text h2 {
        color: #fff;
        font-size: 26px;
        line-height: 35px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 0 10px 0;
    }

    .sufia-slider .welcome-text p {
        font-size: 18px;
        letter-spacing: 1px;
    }


    .sufia-slider .single-slider,
    .sufia-slider .welcome-text {
        height: 450px;
    }
}

.sufia-slider .welcome-text .b-arrow {
    background: url(img/arrow.png);
    width: 100%;
    height: 18px;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.sufia-slider .welcome-text.center .b-arrow {
    background-position: center;
}

.sufia-slider .welcome-text.right .b-arrow {
    background-position: right;
}

.sufia-slider button {
    position: absolute;
    border: none;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    z-index: 5;
    color: #fff;
    background: rgba(255, 255, 255, 0.30);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    margin-top: -15px;
}

.sufia-slider button:hover {
    color: #fff;
}

.sufia-slider button.PrevArrow {
    left: 10px;
}

.sufia-slider button.NextArrow {
    right: 10px;
}

/* Slider Animation */
.sufia-slider .single-slider.slick-active h2 {
    animation: fadeInUp 1s both 0.6s;
}

.sufia-slider .single-slider.slick-active p {
    animation: fadeInUp 1s both 0.6s;
}

.sufia-slider .single-slider.slick-active .btn {
    animation: fadeInUp 1s both 1s;
}

.sufia-slider .single-slider.slick-active .b-arrow {
    animation: fadeInUp 1s both 1.5s;
}

/*end*/


/*index-pdt*/
.index-pdt-bg {
    padding: 0 120px;
    margin-left: 0;
    margin-right: 0;
}

.pdt-box {
    padding: 20px 40px;
}

.pdt-box h4 {
    font-size: 16px;
    text-align: center;
}

.pdt-box.active,
.pdt-box:hover {
    background-color: #008ED3;
}

.pdt-box.active h4,
.pdt-box:hover h4 {
    color: #fff;
}

.mb-pdt .item img {
    padding: 5px 7px;
}

.index-mb-news {
    background: #fff;
    padding: 50px 0;
}

.major-ti {
    color: #292929;
    position: relative;
    display: table;
    margin: 0px auto;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 52px;
}

.major-ti:before {
    position: absolute;
    content: '';
    left: -65px;
    top: 22px;
    height: 2px;
    width: 50px;
    background-color: #292929;
}

.major-ti:after {
    position: absolute;
    content: '';
    right: -65px;
    top: 22px;
    height: 2px;
    width: 50px;
    background-color: #292929;
}

.mb-news .item {
    height: auto;
    padding: 5px;
    transition: .4s ease all;
    transform: scale(1);
}

.mb-pdt .item {
    height: auto;
    transition: .4s ease all;
    transform: scale(1);
}

.mb-pdt .item img {
    padding: 5px 7px;
}

.mb-pdt .item p {
    text-align: center;
    font-size: 16px;
}

.owl-controls {
    position: absolute;
    margin-top: 300px;
}

@media (max-width: 1200px) {
    .index-pdt-bg {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .pdt-box {
        padding: 20px 15px;
    }


    .pdt-box.active,
    .pdt-box:hover {
        min-height: 200px;
    }
}

/*end*/

/*index-app*/
.index-app {
    background: #008ED3;
    padding-top: 60px;
}

.index-app h3 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 30px;
}

.app-box {
    margin-bottom: 20px;
    margin-left: 0;
}

.app-box li {
    list-style: inherit;
    position: relative;
    margin-bottom: 23.75px;
    list-style-type: none;
    text-align: center;
}

.app-box li a {
    position: relative;
    vertical-align: top;
    height: 135px;
    display: inline-block;
}

.app-box li a img {
    width: 100%;
    background-size: cover;
    height: 100%;
}

.app-box li a h4 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    letter-spacing: 0.03em;
    padding: 0 0.9375rem;
}

.app-box li a:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    border: solid 1px rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 135px;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    vertical-align: top;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.app-box li a h4:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    letter-spacing: 0.03em;
    padding: 0 0.9375rem;
}

.app-box a:hover:after {
    background: #00a0ff9e;
}

/*end*/
/* index-News */
.index-news {
    background: #f3f3f3;
    padding-top: 60px;
    padding-bottom: 60px;
}

.index-news h3 {
    font-size: 30px;
    line-height: 46px;
    color: #292929;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.news-ul {
    padding: 0px;
}

.news-li {
    list-style-type: none;
    border-bottom: 1px solid #cac7c7;
    padding: 10px 15px 0 15px;
}

.index-news a span {
    padding: 5px;
}

.index-news a:hover,
.index-news a:focus {
    color: #3eb7ff;
    text-decoration: none;
}

.index-news-date {
    text-align: right;
    margin-bottom: 0px;
}

@media (min-width: 576px) {
    .index-news a {
        color: #777;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .index-news a {
        color: #777;
        font-size: 14px;
        letter-spacing: normal;
    }

    .index-news h3 {
        font-size: 24px;
        letter-spacing: normal;
    }

}

.news-box_t {
    margin: 30px 0px;
    border-bottom: 1px dotted #e0e0e0;
    min-height: 137px;
}

.news-box_t2 a {
    text-decoration: none;
}

.news-box_t2 a:hover p,
.news-box_t2 a:focus p {
    color: #00A0FF;
}

.news-box_t2 p {
    font-size: 16px;
    color: #8a8a8a;
    margin-bottom: 0px;
}

.news-box_t2 {
    margin-top: 20px;
}

.news-box_t-img {
    text-align: center;
}

.news-box_t img {
    max-height: 100px;
    width: auto;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .news-box_t {
        margin: 15px 0px;
        min-height: 120px;
    }

    .news-box_t img {
        max-height: 70px;
        width: auto;
    }

    .news-box_t2 {
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
    .news-box_t {
        margin-top: 5px;
        margin-bottom: 5px;
        min-height: 239px;
    }

    .news-box_t-img {
        padding: 0px;
    }

    .news-box_t2 a {
        text-decoration: none;
    }

    .news-box_t2 a:hover p,
    .news-box_t2 a:focus p {
        color: #00A0FF;
    }

    .news-box_t2 p {
        font-size: 14px;
        color: #8a8a8a;
        margin-bottom: 0px;
        letter-spacing: 0px;
    }

    .news-box_t2 {
        margin-top: 20px;
        text-align: center;
    }
}



@media (min-width: 576px) {
    .news-box_tt {
        margin-top: 10px;
        border-bottom: 1px solid #cac7c7;
        padding: 10px 10px;
    }

    .news-box_tt2 a {
        text-decoration: none;
    }

    .news-box_tt2 a:hover p,
    .news-box_tt2 a:focus p {
        color: #00A0FF;
    }

    .news-box_tt2 p {
        font-size: 16px;
        color: #8a8a8a;
        margin-bottom: 0px;
    }

    .news-box_tt2 {
        margin-top: none;
    }
}

@media (max-width: 575px) {
    .news-box_tt {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .news-box_tt-img {
        padding: 0px;
    }

    .news-box_tt2 a {
        text-decoration: none;
    }

    .news-box_tt2 a:hover p,
    .news-box_tt2 a:focus p {
        color: #00A0FF;
    }

    .news-box_tt2 p {
        font-size: 14px;
        color: #8a8a8a;
        margin-bottom: 0px;
        letter-spacing: 0px;
    }

    .news-box_tt2 {
        margin-top: 20px;
        text-align: center;
    }
}

.news-box_tt-img {
    text-align: center;
}

.news-box_tt img {
    max-height: 70px;
    width: auto;
}

.link-box {
    margin-top: 15px;
}

.li-you img {
    width: 100%;
}

.li-you img:hover {
    opacity: 0.8;
}

/* News End */

/* Partners */
.index-partners {
    margin: 60px 0;
}

.index-partners h3 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 46px;
}

.index-partners a:hover img,
.index-partners a:focus img {
    opacity: 0.6;
}

.partners img {
    width: 100%;
}

@media (min-width: 576px) {
    .partners.col-md-4 {
        width: 20%;
        margin-bottom: 15px;
        flex: 20%;
        max-width: 20%;
    }
}

@media (max-width: 576px) {
    .partners.col-sm-4 {
        width: 33.3%;
        padding-bottom: 10px;
        flex: 33.3%;
        max-width: 33.3%;
    }
}

/* Partners End */

/*index-contact*/
.index-con {
    background: #c2e8ff54;
    padding: 60px 0;
}

.index-con-box {
    background: #fff;
    border-radius: 10px;
    padding: 40px 40px;
    text-align: center;
    max-width: 400px;
    margin: 0 20px 30px;

}

.index-con-box p {
    text-align: center;
    margin-bottom: 25px;
}

.con-btn {
    background: #fff;
    color: #1888da;
    border: 2px solid #1888da;
    padding: 6px 10px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.5px;
    min-width: 160px;
}

.con-btn:hover {
    background-color: #1888da;
    color: #fff;

}

/*footer*/

footer {
    background: #ebebeb;
    color: #bababa;
}

.newsletter-h2 {
    color: #00a0ff;
    padding: 10px 40px;
    margin: 0;
    font-size: 24px;
    margin-bottom: -42px;
    line-height: 52px;
}

.footer-site {
    padding-bottom: 0px;
    padding-top: 10px;
}

.footer-box h3 {
    color: #00a0ff;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

.footer-box a {
    color: #505050;
    line-height: 0;
    font-size: 14px;
}

.footer-box a:hover,
.footer-box a:focus {
    color: #3eb7ff;
    text-decoration: none;
    font-size: 14px;
}

.footer-box .list {
    list-style: none;
    padding-left: 0;
}

.footer-box-ul {
    padding: 0;
    margin-bottom: 20px;
}

.footer-box-li {
    list-style-type: none;
    padding-bottom: 5px;
}

.footer-stie2 {
    padding: 10px 0;
}

.subfooter {
    color: #f7f7f7;
    background: #008ED3;
    padding: 0;
}

/*.footer-brand {
    float: right;
}*/

.footer-brand p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.sponsors-icons {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
    float: right;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.sponsors-icons i {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.sponsors-icons>li {
    padding-right: 0;
}

.footer-site-box h4 a {
    font-size: 12px;
}

@media (max-width: 992px) {
    .footer-brand {
        text-align: center !important;
        letter-spacing: normal;
    }

    footer .sponsors-icons {
        float: none;
        text-align: center;
    }
}

@media (max-width: 1210px) {
    .footer-details>ul {
        width: 49% !important;
    }
}

@media (max-width: 767px) {
    .newsletter-h2 {
        color: #00a0ff;
        padding: 5px 20px;
        margin: 0;
        font-size: 16px;
        margin-bottom: -42px;
        text-align: center;
    }

    .footer-brand p,
    .footer-brand a {
        margin-bottom: 5px;
    }

    footer .sponsors-icons i {
        color: #524e4e;
        margin-bottom: 0;
        font-size: 22px;
    }

    footer .sponsors-icons>li {
        padding: 15px 15px 0px;
    }

    .footer-stie2 {
        padding: 0;
    }

    .footer-site-box h4 {
        text-align: left;
        font-size: 12px;
        margin-bottom: 0px;
        border-top: 1px solid #fff;
        line-height: 36px;
    }
}

/*-pdt-list1*/



.page {
    padding: 20px 0;
    background: #fff;
}

.pdt-list1-bg {
    background: #008ED3;
    max-height: 400px;
    padding: 50px 0;

}

.pt-60 {
    padding-top: 80px;
}

.pdt-list-img {
    z-index: 6;
}

.pdt-bottom {
    bottom: 0px;
}

.pdt-list1-bg h3 {
    font-size: 50px;
    color: #fff;
    margin: 50px 0;
}

.pdt-list1-bg h5 {
    font-size: 28px;
    color: #fff;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group {
    display: contents;
}

.m0 {
    margin: 0
}

.list-group-item {
    border: none;
    color: #292929;
    font-weight: 600;
    padding: 10px 10px;
}

.list-group-item a {
    padding: 3px 5px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.list-group-item.active a,
.list-group-item:hover a {
    border-bottom: 2px solid #292929;
}


.pdt-li1 h3 {
    font-size: 36px;
    line-height: 55px;
    letter-spacing: 1px;
}

.pdt-li1 p {
    text-align: left;
    line-height: 28px;
}

.summary .collapse:not(.show) {
    height: 195px !important;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.summary .collapsing {
    min-height: 195px !important;
}

.summary a.extend {
    color: #1888da;
}

.summary a.extend.collapsed:after {
    content: 'Learn More...';
}

.summary a.extend:not(.collapsed):after {
    content: 'Show Less...';
}




/*pdt-li1-輪播*/


.slider_in {
    padding: 30px 40px 0px 40px;
}

.owl-prev {
    position: absolute;
    z-index: 10;
    display: inline-block;
    left: -51px;
    cursor: pointer;
    font-size: 0.1px;
    top: 37%;
    width: 45px;
    height: 140px;
    background: url(../img/right.png) no-repeat scroll 0 0;
}

.owl-next {
    position: absolute;
    z-index: 10;
    display: inline-block;
    right: -51px;
    cursor: pointer;
    font-size: 0.1px;
    top: 37%;
    width: 45px;
    height: 140px;
    background: url(../img/left.png) no-repeat scroll -24px 0px;
}


.Comparison-box {
    background: #ebf7ff;
    text-align: center;
}

.pdt-title {
    font-size: 36px;
    line-height: 55px;
    letter-spacing: 1px;
    text-align: center;
}

.Comparison-box h5 {
    background: #0362b6;
    padding: 8px 10px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

.com-info {
    padding: 0 10px;
}

.com-info p {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.more {
    background: #1888da;
    color: #fff;
    padding: 2px 16px;
    margin: 20px 0;

}

.more:hover {
    background: #fff;
    color: #1888da;
}

.no-img {
    width: 15px !important;
    display: initial !important;
    margin-bottom: 5px;
    margin-right: 5px;
}

/*Owl carousel */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    margin: auto;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

/*matket*/
.market-box {
    margin-bottom: 30px;
    text-align: center;
}

.market-box img {
    padding: 20px;
    width: 70%;
}

.market-btn {
    font-size: 18px;
    background: #ebebeb;
    padding: 12px;
    border-radius: 29px;
    color: #292929;
    min-width: 180px;
    cursor: pointer;
}

.market-btn:hover {
    background: #1888da;
    color: #fff;
}

.acc-btn {
    font-size: 16px;
    background: #ebebeb;
    padding: 10px;
    border-radius: 29px;
    color: #292929;
    min-width: 130px;
    cursor: pointer;
}

.acc-btn:hover {
    background: #1888da;
    color: #fff;
}

.p-30 {
    padding: 30px;
}

.pdt-li-1app-box {
    box-shadow: 2px 3px 10px 2px #cdcdcd;
    text-align: center;
}

.pdt-li-1app-box:hover {
    box-shadow: 4px 5px 10px 2px #adadad;
}

.pdt-li-1app-box img {
    padding: 20px;
}

.pdt-li-1app-box p {
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .pdt-list1-bg h3 {
        font-size: 40px;
        margin: 15px 0;
    }

    .pdt-list1-bg h5 {
        font-size: 20px;
        line-height: 32px;
    }

    .pdt-li1 h3 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .market-btn {
        font-size: 14px;
        background: #ebebeb;
        padding: 12px;
        border-radius: 29px;
        color: #292929;
        min-width: 150px;
    }

}

/*pdt-list1 end*/
/*pdt-list2*/
.pdt-list2-box {
    box-shadow: 4px 5px 10px 2px #adadad;
    padding: 15px 30px;
    border-radius: 30px;
}

.pdt-list2-box h3 {
    font-size: 28px;
}

.pdt-list2-box ul {
    padding-left: 0px;
}

.pdt-list2-box ul li {
    list-style: none;
    margin-bottom: 5px;
}

.pdt-li2-btn {
    background: #0362b6;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    bottom: 38px;
    right: 44px;
}

.pdt-li2-btn i {
    font-size: 36px;
    line-height: 23px;
    padding-left: 2px;
}

.ldt-li2_boxp-30 {
    padding: 30px;
}

@media (max-width: 576px) {
    .pdt-list2-box {
        box-shadow: 4px 5px 10px 2px #adadad;
        padding: 15px 12px 30px;
        border-radius: 30px;
    }

    .ldt-li2_boxp-30 {
        padding: 15px;
    }

    .pdt-list2-box h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .pdt-list2-box ul li {
        padding-left: 0px;
        margin-right: 10px;
    }

    .pdt-li2-btn {
        width: 32px;
        height: 32px;
        bottom: 28px;
        right: 25px;
    }

    .pdt-li2-btn i {
        font-size: 30px;
        line-height: 19px;
        padding-left: 0px;
    }

    .pdt-list2-box {
        border-radius: 25px;
    }
}

/*pdt-list2 end*/


/*pdt-list3*/

.check {
    width: 40px;
}

.acc-table td {
    text-align: center;
    vertical-align: middle;
}

.table-ti {
    background: #1888da;
    color: #fff;
}

.acc-table-pdt {
    width: auto;
}

/*end*/

/*pdt-detail*/
.pdt-bg-1 {
    background: #fafafa;
    padding: 40px 0;
}

#Contact-Sales {
    background-color: #636363;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}

@media (min-width: 992px) {
    .pdt-top-box {
        margin-top: 10px;
        color: #292929;
    }

    .pdt-top-box h3 {
        padding-top: 50px;
        color: #292929;
        font-size: 36px;
    }

    .pdt-top-box p {
        color: #292929;
        font-size: 14px;
        text-align: justify;
        letter-spacing: normal;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .pdt-top-box {
        margin-top: 0px;
    }

    .pdt-top-box h3 {
        padding-top: 50px;
        color: #292929;
    }

    .pdt-top-box p {
        color: #292929;
        font-size: 14px;
        text-align: justify;
        letter-spacing: normal;
    }
}

@media (max-width: 575px) {
    .pdt-top-box {
        margin-top: 0px;
    }

    .pdt-top-box h3 {
        padding-top: 50px;
        color: #292929;
        text-align: center;
    }

    .pdt-top-box p {
        color: #292929;
        font-size: 14px;
        text-align: justify;
        letter-spacing: normal;
    }
}

.pdt-ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

.pdt-ul li {
    list-style: disc;
}

.product-bar {
    background: #777;
    border-bottom: 2px solid #909090;
    border-top: 1px solid #808080;
}

.product-bar ul {
    display: fle;
    text-align: center;
    margin: 0px;
}

.product-bar ul li {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    padding: 12px 50px 12px 50px;
    margin-bottom: 0;
}

.product-bar ul li a {
    font-size: 20px;
    font-weight: 800;
    color: #f7f7f7;
}

.product-bar ul li a:hover,
.product-bar ul li a:focus,
.product-bar ul li a:active {
    color: #52bcfb;
    text-decoration: none;
}

@media (min-width: 992px) {
    .product-detail {
        margin: 50px 0;
        padding: 30px 0;
    }

    .product-detail h4 {
        padding-top: 40px;
        font-size: 28px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .product-detail {
        padding: 30px 0;
    }

    .product-detail h4 {
        padding-top: 0px;
    }
}

@media (max-width: 575px) {
    .product-detail {
        padding: 30px 0;
    }

    .product-detail h4 {
        padding-top: 20px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .pdt-spc-box {
        min-height: 130px;
    }

    .pdt-spc-box h4 {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 26px;
    }

    .pdt-spc-box .txt {
        letter-spacing: normal;
        color: #808386;
    }
}

@media (max-width: 575px) {
    .pdt-spc-box {
        min-height: 50px;
    }

    .pdt-spc-box h4 {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 26px;
    }

    .pdt-spc-box .txt {
        letter-spacing: normal;
        color: #808386;
    }
}

.product-spec h3 {
    margin: 20px 0 50px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #84888b;
    font-size: 30px;
    line-height: 46px;
}

@media (min-width: 992px) {
    .pdt-spc-box {
        min-height: 145px;
    }
}

.txt {
    font-size: 16px;
    letter-spacing: normal;
    color: #808386;
}

.panel-title {
    font-size: 14px;
}

.panel-title a {
    display: block;
    padding: 10px 15px 10px 20px;
    border: 1px solid #d4d4d4;
    color: #2b2b2b;
    border-radius: 2px;
}

.panel-title a .plus {
    background-color: #2b2b2b;
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    top: 50%;
    right: 25px;
    padding-left: 2px;
    margin-top: -15px;
    border-radius: 2px;
}

.pdt-spec-i {
    color: #777 !important;
    background: none !important;
}

.panel-secondary .panel-heading {
    padding: 0;
    margin-bottom: 5px;
    background-color: #fafafa;
    border-color: #ddd;
}

.product-spec-panel-a {
    text-align: center;
    padding: 10px 0 10px 0px !important;
    font-size: 16px;
    color: #777 !important;
}

.product-spec-panel-body {
    border: none !important;
    padding: 5px 0px !important;
}

/*產品檔案下載*/
.pdt-dl {
    padding: 30px 0;
    background: #fff;
}

.pdt-dl h3 {
    margin: 20px 0 50px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #84888b
}

.pdt-dl-th1 {
    font-size: 20px !important;
    text-align: center;
    border-right: 1px solid #fff;
    width: 70%;
}

.pdt-dl-th2 {
    font-size: 20px !important;
    text-align: center;
    width: 30%;
}

.pdt-dl-tb1 {
    border-right: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    padding: 15px 8px;
    color: #7c7c7c;
}


.pdt-dl-tb1 a:hover,
.pdt-dl-tb1 a:active,
.pdt-dl-tb1 a:focus {
    color: #0a0808;
}

.pdt-dl-tb2 {
    text-align: center;
    font-size: 14px;
    padding: 15px 8px;
}

.pdt-dl .table>thead>tr>th {
    padding: 20px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    color: #222;
    font-weight: 600;
}

.pdt-dl-tb1 {
    padding: 20px 8px !important;
    line-height: 1.42857143;
    vertical-align: top;
    /*border-top: 1px solid #d1d1d1;*/
}

.pdt-dl-tb1:hover {
    text-decoration: underline;
}

.product-optional {
    padding: 30px 0;
    background: #f6f6f6;
}

.product-optional h3 {
    margin: 20px 0 50px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #84888b
}

.carousel {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
}

.index-pdt-box4:hover p {
    color: #00a0ff;
}

/*end*/
/* Breadcrumb */
.breadcrumb2 {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    background: none;
    border-radius: 0;
}

.breadcrumb2 li {
    font-size: 14px;
    display: inline-block;
}

.breadcrumb2 li a {
    color: #777;
    font-size: 14px;
}

.breadcrumb2>li+li:before {
    padding: 0 5px;
    color: #777;
    content: "/";
}

/*app-detail*/
.page-d {
    padding-bottom: 30px;

}

.web-ti {
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 10px;
}

@media (min-width: 576px) and (max-width: 991px) {
    .web-ti {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .web-ti {
        text-align: center;
        font-size: 30px;
        padding-top: 10px;
        border-bottom: 1px dashed #c1c1c1;
        padding-bottom: 5px;
        margin-bottom: 20px;
        letter-spacing: normal;
    }
}

.web-h2 {
    letter-spacing: normal;
    font-family: Noto sans, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #3498db;
    line-height: 200%;
}

/* Button */
.back {
    margin: 20px 0;
}

.backbtn {
    padding-left: 20px;
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
    background-color: #00a0ff;
    border-radius: 50px;
    text-align: center;
    color: #def1fd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}

.backbtn:hover {
    color: #def1fd;
    background-color: #00a0ff;
    padding-left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

/*end*/
/* Banner */
.page-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 400px;
}

@media (max-width: 1240px) {
    .page-banner {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .page-banner {
        height: 270px;
    }
}

@media (max-width: 768px) {
    .page-banner {
        height: 230px;
    }
}

@media (max-width: 480px) {
    .page-banner {
        height: 170px;
    }
}

/*Registration*/

.ab-main {
    margin: 50px 0;
}

.pb-40 {
    padding-bottom: 40px;
}

.sr-t {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .sr-t-box h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .sr-t-box h2 {
        font-size: 26px;
    }
}

.sr-t-box {
    padding: 20px 30px;
    background: url(../img/bg.jpg) no-repeat center 0;
    border: 1px solid #e0e0e0;
    height: auto;
    max-width: 100%;
    -webkit-box-shadow: 1px 3px 5px 1px rgba(65, 65, 65, 0.3);
    box-shadow: 1px 3px 5px 1px rgba(65, 65, 65, 0.3);
}

.sr-t-link {
    padding-bottom: .625rem;
}

.sr-t-link a {
    font-size: 20px;
    color: #00a0ff;
    line-height: 180%;
    padding-top: .625rem;
    text-decoration: none;
}

.sr-t-link a:hover,
.sr-t-link a:focus,
.sr-t-link a:active {
    font-size: 20px !important;
    line-height: 180%;
    color: #292929;
}

.sr-t-link a span {
    padding-right: .625rem;
    font-size: 20px;
}

.download_img:hover {
    opacity: 0.7;
}

.sr-t {
    margin-top: 20px;
}

@media (min-width: 576px) {
    .sr-t-box h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .sr-t-box h2 {
        font-size: 26px;
    }
}

/**end*/



/*about*/
.p-50 {
    padding: 50px 0;
}

.ab-w-box {
    padding-bottom: 20px;
}

.ab-w-box .ab-w-box-img {
    overflow: hidden;
}

.ab-w-box .ab-w-box-img img {
    width: 100%;
    -webkit-transition: -webkit-transform .8s ease-out;
    transition: -webkit-transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out, -webkit-transform .8s ease-out;
}

.ab-w-box .ab-w-box-title {
    border: 1px solid #dadada;
    border-top: none;
    padding: 15px 10px;
}

.ab-w-box .ab-w-box-title h4 {
    text-align: center;
    text-decoration: none;
}

@media (min-width: 575px) {
    .ab-m-box {
        margin-top: 50px;
    }
}


.ab-mission {
    margin: 50px 0 120px 0;
}

@media (min-width: 992px) {
    .ab-mission .ab-mission-box {
        top: 90px;
        position: relative;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 61.8%;
        padding: 32px 32px 33px;
        padding: 2.22222vw 2.22222vw 2.29167vw;
        background: #efefef;
        text-align: center;
    }

    .ab-mission .ab-mission-box .ab-mission-box-inner {
        display: table;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 475px;
        border: 2px solid #000;
        width: 100%;
    }

    .ab-mission .ab-mission-box .ab-mission-box-inner .ab-mission-box-inner-textbox {
        padding: 150px 30px 150px 200px;
    }
}

@media (max-width: 991px) {
    .ab-mission .ab-mission-box {
        top: 70px;
        position: relative;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 61.8%;
        padding: 32px 32px 33px;
        padding: 2.22222vw 2.22222vw 2.29167vw;
        background: #efefef;
        text-align: center;
    }

    .ab-mission .ab-mission-box .ab-mission-box-inner {
        display: table;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #000;
        width: 100%;
    }

    .ab-mission .ab-mission-box .ab-mission-box-inner .ab-mission-box-inner-textbox {
        padding: 100px 30px 100px 200px;
    }
}

.ab-mission-box2 {
    left: 0;
    top: 0;
    position: absolute;
    width: 57.6%;
}

.ab-mission-box2 img {
    width: 100%;
    border: 0;
    vertical-align: top;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.ab-mission-p-bg {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    background: #e4e4e4;
}

.ab-other-box {
    position: relative;
    margin: 10px 0;
}

.ab-other-box img {
    width: 100%;
}



@media (min-width: 992px) {
    .ab-other-img {
        text-align: center;
        position: absolute;
        top: 0;
        vertical-align: middle;
        width: 100%;
        padding: 100px 200px;
    }

    .ab-other-img h3 {
        color: #333;
    }

    .ab-other-img p {
        color: #000;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
    }


}

@media (min-width: 576px) and (max-width: 991px) {
    .ab-other-img {
        text-align: center;
        position: absolute;
        top: 0;
        vertical-align: middle;
        width: 100%;
        padding-top: 50px;
    }

    .ab-other-img h3 {
        font-size: 20px;
    }

    .ab-other-img p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .ab-other-img {
        text-align: center;
        /*position: absolute;*/
        top: 0;
        vertical-align: middle;
        padding-top: 30px;
    }

    .ab-other-img h3 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 46px;
    }

    .ab-other-img p {
        font-size: 14px;
    }
}

/*end*/


/*contact*/
/**/
.contact-box1 {
    margin-bottom: 50px;
}

.contact-img img {
    width: 100%;
}

@media (min-width: 992px) {
    .contact-card>.name {
        display: block;
        position: relative;
        font-size: 24px;
        margin-bottom: 26px;
        font-weight: bold;
        color: #4a4949;
    }

    .contact-card>.cont-info {
        display: block;
        position: relative;
    }

    .contact-card>.cont-info>.line,
    .contact-card>.cont-info>.line-address {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        border-bottom: 1px solid #d6d6d6;
        padding-bottom: 4px;
        margin-bottom: 4px;
    }

    .contact-card>.cont-info>.line>label,
    .contact-card>.cont-info>.line-address>label {
        display: block;
        position: relative;
        float: left;
        width: 15%;
        padding-right: 15px;
        font-size: 16px;
        color: #636363;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .contact-card>.cont-info>.line>div,
    .contact-card>.cont-info>.line-address>div {
        display: block;
        position: relative;
        float: left;
        width: 85%;
        color: #777777;
        font-size: 16px;
    }

    .contact-card>.cont-info>.line>div>a {
        color: #777777;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .contact-card>.name {
        display: block;
        position: relative;
        font-size: 24px;
        margin-bottom: 26px;
        font-weight: bold;
        color: #4a4949;
    }

    .contact-card>.cont-info {
        display: block;
        position: relative;
    }

    .contact-card>.cont-info>.line,
    .contact-card>.cont-info>.line-address {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        border-bottom: 1px solid #d6d6d6;
    }

    .contact-card>.cont-info>.line>label,
    .contact-card>.cont-info>.line-address>label {
        display: block;
        position: relative;
        float: left;
        width: 15%;
        padding-right: 15px;
        font-size: 14px;
        color: #636363;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .contact-card>.cont-info>.line>div,
    .contact-card>.cont-info>.line-address>div {
        display: block;
        position: relative;
        float: left;
        width: 85%;
        color: #777777;
        font-size: 14px;
    }

    .contact-card>.cont-info>.line>div>a {
        color: #777777;
    }
}

@media (max-width: 575px) {
    .contact-card>.name {
        display: block;
        position: relative;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold;
        color: #4a4949;
        letter-spacing: normal;
    }

    .contact-card>.cont-info {
        display: block;
        position: relative;
    }

    .contact-card>.cont-info>.line,
    .contact-card>.cont-info>.line-address {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        border-bottom: 1px solid #d6d6d6;
        padding-bottom: 4px;
        margin-bottom: 4px;
    }

    .contact-card>.cont-info>.line>label {
        display: block;
        position: relative;
        float: left;
        width: 15%;
        padding-right: 15px;
        font-size: 14px;
    }

    .contact-card>.cont-info>.line-address>label {
        display: block;
        position: relative;
        float: left;
        width: 22%;
        padding-right: 15px;
        font-size: 14px;
    }

    .contact-card>.cont-info>.line>div {
        display: block;
        position: relative;
        float: left;
        width: 85%;
        color: #777777;
        font-size: 14px;
    }

    .contact-card>.cont-info>.line-address>div {
        display: block;
        position: relative;
        float: left;
        width: 78%;
        color: #777777;
        font-size: 14px;
    }

    .contact-card>.cont-info>.line>div>a {
        color: #777777;
    }

    .contact-img {
        margin-bottom: 15px;
    }
}


.contact-box {
    margin: 20px 0;
    padding: 20px;
    -webkit-box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
    box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
}

.contact-box h4 {
    font-size: 26px;
    font-weight: 800;
    border-bottom: 1px solid #777;
    padding-bottom: 15px;
    margin-top: 20px;
    color: #00a0ff;
}

.contact-box p span {
    color: #505050;
    font-weight: bold;
}

.contact-box p {
    font-size: 18px;
}


.contact-h {
    border-bottom: 1px dashed #d6d6d6;
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 10px;
}

.contact-bo {
    margin-bottom: 40px;
}

.contact-bo2 {
    padding: 30px 15px;
    min-height: 240px;
    background-color: #F7F7F7;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.contact-tt1 {
    color: #00a0ff;
    font-size: 24px;
    padding-bottom: 10px;
}

.contact-tt2 {
    color: #000;
    font-size: 16px;
}

.buy2 th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    letter-spacing: 0px;
}

/*end*/


/*news*/
@media (min-width: 576px) {
    .news-box {
        margin: 30px 0;
    }

    .news-box2 span {
        font-size: 16px;
        color: #8a8a8a;
    }

    .news-box2 h2 {
        font-size: 20px;
        line-height: inherit;
        border-bottom: 2px solid #adadad;
        padding-bottom: 10px;
        color: #504f4f;
        font-weight: 500;
    }
}

@media (max-width: 575px) {
    .news-box {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .news-box-img {
        padding: 0px;
    }

    .news-box2 span {
        font-size: 12px;
        color: #8a8a8a;
    }

    .news-box2 h2 {
        font-size: 14px;
        line-height: 18px;
        border-bottom: none;
        letter-spacing: 0;
        padding-bottom: 10px;
        color: #504f4f;
        font-weight: 500;
    }
}

.news-box img {
    width: 100%;
}

.news-box-title {
    background: #00a0ff;
    padding: 5px;
}

.news-box-title h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 0px;
}

.news-box a {
    color: #777;
    font-size: 18px;
}

.news-box a:hover,
.news-box a:focus {
    color: #3eb7ff;
    text-decoration: none;
}

.btn-e {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 14px;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
}

.news-box .btn-e {
    color: #fff;
    background: #00a0ff;
    font-size: 16px;
}

.news-box .btn-e:hover,
.news-box .btn-e:focus {
    color: #fff;
    background: #007dc7;
}


.news-box2 h2:hover,
.news-box2 h2:focus {
    color: #3eb7ff;
}

.news-box2 p {
    font-size: 16px;
    color: #8a8a8a;
}

.news-btn {
    float: right;
    margin-top: 30px;
}

/*end*/

/*pagination*/
.m-30 {
    margin: 30px 0;
}

.pagination {
    border-radius: 0;
}

.page-item:first-child .page-link {
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: 0;
}

.pagination>li>a {
    padding: 6px 12px;
    margin: 0 5px 0 0;
    line-height: 1.42857143;
    color: #616161;
    text-decoration: none;
    background: #ececec;
    border: 1px solid #ececec;
    border-radius: 2px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2b2b2b;
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00a0ff;
    border-color: #00a0ff
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00a0ff;
    border-color: #00a0ff
}

/*end*/

/*news-detail*/

.news-detail-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
}

.news-detail-time {
    font-size: 18px;
    color: #777;
    margin-bottom: 30px;
}


@media (max-width: 575px) {
    .news-detail-title {
        font-size: 24px;
        line-height: inherit;
        font-weight: bold;
        border-bottom: 1px dashed #c1c1c1;
        padding-bottom: 20px;
        padding-top: 10px;
        letter-spacing: normal;
    }

    .news-detail-time {
        font-size: 18px;
        color: #777;
    }
}


/*blog*/
.blog-box {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.blog-date {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #636363;
}

.blog-box h4 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}

.txt-line-clamp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-tag {
    color: #fff;
    background: #5bb2e0;
    padding: 3px 5px;
    font-size: 14px;
}

.blog-tag:hover,
.blog-tag:focus,
.blog-tag:active {
    background: #80c4e8;
    color: #fff;
    font-size: 14px;
}

.blog-p {
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #4f4f4f;
}

.read {
    border: 0;
    background: none;
    padding: 0;
    margin-top: 20px;
    font-size: 14px;
    color: #00a0ff;
}

.read:hover,
.read:focus,
.read:active {
    color: #00a0ff;
}


.blog-box img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.05);
}

.blog-box a h4 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}

.blog-box a h4:hover,
.blog-box a h4:focus,
.blog-box a h4:active {
    color: #00a0ff;
}


.btn-primary {
    color: #04a0ff;
    background-color: #ffffff;
    border-color: #04a0ff;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0 3px 3px 0;
    height: 40px;
    margin-left: -1px;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #04a0ff;
    border-color: #04a0ff;
    font-size: 14px;
}

.form-control {
    /*position: relative;*/
    height: 40px;
    padding: 10px 15px;
    color: #666;
    border-radius: 0;
    background: #fff;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    line-height: 14px;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 3px 0 0 3px;
    z-index: -1;
}

.blog-title-bg {
    border-bottom: 3px solid #5bb2e0;
    line-height: 24px;
}

.blog-title-bg span {
    color: #fff;
    font-size: 17px;
    margin: 15px 0 0;
    padding: 3px 10px;
    font-weight: bold;
    background: #5bb2e0;
    width: 82%;
    display: block;
    letter-spacing: 0.5px;
}

.blog-post {
    padding: 5px 10px;
    border-radius: 0 10px 0 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #a3acb1;
}

.blog-post h4 {
    color: #0083cd !important;
    font-size: 14px !important;
    margin-bottom: 0;
    line-height: 22px;
}

.blog-post p {
    color: #6f6f6f !important;
    margin-bottom: 0px;
}

.blog-post.contributor h4 {
    color: #0083cd !important;
    text-decoration: underline;
    font-size: 18px !important;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.blog-post:last-child {
    border-bottom: none;
}

.blog-post+h2.blog-title-bg {
    border-top: none;
}

.blog-post:last-of-type,
.blog-post:has(+ h2.blog-title-bg) {
    border-bottom: none;
}

.blog-post.contributor p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 8px;
}

.blog-post.contributor div.pic {
    margin-bottom: 10px;
}

.blog-post.contributor div.pic img {
    width: 105px;
    height: 105px;
    border-radius: 50%;
}

.category li {
    list-style: none;
    padding-bottom: 5px;

}

.category li a {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: bold;
}

.post-ti {
    margin: 0 0 5px 0;
    line-height: 26px;
    font-size: 26px;
}

.backbtn {
    float: right;
    font-size: 16px;
}

.btn-default:hover {
    color: #fff;
    background-color: #55b9f5;
    border-color: #04a0ff
}

.button {
    background-color: #00a0ff;
    border: none;
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*margin: 4px 2px;*/
    cursor: pointer;
    border-radius: 50px;
    height: 40px;
    max-width: 225px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
    letter-spacing: 1px;
}

.button:hover {
    background-color: #fff;
    border: none;
    color: #00a0ff;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*margin: 4px 2px;*/
    cursor: pointer;
    border-radius: 50px;
    max-width: 225px;
    height: 40px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
    letter-spacing: 1px;
}

.hastag {
    margin-bottom: 32px;
    border-top: 1px dashed #ddd;
    margin-top: 20px;
    padding-top: 20px;
}

.share-post {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left;
}

.share-post span {
    font-weight: 700;
    font-size: 14px;
}

.share-post ul {
    float: right;
}

.share-post ul li {
    display: inline-block;
    margin: 0 5px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-primary {
    color: #04a0ff;
    background-color: #ffffff;
    border-color: #04a0ff;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #04a0ff;
    border-color: #04a0ff;
    font-size: 14px;
}


.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #04a0ff;
    border-color: #04a0ff
}

/***registration**/
.product-registration-from {
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    margin: 0 auto;
}

.product-registration-from h1 {
    font-size: 36px;
}

.form-control::-webkit-input-placeholder {
    color: #b6b6b6;

}

select.form-control {
    color: #3c3c3c;
    background-image: url(../img/select-arrow.png);
    -moz-background-size: 10px;
    -webkit-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
    background-position: center right 15px;
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 24px;
    padding: 3px 15px;
}

.input-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #636363;
}

.btn-e-blue {
    border-bottom-color: #00a0ff;
    border-color: #68bef7;
    background: #1ba2fc;
    color: #f7f7f7;
}

.btn-e:hover,
.btn-e:focus {
    color: #fff;
    background: #007dc7;
}

/*end*/
/* download */
@media (min-width: 576px) {
    .dl-box {
        margin-bottom: 8px;
        padding: 10px 10px 30px 10px;
    }
}

@media (max-width: 575px) {
    .dl-box {
        margin-bottom: 8px;
        padding: 10px 20px 30px 20px;
    }
}


.dl-box-a {
    background-color: #c2e8ff;
    border: 1px solid #efefef;
    height: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    text-decoration: none;
}

.dl-box-a:hover,
.dl-box-a:focus,
.dl-box-a:active {
    border: 1px solid #89d2ff;
    text-decoration: none;
}

.dl-box-a:hover .dl-box-title,
.dl-box-a:focus .dl-box-title,
.dl-box-a:active .dl-box-title {
    background: #89d2ff;
}


.dl-box-img {
    background-color: #fff;
    padding: 0 0 20px;
}

.dl-box-img img {
    width: 100%;
}

@media (min-width: 576px) {
    .dl-box-title {
        padding: 12px 5px;
        background: #c2e8ff;
        font-size: 15px;
        text-align: center;
        line-height: 30px;
        margin: 0px;
        color: #2c3e50;
        font-weight: bold;
        letter-spacing: 0px
    }

    .download-box2 {
        margin-bottom: 50px;
    }

    .download-box2 h2 {
        margin-left: 15px;
        border-bottom: 2px solid #2b2b2b;
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .dl-box-title {
        padding: 12px 5px;
        background: #c2e8ff;
        font-size: 16px;
        text-align: center;
        margin: 0px;
        color: #2c3e50;
        font-weight: bold;
    }

    .download-box2 {
        text-align: center;
    }

    .download-box2 h2 {
        margin-left: 40px;
        margin-right: 40px;
        border-bottom: 2px solid #2b2b2b;
        font-size: 26px;
        letter-spacing: normal;
    }
}

.download-search {
    background: #04a0ff;
    color: #fff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 0;
    cursor: pointer;
    padding-left: 15px;
    max-width: initial;
    width: 35%;
    font-size: 18px;
    letter-spacing: 0px;

}

select.download-search {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #04a0ff, #04a0ff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    outline: none;
    border: none;
}

select {
    border: solid 1px #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

.searchTerm {
    width: 65%;
    border-right: none;
    padding: 5px 15px;
    height: 40px;
    outline: none;
    color: #979797;
    background: #f1f1f1;
    border-color: #f1f1f1;
    border: 0;
    box-shadow: none;
    background: #f1f1f1;
    font-family: “Noto Sans”, “Open Sans”, sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
}

.searchTerm:focus {
    color: #00B4CC;
}

.searchButton {
    width: 60px;
    height: 40px;
    text-align: center;
    color: #777;
    cursor: pointer;
    font-size: 20px;
    border-color: #fff0;
    box-shadow: none;
    background: #f1f1f1;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    padding: 0;
    border: 0;

}

.mb-10 {
    margin-bottom: 10px;
}

/*download-detail*/
.pdt-categories {
    border: 1px solid #ddd;
}

.pdt-categories-header {
    padding: 10px;
    font-size: 20px;
    text-align: left;
    color: #ffffff;
    line-height: 140%;
    background-color: #00a0ff;
}

.pdt-categories-list {
    border-top: 1px solid #eee;
}

.pdt-categories-list ul,
.pdt-categories-list ul li,
.pdt-categories-list ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pdt-categories-list ul>li a {
    font-size: 18px;
    text-align: left;
    padding: 15px 0 15px 10px;
    line-height: 100%;
    zoom: 1;
    transition: 0.3s linear;
    color: #008ed3;
}

.pdt-categories-list .nav li a:hover,
.pdt-categories-list .nav li a.active,
.pdt-categories-list .nav li a:focus {
    color: #636363;
    background: #ffffff;

}

.dl-li li a {
    margin-left: 30px !important;
    margin-bottom: 20px !important;
    color: #008ed3 !important;
    font-size: 16px !important;
    padding: 0 !important;
}

.dl-li li a:hover,
.dl-li li a:focus,
.dl-li li a:active {
    text-decoration: none;
    color: #636363 !important;
}

.dl-td {
    color: #008ed3;
}

.dl-td:hover,
.dl-td:focus,
.dl-td:active {
    text-decoration: none;
    color: #636363;
}

.dl-td span {
    display: block;
    color: #636363;
    font-size: 14px;
}

.results-dropdown {
    background: #ffffff;
    color: #636363;
    border-radius: 0px;
    cursor: pointer;
    padding-left: 15px;
    max-width: initial;
    width: 20%;
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    border: 2px solid #d4d4d4;
    height: 35px;

}

.f-r {
    float: right;
}

select.results-dropdown {
    background-image: linear-gradient(45deg, transparent 50%, #636363 50%), linear-gradient(135deg, #636363 50%, transparent 50%), linear-gradient(to right, #ffffff, #ffffff);
    background-position: calc(100% - 20px) calc(1em + -1px), calc(100% - 15px) calc(1em + -1px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    outline: none;
}

@media(max-width:767px) {
    .results-dropdown {
        width: 45%;
        margin-top: 10px;
    }
}

.perpage {
    margin: 20px 0;
}


.perpage label {
    font-weight: 400;
    font-size: 16px;
    margin-right: 5px;
}

.fs-16 {
    font-size: 16px;
}

.download-i {
    color: #008ed3;
}

.download-i:hover,
.download-i:focus,
.download-i:active {
    text-decoration: none;
    color: #636363;
}

/* Download表格*/
.rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table tr {
    border-bottom: 1px solid #d1d1d1;
}

.rwd-table th,
.rwd-table td {
    margin: 0.5em 1em;
}

.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table th,
.rwd-table td:before {
    color: #00a0ff;
    font-weight: bold;
}

.dl-th {
    background: #00a0ff;
    color: #fff !important;
    font-size: 16px;
}

@media (max-width: 479px) {
    .rwd-table tr:nth-of-type(2n) {
        background: #eee;
    }

    .rwd-table tr {
        border-bottom: 1px solid #d1d1d1;
        border-top: 1px solid #d1d1d1;
    }
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table tr:nth-of-type(2n) {
        background: #fff;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 15px !important;
    }
}

.nav-list-group {
    font-size: 14px !important;
    border-bottom: 1px solid #1d1d1d;
    padding-left: 20px !important;
    color: #a7a7a7 !important;
}

/*0112 service*/
.li-top {
    background: #00a0ff;
    padding: 20px 0;
    -webkit-clip-path: ellipse(60% 100% at 50% 0%);
    clip-path: ellipse(60% 100% at 50% 0%);
}

.ser-logo {
    width: 209px;
}

.service-box {
    background-color: #fff;
    padding: 10px 30px;
    max-width: 400px;
    margin: 0 auto;
}

.service-box img {
    width: 70px;
}

.service-box-t {
    padding: 0px 0 50px 0;
    text-align: center;
}

@media (min-width: 576px) {
    .service-box-t a {
        font-size: 30px;
        color: #1283c5;
        text-decoration: none;
        font-weight: bold;
    }
}

@media (max-width: 575px) {
    .service-box-t a {
        font-size: 22px;
        color: #1283c5;
        text-decoration: none;
        font-weight: bold;
    }
}

.li-bo {
    background: #0180c3;
}

.min-h {
    min-height: 680px;
}

@media (max-width: 575px) {
    .min-h {
        min-height: 630px;
    }
}

.ser-footer-p {
    margin-bottom: 5px !important;
}



/*---0303---*/

/*support*/

.f18 {
    font-size: 18px;
}

.s-p {
    color: #949494;
}

.s-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #1994ff;
    border-radius: 50%;
    font-size: 25px;
    color: #f64c67;
    margin-bottom: 12px;
    position: relative;
    bottom: -47px;
    z-index: 1;
}

.s-icon img {
    position: absolute;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding: 12px;
    width: 92%
}

.support-box {
    text-align: center;
    border: 2px solid #dadada;
    padding: 20px 60px 15px;
    margin-bottom: 5px;
    position: relative;
    min-height: 125px;
}

.support-box h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 28px;
}

.support-box:hover {
    background: #f4f4f4;
}

.support-box2 {
    background: #dff3ff;
    padding: 20px;
    margin-bottom: 20px;
}

.support-box2 h2 {
    font-weight: 700;
}

.enter {
    color: #1c9bd8;
    font-size: 26px;
}

.support-box2 ul {
    min-height: 55px;
}

@media (max-width: 767px) {
    .support-box2 h2 {
        font-size: 24px;
    }

    .enter {
        font-size: 20px;
    }
}

.support-box2 ul li {
    list-style: disc;
    list-style-position: inside;
}

.support-box3 {
    background: #42a7e4;
    width: 150px;
    height: 150px;
    margin: 30px 15px;
    border-radius: 15px;
    display: inline-block;
    padding: 20px;
    color: #fff;
}

.support-box3 img {
    width: 60px;
    margin: 10px;
}

.support-box3 p {
    color: #fff;
}

@media (max-width: 767px) {
    .support-box3 {
        width: 90px;
        height: 90px;
        margin: 15px 10px;
        padding: 5px;
    }

    .support-box3 img {
        width: 40px;
        margin: 7px;
    }

    .support-box {
        text-align: center;
        border: 2px solid #dadada;
        padding: 10px;
        margin-bottom: 5px;
        position: relative;
        min-height: 105px;

    }

    .s-icon {
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 55px;
        background-color: #1994ff;
        border-radius: 50%;
        font-size: 25px;
        color: #f64c67;
        margin-bottom: 0;
        position: relative;
        bottom: -32px;
        z-index: 1;
    }

    .support-box h3 {
        font-size: 16px;
        font-weight: 500;
        margin-top: 23px;
        margin-bottom: 0;
        line-height: 28px;
    }
}



/*--end--*/

/*--app-detail--*/
.solution {
    padding: 0;
    background: #f7f7f7;
}

.app-ti {
    display: inline-block;
    font-size: 28px;
    margin: 0;
    padding: 0;
    color: #535151;
    padding: 15px 0;
}

.navFixed {
    z-index: 5;
    position: sticky;
    top: 90px;
    left: 0;
    margin-top: 0;
    min-width: 100%;
}

.solution-tab {
    float: right;
    border-bottom: 1px solid #dee2e600;
}

.nav-tabs .nav-link {
    color: #535151;
    padding: 19px 15px;
    border: none;
}

.solution-tab .nav-link.active {
    color: #00a0ff;
    background-color: #ffffff;
    border: none;
}

.solution-tab .nav-link:hover {
    border-color: none !important;
    color: #00a0ff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef00;
}

.solution-tab img {
    width: 25px;
    margin: 0 5px;
}

.solution-tab .nav-link:hover .colorful,
.solution-tab .nav-link.active .colorful {
    filter: invert(54%) sepia(23%) saturate(7478%) hue-rotate(167deg) brightness(84%) contrast(108%);
}

.solution-page {
    padding: 0 0 50px;
}

h2.black {
    letter-spacing: normal;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    line-height: 200%;
}

h3.black {
    letter-spacing: normal;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 200%;
}


.case-studies {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.case-studies ul li {
    list-style: none;
}

.case-studies h4 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}

.case-studies h5 {
    font-size: 16px;
    font-weight: bold;
    color: #808080;
    margin-top: 25px;

}

.case-studies img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.case-studies p {
    color: #808080;
}

.learn {
    background-color: black;
    color: #fff;
    padding: 5px 25px;
}

/*.pt-60:before {
    content: "";
    display: block;
    height: 40px;
    margin: 40px 0 0;
    visibility: hidden;
}
*/
/*--resellers*/

.writing {
    padding: 12px 24px;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    background: #ea000f;
}

.writing:hover {
    color: #fff;
    background: #ea000fbf;
}

.writing img {
    width: 25px;
    margin: 0 2px;
}

.distributor-item {
    margin-bottom: 30px;
}

.distributor-item img {
    width: 100px;
    display: block;
    margin: 30px 5px;
    float: left;


}

.distributor {
    display: inline-block;
    margin: 0 9px;
    width: 210px;
}

.distributor h5 {
    font-weight: bold;
    color: #767676;
    margin-bottom: 5px;
    font-size: 18px;
}

.distributor p {
    margin-bottom: 0;
    color: #767676;
}

.distributor a {
    color: #008ed3;
}

.resellers-select {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 220px;
    background-image: url(../img/select.png) !important;
    background-position: center right 15px;
    background-repeat: no-repeat;
    color: #777 !important;
    line-height: 28px;
    padding: 2px 15px;
}

/**--social--**/
.contact-close {
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    background-color: transparent;
}

.contact-close:focus {
    outline: none;
}


.contact-wrapper {
    position: fixed;
    right: 0;
    bottom: 150px;
    transform: translateX(100%);
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
}

.contact-wrapper.contact-wrapper--open {
    transform: translateX(-10px);
}

.contact-panel {
    background-color: #fff;
    max-width: 500px;
    border-radius: 4px;
    width: 100%;
    position: relative;
}

.contact-panel ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

.contact-panel ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 0;
    text-align: left;
}

.contact-panel ul li a {
    color: #008ed3;
    display: inline;
    text-decoration: none;
    -webkit-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s;
    line-height: 30px;
}

.contact-panel ul li a:hover {
    color: #333;
}

.contact-panel ul li a i {
    font-size: 20px;
    margin-right: 5px;
}

.contact-panel__header {
    position: relative;
    background-color: #00a0ff;
    color: #fff;
    font-size: 20px;
    line-height: 16px;
    padding: 15px;
    text-align: center;
    margin: 0;
}

.contact-close {
    border: 0;
    color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 48px;
}

.contact-close:focus {
    outline: none;
}

.contact-button {
    border: 0;
    background-color: #00a0ff;
    color: #fff;
    cursor: pointer;
    padding: 12px 16px;
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
    font-size: 16px;
    line-height: 20px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
}

.contact-button:hover {
    background-color: #00a0ff;
}

/**/
.social-button {
    /*transition: all 0.2s;*/
    position: fixed;
    right: 18px;
    bottom: 100px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    background-color: #00a0ff;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition-delay: 1s;
    z-index: 1000;
}

.social-button-open {
    transition-delay: 0s;
    bottom: 100px;
    /*background-color: #d81558;*/
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.social-button .social-point {
    /*transition: all 0.2s;*/
    opacity: 0;
    width: 150px;
    padding: 8px 10px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    right: -8px;
    bottom: 50px;
}


.social-button-open .social-point-open {
    width: 150px;
    right: -8px;
    bottom: 70px;
    font-size: 16px;
    padding: 8px 10px;
    line-height: 20px;
    visibility: visible;
    opacity: 1;
    height: auto;
    background-color: #fff;
    text-align: center;
    color: #505050;

}


.social-button-open .social-point-open:hover {
    transition-delay: 0s;
    background-color: #1ba2fc;
    color: #fff;
}

.social-button-open .social-point-open:nth-child(2) {
    right: -8px;
    bottom: 120px;
}

/*--gotop--*/
.gotop {
    position: fixed;
    width: 45px;
    height: 45px;
    background: #d2d2d2;
    line-height: 45px;
    bottom: 30px;
    right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    border-radius: 25px;
    z-index: 17;
}

.gotop i {
    font-size: 30px;
    padding-bottom: 4px;
}

@media (max-width: 767px) {
    .gotop {
        /*width: 30px;
        height: 30px;*/
        bottom: 40px;
        right: 18px;
    }
}

/*map*/
#map {
    height: 400px;
    width: 100%;
}

.buy2 {
    margin: 10px 0 50px;
}

.map-marker {
    color: #008ed3;
}

.Contact-buy {
    margin: 80px 0 30px;
    text-align: center;
}

.writing2 {
    background: #1993ff;
    padding: 12px 24px;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
}

.writing2:hover {
    color: #fff;
    background: #223a6a;
}

.mt-50 {
    margin-top: 50px;
}

/*contact-sales*/
.con-p {
    text-align: left;
    color: #5c5c5c;
}

.product-registration-from label {
    color: #5c5c5c;
}

.text-box {
    border: 1px solid #b0b0b0;
    border-radius: 6px;
}

.privacy-policy {
    text-align: center;
    margin: 5px 0;
}

/*floatiing*/
.floating-smoke {
    /*top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    position: fixed;
    z-index: 8;
    transition: all, 1s;
}

.floating {
    height: 47px;
    width: 145px;
    border-radius: 50%;
    position: fixed;
    bottom: 90px;
    right: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}


.floating-main {
    position: absolute;
    width: 152px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0fb820;
    color: #fff;
    transition: all, 0.2s;
    z-index: 8;
    padding: 7px 6px;
    font-size: 15px;
    box-shadow: 0px 3px 7.48px 0.52px rgb(0 0 0 / 37%);
    cursor: pointer;
}

.floating-main:hover {
    background: #fff;
    color: #0fb820;
}



/*.floating:hover .floating-main {
    opacity: 1;
}*/

.float-opt {
    position: relative;
    width: 200px;
    border-radius: 50%;
    opacity: 0;
    transition: all, 0.2s;
    z-index: 7;
    transform: translate(0%, 0%);
    bottom: 120px;
    right: 48px;
    margin-bottom: 15px;
    list-style: none;
}

.float-open .floating-main {
    opacity: 1;
}

.float-open .float-opt {
    opacity: 1;
    list-style: none;
}

.float_item {
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    visibility: inherit;
}

.float_icon {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 7.48px 0.52px rgb(0 0 0 / 37%);
}

.float_icon img {
    width: 65%;
    margin: 10px 12px;
}

.float_icon::after {
    content: '';
    background-color: #c3c3c3;
    width: 15px;
    height: 15px;
}

.float_text {
    font-size: 14px;
    font-weight: 700;
    padding: 3px 10px;
    background-color: #ffffff;
    border-radius: 6px;
    margin: 0;
    box-shadow: 0px 3px 7.48px 0.52px rgb(0 0 0 / 37%);
    color: #226a44;
}

.float_item:hover .float_icon {
    background-color: #0fb820;
}

.float_item:hover .float_icon img {
    filter: brightness(100);
}

.float-img1 {
    margin: 13px 10px 10px 15px !important;
    width: 25px;
}

.float-img {
    margin-top: 13px !important;
}

.float_item:hover .float_text {
    background-color: #226a44;
    color: #fff;
}

/**/
.btn-group-fab {
    position: fixed;
    /*width: 50px;
    height: auto;*/
    right: 20px;
    bottom: 20px;
}

.main-btn-open {
    animation: rotate .5s alternate;
    animation-fill-mode: forwards;
}

.main-btn-close {
    animation: rotateBack .5s alternate;
    animation-fill-mode: forwards;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes rotateBack {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



/*.btn-group-fab div {
    position: relative;
    width: 100%;
    height: auto;
}*/

.btn-group-fab .btn-sub {
    position: absolute;
    bottom: 70px;
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 7.48px 0.52px rgb(0 0 0 / 37%);
}

.btn-group-fab .btn-main {
    width: 45px;
    height: 45px;
    right: 18px;
    margin-right: -18px;
    z-index: 9;
    color: #ffffff;
    background-color: #1993ff;
    box-shadow: 0px 3px 7.48px 0.52px rgb(0 0 0 / 37%);
}

.btn-group-fab .btn-sub {
    bottom: 70px;
    z-index: 8;
    right: 18px;
    margin-right: -18px;
    -webkit-transition: all 2s;
    transition: all 0.5s;
}

.btn-group-fab.active .btn-sub:nth-child(2) {
    bottom: 120px;
}

.btn-group-fab.active .btn-sub:nth-child(3) {
    bottom: 180px;
}

.btn-group-fab.active .btn-sub:nth-child(4) {
    bottom: 240px;
}

.btn-group-fab .btn-sub:nth-child(5) {
    bottom: 210px;
}


.btn:focus {
    outline: 0;
    box-shadow: none;
}

.comment-active {
    display: block !important;
    position: absolute;
    right: 60px;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 10px;
    background-color: #ffffff;
    border-radius: 6px;
    margin: 0;
    box-shadow: 0px 3px 7.48px 0.52px rgb(0 0 0 / 37%);
    color: #223a6a;
    top: 9px;

}

.main-btn {
    font-size: 22px;
    margin-left: 5px;
}

/*2022 05 27*/
@media (min-width: 576px) {
    .dl-list {
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    .dl-list {
        padding: 0 20px;
    }
}



/*2022-06-29*/


@media (max-width: 576px) {
    .top-social {
        padding: 0 15px;
    }
}

ul.register li:first-child {
    border-left: none;
}

.header-dl {
    background: #fff;
    color: #008ed3 !important;
    border-radius: 50px;
    padding: 2px 15px !important;
}

.header-dl:hover {
    background: #393939 !important;
    color: #fff !important;
}

@media (max-width: 1200px) {
    .header-dl {
        background: #000;
        color: #fff !important;
        border-radius: none;
        padding: 8px !important;
    }

}

/*customer*/
#demo2 {
    bottom: -12%;

    max-width: 900px;
    margin: auto
}

.customer-ti p,
.customer-ti h3 {
    text-align: center;
    color: #fff;
}

.customer-box {
    background: #fff;
    border-radius: 45px;
}

.customer-box h4 {
    font-size: 16px;
    color: #393939
}

.customer-box p {
    color: #818181;
    font-size: 14px;
    line-height: 22px;
}

.customer-box a {
    color: #797979;
    font-weight: bold;
    text-decoration: underline;
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 20px 80px;
    text-align: center;
    min-height: 360px;
}

#demo2 .carousel-control-prev {
    left: -60px;
    font-size: 80px;
    top: 85px;
    opacity: 1;
}

#demo2 .carousel-control-next {
    right: -60px;
    font-size: 80px;
    top: 85px;
    opacity: 1;
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 20px 20px;
        text-align: center;
        margin: 0 35px;
        min-height: 460px;
    }

    #demo2 .carousel-control-prev {
        left: 5px;
        font-size: 60px;
        top: 85px;
        opacity: 1;
    }

    #demo2 .carousel-control-next {
        right: 5px;
        font-size: 60px;
        top: 85px;
        opacity: 1;
    }
}

/*.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}

.carousel-control-prev
    {
    transition: none;
    opacity: unset;
}

.carousel-control-next {
    transition: none;
    opacity: unset;
}*/


/*--end*/

/*blog-detail*/
.social-media ul li {
    display: inline-block;
    width: 19.5%;
}

.btn-social {
    width: 100%;
    padding: 6px 15px;
    color: #fff;
    font-size: 13px;
}

.btn-social i {
    font-size: 22px;
    margin: 0 5px;
}

.nav-tabs .wheretobuy {
    padding: 8px 30px !important;
    border-radius: 0 !important;
    background: #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
}

.nav-tabs .wheretobuy.active,
.nav-tabs .wheretobuy.active:hover,
.nav-tabs .wheretobuy:focus {
    background: #008ed3 !important;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 2px solid #00327b !important;
}

/*.nav-tabs .wheretobuy.active a{
    color: #fff !important;
}*/
.nav-tabs .wheretobuy:hover {
    background: #f3f3f3 !important;
    border-bottom: 2px solid #00327b;
    color: #535151;
}

.btn-social:hover {
    opacity: 0.8;
    color: #fff;
}

@media (max-width: 576px) {
    .social-media ul li {
        width: 32%;
    }

    .btn-social {
        padding: 6px 10px;
    }

}

/*resellers*/
.mt30 {
    margin-top: 30px;
}

.resellers-title {
    color: #16b3ff;
    font-size: 20px;
    margin-top: 30px;
}

.resellers-p {
    text-align: center;
    color: #393939;
    margin-bottom: 30px;
    font-size: 18px;

}

.partners-img img {
    border: 1px solid #f0f0f0;
    padding: 30px 15px;
    margin-bottom: 20px;
}


/*customers our clients*/
.clients {
    background: #f9f9f9;
    padding: 50px 0;
}

.sliders {
    margin: auto;
    overflow: hidden;
    position: relative;
}

.sliders::before,
.sliders::after {
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 100px;
    z-index: 2;
}

.sliders::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.sliders::before {
    left: 0;
    top: 0;
}

.sliders .slide-track {
    animation: scroll 80s linear infinite;
    display: flex;
    width: calc(250px * 18);

}

.sliders .slide-track:hover {
    animation-play-state: paused;
}

.sliders .slide-clients {
    width: 200px;
    border: 1px solid #ccc;
    margin: 20px;
}

.slide-clients img {
    padding: 15px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 9));
    }
}

.hidden {
    display: none !important;
}



/*g-recaptcha*/
.g-recaptcha {
    display: inline-block;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

/*end*/



/*about*/
@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

/*end*/

/* Breadcrumb3 */

.breadcrumb3 {
    padding: 0;
    margin: 10px 0;
    list-style: none;
    background: none;
    border-radius: 0;
}

.breadcrumb3 li {
    font-size: 14px;
    display: inline-block;
    color: #fff;
}

.breadcrumb3 li a {
    color: #fff;
    font-size: 14px;
}

.breadcrumb3>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/";
}

/**/

/*樣板*/
/**********************************
    Useful Classes
***********************************/

.center {
    text-align: center
}

.right {
    text-align: right
}

.left {
    text-align: left
}

.img-circular {
    display: inline-block;
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.img-circular img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

.padding-0 {
    padding: 0px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-60 {
    padding: 60px !important;
}

@media all and (max-width: 540px) {
    .padding-0 {
        padding: 0px !important;
    }

    .padding-10 {
        padding: 5px !important;
    }

    .padding-20 {
        padding: 10px !important;
    }

    .padding-30 {
        padding: 15px !important;
    }

    .padding-40 {
        padding: 20px !important;
    }

    .padding-50 {
        padding: 25px !important;
    }

    .padding-60 {
        padding: 30px !important;
    }
}

.margin-0 {
    margin: 0 !important
}

.margin-20 {
    margin: 20px !important
}

.margin-25 {
    margin: 25px !important
}

.margin-30 {
    margin: 30px !important
}

.margin-35 {
    margin: 35px !important
}

.margin-40 {
    margin: 40px !important
}

.is-card {
    display: table;
    background-color: #fff;
}

.is-card>* {
    display: table;
}

.is-card-circle {
    width: 280px;
    height: 280px;
    border-radius: 500px;
    padding: 70px;
    margin: 0 auto;
}

@media all and (max-width: 540px) {
    .is-card-circle {
        zoom: 0.7;
        -moz-transform: scale(0.7);
    }
}

.is-card-content-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.max-390 {
    max-width: 390px;
    margin: 0 auto;
}

.shadow-1 {
    /* card */
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-2 {
    /* screenshot */
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

.shadow-3 {
    /* highlight */
    -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}

img.circle {
    border-radius: 500px;
    margin-top: 0;
}

img.bordered {
    border: #ccc 1px solid;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 1.4em;
    margin-bottom: 1em;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.list {
    position: relative;
    margin: 1.5em 0;
    box-shadow: none;
}

.list>i {
    position: absolute;
    left: -3px;
    top: 7px;
    font-size: 1.7em;
    line-height: 1;
}

.list>h2,
.list>h3 {
    margin: 0 0 0 50px !important;
    line-height: 1.2 !important;
}

.list>p {
    margin: 5px 0 0 50px !important
}

.quote {
    position: relative;
    margin: 1.5em 0;
}

.quote>i {
    position: absolute;
    top: -10px;
    left: -7px;
    font-size: 2em;
}

.quote>small {
    margin-left: 50px;
    opacity: 0.7;
    font-size: 1em;
}

.quote>p {
    margin-left: 50px;
    font-size: 1.5em;
}

@media all and (max-width: 540px) {
    .quote>i {
        left: -15px;
        font-size: 1.5em;
    }

    .quote>small {
        margin-left: 20px;
        ont-size: 1em;
    }

    .quote>p {
        margin-left: 20px;
        font-size: 1.2em;
    }
}

.is-social {
    line-height: 1;
    margin-bottom: 1.5em
}

.is-social a>i {
    text-decoration: none;
    color: #333;
    font-size: 1.2em;
    margin: 0 15px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.is-social a:first-child>i {
    margin: 0 15px 0 0
}

.is-social a:last-child>i {
    margin: 0 0 0 15px
}

.is-social a:hover>i {
    color: #08c9b9;
}

.is-light-text .is-social a>i {
    color: rgba(255, 255, 255, 0.93)
}

.is-light-text .is-social a:hover>i {
    color: rgba(255, 255, 255, 0.93)
}

.is-dark-text .is-social a>i {
    color: #000
}

.is-dark-text .is-social a:hover>i {
    color: #000
}

.is-rounded-button-big {}

.is-rounded-button-big a {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    border-radius: 500px;
    width: 110px;
    height: 110px;
    background-color: #aaa;
    overflow: hidden;
    text-decoration: none;
}

.is-rounded-button-big a i {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-rounded-button-big a:first-child {
    margin: 0 20px 0 0;
}

.is-rounded-button-big a:last-child {
    margin: 0 0 0 20px;
}

.is-rounded-button-medium {}

.is-rounded-button-medium a {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    border-radius: 500px;
    width: 70px;
    height: 70px;
    background-color: #aaa;
    overflow: hidden;
    text-decoration: none;
}

.is-rounded-button-medium a i {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-rounded-button-medium a:first-child {
    margin: 0 20px 0 0;
}

.is-rounded-button-medium a:last-child {
    margin: 0 0 0 20px;
}

.is-boxed-button-big {
    display: inline-block;
}

.is-boxed-button-big a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
    width: 110px;
    height: 110px;
    background-color: #aaa;
    text-decoration: none;
}

.is-boxed-button-big a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-boxed-button-big2 {
    display: inline-block;
}

.is-boxed-button-big2 a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
    width: 150px;
    height: 70px;
    background-color: #aaa;
    text-decoration: none;
}

.is-boxed-button-big2 a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-boxed-button-medium {
    display: inline-block;
}

.is-boxed-button-medium a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
    width: 70px;
    height: 70px;
    background-color: #aaa;
    text-decoration: none;
}

.is-boxed-button-medium a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-boxed-button-medium2 {
    display: inline-block;
}

.is-boxed-button-medium2 a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 30px 0 0;
    width: 100px;
    height: 50px;
    background-color: #aaa;
    text-decoration: none;
}

.is-boxed-button-medium2 a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-boxed-button-small {
    display: inline-block;
}

.is-boxed-button-small a {
    display: table;
    float: left;
    text-align: center;
    margin: 0 20px 0 0;
    width: 50px;
    height: 50px;
    background-color: #aaa;
    text-decoration: none;
}

.is-boxed-button-small a i {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.height-20 {
    height: 20px
}

.height-40 {
    height: 40px
}

.height-60 {
    height: 60px
}

.height-80 {
    height: 80px
}

.height-100 {
    height: 100px
}

.height-120 {
    height: 120px
}

.height-140 {
    height: 140px
}

.height-160 {
    height: 160px
}

.height-180 {
    height: 180px
}

.height-200 {
    height: 200px
}

.height-220 {
    height: 220px
}

.height-240 {
    height: 240px
}

.height-260 {
    height: 260px
}

.height-280 {
    height: 280px
}

.height-300 {
    height: 300px
}

@media (max-width: 640px) {
    .height-20 {
        height: 20px
    }

    .height-40 {
        height: 30px
    }

    .height-60 {
        height: 40px
    }

    .height-80 {
        height: 45px
    }

    .height-100 {
        height: 50px
    }

    .height-120 {
        height: 55px
    }

    .height-140 {
        height: 60px
    }

    .height-160 {
        height: 65px
    }

    .height-180 {
        height: 70px
    }

    .height-200 {
        height: 75px
    }

    .height-220 {
        height: 80px
    }

    .height-240 {
        height: 85px
    }

    .height-260 {
        height: 90px
    }

    .height-280 {
        height: 95px
    }

    .height-300 {
        height: 100px
    }
}

.size-12 {
    font-size: 12px !important
}

.size-14 {
    font-size: 14px !important
}

.size-16 {
    font-size: 16px !important
}

.size-18 {
    font-size: 18px !important
}

.size-21 {
    font-size: 21px !important
}

.size-24 {
    font-size: 24px !important
}

.size-28 {
    font-size: 28px !important
}

.size-32 {
    font-size: 32px !important
}

.size-35 {
    font-size: 35px !important
}

.size-38 {
    font-size: 38px !important
}

.size-42 {
    font-size: 42px !important
}

.size-46 {
    font-size: 46px !important
}

.size-48 {
    font-size: 48px !important
}

.size-50 {
    font-size: 50px !important
}

.size-54 {
    font-size: 54px !important
}

.size-60 {
    font-size: 60px !important
}

.size-64 {
    font-size: 64px !important
}

.size-68 {
    font-size: 68px !important
}

.size-72 {
    font-size: 72px !important
}

.size-76 {
    font-size: 76px !important
}

.size-80 {
    font-size: 80px !important
}

.size-84 {
    font-size: 84px !important
}

.size-88 {
    font-size: 88px !important
}

.size-92 {
    font-size: 92px !important
}

.size-96 {
    font-size: 96px !important
}

.size-100 {
    font-size: 100px !important
}

.size-104 {
    font-size: 104px !important
}

.size-108 {
    font-size: 108px !important
}

.size-112 {
    font-size: 112px !important
}

.size-116 {
    font-size: 116px !important
}

.size-120 {
    font-size: 120px !important
}

.size-124 {
    font-size: 124px !important
}

.size-128 {
    font-size: 128px !important
}

.size-132 {
    font-size: 132px !important
}

.size-136 {
    font-size: 136px !important
}

.size-140 {
    font-size: 140px !important
}

.size-144 {
    font-size: 144px !important
}

.size-148 {
    font-size: 148px !important
}

.size-152 {
    font-size: 152px !important
}

.size-156 {
    font-size: 156px !important
}

.size-160 {
    font-size: 160px !important
}

.size-164 {
    font-size: 164px !important
}

.size-168 {
    font-size: 168px !important
}

.size-172 {
    font-size: 172px !important
}

.size-176 {
    font-size: 176px !important
}

.size-180 {
    font-size: 180px !important
}

.size-184 {
    font-size: 184px !important
}

.size-188 {
    font-size: 188px !important
}

.size-192 {
    font-size: 192px !important
}

.size-196 {
    font-size: 196px !important
}

.size-200 {
    font-size: 200px !important
}

.size-204 {
    font-size: 204px !important
}

.size-208 {
    font-size: 208px !important
}

.size-212 {
    font-size: 212px !important
}

.size-216 {
    font-size: 216px !important
}

.size-220 {
    font-size: 220px !important
}

@media all and (max-width: 1024px) {
    .size-12 {
        font-size: 12px !important
    }

    .size-14 {
        font-size: 14px !important
    }

    .size-16 {
        font-size: 16px !important
    }

    .size-18 {
        font-size: 18px !important
    }

    .size-21 {
        font-size: 21px !important
    }

    .size-24 {
        font-size: 24px !important
    }

    .size-28 {
        font-size: 28px !important
    }

    .size-32 {
        font-size: 32px !important
    }

    .size-35 {
        font-size: 35px !important
    }

    .size-38 {
        font-size: 38px !important
    }

    .size-42 {
        font-size: 42px !important
    }

    .size-46 {
        font-size: 46px !important
    }

    .size-48 {
        font-size: 48px !important
    }

    .size-50 {
        font-size: 50px !important
    }

    .size-54 {
        font-size: 54px !important
    }

    .size-60 {
        font-size: 60px !important
    }

    .size-64 {
        font-size: 64px !important
    }

    .size-68 {
        font-size: 68px !important
    }

    .size-72 {
        font-size: 72px !important
    }

    .size-76 {
        font-size: 73px !important
    }

    .size-80 {
        font-size: 74px !important
    }

    .size-84 {
        font-size: 75px !important
    }

    .size-88 {
        font-size: 76px !important
    }

    .size-92 {
        font-size: 77px !important
    }

    .size-96 {
        font-size: 78px !important
    }

    .size-100 {
        font-size: 79px !important
    }

    .size-104 {
        font-size: 80px !important
    }

    .size-108 {
        font-size: 81px !important
    }

    .size-112 {
        font-size: 82px !important
    }

    .size-116 {
        font-size: 84px !important
    }

    .size-120 {
        font-size: 85px !important
    }

    .size-124 {
        font-size: 86px !important
    }

    .size-128 {
        font-size: 87px !important
    }

    .size-132 {
        font-size: 88px !important
    }

    .size-136 {
        font-size: 89px !important
    }

    .size-140 {
        font-size: 90px !important
    }

    .size-144 {
        font-size: 91px !important
    }

    .size-148 {
        font-size: 92px !important
    }

    .size-152 {
        font-size: 93px !important
    }

    .size-156 {
        font-size: 94px !important
    }

    .size-160 {
        font-size: 95px !important
    }

    .size-164 {
        font-size: 96px !important
    }

    .size-168 {
        font-size: 97px !important
    }

    .size-172 {
        font-size: 98px !important
    }

    .size-176 {
        font-size: 99px !important
    }

    .size-180 {
        font-size: 100px !important
    }

    .size-184 {
        font-size: 111px !important
    }

    .size-188 {
        font-size: 112px !important
    }

    .size-192 {
        font-size: 113px !important
    }

    .size-196 {
        font-size: 114px !important
    }

    .size-200 {
        font-size: 115px !important
    }

    .size-204 {
        font-size: 116px !important
    }

    .size-208 {
        font-size: 117px !important
    }

    .size-212 {
        font-size: 118px !important
    }

    .size-216 {
        font-size: 119px !important
    }

    .size-220 {
        font-size: 120px !important
    }
}

@media all and (max-width: 640px) {
    .size-12 {
        font-size: 12px !important
    }

    .size-14 {
        font-size: 14px !important
    }

    .size-16 {
        font-size: 16px !important
    }

    .size-18 {
        font-size: 18px !important
    }

    .size-21 {
        font-size: 21px !important
    }

    .size-24 {
        font-size: 22px !important
    }

    .size-28 {
        font-size: 24px !important
    }

    .size-32 {
        font-size: 26px !important
    }

    .size-35 {
        font-size: 28px !important
    }

    .size-38 {
        font-size: 30px !important
    }

    .size-42 {
        font-size: 32px !important
    }

    .size-46 {
        font-size: 34px !important
    }

    .size-48 {
        font-size: 36px !important
    }

    .size-50 {
        font-size: 36px !important
    }

    .size-54 {
        font-size: 36px !important
    }

    .size-60 {
        font-size: 36px !important
    }

    .size-64 {
        font-size: 36px !important
    }

    .size-68 {
        font-size: 36px !important
    }

    .size-72 {
        font-size: 36px !important
    }

    .size-76 {
        font-size: 36px !important
    }

    .size-80 {
        font-size: 36px !important
    }

    .size-84 {
        font-size: 36px !important
    }

    .size-88 {
        font-size: 36px !important
    }

    .size-92 {
        font-size: 36px !important
    }

    .size-96 {
        font-size: 36px !important
    }

    .size-100 {
        font-size: 36px !important
    }

    .size-104 {
        font-size: 36px !important
    }

    .size-108 {
        font-size: 36px !important
    }

    .size-112 {
        font-size: 36px !important
    }

    .size-116 {
        font-size: 36px !important
    }

    .size-120 {
        font-size: 36px !important
    }

    .size-124 {
        font-size: 36px !important
    }

    .size-128 {
        font-size: 36px !important
    }

    .size-132 {
        font-size: 36px !important
    }

    .size-136 {
        font-size: 36px !important
    }

    .size-140 {
        font-size: 36px !important
    }

    .size-144 {
        font-size: 36px !important
    }

    .size-148 {
        font-size: 36px !important
    }

    .size-152 {
        font-size: 36px !important
    }

    .size-156 {
        font-size: 36px !important
    }

    .size-160 {
        font-size: 36px !important
    }

    .size-164 {
        font-size: 36px !important
    }

    .size-168 {
        font-size: 36px !important
    }

    .size-172 {
        font-size: 36px !important
    }

    .size-176 {
        font-size: 36px !important
    }

    .size-180 {
        font-size: 36px !important
    }

    .size-184 {
        font-size: 36px !important
    }

    .size-188 {
        font-size: 36px !important
    }

    .size-192 {
        font-size: 36px !important
    }

    .size-196 {
        font-size: 36px !important
    }

    .size-200 {
        font-size: 36px !important
    }

    .size-204 {
        font-size: 36px !important
    }

    .size-208 {
        font-size: 36px !important
    }

    .size-212 {
        font-size: 36px !important
    }

    .size-216 {
        font-size: 36px !important
    }

    .size-220 {
        font-size: 36px !important
    }
}

@media all and (max-width: 640px) {
    .size-12 span {
        font-size: 12px !important
    }

    .size-14 span {
        font-size: 14px !important
    }

    .size-16 span {
        font-size: 16px !important
    }

    .size-18 span {
        font-size: 18px !important
    }

    .size-21 span {
        font-size: 21px !important
    }

    .size-24 span {
        font-size: 22px !important
    }

    .size-28 span {
        font-size: 24px !important
    }

    .size-32 span {
        font-size: 26px !important
    }

    .size-35 span {
        font-size: 28px !important
    }

    .size-38 span {
        font-size: 30px !important
    }

    .size-42 span {
        font-size: 32px !important
    }

    .size-46 span {
        font-size: 34px !important
    }

    .size-48 span {
        font-size: 36px !important
    }

    .size-50 span {
        font-size: 36px !important
    }

    .size-54 span {
        font-size: 36px !important
    }

    .size-60 span {
        font-size: 36px !important
    }

    .size-64 span {
        font-size: 36px !important
    }

    .size-68 span {
        font-size: 36px !important
    }

    .size-72 span {
        font-size: 36px !important
    }

    .size-76 span {
        font-size: 36px !important
    }

    .size-80 span {
        font-size: 36px !important
    }

    .size-84 span {
        font-size: 36px !important
    }

    .size-88 span {
        font-size: 36px !important
    }

    .size-92 span {
        font-size: 36px !important
    }

    .size-96 span {
        font-size: 36px !important
    }

    .size-100 span {
        font-size: 36px !important
    }

    .size-104 span {
        font-size: 36px !important
    }

    .size-108 span {
        font-size: 36px !important
    }

    .size-112 span {
        font-size: 36px !important
    }

    .size-116 span {
        font-size: 36px !important
    }

    .size-120 span {
        font-size: 36px !important
    }

    .size-124 span {
        font-size: 36px !important
    }

    .size-128 span {
        font-size: 36px !important
    }

    .size-132 span {
        font-size: 36px !important
    }

    .size-136 span {
        font-size: 36px !important
    }

    .size-140 span {
        font-size: 36px !important
    }

    .size-144 span {
        font-size: 36px !important
    }

    .size-148 span {
        font-size: 36px !important
    }

    .size-152 span {
        font-size: 36px !important
    }

    .size-156 span {
        font-size: 36px !important
    }

    .size-160 span {
        font-size: 36px !important
    }

    .size-164 span {
        font-size: 36px !important
    }

    .size-168 span {
        font-size: 36px !important
    }

    .size-172 span {
        font-size: 36px !important
    }

    .size-176 span {
        font-size: 36px !important
    }

    .size-180 span {
        font-size: 36px !important
    }

    .size-184 span {
        font-size: 36px !important
    }

    .size-188 span {
        font-size: 36px !important
    }

    .size-192 span {
        font-size: 36px !important
    }

    .size-196 span {
        font-size: 36px !important
    }

    .size-200 span {
        font-size: 36px !important
    }

    .size-204 span {
        font-size: 36px !important
    }

    .size-208 span {
        font-size: 36px !important
    }

    .size-212 span {
        font-size: 36px !important
    }

    .size-216 span {
        font-size: 36px !important
    }

    .size-220 span {
        font-size: 36px !important
    }
}

@media all and (max-width: 1024px) {
    .margin-left-1024-reset {
        margin-left: 0px !important;
    }

    .margin-right-1024-reset {
        margin-right: 0px !important;
    }
}

.letter-spacing-25 {
    letter-spacing: 25px !important
}

.letter-spacing-24 {
    letter-spacing: 24px !important
}

.letter-spacing-23 {
    letter-spacing: 23px !important
}

.letter-spacing-22 {
    letter-spacing: 22px !important
}

.letter-spacing-21 {
    letter-spacing: 21px !important
}

.letter-spacing-20 {
    letter-spacing: 20px !important
}

.letter-spacing-19 {
    letter-spacing: 19px !important
}

.letter-spacing-18 {
    letter-spacing: 18px !important
}

.letter-spacing-17 {
    letter-spacing: 17px !important
}

.letter-spacing-16 {
    letter-spacing: 16px !important
}

.letter-spacing-15 {
    letter-spacing: 15px !important
}

.letter-spacing-14 {
    letter-spacing: 14px !important
}

.letter-spacing-13 {
    letter-spacing: 13px !important
}

.letter-spacing-12 {
    letter-spacing: 12px !important
}

.letter-spacing-11 {
    letter-spacing: 11px !important
}

.letter-spacing-10 {
    letter-spacing: 10px !important
}

.letter-spacing-9 {
    letter-spacing: 9px !important
}

.letter-spacing-8 {
    letter-spacing: 8px !important
}

.letter-spacing-7 {
    letter-spacing: 7px !important
}

.letter-spacing-6 {
    letter-spacing: 6px !important
}

.letter-spacing-5 {
    letter-spacing: 5px !important
}

.letter-spacing-4 {
    letter-spacing: 4px !important
}

.letter-spacing-3 {
    letter-spacing: 3px !important
}

.letter-spacing-2 {
    letter-spacing: 2px !important
}

.letter-spacing-1 {
    letter-spacing: 1px !important
}

@media all and (max-width: 1024px) {
    .letter-spacing-25 {
        letter-spacing: 5px !important
    }

    .letter-spacing-24 {
        letter-spacing: 5px !important
    }

    .letter-spacing-23 {
        letter-spacing: 5px !important
    }

    .letter-spacing-22 {
        letter-spacing: 5px !important
    }

    .letter-spacing-21 {
        letter-spacing: 5px !important
    }

    .letter-spacing-20 {
        letter-spacing: 5px !important
    }

    .letter-spacing-19 {
        letter-spacing: 5px !important
    }

    .letter-spacing-18 {
        letter-spacing: 5px !important
    }

    .letter-spacing-17 {
        letter-spacing: 5px !important
    }

    .letter-spacing-16 {
        letter-spacing: 5px !important
    }

    .letter-spacing-15 {
        letter-spacing: 5px !important
    }

    .letter-spacing-14 {
        letter-spacing: 5px !important
    }

    .letter-spacing-13 {
        letter-spacing: 5px !important
    }

    .letter-spacing-12 {
        letter-spacing: 5px !important
    }

    .letter-spacing-11 {
        letter-spacing: 5px !important
    }

    .letter-spacing-10 {
        letter-spacing: 5px !important
    }

    .letter-spacing-9 {
        letter-spacing: 5px !important
    }

    .letter-spacing-8 {
        letter-spacing: 4px !important
    }

    .letter-spacing-7 {
        letter-spacing: 4px !important
    }

    .letter-spacing-6 {
        letter-spacing: 3px !important
    }

    .letter-spacing-5 {
        letter-spacing: 3px !important
    }
}


/**********************************
    Title Styles
***********************************/

.is-light-text * {
    color: rgba(255, 255, 255, 0.93);
}

.is-dark-text * {
    color: #000;
}

/* Style 1 */

.is-title1-96 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.is-title1-80 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.is-title1-64 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.is-title1-48 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.is-title1-32 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Style 2 */

.is-title2-96 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.is-title2-80 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.is-title2-64 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.is-title2-48 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.is-title2-32 {
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Style 3 */

.is-title3-96 {
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 20px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-title3-80 {
    margin-top: 25px;
    margin-bottom: 33px;
    padding: 20px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-title3-64 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 18px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-title3-48 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 18px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-title3-32 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-light-text .is-title3-96 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-80 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-64 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-48 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-32 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-dark-text .is-title3-96 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-80 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-64 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-48 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-32 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

/* Style 4 */

.is-title4-96 {
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 20px 30px;
    border: #000 2px solid;
}

.is-title4-80 {
    margin-top: 25px;
    margin-bottom: 33px;
    padding: 20px 30px;
    border: #000 2px solid;
}

.is-title4-64 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 18px 28px;
    border: #000 2px solid;
}

.is-title4-48 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 18px 25px;
    border: #000 2px solid;
}

.is-title4-32 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: #000 2px solid;
}

.is-light-text .is-title4-96 {
    border: #fff 2px solid;
}

.is-light-text .is-title4-80 {
    border: #fff 2px solid;
}

.is-light-text .is-title4-64 {
    border: #fff 2px solid;
}

.is-light-text .is-title4-48 {
    border: #fff 2px solid;
}

.is-light-text .is-title4-32 {
    border: #fff 2px solid;
}

.is-dark-text .is-title4-96 {
    border: #000 2px solid;
}

.is-dark-text .is-title4-80 {
    border: #000 2px solid;
}

.is-dark-text .is-title4-64 {
    border: #000 2px solid;
}

.is-dark-text .is-title4-48 {
    border: #000 2px solid;
}

.is-dark-text .is-title4-32 {
    border: #000 2px solid;
}

/* Style 5 */

.is-title5-96 {
    margin-top: 10px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: #000 2px solid;
}

.is-title5-80 {
    margin-top: 10px;
    margin-bottom: 33px;
    padding-bottom: 25px;
    border-bottom: #000 2px solid;
}

.is-title5-64 {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
}

.is-title5-48 {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
}

.is-title5-32 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
}

.is-light-text .is-title5-96 {
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-80 {
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-64 {
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-48 {
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-32 {
    border-bottom: #fff 2px solid;
}

.is-dark-text .is-title5-96 {
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-80 {
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-64 {
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-48 {
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-32 {
    border-bottom: #000 2px solid;
}

/* Extra Title Styles */

.is-title-lite {
    letter-spacing: 3px;
    word-spacing: 5px;
}

.is-title-lite.is-title3-96,
.is-title-lite.is-title4-96,
.is-title-lite.is-title5-96 {
    letter-spacing: 4px;
    word-spacing: 8px;
}

.is-title-lite.is-title3-80,
.is-title-lite.is-title4-80,
.is-title-lite.is-title5-80 {
    letter-spacing: 4px;
    word-spacing: 8px;
}

.is-title-lite.is-title3-64,
.is-title-lite.is-title4-64,
.is-title-lite.is-title5-64 {
    letter-spacing: 4px;
    word-spacing: 8px;
}

.is-title-lite.is-title3-48,
.is-title-lite.is-title4-48,
.is-title-lite.is-title5-48 {
    letter-spacing: 4px;
    word-spacing: 8px;
}

.is-title-lite.is-title3-32,
.is-title-lite.is-title4-32,
.is-title-lite.is-title5-32 {
    letter-spacing: 3px;
    word-spacing: 5px;
}

.is-title-bold {
    font-weight: 800;
}

.is-title-bold.is-title3-96,
.is-title-bold.is-title4-96,
.is-title-bold.is-title5-96 {
    border-width: 4px;
}

.is-title-bold.is-title3-80,
.is-title-bold.is-title4-80,
.is-title-bold.is-title5-80 {
    border-width: 4px;
}

.is-title-bold.is-title3-64,
.is-title-bold.is-title4-64,
.is-title-bold.is-title5-64 {
    border-width: 3px;
}

.is-title-bold.is-title3-48,
.is-title-bold.is-title4-48,
.is-title-bold.is-title5-48 {
    border-width: 3px;
}

.is-title-bold.is-title3-32,
.is-title-bold.is-title4-32,
.is-title-bold.is-title5-32 {
    border-width: 2px;
}


/**********************************
    Into Styles
***********************************/

.is-info1 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-style: italic;
}

.is-info1.size-21 {
    margin-top: 12px;
}

.is-info1.size-24 {
    margin-top: 15px;
}

.is-info2 {
    margin-top: 10px;
    margin-bottom: 0px;
}

.is-info2.size-21 {
    margin-top: 12px;
}

.is-info2.size-24 {
    margin-top: 15px;
}


/**********************************
    Buttons Styles
***********************************/

.is-btn,
a.is-btn {
    padding: 10px 50px;
    font-size: 1rem;
    line-height: 2rem;
    border-radius: 0;
    letter-spacing: 3px;
    display: inline-block;
    margin: 3px 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
    text-decoration: none;
    color: #000;
}

.is-btn:hover,
.is-btn:visited,
.is-btn:focus,
a.is-btn:hover,
a.is-btn:visited,
a.is-btn:focus {
    color: initial;
    text-decoration: initial;
    opacity: initial;
}

/* prevent overide */

/* ghost1 default */
.is-btn-ghost1,
a.is-btn-ghost1 {
    color: #000;
    border: 2px solid #111;
}

/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1,
.is-light-text a.is-btn-ghost1,
.is-dark-text .is-light-text a.is-btn-ghost1 {
    color: #fff;
    border: 2px solid #fff;
}

/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1,
.is-dark-text a.is-btn-ghost1,
.is-light-text .is-dark-text a.is-btn-ghost1 {
    color: #000;
    border: 2px solid #111;
}

/* ghost2 default */
.is-btn-ghost2,
a.is-btn-ghost2 {
    color: #000;
    border: 2px solid #dcdcdc;
    background-color: #dcdcdc;
}

/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2,
.is-light-text a.is-btn-ghost2,
.is-dark-text .is-light-text a.is-btn-ghost2 {
    color: #000;
    border: 2px solid #f9f9f9;
    background-color: #f9f9f9;
}

/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2,
.is-dark-text a.is-btn-ghost2,
.is-light-text .is-dark-text a.is-btn-ghost2 {
    color: #000;
    border: 2px solid #d7d7d7;
    background-color: #d7d7d7;
}

.is-btn.is-btn-small,
.is-btn-small {
    padding: 5px 25px;
    font-size: 0.85em;
}

.is-btn.is-upper,
.is-upper {
    text-transform: uppercase;
}

.is-btn.is-rounded-30,
.is-rounded-30 {
    border-radius: 30px;
}

/* Lightbox */

.block-click {
    cursor: pointer;
}

.block-click>* {
    pointer-events: none;
    user-select: none;
}

/* Column Height */

.min-height-300 {
    min-height: 300px !important;
}

.min-height-350 {
    min-height: 350px !important;
}

.min-height-400 {
    min-height: 400px !important;
}

.min-height-450 {
    min-height: 450px !important;
}

.min-height-500 {
    min-height: 500px !important;
}

.min-height-550 {
    min-height: 550px !important;
}

.min-height-600 {
    min-height: 600px !important;
}

.min-height-650 {
    min-height: 650px !important;
}

.min-height-700 {
    min-height: 700px !important;
}

@media all and (max-width: 1024px) {
    .min-height-300 {
        min-height: 300px !important;
    }

    .min-height-350 {
        min-height: 340px !important;
    }

    .min-height-400 {
        min-height: 380px !important;
    }

    .min-height-450 {
        min-height: 430px !important;
    }

    .min-height-500 {
        min-height: 480px !important;
    }

    .min-height-550 {
        min-height: 530px !important;
    }

    .min-height-600 {
        min-height: 580px !important;
    }

    .min-height-650 {
        min-height: 630px !important;
    }

    .min-height-700 {
        min-height: 680px !important;
    }
}

@media all and (max-width: 640px) {
    .min-height-300 {
        min-height: 240px !important;
    }

    .min-height-350 {
        min-height: 270px !important;
    }

    .min-height-400 {
        min-height: 300px !important;
    }

    .min-height-450 {
        min-height: 350px !important;
    }

    .min-height-500 {
        min-height: 400px !important;
    }

    .min-height-550 {
        min-height: 430px !important;
    }

    .min-height-600 {
        min-height: 460px !important;
    }

    .min-height-650 {
        min-height: 500px !important;
    }

    .min-height-700 {
        min-height: 540px !important;
    }
}

@media all and (max-width: 540px) {
    .min-height-300 {
        min-height: 180px !important;
    }

    .min-height-350 {
        min-height: 210px !important;
    }

    .min-height-400 {
        min-height: 240px !important;
    }

    .min-height-450 {
        min-height: 270px !important;
    }

    .min-height-500 {
        min-height: 300px !important;
    }

    .min-height-550 {
        min-height: 310px !important;
    }

    .min-height-600 {
        min-height: 320px !important;
    }

    .min-height-650 {
        min-height: 360px !important;
    }

    .min-height-700 {
        min-height: 400px !important;
    }
}

@media all and (max-width: 425px) {
    .min-height-300 {
        min-height: 150px !important;
    }

    .min-height-350 {
        min-height: 185px !important;
    }

    .min-height-400 {
        min-height: 220px !important;
    }

    .min-height-450 {
        min-height: 240px !important;
    }

    .min-height-500 {
        min-height: 260px !important;
    }

    .min-height-550 {
        min-height: 270px !important;
    }

    .min-height-600 {
        min-height: 280px !important;
    }

    .min-height-650 {
        min-height: 315px !important;
    }

    .min-height-700 {
        min-height: 350px !important;
    }
}


/*樣板結束*/


/* ============================================================
   SUPPORT PAGE STYLES
   ============================================================ */

/* ========================================
   1. Animations
======================================== */
.fade-in {
    animation: fadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   2. Hero Section
======================================== */
.support-hero {
    position: relative;
    background: #1e293b;
    padding: 100px 0 160px;
    overflow: hidden;
    background-image: url('https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
}

.support-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(30, 41, 59, 0.5), rgba(30, 41, 59, 0.8), #1e293b);
}

.support-hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 1rem;
}

.support-hero-subtitle {
    font-size: 1.125rem;
    color: #cbd5e1;
    font-weight: 300;
}

@media (max-width: 768px) {
    .support-hero {
        padding: 60px 0 120px;
    }

    .support-hero-title {
        font-size: 2rem;
    }
}

/* ========================================
   3. Navigation Hub (Tabs)
======================================== */
.support-nav-hub {
    margin-top: -80px;
    position: relative;
    padding-bottom: 30px;
}

.support-nav-tab {
    display: block;
    border: none;
    border-radius: 12px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top: 4px solid transparent;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.support-nav-tab.active {
    background: #008ED3;
    border-top-color: #008ED3;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-4px);
}

button:focus {
    outline: dotted 0px;
    outline: -webkit-focus-ring-color auto 0px;
}

.support-nav-tab.active .support-icon-box,
.support-nav-tab:hover .support-icon-box {
    background: #ffffff;
    color: #008ed3;
}

.support-nav-tab.active .support-tab-title,
.support-nav-tab.active .support-tab-desc,
.support-nav-tab.active .support-tab-link {
    color: #fff;
}

.support-nav-tab.inactive {
    color: #64748b;
}

.support-nav-tab.inactive:hover {
    background: #008ED3;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.support-nav-tab:hover .support-tab-title,
.support-nav-tab:hover .support-tab-desc,
.support-nav-tab:hover .support-tab-link {
    color: #fff;
}

.support-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.support-tab-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 4px;
    transition: color 0.3s ease;
    color: #334155;
}

.support-tab-desc {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 12px;
    line-height: 1.5;
}

.support-tab-link {
    font-size: 0.875rem;
    font-weight: 700;
    color: #008ED3;
    margin-top: auto;
    transition: transform 0.3s ease;
    display: inline-block;
}

.support-nav-tab:hover .support-tab-link {
    transform: translateX(4px);
}

/* ========================================
   4. Main Content Area
======================================== */
.support-main-content {
    background: #f8fafc;
    padding: 60px 0;
    min-height: 500px;
}

.support-section-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0f172a;
}

.support-title-bar {
    width: 80px;
    height: 4px;
    background: #008ED3;
    border-radius: 2px;
    margin-top: 16px;
}

.support-section-desc {
    color: #64748b;
    margin-top: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
   5. Support Cards
======================================== */
.support-card {
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.support-card-dark {
    background: #334155;
    border-color: #475569;
}

.support-card-darker {
    background: #1e293b;
    border-color: #334155;
}

.support-card.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
}

.support-card.border-blue:hover {
    border-color: #3b82f6;
}

.support-card.border-green:hover {
    border-color: #22c55e;
}

.support-card.border-purple:hover {
    border-color: #a855f7;
}

.support-card.border-slate:hover {
    border-color: #94a3b8;
}

.support-card-image {
    position: relative;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
}

.support-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.support-card:hover .support-card-image img {
    transform: scale(1.05);
}

.support-card-image.grayscale img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.support-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(30, 41, 59, 0.3);
}

.support-card-overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #1e293b, rgba(30, 41, 59, 0.4), transparent);
}

.support-card-badge {
    position: absolute;
    bottom: 16px;
    left: 24px;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
}

.badge-blue {
    background: rgba(37, 99, 235, 0.9);
}

.badge-green {
    background: rgba(22, 163, 74, 0.9);
}

.badge-purple {
    background: rgba(147, 51, 234, 0.9);
}

.badge-slate {
    background: rgba(71, 85, 105, 0.9);
}

.support-card-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.support-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.support-card-text {
    font-size: 0.875rem;
    color: #cbd5e1;
    line-height: 1.6;
}

/* ========================================
   6. Quick Links & RMA
======================================== */
.support-label {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.support-quick-link {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #334155;
    border-radius: 8px;
    border: 1px solid #475569;
    transition: background 0.3s ease;
    color: #fff;
    text-decoration: none;
}

.support-quick-link:hover {
    background: #475569;
    color: #fff;
    text-decoration: none;
}

.support-quick-link strong {
    font-size: 0.875rem;
}

.support-quick-link small {
    font-size: 10px;
    color: #94a3b8;
}

.support-rma-box {
    background: rgba(51, 65, 85, 0.5);
    border: 1px solid #475569;
    border-radius: 12px;
}

.support-rma-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
}

.rma-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-10px);
}

.rma-content.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* ========================================
   7. Purple Button
======================================== */
.btn-purple {
    background: #9333ea;
    border-color: #9333ea;
    color: #fff;
}

.btn-purple:hover {
    background: #a855f7;
    border-color: #a855f7;
    color: #fff;
}

.btn-outline {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    backdrop-filter: blur(4px);
    transition: all 0.3s;
}

.btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    color: white;
    transform: translateY(-2px);
}

.btn-blue {
    transition: all 0.3s;
    background-color: #ffffff;
    color: #008ed3;
    box-shadow: 0 4px 15px rgba(0, 142, 211, 0.3);
}

.btn-blue:hover {
    transform: translateY(-2px);
    color: white;
    background-color: #0077b3;
}

/* ========================================
   8. Learning Cards
======================================== */
.support-learning-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.support-learning-card.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
}

.support-learning-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.support-learning-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.support-learning-card:hover .support-learning-image img {
    transform: scale(1.05);
}

.support-learning-overlay {
    position: absolute;
    inset: 0;
    background: rgba(30, 41, 59, 0.4);
    transition: background 0.3s ease;
}

.support-learning-card:hover .support-learning-overlay {
    background: rgba(30, 41, 59, 0.3);
}

.support-learning-overlay-dark {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
}

.support-learning-youtube {
    background: #0f172a;
}

.support-learning-youtube img {
    opacity: 0.6;
    mix-blend-mode: overlay;
    transition: opacity 0.7s ease;
}

.support-learning-card:hover .support-learning-youtube img {
    opacity: 0.7;
}

.support-youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #dc2626;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.support-learning-card:hover .support-youtube-icon {
    transform: translate(-50%, -50%) scale(1.1);
}

.support-youtube-icon i {
    font-size: 2.5rem;
    color: #fff;
}

.support-learning-label {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #fff;
}

.support-learning-label h3 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    margin-top: 8px;
}

.badge-light-blur {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

.support-learning-body {
    padding: 32px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.support-learning-body h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.support-learning-body p {
    font-size: 0.875rem;
    color: #64748b;
    flex-grow: 1;
    margin-bottom: 32px;
}

/* ========================================
   9. Form Controls for Support
======================================== */
.support-rma-box .form-control {
    background: #475569;
    border-color: #64748b;
    color: #fff;
    font-size: 12px;
}

.support-rma-box .form-control:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 0.2rem rgba(34, 197, 94, 0.25);
}

.support-rma-box .form-control option {
    background: #475569;
    color: #fff;
}

/* ========================================
   10. Responsive Adjustments
======================================== */
@media (max-width: 767px) {
    .support-card-image {
        min-height: 200px;
    }

    .support-card-body {
        padding: 24px;
    }

    .support-nav-hub {
        margin-top: -60px;
    }

    .support-learning-image {
        height: 200px;
    }
}


/* ============================================================
   PRODUCTS MEGA MENU STYLES
   ============================================================ */

/* ========================================
   1. Desktop Mega Menu Container
======================================== */
.products-dropdown {
    position: relative;
}

.products-mega-menu {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    width: 100vw;
    background: #fff;
    border-top: 3px solid #008ED3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    min-height: 420px;
    z-index: 1000;
}

.products-dropdown:hover .products-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ========================================
   2. Sidebar Categories
======================================== */
.products-sidebar {
    width: 280px;
    background-color: #f8f9fa;
    border-right: 1px solid #e9ecef;
    padding: 25px 0;
    flex-shrink: 0;
}

.products-category-item {
    padding: 15px 30px !important;
    font-weight: 600;
    font-size: 15px;
    color: #666;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
    position: relative;
}

.products-category-item:hover {
    background-color: #008ED3 !important;
    color: #fff !important;
}

.products-category-item.active {
    background-color: #008ED3 !important;
    color: #fff !important;

}

.products-category-item::after {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 10px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.1s ease;
    float: right;
}

.products-category-item.external-link::after {
    content: '\f08e';
    font-size: 12px;
}

.products-category-item:hover::after,
.products-category-item.active::after {
    opacity: 1;
    transform: translateX(0);
}

/* ========================================
   3. Content Area
======================================== */
.products-content {
    flex: 1;
    padding: 30px 60px;
    background: #fff;
    overflow-y: auto;
}

.products-content .tab-content {
    width: 100%;
}

.products-content .tab-pane {
    display: none !important;
}

.products-content .tab-pane.active.show,
.products-content .tab-pane.show {
    display: flex !important;
    flex-direction: row;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-around;
}

/* Bootstrap 4 Pills Override for Products Menu */
.products-sidebar .nav-pills {
    flex-direction: column;
}

.products-sidebar .nav-pills .products-category-item {
    border-radius: 0;
    text-align: left;
}

.products-section {
    flex: 1;
    /*min-width: 200px;
    max-width: 300px;*/
    animation: productsFadeIn 0.4s ease-out;
}

@keyframes productsFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.products-section-title {
    font-size: 18px;
    color: #008ED3;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.products-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.products-list .products-link {
    font-size: 14px !important;
    color: #666 !important;
    padding: 4px 0 !important;
    display: block;
    position: relative;
    transition: all 0.2s ease;
    line-height: 1.4;
}

.products-link:hover {
    color: #008ED3 !important;
    padding-left: 8px !important;
}

.products-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #008ED3;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.products-link:hover::before {
    opacity: 1;
}

/* ========================================
   4. Mobile Products Menu
======================================== */
.products-mobile-menu {
    display: none;
}

.mobile-category {
    border-bottom: 1px solid #eee;
}

.mobile-category>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.mobile-category>a i {
    transition: transform 0.3s ease;
}

.mobile-category.open>a i {
    transform: rotate(90deg);
}

.mobile-submenu {
    display: none;
    background: #f8f9fa;
    padding: 10px 0;
}

.mobile-submenu li a {
    display: block;
    padding: 8px 30px;
    font-size: 13px;
    color: #666;
}

.mobile-submenu li a:hover {
    color: #008ED3;
    background: rgba(0, 142, 211, 0.05);
}

/* Override dopeNav dropdown for products */
.dopenav ul li.products-dropdown>ul.dropdown.products-mobile-menu {
    min-width: 100%;
    left: 0;
    transform: none;
}

/* ========================================
   5. Responsive Adjustments
======================================== */
@media (min-width: 992px) {
    .products-mega-menu {
        display: flex;
    }
}

@media (max-width: 991px) {

    /* Make Products link clickable on entire area */
    .products-dropdown {
        position: relative;
    }

    .products-dropdown>a.header-a {
        display: block !important;
        width: 100%;
        min-height: 50px;
        cursor: pointer;
        box-sizing: border-box;
    }

    .products-mega-menu {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        min-height: auto;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        flex-direction: column;
        box-shadow: none;
        border-top: none;
        transition: max-height 0.3s ease;
        background: transparent;
    }

    .products-dropdown.open .products-mega-menu {
        max-height: 5000px;
        border-top: 1px solid #333;
    }

    .products-sidebar {
        width: 100%;
        border-right: none;
        padding: 0;
        background: transparent;
    }

    .products-sidebar .nav-pills {
        flex-direction: column;
    }

    .products-category-item {
        padding: 12px 20px !important;
        font-size: 14px;
        border-bottom: 1px solid #333;
        border-radius: 0 !important;
        background: transparent;
        color: #a7a7a7 !important;
    }

    .products-category-item::after {
        content: '\f054';
        display: block;
        opacity: 0.5;
        transition: transform 0.3s ease;
    }

    .products-category-item.active {
        background-color: #008ED3 !important;
        color: #fff !important;
    }

    .products-category-item.active::after {
        opacity: 1;
        transform: rotate(90deg);
    }

    .products-category-item.external-link {
        background: transparent;
    }

    /* Hide desktop content area on mobile */
    .products-content {
        display: none !important;
    }

    /* Mobile accordion content */
    .mobile-products-content {
        display: none;
        padding: 15px 20px;
        background: transparent;
        border-bottom: 1px solid #333;
    }

    .mobile-products-content.show {
        display: block;
    }

    .mobile-products-content .products-section {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 15px;
    }

    .mobile-products-content .products-section:last-child {
        margin-bottom: 0;
    }

    .mobile-products-content .products-section-title {
        font-size: 14px;
        margin-bottom: 0px;
        padding-bottom: 8px;
    }

    .mobile-products-content .products-list {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .mobile-products-content .products-link {
        padding: 8px 0 !important;
        font-size: 13px;
        border-bottom: 1px solid #5a5a5a;
    }

    .mobile-products-content .products-link::before {
        display: none;
    }

    .mobile-products-content .products-link:hover {
        padding-left: 8px;
        color: #008ED3;
        background: transparent;
    }
}


/* ============================================================
   MARKET PAGE STYLES
   ============================================================ */

/* ========================================
   1. Market Hero Section
======================================== */
.market-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #fff;
    overflow: hidden;
    padding: 80px 0;
}

.market-hero-detail {
    min-height: 60vh;
}

.market-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.market-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.market-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(30, 41, 59, 0.5), rgba(15, 23, 42, 0.9));
    z-index: 1;
}

.market-hero-content {
    position: relative;
    z-index: 10;
}

.market-hero-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -1px;
    line-height: 1.1;
}

.market-hero-desc {
    font-size: 1.125rem;
    color: #cbd5e1;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.market-back-link {
    display: inline-flex;
    align-items: center;
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 24px;
    transition: color 0.3s;
}

.market-back-link:hover {
    color: #fff;
    text-decoration: none;
}

.market-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

/* ========================================
   2. Market Grid Section
======================================== */
.market-grid-section {
    padding: 80px 0;
    margin-top: -80px;
    position: relative;
    z-index: 20;
    background: #f8fafc;
}

.market-grid-section .container-fluid {
    max-width: 1400px;
}

/* ========================================
   3. Market Cards
======================================== */
.market-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    text-decoration: none;
    color: inherit;
}

a.market-card:hover {
    text-decoration: none;
    color: inherit;
}

.market-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.market-card.disabled {
    opacity: 0.85;
    cursor: default;
}

.market-card.disabled:hover {
    transform: none;
}

.market-card-img {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.market-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3));
    transition: opacity 0.3s;
}

.market-card:hover .market-card-img::after {
    opacity: 0.5;
}

.market-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.market-card:hover .market-card-img img {
    transform: scale(1.08);
}

.market-card-body {
    padding: 32px;
}

.market-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.market-card-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1e293b;
    transition: color 0.3s;
    margin: 0;
}

.market-card:hover .market-card-title {
    color: #008ED3;
}

.market-card-arrow {
    color: #008ED3;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s;
}

.market-card:hover .market-card-arrow {
    opacity: 1;
    transform: translateX(0);
}

.market-card-desc {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.market-card-status {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.market-card-status.active {
    color: #008ED3;
}

.market-card-status.coming {
    color: #94a3b8;
}

/* ========================================
   4. Scenarios Section
======================================== */
.market-scenarios-section {
    padding: 80px 0;
    background: #fff;
}

.market-section-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #008ED3;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.market-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
}

.market-section-desc {
    color: #64748b;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}

/* Tabs Navigation */
.market-tabs-nav {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0px;
    margin-bottom: 48px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.market-tabs-nav::-webkit-scrollbar {
    display: none;
}

.market-tab-btn {
    padding: 12px 15px !important;
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent !important;
    border-radius: 8px 8px 0 0 !important;
    transition: all 0.3s;
    white-space: nowrap;
}


.market-tab-btn:hover,
.market-tab-btn.active {
    color: #008ED3 !important;
    border-bottom-color: #008ED3 !important;
    background: #eff6ff !important;
}

/* Tab Content */
.market-tab-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.market-tab-image img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
}

.market-tab-info h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 16px;
}

.market-tab-info p {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 32px;
    line-height: 1.7;
}

.market-solutions-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.market-solutions-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.market-solution-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #f1f5f9;
    border-radius: 10px;
    font-weight: 600;
    color: #1e293b;
    transition: all 0.3s;
    text-decoration: none;
}

.market-solution-tag:hover {
    background: #008ED3;
    color: #fff;
    text-decoration: none;
}

.market-solution-tag .code {
    color: #008ED3;
    font-weight: 700;
}

.market-solution-tag:hover .code {
    color: #fff;
}

/* ========================================
   5. Solutions Section
======================================== */
.market-solutions-section {
    padding: 80px 0;
    background: #f8fafc;
}

.market-solution-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.market-solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.market-solution-card-img {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.market-solution-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.market-solution-card:hover .market-solution-card-img img {
    transform: scale(1.1);
}

.market-solution-code {
    position: absolute;
    top: 0;
    right: 0;
    background: #0f172a;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 8px 16px;
    border-bottom-left-radius: 10px;
}

.market-solution-card-body {
    padding: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.market-solution-card-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #008ED3;
    margin-bottom: 16px;
}

.market-solution-card-desc {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 24px;
}

.market-solution-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #008ED3;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: gap 0.3s;
}

.market-solution-card-link:hover {
    text-decoration: none;
    gap: 12px;
}

/* ========================================
   6. Partners Carousel
======================================== */
.market-partners-section {
    padding: 80px 0;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    overflow: hidden;
}

.market-partners-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 48px;
}

.market-partners-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.market-partners-wrapper::before,
.market-partners-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 10;
    pointer-events: none;
}

.market-partners-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.market-partners-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.market-partners-track {
    display: flex;
    width: max-content;
    animation: marketPartnersScroll 40s linear infinite;
}

.market-partners-track:hover {
    animation-play-state: paused;
}

@keyframes marketPartnersScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.market-partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 80px;
    margin: 0 24px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}

.market-partner-logo:hover {
    border-color: #008ED3;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.market-partner-logo span {
    font-size: 1.1rem;
    font-weight: 700;
    color: #94a3b8;
    transition: color 0.3s;
}

.market-partner-logo:hover span {
    color: #008ED3;
}

/* ========================================
   7. CTA Section
======================================== */
.market-cta-section {
    padding: 80px 0;
    background: #0f172a;
    color: #fff;
}

.market-cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 40px;
}

/* ========================================
   8. Responsive Adjustments
======================================== */
@media (max-width: 1024px) {
    .market-tab-image img {
        max-height: 320px;
    }
}

@media (max-width: 768px) {
    .market-hero {
        min-height: 40vh;
        padding: 60px 0;
    }

    .market-hero-title {
        font-size: 2rem;
    }

    .market-grid-section {
        margin-top: -60px;
    }

    .market-card-img {
        height: 200px;
    }

    .market-scenarios-section,
    .market-solutions-section {
        padding: 60px 0;
    }

    .market-tab-btn {
        padding: 12px 16px;
        font-size: 0.85rem;
    }

    .market-btn-group {
        flex-direction: column;
        width: 100%;
    }

    .market-btn-group .btn {
        width: 100%;
    }

    .market-cta-title {
        font-size: 1.75rem;
    }
}

/* ========================================
   Solution Page Styles
======================================== */

/* ========================================
   1. Solution Hero Section
======================================== */
.solution-hero {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.solution-hero-overview {
    background: radial-gradient(circle at 10% 20%, #1e293b 0%, #0f172a 90%);
    color: white;
    padding: 80px 0;
}

.solution-hero-bg-icon {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 300px;
    color: rgba(255, 255, 255, 0.02);
    pointer-events: none;
}

.solution-hero-content {
    position: relative;
    z-index: 9;
}

.solution-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: white;
}

.solution-btn-group {
    margin-top: 40px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Solution Hero Detail */
.solution-hero-detail {
    color: white;
    padding: 120px 0;
}

.solution-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.solution-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.6) 100%);
    z-index: 1;
}

.solution-badge {
    background-color: #008ED3;
    color: white;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.solution-hero-subtitle {
    font-size: 1.75rem;
    color: #008ED3;
    font-weight: 500;
    margin-bottom: 30px;
}

.solution-desc-box {
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid #008ED3;
    padding: 24px;
    border-radius: 0 8px 8px 0;
    backdrop-filter: blur(5px);
    margin-bottom: 30px;
}

.solution-desc-title {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.solution-desc-text {
    color: #e2e8f0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 0;
}

/* ========================================
   2. Solution Grid Section
======================================== */
.solution-grid-section {
    padding: 80px 0;
    background-color: #f8fafc;
}

/* Solution Cards */
.solution-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border-color: #008ED3;
    text-decoration: none;
    color: inherit;
}

.solution-card.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.solution-card-img {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.solution-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.solution-card:hover .solution-card-img img {
    transform: scale(1.08);
}

.solution-card-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.solution-card-body {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.solution-card-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #1e293b;
    line-height: 1.3;
}

.solution-card-desc {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 28px;
    flex-grow: 1;
    line-height: 1.6;
}

.solution-card-link {
    color: #008ED3;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.solution-card:hover .solution-card-link {
    gap: 12px;
}

/* ========================================
   3. Solution Scenarios Section (Zig-Zag)
======================================== */
.solution-scenarios-section {
    background-color: white;
    padding: 80px 0;
}

.solution-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1e293b;
}

.solution-divider {
    width: 80px;
    height: 5px;
    background-color: #008ED3;
    margin: 0 auto;
    border-radius: 3px;
}

.solution-section-desc {
    color: #64748b;
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto;
}

.solution-scenario-item {
    margin-bottom: 100px;
}

.solution-scenario-item:last-child {
    margin-bottom: 0;
}

.solution-scenario-img {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid #f1f5f9;
}

.solution-scenario-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.solution-scenario-content {
    padding: 0 20px;
}

.solution-scenario-id {
    font-size: 14px;
    font-weight: 900;
    color: #cbd5e1;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: block;
}

.solution-scenario-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #1e293b;
    line-height: 1.2;
}

.solution-scenario-subtitle {
    color: #008ED3;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}

.solution-scenario-desc {
    font-size: 1.125rem;
    color: #475569;
    margin-bottom: 32px;
    text-align: justify;
    line-height: 1.7;
}

.solution-product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.solution-product-tag {
    background-color: #f8fafc;
    color: #334155;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.solution-product-tag::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #008ED3;
}

.solution-product-tag:hover {
    border-color: #008ED3;
    color: #008ED3;
}

/* ========================================
   4. Solution Video Section
======================================== */
.solution-video-section {
    background-color: #1e293b;
    padding: 80px 0;
    color: white;
}

.solution-video-title {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: white;
}

.solution-video-subtitle {
    font-size: 1.125rem;
    color: #cbd5e1;
}

.solution-video-card {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.solution-video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: brightness(0.8);
}

.solution-video-card:hover img {
    transform: scale(1.05);
    filter: brightness(1);
}

.solution-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s;
}

.solution-play-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    transition: all 0.3s;
}

.solution-play-icon i {
    color: white;
    font-size: 24px;
    margin-left: 4px;
}

.solution-video-card:hover .solution-play-icon {
    background: #008ED3;
    border-color: #008ED3;
    transform: scale(1.1);
}

.solution-video-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
}

/* ========================================
   5. Solution Partners Carousel
======================================== */
.solution-partners-section {
    background-color: #f8fafc;
    padding: 80px 0;
    border-top: 1px solid #e2e8f0;
    overflow: hidden;
    text-align: center;
}

.solution-partners-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.solution-partners-wrapper {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.solution-partners-track {
    display: flex;
    width: fit-content;
    animation: solutionPartnersScroll 35s linear infinite;
}

.solution-partner-logo {
    width: 240px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
    transition: all 0.3s;
    flex-shrink: 0;
    padding: 5px;
}

.solution-partner-logo:hover {
    border-color: #008ED3;
    transform: translateY(-4px);
}

.solution-partner-logo span {
    font-size: 1.25rem;
    font-weight: 800;
    color: #94a3b8;
    transition: color 0.3s;
}

.solution-partner-logo:hover span {
    color: #008ED3;
}

@keyframes solutionPartnersScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ========================================
   6. Solution CTA Section
======================================== */
.solution-cta-section {
    background-color: white;
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid #e2e8f0;
}

.solution-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
}

.solution-cta-buttons .btn-link {
    color: #64748b;
    font-weight: 700;
}

.solution-cta-buttons .btn-link:hover {
    color: #008ED3;
    text-decoration: none;
}

/* ========================================
   7. Solution Page Responsive
======================================== */
@media (max-width: 1024px) {
    .solution-scenario-img img {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .solution-hero-overview {
        padding: 60px 0;
    }

    .solution-hero-detail {
        padding: 80px 0;
    }

    .solution-hero-title {
        font-size: 2.5rem;
    }

    .solution-hero-subtitle {
        font-size: 1.25rem;
    }

    .solution-hero-bg-icon {
        display: none;
    }

    .solution-grid-section {
        padding: 60px 0;
    }

    .solution-card-img {
        height: 200px;
    }

    .solution-scenarios-section {
        padding: 60px 0;
    }

    .solution-section-title {
        font-size: 1.75rem;
    }

    .solution-scenario-item {
        margin-bottom: 60px;
    }

    .solution-scenario-img img {
        height: 280px;
    }

    .solution-scenario-title {
        font-size: 1.5rem;
    }

    .solution-scenario-content {
        padding: 0;
        margin-top: 30px;
    }

    .solution-video-section {
        padding: 60px 0;
    }

    .solution-btn-group {
        flex-direction: column;
        width: 100%;
    }

    .solution-btn-group .btn {
        width: 100%;
    }

    .solution-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .solution-cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}