body.no-scroll{
	overflow:hidden;
}

.main{
    margin-top: 0 !important;
    overflow-x: hidden;
	transition: margin .2s linear;
}
.main.functional-main{
	margin-top:100px !important;
}

.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
	background:linear-gradient(180deg,rgba(0,0,0,0.9),transparent);
    background-size: 100% 100%;
}

.main.functional-main.margin100{
	margin-top:100px !important;
}
.main.functional-main.margin50{
	margin-top:50px !important;
}

.header.active{
	box-shadow: 0 .1rem 1rem 0 rgb(0 0 0 / 10%);
}

.header-top{
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 100;
    display: flex;
    align-items: center;
}
.header-top a.logo{
    position: relative;
    width: auto;
    margin-left: 25px;
    background: url(/assets/images/logo.svg) no-repeat 0 0;
    background-size: 100%;
}
.logo img{
    opacity: 0;
    width: 170px;
}

.tyre-btn{
    position: absolute;
    height: 100%;
    right: 37px;
    top: 50%;
    padding: 0 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.tyre-btn > img{
    height: 30px;
    width: auto; 
}
.tyre-btn .icon-tyre-hover{
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 1;
    transform: translate(-50%,-50%);
}
.tyre-btn a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; 
}
.tyre-btn::after{
    content: '';
    position: absolute;
    right: 0px;
    width: 8px;
    height: 4px;
    background-size: 100% 100%;
    transition: transform .3s linear;
    transform-origin: center center;
    background-image: url(/assets/images/arrow-down-white.png);
}
.tyre-btn:hover::after{
    transform: rotate(-180deg);
}
.tyre-btn:hover .header-nav-lists{
    display: block;
}

.header:hover,.header.active{
    background: #fff;
}

.header:hover .header-main{
    display: flex;
}

.header:hover .logo,.header.active .logo{
    background-image: url(/assets/images/logo-blue.svg);
}
.header:hover .tyre-btn::after,.header.active .tyre-btn::after{
    background-image: url(/assets/images/arrow-down.png);
}
.header:hover .icon-tyre-hover,.header.active .icon-tyre-hover{
    display: block;
}

.header-nav-lists{
    position:absolute;
    top:50px;
    right:-37px;
    width:380px;
    z-index:99;
    background-color:#fff;
    display:none;
    transition:transform .3s linear;
    box-shadow:0 .1rem 1rem 0 rgb(0 0 0 / 10%)
}
.header-nav-lists li{
    border-bottom:1px solid #e8e8e8;
    position:relative;
}
.header-nav-lists .nav-wrapper{
	top:0;
    right:0;
    display:flex;
    height:50px;
    align-items:center;
    font-size:15px;
    padding-left:14px;
    position:relative
}
.header-nav-lists li:last-child{
    border-bottom:none
}
.header-nav-lists a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2
}
.header-nav-lists li:hover{
    background-color:#e7efff
}
.header-nav-lists a:hover::after{
    right:26px
}
.header-nav-lists a::after{
    content: '';
    position:absolute;
    top:50%;
    right:36px;
    transform:translateY(-50%);
    content:"";
    background:url(/assets/images/arrow-right.png) no-repeat scroll center center;
    background-size:100% auto;
    width:7px;
    height:11px;
    transition:right .2s linear
}

.header-nav-lists a:active::after{
    background:url(/assets/images/selected.png) no-repeat scroll center center;
    width:10px;
    height:8px
}
.header-nav-lists span{
    display:block;
    width:60px;
    margin-right:15px
}
.header-nav-lists span img{
    margin:0 auto
}
.nav-header{
    display: none;
}

.header-main{
    width: 100vw;
    height: 50px;
    /* box-shadow: 0 .1rem 1rem 0 rgb(0 0 0 / 10%); */
    display: flex;
    color: #27509b;
    font-size: 15px;
	overflow-y: hidden;
	transition: height .2s linear;
}
.header-main.hide{
    height:0px;
}
.nav-link{
    display: flex;
    height: 100%;
}
.nav-link .a {
    position: relative;
    display: flex;
    color: #27509b;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin: 0 60px 0 0;
    padding-right: 15px;
	outline: none;
    border: none;
    background: transparent;
	font-size:15px;
}
.nav-link-1 {
    flex: 1;
    padding-left: 30px;
}
.nav-link-1 .a::before {
    content: '';
    position: absolute;
    right: 0;
    width: 8px;
    height: 4px;
    background: url(/assets/images/arrow-down.png) scroll no-repeat 0 0;
    background-image: url(/assets/images/arrow-down-white.png);
    background-size: 100% 100%;
    transition: transform .3s linear;
    transform-origin: center center;
}
.nav-link-1 .a.no-arrow {
    padding-right: 0;
}
.nav-link-1 .a.no-arrow::before {
    content: none;
}

.nav-link-1 .a:hover::before {
    transform: rotate(-180deg);
}

.nav-link-2{
    align-items: center;
    padding-right: 37px;
}
.nav-link-2 .a{
    color:#000;
    align-items:center;
    justify-content:center;
    margin-right:0;
    height: 32px;
    margin-left: 20px;
    padding: 5px 32px;
    color: #fff;
    font-size: 15px;
    line-height: 0;
}
.nav-link-2 .a img{
    display:block;
}
.nav-link-2 .a .icon-shopping-cart{
    height:100%;
}
.icon-shopping-cart-wrapper,.icon-logo-wrapper{
    height:100%;
    margin-top: -2px;
}
.nav-link-2 .a .icon-logo{
    height:100%;
}
.nav-link-2 a{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2
}
.nav-link-2 .a1 {
    background: #fce503;
    color: #000;
    border-radius: 6px;
}
.nav-link-2 .a2 {
    border: 1px solid #fff;
    border-radius: 6px;
    box-sizing: border-box;
}
.nav-link-item{
    display: flex;
}
.header:hover .nav-link .a,.header.active .nav-link .a{
    color: #27509b;
}
.header:hover .nav-link-1 .a::before,.header.active .nav-link-1 .a::before {
    background-image: url(/assets/images/arrow-down.png);
}
.header:hover .nav-link-2 .a,.header.active .nav-link-2 .a{
    #color: #000;
}
.header:hover .nav-link-2 .a2,.header.active .nav-link-2 .a2{
    border-color: #27509b;
}
.header .nav-link-2 .a:hover{
    color: #fff;
    background-color: #27509b;
}

.header .nav-link-2 .a1 img{
    opacity: 0;
}
.header .nav-link-2 .icon-shopping-cart-wrapper{
    background: url(/assets/images/ec_1.svg) no-repeat 0 0;
    background-size: 100% 100%;
}
.header .nav-link-2 .a1:hover .icon-shopping-cart-wrapper{
    background-image: url(/assets/images/ec_2.svg);
}

.nav-link-item:hover .nav-lists{
    display: block;
}
.nav-lists{
    position: fixed;
    width: 100vw;
    left: 0;
    top: 100px;
    background-color: #fff;
    display: none;
	box-shadow: 0px 0px 0px 2px #f2f2f2;
}
.nav-lists ul{
    margin:40px 115px 40px;
    justify-content:flex-start;
    flex-wrap:wrap
}
.nav-lists li{
    margin-right:150px;
    position:relative
}
.nav-lists li:last-child{
    margin-right:0
}
.nav-lists li a{
    color:#284f9a;
    position:relative;
    display:block;
	border-radius: 8px;
    padding: 10px 20px;
}
.nav-lists li a:hover{
    background-color: #e6e4e5;
}
.menu-btn{
    width:30px;
    height:20px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:22px;
    display:none;
    cursor:pointer
}
.menu-btn span{
    position:absolute;
    width:100%;
    height:4px;
    background-color:#fff
}
.menu-btn::before{
    position:absolute;
    content:"";
    width:100%;
    height:4px;
    background-color:#fff;
    left:0;
    top:0
}
.menu-btn::after{
    position:absolute;
    content:"";
    width:100%;
    height:4px;
    background-color:#fff;
    left:0;
    bottom:0
}

.header.active .menu-btn span,.header:hover .menu-btn span,.header.active:hover .menu-btn span,
.header.active .menu-btn::before,.header.active:hover .menu-btn::before,
.header:hover .menu-btn::before,
.header.active .menu-btn::after,.header.active:hover .menu-btn::after,
.header:hover .menu-btn::after{
    background-color:#27509b;
}


@media (min-width:1024px){
    .nav-link-item:hover .a::after{
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #27509b;
    }
}

@media (max-width:1024px){
.header-main.hide{
	height:100vh;
}
	.main.functional-main{
		margin-top:60px !important;
	}
    .header:hover .menu-btn span,
    .header:hover .menu-btn::before,
    .header:hover .menu-btn::after{
        background-color:#fff;
    }
    .header:hover{
        background:url(/assets/images/header-bg.png) no-repeat 0 0;
        background-size: 100% 100%;
    }
    .header.active:hover{
        background: #fff;
    }
    .header:hover .logo{
        background-image: url(/assets/images/logo.svg);
    }
    .header.active:hover .logo{
        background-image: url(/assets/images/logo-blue.svg);
    }
    .header.active:hover .icon-tyre-hover{
        display: block;
    }
    .header.active:hover .tyre-btn::after{
        background-image: url(/assets/images/arrow-down.png);
    }
    .header:hover .tyre-btn::after{
        background-image: url(/assets/images/arrow-down-white.png);
    }
    .tyre-btn:hover::after {
        transform: rotate(0);
    }
    .header:hover .icon-tyre-hover{
        display: none;
    }
    .nav-header{
        position: relative;
        width: 100%;
        display: block;
    }
    .nav-header .logo-img{
       width: 180px;
    }
    .nav-header .align{
        height: 60px;
        width: 100%;
    }
    .nav-header .close {
        width: 35px;
        position: absolute;
        right: 20px;
        cursor: pointer;
    }
    .nav-header .back {
        width: 35px;
        position: absolute;
        left: 20px;
        cursor: pointer;
        transform: scale(0);
        transition: transform .3s linear;
    }
    .nav-header .back.show{
        transform: scale(1);
    }
    .menu-btn{
        display: flex;
    }
    .header-top{
        justify-content: center;
		height:60px;
    }
    .header-top a.logo{
        margin-left: 0;
    }
    .header-main{
        position: fixed;
        display: flex !important;
        height: 100vh;
        top: 0;
        flex-direction: column;
        background-color: #fff;
        z-index: 101;
        transform: translateX(-100vw);
        overflow: hidden;
        transition: transform .3s linear;
    }
    .header-main.show{
        transform: translateX(0vw);
    }
    .tyre-btn{
        right: 0px;
    }
    .tyre-btn::after{
        right: 21px;
        bottom: 8px;
    }
    .header-nav-lists{
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100vw);
        width: 100vw;
        height: 100vh;
        display: block !important;
    }
    .header-nav-lists.show{
        transform: translateX(0);
    }
    .header-nav-lists .nav-header{
        display: flex;
    }
    .header-nav-lists .nav-wrapper{
        padding-left: 20px;
    }
    .nav-link{
        flex-direction: column;
        padding: 0;
    }
    .nav-link-item{
        width: 100%;
    }
    .nav-link .a{
        color: #284f9a;
        height: 50px;
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
        box-sizing: border-box;
        justify-content: flex-start;
        background: none;
        margin: 0;
        position: relative;
        padding-left: 30px;
        font-size: 15px;
		border-radius: 0;
    }
    .nav-link-1 .a::before{
        content: none;
    }
    .nav-link .a::after {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        content: "";
        background: url(/assets/images/arrow-right-2.png) no-repeat scroll center center;
        background-size: 80% auto;
        width: 11px;
        height: 20px;
        display: block;
    }
    .icon-shopping-cart-wrapper, .icon-logo-wrapper{
        height: 75%;
        margin-left: -10px;
    }
    .header .nav-link-2 .icon-shopping-cart-wrapper,.header .nav-link-2:hover .a1 .icon-shopping-cart-wrapper {
        background-image: url(/assets/images/ec_3.svg);
    }

    .header:hover .nav-link-2 .a2{
        border-color: #e8e8e8;
        color: #284f9a;
    }
    .header:hover .nav-link-2 .a1{
        background-color: transparent;
        color: #284f9a;
    }
    .header .nav-link-2 .a2:hover{
        background-color: transparent;
        color: #284f9a;
    }
    .nav-lists{
        top: 60px;
        display: block;
        z-index: 100;
        height: calc(100vh - 60px);
        transform: translateX(100vw);
        transition: transform .3s linear;
    }
    .nav-lists.show{
        transform: translateX(0);
    }
    
    .nav-lists ul{
        margin: 0;
        flex-direction: column;
    }
    .nav-lists li {
        transition: all .2s linear;
        position: relative;
        margin: 0;
        border-bottom: 1px solid #e8e8e8;
        box-sizing: border-box;
        width: 100%;
    }
    .nav-lists li a {
        height: 60px;
        display: block;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
        padding-left: 30px;
        padding-right: 15px;
		border-radius:0px;
    }
    .nav-lists li a::after {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        content: "";
        background: url(/assets/images/arrow-right-2.png) no-repeat scroll center center;
        background-size: 80% auto;
        width: 11px;
        height: 20px;
        display: block;
    }

	.nav-link-2 .a2{
		border-top:none;
		border-left:none;
		border-right:none;
	}





}





