body #header-secondary-outer {
	background-color: #14142b;
}
body #footer-outer #footer-widgets p{
	color: #6e7191;
}
.#footer-outer #footer-widgets {
	background-image: url('./images/bg-fter.png');
	background-size: cover;
	background-position: right;
}

#footer-outer #footer-widgets .widget h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
}
#footer-outer #footer-widgets .widget {
    margin-bottom: 20px;
}
#footer-outer #footer-widgets .widget_text {
    width: 100%;
}
.custom-noice {
    text-align: center;
}
.custom-noice #gallery-1 .gallery-item:first-child {
	margin-left: 0;
}
.custom-noice #gallery-1 .gallery-item {
	float: none;
    display: inline-block;
    margin-left: 50px;
    width: auto;
}
.custom-noice #gallery-1 img {
	border: none;
}
.row-custom-widget .textwidget p {
	padding-bottom: 0;
}
#footer-outer #footer-widgets .row {
	padding-top: 20px;
	padding-bottom: 30px;
}
#footer-outer #footer-widgets .row.row-custom-widget {
    padding-top: 0;
    padding-bottom: 10px;
}
#footer-outer #footer-widgets {
	position: relative;
}
#footer-outer #footer-widgets::after {
	width: 100%;
    height: 100%;
    position: absolute;
    content: '';
	background-image: url('../images/bg-footer.webp');
	background-position: 85% 100%;
	background-repeat: no-repeat;
	top: 0;
    left: 0;
	z-index: -1;
}
#footer-outer #footer-widgets::before {
    width: 100%;
    height: 1px;
    position: absolute;
    content: '';
    background: #2c2f50;
	top: calc(100% - 220px);
    left: 0;
}
#footer-outer .widget_nav_menu ul li a {
	font-size: 14px;
}
#footer-outer .widget_nav_menu ul li.note a {
	position: relative;
}
#footer-outer .widget_nav_menu ul li.note a span {
    padding: 2px 5px;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    right: 25px;
    top: -10px;
}
#footer-outer .widget_nav_menu ul li.note-hot a span {
	background: #c02323;
	right: 40px;
}
#footer-outer .widget_nav_menu ul li.note-new a span {
	background: #ffba00;
	top: -3px;
}
#footer-outer #footer-widgets .widget_text p {
	font-size: 14px;
	line-height: 24px;
}


#footer-widgets  ul.social {
	display: flex;
}
#footer-outer ul.social li {
    float: left;
    margin-left: 15px;
}
#footer-widgets ul.social li:nth-child(1) {
	margin-left: 0;
}

#footer-outer ul.social li.item-social a{
	background: #2e2e3a;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
	display: block;
}
#footer-outer #footer-widgets ul.social li.item-social a i { 
	font-size: 16px;
}
#footer-outer #footer-widgets .col ul.social li.item-social:first-child { 
	padding: 8px 0 !important;
}
#footer-outer .copyright-text-ft > * {
    display: inline-block;
}
#footer-outer #copyright .copyright-text-ft p {
	padding-bottom: 0;
}
@media all and (min-width: 1300px) {
	#footer-outer #copyright .social li a i {
		font-size: 16px;
	}
	#footer-outer #footer-widgets .col:nth-child(1) {
		width: 30%;
	}
	#footer-outer #footer-widgets .col:nth-child(2) {
		width: 30%;
	}
	#footer-outer #footer-widgets .col:nth-child(3) {
		width: 24%;
	}
	#footer-outer #footer-widgets .col:last-child {
		width: 10% ;
	}
	#footer-outer #footer-widgets .col:nth-child(2) {
		display: flex;
		flex-wrap: wrap;
	}
	#footer-outer #footer-widgets .col:nth-child(3) {
		display: flex;
		flex-wrap: wrap;
	}
	#footer-outer #footer-widgets .widget_nav_menu {
		width: 50%;
	}
	
	#footer-outer #footer-widgets div#media_image-2 {
		margin-bottom: 15px;
	}
	#footer-outer #footer-widgets .widget.widget_nav_menu li a {
		padding: 5px 0;
	}
	#footer-outer #footer-widgets .col:last-child .widget_nav_menu {
		width: 100% ;
	}
}