html,
body {
    font-size: 16px;
    color: #707070;
    font-family: "Roboto", "微軟正黑體", STHeiti, arial, sans-serif;
    line-height: 185%;
}

body {
    overflow-x: hidden;
}

.container-fluid {
    max-width: 1765px;
}

header .navbar-area {
    height: 90px;
}

header .navbar {
    padding: 0;
    align-items: center;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

header .navbar-brand {
    z-index: 3;
}


header .navbar-brand a .logo-image {
    width: 270px;
}

header .navbar-div.shrink .navbar-brand a .logo-image {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

header .navbar-div {
    background: #F7F7F7;
    height: 90px;
    transition: height 0.2s linear;
    -moz-transition: height 0.2s linear;
    -webkit-transition: height 0.2s linear;
}

header .navbar-div.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11;
}

header .navbar-div.shrink {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}


header .navbar-div .subBg {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -webkit-transition: top 0.2s linear;
}

header .nav-right {
    display: flex;
    align-items: center;
    /* padding-top: 3px; */
}

header .nav-right .con-lang {
    display: flex;
    align-items: center;
    z-index: 3;
    /* padding: 10px 0; */
}

@media (max-width: 991px) {
    header .nav-right .con-lang .language-dropdown .dropdown-btn {
        padding: 0;
    }
}


header .nav-menu .item {
    position: relative;
}

header .nav-menu .item a {
    color: #707070;
    text-decoration: none;
    font-size: 16px;
    padding: 30px 77px 30px 15px;
    display: block;
}

@media (max-width: 1399px) {
    header .nav-menu .item a {
        padding: 30px 60px 30px 15px;
    }
}

header .nav-menu .item a:hover span,
header .nav-menu .item .active span {
    color: #00B3CD;
    font-weight: bold;
}

header .nav-menu .item .subMenu li {
    padding: 6px 5px;
    border-radius: 5px;
    margin: 5px 0;
}

header .nav-menu .item .subMenu li:hover {
    background-color: #E2F6FA;
    font-weight: bold;
}

header .nav-menu .item .subMenu li:hover span {
    color: #707070;
}

header .nav-menu .item .subMenu .active {
    font-weight: bold;
}


header .nav-menu .item ul,
header .nav-menu .item li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header .nav-menu .item ul li a {
    font-size: 0.975rem;
    padding: 0 10px;
    margin-right: 0;
    line-height: 1.3rem;
}

header .nav-menu .gnbList .mainMenu {
    position: relative;
}

header .nav-menu .gnbList .mainMenu:hover .subMenu {
    display: block;
    position: absolute;
    top: 60px;
}

header .nav-menu .gnbList .mainMenu .subMenu {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 5px;
    margin: 25px 0 10px;
    box-sizing: border-box;
    z-index: 3;
    position: relative;
    width: max-content;
    display: none;
}


/*.language-dropdown {
    height: 57px; 
}
*/
.con-lang .con-icon {
    margin-right: 25px;
    /* height: 25px; */
}


.con-lang .con-icon a,
.language-dropdown .btn i {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
}

.con-lang .con-icon a img,
.language-dropdown .btn i img {
    position: relative;
    bottom: 0;
    max-width: 100%;
}

.con-lang .con-icon a:hover img {
    bottom: 21px;
}

.language-dropdown:hover .btn i img {
    bottom: 23px;
}

@media (max-width: 1599px) {
    .con-lang .con-icon {
        margin-right: 30px;
    }
}

@media (max-width: 1399px) {
    .con-lang .con-icon {
        margin-right: 15px;
    }
}

.con-lang .dropdown-menu {
    display: none;
    left: auto;
    right: 0;
    min-width: 0px;
    width: 110px;
    padding: 0;
    margin-top: 0;
    background: #F1F1F1;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px rgb(18 144 165 / 25%);
    border-radius: 0;
}

.con-lang .dropdown-menu a {
    text-align: center;
    padding: 5px 0px;
    color: #666666;
    font-size: 0.85rem;
}

.con-lang .dropdown-menu a:hover {
    text-decoration: none;
    color: #00BED6;
}

.con-lang .language-dropdown:hover .dropdown-menu {
    display: block;
}

.mobile-navbar .con-lang .dropdown-btn i {
    width: 30px;
    height: 30px;
}

.mobile-navbar .search-wrapper .search-btn {
    margin: 0 0.5rem;
}

.mobile-navbar .search-wrapper .search-btn i {
    font-size: 27px;
}

.mobile-navbar .language-dropdown:hover .btn i img {
    bottom: 34px;
}

@media (max-width: 1399px) {
    .mobile-navbar .con-lang .con-icon {
        margin-right: 5px;
    }
}

/* ========== 搜尋功能樣式 ========== */
.search-wrapper {
    margin-left: 20px;
    height: 45px;
    display: flex;
    align-items: center;
}

.search-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background: transparent;
    color: #707070;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn i {
    transform: scaleX(-1);
    font-size: 20px;
}

.search-btn:hover,
.search-btn:focus {
    color: #00BED6;
    background: transparent;
    box-shadow: none;
}

.search-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    margin-top: 15px;
}

.search-box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px;
    width: 280px;
}

.search-box .input-group {
    flex-wrap: nowrap;
}

.search-box .form-control {
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    padding: 8px 12px;
    height: auto;
}

.search-box .form-control:focus {
    border-color: #00BED6;
    box-shadow: none;
}

.search-box .input-group-append {
    margin-left: 0;
}

.search-box .btn-search-submit {
    background-color: #00BED6;
    border: 1px solid #00BED6;
    border-radius: 0 4px 4px 0;
    color: #fff;
    padding: 8px 15px;
    transition: background-color 0.3s ease;
}

.search-box .btn-search-submit:hover {
    background-color: #00a8bd;
    border-color: #00a8bd;
}

.search-box .btn-search-submit i {
    transform: scaleX(-1);
    font-size: 20px;
}

@media (max-width: 1399px) {
    .search-wrapper {
        margin-left: 12px;
    }
}



/*banner*/

/* .banner,
.inside-menu-bar {
    margin-top: 152px;
} 

@media (max-width: 1199px) {

    .banner,
    .inside-menu-bar {
        margin-top: 68px;
    }
}*/

.banner .banner-image .b-img01 {
    background-image: url(../image/CompositeLayer2.jpg);
    background-repeat: no-repeat;
    background-position: center right -5px;
    background-size: cover;

}


.banner .banner-image .b-img02 {
    background-image: url(../image/CompositeLayer.jpeg);
    background-repeat: no-repeat;
    background-position: center right -5px;
    background-size: cover;

}

.banner .banner-image .bn:before {
    content: "";
    display: block;
    padding-bottom: 734px;
}

@media (max-width: 1199px) {
    .banner {
        padding-top: 64px;
    }
}

@media (max-width: 991px) {
    .banner .banner-image .bn:before {
        padding-bottom: 60%;
    }
}

.banner .banner-image .banner-text-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .banner-image .banner-text-wrapper .banner-text {
    padding: 15px 10rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.banner .banner-image .banner-text-wrapper .banner-text .banner-text-title {
    font-size: 55px;
    font-weight: 400;
    line-height: 115%;
    color: #fff;
    text-shadow: 2px 4px 4px rgba(19, 24, 1, 0.5);
    letter-spacing: 4px;
    transition: all 0.8s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.banner .banner-image .banner-text-wrapper .banner-text .banner-text-sub {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 300;
    font-style: italic;
    font-size: 35px;
    letter-spacing: 1px;
    margin-top: 2rem;
    padding-top: 6px;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    transition: all 0.8s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
}

.banner .banner-image.swiper-slide-active .banner-text-wrapper .banner-text {
    opacity: 1;
}

.banner .banner-image.swiper-slide-active .banner-text-wrapper .banner-text .banner-text-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.banner .banner-image.swiper-slide-active .banner-text-wrapper .banner-text .banner-text-sub {
    opacity: 1;
}

@media (max-width: 767px) {
    .banner .banner-image .banner-text-wrapper .banner-text .banner-text-title {
        font-size: 35px;
    }

    .banner .banner-image .banner-text-wrapper .banner-text .banner-text-sub {
        font-size: 20px;
        margin-top: 1rem;
    }
}

@media (max-width: 575px) {
    .banner .banner-image .banner-text-wrapper .banner-text {
        padding: 10px 15px;
    }

    .banner .banner-image .banner-text-wrapper .banner-text .banner-text-title {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .banner .banner-image .banner-text-wrapper .banner-text .banner-text-sub {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

.swiper-pagination {
    display: none;
}

@media (max-width: 991px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-pagination {
        display: block;
    }
}

span.swiper-pagination-bullet {
    background-color: #707070;
    opacity: 0.5;
}

span.swiper-pagination-bullet-active {
    background-color: #00BED6;
    opacity: 1;
}


/*menu-bar*/


.inside-menu-bar ul {
    display: flex;
}

.inside-menu-bar ul,
.inside-menu-bar .main-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inside-menu-bar .main-menu li {
    margin-right: 50px;
    position: relative;
}

@media (max-width: 1440px) {
    .inside-menu-bar .main-menu li {
        margin-right: 3.5%;
    }
}

.inside-menu-bar .main-menu li:last-child {
    margin-right: 0;
}

.inside-menu-bar .main-menu li a {
    color: #707070;
}


.inside-menu-bar .main-menu li a:hover,
.inside-menu-bar .main-menu li.active a {
    color: #00BED6;
    text-decoration: none;
    font-weight: bold;
}

/*main*/
#main {
    margin: 40px 0;
}


#main hr.home-hr {
    margin: 48px auto;
    max-width: 1765px;
    border-color: #969696;
}

@media (max-width: 991px) {
    #main {
        margin: 40px 0;
    }
}


/*home_news*/

.home-editor h4 {
    font-weight: bold;
    line-height: 185%;
}

.news-box .n-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #cdcdcd solid;
    padding-bottom: 20px;
}

.news-box .n-info .news-more a i img {
    width: 35px;
}

@media (max-width: 991px) {
    .news-box .n-info {
        padding-bottom: 15px;
        margin-bottom: 5px;
    }
}

.news-box .n-info .news-title span {
    font-size: 24px;
    font-weight: bold;

}

.news-box .news-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    gap: 10px;
    min-height: 50px;
}

@media (max-width: 1199px) {
    .news-box .n-info .news-title span {
        font-size: 20px;
    }
}


.news-box .news-list a {
    color: #707070;
    text-decoration: none;
}

.news-box .news-list a:hover,
.news-box .news-list:hover .news-date {
    color: #00BED6;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
}

.news-box .news-list:last-child {
    border-bottom: none;
}

@media (max-width: 991px) {
    .news-finance {
        margin-top: 30px;
    }

    .news-more a i img {
        width: 12px;
    }
}

@media (max-width: 767px) {
    .news-box .news-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .news-box .news-list .news-date {
        margin-top: 5px;
    }
}


/*home-edit*/


.home-editor .row p {
    font-weight: 400;
}

.home-editor .row span {
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}


.home-editor .learn-more {
    display: flex;
    align-items: center;
}

.home-editor .learn-more i {
    display: flex;
}

.home-editor .learn-more i img {
    width: 35px;
    height: 35px;
}

.home-editor .learn-more a {
    color: #EE9B00;
    text-decoration: none;
}

@media (max-width: 991px) {
    .home-editor .row .col-12 {
        margin-bottom: 20px;
    }
}

.no-scroll {
    overflow: hidden;
}


/*footer*/

.footer-box {
    background-color: #00BED6;
    padding: 12px 0 10px;
    color: #fff;
}

/* ========== 新 Footer 樣式 ========== */

/* Footer 主區域 */
.footer-main {
    background-color: #fff;
    padding: 50px 0 30px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 100px;
}

@media (max-width: 1599px) {
    .footer-content {
        gap: 60px;
    }
}

@media (max-width: 1300px) {
    .footer-content {
        gap: 30px;
    }
}

/* Footer 欄位基本樣式 */
.footer-col {
    flex: 1;
    min-width: 120px;
}

/* 第一欄：Logo 區塊 */
.footer-col-logo {
    flex: 0 0 180px;
    max-width: 180px;
}

.footer-logo {
    margin-bottom: 70px;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
}

/* 按鈕和連結併排 */
.footer-btn-links {
    display: flex;
    align-items: center;
    gap: 120px;
    z-index: 1;
    position: relative;
}

@media (max-width: 1599px) {
    .footer-btn-links {
        gap: 80px;
    }
}

@media (max-width: 1300px) {
    .footer-btn-links {
        gap: 50px;
    }
}

.footer-contact-btn {
    display: inline-block;
    background-color: #EE9B00;
    color: #fff;
    padding: 0 48px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.footer-contact-btn:hover {
    background-color: #e09000;
    color: #fff;
    text-decoration: none;
}

.footer-links {
    font-size: 16px;
    color: #707070;
    white-space: nowrap;
}

.footer-links a {
    color: #707070;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #EE9B00;
}

.footer-divider {
    margin: 0 8px;
    color: #ccc;
}

/* 第二欄：聯絡資訊 */
.footer-col-contact {
    flex: 0 0 350px;
    max-width: 350px;
}

@media (max-width: 1599px) {
    .footer-col-contact {
        flex: 0 0 290px;
        max-width: 290px;
    }

}

/* Footer 標題 */
.footer-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
}

/* Footer 列表 */
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li i img {
    width: 15px;
    height: 20px;
}

.footer-list li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #707070;
}

.footer-list li a {
    color: #707070;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-list li a:hover {
    color: #EE9B00;
}

/* 聯絡資訊 icon 樣式 */
.footer-col-contact .footer-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-col-contact .footer-list li i {
    color: #EE9B00;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

.footer-col-contact .footer-list li span,
.footer-col-contact .footer-list li a {
    flex: 1;
}

@media (max-width: 991px) {

    .footer-col-contact .footer-list li span,
    .footer-col-contact .footer-list li a {
        flex: none;
    }
}

/* Footer 底部版權區 */
.footer-bottom {
    background-color: #fff;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    color: #707070;
    font-size: 16px;
}

/* 社群圖示 */
.footer-social {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon i {
    font-size: 21px;
    color: #fff;
}

.social-linkedin {
    background-color: #EE9B00;
}

.social-facebook {
    background-color: #EE9B00;
}

.social-facebook i img {
    width: 25px;
}

.social-youtube {
    background-color: #EE9B00;
}

.social-icon:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

/* ========== Footer RWD 響應式 ========== */

/* 平板版按鈕欄預設隱藏 */
.footer-col-actions.tablet-only {
    display: none;
}

@media (max-width: 1199px) {
    /* 桌面版按鈕隱藏 */
    .footer-btn-links.desktop-only {
        display: none;
    }

    /* 平板版按鈕欄顯示 */
    .footer-col-actions.tablet-only {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 45px;
    }

    .footer-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .footer-col {
        min-width: 140px;
    }

    .footer-col-nav {
        display: none;
    }

    /* Logo 在左 */
    .footer-col-logo {
        flex: 1;
        max-width: none;
        order: 1;
    }

    .footer-logo {
        margin-bottom: 0;
    }

    /* 聯絡資訊在中間 */
    .footer-col-contact {
        flex: 0 0 50%;
        max-width: none;
        order: 2;
    }

    /* 電話和 Email 並排 */
    .footer-col-contact .footer-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 25px;
    }

    .footer-col-contact .footer-list li {
        margin-bottom: 0;
    }

    /* 地址獨立一行 */
    .footer-col-contact .footer-list li:last-child {
        flex: 0 0 100%;
    }

    /* 按鈕連結在右 */
    .footer-col-actions.tablet-only {
        flex: 1;
        order: 3;
    }
}

/* 991px 以下：隱藏平板版按鈕欄，恢復原本手機版結構 */
@media (max-width: 991px) {
    .footer-col-actions.tablet-only {
        display: none;
    }

    .footer-btn-links.desktop-only {
        display: flex;
    }

    /* 恢復聯絡資訊垂直排列 */
    .footer-col-contact .footer-list {
        display: block;
    }

    .footer-col-contact .footer-list li {
        margin-bottom: 8px;
    }

    .footer-col-contact .footer-list li:last-child {
        flex: none;
    }
}

/* 991px 以下：手機版佈局 */
@media (max-width: 991px) {
    .footer-main {
        padding: 40px 0 30px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 21px;
    }


    /* 隱藏導航連結欄位 */
    .footer-col-nav {
        display: none;
    }

    /* Logo 區塊 */
    .footer-col-logo {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
    }

    .footer-logo {
        margin-bottom: 25px;
    }

    .footer-logo img {
        max-width: 140px;
    }

    /* 按鈕和連結改為垂直排列 */
    .footer-btn-links {
        flex-direction: column;
        gap: 15px;
    }

    /* 聯絡資訊 */
    .footer-col-contact {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
        margin-bottom: -15px;
    }

    .footer-col-contact .footer-title {
        display: none;
    }

    .footer-col-contact .footer-list li {
        justify-content: center;
    }

    /* 底部區域 */
    .footer-bottom-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-copyright {
        order: 1;
    }

    .footer-social {
        order: 2;
    }
}

@media (max-width: 767px) {
    .footer-main {
        padding: 30px 0 20px;
    }

}



.mob-show {
    display: none;
}

@media (max-width: 1199px) {
    .mob-hidden {
        display: none !important;
    }

    .mob-show {
        display: block !important;
    }
}


.mobile-navbar .logo-image {
    width: 100%;
    max-width: 200px;
}

.mobile-navbar .navbar.shrink .logo-image {
    max-width: 190px;
}

.mobile-navbar .navbar-button-group {
    padding: .25rem .75rem;
    padding-right: 0;
}

.mobile-navbar .navbar {
    flex-flow: nowrap;
    z-index: 2;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #F7F7F7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

body.no-scroll .mobile-navbar .navbar {
    background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 349px) {
    .mobile-navbar .navbar {
        padding-left: 20px;
    }

    .mobile-navbar .navbar>div:first-child {
        display: none;
    }
}

.mobile-navbar.active .navbar {
    box-shadow: none;
}

.mobile-navbar .mobile-navbar-content {
    height: calc(100vh - 143px);
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.96);
    overflow-y: hidden;
    padding-bottom: 100px;
}

.mobile-navbar .mobile-navbar-content .list {
    overflow: auto;
    height: 100%;
}

.mobile-navbar .menu-btn {
    padding: 0px 6px;
}

.mobile-navbar .menu-btn .burger {
    position: relative;
    width: 26px;
    height: 35px;
    z-index: 1001;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile-navbar .menu-btn .burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #707070;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.mobile-navbar .menu-btn .burger span:nth-child(1) {
    top: 7px;
}

.mobile-navbar .menu-btn .burger span:nth-child(2) {
    top: 14px;
}

.mobile-navbar .menu-btn .burger span:nth-child(3) {
    top: 21px;
}

.mobile-navbar .menu-btn:not(.collapsed) span:nth-child(1) {
    top: 15px;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mobile-navbar .menu-btn:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.mobile-navbar .menu-btn:not(.collapsed) span:nth-child(3) {
    top: 15px;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mobile-navbar .language-select-wrapper {
    padding: 20px 15px 0px 15px;
    background: rgba(255, 255, 255, 0.96);
}

.mobile-navbar #language-select {
    width: 100%;
    padding: 5px 28px 5px 15px;
    text-align-last: center;
    background: url(../image/s-icon.svg) no-repeat right .75rem center/8px 10px;
    background-color: rgba(121, 190, 199, 0.2);
    border-color: #00BED6;
    color: #00BED6;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mobile-navbar .menu-item .link {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 15px;
    border-bottom: solid 1px #E3E9EF;
    z-index: 10;
}

.mobile-navbar .menu-item .link a {
    color: #000000;
    justify-content: space-between;
}

.mobile-navbar .menu-item .link a i {
    color: #00BED6;
}

.mobile-navbar .menu-item .link a:hover {
    color: #000000;
    text-decoration: none;
}

.mobile-navbar .menu-item.has-sub:not(.collapsed) {
    background: rgba(255, 255, 255, 0.9);
}

.mobile-navbar .menu-item .sub-list {
    background: rgba(121, 190, 199, 0.2);
}

.mobile-navbar .menu-item .sub-list .sub-item .link {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 30px;
    border-bottom: solid 1px #B1C3D4;
}

.mobile-navbar .menu-item .sub-list .sub-item .link a {
    color: #000000;
    display: block;
}

.mobile-navbar .menu-item .sub-list .sub-item .sub-list .sub-item .link {
    border-bottom: dashed 1px #00BED6;
}

.mobile-navbar .menu-item .link.has-sub:not(.collapsed) a {
    color: #00BED6;
}

.mobile-navbar .mobile-navbar-content .community-link-group {
    padding-top: 25px;
    padding-bottom: 140px;
}

.mobile-navbar .mobile-navbar-content .community-link {
    position: relative;
    width: 56px;
    height: 56px;
    border: solid 1px #E3E9EF;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

.mobile-navbar .navbar-collapse {
    z-index: 2;
    position: relative;
}

.mobile-navbar-overlay {
    z-index: 1020;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
}

.mobile-navbar .navbar.shrink {
    padding: 4px 1rem;
}



.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    background-image: url(../image/bn-arrow-hover.svg);
    transform: scaleX(-1);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    background-image: url(../image/bn-arrow-hover.svg);
}

.swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg,
.swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-next.swiper-button-disabled:after,
.swiper-button-prev.swiper-button-disabled:after {
    content: none;
}

.go-top {
    position: fixed;
    bottom: -130px;
    right: 18px;
    z-index: 3;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.go-top.show {
    bottom: 130px;
}

@media (max-width: 991px) {
    .go-top.show {
        bottom: 25px;
    }
}

.go-top a {
    padding: 0px 16px 5px 16px;
    background-color: #707070;
    border-radius: 50%;
    color: #FFF;
    font-size: 30px;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
}

.go-top a::before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxOCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQyODYgMTBMOSAzLjc1TDIuNTcxNDMgMTBMMCA4Ljc1TDkgMEwxOCA4Ljc1TDE1LjQyODYgMTBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 10px;
    transform: translate(-50%, -50%);
}

.mod-copy {
    display: none;
}

@media (max-width: 1199px) {
    .copy {
        display: none;
    }

    .mod-copy {
        display: block;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        padding: 0 1rem;
    }
}

@media (max-width: 991px) {
    .mod-copy {
        text-align: center;
    }
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}