/* 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:15px; left: auto !important; top:45% !important; z-index:20; display: flex; flex-direction: column;flex-wrap: nowrap;}
.right-tool-bar > div { width: 40px; margin-bottom: 10px; transition: all 0.4s ease-out 0s; cursor: pointer;}
.right-tool-bar > div:hover { opacity: 0.6;}
/*#gotop { display: block; cursor: pointer;  text-align: center;}
#gotop a { display:inline-block; width:35px; height:35px;line-height: 35px;  background:#006039; 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 { }*/

footer { letter-spacing: 0.05rem; font-weight: 400;font-size: 16px; line-height: 1.7; overflow: hidden;}

.footer-top-tool {background: #362e2b; padding: 25px 5% 15px 5%;}
.footer-top-tool-content { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;}
.footer-top-tool-content > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; margin-bottom: 10px;}
.footer-top-tool-content > a:hover { opacity: 0.7; transform: scale(0.9);}
.footer-top-tool-content > a > img { height: 25px; display: inline-block; margin-right: 16px;}
.footer-top-tool-content > a > div { color: #fff; font-weight: 700; font-size: 18px;}

.footer-bottom-section { padding: calc(10px + 2%) 5%;}
.footer-bottom-content { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 25px;}
/*.footer-bottom-content > div:nth-of-type(1) { width: 342px;}*/
.footer-bottom-content > div:nth-of-type(1) { width: calc(100% - 340px); display: flex; flex-wrap: nowrap; flex-direction: row;}
.footer-bottom-content > div:nth-of-type(2) { width: 340px;}

.footer-link { padding-right: 10%;}
.footer-link a { padding-bottom: 5px; display: block;}
.footer-link a:hover, .footer-bottom-content a:hover { /*text-decoration: underline;*/ color: #ff7440;}

.copyright { text-align: left; font-size: 13px; line-height: 1.3; }
.copyright span { display: inline-block;}

.contact-desc-title { font-weight: 500; padding-bottom: 20px; color: #362e2b;}
.contact-desc-data { font-size: 15px; padding-bottom: 35px;}
.contact-title-1 { position: relative; margin-bottom: 25px;}
.contact-title-1:after { position: absolute; content: ""; left: 0; bottom: 0; background: #362e2b; width: 30px; height: 3px; }

@media only screen and (max-width: 1279px) {
	.right-tool-bar { }
	.right-tool-bar > div { width: 30px; margin-bottom: 5px;}

	/*.footer-bottom-content > div:nth-of-type(1) { width: 100%;}*/
	.footer-bottom-content > div:nth-of-type(1) { display: none;}
	.footer-bottom-content > div:nth-of-type(2) { width: 100%;}
	
	
}

@media only screen and (max-width: 980px) {
	.footer-top-tool-content > a { width: 50%; justify-content: center;}
	.footer-top-tool-content > a > img { height: 20px; margin-right: 12px;}
	.footer-top-tool-content > a > div { font-size: 16px;}
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	
	
}
@media only screen and (max-width: 570px) {
	.footer-top-tool-content > a { width: 100%; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 10px; }
	
}

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

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