/* 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: linear-gradient(32deg, #2b93b7 0%, #6cd7dd 100%);   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: #484e54; padding: calc(20px + 2%) 5% 0 5%; font-size: 18px; line-height:1.6; color: #fff; letter-spacing: 0; font-weight: 400;}
footer a { color: #fff;}

.footer-top-section { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; margin-bottom: calc(20px + 3%); position: relative;}
.footer-top-section:after { position: absolute; content: ""; width: 1px; height: 100%; background:rgba(255,255,255,.3); top: 0; left: 50%; transform: translateX(-50%);}
.footer-top-section > div { width: 44%;}

.footer-top-title { position: relative; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; margin-bottom: calc(20px + 1.5%); }
.footer-top-title > div { position: absolute; z-index: 2; width: 100%; height: 100%; cursor: pointer;}
.footer-top-title > span:nth-of-type(1) { font-weight: 700; line-height: 1.2; font-size: clamp(20px, 2.2vw, 28px); }
.footer-top-title > span:nth-of-type(2) { width: 10px; height: 10px; border-width: 0 1px 1px 0; border-style: solid; border-color: #fff; transform: rotate(45deg); display: block; margin-right: 10px; visibility: hidden; }

.footer-link { display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-link > div:nth-of-type(1) { width: 44%;}
.footer-link > div:nth-of-type(2) { width: 28%;}
.footer-link > div:nth-of-type(3) { width: 28%;}
.footer-link > div > a { display: block; line-height: 1.3; margin-bottom: 10px; color: #fff;}
.footer-link > div > a:hover { color: #3bacc0;}

.footer-arrow-up { transform: rotate(-135deg) !important;}

.footer-contact-info { margin-bottom: 15px; display: flex; flex-direction: row; flex-wrap: wrap;}
.footer-contact-info > div { line-height: 1.4;}
.footer-contact-info > div:nth-of-type(1) { width: 16px;}
.footer-contact-info > div:nth-of-type(2) { width: auto; padding-left: 10px; font-weight: 800;}
.footer-contact-info > div:nth-of-type(3) { width: 100%; color: #fff; padding: 5px 0 0;}
.footer-contact-info > div:nth-of-type(3) > div { display: inline-block; margin-right: 30px;}
.footer-contact-info > div:nth-of-type(3) a { color: #fff;}
.footer-contact-info > div:nth-of-type(3) a:hover { color: #3bacc0;}

.info-bar, .contact-bar { display: none;}

.footer-bottom-section { padding-bottom: calc(20px + 2%); display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.footer-subscribe { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.footer-subscribe > img { filter: brightness(0) invert(1); width: 35px; margin-right: 10px;}
.footer-subscribe > div { padding-right: 12px;font-weight: 700; line-height: 1.1; font-size: clamp(20px, 2.2vw, 28px); color: #fff;}
.footer-subscribe:hover > div { color: #3bacc0;}
.footer-subscribe > form { border-radius: 26px; border: 1px solid #b1d6e7; padding: 5px;display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; background: #fff; width: 420px;}
.footer-subscribe > form > input { width: calc(100% - 44px); padding: 0 10px 0 18px; background: none; border-width: 0;}
.footer-subscribe > form > button { cursor: pointer; width: 44px; height: 44px; border-radius: 100%; position: relative; background: linear-gradient(28deg, #0e509a 0%, #47c3ca 100%); border-width: 0; }
.footer-subscribe > form > button img { width: 15px; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);}

.footer-social { display: flex; flex-direction: row; flex-wrap: wrap; }
.footer-social > a { margin-left: 12px; display: inline-block; width: 44px; height: 44px; border-radius: 100%; border: 1px solid #b1d6e7; background: #fff; position: relative;}
.footer-social > a > img { max-width: 18px; max-height: 18px; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);}
.footer-social > a:hover { background: #184598; border-color: #184598;}
.footer-social > a:hover > img { filter: brightness(0) invert(1);}

.copyright { padding: calc(15px + 1.5%) 0; border-top: 1px solid rgba(255,255,255,.3);display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; line-height: 1.4;}
.copyright a { color: #fff; text-decoration: underline;}
.copyright a:hover { color: #fff; text-decoration: none;}
.copyright span { display: inline-block;}

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

@media only screen and (max-width: 980px) {
	.footer-top-title > span:nth-of-type(2) {  visibility: visible; }
	.info-bar, .contact-bar { display: block;}
	
	.footer-link-box, .footer-contact { display: none;}
	.footer-top-section { margin-bottom: 5px;}
	.footer-top-section:after { display: none;}
	.footer-top-section > div { width: 100%; border-bottom: 1px solid rgba(255,255,255,.3); margin-bottom: 20px; padding-bottom: 20px;}
	.footer-top-title { margin-bottom: 0;}
	.footer-link, .footer-contact { padding-top: 20px;}
	
	.footer-bottom-section { flex-direction: column; justify-content: flex-start;}
	.footer-social > a { margin-right: 12px; margin-left: 0; }
	.footer-subscribe { padding-bottom: 30px;}
	/*.footer-subscribe > div { padding-bottom: 20px;}*/
	
	.copyright { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
	.copyright > div:nth-of-type(1) { padding-bottom: 10px; }
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	.footer-subscribe > form { width: 100%;}
	
}

@media only screen and (max-width: 414px) {
	.footer-link > div:nth-of-type(1) { width: 100%;}
	.footer-link > div:nth-of-type(2) { width: 100%;}
	.footer-link > div:nth-of-type(3) { width: 100%;}

}

@media only screen and (max-width: 320px) {
	.footer-contact-info > div:nth-of-type(3) a { word-break: break-all;}

}