/*@import url('http://fonts.cdnfonts.com/css/agency-fb');*/


html {
    scroll-behavior: smooth;
    overflow-x: hidden;

}

body {
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    overflow-x: hidden;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #3f3f3f;
    letter-spacing: 0;
}

.row .row {
    margin-left: 0;
    margin-right: 0;
}

.no-padding {
    padding: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.pb-120 {
    padding-bottom: 120px;
}

.relative {
    position: relative;
}

.right {
    float: right;
}

/*---header---*/

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    padding: 0px 0;
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    box-shadow: 0px 0 20px 2px rgb(0 0 0 / 35%);
}

.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
}



.site-navbar .site-logo {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.site-logo img {
    width: 250px;
}


@media (max-width: 991.98px) {

    .site-navbar .site-logo {
        float: left;
        position: relative;
    }

    .top-bar .btn {
        padding: 0.375rem 0;
    }
}


/* Navbar */
.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    padding-left: 0;
}



.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 30px 12px;
    color: #3f3f3f;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

/*.site-navbar .site-navigation .site-menu>li>a:hover {
    background: #f3f3f3;
    color: #3f3f3f;
}*/

.site-navbar .site-navigation .site-menu .active a {
    background: #2884c6;
    color: #fff;
}

/*.site-navbar .site-navigation .site-menu .has-children.active a {
    position: relative;
    color: #2884c6;
    background: #f3f3f3;
}*/

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    /*padding-right: 20px;*/
}

/*
.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}*/

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 0px;
    margin-left: 0px;
    background: #2884c6;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #fff;

}

/*.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #ff8b00 !important;
    background: #f8f9fa;
}
*/
.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 220px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 15px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #fff;
    color: #2884c6;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: -5px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    background: #2884c6;
    color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #f7f7f7;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #3f3f3f;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #2884c6;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

/*.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #ff8b00;
}*/

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 18px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
    padding-left: 15px !important;
}




.sticky-wrapper.is-sticky .site-navbar {
    -webkit-box-shadow: 0px 0 20px 2px rgb(0 0 0 / 55%);
    box-shadow: 0px 0 20px 2px rgb(0 0 0 / 55%);
}


.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #2884c6 !important
}


/*@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}*/

/*banner*/

.site-section-cover {
    position: relative;
}

.site-section-cover,
.site-section-cover .container {
    position: relative;
    z-index: 2;
}

.site-section-cover,
.site-section-cover .container>.row {
    height: calc(100vh - 196px);
    min-height: 650px;
}

@media (max-width: 991.98px) {

    .site-section-cover,
    .site-section-cover .container>.row {
            height: calc(45vh - 196px);
    min-height: 200px;
    }
}

.site-section-cover.overlay {
    position: relative;
}

.site-section-cover.overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.site-section-cover.inner-page,
.site-section-cover.inner-page .container>.row {
    height: auto;
    min-height: auto;
    padding: 2em 0;
}

.site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat;
}

.site-section-cover h2 {
    font-weight: 600;
    font-size: 4.5rem;
    color: #3f3f3f;
    line-height: 1;
    text-align: left;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

@media (max-width: 991.98px) {
    .site-section-cover h2 {
            font-size: 1.5rem;
                margin-bottom: 10px;
    }
}

.site-section-cover h4 {
    font-size: 2rem;
    color: #3f3f3f;
    line-height: 22px;
    text-align: left;
    letter-spacing: 2px;
}

.site-section {
    padding: 7rem 0;
}

@media (max-width: 991.98px) {
    .site-section {
        padding: 3rem 0;
    }

    .site-section-cover h4 {
        font-size: 1rem;
    }

}

/*.slide {
    height: 100vh;
    min-height: 900px;
    background-size: cover;
}*/

.btn-banner {
    background: #fff;
    border-radius: 0;
    padding: 4px 31px;
    font-size: 24px;
}

@media (max-width: 991.98px) {
    .slide-one-item .owl-nav {
        display: block;
    }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.4);
}

.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
    color: #fff;
}

.slide-one-item .owl-nav .owl-prev {
    left: 20px;
}

.slide-one-item .owl-nav .owl-next {
    right: 20px;
}

.slide-one-item .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.slide-one-item .owl-dots .owl-dot {
    display: inline-block;
}

.slide-one-item .owl-dots .owl-dot>span {
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.4);
    margin: 3px;
}

.slide-one-item .owl-dots .owl-dot.active>span {
    width: 20px;
    background: #fff;
}

/*toggle-button*/

.toggle-button a {
    margin: 0 30px;
    color: #2884c6;
}

.toggle-button {
    font-size: 30px;
}



/*index*/
.page {
    padding: 80px 0;
}

.app-page {
    padding: 120px 0;
}

.page-bg {
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-ti {
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #3f3f3f;
}

.title-en {
    font-size: 20px;
    letter-spacing: 2px;
    color: #2884c6;
    font-weight: 600;
}

@media (max-width: 767px) {
    .page {
        padding: 40px 0;
    }

    .page-ti {
        font-size: 36px;
    }
}

/*index-about*/
.cricle_border {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    display: block;
    text-align: center;
    position: absolute;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.ab-bg {
    /*z-index: 1;
    position: relative;
    background-color: #f5f6fa;*/
    background-image: url(../img/ab-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pdt-bg {
    background-image: url(../img/ab.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-bg {
    background-image: url(../img/bg1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*index-pdt*/

.pdt-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.pdt-box .pdt-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.pdt-box .pdt-img img {
    transform: scale(1);
    transition: all 1s;
    -webkit-transition: all 1s;
}

.pdt-box:hover .pdt-img img {
    transform: scale(1.2);
}

.pdt-text {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 20px 0px #ededed;
}

.pdt-text h4 {
    font-size: 22px;
    font-weight: 600;
    color: #2884c6;
}

.pdt-text p {
    color: #5a5a5a;
}

.more-btn {
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #2884c6;
    color: #2884c6;
    background: #fff;
    border-radius: 30px;
    padding: 8px 26px;
}

.pdt-box:hover .more-btn {
    background: #2884c6;
    color: #fff;
}

/*內頁banner*/
.blog-head-section {
    background: url(../img/in-banner.jpg);
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.blog-head-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #161A33;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

.blog-head-section h1 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0.1em 0.1em 0.2em black
}

.blog-head-section .paginations {
    margin-top: 15px;
}

.blog-head-section .paginations a,
.blog-head-section .paginations span {
    margin: 0;
    color: #fff;
    text-shadow: 0.1em 0.1em 0.2em black;
}

.blog-head-section .paginations a:hover {
    color: #2884c6;
}


/*上選單*/


.page_menu {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin: 20px 0;

}

.page_menu li {
    margin-top: 1px;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 0;
}

.page_menu li>a {
    display: block;
    float: left;
    border: 0;
    padding: 8px 18px;
    margin: 10px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    transform: skew(-10deg);
    font-style: normal;
    color: #000;
}

.page_menu a {
    background: linear-gradient(to right, #2884c6 50%, #c7c7c7 50%) no-repeat scroll right bottom/210% 100% #c7c7c7 !important;
}

.page_menu a:hover {
    background-position: left bottom !important;
    color: #fff !important;
}

.page_menu li.active a {
    background-position: left bottom !important;
    color: #fff !important;
}

/*about*/
.title {
    font-size: 26px;
    margin-bottom: 15px;
    color: #2884c6;
    font-weight: 600;
}



/*測選單*/


.list-title h3 {
    padding-bottom: 10px;
    position: relative;
    font-size: 24px;
    color: #2884c6;
    font-weight: 600;
}

.list-title h3::before {
    position: absolute;
    content: '';
    width: 15px;
    border-bottom: 3px solid #FF442B;
    bottom: 0;
    left: 0;
}

.list-title h3::after {
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid #FF442B;
    bottom: 0;
    left: 22px;
}


.category-list a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    border-bottom: 1px solid #ced4da;
    transition: all .5s ease-in-out;
    color: #3f3f3f;
    font-size: 18px;
}



.category-list a:hover {
    padding-left: 10px;
    color: #2884c6;
}

.category-list a i {
    margin-right: 10px;
    color: #2884c6;
}

.category-list a span {
    float: right;
}

/*pdt-case*/

.project-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}


.project-img {
    border-radius: 10px;
    width: 100%;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.project-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #2884c6;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.project-content:hover::before {
    opacity: 0.9;
    visibility: visible
}

.project-link {
    width: 75px;
    height: 75px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    transition: 0.5s;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    font-size: 28px;
    color: #2884c6;
}



.project-content:hover .project-link {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}





/*contact*/




/*.contact-info .single-cta {
    float: left;
}
*/
/*.contact-info p {}

.contact-info h5 {
    color: #00173c;
}*/

.single-cta {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    letter-spacing: 2px;
}

div.single-cta:last-child {
    border: 0;
}

.f-cta-icon {
    float: left;
    margin-right: 30px;
}

.f-cta-icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background: #2884c6;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
}

.single-cta h5 {
    font-size: 20px;
    margin: 7px 0;
    color: #2884c6;
    font-weight: 600;
}

.single-cta p {
    margin-bottom: 0;
    letter-spacing: 2px;
}

.single-cta p a {
    color: #3f3f3f;
}





/*--end--*/
.contact-info {
    background: #f7f6fb;
    height: 100%;
    padding: 30px 20px;
    font-size: 16px;
}

.theme-btn {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 6px 6px 6px 25px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 50px;
    background: #2884c6;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.theme-btn:hover {
    background: #171718;
    color: #fff;
}

.theme-btn i {
    margin-left: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #171718;
    border-radius: 50px;
    display: inline-block;
}

.theme-btn:hover i {
    background: #2884c6;
}


/*contact-表單*/

.sc_googlemap_content_default {
    color: #e6e6e6;
    background-color: rgb(137 24 33 / 95%);
    height: 450px;
    position: absolute;
    z-index: 1;
    right: 32.2%;
    /*top: 0;
    bottom: 0;*/
    width: 400px;
    text-align: center;
    padding: 2em;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .pr-15 {
        padding-right: 15px;
    }

    .pl-15 {
        padding-left: 15px;
    }

}

/*footer*/

footer {
    background-image: url(../img/ft-bg.jpg);
    padding: 30px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 1;
}

footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.95);
}

.footer-logo {
    width: 300px;
    margin: 0 auto;
    display: block;
}

.con-li:after {
    color: #ccc;
    display: inline-block;
    content: "/";
    top: 15px;
    left: 0;
    font-size: 20px;
    margin: 0 15px;
}

.footer_menu {
    display: block;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    margin: 10px 0
}



.footer_menu li,
.footer_menu li a {
    display: inline-block;
    color: #3f3f3f;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
}

.footer-info li {
    padding: 10px;
}
.footer_menu li a:hover{
    color: #2884c6;
}
@media (max-width: 767px) {
    .footer-menu-a {
        padding: 0 5px;

    }

    .con-li:after {
        margin: 0 4px;

    }
    .footer-info li {
    padding: 5px;
}
}

.copyright {
    border-top: 1px solid #e8e8e8;
}

.copyright a {
    color: #fff;
}

.copyright p {
    margin-bottom: 0;
    text-align: center;
    color: #3f3f3f;
    padding-top: 30px;
    font-size: 16px;
}



/*--gotop--*/
.gotop {
    position: fixed;
    width: 54px;
    height: 54px;
    background: #2884c6;
    bottom: 35px;
    right: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    z-index: 1;
}

.gotop i {
    font-size: 22px;
    padding-bottom: 4px;
    color: #fff
}

.gotop:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .gotop {
        width: 36px;
        height: 36px;
        bottom: 75px;
        right: 15px;
    }
}


/*------ Menulist ------*/

.title-header {
    margin-bottom: 30px;
    color: #336894;
}

.menu-p {
    padding: 40px 0;
    min-height: 400px;
}

.Menulist {
    clear: both;
    margin-bottom: 100px;
}

.Menulist ul {
    margin: 0px;
    padding: 0px;
}

@media (min-width: 769px) {
    .Menulist ul li {
        margin: 0px 20px 20px 0px;
        width: 48%;
        float: left;
        list-style-type: none;
    }
}

@media (max-width: 768px) {
    .Menulist ul li {
        margin: 0px 20px 20px 0px;
        width: 100%;
        float: left;
        list-style-type: none;
    }

    .menu-p {
        min-height: 600px;
    }
}

.Menulist ul li:nth-child(2n) {
    margin: 0px 0px 20px;
    float: right;
}

.Menulist ul li a {
    background-position: 15px 12px;
    padding: 10px 15px 10px 35px;
    border: 1px solid rgb(198, 198, 198, 1);
    border-image: none;
    display: block;
    background-repeat: no-repeat;
    color: #43403e;
    font-size: 18px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 30px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.Menulist ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2884c6;
}

/*------ pagination ------*/
.pagination {
    display: block;
    margin-top: 50px;
}

ul.pager {
    margin: 30px 0 0px;
    text-align: left;
}

ul.pagination li {
    padding: 0;
    margin: 0 5px 0 0;
    border-bottom: none;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

ul.pagination li>a,
.pagination>li:first-child>a,
.pagination>li:last-child>a,
ul.pager li>a {
    text-align: center;
    padding: 0;
    height: 40px;
    width: 40px;
    border: 1px solid #959393;
    line-height: 39px;
    background-color: #fff;
    color: #959393;
    display: inline-block;
    border-radius: 0px;
}


ul.pagination li>a:hover,
ul.pagination li>a:focus {
    background-color: transparent;
    color: #ffffff;
    border-color: #83000a;
    background: #9a0611;

}

ul.pagination li.active a,
.pagination>.active>a:hover,
.pagination>.active>a:focus {
    color: #ffffff;
    border-color: #83000a;
    background: #9a0611;
}

/*------ right-link ------*/
.right_link {
    position: fixed;
    bottom: 90px;
    right: 1%;
    z-index: 99;
    width: 60px;
}

.right_link a {
    text-align: center;
    display: inline-block;
    margin-bottom: 1em;
}

.right_link img {
    width: 90%;
}

@media (max-width: 767px) {
    .right_link {
        bottom: 110px;
    }

    .right_link img {
        width: 60%;
    }

    .right_link a {
        text-align: center;
        display: inline-block;
        margin-bottom: 10px;
    }
}