/* 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:10px; bottom:30%; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s;}
.right-tool-bar > div { width: 44px; 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:44px; height:44px;line-height: 44px;  background:#4a6da7;border-radius: 100%; font-size: 15px; color: #fff; 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: 12px; height: 12px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:19px; left: 16.5px;}
#gotop a:hover { }

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

footer { background: #494949; color: #444; font-weight: 400; font-size: 14px; line-height: 1.7}

.footer-top-section { padding: calc(10px + 2%) calc(10px + 4%); background: #f1f1f1;}

.footer-top-content { margin-right: -24px; display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-top-content > div { margin-right: 24px; width: calc(22% - 24px);}
.footer-top-content > div:last-child { width: calc(34% - 24px);}

.footer-link-title { display: block; font-weight: 700; line-height: 1.4;  border-bottom: 1px dotted #444; padding-bottom: 10px; margin-bottom: 10px;}
.footer-link-title:hover { text-decoration: underline; color: #444;}
.footer-link a { display: block; line-height: 1.3; padding-bottom: 8px;}
.footer-link a:hover { text-decoration: underline; color: #444;}

.footer-link-width-50 {display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 15px;}
.footer-link-width-50 > div { width: 50%;}
.footer-link-width-50 > div > a {display: block; line-height: 1.3; padding-bottom: 8px;}
.footer-link-width-50 > div > a:hover { text-decoration: underline; color: #444;}

.footer-social-link {display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 10px; }
.footer-social-link > a { margin-right: 6px; margin-bottom: 6px;}
.footer-social-link > a img { width: 30px;}

.copyright { color: #fff; text-align: center; padding: calc(10px + 2%) calc(10px + 4%); font-size: 15px;}
.copyright a { color: #fff !important; display: inline-block; text-decoration: underline;}
.copyright a:hover {  text-decoration: none;}

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

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

@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 768px) {
	.footer-top-content { margin-right: 0;}
	.footer-top-content > div { display: none;}
	.footer-top-content > div:last-child { display: block; width: 100%; margin-right: 0;}
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
	.footer-link-width-50 > div { width: 100%;}
}

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