@import url("reset.css");
@import url("loading.css");
@import url("fontawesome_all.css");
@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');


:root{
	--primary: #9a9a9a;
	--second: #9a9a9a;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing:1px; }
html { height:100% }
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; -webkit-text-size-adjust:none; font-size:12px; overflow-y:scroll; overflow-x:hidden; }
body, td, th,select,input {font-size:14px;font-family: /*Arial,*/ "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif;color:#333333;}
html, body {  position: relative;}

/*簡易設定*/
.iframe_ch { display:none }
.middle { vertical-align:middle; }
.center { text-align:center; }
.w100{ width:100%; }

/*fix safari*/
input, select, textarea{ -ms-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-box-sizing:content-box;}



input[type='text'],input[type='password'],input[type='tel'],input[type='button'],input[type='submit'],input[type='email'],select,textarea{  
	 width: 100%;
    border: 0;
    padding: 8px 8px;
    box-sizing: border-box;
    letter-spacing: 1px;
    border: 1px solid #d6d6d6;
    font-weight: bold;
    outline: 0;
    font-size: initial;
}

input[type='text'],input[type='password'],input[type='button'],input[type='submit']{  
	-webkit-appearance: none; 
   
  
}

input[type='radio'],input[type='checkbox']{  
    margin-right: 5px;
}

textarea {
 	height: 100px;
    margin: 8px 0;

}

h3{margin:0;}

input:focus, select:focus, textarea:focus{border-color: #ff4d4d;}

/*分頁*/
.pager{ width:100%; overflow:hidden; margin-bottom:20px ; text-align:center; }

/*編輯器*/
/* .editor{position:relative;padding: 20px 0 20px 20px;font-size:16px;line-height:30px;min-height: 500px;} */
.editor{position:relative;padding: 0px  5px;font-size:16px;line-height:30px;}
.decorate1 .dot{position:absolute;top:0;left: -4px;width:10px;height:10px;background: #ffffff;}

/*提示文字內容*/
#tip_box { position: fixed; line-height:22px; background-image:url(../../images/action_bg.png); color: #FFF; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left:10px; }
/*提示圖片處理*/
.tip { cursor:pointer; cursor:hand }

/*連結*/
a{ color:#1b73c2;text-decoration: underline; }
a:hover{ color:#eba231; }

/*表格*/
#css-table { display:table; width:100%; }
.css-tr {display: table-row;}
.css-td {display: table-cell;text-align:left;vertical-align:middle;padding: 0px 10px;box-sizing:border-box;letter-spacing:1px;font-size:14px;color:#121212;}

/*全營幕遮罩*/ 
.bg-overlay { display:block; position:fixed; left:0; top:0; background:rgba(0, 0, 0, 0.7); opacity:0; visibility:hidden; width:100%; height:100%; z-index:9999; transition: all 0.2s linear; }
.bg-overlay.visible { opacity:1; visibility:visible }

/*layout*/
/*
.layout-flex{ display:flex; margin:40px auto !important; }
.layout-left{flex: 1;padding-right:50px;font-weight:bold;}
.layout-right{flex:3;margin-bottom: 70px;}
.layout-right .web-caption .left .title{ color:#48351e; }
*/

.layout-flex{ width:100%; margin:40px auto !important; }
.layout-left{float:left;width:25%;padding-right: 5%;font-weight:bold;}
.layout-right{float:left;width: 75%;margin-bottom: 70px;}
.layout-right .web-caption .left .title{ color:#48351e; }
.layout-full{float:left;width: 100%;margin-bottom: 100px;}

/*按鈕*/
.btn-1{
	position:relative;
	display:inline-block;
	font-weight: bold;
	color: #ffffff !important;
	font-size: 16px !important;
	background:#eba231 !important;
	width:auto !important;
	padding: 15px 50px 15px 50px;
	margin:0 0 0 0;
	cursor:pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:left !important;
	outline:0;
	border: 0;
}

.btn-1:hover{ background:#efa609 !important; }

.btn-2{
	position:relative;
	display:inline-block;
	font-weight: bold;
	color: #5a3112!important;
	font-size: 16px !important;
	background: #cccccc !important;
	width:auto !important;
	padding: 15px 50px 15px 50px;
	margin:0 0 0 0;
	cursor:pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:left !important;
	outline:0;
	border: 0;
}
.btn-2:hover{ background:#ebebeb; }

.button1{color:#fff;background: #f09300;font-size:14px;padding:7px 25px;letter-spacing:1px;cursor:hand;cursor:pointer;}
.button1:hover{ color:#fff;background:#FB862B; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }
.button2{color:#fff;background:#7f7f7c;font-size:14px;padding: 7px 15px;letter-spacing:1px;cursor:hand;cursor:pointer;}
.button2:hover{ background:#999; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }



.swiper-container {
    width: 100%;
    height: 90vh;
    max-height:755px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    transition: all 0.2s ease;
    background-position:center center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*left menu*/
.menu-caption{background: #ffffff;color:#3d3d3d;font-size: 18px;padding: 30px 20px;box-shadow: 1px 1px 5px #cccccc;-webkit-border-top-left-radius: 20px;-webkit-border-top-right-radius: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-topright: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;}
#left-menu{width:100%;padding: 0 15px 20px 15px;padding-bottom:30px;margin-bottom: 30px;background-color: #ffffff;box-shadow: 1px 1px 10px #cccccc;}
#left-menu > div{ cursor:pointer; }
#left-menu .left-submenu{ display:none; }
#left-menu .types1{position:relative;width:100%;padding: 20px 10px;/*border-top:1px solid #dad7d2;*/border-bottom:1px solid #dad7d2;color:#48351e;font-size:16px;}
#left-menu .types1:hover{ background:#ebebeb; }
#left-menu .types1 a{color:#48351e;font-size:16px; text-decoration:none; }
#left-menu .types1 a:hover{ color:#1B73C2; }
#left-menu .types1.on{color: #191919;}
#left-menu .types1:before{padding-right: 8px;vertical-align: middle;content:url(../../images/arrow-icon-1.png);}
#left-menu .types1 i{position:absolute;right:0;top: 10px;color: #666666;font-size:20px;cursor:pointer;}
#left-menu .types2{margin:10px 0;padding: 10px 10px 10px 25px;font-size:16px;}
#left-menu .types2.on{color: #191919;}
#left-menu .types2:before{padding-right: 8px;vertical-align: middle;content:url(../../images/arrow-icon-2.png);}
#left-menu .types2:hover{ background:#ebebeb; }
#left-menu ul{list-style:none;margin:0;padding: 0px 0px 0 0px;}
#left-menu ul li{font-size:16px;color:#48351e;line-height:20px;padding: 15px 10px 15px 45px;border-top: 1px solid #dad7d2;}
#left-menu ul li a{ color:#48351e; }
#left-menu ul li a:before{vertical-align: middle;padding-right: 8px;content:url(../../images/arrow-icon-2.png);}
#left-menu ul li a:hover{ color:#1B73C2; font-weight:bold; }
#left-menu ul li a.on{ color:#1B73C2; }

.website-caption{
   /* background: url(https://130.org.tw/webfile/webdate/Images/caption.png);*/
    background-repeat: no-repeat;
    color: #424242;
    font-size: 24px;
    border-bottom: 3px solid;
    padding-left:0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom:30px;
    font-weight: bold;
}

.b-title{
    color: #6a3906;
    font-size: 24px;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 10px;
    margin: 0px 0 30px 0;
    font-weight: bold;
}
.b-title:before{ vertical-align:middle; padding-right:8px; }

@media screen and (max-width : 1200px) {
	.layout-left{ width:30%; }
	.layout-right{ width:65%; }	
}

@media screen and (max-width : 900px) {
	.layout-right{ width:100%; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#wrapper{ width:100%; overflow:hidden; }

.container{ top: 140px; position:relative; width:95%; max-width: 1200px; min-height:500px; margin: 0px auto;overflow: hidden;}
.gotop{ position:fixed; bottom:105px; right:25px; z-index: 9999;}


#footer{width:100%;background: #ffffff;background-size:cover;}
#footer .footer_wrap {position:relative;max-width: 1200px;margin:0 auto;padding: 0px 0 0 0;text-align:center;}
#footer .footer-infoer{display:flex;padding: 10px 0 20px 0;}
#footer .footer-infoer .left{flex:1;display:flex;align-items:center;/* justify-content: center; */}
#footer .footer-infoer .right{flex: 2;display:flex;align-items:center;justify-content: center;}
#footer .footer-menu{width:100%;overflow:hidden;padding-bottom: 20px;}
#footer .footer-menu ul{list-style:none;display: inline-block; padding:0; }
#footer .footer-menu ul li{float:left;padding: 15px 1vw 15px 1vw;}
#footer .footer-menu ul li a{display: inline-block;padding-bottom: 10px;border-bottom: 3px solid #ffffff;color: #4d4d4d;font-weight: bold;font-size: 19px;}
#footer .footer-menu ul li a:hover{ color:#e0742e; /*text-decoration:underline;*/ }
#footer .footer-logo{display:block;margin: 10px auto 10px auto;padding: 10px 20px;text-align:center;max-width: 372px;width: 100%;filter: brightness(1) drop-shadow(0);}

#copyright {
    width: 100%;
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffffff;
    line-height: 20px;
    padding: 7px 0;
    background: var(--second);
    text-align: center;
}
#copyright a{color: #ffffff;text-decoration:none;display: block;}
#copyright a:hover{ text-decoration:underline; }

#footer .footer-info{margin: 0 auto;display:flex;flex-wrap: wrap;max-width: 600px;width:100%; font-size:13px; }
#footer .footer-info .items{width: 40%;display: flex;padding: 5px 0;color: #6d6252;}
#footer .footer-info .items .lefter{ padding-right:5px; }
#footer .footer-info .items .lefter i{padding: 0 5px;vertical-align: -29%;font-size: 16px;}
#footer .footer-info .items .righter{display:flex;text-align: left;line-height: 20px;}

#footer .footer-info .items1{width: 60%;display: flex;padding: 5px 0;color: #6d6252;}
#footer .footer-info .items1 .lefter{ padding-right:5px; }
#footer .footer-info .items1 .lefter i{padding: 0 5px;vertical-align: -29%;font-size: 16px;}
#footer .footer-info .items1 .righter{display:flex;text-align: left;line-height: 20px;}
@media screen and (min-width : 768px) {
   #copyright{
        display: flex;
        align-items: center;
        justify-content: center;
   }  
}

@media screen and (max-width : 1200px) {
	.container{ padding:0 10px; }


}

@media screen and (max-width : 900px) {
	.layout-left{ display:none; }
	#footer .footer-menu{ display:none; }	
}

@media screen and (max-width : 768px) {
	#footer .footer-infoer{ display:block; max-width:none; padding: 0 10px 20px 10px; }
	#footer .footer-infoer .items{ width:100%; }
	#footer .footer-infoer .items1{ width:100%; }
	#footer .footer-info{ max-width:none; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 房型 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*產品分類*/
#activity-list{ display:flex; flex-wrap:wrap; width:100%;overflow:hidden;text-align: center;}
#activity-list .items{display: inline-block;vertical-align: top;width: 31%;margin: 1%;box-sizing:border-box;text-align:center;background:#ffffff;}
#activity-list .items > .title{display:block;color: #1f1f1f;font-size: 16px;font-weight: bold;letter-spacing: 1px;line-height: 22px;padding: 10px 11px 10px 11px;text-align: left;text-decoration:none;}
#activity-list .items > .date{text-align:left;font-size: 13px;line-height: 18px;color: #999999;padding: 0 0 5px 0;}
.activity-detail-title{ color:#bc8e8e; font-size:18px; border-bottom:1px solid #bc8e8e; margin:30px 0; padding:0 0 10px 0; }
#activity-list .photo-mask-content span{ border:1px solid #ffffff; padding:5px 15px; }

#product-list{ display:flex; flex-wrap:wrap; width:100%;overflow:hidden;text-align: center;}
#product-list .items{display: inline-block;vertical-align: top;flex: 0 45%;margin: 2%;box-sizing:border-box;text-align:center;background:#ffffff;}
#product-list .items > .title{display:block;color: #1f1f1f;font-size: 16px;font-weight: bold;letter-spacing: 1px;line-height: 22px;padding: 10px 0 10px 0;text-align: left;text-decoration:none;}
#product-list .items > .title:before{content:url(../../images/icon-home.png);padding-right:8px;vertical-align: middle;}
#product-list .items > .date{text-align:left;font-size: 13px;line-height: 18px;color: #999999;padding: 0 0 5px 0;}
.product-detail-title{ color:#bc8e8e; font-size:18px; border-bottom:1px solid #bc8e8e; margin:30px 0; padding:0 0 10px 0; }
#product-list .photo-mask-content span{ border:1px solid #ffffff; padding:5px 15px; }


/*價格*/
.house-items{width: 100%;display: flex;color: #6a6a6a;margin: 0 0px 10px 0;padding: 0 13px;}
.house-items .lefter{ display:flex; align-items:center; justify-content: center; }
.house-items .lefter i{ padding-right:5px; }
.house-items .lefter img{ padding:0 5px 0 0; }
.house-items .lefter span{display: inline-block;
    color: #ffffff;
    font-size: 15px;
    background: #f09300;
    width: 90px;
    padding: 2px 0;
    text-align: center;
    letter-spacing: 3px;
    -webkit-border-radius: 10px;}
.house-items .righter{text-align: left;line-height: 20px;padding: 0 20px;display: flex;align-items:center;justify-content: center;color: #9b7354;font-size: 15px;}

/*按鈕*/
.btn-items{
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    padding: 12px 10px;
    margin: 15px 0;
    border-top: 1px dashed #a7a7a7;
}
.btn-items .btn-1 , .btn-items .btn-2{
	margin: 5px 2px;
	padding: 3px 14px 3px 14px;
	font-size: 14px !important;
}

.btn-items .btn-1 i , .btn-items .btn-2 i{padding-right:5px;vertical-align: middle;font-size:17px;}

/*------image mask--------*/
.photo-mask{opacity:0;position:absolute;left:0;bottom:0;color:#ffffff;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.2);letter-spacing:3px;text-align:center;padding:15px; box-sizing:border-box; line-height:22px;-webkit-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;}
.photo-mask-content{ width:100%; height:100%; display:flex; align-items:center; justify-content: center; }
.photo-mask .line{border:1px solid #FFFFFF;}
.gallery .photo-mask{ opacity:0; }
.gallery:hover .photo-mask{ opacity:1; }

@media screen and (max-width:1200px) {
	.house-items .righter{ font-size:13px; padding:0 10px; }
}
@media screen and (max-width:1024px) {
	.house-items .lefter span{ width:75px; padding:2px 5px; }
	.house-items .lefter span{ font-size:13px; width:75px; }
}
@media screen and (max-width:900px) {
	#activity-list .items{flex:0 46%;margin: 20px 1.5%;}	
}
@media screen and (max-width:480px) {
	#activity-list .items{ flex:0 94%;margin: 20px 2%; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 房型詳細頁面 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*owl*/
.owl-left{cursor:hand;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 8%;float:left;}
.owl-center{width: 82%;float:left;}
.owl-right{cursor:hand;cursor:pointer;display:flex;align-items:center;justify-content: center;width: 8%;text-align: right;float:left;}

#owl-photography .item{ margin:0; padding:10px 0; /*height:140px;*/ /*overflow:hidden;*/display:flex; align-items:center; justify-content: center; width:98%; background:#ffffff; }
#owl-photography .item img{ /*margin:5px; box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1);*/  }

#house-detail{}
#house-detail .gallery-area{width: 100%;overflow: hidden;margin:0 0 30px 0;}
#house-detail .gallery-area .left{float: left;width: 50%;padding:0 10px;text-align: center;}
#house-detail .gallery-area .right{float: left;width: 50%;padding:0 10px;}

/*加入購物車*/
#house-detail .product_button{width:100%;overflow:hidden;text-align: right;margin: 30px 0 0 0;padding: 20px 0 0 0;border-top: 1px dotted #aaaaa8;}
#house-detail .product_button span{ border:1px solid #a7a596; background:#6d6b64; color:#fff; padding:4px 10px; cursor:hand; cursor:pointer; }
#house-detail .product_button span:hover{ background:#999; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }
#house-detail .product_input{ border:1px solid #a7a596; width:60px; height:28px; text-align:center; font-size:18px; color:#6d6b64; }


.house-items .righter{ font-weight:bold; color:#5a3112!important; }
.house-items .righter b{ font-size:20px; padding:0 5px; color:#F00!important }

/*按鈕*/
.btn-items2{
    width: 100%;
    overflow: hidden;
    /* background: #f5f5f5; */
    padding: 12px 10px;
    margin: 15px 0;
    border-top: 1px dashed #a7a7a7;
}
.btn-items2 .btn-1{
	margin:5px 5px;
	padding: 15px 40px 15px 40px;
	font-size: 18px !important;
}

.btn-items2 .btn-1 i{ padding-right:5px; font-size:17px; }

@media screen and (max-width : 1024px) {
	#house-detail .gallery-area{ display:block; }
	#house-detail .gallery-area .left{ float:none; width:100%; }
	#house-detail .gallery-area .right{ float:none; width:100%; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> LOGO LINKS <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*進駐團隊*/
.team-area{ width:100%; display:flex; flex-wrap:wrap; margin:40px 0; }
.team-area .items{width:31%;display: flex;justify-content: center;margin:1%; cursor:pointer; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
.team-area .items:hover{ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); transition: all 0.5s ease; }
.team-area .items > div{text-align:center;margin: 40px auto 0 auto;width: 100%;}
.team-area .items .img{max-width: 240px;height:160px;margin: 0 auto;display: flex;align-items:center;justify-content: center;}
.team-area .items img{display:block;/* padding-bottom:20px; */margin: 0 auto; /*width:100%;*/ }
.team-area .items .word{text-align:center;color:#3c3b41;padding: 20px 10px 30px 10px;font-size:18px;letter-spacing: 3px;font-family: 'Noto Sans TC', sans-serif;/* font-weight: bold; */}


@media screen and (max-width : 1024px) {
	.team-area .items img{ max-height:100%; }
}
@media screen and (max-width : 600px) {
	.team-area .items{ width:48%; }
}
@media screen and (max-width : 450px) {
	.team-area .items{ width:100%; }  
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Contact <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.contact-info{ width:100%; overflow:hidden; margin:30px auto; }
.contact-info .items{display:flex;margin: 4px 0;border-bottom: 1px dotted #cccccc;padding-bottom: 4px;}
.contact-info .items .lefter{flex:1;margin: 5px 0;display:flex;}
.contact-info .items .lefter span{display: inline-block;padding:5px 0;margin: 0px 0;min-width: 75px;color: #3d3d3d;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; font-weight: bold;}

.contact-info .items .righter{flex:5;display: flex;align-items: center;padding: 0 ;}

.contact-caption{ display:flex; }
.contact-caption .lefter{padding:0 10px 0 0;}
.contact-caption .righter{display: flex;align-items:center;color: #735a4d;font-weight: bold;}

/*聯絡我們*/
.contact-form{width:100%;min-height:500px;margin: 0px 0;padding:10px;/* height: 400px; */}
.contact-form .tips{width: 100%;max-width: 540px;font-size:15px;line-height: 25px;color:#797979;}
.contact-form .require{color:#ff0012;font-size: 20px;padding: 5px;background: rgba(255, 255, 255, 0.7);}
.contact-form .input-item{width:100%;display: flex;align-items:center;justify-content: center;background: #f5f5f5;margin: 10px 0;padding: 5px 10px;border:1px solid #cecece;border-left:5px solid #414345;transition: all 0.5s ease;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 0px;}
.contact-form .input-item:hover{border:1px solid #9B7354; border-left:5px solid #9B7354;}
.contact-form .input-item .left{flex:1;color: #333333;font-size: 16px;font-weight: bold;letter-spacing: 1px;}
.contact-form .input-item .left span{ color:#9B7354; width:13px; display:inline-block; }
.contact-form .input-item .right{flex: 5;padding: 0 20px;border-left: 1px solid #d5d5d5;}
.contact-form .input-item .right input{width:100%;font-size:16px;border:0;background:transparent;outline: 0;}
.contact-form .input-item .right textarea{width:100%;font-size:16px;height:150px;border:0;background:transparent;resize:none;outline: 0;}
.contact-form .input-item .right .rand-img{position:absolute;right: -15px;top: 3px;cursor:pointer;}
.contact-form .pager .btn-1:before{ left:10px; }

#contact-info{ background:url(../../images/contact-bg.png) no-repeat; }
#contact-info .wrap{min-height:600px;display:flex; justify-content: space-between; flex-wrap:wrap; }
#contact-info .left{width:40%; padding:10px; }
#contact-info .left .css-table{ padding:10px; }
#contact-info .left .css-td:first-child{width: 20px; color:#71c6b2; }
#contact-info .left .css-td:nth-child(2){ width:40px; }
#contact-info .left .css-td{width:30px;padding: 15px 0;font-size: 16px;border-bottom: 1px dotted #cccccc;}
#contact-info .right{width:50%; padding:10px; }
#contact-info .right .map{width:100%;color:#385170;font-size:16px;display: flex;justify-content: flex-end;}
#contact-info .right .map .iframe{width:100%;/* max-width:500px; */height:400px;border:0;}

@media screen and (max-width : 1200px) {
	#contact-info .left{ flex:1; width:auto; }
	#contact-info .right{ flex:1; width:auto; }	
}
@media screen and (max-width : 1024px) {
	#contact-info .wrap{ display:block; }
}
@media screen and (max-width : 768px) {
	.contact-form .input-item .right{ flex:3; }
}
@media screen and (max-width : 480px) {
	.contact-form .input-item .right{ flex:1.5; }
	#contact-info .left .css-td:nth-child(2){ display:none; }
	.contact-caption{ display:block; text-align:center; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> News <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.news-list-items{display:flex;flex-wrap:wrap;align-items: center;width:100%;overflow:hidden;border-bottom:1px dotted #989898;padding: 10px 10px 10px 10px;}

.news-list-items .date{ flex:1; }
.news-list-items .date span{color: #4d9b52;font-weight: bold;padding: 5px 10px;font-size: 13px;}
.news-list-items .title{flex:4;font-size: 15px;}
.news-list-items .title a{color:#000000;font-size: 15px;line-height:20px;text-decoration:none;text-shadow: 1px 1px 1px #ebebeb;}
.news-list-items .title a:hover{ color:#385170; }
.news-list-items:hover{ background:#f5f5f5;transition: all 0.5s ease; }

@media screen and (max-width : 600px) {
	.news-list-items{ display:block; }
}


.video_area{width: 100%;margin: 20px 1%;display: inline-block;vertical-align: top;line-height: 25px;/* float:left; */}
.video_area a{color:#333333;text-decoration:none;display: block;margin: 5px 0 0 0;}
.video_area a:hover{ color:#721f6d; }
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Mobile Menu <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


body { transition: background-color .2s; }
#wrapper { transition: margin-left .2s; }
.sidenav { z-index:999999 !important;display:flex; flex-direction: column; height: 100%;overflow:hidden;width: 0;position: fixed;z-index: 9999;top: 0;right: 0;background-color: rgba(255, 255, 255, 1);overflow-x: hidden;transition: 0.2s;/*padding-top: 60px;*/box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.sidenav .closebtn {font-size: 29px;position: absolute;top: 5px;right: 10px;color: #3d3d3d;} 
.sidenav .head {width:100%;position: relative;overflow:hidden;text-align: left;padding: 8px 0 8px 0;border-bottom: 1px solid #ebebeb;background: #ffffff;}
.sidenav .head img{max-width: 170px;}

.sidenav .menu-top{ }
.sidenav .menu-bottom{width: 100%;height: 100%;background: #ebebeb;padding: 20px 0 10px 0;display: flex;align-items: flex-end;justify-content: center;}
.sidenav .menu-bottom .search{padding:10px 20px;}
.sidenav .menu-bottom .search .items{
    margin: 20px 0;
    display:flex;
}
.sidenav .menu-bottom .search .items .lefter{
	flex: 1;
	width: 80px;
	font-size: 16px;
	color: #3c3c3c;
	display: flex;
	align-items:center;
	justify-content: center;
}
.sidenav .menu-bottom .search .items .lefter i{color: #0557A1;padding-right:8px;}
.sidenav .menu-bottom .search .items .righter{flex: 1;padding: 0 0 0 10px;}
.sidenav .menu-bottom .search .items .righter .search-items{ display:flex;}
.sidenav .menu-bottom .search .items .righter .search-items .input{flex: 1;}
.sidenav .menu-bottom .search .items .righter .search-items .input input[type="text"]{border:0;outline: 0;max-width: 100px;padding: 15px;-webkit-border-top-left-radius: 20px;-webkit-border-bottom-left-radius: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-bottomleft: 20px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.sidenav .menu-bottom .search .items .righter .search-items .button{flex:1;background: #0557A1;color: #ffffff;padding: 15px 20px;-webkit-border-top-right-radius: 20px;-webkit-border-bottom-right-radius: 20px;-moz-border-radius-topright: 20px;-moz-border-radius-bottomright: 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}

.sidenav .menu-bottom .community{padding: 10px 5px;text-align: center;}
.sidenav .menu-bottom .copyright a{color: #939797;text-decoration:none;}
.sidenav .menu-bottom .copyright a:hover{ text-decoration:underline; }


@media screen and (max-height: 450px) {
 .sidenav {padding-top: 15px;}
 .sidenav a {font-size: 18px;}
}
/*選單 - 選項*/
#ajax-sidenav > div {position:relative;width: 100%;border-left: 5px solid #eba231;border-bottom: 1px solid #ebebeb;color: #000000;padding: 15px 25px;line-height:20px;box-sizing:border-box;cursor: pointer;cursor: hand;font-size: 14px;letter-spacing: 3px;}
#ajax-sidenav > div:before {/*content:url(../../images/header-icon.png);vertical-align:0; padding-right:10px;color: #000000;*/}
#ajax-sidenav > div i {position:absolute;right: 15px;top: 17px;}
#ajax-sidenav > div.title { background: #b19bb5; color: #ffffff; }
#ajax-sidenav > div:hover { /*color:#57708e;*/ }
#ajax-sidenav > div span { position:absolute; right:0; top: 0; display:block; padding: 15px 20px; border-left: 1px solid #ebebeb;/* border-right: 1px solid #ebebeb; */ }
#ajax-sidenav > div.nav {background:#ECECEC;border-bottom: 1px solid #CDCDCD;color: #005785;}
#ajax-sidenav > div.nav:before { content:""; padding-right:0px; }
#ajax-sidenav > div img { vertical-align:middle; padding-right:8px; }
.submenu-nav { width: 100%; overflow:hidden; display:none; background-color: #FFFFFF; }
.submenu-nav div {position:relative;font-size: 14px;background: #ffffff;line-height: 20px;border-bottom: 1px solid #ebebeb!important;padding: 18px 30px 18px 55px !important;cursor:pointer;}
.submenu-nav div:before{position: absolute;left: 30px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f111";color: #e2e2e2;padding-right: 8px;}
.submenu-nav div a{font-size: 14px;color: #000000 !important;}
.submenu-nav div i{position:absolute;top:20px;right: 16px;color: #000000;}
.submenu-nav.layer3 div{padding: 18px 10px 18px 80px !important;}
.submenu-nav.layer3 div:before{position: absolute;left: 55px;top: 20px;font-family: "Font Awesome 5 Free";font-weight: 100;content: "\f111";color: #e2e2e2;padding-right: 8px;}

.submenu-nav.active{display: block !important;}


.submenu2{background:#ebebeb !important;border-left: 5px solid #9B7354;}
.submenu3{background:#f5f5f5 !important;border-left: 5px solid #9B7354;}

.copyright{text-align: center;color: #939797;line-height: 18px;}

@media screen and (max-height: 450px) {
 .sidenav { padding-top: 15px;}

 .sidenav a { font-size: 18px;}
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Bxslider <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/



ul.bxslider { margin:0; padding:0; }
#home_banner {
  /*  display: inline-block;  會多一個空白*/
  top: 140px;
  max-width: 1200px;
  width:100%;
   height: auto;

  max-height: 470px;
  overflow: hidden;
  position: relative;
  margin:20px auto 0 auto;
  box-shadow: 5px 5px 5px #cccccc;
  background:#ebebeb;
  margin-bottom: 50px;
}
#home_banner li { width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center;   /*height: 1000px;*/
	-webkit-transition:transform .5s ease;
 -moz-transition:transform .5s ease;
 -o-transition:transform .5s ease;
 -ms-transition:transform .5s ease;
 transition:transform .5s ease;
}
#home_banner img { display: block; }
#home_banner .bxslider { opacity: 0; }
#home_banner .bx-wrapper .bx-pager.bx-default-pager a:hover, #home_banner .bx-wrapper .bx-pager.bx-default-pager a.active {background: #cccccc;border: 2px solid #ffffff;}
#home_banner .bx-wrapper .bx-pager.bx-default-pager a {
 background-color: #9B7354;
 border:2px solid white;
 width: 14px;
 height: 14px;
 margin: 0 5px;
 border-radius: 50%;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -o-transition: all .5s ease;
 -ms-transition: all .5s ease;
 transition: all .5s ease;
}
#home_banner .bx-wrapper .bx-pager { bottom: 20px; opacity: 0; }
#home_banner .bx-wrapper .bx-controls-direction{ opacity: 0; }
#home_banner .word { font-size: 15px; position: absolute; margin-left: -187px; margin-top: -116px; left: 50%; top: 50%; color: #673D3A; letter-spacing: 25px; opacity: 0.2; }

#home_banner .word b { font-weight: bold; }
#home_banner .down { position: absolute; right: 30px; bottom: 32px; width: 34px; height: 28px; z-index: 99; cursor: pointer; opacity: 0; }
#home_banner .down img { display: block; }
#home_banner .bx-prev{ left:5%; }
#home_banner .bx-next{ right:5%; }


@media screen and (max-width : 768px) {
	
	#home_banner { margin:0px auto 0 auto;margin-bottom: 0px; }	
	#home_banner img { /*display: block; margin-top:80px;*/ }
	#home_banner .bx-controls-direction{ display:none; }

	#home_banner .bx-default-pager{ display:none; }
	#home_banner .bx-wrapper .bx-pager.bx-default-pager a { width: 15px; height: 15px; }

}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Effect <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*scroll progress bar*/

.KW_progressContainer {
  left:0;
  width: 100%;
  height: 0.4em;
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  overflow: hidden;
  background-color: #C9C9C9;
  content: "";
  display: table;
  table-layout: fixed;
  z-index:999;
}

.KW_progressBar {
  width: 0%;
  float: left;
  height: 100%;
  z-index:99;
  max-width: 100%;
  background-color: var(--primary);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/*------區塊跳動效果--------*/
.swiper-scroll{ z-index:999999; }
.swiper-scroll a.scrollDown{
	display:block;
	color:#000;
	text-align:center;
	position:absolute;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom:  3%;
	z-index:999;
	}

.swiper-scroll a.scrollDown i{
	display:inline-block;
	text-align:center;
	font-size:25px;
	color:#FFF;
	text-align:center;}

/*------css3動畫--------*/
@-webkit-keyframes upDown {
  0%     {bottom:20px; opacity:1;}
  50%   {bottom:28px; opacity:0.5;}
  100% {bottom:20px; opacity:1;}

}
@-moz-keyframes upDown {
  0%     {bottom:20px; opacity:1;}
  50%   {bottom:28px; opacity:0.5;}
  100% {bottom:20px; opacity:1;}
}
@keyframes upDown {
  from     {bottom:20px; opacity:1;}
  50%   {bottom:28px; opacity:0.5;}
  to {bottom:20px; opacity:1;}
}
.upDown{
	-webkit-animation: upDown ease-out 1s infinite;
	-moz-animation: upDown ease-out 1s infinite;


	-o-animation: upDown ease-out 1s infinite;
	animation: upDown ease-out 1s infinite;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Location <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.Loadaction_Box { position:relative; height: 100%; width: 0%; position: fixed; overflow:auto; top: 0; left: 0; overflow:auto; background-color:rgba(0, 0, 0, 0.5); z-index:100000000 }
.Loadaction {width: 220px;height: 60px;top: 42%;position: absolute;margin-left: auto;margin-right: auto;padding-top: 10px;left: 0;right: 0;background-color:rgba(0, 0, 0, 0.5);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.Actionupload_Text {font-size:13px;color:#FFFFFF;height: 25px;}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> 文章 <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*最新文章*/
#index-article{ width:100%; overflow:hidden; padding:0 0 3vw 0;}
#index-article .b-title{border-top: 5px solid #eca193;color:#38618f;padding: 30px 0 30px 0;font-size:24px;letter-spacing:3px;text-shadow: 0px 1px 1px #38618f;}
.article-area{ display:flex; flex-wrap:wrap; margin: 0 0 30px 0; }
.article-area .items{width: 32.3%;margin: 10px 0.5%;ox-shadow: 1px 1px 5px #ebebeb;border:1px solid #d5d5d5;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius: 8px;}
/*.article-area .items a{ display:block; position:relative; }*/
.article-area .items img{ width:100%; display:block;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;}
.article-area .items .title{padding:10px 0px;margin: 0 20px 10px 20px;font-size:14px;line-height: 22px;font-weight: bold;border-bottom:1px dashed #adadad;}
.article-area .items .title a{ color:#000000; text-decoration:none; }
.article-area .items .content{ display:flex; margin: 0 20px 10px 20px; }
.article-area .items .content > div{ flex:1; }
.article-area .items .content > div.left{ font-size: 13px; line-height:20px; }
.article-area .items .content .date{display:block;padding:5px 0;color: #9a9a9a;font-size: 14px;}
.article-area .items .content .country{display:block;padding:5px 0;font-size: 14px;color: #38618f;font-weight: bold;}
.article-area .items .morebtm {padding-top: 10px;margin: 0 20px 10px 20px;font-size:14px;line-height: 22px;/* font-weight: bold; border-top: 1px dashed #adadad;*/ text-align:right; display: flex; flex-wrap: wrap; justify-content: flex-end;}
.article-area .items .morebtm span{background: #f5c068;color: #ffffff;padding: 5px 10px 6px 10px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;cursor: pointer; margin: 0 5px 5px 0;}

.article-area .items .morebtm a{ color:#000000;text-decoration:none; }
.article-area .items .morebtm a:hover{ color:#506267; }

@media screen and (max-width : 650px) {
	.article-area .items{ width:48.6%; }
}

@media screen and (max-width : 480px) {
	.article-area .items{ width:100%; }
}


/*image mask*/
.photo-mask{display: flex;opacity:0;position:absolute;left:0;bottom:0;color:#ffffff;width:100%;height:100%;background-color: #333333c2;letter-spacing:3px;text-align:center;padding:10px;line-height:22px;-webkit-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;}
.photo-mask:before{/*content:url(../../images/more.png);*/width: 100%;display:flex;align-items:center;justify-content: center;}
.photo-mask-content{ width:100%; height:100%; display:flex; align-items:center; justify-content: center; }
.photo-mask .line{ border:1px solid #FFFFFF; }
.gallery:hover .photo-mask{ opacity:1; }

/*youtube*/
.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtube-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tag div{
	display: inline-block;
}

.tag i{
	color: #fb862b;
}

.tag .tag_title{
	color: #fb862b;
}

.tag .tag_content{
	padding: 0 0 0 15px;
}

.tag .tag_items{
	border: 1px solid #fb862b;
	padding: 5px 20px;
	border-radius: 15px;
	margin: 0 5px;
	color: #fb862b;
}

.tag .tag_items:hover{
	color: #ffffff;
	background: #fb862b;
}

.left_fixed {
	font-weight:bold;
	position: fixed;
	width: 240px;
	top: 175px;
	display: none;
}

.icon-botton{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 20px;
    color: #fff;
}

.b-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #eba209;
    letter-spacing: 1px;
    padding: 20px 0 5px 0;
    border-bottom: 1px solid #dadada;
}
.b-title:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 3px;
    background: #dfd4b8;
    content: "";
}

.b-title.black {

    color: #333;
   
}
.b-title.black:before {
   
    background: #333;
    
}

.editor td{
    font-size: clamp(0.9em, 1em, 1.2em);
	line-height: 40px;
}



.items.require .lefter:before{content: '*';display: block;color: red;}
.table-1{background: #ececec;margin-bottom: 20px; font-size: 1rem; border:2px solid #d0d2d4; padding:30px;}
.p-0{padding:0 !important;}
.nowrap{text-wrap: nowrap  !important;}
label{margin-right: 10px;font-size:1rem;}
label span{color:#9e9e9e;font-size:0.9em;}
.righter .righter{ min-height: 40px; flex:none !important; }


#header{position: fixed;z-index: 999;width:100%;/* border-bottom:1px solid #ebebeb; */ background-size:auto 100%;background: #fff;}
#header .wrap{position:relative;width:100%;max-width: 1200px;margin: 0px auto;min-height:150px;background: transparent;}
#header.on{ position:fixed; top:3px; z-index:9998; }
#header .wrap .logo{ position:absolute; top:20px; left:20px; }
#header .wrap > i{display:none;position:absolute;top: 40%;right: 10px;font-size: 25px;color: #3e3e3e;cursor:pointer;}
#header .wrap .nav{position:absolute;top:40px;right: 20px;/* width:130px; */height:35px;/* box-shadow: 3px 3px 6px #cccccc; */-webkit-border-radius: 20px;color: #d87a07;font-size: 16px;/* font-weight: bold; */cursor: pointer;}
#header .wrap .nav i{ font-style:inherit; }
#header .wrap .nav:before{/*content:url(../../images/header-icon-user.png);vertical-align: -70%;padding-right: 8px;*/}
#header .wrap .nav a{ display:inline-block; padding-left:15px; color:#3d3d3d; text-decoration:none; }
#header .wrap .nav a i{font-size: 20px;color: #ffffff;}
#header .wrap .nav a span{ text-decoration:none; color:#ffffff; }
#header .wrap .nav a:not(:last-child):hover{ text-decoration:underline; }

#header > ul{
   width: 100%;
   border-top: 1px solid #c6cacd;
   position:absolute;
   padding: 0px 0px;
   margin: 5px 0 0px 0;
   bottom: 0px;
   list-style: none;
   display: flex;
   justify-content: center;
   -webkit-transition: width 0.2s ease-in-out;
   -moz-transition: width 0.2s ease-in-out;
   -o-transition: width 0.2s ease-in-out;
   transition: width 0.2s ease-in-out;
}
#header > ul > li{position:relative;float:left;font-size: 19px;color: #ffffff;padding: 17px 3.5vw 17px 3.5vw;font-family: 'Noto Sans TC', sans-serif;}
#header > ul > li:last-child{/* border-right: 1px solid #ebebeb; */}
#header > ul > li:hover{ /*background:#ebebeb;*/ }
#header > ul > li:hover a{ color:#000000; }
#header > ul > li > a{color: #1d1d1d;/* font-weight: bold; */letter-spacing: 4px;text-decoration:none;display: inline-block;padding: 0 0 0 0;/* border-right: 1px solid #ffffff; */}
#header > ul > li:before{/*content:url(../../images/header-icon-flower.png);padding-right:10px;vertical-align: -15%;*/}
#header > ul > li:hover:before{ -webkit-filter:contrast(2); -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }
#header > ul > li:last-child a{ border:0; }
#header > ul.on{position:fixed;background: #ffffff;border-bottom: 1px solid #cccccc;top: 4px;left:0;z-index:9998;bottom:inherit;-webkit-border-radius: 0px;margin: 0;}
#header > ul > li ul{display:none;position:absolute;left: 0;top: 52px;background:#48351e;list-style: none;color:#fdf3f2;width:auto;width:200px;z-index: 99;padding: 0px 0;margin:0;-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
#header > ul > li:hover > ul{ display:block; }
#header > ul > li ul li{position:relative;font-weight:normal;padding: 15px 0px 20px 0px;text-align:center;border-bottom:1px solid #f8cc1a;}
#header > ul > li ul li:last-child{ border:0; }
#header > ul > li ul li a{color: #ffffff;letter-spacing:3px;text-decoration:none; text-align:center;}
#header > ul > li ul li a:hover{ color:#FFFF00; }

#header > ul > li > ul > li > ul{display:none;position:absolute;left: 200px;top: 0px;}
#header > ul > li > ul > li:hover ul{ display:block; }

#header > ul > li > ul > li > ul > li > ul{display:none !important;position:absolute;left: 200px;top: 0px;}
#header > ul > li > ul > li > ul > li:hover ul{ display:block !important; }


@media screen and (max-width : 1200px) {

    #header .wrap{ min-height:inherit; }
    #header .wrap > i{ display:block; }
    #header .wrap .logo{position:inherit;padding: 20px 10px 10px 10px;max-width: 330px;}
    #header .wrap .nav{ top:42%; width:35px; right:85px; }
    #header .wrap .nav a{ display:inline-block; width:max-content; }
    #header ul{ display:none; } 
    #header .wrap .nav a{ display:none; }
     #header .wrap .nav a:last-child{ position: relative;right: 100px; }

    #home_banner{top:68px;max-height: 800px;}

}

@media screen and (max-width : 768px) {
    #home_banner{top:105px;max-height: 800px;}
}

.items.receipt_type_group{display: none;}
.items.receipt_type_group.active{display: flex !important;}
.righter.donate_option_group{display: none !important;}
.righter.donate_option_group.active{display: flex !important;}
.jq-submenu a{display: block;width:100%;position: relative;}
.privacy-info{font-size:1rem;line-height: 160%;}

@media screen and (max-width : 468px) {
    .m-w100{width:100%;}
}

a{text-decoration:none;}

.table-rwd-md{
    display: none;
}

@media screen and (min-width : 670px) {
    .table-rwd-md{
        display: block;
    }
}

.mb-20{ margin-bottom: 20px !important; }

.righter a{
    text-align: center;
    /* width: 55px; */
    display: block;
    margin:0 10px;
    text-decoration: underline;
    cursor: pointer;
}
.links{
    width: 300px;
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width : 640px) {
   .contact-info .items .righter,.contact-info .items{
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-info .items .lefter{
        padding: 0 10px;
    }

    .links{
        width: 100%;
        flex-direction:row;
    }
    .righter a{margin:0 10px 0 0; color:#eba231; text-align: center; }

    .contact-info .items .righter{
        padding-left: 10px;
    }

}

.iframe_resize img{max-width: 100% !important;}