/*圖庫標題內容*/
section.group_banner .info h5 {
    margin-bottom: 0rem;
    color: #fff;
}
section.group_banner .info .col-12 {
       background: rgba(0, 0, 0, 0.65);
    padding: 3rem 5rem 2rem;
}

section.group_banner .info h5 {
    margin-bottom: 0rem;
    color: #fff;
    font-size: 18px;
}
@media (max-width: 575.98px){
section.group_banner .info .col-12 {
    padding: 2rem 2rem 1rem;
    margin: 0;
}
}



/*景點相簿*/

section.view_all .swiper_view .intro_title h2{
	margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #555555;
}
section.view_all .swiper_view .intro_title h5 {
    margin-top: 0px;
    margin-bottom: 10px;
	font-size: 1.2rem;
}

section#offer-area .offer-title h2{
     font-size: 28px;
    font-weight: 700;
    color: #555555;
}
section.view_all .swiper_view .swiper-slide {
    
    width: 50%;
}

@media (max-width: 767.98px){
section.view_all .swiper_view .intro_title {    
    padding: 20px 0px 40px 0px;    
    margin-bottom: 0px;
}
}



section#offer-area .offer-place-area .place-card-area .place-box .content-box .border-box .title h5
{
	font-size: 20px;
    margin-bottom: 15px;
}