/* =======================================================
	首頁設定
======================================================= */


/* =======================================================
	home-content
======================================================= */

.home-content {
	background-color:#ffffff;
}

.home-content hr {
	width: 140px;
	color: #000000;
	border-top: solid 2px;
	margin: 8px 0px;
}

    .home-content h2 {
        font-size: 2.25em/*36p x*/;
        color: #000;
        letter-spacing: -2px;
        margin-bottom: 10px;
    }

.home-content h3 {
	font-size: 1.5em/*24p x*/;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 8px;
}

/* =======================================================
======================================================= */


/* =======================================================
	slider
======================================================= */

.home-slider {
	padding-top: 0px;
	margin-bottom: 40px;
	background-color: #ffffff;
}

/* 圖片置中 */
.slide-image {
	margin: 0 auto;
}

/* =======================================================
======================================================= */


/* =======================================================
	home-news
======================================================= */

.home-news {
	margin-bottom: 40px;
}

/* =======================================================
======================================================= */


/* =======================================================
	home-award
	卓越獎項
======================================================= */

/* 背景：顏色、圖片、padding */
.home-award {
	text-align: justify;
	background-image: url(../images/home/award20200924.jpg);
	background-color: #eaf7ff;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 120px;
	margin-bottom: 60px;
}

.home-award hr {
	width: 140px;
	color: #444444;
	border-top: solid 2px;
	margin: 8px 0px;
}

/* =======================================================
======================================================= */


/* =======================================================
	home-coach
======================================================= */

.home-coach {
	margin-bottom: 60px;
}

/* =======================================================
======================================================= */


/* =======================================================
	home-report
======================================================= */

.home-report {
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	background-color: #f3f3f3;
}

/* =======================================================
======================================================= */


/* =======================================================
	thumbnail-gray
	縮圖組件-灰底
======================================================= */

/* 背景：背景顏色、padding、border、圓角 */
.thumbnail-gray {
	display: block;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #f3f3f3;
	border: 0px solid #f3f3f3;
	border-radius: 0px;
	-webkit-transition: border .2s ease-in-out;
		-o-transition: border .2s ease-in-out;
		transition: border .2s ease-in-out;
}

/* 背景：padding、文字顏色 */
.thumbnail-gray .caption {
	padding: 15px 20px 20px;
	text-align: justify;
}

/* 圖片 */
.img-responsive,
.thumbnail-gray > img,
.thumbnail a > img,
{
	display: block;
	max-width: 100%;
	height: auto;
}

/* =======================================================
======================================================= */


/* =======================================================
	thumbnail-gray-inside
	縮圖組件-灰底-照片灰外框
======================================================= */

/* 背景：背景顏色、padding、border、圓角 */
.thumbnail-white-inside {
	display: block;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 0px solid #ffffff;
	border-radius: 0px;
	-webkit-transition: border .2s ease-in-out;
		-o-transition: border .2s ease-in-out;
		transition: border .2s ease-in-out;
}

/* 背景：padding、文字顏色 */
.thumbnail-white-inside .caption {
	padding: 0px 20px 25px;
	text-align: justify;
}

/* 圖片 */
.thumbnail-white-inside > img,
.thumbnail-white-inside a > img {
	display: block;
	max-width: 100%;
	height: auto;
	padding: 15px 15px 0px;
}

/* =======================================================
======================================================= */


/* =======================================================
	home-links
======================================================= */

.home-links {
	padding-top: 35px;
	margin-bottom: 65px;
}

/* =======================================================
======================================================= */


/* =======================================================
	home-links
======================================================= */

.slider {
	width: 96%;
	margin: 0 auto;
}

.slick-slide {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 23px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: #ac0009;
}

/* =======================================================
======================================================= */


/* =======================================================
	頁籤
	bookmark
======================================================= */

/* margin */
.home-bookmark {
	margin-bottom: 30px;
}

/* 底線：顏色 */
.nav-tabs {
	border-bottom: 1px solid #0069cd;
	margin-bottom: 15px;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

/* 未選取的文字：顏色 */
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	background-color: #fffcf1;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #0069cd;
}

/* 文字：hover顏色 */
.nav-tabs > li > a:hover {
	color: #ffffff;
	border-color: #eee #eee #ddd;
	background-color: #0069cd;
}

/* 文字：active顏色 */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #0069cd;
	cursor: default;
	background-color: #fffcf1;
	border: 1px solid #0069cd;
	border-bottom-color: transparent;
}

/* =======================================================
======================================================= */