/* 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; bottom:10% !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 { overflow: hidden;}

.footer-top-section { background: url("../images/footer-contact-bg.jpg") no-repeat center center; background-size: cover; padding: 34px 5%;}
.footer-top-content { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-between;}
.footer-top-content > div { font-weight: 300; color: #fff; font-size: clamp(22px, 1.6vw, 27px); line-height: 1.3; padding-right: 25px;}
.footer-top-content > a { width: 250px; line-height: 100%; border-radius: 10px; color: #fff; font-weight: 500;font-size: clamp(18px, 1.3vw, 24px); letter-spacing: 0; display: inline-block; background: #d00101; text-align: center; padding: 25px 10px;}

.footer-middle-section { padding: 65px 5%; background: #efefef; letter-spacing: 0.05rem;}
.footer-middle-content { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;}
.footer-middle-content > div:nth-of-type(1) { width: 186px;}
.footer-middle-content > div:nth-of-type(2) { width: 25%;}
.footer-middle-content > div:nth-of-type(3) { width: 54%;}

.footer-middle-content > div:nth-of-type(1) > div:nth-child(1) { margin-bottom: 15px;}
.footer-middle-content > div:nth-of-type(1) > div:nth-child(2) { display: flex; flex-flow: wrap;}
.footer-middle-content > div:nth-of-type(1) > div:nth-child(2) > div { width: 31%; margin: 0 3.5% 10px 0;}
.footer-middle-content > div:nth-of-type(1) > div:nth-child(2) > div:nth-child(3n+3) { margin: 0 0 10px 0;}
.footer-middle-content > div:nth-of-type(1) > div:nth-child(2) > div > a { display: block;}

.ft_social { display: flex; flex-flow: wrap; align-items: center; margin: 10px 0 0 0;}
.ft_social > a { display: block; width: 9.1428%; margin: 0 6% 5px 0; max-width: 30px; line-height: 0;}
.ft_social > a:last-child { margin: 0 0 5px 0;}

.footer-title { font-style: italic; font-weight: 700; font-size: 22px; padding-bottom: 20px; line-height: 1.4; color: #333;}
.footer-link { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between }
.footer-link > div { width: 47%;}
.footer-link > div > a { display: block; font-weight: 400; color: #333; font-size: 16px; line-height: 110%; padding-bottom: 15px;}
.footer-link > div > a:hover { color: #d00101;}

.footer-info { display: flex; flex-direction: row; flex-wrap: wrap; color: #333; }
.footer-info > div:nth-child(odd) { width: 16px;}
.footer-info > div:nth-child(odd) img { filter: invert(1);}
.footer-info > div:nth-child(even) { width: calc(100% - 16px); padding-left: 10px; font-size: 16px; font-weight: 400; line-height: 30px;}
.footer-info > div:nth-child(even) > div { display: inline-block; margin-right: 12px;}
.footer-info > div:nth-child(even) b { font-weight: 700; color: #333;}
.footer-info > div:nth-child(even) a { color: #333; word-break: break-all;}

.copyright { padding: 25px 5%; text-align: center; color: #333333; font-size: 14px; line-height: 25px; font-weight: 400; letter-spacing: 0.05rem; background: #ffffff;}
.copyright a { color: #333333; display: inline-block;}
.copyright span { display: inline-block;}
.copyright a:hover { color: #d00101;}

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

@media only screen and (max-width: 980px) {
	.footer-top-content { flex-direction: column; align-items: center;}
	.footer-top-content > div { text-align: center; padding-bottom: 15px; padding-right: 0;}
	.footer-top-content > a { padding: 20px 10px; width: 200px;}
	
	.footer-middle-section { padding: 40px 5%;}
	.footer-middle-content { flex-direction: column; padding-bottom: 0px;}
	.footer-middle-content > div:nth-of-type(2) { width: 100%;padding-bottom: 30px; padding-top: 25px;}
	.footer-middle-content > div:nth-of-type(3) { width: 100%;}
	
	.footer-title { padding-bottom: 12px;}
}
@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) {
	
}