/* 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; top:40%; 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:#0e509a;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: 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; }

.right-tool-contact { border: 1px solid #0e509a; padding: 3px; display: flex; flex-direction: column;flex-wrap: nowrap;border-radius: 22px; background: #fff; }
.right-tool-contact > div { width: 36px; height: 36px; border-radius: 100%; background: #00b0a7; text-align: center; }
.right-tool-contact > div > img { filter: invert(1); width: 17px;}
.right-tool-contact > span { display: inline-block; writing-mode: vertical-rl; font-size: 15px; color: #0e509a;font-family: "Poppins", sans-serif; font-weight: 400; padding: 12px 0; line-height: 2.3; letter-spacing: 0.05rem;}

.right-tool-message { height: 44px;  border: 1px solid #0e509a; display: flex; flex-direction: row;flex-wrap: nowrap; align-items: center; justify-content: center; border-radius: 22px; background: #fff; }
.right-tool-message > img { width: 20px; }

footer { background: #002a44; color: #fff; letter-spacing: 0.05rem; font-size: 16px; line-height:1.8; font-weight: 400;}

.footer-top-section { padding: calc(20px + 4%) 5%; display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-top-section > div:nth-of-type(1) { width: 370px; padding-right: 5%; border-right: 1px solid rgba(255,255,255,.24);}
.footer-top-section > div:nth-of-type(2) { width: calc(100% - 370px); padding-left: 5%; }

.footer-logo { max-width: 250px; padding-bottom: calc(20px + 3%);}
.footer-info { }
.footer-info a { color: #fff !important}

.footer-link-section { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-link-section > div { width: 14.285%;}

.footer-link-1 > a { display: block; line-height: 1.2; padding-bottom: 18px; font-size: 18px; color: #fff;}
.footer-link-1 > a:hover { opacity: 0.7;}
.footer-link-2 { padding-top: 12px;}
.footer-link-2 > a { display: block; line-height: 1.2; padding-bottom: 12px; font-size: 16px; color: #fff; opacity: 0.6}
.footer-link-2 > a:hover { opacity: 1;}

.copyright { background: #123951; padding: 25px 5%; color: rgba(255,255,255,.6); font-size: 15px; text-align: center;}
.copyright span { display: inline-block;}
.copyright a { color: rgba(255,255,255,.6); text-decoration: underline; display: inline-block; margin-right: 10px;}
.copyright a:hover { color: rgba(255,255,255,1);}

@media only screen and (max-width: 1365px) {
	.right-tool-bar { transform: scale(0.8);}
}

@media only screen and (max-width: 1279px) {
	.footer-top-section > div:nth-of-type(1) { width: 100%; padding-right: 0%; border-bottom: 1px solid rgba(255,255,255,.24);border-right: 0px solid rgba(255,255,255,.24); padding-bottom: 25px; margin-bottom: 25px;}
	.footer-top-section > div:nth-of-type(2) { width: 100%; padding-left: 0%; }
	.footer-logo { max-width: 200px; padding-bottom: 20px;}
}

@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 768px) {
	.footer-link-section > div { width: 50%;}
	.footer-link-2 { display: none;}
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	.footer-link-1 > a { font-size: 16px;}
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 320px) {
	
}