@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

html{
    scroll-behavior: smooth;
}
body {
    color: #262626;
    font-size: 16px;
    line-height: 1.8;
    font-family: Microsoft JhengHei !important;
}
img {
    vertical-align: baseline;
}
a {
    color: #3acbc8;
}
/* --------------------------------------------------------------
# layout
-------------------------------------------------------------- */

/*
# Site Branding
--------------------------------*/
.site-branding {
    width: calc(100% - 24px);
    padding: 5px 0; /*header大小*/
}
.site-branding a {
    margin-top: 1px;
}
.site-branding img{
    width: 180px;
    height: 38px;
}
@media screen and (min-width: 992px){
    .site-branding {
        width: auto;
    }
}

/*
  漢堡選單
----------------------------------------*/
.hamburger-menu {
    position: relative;
    width: 24px;
    height: 22px;
    margin: 0 auto;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    background: #262626; /*漢堡變色*/
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;   
}

.hamburger-menu span:nth-child(1) {
    top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 10px;
}

.hamburger-menu span:nth-child(4) {
    top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

/*
# menu選單
--------------------------------*/
.nav-bar{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffffee;
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.055);
}
.site-navigation ul {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 320px;
    max-width: calc(100% - 120px);
    height: 100%;
    padding: 30px 15px;
    margin: 0;
    background: #fff;
    list-style: none;
    overflow-x: scroll;
    transition: all 0.35s;
}

.site-navigation.show ul {
    left: 0;
}

.site-navigation ul li {
    margin: 0;
}
.site-navigation ul li a {
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #3acbc8 ;
    text-decoration: none;
    transition: color .20s;
}

@media screen and (min-width: 992px) {
    .site-navigation ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        overflow: auto;
        background: transparent;
    }

    .site-navigation ul li a {
        padding: 1.5em 1em;
    }
}

.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
    border-bottom: 3px solid #119492 ; /*選單按鈕特效變色*/
    color: #119492; /*選單特效變色*/
}

/*--------------------------------------------------------------
# 輪播
--------------------------------------------------------------*/
.hero-slider {
    max-height: 760px;
}

.hero-content-wrap {
    position: relative;
    color: #fff;
}

.hero-content-overlay {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.336);
}

.hero-content-wrap img {
    display: block;
    width: 100%;
    height: 760px;
    margin: 0;
    object-fit: cover;
}

.hero-content-overlay h1 {
    margin: 0;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
}

.hero-content-overlay h4 {
    margin: 0;
    font-size: 46px;
    font-weight: 600;
}

.hero-content-overlay p {
    font-weight: 500;
    line-height: 1.8;
}

.hero-content-overlay .entry-footer a.btn {
    color: #fff;
}

.hero-slider .pagination-wrap {
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 80px;
}

.hero-slider .swiper-pagination-bullet {
    width: 24px;
    height: 20px;
    margin-right: 6px;
    border-radius: 0;
    font-size: 12px;
    color: #ccc;
    background: transparent;
    opacity: 1;
}

.hero-slider .bullet-active {
    color: #fff;
    font-weight: bolder;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    border-radius: 50%;
    background: -moz-linear-gradient(180deg, #ffffff80 0%, #ffffff80 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff80), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, #ffffff80 0%, #ffffff80 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, #ffffff80 0%, #ffffff80 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, #ffffff80 0%, #ffffff80 100%); /* ie10+ */
    background: linear-gradient(270deg, #ffffff80 0%, #ffffff80 100%); /* w3c 輪播按鈕顏色*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    transition: all .35s;
}

.hero-slider .swiper-button-next {
    right: 30px;
}

.hero-slider .swiper-button-prev {
    left: 30px;
}

.hero-slider .swiper-button-next span,
.hero-slider .swiper-button-prev span {
    display: block;
    width: 36px;
    padding-top: 15px;
    margin: 0 auto;
}

.hero-slider .swiper-button-next path,
.hero-slider .swiper-button-prev path {
    fill: #fff;
}

.hero-slider .swiper-button-next.swiper-button-disabled,
.hero-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

@media screen and (max-width: 1200px){
    .hero-content-overlay h1 {
        font-size: 72px;
    }

    .hero-content-overlay h4 {
        font-size: 32px;
    }

    .hero-content-overlay p {
        font-size: 14px;
    }

    .hero-slider .pagination-wrap {
        height: 40px;
    }
}

@media screen and (max-width: 992px){
    .hero-content-overlay h1 {
        font-size: 48px;
    }

    .hero-content-overlay h4 {
        font-size: 22px;
    }

    .hero-content-overlay p,
    .hero-slider .pagination-wrap,
    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev{
        display: none;
    }

    .hero-content-overlay footer{
        margin-top: 12px !important;
    }
}


/*
# Button
----------------------------------*/


.box {
    margin: 100px auto;
    width: 300px;
    height: 50px;
}

.container-1 {
    width: 300px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
  }
  
.btn.orange-border {
    border-color: #ccc9c9; /*輪播按鈕框變色*/
}

.btn.orange-border:hover,
.btn.gradient-bg { /*輪播按鈕變色*/
    border-color: transparent;
    background: -moz-linear-gradient(180deg, #7cc0be 0%, #7cc0be 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7cc0be), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, #7cc0be 0%, #7cc0be 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, #7cc0be 0%, #7cc0be 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, #7cc0be 0%, #7cc0be 100%); /* ie10+ */
    background: linear-gradient(270deg, #7cc0be  0%, #7cc0be  100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    color: #fff;
}


/* 首頁index--------------------------------*/
/* icon 優勢 */
.advantage-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.advantage-title {
    color: #262E3D;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
}
.advantage-text {
    padding: 1em;
    color: #888;
    font-size: 20px;
    text-align: center;
}
.advantage-icon {
    width: 30%;    
}
.icon-title {
    font-size: 20px;
    font-weight: bolder;
    color: #222;
    display: inline-block;
}
.icon-text {
    font-size: 16px;
    color: #888;
    margin-top: 0;
    margin-bottom: 0;
}
/* .tripartite-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.l-line-c, .l-line-s {
    position: absolute;
    width: 8px;
    top: -9em;
    height: 100px;
    transform: skew(-44deg);
}
.r-line-c, .r-line-s {
    position: absolute;
    width: 8px;
    top: -9em;
    height: 100px;
    transform: skew(40deg);
}
.l-arrow-c, .l-arrow-s, .r-arrow-c, .r-arrow-s {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.l-line-c {
    left: 25.8em;
    background: #ccc;
}
.l-arrow-c {
    top: -9.5em;
    left: 28em;
    border-width: 0 25px 25px 0;
    border-color: transparent #ccc transparent transparent;
}
.l-line-s {
    left: 28em;
    background: #262E3D;
}
.l-arrow-s {
    bottom: 9.8em;
    left: 24.5em;
    border-width: 25px 0 0 25px ;
    border-color: transparent transparent transparent #262E3D;
}
.r-line-c {
    right: 22em;
    background: #262E3D;
}
.r-arrow-c {
    top: -9.5em;
    right: 23.7em;
    border-width: 25px 25px 0 0;
    border-color: #262E3D transparent transparent transparent;
}
.r-line-s {
    right: 20em;
    background: #ccc;
}
.r-arrow-s {
    bottom: 9.8em;
    right: 17em;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #ccc transparent;
}
.tripartite-box {
    padding-bottom: 20em;
}
.supplier {
    position: absolute;
    top: 20em;
    left: 1em;
}
.customers {
    position: absolute;
    top: 20em;
    right: 7em;
} */
.index-about {
    position: relative;
    background: url("../image/indeximg/index-banner1.jpg") no-repeat center center / cover fixed;
    z-index: 99;
}

.index-about::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #262e3dec;
}
.index-about-title {
    position: relative;
    padding-top: 1em;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}
.index-about-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ccc;
}
.index-about-text {
    color: #fff;
    font-size: 19px;
}
.index-about-p {
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 2em;
    padding-bottom: 2px;
}
.index-img {
    border-radius: 5px;
}
.reduce {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.btn-index-about {
    padding: 18px 60px; /*按鈕長寬*/
    border: 1px solid #bdbbbb;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #ccc;
    outline: none;
}
.btn-index-about:hover {
    color: #888;
    background: #ccc;

}
/* about------------------------------------------------- */
.about-title {
    position: relative;
    padding-top: 0.5em;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
    color: #262E3D;
}
.about-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ccc;
}
.about-p {
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 2em;
    padding-bottom: 1em;
    font-size: 18px;
    color: #666;
}
.owl-about-box {
    background: rgb(255, 255, 255);
    border-radius: 0 0 5px 5px;
    border-bottom: 2px solid #4cc0be;
    border-right: 1px solid #e9ecef;
    border-left: 1px solid #e9ecef;
    padding: 5px 0 10px 0;
}
.owl-about-img {
    border-radius: 5px 5px 0 0;
}
.owl-about-title {
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    display: block;
}
.owl-about-p {
    padding-left: 10px;
    border-left: 2px solid #7cc0be;
    margin: 0 5px;
    color:#888 ;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    display: inline;
}
.reduce-about {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.btn-about {
    padding: 0 60px; /*按鈕長寬*/
    border: 1px solid #7cc0be;
    border-radius: 25px;
    font-size: 18px;
    color: #4cc0be9f ;
    /* position: absolute;
    top: 10px;
    right: 10px; */
}
.btn-about:hover {
    color: #fff;
    background: #4cc0be ;
    font-weight: 600;
}
.about-title-b {
    font-size: 30px;
    font-weight: bolder;
    color: #262E3D;
    text-align: center;
}
.owl-about-a {
    color: #4cc0be ;
    text-decoration: none;
}

.owl-about-a:hover {
    color: #7cc0be;
    text-decoration: none;

}

/*
# Upcoming Events
--------------------------------*/
.home-page-events {
    padding: 96px 0;
}

.section-heading .entry-title {
    position: relative;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
}

.section-heading  .entry-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #bdbbbb;
}

@media screen and (max-width: 992px) {
    .home-page-events .featured-cause .section-heading {
        margin-top: 80px;
    }
}

.event-wrap {
    margin-top: 40px;
}

.event-wrap figure {
    width: 144px;
    height: auto;
}

.event-wrap figure img {
    display: block;
    width: 100%;
}

.event-content-wrap {
    width: calc(100% - 180px);
    margin-top: -10px;
}

.event-content-wrap .entry-title a {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}

.event-content-wrap .posted-date a,
.event-content-wrap .cats-links a {
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #262626;
}

.event-content-wrap .posted-date a {
    padding-right: 14px;
    margin-right: 14px;
}

.event-content-wrap .posted-date a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #262626;
}

.event-content-wrap .entry-content {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #929191;
}

.event-content-wrap .entry-footer a {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #3f1c5f;
    text-decoration: none;
}

/*
# Featured Cause
--------------------------------*/
.home-page-events {
    padding: 96px 0;
}

.cause-wrap {
    margin-top: 50px;
}

.cause-wrap figure img {
    display: block;
    width: 100%;
}

.cause-content-wrap .entry-title a {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}

.cause-content-wrap .posted-date a,
.cause-content-wrap .cats-links a {
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #262626;
}

.cause-content-wrap .posted-date a {
    padding-right: 14px;
    margin-right: 14px;
}

.cause-content-wrap .posted-date a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #262626;
}

.cause-content-wrap .entry-content {
    margin-top: 28px;
    margin-bottom: 0;
    font-size: 14px;
    color: #929191;
}

.cause-wrap .fund-raised {
    margin-top: 64px;
}

.fund-raised-details { /*最下行字變色*/
    font-size: 14px;
    color: #929191;
}

/*
# Home Causes
--------------------------------*/
.our-causes {
    position: relative;
    padding: 96px 0;
    background: url("../photo/產品背景.jpg") no-repeat center;
    background-size: cover;
    z-index: 99;
}

.our-causes::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.26);
}

.our-causes .cause-wrap {
    margin-top: 60px;
}

.our-causes .cause-wrap figure {
    position: relative;
}

.our-causes .cause-wrap figure .figure-overlay {
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,.7);
    transition: all .5s;
}

.our-causes .cause-wrap figure:hover .figure-overlay {
    opacity: 1;
    visibility: visible;
}

.our-causes .cause-content-wrap {
    padding: 32px;
    background: #fff;
}

.our-causes .cause-content-wrap .entry-content {
    margin-top: 20px;
}

.our-causes .cause-wrap .fund-raised {
    margin-top: 48px;
}

.our-causes .swiper-button-next,
.our-causes .swiper-button-prev {
    width: 70px;
    height: 70px;
    margin-top: -10px;
    border-radius: 50%;
    background: -moz-linear-gradient(180deg, #ffffff80 0%, #ffffff80 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff80), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, #ffffff80 0%, #ffffff80 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, #ffffff80 0%, #ffffff80 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, #ffffff80 0%, #ffffff80 100%); /* ie10+ */
    background: linear-gradient(270deg, #ffffff80 0%, hsla(0, 0%, 100%, 0.5) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    transition: all .35s;
}

.our-causes .swiper-button-next {
    right: -120px;
}

.our-causes .swiper-button-prev {
    left: -120px;
}

.our-causes .swiper-button-next span,
.our-causes .swiper-button-prev span {
    display: block;
    width: 36px;
    padding-top: 15px;
    margin: 0 auto;
}

.our-causes .swiper-button-next path,
.our-causes .swiper-button-prev path {
    fill: #fff;
}

.our-causes .swiper-button-next.swiper-button-disabled,
.our-causes .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

@media screen and (max-width: 1400px){
    .our-causes .swiper-button-next {
        right: 0;
    }

    .our-causes .swiper-button-prev {
        left: 0;
    }
}

@media screen and (max-width: 576px){
    .our-causes .swiper-button-next,
    .our-causes .swiper-button-prev {
        display: none;
    }
}

/*
# Home Milestone
--------------------------------*/
.home-page-limestone {
    padding: 96px 0;
}

.home-page-limestone .section-heading .entry-title {
    padding-bottom: 36px;
    line-height: 1.6;
}

.home-page-limestone .section-heading p {
    font-size: 14px;
    color: #595858;
}
/* Product Page------------------------------------------------------*/
.product-menu {
    top: 3.4em;
    background: #262E3D;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    border: none;
}
.btn-product {
    color: #fff ;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none !important;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-product:hover {
    color: #fff;
    background: #394863;
}
.card-img-top {
    border-bottom: 1px solid #ccc;
}
.product-box h2 {
    font-size: 22px;
    font-weight: bolder;
    color: #262E3D;
}
.reduce-p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.product-box h5 {
    font-size: 22px;
    font-weight: bolder;
    color: #262E3D;
}

.product-content-box {
    border-top: 1px solid #e9ecef
}
.product-content-box h2{
    font-size: 40px;
    font-weight: bolder;
    color: #4cc0be ;
}
.product-content-box .carousel-indicators li {
    background-color: #4cc0be80;
}
.product-content-box .carousel-control-prev-icon,
.product-content-box .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background: transparent no-repeat center center;
  border-radius: 50%;
}
.product-content-box .carousel-indicators .active {
    background-color: #262E3D;
}
.product-content-box h3{
    font-size: 30px;
    font-weight: bolder;
    color: #4cc0be ;
}
.product-introduction {
    color: #666;
    font-weight: bolder;
    line-height: 1.5;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #e9ecef;
}
.product-c-p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #888;
    line-height: 2;
}
.product-c-p-title {
    color: #7cc0be ;
    font-size: 18px;
}
/*  About Page---------------------------------------------------*/
.single-page .page-header {
    position: relative;
    z-index: 99;
    width: 100%;
    padding: 8em 0;
    background-size: cover !important;
}

.single-page .page-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #262E3D49;
}
.single-page .page-header {
    background: url("../image/indeximg/index-banner1.jpg") no-repeat center center / cover fixed;
}
.single-page .page-header h1 {
    position: relative;
    padding-top: 1em;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
}

.single-page .page-header h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ccc;
}
.news h1 {
    position: relative;
    padding-top: 1em;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
    color: #262E3D;
}

.news h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #666666;
}

.about-page .welcome-wrap {
    padding: 0 0;
}

.about-page .welcome-content .entry-title {
    color: hsla(0, 0%, 0%, 0.26);
}

@media screen and (max-width: 992px){
    .about-page .welcome-content .entry-title {
        margin-top: 60px;
    }
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news-page .page-header {
    background: url("../image/indeximg/index-banner1.jpg") no-repeat center center / cover fixed;
}

.news-box {
    border-bottom: 1px solid #ccc;
    text-decoration: none !important;
    color: #262E3D;
}
.news-box :hover {
    color: #4cc0be;
}
.news-box h5 {
    font-size: 28px;
    font-weight: bolder;
}
.news-box p {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}
.news-box p:hover {
    color: #666;
}
.news-date {
    font-size: 14px;
    color: #666;
    display: block;
}
.news-date:hover {
    color: #666;
}
.btn-news {
    color: #fff;
    border: none;
    background: #7cc0be;
    transition: all .3s;
}
.btn-news:hover {
    color: #fff;
    background: #4cc0be ;
}
.news-list h4{
    font-size: 20px;
    font-weight: bolder;
    color: #262E3D;
    display: block;
}
.news-list h4 i {
    color: rgb(255, 0, 0);
}
.form-control {
    border-radius: 0.25rem 0 0 0.25rem;
}
.news-list a{
    text-decoration: none;
}
.list-img {
    border-radius: 5px;
    width: 90%;
    transition: all .3s;
}
.list-img:hover {
    width: 85%;
}
.news-list h5 {
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    padding: 0 10px;
    color: #4cc0be ;
}
.news-list h5:hover {
    color: #81d8d7;
}
.breadcrumb-item a{
    color: #4cc0be;
    text-decoration: none;
}
.news-content-box h5{
    font-size: 40px;
    font-weight: bolder;
    color: #262E3D;
}
.news-content-box p {
    font-size: 18px;
    color: #444;
    padding-bottom: 1em;
}
.news-subtitle {
    font-size: 20px;
    font-weight: bolder;
    padding-left: 1em;
    border-left: 2px solid #4cc0be ;
}
.news-content-list h4{
    font-size: 20px;
    font-weight: bolder;
    color: #262E3D;
    display: block;
}
.news-content-list h4 i {
    color: rgb(255, 0, 0);
}
.news-content-list h5{
    font-size: 16px;
    font-weight: bolder;
    color: #262E3D;
}
.news-content-list a{
    text-decoration: none;
}
.owl-prev {
    left: 10px;
}
  
.owl-next {
    right: 10px;
}
  
.owl-prev, .owl-next {
    position: absolute;
    top: 30%;
}
  
.owl-prev span, .owl-next span {
    font-size: 60px;
    color: #ccc;
    border: none;
}
  
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}
/*  Pagination
--------------------------------------------------------------*/
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #4cc0be;
    border-color: #4cc0be;
}

/*  Contact Page----------------------------------------------*/
.contact-page .page-header {
    background: url("../image/indeximg/index-banner1.jpg") no-repeat center center / cover fixed;
}

/* .contact-page-wrap {
    padding: 0 0 96px;
} */

/* .contact-page-wrap h2 {
    position: relative;
    padding-top: 1em;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
    color: #262E3D;
}

.contact-page-wrap h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ccc;
} */
.contact-page-wrap h3 {
    font-size: 26px;
    font-weight: bolder;
    color: #262E3D;
}
.contact-page-wrap p {
    font-size: 18px;
    font-weight: bolder;
    color: #4cc0be;
}
.contact-page-wrap a {
    font-size: 25px;
    color: #4cc0be ;
}
.contact-page-wrap a:hover {
    color: #373b3b;
}


.contact-form {
    padding: 10px;
    background: #ffffff; /*輸入攔外框*/
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 12px 24px;
    margin-bottom: 18px;
    border: 1px solid #6ed3d1;
    font-size: 14px;
    line-height: 1;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    outline: none;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
    color: #4cc0be;
}

.contact-form span {
    display: block;
    margin-top: 16px;
    text-align: center;
}

.contact-form input[type="submit"] {
    cursor: pointer;
}


.contact-page .contact-gmap iframe {
    display: block;
    width: 100%;
    height: 440px;
}

/*  Footer-----------------------------------------------*/
.footer-contact-bg {
    position: relative;
    font-weight: 500;
    color: #bdbbbb;
    background: url("../image/indeximg/index-banner1.jpg") no-repeat center center / cover fixed;
    background-size: cover;
    z-index: 99;
}

.footer-contact-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ffffffda;
}
/*
# Subscribe
--------------------------------*/

#subscribe-form input[type="email"] {
    padding: 0.9em 2em;
    font-size: 12px;
    line-height: 1;
    color: #666;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 0;
}

#subscribe-form input[type="email"]::placeholder {
    color: #666;
}

#subscribe-form button[type="submit"] {
    padding: 1.1em 2em;
    border: 0;
    font-size: 12px;
    line-height: 1;
    background: #262E3D;
    border: 1px solid #262E3D;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.footer {
    padding: 1em 0;
    font-size: 14px;
    color: #ccc;
    background: #262E3D;
    text-align: center;
}
.footer a {
    text-decoration: none;
    transition: all .5s;
    color: #feb400;
}
.footer a:hover{
    font-weight: bolder;
}
.bottom-icon {
    font-size: 15px;
    color: #2f9e9c;
    font-weight: bolder;
}
.bottom-icon i{
    color: #262E3D;
}
.bottom-a {
    font-size: 25px;
    color: #262E3D;
    font-weight: bolder;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.bottom-a :hover{
    color: #4cc0be;
}
.btn-contact {
    color: #fff;
    border: none;
    background: #75d6d5;
    transition: all .3s;
}
.btn-contact:hover {
    background: #4cc0be ;
}
@media screen and (max-width: 576px) {
    .index-about {
        background: url("../image/indeximg/index-banner1.jpg") no-repeat center center / cover scroll;
    }
    .single-page .page-header {
        background: url("../image/indeximg/index-banner1.jpg") no-repeat center center / cover scroll;
    }
    .news-page .page-header {
        background: url("../image/indeximg/index-banner1.jpg") no-repeat center center / cover scroll;
    }
    .contact-page .page-header {
        background: url("../image/indeximg/index-banner1.jpg") no-repeat center center / cover scroll;
    }
    .footer-contact-bg {
        background: url("../image/indeximg/index-banner1.jpg") no-repeat center center / cover scroll;
    }
}