/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 999px){
a.tel, a.tel:hover { pointer-events: initial; }
}
.right-tool {position: fixed; right:10px; bottom:100px;z-index:20; display: flex; flex-direction: column; flex-wrap: nowrap; transform-origin: 100% 0%;}
.right-tool > a { margin-bottom: 6px;width:34px; height:34px; background:#a98553; border-radius: 100%; font-size: 13px; color: #fff !important; position: relative;  cursor: pointer;font-weight: 500;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;}
.right-tool > a:hover { transform: scale(0.9); }
.right-tool > a img {  height: 18px;filter: invert(1);}
/*#gotop { cursor: pointer;  text-align: center;}
#gotop a { display:inline-block; }
#gotop a:before { content: ""; position: absolute; width: 14px; height: 14px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg) translate(-50%, -50%); top:42%; left: 58%; }
#gotop a:hover { transform: scale(0.9);}*/

footer { background: #282828; padding: calc(20px + 3%) 0; display: flex; flex-direction: row; flex-wrap: wrap; color: #fff; font-size: 16px; font-weight: 400; letter-spacing: 0; line-height: 1.4;}
footer a { color: #fff;}
footer > div { padding: 20px 7%;}
footer > div:nth-of-type(1) { width: 28%; border-right: 1px solid rgba(255,255,255,.15); text-align: center;padding-left: 5%; padding-right: 5%;}
footer > div:nth-of-type(1) img { max-width: 165px; width: 100%; }
footer > div:nth-of-type(2) { width: 72%;}


.footer-top-section { border-bottom:1px solid rgba(255,255,255,.15); padding-bottom: 15px; margin-bottom: 20px;}

.footer-link-section { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-top: 15px;}
.footer-link-section > div { padding-bottom: 10px;}
.footer-link { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-link > a{ margin: 0 10px 10px 0; border: 1px solid #ffc700; border-radius: 20px; line-height: 1.1; padding: 10px 15px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; word-break: break-all;}
.footer-link > a:hover{ background: #ffc700;}
.footer-link > a:hover > img { filter: brightness(0%);}
.footer-link > a:hover > div { color: #000;}
.footer-link > a > img{ width: 20px; margin-right: 8px;}
.footer-link > a > div{ color: #ffc700; font-size: 18px;}

.footer-social { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-social > a { margin: 0 8px;}
.footer-social > a:hover { transform: scale(0.8);}
.footer-social > a > img { width: 30px; filter: invert(1);}

.footer-info-section { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.footer-info-section > div { width: 31%; line-height: 1.6; }
.footer-info-section > div font { color: #ffc700;}
.footer-info-title { padding-bottom: 7px; }
.footer-info-data > div { display: inline-block; margin-right: 8px;}
.footer-info-data > div a { color: #fff !important;}

@media (max-width:1365px){
	
}

@media (max-width:1279px){
	.right-tool { transform: scale(0.8);}
	
	footer > div:nth-of-type(1) { width: 100%; border-right: 0px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15);}
	footer > div:nth-of-type(1) img { max-width: 165px; width: 100%; }
	footer > div:nth-of-type(2) { width: 100%;padding-left: 5%; padding-right: 5%;}
}


@media only screen and (max-width: 980px) {
	footer > div:nth-of-type(1) img { max-width: 120px; }
}

@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	.footer-info-section > div { width: 100%; padding-bottom: 20px;}
	.footer-info-section > div:nth-of-type(3) { padding-bottom: 0px;}
	
}
@media only screen and (max-width: 570px) {
	
}
@media only screen and (max-width: 414px) {
	

}
@media only screen and (max-width: 320px) {
	

}