/* 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; }

.ft-tit { font-size: 20px; font-weight: 600; margin-bottom: 20px; letter-spacing: 2px; }
.ft-top { padding: 50px 0; background: #115e32; }
.ft-top .ft-info{ max-width: 1200px;margin: 0 auto; display: flex;flex-wrap: wrap; color: #FFF;}
.ft-top .ft-info > div{ width: 50%; }
.ft-top .ft-info ul{ padding-left: 30px; letter-spacing: 2px; font-weight: 500; }
.ft-top .ft-info .footer-soc-link { display: flex; }
.ft-top .ft-info .footer-soc-link a { display: block; width: 60px; padding: 5px; border: 2px solid #FFF; margin-right: 20px;border-radius: 5px; }
.ft-top .ft-info .footer-soc-link a:hover { transform: scale(.9);}

/*.ft-bottom{ margin-top: 30px; }*/
.ft-bottom .footer-link-content{ max-width: 1200px ;margin: 0 auto; display: flex;flex-wrap: wrap; padding: 30px 0 ; }
.ft-bottom .footer-link-content > div{ width: calc(100% / 6);  }
.ft-bottom .footer-link-content > div .footer-link-1 a{ display: block; font-size: 20px; font-weight: 600; margin-bottom: 20px; }
.ft-bottom .footer-link-content > div .footer-link-2 a{ display: block;  }

.ft-bottom .copyright{ max-width: 1200px; margin: 0 auto; text-align: center; padding: 15px 0 ; color: #888; border-top: 1px solid #aaa; }
.ft-bottom .copyright a{  color: #888; }
.ft-bottom .copyright a:hover {  color: #ff7440; }

@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: 1200px) {
	.ft-top .ft-info{  padding: 30px 20px; }
	.ft-bottom .footer-link-content{  padding: 30px 20px; }
}

@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;}
    
    .ft-bottom .footer-link-content > div{ width: 33%;  }
    .ft-bottom .footer-link-content > div .footer-link-2 { display:none; }
}
@media only screen and (max-width: 768px) {
    .ft-top { padding: 30px 0 0; }
    .ft-top .ft-info{  padding: 0px 20px; }
	.ft-top .ft-info > div{ width: 100%; margin-bottom: 30px; }
}
@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) {
	.ft-bottom .footer-link-content > div{ width: 50%;  }
    .ft-bottom .footer-link-content > div .footer-link-1 a{ font-size: 16px; margin-bottom: 10px; }
}

@media only screen and (max-width: 320px) {
	
}