.top_slg{
	background: #dfdfdf;
}
.topcnt{
	padding: 10px 0;
	align-items: center;
	justify-content: space-between;
    display: flex;
}
.topcnt_kn{
	padding: 0 0 0 30px;
}
.sociall-footer { 
	margin-bottom: 0px;
	align-items: center;
}
.sociall-footer li {
	/*display: flex !important;*/
	align-items: center !important;
}
.sociall-footer li a {
	display: flex;
}
.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.d-inline-block {
    display: inline-block !important;
}
.me-3 img:hover{
	transform-style: preserve-3d;
	transform: rotateY(-180deg);
	transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}
.me-3 img{
	transform-style: preserve-3d;
	transform: rotateY(0);
	transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}
.me-3 {
    margin-right: 7px !important;
    height: 20px;
}
.hvr-bob:active, .hvr-bob:focus, .hvr-bob:hover {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
.fixed .header-center {
	/*max-height: 50px;*/
}
.header-center {
    padding: 0;
    background: #f8f9fa;
}
#cate-header-center{
	background: #e7e7e7 !important;
	border: 1px solid #dfdfdf;
    box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
    /*background: #dfdfdf;*/
}
.ads-home {
	/*margin-top: 20px;*/
	display: block;
	overflow: hidden;
}
.ads-home img{
    padding: 0;
    float: left;
}
.ads-img {
    overflow: hidden;
    padding: 0;
    border: 5px solid transparent;
    border-left: 0;
    border-right: 0;
}
.wrap-img-ad {
    float: left;
    width: 100%;
	overflow: hidden;
}
/*.wrap-img-ad:nth-child(0) {
    width: 50%;
}
.wrap-img-ad:nth-child(1) {
    width: 50%;
    padding-right: 6px;
}*/
.wrap-img-ad:nth-child(1) {
    width: 100%;
    padding-bottom: 6px;
    padding-left: 3px;
}
.wrap-img-ad:nth-child(2) {
    width: 50%;
    padding-right: 3px;
    padding-left: 3px;
}
.wrap-img-ad:nth-child(3) {
    width: 50%;
    padding-left: 3px;
    padding-left: 3px;
}
.img-ad {
    position: relative;
    display: block;
    overflow: hidden;
}
.wrap-img-ad {
    position: relative;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    overflow: hidden;
}
.wrap-img-ad a {
    display: block;
}
.wrap-img-ad:nth-child(2) .img-ad-info,
.wrap-img-ad:nth-child(3) .img-ad-info {
	font-size: 14px;
}
.wrap-img-ad:nth-child(1) .img-ad-info {
	font-size: 16px;
}
.img-ad-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #FFFFFF;
    z-index: 9;
    font-size: 18px;
    line-height: 24px;
	background: #00000070;
}
/*.img-ad:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: background-color .3s ease;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 100%);
}*/
.wrap-img-ad .img-ad-info:hover {
    color: #0069ff;
}
.menu-page {
    background: #ffffff00 !important;
}
#cate-header-center a span:hover, #menu_page>ul>li.current > a span{
	color: #e10531;
}
#header .fixed img {
    max-height: 50px !important;
}
.search_panel_new {
    display: block;
	box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
    border-radius: 7px;
}
.search_panel_new form {
    position: relative;
}
.search_panel_new input[type=text] {
    padding: 7px;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eee;
	border-radius: 7px;
}
.search_panel_new form button i {
	font-size: 25px;
    color: black;
}
.search_panel_new form button {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    height: 50px;
    width: 60px;
    background: transparent;
    color: #333333;
    cursor: pointer;
    background: #e5e5e5;
	border-radius: 0px 7px 7px 0px;
}
.phone-item {
    display: inline-block;
    padding: 0;
    padding-left: 75px;
    background: url(../img/support_icon.png) 0px center no-repeat;
    background-size: contain;
    height: 50px;
    cursor: pointer;
}
.phone-item a {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #bb001c;
    line-height: 30px;
}
.phone-item p {
    margin: 0;
    color: #000;
    line-height: 18px !important;
}