header .left nav ul{
    list-style: none;
    display: flex;
}

header .left nav ul li{
    padding: 0 10px ;
}

header .left nav a {
    text-decoration: none;
    color: rgb(87, 87, 87);
    cursor: pointer;
    font-size: 1.2rem;
}

header .left nav ul li.current_page_item a {
    color: #30a8d5;
}


.mobile-content  ul {
    list-style: none;
}

a.button{
    text-decoration: none;
    display: inline-block;
}
.errorPage{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    height: Calc(100vh - 200px);
}

section.hero {
    width: 100%;
    height: calc(100vh - 70px);
    padding: 0px 100px;
    padding-right: 0;
}
.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.mySwiper .next {
    width: 2.5rem;
    height: 2.5rem;
    /* background: rgba(0, 0, 0, 0.788);
     */
    background: #30a8d5;
    position: absolute;
    bottom: 80px;
    z-index: 9999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}
.mySwiper .prev {
    width: 2.5rem;
    height: 2.5rem;
    background: #30a8d5;
    position: absolute;
    bottom: 80px;
    left: 50px;
    z-index: 9999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

section.hero .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
}

section.hero .swiper-slide .left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1rem;
}
section.hero .swiper-slide .left h1 {
    font-size: 6rem;
    font-weight: 900;
    color: #232323;
}
section.hero .swiper-slide .left h1 span {
    color: #30a8d5;
}
section.hero .swiper-slide .left p {
    width: 70%;
    margin-top: 0.5rem;
    color: #474747;
    text-align: justify;
    line-height: 1.5rem;
    font-size: 1.2rem;
}
section.hero .swiper-slide .left p.small {
    font-size: 1rem;
    color: #30a8d5;
    line-height: normal;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
section.hero .swiper-slide .left .set {
    margin-top: 1rem;
}
section.hero .swiper-slide .left .set button.active-btn, section.hero .swiper-slide .left .set .button.active-btn {
    padding: 1rem 1.2rem;
    border: none;
    outline: none;
    background: #30a8d5;
    color: #ffff;
    border-radius: 3px;
    font-weight: 500;
    border: 2px solid #30a8d5;
    font-size: 1.1rem;
}
section.hero .swiper-slide .left .set button.active-btn:hover, section.hero .swiper-slide .left .set .button.active-btn:hover {
    border: 2px solid #30a8d5;
    background: #fff;
    color: #30a8d5;
}
section.hero .swiper-slide .left .set button, section.hero .swiper-slide .left .set .button  {
    padding: 1rem 1.2rem;
    border: none;
    outline: none;
    border-radius: 3px;
    font-weight: 500;
    color: #5c5c5c;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 1.2rem;
}
section.hero .swiper-slide .left .set button:nth-child(2), section.hero .swiper-slide .left .set .button:nth-child(2) {
    margin-left: 0.5rem;
}
section.hero .swiper-slide .right {
    width: 50%;
    height: 100%;
}
section.hero .swiper-slide .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.contact .wrap .right .bar span{
	    font-size: 1rem;
		margin-top: 0;
	    color: #5c5c5c;
}
section.contact .wrap .right .bar i{
	font-size: 1.5rem;
}
section.contact .wrap .right h3{
	color: #30a8d5;
}

@media (max-width: 700px) {
    .mySwiper .prev,
    .mySwiper .next {
        bottom: 50px;
    }
}

@media (max-width: 1700px) {
    section.hero .swiper-slide .left h1 {
        font-size: 4rem;
    }
}
@media (max-width: 1600px) {
    section.hero .swiper-slide .left h1 {
        font-size: 3rem;
    }
    section.hero .swiper-slide .left p {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    section.hero .swiper-slide .left p.small {
        font-size: 0.8rem;
    }
    section.hero .swiper-slide .left .set button.active-btn, section.hero .swiper-slide .left .set .button.active-btn {
        padding: 0.8rem 1rem;
        font-size: 0.9rem;
    }
    section.hero .swiper-slide .left .set button, section.hero .swiper-slide .left .set .button  {
        padding: 0.8rem 1rem;
        font-size: 0.9rem;
    }
}
@media (max-width: 1000px) {
    section.hero {
        padding: 10px;
    }
}

@media (max-width: 900px) {
    section.hero .swiper-slide {
        width: 100%;
    }
    section.hero .swiper-slide .right {
        display: none;
        padding: 0;
    }
    section.hero .swiper-slide .left {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 767px){
	section.hero{
		height: auto;
    	min-height: 1px;
		padding:20px;
	}
	section.hero .swiper-slide .left p{
		width:100%;
	}
	section.about{
		margin-top:1rem;
	}
	header .mobile-content.active{
		box-shadow: -20px 0px 100px 20px #6e6e6e;
		z-index: 999;
	}
	header .mobile-content nav a{
		width: 100%;
		border-bottom: 1px solid #ccc;
		display: inline-block;
		padding: 10px;
	}
	header .mobile-content .button{
		    display: flex;
			justify-content: center;
			align-items: center;
	}
}

