/* 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:#d81c29; 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 a { color: #fff !important;}
footer a:hover { color: #fff; opacity: 0.6;}

.footer-top-section { color: #fff; padding: calc(20px + 4%) 5%; line-height: 1.4; font-size: clamp(16px, 1.3vw, 18px); background: #111; font-weight: 400;}
.footer-top-content { display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-top-content > div:nth-of-type(1), .footer-top-content > div:nth-of-type(2), .footer-top-content > div:nth-of-type(3) { width: calc(50% / 3); padding-right: 15px;}
.footer-top-content > div:nth-of-type(4), .footer-top-content > div:nth-of-type(5) { width: 25%;}

.footer-link-1 > a { display: block; color: #d81c29 !important; font-weight: 700;font-size: clamp(18px, 1.5vw, 20px); padding-bottom: 15px;}
.footer-link-1 > a:hover { opacity: 0.6;}
.footer-link-2 { padding-bottom: 10px;}
.footer-link-2 > a { display: block; color: #fff; font-weight: 400; padding-bottom: 5px;}
.footer-link-2 > a:hover { opacity: 0.6;}

.footer-info { display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-info > div { padding-bottom: 4px; }
.footer-info > div:nth-child(odd) { width: 15px; }
.footer-info > div:nth-child(even) { width: calc(100% - 15px); padding-left: 5px; color: #fff; }
.footer-info > div:nth-child(even) a { color: #fff !important; }
.footer-info > div:nth-child(even) a:hover { opacity: 0.6;}

.footer-bottom-section { padding: 25px 5%; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center; font-weight: 400;}
.footer-bottom-section > div { width: 100%; text-align: center;}
.footer-bottom-section > div:nth-of-type(1) { padding-bottom: 13px;}
.footer-bottom-section > div:nth-of-type(2) { font-size: clamp(16px, 1.3vw, 18px);}
.footer-bottom-section > div:nth-of-type(2) b { color: #d81c29; font-weight: 700;}
.footer-bottom-section > div:nth-of-type(2) a { color: #111 !important;}
.footer-bottom-section > div:nth-of-type(2) a:hover { color: #d81c29 !important;}
.footer-logo { width: 110px;}

@media only screen and (max-width: 1365px) {
	.right-tool-bar { transform: scale(0.7); right: 0; transform-origin: 100% 50%;}
	
}
@media only screen and (max-width: 1279px) {
	

}

@media only screen and (max-width: 980px) {
	.footer-top-content > div { padding-bottom: 20px;}
	.footer-top-content > div:nth-of-type(1), .footer-top-content > div:nth-of-type(2), .footer-top-content > div:nth-of-type(3), .footer-top-content > div:nth-of-type(4) { width: 50%;}
	.footer-top-content > div:nth-of-type(5) { width: 100%;}
	

}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	
	
}

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

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