/* 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-bar { position: fixed; right:-60px; bottom:100px; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s;}
.right-tool-bar > div { width: 35px; margin-bottom: 10px; transition: all 0.4s ease-out 0s;}
.right-tool-bar > div:hover { transform: scale(0.9);}
#gotop { display: block; cursor: pointer;  text-align: center;}
#gotop a { display:inline-block; width:35px; height:35px;line-height: 35px;  background:#f2b21a; border-radius: 100%; font-size: 15px; color: #005ea6; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);}
#gotop a:before { content: ""; position: absolute; width: 8px; height: 8px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:15px; left: 14px;}
#gotop a:hover { }

.right-tool-bar-show { right:10px; }

footer { background: url("../images/footer-bg.jpg") no-repeat top center / cover; border-top: 30px solid #f2b21a; color: #fff; letter-spacing: 0.05rem; font-size: 16px;}
footer a, footer a:hover { color: #fff !important;}
.footer-top-section { padding: calc(25px + 2%) 5%; border-bottom: 1px solid rgba(255,255,255,.6);}
.footer-top-content { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-end;}
.footer-top-content > div { width: 50%;}

.footer-logo { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-end; padding-bottom: 28px;}
.footer-logo > img { display: inline-block; width: 88px; margin-right: 10px;}
.footer-logo > span { font-size: clamp(20px, 1.8vw, 32px); line-height: 1.2; font-weight: 400; }

.footer-info { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; padding-right: 30px; padding-bottom: 12px; }
.footer-info > img  { width: 25px; filter: invert(1);}
.footer-info > div  { display: inline-block; line-height: 1.2; padding: 3px 0 0 8px;}

.footer-info-list { display: flex; flex-direction: row; flex-wrap: wrap; }

.footer-social { text-align: right; padding-bottom: 12px;}
.footer-social > a { display: inline-block; margin-left:22px;}
.footer-social > a:hover { transform: scale(0.8);}
.footer-social > a img { width: 32px; filter: invert(1);}

.copyright { padding: calc(15px + 1%) 5%; font-size: 15px; text-align: center;}

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

}

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

}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	.footer-top-content > div { width: 100%;}
	.footer-social { text-align: left; padding-top: 10px;}
	.footer-social > a { margin:0 20px 0 0;}
	
	
	
}
@media only screen and (max-width: 570px) {
	
	
}

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

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