/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 1279px){
a.tel, a.tel:hover { pointer-events: initial; }
}
.right-tool-bar { position: fixed; right:-60px; bottom:20%; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.4s ease-out 0s;}
.right-tool-bar > div { width:46px; height:46px;line-height: 0px; background:#d30011;border-radius: 100%; margin-bottom: 10px;display: flex; flex-direction: row;flex-wrap: nowrap; align-items: center; justify-content: center; transition: all 0.4s ease-out 0s;}
.right-tool-bar > div img { width:23px; }
.right-tool-bar > div:hover { transform: scale(0.9);}
#gotop { cursor: pointer;  text-align: center; position: relative;}
#gotop div { position: absolute; width: 10px; height: 10px; display: block; border-width: 1px 1px 0 0 ; border-style:solid; border-color: #fff;top:46%; left: 55%; transform: rotate(-45deg) translate(-50%, -50%); }

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

footer { font-size: 15px; line-height:1.5; color: #fff; letter-spacing: 0; font-weight: 300;  padding: 0 5%; background: url("../images/footer-bg.jpg") no-repeat top center / cover;}

.footer-top-content { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: calc(20px + 3%) 0 calc(20px + 7%) 0;}
.footer-top-content > div:nth-of-type(1) { width: 55%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
.footer-top-content > div:nth-of-type(1) > div:nth-of-type(1) { width: 170px; }
.footer-top-content > div:nth-of-type(1) > div:nth-of-type(2) { width: calc(100% - 170px); padding-left: 8%; }
.footer-top-content > div:nth-of-type(1) > div:nth-of-type(2) > div { padding-bottom: 4px; }
.footer-top-content > div:nth-of-type(1) > div:nth-of-type(2) > div a { word-break: break-all; color: #fff !important;}
.footer-top-content > div:nth-of-type(1) > div:nth-of-type(2) > div a:hover { opacity: 0.6;}
.footer-top-content > div:nth-of-type(2) { width: 45%;}

.footer-social {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; }
.footer-social > a {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 100%; border: 1px solid #fff; margin-left: 20px; margin-bottom: 10px;}
.footer-social > a:hover { background: #fff;}
.footer-social > a:hover img { filter: invert(1);}
.footer-social > a img { width: 20px;}


.footer-info .layout-nowrap { margin-bottom: 12px; align-items: flex-start;}
.footer-info .layout-nowrap a { color: #fff;}
.footer-info .layout-nowrap a:hover { opacity: 0.5;}
.footer-info .layout-nowrap > div:nth-of-type(1) { width: 24px; height: 24px; border-radius: 100%; background: #ea580c; color: #fff; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; line-height: 1;}
.footer-info .layout-nowrap > div:nth-of-type(2) { width: calc(100% - 24px); padding-left: 8px; word-break: break-all;}

.footer-link { display: flex; flex-direction: row;flex-wrap: wrap; justify-content: space-between ;padding-bottom: calc(20px + 4%);}
.footer-link > div { width: 18%; }

.footer-link-1 { position: relative;}
.footer-link-1 > a { display: block;font-size: 16px; margin-bottom: 14px; color: #fff; line-height: 1.2;font-weight: 400; position: relative; padding-right: 30px; border-bottom: 1px solid rgba(255,255,255,.08); text-transform: uppercase; padding-bottom: 20px;}
.footer-link-1-btn { display: none; width: 15px; height: 15px; top:35%; right: 5px; transform: translateY(-50%); position: absolute; z-index: 3; cursor: pointer; border: 0px solid #fff;}
.footer-link-1-btn:after { display: inline-block; width: 9px; height: 9px; border-width: 0 1px 1px 0; border-style: solid; border-color: #fff; top:30%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); position: absolute; content: "";}
.footer-link-1-btn-close:after { transform: translate(-50%, -50%) rotate(-135deg); top:60%;}
.footer-link-1 > a:hover { opacity: 0.5;}
.footer-link-2 { padding-top: 10px;}
.footer-link-2 > a { display: block; margin-bottom: 8px; color: #fff; line-height: 1.3; opacity: 0.4; font-size: 15px; }
.footer-link-2 > a:hover { opacity: 1;}

.footer-bottom { position: relative; padding: 0px 0 30px 0; text-align: center;}
.footer-bottom-link { position: absolute; right: 0; top: 0;}
.footer-bottom-link a { color: #fff; text-decoration: underline; font-size: 15px;}
.footer-bottom-link a:hover { color: #fff; text-decoration: none;}

.copyright { color: #fff; opacity: 0.5;  line-height: 1.4; font-size: 15px;}
.copyright span { display: inline-block;}

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

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

@media only screen and (max-width: 980px) {
	.footer-top-content { padding-bottom: 30px;}
	.footer-top-content > div:nth-of-type(1) { width: 100%; padding-right: 0%; }
	.footer-top-content > div:nth-of-type(2) { width: 100%; padding-left: 0%;}
	.footer-top-content > div:nth-of-type(1) > div:nth-of-type(1) { padding-bottom: 20px; }
	.footer-top-content > div:nth-of-type(1) > div:nth-of-type(2) { width: 100%; padding-left: 0%; padding-bottom: 20px; }
	.footer-social {justify-content: flex-start; }
	.footer-social > a {margin-left: 0px; margin-right: 15px; width: 38px; height: 38px;}
	.footer-social > a img { width: 15px}
	
	.footer-link { padding-bottom: 20px; }
	.footer-link > div { width: 100%; padding-right: 0%; }
	.footer-link-1-btn { display: block;}
	.footer-link-2 { display: none; padding-bottom: 10px; padding-top: 0; }
	.footer-link-1 {margin-bottom: 10px;}
	.footer-link-1 > a {border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 12px;}
	
	.footer-bottom-link { position: relative; right: auto; top: auto;}
}
@media only screen and (max-width: 768px) {
	
	
}
@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) {
	
}