.sticky-header {
    width: 100%;
    background: var(--header_main_bg_color, #ffffff);
    color: var(--header_main_f_color, #383838);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 5%);
    height: 92px;
    position: fixed;
    z-index: 99;
    margin-top:28px!important;
}
@media (max-width: 1199px) {
    .sticky-header {
        height: 80px;
    }
}
.header__mobile {
    top: 28px;
    padding: 0;
    height: 80px;
}
.header__mobile i {
    color: rgba(34, 34, 34, 1);
    font-size: 18px;
    transition: all 0.3s ease;
}
/* *** Header ***  */
.header-black-top {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 4px 0;
    z-index: 9999;
    width: 100%;
    padding:4px 16px;
}
.header-black-top .swiper-container{
	margin:0;
}
.header-black-menu {
    display: flex;
    justify-content: space-between;
    margin: auto;
/*     width:703px; */
}
@media (min-width: 744px) {
.header-black-menu {
     width:911px;
    }  
}
@media (min-width: 951px) {
.header-black-menu {
    padding:0;
}
}
@media (min-width: 992px) {
.header-black-menu {
    width:1119px;
    }  
}
@media (min-width: 1167px) {
.header-black-menu {
    padding:0;
}
}
@media (min-width: 1200px) {
    .header-black-menu {
    width: 1128px;
    }
}
@media (min-width: 1280px) {
    .header-black-menu {
    width: 1200px;
    }
}
@media (min-width: 1440px) {
    .header-black-menu {
    width: 1360px;
    }
}
.header-black-menu i {
    font-size: 14px;
}
.header-black-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
}
.header-black-menu .tab-menu-swiper02{
	padding-bottom: 0px;
}
.header-black-top .tab-menu-swiper02 .swiper-slide:first-child a{
	padding-left:0!important;
}
.header-black-menu .tab-menu-swiper02 .swiper-slide {
    position: relative;
    font-size: unset;
    margin-bottom: 0px;
}
.header-black-menu .tab-menu-swiper02 .swiper-slide::after {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    top: 4px;
}

.header-main-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    width:703px;
    max-width:100%;
    padding:0 16px;
    height:80px;
}
@media (min-width: 744px) {
	.header-main-menu {
	grid-template-columns: 30% 121px 30%;
	width:911px;
	}
}
@media (min-width: 951px) {
    .header-main-menu {
    padding:0;
}
}
@media (min-width: 992px) {
    .header-main-menu {
        height: 80px;
        grid-template-columns: 30% 166px 30%;
        width:1119px;
        padding:0 24px;
    }
}
@media (min-width: 1167px) {
    .header-main-menu {
    padding:0;
}
}
@media (min-width: 1200px) {
    .header-main-menu {
        grid-template-columns: 33% 166px 33%;
        height: 92px;
        width:1120px;
    }
}
@media (min-width: 1280px) {
    .header-main-menu {
    width:1200px;
    }
}
@media(min-width:1440px){
	.header-main-menu {
    display: grid;
    grid-template-columns: 40% 121px 40%;
    justify-content: space-between;
    margin: 0 auto;
    height: 92px;
    align-items: center;
    width:1360px;
}
}


.header-main-menu img {
    max-width: 100%;
    width: auto;
    height: 38px;
}
@media (min-width: 1200px) {
    .header-main-menu img {
        width: auto;
        height: 52px;
    }
}
.header-main-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-main-menu ul li {
    list-style: none;
    font-size: 16px;
    line-height: 20px;
}
.header-main-menu ul li a {
    cursor: pointer;
}
.header-main-menu ul li:hover,
.header-main-menu ul li button:hover {
    color: rgba(229, 0, 18, 1);
}
.menu-right {
    display: flex;
    justify-content: end;
    gap: 12px;
}
@media (min-width: 1200px) {
    .menu-right {
        gap: 16px;
    }
}
.menu-right a {
    cursor: pointer;
}
.menu-right i:hover {
    color: rgba(229, 0, 18, 1);
}
.sticky-block {
    position: sticky;
    top: 195px;
}
.block-content-first {
    padding-top: 166px;
}
.red-color {
    color: rgba(229, 0, 18, 1)!important;
}
/*Bootstrap*/
/*@media (min-width: 744px) {*/
/*.d-md-block {*/
/*        display: block !important;*/
/*    }*/
/*}*/
/*@media(max-width:743px){*/
/*.d-md-none {*/
/*        display: none !important;*/
/*    }*/
/*}*/