




.square {

    /* animation 參數設定 */
    animation-name: MoveToRight;    /*動畫名稱，需與 keyframe 名稱對應*/
    animation-duration: 4s;    /*動畫持續時間，單位為秒*/
    animation-delay: 2s;    /*動畫延遲開始時間*/
    animation-iteration-count: infinite;    /*動畫次數，infinite 為無限次*/    
}

/* 關鍵影格(@keyframe) */
@keyframes MoveToRight {
    0% { transform: scale(1);; }
    25% { transform: scale(1.1);; }
    50% { transform: scale(1); }
    75% { transform: scale(1.1);; }
    100% { transform: scale(1);; }
}



.page-title h1 {
    font-size: 58px;
    font-size: 3.625rem;
    margin-bottom: 0.3em;
    font-family: "Microsoft JhengHei", sans-serif;
	color: #fff;
}

@media (max-width: 767px){
.page-title h1  {
    font-size: 2.1875rem;
}


}


.container2{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.img100 {

}

.img100 img {
	width: auto;
	height: 100%;

}


.img101 {

}

.img101 img {
	width: 100%;
	height: auto;

}

.img-add {
    margin-right: 5px;
    margin-left: 5px;
    width: 58px;
}



.addwd01{
	width: 100%;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
}

.addwd06{
	width: 100%;
	font-size: 24px;
	color: #FFFFFF !important;
	background-color: #ff6a00;
	line-height: 40px;
	margin-bottom: 15px;
	padding-left: 10px;
}

.addwd07{
	width: 100%;
	font-size: 30px;
	color: #666666 !important;
	line-height: 40px;
	text-align: center;
}



.bar {
    width: 80px;
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 30px;
}



.bar img {
	width: 100%;
	height: auto;
}


.bar2 {
	position: fixed;
	z-index: 999;
	right: 80px;
	bottom: 60px;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

.bar3 {
	display:none;
	width: 100%;
	position: fixed;
	z-index: 9;
	bottom: 0px;
}

.bar3-1 {
	width: 33.33%;
	float: left;
}

.bar3-1 img {
	width: 100%;
	height: auto;
}


.video_promotion_area {
    background: #aaaaaa url(../img/hero_bg_2.jpg) center center fixed no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
	background-position:0 !important;
}


.video_promotion_area2 {
    background: #aaaaaa url(../img/hero_bg_3.jpg) center center fixed no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
	background-position:0 !important;
}

.service-item1 {
    position: relative;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    border-color: #f7f7f7;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #FFF;
    width: 31.3%;
    float: left;
    margin-bottom: 10px;
}

.ptitle {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #333333;
    background-color: #f2f2f2;
    overflow: hidden;
    text-align: center;
}

.cover100 {

    overflow: hidden;
}

.cover100 img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.b-10 {
    margin-bottom: 30px;
}

.aboutwd01 {
    font-size: 18px;
    line-height: 35px;
    color: #666666;
}

.justify-content-center{
	margin-right: auto;
	margin-left: auto;
	float: none !important;	
}

.from100 {
	width: 100%!important;	
	margin: 0 0px 0px!important;	
}


.frombox{
	background-color: #ff6a00;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	overflow:hidden;
	border-radius: 10px; 
}

@media screen and (max-width : 900px) {
.container2{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

}

@media screen and (max-width : 600px) {




.bar {
    width: 70px;
    position: fixed;
    z-index: 99;
    right: 5px;
    bottom: 30px;
}

.bar img {
	width: 100%;
	height: auto;
}


.bar2 {
	position: fixed;
	z-index: 999;
	right: 60px;
	bottom: 55px;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}


.bar3 {
display:inline;
	width: 100%;
	position: fixed;
	z-index: 9;
	bottom: 0px;
}

.flexslider, .flexslider .slides>li, .slider-height {
    height: 550px;
}

.service-item1 {
    position: relative;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    border-color: #f7f7f7;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #FFF;
    width: 98%;
    float: left;
    margin-bottom: 10px;
}

}