/* 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-box {position: fixed; right:20px; bottom:5%;z-index:20; display: flex; flex-direction: column; flex-wrap: nowrap;}
.right-tool-box > div { margin-bottom: 10px;}
.right-tool-box > div img { width: 40px;}
#gotop { display: none; cursor: pointer;   text-align: center;}
#gotop a { display:inline-block; width:40px; height:40px;line-height: 35px;  background:#c82510; border-radius: 100%; font-size: 15px; color: #073E8D; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0); border: 1px solid #c8102e;}
#gotop a:before { content: ""; position: absolute; width: 14px; height: 14px; display: block; border-width: 1px 1px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:16px; left: 12px;}
#gotop a:hover { opacity: 1;}

footer { color: #fff; line-height: 1.6; font-size: 18px; letter-spacing: 0.05rem; font-weight: 400;}
footer a { color: #fff !important;}
.footer-top-section { background: url("../images/footer-bg.jpg") no-repeat top center; background-size: cover; padding: calc(20px + 3%) 5% calc(20px + 4%) 5%;}
.footer-top-content { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-end;}
.footer-top-title { font-size: clamp(20px, 1.9vw, 28px); font-weight: 700; padding-bottom: 15px;}
.footer-top-link { display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-top-link > div { padding-right: 5vw;}
.footer-top-link > div > a { display: block; padding-bottom: 5px; color: #fff !important;}
.footer-top-link > div > a:hover { opacity: 0.6;}

.footer-info-section { text-align: right;}
.footer-social { padding-bottom: 5px; display: none;}
.footer-social > a { display: inline-block; width: 50px; margin-left: 10px;}
.footer-social > a:hover { transform: scale(0.8);}

.footer-info > div { display: inline-block;}

.copyright { text-align: center; padding: calc(10px + 1%) 5%; color: #333333; font-size: 16px; font-weight: 300; line-height: 1.4;}
.copyright > span { display: inline-block;}

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

@media only screen and (max-width: 1279px) {
	footer { font-size: 16px;}
}

@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	.footer-top-content  { flex-direction: column; justify-content: flex-start; align-items: flex-start;}
	.footer-info-section { text-align: left;}
	.footer-top-link { padding-bottom: 25px;}
	.footer-top-link > div { padding-right: 25px;}
}
@media only screen and (max-width: 570px) {
	
}

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

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