@charset "utf-8";

body{ font-family: "Noto Sans TC","微軟正黑體", "新細明體", "Arial Unicode MS"}

a{ text-decoration:none; }

.container-fluid{ max-width:1400px;}

.footer{
	color:#fff;
	background-color:#003649;
	text-align:center;
	padding:24px 15px 80px 15px;
}
.footer a{ color:#ffd95a;}

@media (min-width:992px){
	.footer{padding:24px 15px;}
}

.share{margin:8px 0;}
.share img{margin:0 2px;}


.backtop{
	position:fixed;
	z-index:99;
	width:48px;
	height:48px;
	right:24px;
	bottom:80px;
	margin-top:-130px;
	padding:7px ;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:50%;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#ce987b;}



.title_line{
	width:60px;
	height:4px;
	background-color:#0d3c84;
	margin:30px auto;
}


/*==========header css==========*/

.header_logo{position:fixed; z-index:891; top:20px; left:15px;}
.header_logo img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:240px; height:auto;}
@media (min-width:992px){
	.header_logo { top:24px; left:15px; z-index:950;}
	.header_logo  img{ width:320px;}
}
@media (min-width:1400px){
	.header_logo { left:calc(50% - 685px);}
	.header_logo  img{ width:320px;}
}


/*==========nav css==========*/

.menu_header{ position:fixed; z-index:900; top:0; left:0; width:240px; height:100%; background-color:#0d3c84; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:1400px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:88px; background:#fff; border-bottom:0px solid #0d3c84; overflow-y:visible;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}


.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:1px dotted #09f; position: relative; overflow: hidden;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#09f;}

.menu_ul li a span{ display:block; font-size:0.8rem;}

.menu_ul li .nav_item_down_btn{ position:absolute; top:15px; right:15px; color:#fff; font-size:1.6rem; }

@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:34px; float:right; margin-top:0px;}
	.menu_ul li{ float:left; border:none; position:relative; overflow:visible;}
	.menu_ul li a{ color:#555; font-size:1rem; width:auto; text-align:center; padding:32px 15px 32px 15px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#0d3c84; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}

	.menu_ul li .nav_item_down_btn{ display:none; }
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1rem; width:auto; text-align:center; padding:32px 30px 32px 30px;}
}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:899; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:#fff; position:fixed; z-index:890; height:72px; width:100%; border-bottom:0px solid #0d3c84;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

.iconbar{float:right; width:48px; height:36px; margin:15px 15px 0 15px; border:2px solid #525269; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../img/iconbar.png);}
.iconbar_close{background-image:url(../img/iconbar2.png); border-color:#0d3c84;}

.menu_title{ margin:3px 15px; padding-top:15px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}

.menu_ul .mobile_language{ color:#fff; margin:10px 15px; border:none;}
.menu_ul .mobile_language a{ display:inline-block; padding:10px 16px; font-size:0.9rem; border:1px solid #fff; border-radius:5px;}
.menu_ul .mobile_language a:hover,
.menu_ul .mobile_language a.active{ background-color:#fff; color:#2a2b83;}
@media (min-width:992px){
	.menu_ul .mobile_language{ display:none;}
}

.search_nav{ display:none;}
@media (min-width:992px){
	.search_nav{ position:absolute; padding:0; list-style:none; top:2px; left:100%; width:400px; margin-left:-430px; text-align:right; display:block;}
	.search_nav li{ display:inline-block; font-size:0.8rem; margin-left:15px;}
	.search_nav li a{ color:#2a2b83;}
	.search_nav li a:hover{ color:#946cad; text-decoration:none;}
}
@media (min-width:1200px){
	.search_nav{ margin-left:-445px;}
}

.menu_ul .sub_nav{display:none; list-style: none; padding-bottom: 15px;}
.menu_ul .sub_nav li{  border: none;}
.menu_ul .sub_nav a{ padding:5px 0; font-size:0.9rem;}
.menu_ul .sub_nav a:hover{background-color:transparent; color:#fc0;}
@media (min-width:992px){
	.menu_ul .sub_nav{ position:absolute; top:88px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray; padding: 0; list-style: none;}
	.menu_ul .sub_nav a{ background-image:none; padding:15px 15px; margin:0; border-top:0px dotted #ccc; background-color:#333; color:#ccc; width:200px; margin-left:0; font-size:0.9rem; text-align:left; }
	.menu_ul .sub_nav a:hover{background-color:#555; color:#fff; border-bottom:none;}
}
@media (min-width:1600px){
	.menu_ul .sub_nav a{width:220px; margin-left:0; padding:15px 30px;}
}

@media (min-width:992px){
	.nav_item:hover .sub_nav_item{ display:block;}
}


.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}

.social_content{ position:fixed; z-index:99; top:100%; left:0; margin-top:-68px; height:68px; width:100%; background-color:rgba(0,54,73,1); text-align:center;}
.social_content .social_item{ float:left; width:25%; margin:8px 0;}
.social_content .social_item a{ color:#fff; font-size:1.3rem;}
.social_content .social_item a:hover{ color:#ffd95a;}

.social_content .social_item a span{ font-size:0.8rem; display: block;}

@media (min-width:992px){
	.social_content{ position:fixed; z-index:99; top:100%; left:100%; margin-top:-340px; margin-left:-64px; height:200px; width:48px; padding:15px; border-radius:30px; background-color:rgba(0,54,73,0.8); text-align:center;}
	.social_content .social_item{ margin:8px 0; float:none; text-align:center;}
	
	.social_item_fb{ padding-left:3px;}
	.social_content .social_item a span{display: none;}
}

/*==========main css==========*/

.view_lg{ display:none;}
@media (min-width:992px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}


.banner_section{ position:relative; }
.banner_logo{ position:absolute; top:20%; left:50%; transform: translate(-50%,0); width:45%;}
.banner_text{ position:absolute; top:60%; left:50%; transform: translate(-50%,0); width:60%;}

@media (min-width:992px){
	.banner_logo{ position:absolute; top:47%; left:46%; transform: translate(-142%,-55%); width:20%;}
	.banner_text{ position:absolute; top:49%; left:44%; transform: translate(-0%,-55%); width:44%;}
}


/*-------------------------光束效果-------------------------*/

.aerial_section{ position:relative; overflow-x:scroll; background-color:#fefefe;}
.aerial_section img{}

.aerial_pic{ position:relative; width:220vw; }
.aerial_title{ position:absolute; top:7%; left:50%; transform: translate(-77.5%,0); width:30% }
.aerial_text{ position:absolute; top:17%; left:50%; transform: translate(-77.5%,0); width:30%; }
.aerial_text p{ font-size:2.4vw; color:#fff; line-height:4vw;  }

.aerial_light_wrapper{ 
	position:absolute; 
	bottom:37%; 
	left:39.5%; 
	transform:translate(-50%,0); 
	width:2%; 
	height:25%; 
}
.aerial_light_col{
	position:absolute; 
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(255, 255, 255,0.6), rgba(255, 255, 255,0.1));
	border-radius: 0 0 10px 10px;
	animation: flash 2s linear infinite;
}

.aerial_light_content{ position:relative; width:100%; height:100% }
.aerial_light{
	position: absolute;
	top: 100%;
	width: 2px;
	height: 2px;
	background-color: #fff;
	
}
.aerial_light:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 15px 3px #eee,0 0 10px 2px #eee,0 0 15px 3px #eee,0 0 5px 1px #fff,0 0 15px 3px #fff,0 0 10px 2px #fff;
}

.aerial_light1{left:0; animation: light 1.8s linear infinite; animation-delay: -1s;}
.aerial_light2{left:20%; animation: light 3.8s linear infinite; animation-delay: -2s;}
.aerial_light3{left:40%; animation: light 2.8s linear infinite; animation-delay: -3s;}
.aerial_light4{left:80%; animation: light 5.8s linear infinite; animation-delay: -4s;}
.aerial_light5{left:100%; animation: light 4.8s linear infinite; animation-delay: -5s;}
.aerial_light6{right:10%; animation: light 6.4s linear infinite; animation-delay: -1s;}
.aerial_light7{right:30%; animation: light 10.4s linear infinite; animation-delay: -2s;}
.aerial_light8{right:50%; animation: light 7.4s linear infinite; animation-delay: -3s;}
.aerial_light9{right:70%; animation: light 8.4s linear infinite; animation-delay: -4s;}
.aerial_light10{right:90%; animation: light 9.4s linear infinite; animation-delay: -5s;}

@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
  	opacity: 0;
  }
}

@keyframes light {
  0% {
    opacity: 1;
    margin-top: 0%;
  }
  12% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
  	margin-top: -800%;
    opacity: 0;
  }
}

@media (min-width:992px){
	.aerial_section{ overflow:auto; }
	.aerial_section img{ width:100%; }

	.aerial_pic{ width: 100%;}
	.aerial_title{ position:absolute; top:13%; left:50%; transform: translate(-102%,0); width:35% }
	.aerial_text{ position:absolute; top:12.5%; left:50%; transform: translate(8%,0); width:35% }
	.aerial_text p{ font-size:1.3vw; line-height:2.4vw;  }

	.aerial_light_wrapper{ 
		position:absolute; 
		bottom:35.5%; 
		left:40.3%; 
		transform:translate(-50%,0); 
		width:2%; 
		height:25%; 
	}
}

.main_section{ padding: 15% 0 15% 0; background-image:url(../img/main_bg.jpg); background-position:center; background-size:cover; position: relative;}

.main_wrapper{ width:70%; margin:0 auto 15% auto; position:relative; }
.main_text{ margin:15px 0; }
.main_text p{ font-size:2.65vw; line-height:4.2vw;  }

.main_wrapper2 .main_text p{ margin:0 -7vw 0 0; }

.main_wrapper4{ width:100%; margin-bottom:0; }

.aerial_corner{ position:absolute; bottom:100%; left:0; width:9%; }
.main_corner{ position:absolute; bottom:0; left:0; width:9%; }

@media (min-width:992px){
	.main_section{ padding: 10% 0;}
	.main_wrapper{ width:80%; margin:0 auto 10% auto;}
	.main_title{ position:absolute; top:50%; left:0; transform:translate(0,-100%); width:37%; }
	.main_text{ position:absolute; top:50%; left:0.5%; transform:translate(0,0%); width:40%; }
	.main_text p{ font-size:1.3vw; line-height:2.3vw; }
	.main_pic{ width:55%; margin:0 0 0 auto; }

	.main_wrapper2{margin:0 auto 20% auto;}
	.main_wrapper2 .main_title{ position:absolute; top:105%; left:0; transform:translate(0,0); width:40%; }
	.main_wrapper2 .main_text{ position:absolute; top:102%; left:46%; transform:translate(0,0%); width:45%; }
	.main_wrapper2 .main_pic{ width:100%; margin:0 0 0 0; }

	.main_wrapper3 .main_text{ left:0.2%; }

	.main_wrapper4{ width:80%; }
}


.team_section{position: relative;}

.team_text_wrapper{ position:absolute; top:8%; left:50%; transform:translate(-50%,0); width:70% }

.team_text{ margin-top:2%; }
.team_text p{ font-size:2.65vw; line-height:4.2vw;  }

.team_pic{position: absolute; bottom:0; left:50%; transform:translate(-50%,0); width: 92%;}

.team_corner{ position:absolute; bottom:0; left:0; width:9%; }


@media (min-width:992px){
	.team_text_wrapper{top:10%;}
	.team_title{ position:absolute; top:0%; left:5%; transform:translate(0,0); width:45%; }
	.team_text{ position:absolute; top:0%; left:55%; transform:translate(0,0%); width:45%; margin-top:-0.5%; }
	.team_text p{ font-size:1.3vw; line-height:2.3vw; }

	.team_pic{width: 100%;}

}


.contact_section{ padding: 10% 0; background-image:url(../img/contact_bg.jpg); background-size:cover; background-position:top center; }
.contact_wrapper{ width:80%; margin:0 auto; }
.contact_title{ 
	color:#fff; 
	font-size: 4vw; 
	text-align: center; 
	font-weight: 700;
	border:1px solid #fff; 
	width: 50%;
	margin: 0 auto;
	padding:1%; 
	font-family: "Noto Serif TC","微軟正黑體", "新細明體", "Arial Unicode MS";
}

.contact_text ul{ list-style:none; padding:0; color:#fff; margin: 5% 0; position: relative;}
.contact_text ul li{ font-size:2.65vw; font-weight: 700; line-height:4.5vw;}
.contact_text ul li:nth-child(4){ position:absolute; top:0; left:55%; }
.contact_text ul li:nth-child(5){ position:absolute; top:4.5vw; left:55%; }

#form1{ margin:-5% 0;}
#form1 .col-6{ padding:10px;}
#form1 .form-group{ position:relative; margin:10% 0; /*display:flex;*/ align-items:center;}
#form1 label{ font-size:2.65vw; font-weight:700; color:#fff; line-height:4.5vw; margin:0; width:32%;}
#form1 .form-group input,#form1 .form-group select{ width:65%; border-radius:0; margin:0 0 0 auto; font-size:2.65vw; line-height:4.5vw; display:inline-block;}
#form1 .form-group select{ 
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 15px auto;
}
#form1 .el-input{ width:100%;}


#form1 .form-item-btn{ margin: 0;}
#form1 .form-item-btn button{ 
	color:#fdf3e4; 
	font-size: 4vw; 
	text-align: center; 
	font-weight: 700;
	border:1px solid #fff; 
	width: 100%;
	margin: 0;
	padding:3%; 
	font-family: "Noto Serif TC","微軟正黑體", "新細明體", "Arial Unicode MS";
	background-color: rgba(59,39,27,0.6);
	transition:all .3s;
	border-radius:0;
}
#form1 .form-item-btn button:hover{background-color:#ce987b ;color:#fff; }
#form1 .text-group{ padding-bottom:10px;}
#form1 .text-group p{ color:#fff; font-size:2.65vw; line-height:4.5vw;}
#form1 .text-group label{ display:inline;}

/*#twzipcode select{ display:block; width:70%;  margin:5% 0 5% auto; font-size:2.65vw; height:30px;}

#twzipcode input{ 
    display:none;
}*/


.contact_social{ display:flex; margin:10% 0; }
.contact_social_item{ width:25%; padding:0; border-left:1px solid #c8bb9b; position: relative;}
.contact_social_item:last-child{ border-right:1px solid #c8bb9b;}
.contact_social_icon{ 
	width: 16vw; 
	height:16vw; 
	background-color:rgba(59,39,27,0.8); 
	border-radius: 50%;
	color:#fdf3e4; 
	text-align:center; 
	margin:0 auto; 
	padding: 1vw;
	font-size: 9vw;
	transition:all .3s;
}
.contact_social_item:hover .contact_social_icon{ background-color:#ce987b; color:#fff; }
.contact_social_text{ 
	text-align:center; 
	font-size:3.6vw; 
	font-weight: 700; 
	color:#fdf3e4; 
	margin-top: 5%;
	font-family: "Noto Serif TC","微軟正黑體", "新細明體", "Arial Unicode MS"; 
}
.contact_social_item:hover .contact_social_text{ color:#fff;}
.contact_social_item a{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

@media (min-width:992px){
	#form1{ margin:5% -10px;}
	.contact_title{ 
		color:#40210f; 
		font-size: 1.3vw; 
		background:#c8bb9b;
		margin:0;
		width:37%;
	}
	.contact_text ul li{ font-size:1.3vw; line-height:2.3vw;}
	.contact_text ul li:nth-child(4){ position:static;}
	.contact_text ul li:nth-child(5){ position:static;}
	
	
	#form1 .col-6{ padding:0;}
	#form1 label{ font-size:1.3vw; line-height:2.3vw;}
	#form1 .fromwarn{ font-size:1.3vw; line-height:2.3vw;}
	#form1 .form-group{ margin:0 0 2% 0;}
	#form1 label{ width:17%;}
	#form1 .form-group input,#form1 .form-group select{ font-size:1.3vw; line-height:2.3vw; width:80%;}
	#form1 .form-group select{ background-size: 24px auto; }
	#form1 .form-item-btn button{ font-size:1.5vw; padding:2%;}
	#form1 .text-group p{ font-size:1vw; line-height:1.4vw;}
	
		
	.contact_social_item{ border:none; width:20%;}
	.contact_social_item:last-child{ border:none;}
	.contact_social_icon{ width:6vw; height:6vw; padding:1vw;font-size:2.5vw;}
	.contact_social_text{ font-size:1.3vw; }
	
}



.map_section{ line-height:1;}
.map_section iframe{ width:100%; height:450px; }
@media (min-width:992px){
	.map_section{ width:80%; margin:0 auto; display:block;}
	.map_section iframe{ height:600px;}
}

/*------------------cookies--------------------*/

#cookies-box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.9);
    padding: 50px 50px;
    width: 100%;
	font-size: 1rem;
	line-height: 36px;
	color: #fff;
/*	display: none;*/
}
#cookies-box h4 {
    font-size: 1.3rem;
	font-weight: bold;
}
#cookies-box p {
    margin: 0;
}
#cookies-box a {
    color: #fff;
	border-bottom: 2px solid #60c1a1;
	padding-bottom: 2px;
	margin: 0 3px;
}
#cookies-box .cookies-btn {
	margin-top: 10px;
	text-align: center;
}
#cookies-box .cookies-btn a {
    display: inline-block;
    width: 140px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
	text-align: center;
}
#cookies-box .cookies-btn a:hover {
    background-color: #60c1a1;
	border-color: #60c1a1;
}

@media (min-width: 992px) {
	#cookies-box .cookies-btn {
		margin-top: -5px;
		margin-left: 50px;
	}  
}


.privacy_block .container-fluid{ max-width:1200px; }

.privacy_block h3{ color:#555; font-weight: 700; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px; }


/*========================================================
                         浮動選單
=========================================================*/	
	
.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
	overflow: hidden;
    font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #c81e1d;
    border-color: #c81e1d;
}

.js-icon_Community .icon_li {
    position: relative;
    left: -100px;
    
}
.icon_li_img {
        max-width: 50px;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
    }
.js-icon_Community.active .icon_li {
    left: 0;
    pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon{
 animation: go 3s linear infinite;
}
@keyframes go {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}  

@media (max-width: 991.98px){
    .icon_Community {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
        z-index: 999998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .icon_Community_ul .icon_li {
        width: 33.33%;
        border-right: 1px solid #fff;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
 .icon_Community_ul .icon_name {
        font-size: 0.8rem;
  		padding-top: 5px;
    }
    .icon_img {
        display: block;
        background: #624a35;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 10px 10px;
        text-decoration: none;
    }
 .icon_Community a{
	  color: #fff;
	  text-decoration:none;
 }
 .icon_Community a img{
	  display: block;
	  margin: 0 auto;
	  width: 22px;
 }
 .icon_Community a:hover{
	  background: #ce987b;
 }
 .icon_Community a:hover img{
	  animation: go 3s linear infinite;
 }
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 23px;
        bottom: 70px;
        z-index: 9998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        flex-direction: column;
        align-items: flex-end;
        display: flex;
        margin-bottom: 59px;
    }
    .icon_img {
        background: #624a35;
        border: none;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_img.active {
        width: 142px;
    }
    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }
    .icon_img:hover {
        text-decoration: none;
        width: 142px;
		background:#ce987b;

    }
    .icon_img:before {
        opacity: 0;

    }
    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 50px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .icon_img:hover .icon {
        text-decoration: none;
    }
    .icon_img:hover .icon_name {
        opacity: 1;
        text-indent: 0;
    }
    .icon_name {
        position: relative;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 50px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        /*text-indent: -100px;*/
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}

.quick-btn {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background-color: #c81e1d;
    text-align: center;
}
.quick-btn [class*="col-"] {
    border-right: 1px solid #fff;
}
.quick-btn [class*="col-"]:last-child {
    border-right: none;
}
.quick-btn [class*="col-"] a {
    display: block;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 8px;
    border-left: none;
    text-decoration:none;
    font-size: 0.9rem;
}
.quick-btn [class*="col-"]:hover {
    background-color: #c81e1d;
}
.quick-btn [class*="col-"] a i {
    display: block;
}


.quick-modal {
    text-align: center;
    padding: 50px 60px;
}
.quick-modal i {
    display: block;
    font-size: 5rem;
    color: #624a35;
    font-weight: bold;
    margin-bottom: 30px;
}
.quick-modal h2 {
    font-size: 1rem;
    font-weight: bold;
}
.quick-modal p {
    font-size: 1.4rem;
    font-weight: bold;
}
.quick-modal .btn {
    width: 100%;
    min-width: 240px;
    background-color:#624a35;
    border: none;

}
.quick-modal a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 5px;
    text-decoration: none;
}
.quick-modal .btn:hover {
    background-color:#ce987b;
}
#modal1 i {
    transform: rotate(0deg);
}
@media (min-width: 992px) {
    .quick-btn{ display:none;}
}


.fancybox-container {z-index: 9999999;}
.modal-body{ overflow-y:auto; padding:20px;}
.modal-header{ border-bottom:none;}
.modal-body h2{ text-align:center; margin-bottom:20px;}
.modal-body p span{ font-weight:bold; font-size:1.1rem;}
.modal-dialog{ margin-bottom:80px;}

@media (min-width:576px){
    .modal-body{ padding:20px 40px;}
    .modal-dialog{ max-width:1000px;}
}
@media (min-width:1024px){
    .modal-body{ padding:20px 80px;}
    .modal-dialog{ max-width:1200px; margin-bottom:0;}
}