/* 先不同步新版樣式head，待更新新版後刪除 */
.f-sitemap-right ul {
    width: 25%;
}
.navbar-fixed-bottom {
	padding: 0;
}
.r2l {
	width: 8em;
}
/* 先不同步新版樣式head，待更新新版後刪除 */
.es-banner {
    background-image: url(../images/topicindexbanner.jpg);
    width: 100%;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.breadcrumbs {
	margin: 20px 0;
}
.breadcrumbs,
.breadcrumbs * {
	color: #fff;
	font-size: 14px;
}
.breadcrumbs .arrow-right {
	margin: 0 5px;
}
.es-main {
	margin: 20px 0 60px;
}
.es-title {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
.es-summary {
	font-size: 26px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
    margin-bottom: 30px;
}
.es-banner-pic {
	margin-bottom: 100px;
}
.es-banner .swiper-button-next,
.es-banner .swiper-button-prev {
	background-image: url(../images/ico-right-o.svg);
    top: auto!important;
    bottom: 24px;
}
.es-banner .swiper-button-prev {
	background-image: url(../images/ico-left-o.svg);
}
.es-banner .swiper-pagination {
	display: block;
}
.es-banner .swiper-pagination-bullets {
    top: auto!important;
    bottom: 32px!important;
}
.es-note {
	padding: 30px 0;
	margin-bottom: 0;
}
@media (min-width: 769px) and (max-width: 1920px){
	.es-banner {
	    overflow: hidden;
	    display: flex;
	    align-items: center;
	}
	.es-banner-pic {
	   float: left;
	   width: 60%;
	   padding-left: 50px;
	   margin-bottom: 0;
	}
	.es-banner-con {
	    float: left;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	.es-banner-con,
	.es-banner .swiper-pagination-bullets {
	    width: 40%;
	}
	.es-banner .swiper-pagination-bullets {
        text-align: left;
        bottom: 100px!important;
	}
	.es-banner .swiper-button-next,
	.es-banner .swiper-button-prev {
	    bottom: 92px;
	}
	.es-banner .swiper-button-prev {
        left: calc(40% - 50px);
	}
	.es-banner .swiper-button-next {
        left: calc(40% - 20px);
	}
	.es-title {
	   font-size: 14px;
	   text-align: left;
	   margin-top: 0;
	   margin-bottom: 60px;
	   padding-top: 0;
	}
	.es-summary {
	   font-size: 40px;
	   text-align: left;
	   margin-bottom: 120px;
	}
}

@media (min-width: 769px) {
	.es-banner .es-nav,
	.es-banner .es-main {
	   padding: 0;
	}
}

@media (min-width: 1251px) {
	.es-nav {
	   margin-top: 60px;
	}
}