/* 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:#b61900; 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: #222222; font-size: 16px; line-height:1.5; color: #fff; letter-spacing: 0; font-weight: 400; }
footer .content-Box { max-width: 1400px;}
.footer-top-section {padding: calc(20px + 2%) 5%;}
.footer-top-content {display: flex; flex-direction: row; flex-wrap:wrap;}
.footer-top-content > div:nth-of-type(1) { width: 72%; border-right: 1px solid rgba(255,255,255,.3);}
.footer-top-content > div:nth-of-type(2) { width: 28%; padding: 20px 0 20px 35px;}
.footer-top-title { font-size: clamp(20px, 1.9vw, 24px);font-weight: 900; line-height: 1.4; padding-bottom: 25px;}
.footer-top-link { display: flex; flex-direction: row; flex-wrap:wrap;}
.footer-top-link > div { width: calc((100% - 180px) / 3); padding-right: 15px;}
.footer-top-link > div:nth-of-type(1) { width: 180px;}

.footer-link-1 > a { display: block; line-height: 1.4; margin-bottom: 12px; text-transform: uppercase; color: #fff !important; font-size: 17px; font-weight: 700;}
.footer-link-1 > a:hover { color: #b61900 !important;}
.footer-link-2 > a { display: block; line-height: 1.4; margin-bottom: 12px; color: #aaaaaa !important; font-size: 15px; }
.footer-link-2 > a:hover { color: #b61900 !important;}

.footer-logo { margin-bottom: 20px;}

.footer-info-section {display: flex; flex-direction: row; flex-wrap:wrap;}
.footer-info-section > div { margin-bottom: 10px; }
.footer-info-section > div:nth-child(odd) { width: 25px; }
.footer-info-section > div:nth-child(odd) img { filter: invert(1);}
.footer-info-section > div:nth-child(even) { width: calc(100% - 25px); padding-top: 0px; padding-left: 8px;}
.footer-info-section > div:nth-child(even) a { color: #fff !important;}
.footer-info-section > div:nth-child(even) a:hover { color: #b61900 !important;}

.copyright { background: #b61900; padding: calc(10px + 1%) 5%; text-align: center; color: #fff; font-size: 15px; line-height: 1.3;}
.copyright a { color: #fff !important;}
.copyright a:hover { text-decoration: underline;}

@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:nth-of-type(1) { width: 100%; border-right: 0px solid rgba(255,255,255,.3);border-top: 1px solid rgba(255,255,255,.3); order: 2; padding-top: 20px;}
	.footer-top-content > div:nth-of-type(2) { width: 100%; padding: 0px 0 20px 0px; order:1;}
	
	.footer-link-1 > a { font-size: 16px;}
}
@media only screen and (max-width: 768px) {
	.footer-top-link > div { width: 50% !important; padding-bottom: 20px;}
	
}
@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) {
	
	
}