.nav-middle{
    padding: 10px 0 0 0;
    text-align: center;
}
.nav-middle a{
    display: inline-block;
	height: 35px;
    line-height: 35px;
	min-width: 16%;
    padding: 0 5px;
    margin: 10px 5px 0 0;
    background: linear-gradient(to bottom,  #fff8d2 0%,
    #ffe79a 25%,
    #f2bb52 50%,
    #8d4f17 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-size: 1em;
    font-weight:800;
	text-align: center;
    border-top:1px solid #fff2b2;
    border-left:1px solid #f6d26b;
    border-right:1px solid #b86f1f;
    border-bottom:1px solid #8a4a12;
    border-radius:5px;
}
.nav-middle a:hover,.nav-middle a.active{
    text-decoration: none;
    background: linear-gradient(180deg,  #f5be4a 0%, #fdd75d 50%,#fff6c8 100%);
	-webkit-text-fill-color: initial;
	color: black;
}

.intro-company__content{
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(0, 1fr);
    grid-column-gap: 15px;
}
.ic-content__title{
    font-size: 1.5em;
   background: linear-gradient(to top,#fff8d2 0%,
        #ffe79a 12%,
        #f2bb52 25%,
        #8d4f17 42%,
        #ffd05a 58%,
        #fff0a8 70%,
        #c17a27 85%,
        #6e370f 100%);
    background: -webkit- linear-gradient(to top,#fff8d2 0%,
        #ffe79a 12%,
        #f2bb52 25%,
        #8d4f17 42%,
        #ffd05a 58%,
        #fff0a8 70%,
        #c17a27 85%,
        #6e370f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}
.ic-content__desc{
    font-size: 1.1em;
    color: white;
	font-weight: 400;
    overflow-wrap: anywhere;
}
.our-service__content{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-column-gap: 10px;
    padding-top: 75px;
}
.contact-us__content{
    font-size: 1em;
    color: white;
    padding: 0 0 0 30px;
	font-weight: 400;
}
.os__item{
    position: relative;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 70px 10px 10px;
    border: 1px solid /*var(--gold)*/;
	border-image: linear-gradient(
        180deg,
        #fff6c8,
        #f6d26b,
        #b86f1f,
        #f0b246,
        #ffe08a,
        #8a4a12
    ) 1;
    border-radius: 20px;
}
.os__item img{
    display: inline-block;
    max-width: 40%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.os__item-title{
    color: var(--gold);
    font-size: 1.2em;/*isho*/
    text-align: center;
    font-weight: bold;
}
.os__item-desc{
    color: white;
    font-size: 1em;/*isho*/
    text-align: center;
	   font-weight: 400;
}
.banner .slick-dots{
    bottom: 0;
    background: rgba(0, 0, 0, 0.51);
    height: auto;
    padding-bottom: 5px;
    font-size: 10px;
}
.banner .slick-dots li{
    width: 6px;
    height: 6px;
    background: url('../images/slider-dot1.png');
    background-size: 100% 100%;
}
.banner .slick-dots li button{
    width: 10px;
    height: 10px;
}
.banner .slick-dots li.slick-active{
    background: url('../images/slider-dot1-active.png');
    background-size: 100% 100%;
}

.banner .slick-dots li button:before{
    display: none!important;
}
.banner.slick-dotted.slick-slider{
    margin-bottom: 0!important;
    height: 100%;
}
.banner div{
    height: 100%;
}
.banner .slick-slide img{
    height: 100%;
    object-fit: cover;
}
.lgame-item__thumb{
    position: relative;
    display: block;
	margin-left: 0;
}
.lgame-item__thumb:hover{
    text-decoration: none;
}
.lgame-item__thumb span{
    display: inline-block;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-weight: 500;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
	font-size: 1em;
}
.lgame-item__name{
    margin-top: 8px;
    color: var(--gold);
    font-size: 1em;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lgame-item__thumb:hover .lgame-item__name{
    color: #fff6c8;
}
@media only screen and (max-width: 1024px) {
    .intro-company__content{
        display: block;
    }
    .ic-content{
        margin-top: 15px;
    }
    .our-service__content{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 75px;
        justify-content: center;
    }
    .banner.slick-dotted.slick-slider{
        margin-bottom: 14px!important;
    }
    .banner .slick-dots{
        bottom: -14px;
    }
}
@media only screen and (max-width: 769px) {
    .nav-middle a{
        font-size: 14px;
        min-width: 110px;
    }
    .lgame-item__thumb span{
        padding: 3px 5px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .nav-middle a{
        font-size: 12px;
        min-width: 23%;
    }
    .our-service__content{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 50px;
        justify-content: center;
        padding-top: 50px;
    }
    .os__item{
        padding: 50px 10px 10px;
    }
    .os__item-title, .ic-content__title{
        font-size: 20px;
    }
    .os__item-desc,.contact-us__content,.ic-content__desc{
        font-size: 16px;
    }
}
