
.footer{
    background-color:#171717;
    color:#fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    border-bottom:1px solid #ffffff12;
}
.footer .text-muted{
	color:#fff !important;
	font-size:16px;
}
.footer .nav-item a{color:#ffffff;}
@media only screen and (max-width:1040px) {
	.flogo img{
		display:none;
	}
}
.ssad-section .ss-ad-bg{
	background-repeat: no-repeat;
    background-position: center center;
	background-size: 1920px auto;
	padding-top:3rem;
	padding-bottom:3rem;
}
.ssad-section .ss-ad-bg .iconfont{
	color:#fff;
}
.ssad-section .ss-ad-bg a.ss-icon{
	background-color:var(--bs-theme-color);
	justify-content: center;
    align-items: center;
    vertical-align: middle;
    transition: all 0.01s;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    width:2rem;
    height:2rem;
}
.ssad-section .ss-ad-bg a.ss-icon:hover{ 
	background-color:var(--bs-black);
}
.ssad-section .ss-label{
	color:#fff;
	font-size:1.2rem;
	font-weight:bold;
	letter-spacing:0.1rem;
}
.flogo img{
	width:2rem;
	max-width:80%;
	margin-right:1rem;
	height:auto;
}
.footerabout{
	color:#fff7 !important;
}
.footer a.fs-7,
.footer .fs-7 {
    font-size: 0.8rem!important;
    line-height: 1;
    align-items: center;
}
.footer-bg-red .fb-items{
	border-right:1px solid #fff;
}
.footer-bg-red .fb-items:last-child{
	border-right:none;
}
.footer-bg-red .fb-items a:hover,
.footer-bg-red .fb-items a{
	color:#fff !important;
	font-size: 0.8rem!important;
	line-height:1;
}
.footer-bg-red{
	background-color:#171717;
	color:#fff;
	font-size: 0.8rem!important;
}
.foot_menu{display: none;}
.footer .f-menu-title{font-size: 1.125rem;font-weight: bold;}
.footer-contact{padding:80px 0 95px;border-bottom:1px solid #8b8b8b;}
.footer-contact .footer-con-box{justify-content: space-between;}
.footer-contact .f-c-left{padding-right: 20%;padding-left: 3.4375rem;}
.footer-contact .f-c-left .f-c-title{font-size:2.25rem;font-weight:bold;line-height: 1.2;}
.footer-contact .f-c-left .f-c-desc{line-height:1;margin-top: 1.75rem;}
.footer-contact .f-c-left .f-con-btn{display: inline-block;margin-top: 40px;padding: 2px 30px;color: #ffffff;background-color: var(--bs-theme-color);border:1px solid var(--bs-theme-color);border-radius: 15px;}
.footer-input {
	background-color: transparent;
	border: none;
	color: white;
	font-size: .875rem;
	border:1px solid #ffffff;
	min-height: 52px;
}
.footer-input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}
.footer-input:focus {
	background-color: transparent;
	color: white;
	box-shadow: none;
	outline: 1px solid white;
}
.footer-contact .footer-con-box textarea.footer-textarea{
	min-height: 112px;
}
.footer-contact .footer-con-box .footer-btn{text-align: right;margin-top: 2.1875rem;}
.footer-contact .footer-con-box .btn-info{padding: 2px 30px;background-color: var(--bs-theme-color);border:1px solid var(--bs-theme-color);border-radius: 15px;}
@media only screen and (max-width:1480px) {
	.footer-contact .f-c-left{padding-right: 15%;}
}
@media only screen and (max-width:1040px) {
    #footer{padding:30px 0px;margin-top: 15px;}
	.footer-contact{padding:40px 0;}
	.footer-contact .f-c-left .f-c-title{font-size: 1.5rem;}
	.footer-contact .f-c-left .f-con-btn{margin-top: 1.25rem;}
	.footer-contact .f-c-left{padding-right: 12px;padding-left: 12px;}
	.footer-contact .f-c-right{padding-right: 12px;padding-left: 12px;margin-top: 30px;}
    .f_nav{padding-top: 0px; height: auto;}
    .f_nav a{margin-bottom: 5px;}
    .m_share{text-align:center;margin:10px 0;overflow: hidden;display: block;}
    .m_share .share{width:24px;height: 24px;font-size: 1.8rem;margin-right:5px;margin-bottom:5px;overflow:hidden;color: #a4a4a4;line-height:24px;}
    .foot_menu{display: block;  width:100%;background:#fbfbfb; height:55px;border-top: solid 1px #e5e5e5; position:fixed; bottom:0px; left:0px; padding:5px 0px;z-index: 999;}
    .foot_menu a{ display:block; width:20%; float:left; text-align:center; }
    .foot_menu a i{font-size: 24px;color:#1f2837;line-height: 1;}
    .foot_menu a p{ display:block; font-size:0.8rem; color:#555555;}
    .ssad-section .ss-ad-bg{
    	background-size:auto 100%;
    }
}