/* 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:10px; bottom:30px; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;transition: all 0.3s ease-out 0s;}
.right-tool-bar > div { width:40px; height:40px;line-height: 0px; background:#9a8a78;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 { }
.right-tool-bar > div:hover { transform: scale(0.9);}
#gotop { cursor: pointer;  text-align: center; background: #78bf4d;transition: all 0.4s ease-out 0s; } 
#gotop:hover { background: #3e3a39;} 
#gotop a { display:inline-block; font-size: 15px; color: #005ea6; position: relative; text-align: center; cursor: pointer; width: 20px;}
#gotop a > img { position: absolute; width: 20px; height: 20px; top:50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;}
#gotop a:before {content: ""; position: absolute; width: 16px; height: 8px; display: block; background: #fff; transform: translate(-50%, -50%); top:50%; left: 50%; clip-path: polygon(50% 0, 100% 100%, 0 100%);}
#gotop a:hover { }

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

footer { font-size: clamp(16px, 1.3vw, 18px); line-height:1.5; color: #fff; letter-spacing: 0; font-weight: 400; }

.footer-top-section { background: #78bf4d; padding: calc(10px + 1%) 5%; text-align: center;}

.footer-bottom-section { background: #3e3a39; padding: 25px 5%; text-align: center;}

.footer-social { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; padding-bottom: 10px;}
.footer-social > a { display: inline-block; margin: 0 8px 5px 8px;}
.footer-social > a:hover { transform: scale(0.9);}
.footer-social > a img { width: 40px;}

.footer-info { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.footer-info > div { padding: 0 25px 15px 25px; position:relative;}
.footer-info > div:after { content: ""; position: absolute; width: 1px; height: 20px; background: #78bf4d; top:4px; right: 0;}
.footer-info > div:last-child:after { display: none;}
.footer-info > div > div { display: inline-block; letter-spacing: 0.05rem; font-weight: 400;}
.footer-info > div > div:nth-of-type(1) { color: #78bf4d;}
.footer-info > div a { color: #fff; display: inline-block;}

.copyright { text-align: center; color: #78bf4d; font-size: 15px; line-height: 1.3;}
.copyright span { display: inline-block;}
.copyright a { color: #78bf4d;}


@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-section img { max-width: 200px;}
	
	.footer-info  { flex-direction: column;}
	.footer-info > div:after { display: none;}
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 414px) {
	.footer-info > div > div { display: block; text-align: center;}
	
}

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