body{
    font-family: 'Microsoft JhengHei'
}

a.hide { 
    display: none;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.position-relative{
    position: relative;
    overflow: hidden;
}
.w-100 {
    width: 100%;
}
.w-80{
    width: 80%;
}
.h-100{
    height: 100%;
}

.img-fluid{
    max-width: 100%;
    height: auto;
}
.p-15{
    padding: 15px !important;
}
.text-white{
    color: #fff;
}
.bg-gray{
    background: #333;
}

.bg-green{
    background: #007c7d;
}
.bg-white{
    background: rgb(247, 247, 247);
}

.padding-tb{
    padding-top: 55px;
    padding-bottom: 80px; 
}

.ctbc-title{
    margin-bottom: 30px;
    text-align: center;
    color: #007c7d;
    font-size: 1.25rem;
}

.ctbs-desc{
    margin: 0 auto;
    width: 80%;
    margin-bottom: 80px;
    text-align: center;
    color: #666;
}

/* header */
header{
    display: block;
}
.nav-top{
    position: relative;
    display: block;
    padding: 10px 0 0;
    width: 100%;
    background: #007c7d;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,.2);
    z-index: 2;
}

.logo{
    padding: 8px 0;
    width: 50px;
    margin-bottom: 10px;
    height: auto;
}
.banners{
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    z-index: 1;
    overflow: hidden;
}
.banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background: rgba(0, 124, 125, 0.85);
    transform: translate(-50%, -50%);
}

.banner-text h1{
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
}

.banner-text h1 span{
    display: block;
    padding: 5px 20px;
}

/* menu */
.menus{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menus-content{
    display: block;
    padding: 0;
    list-style: none;
}

.menus-content li{
    display: inline-block;
    text-align: right;
    margin-left: 10px;
}

.menus-content li a{
    padding: 10px 15px;
    color: #fff;
    border-radius: 14px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px #333;
    transition: 0.4s background ease;
    text-decoration: none;
}

.menus-content li a:hover{
    background: rgb(0, 83, 83);
}

/* mobile-menu */
.menu-trigger{
    width: 30px;
    height: auto;
    cursor: pointer;
}
.menu-trigger > span{
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
    margin-bottom: 4px;
    background: #fff;
    top: 0;

    -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}
.menu-trigger > span.mid{
    -webkit-transition: all .2s .2s;
        -o-transition: all .2s .2s;
            transition: all .2s .2s;
}
.menu-open .menu-trigger span.mid{
    opacity: 0;
    visibility: hidden;
}
.menu-trigger span.top,
.menu-trigger span.bottom{
    -webkit-transition: -webkit-transform .2s, top .2s .2s;
        -o-transition: -o-transform .2s, top .2s .2s;
            transition: transform .2s, top .2s .2s;
}
.menu-open .menu-trigger span.top,
.menu-open .menu-trigger span.bottom{
    -webkit-transition: top .2s, -webkit-transform .2s .2s;
        -o-transition: top .2s, -o-transform .2s .2s;
            transition: top .2s, transform .2s .2s;

    
}
.menu-open .menu-trigger span.top{
    top: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.menu-open .menu-trigger span.bottom{
    top: -8px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}


.mobile-content {
    display: none;
    padding-left: 0;
    padding-right: 0;
}

.mobile-content.open {
    display: block;
}

.mobile-content .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.35);
}

.mobile-content .menu li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-content .menu li a {
    display: block;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #007c7d;
    text-decoration: none;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

/* section-top */
.section-top{
    position: relative;
    display: block;
    margin-top: -25px;
    z-index: 10;
}
.section-top a{
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


.section-top a .icon{
    display: block;
    padding: 10px;
    width: 100%;
    height: auto;
}


/* img-text */
.img-text{
    position: relative;
    display: block;
    line-height: 2rem;
    letter-spacing: 0.1rem;
}

.img-text .img-text-content .img-content{
    display: block;
    padding: 30px;
}

.img-items{
    border-radius: 8px;
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.img-text .img-text-content .text-content{
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 100%;
}

.img-text .img-text-content .text-content .text:first-letter{
    font-size: 2rem;
    font-weight: 700;
}

.img-effect{
    border-radius: 8px;
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.15);
}

/* 咖啡廳 */
.coffee-content{
    position: relative;
    display: block;
    padding-top: 50px;
    text-align: center;
}

.coffee-content .title{
    margin-bottom: 20px;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    color: #fff;
}

.coffee-content .coffee-icons{
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 1.2rem;
}

.btn-web{
    padding: 10px 20px;
    border: 1px solid #fff;
}

.coffee-icons a{
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}

.coffee-icons a:hover{
    background: #fff;
    color: #333;
}

.coffee-content .coffee-icons .icon{
    width: 50px;
    height: auto;
}

.coffee-img-content{
    
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
}

.coffee-img-content .img-box{
    position: relative;
    cursor: pointer;
}

.coffee-img-content .img-mask{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    padding: 20px;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
    transform: translate(-50%, -100%);
    background: rgba(0, 124, 125, .6);
    opacity: 1;
    transition: 0.4s all ease;
}

.coffee-img-content .img-box:hover .img-mask{
    transform: translate(-50%, -53%);
    opacity: 1;
}

/* 中信美食街 */
.boxs{
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
}

.boxs .box-content{
    cursor: pointer;
    transition: 0.4s transform ease;
    overflow: hidden;
}

.boxs .box-content:hover{
    transform: translateY(-3px);
}

.boxs .box-content .box-text{
    display: block;
    padding: 15px;
    text-align: center;
    color: #007c7d;
    font-size: 1.4rem;
}
.boxs .box-content .box-text .title{
    position: relative;
}
.boxs .box-content .box-text .title::before{
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: '';
    width: 100px;
    transform: translate(-50%, -50%);
    height: 2px;
    background: #007c7d;
}
.boxs .box-content .box-text .text{
    display: block;
    margin-top: 20px;
    font-size: 1rem;
    color: #555;
}

/* footer */
footer{
    display: block;
    padding: 8px 0;
    background: #333;
}

.footer-content{
    text-align: center;
    color: #999;
    font-size: 0.85rem;
}

.footer-content a, .footer-content a:active, .footer-content a:link{
    color: #999;
    text-decoration: none;
}

.footer-content a:hover{
    color: rgb(250, 250, 250);
}

@media (min-width: 321px) and (max-width: 375px){
    .banners{
        height: 250px;
    }
    .banner-text h1{
        font-size: 1.8rem;
    }
}
@media (min-width: 768px){
    .section-top{
        transform: translateY(0px);
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .banners{
        height: 400px;
    }
    .banner-text h1{
        font-size: 3rem;
    }
    .img-text-content{
        margin-bottom: 30px;
    }
    
}  

@media (min-width: 992px){
    .ctbc-title{
        font-size: 1.4rem;
    }
    .menus{
        display: flex !important;
    }
    .section-top a{
        width: 60px;
        height: 60px;
    }
    .coffee-content .coffee-icons .icon{
        width: 80px;
        height: auto;
    }
    .banner-text h1{
        font-size: 4rem;
    }
    
    .coffee-content .title{
        margin-bottom: 20px;
        font-size: 1.2rem;
        letter-spacing: .1rem;
        color: #fff;
    }

    .coffee-content .coffee-icons{
        display: flex;
        align-items: center;
        text-align: center;
        margin-top: 50px;
        color: #fff;
        font-size: 1.2rem;
    }
    
    .coffee-content .coffee-icons .icon{
        width: 50px;
        height: auto;
    }
}

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 993px){
    .banners{
        height: 600px;
    }
    .coffee-banners{
        height: 400px;
    }
    .coffee-content .title{
        font-size: 2rem;
    }
}

@media (min-width: 1200px){
    .banner-text h1{
        font-size: 4rem;
    }
    .banner-text h1 span{
        display: inline-block;
    }
    .coffee-banners .bg-img{
        transform: translateY(-220px);
    }
    .img-text .img-text-content .text-content{
        padding: 0 60px;
    }
    .coffee-banners{
        height: 450px;
    }
    .coffee-content{
        padding-top: 80px;
        /* padding-bottom: 150px; */
    }
    .coffee-img-content .img-mask{
        top: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: 0.4s all ease;
    }
    
    .coffee-img-content .img-box:hover .img-mask{
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.slick-dots{
    bottom: 10px;
}

.slick-dots li button:before{
    color: #fff;
    opacity: .75;
}

.slick-dots li.slick-active button:before{
    color: #007c7d;
    opacity: 1;
}