@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');

body {
    font-family: 'Poppins', 'Noto Sans TC',"微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1.5;
}

p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', 'Noto Sans TC', "微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1.5;
    font-weight: 400;
}

.section-title-center h2 , .section-title h2 {
    font-weight: 600;
}

@media (max-width: 991px) {
    .section02 .section02-title {
        margin-bottom: 25px;
    }
}

/*.section03 .section03-item .text-item h2 {
    font-weight: 600;
}*/

.section04 .text-item h3{
	font-weight: 600;
}

.section-kv .banner_slider-item .img-wrap .img-item {
    padding-top: 40%;
}

@media (max-width: 991px) {
    .section-kv .banner_slider-item .img-wrap .img-item {
        padding-top: 120%;
    }
}

.header .top-header .top-menu .collapse li a {
    font-size: 16px;
    font-weight: 600;
}

.header .top-header {
    padding: 20px 0;
}

@media (max-width: 991px) {
    .header .top-header {
    padding: 0px 0;
}
}

.section01 {
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .section01 {
        padding: 30px 0 0 0;
    }
}

.section04 .text-item h5 {
    text-decoration: underline 1px;
    text-underline-offset: 8px;
    margin-bottom: 20px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .section08 {
        padding: 50px 0 50px 0;
    }
}

@media (max-width: 991px) {
	.section02 .section02-item.section02-item-bg:before {
		left: auto;
		right: 0px;
	}
}


/*----------------------------------------*/

.parallax-section {
    position: relative;
    height: 400px;
    background: url('../images/sec-video-bg.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-attachment: fixed;
}

.parallax-section .content {
    position: relative;
    z-index: 2;
}

.parallax-section .play-button {
    font-size: 28px;
    color: #333333;
    cursor: pointer;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
}

.parallax-section .text h3,.parallax-section .text p{
	color: white;
}

.parallax-section .text h3{
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 15px;
}

.parallax-section .text p{
    margin: 0;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 0px;
}

.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    background: white;
    padding: 20px;
}

.video-popup-content .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
}

.video-popup-content iframe {
    width: 100%;
    height: 450px;
}

.parallax-section .play-button::before {
    position: relative;
    left: 3px;
}