@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
         url('../fonts/Gilroy-Regular.woff') format('woff'),
         url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
         url('../fonts/Gilroy-Medium.woff') format('woff'),
         url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
         url('../fonts/Gilroy-Light.woff') format('woff'),
         url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
         url('../fonts/Gilroy-Bold.woff') format('woff'),
         url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
:root {
    --main-font: 'Gilroy', sans-serif;
    --main-color: #c48a3c;
    --red-color: #bf162e;
    --blue-color: #015dad;
    --black-color: #000;
	--green-color: #c4d600;
	--yellow-color: #ffcd00;
	--white-color: #fff;
	--content-color: #666;
}
body{font-weight: 400 !important;}

header{
	font-family: var(--main-font);
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: rgba(0,0,0,.15) 0 3px 11px 0;
	z-index: 999;
	background: rgba(255,255,255,1);
}
.logo{
	height: 60px;
	line-height: 60px;
	font-family: var(--main-font);
	font-weight: 600;
	color: var(--main-color);
	text-decoration: none;
	text-transform: uppercase;
}
.mm-btn{
	display: none;
}
.site-wrap {
	position: relative;
}
.site-wrap:before{
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	position: absolute;
	background: rgba(0,0,0,.5);
	visibility: hidden;
	opacity: 0;
	transition-duration:0.3s;
}
.site-wrap.menu-open:before{
	visibility: visible;
	opacity: 1;
	transition-duration:0.3s;
}
@media (min-width: 1199px) and (max-width: 99999999px) {
nav .site-btn{
	display: none;
}
nav > ul{
	margin: 0 15px 0 0;
}
nav > ul > li{
	float: left;
	margin-right: 15px;
	font-family: var(--main-font);
	color: var(--content-color);
	font-weight: 500;
	position: relative;
}
nav > ul > li .menu-icon{
	height: 60px;
	line-height: 60px;
	margin-left: 12px;
}
nav > ul > li:last-child{
	margin-right: 0;
}
nav > ul > li a{
	float: left;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	color: var(--content-color);
	position: relative;
}
nav > ul li.active > a{
	color: var(--main-color);
}
nav > ul > li.active > a:after{
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	position: absolute;
	background: var(--main-color);
}
nav > ul > li a:hover{
	color: var(--main-color);
}

nav > ul li:hover ul{
	transition-duration:0.3s;
	top: 100%;
	visibility: visible;
	opacity: 1;
}
nav > ul ul{
	position: absolute;
	left: 0;
	top: 90%;
	opacity: 0;
	visibility: hidden;
	list-style: none;
	padding: 30px 0 10px 0;
	position: absolute;
	transition-duration:0.3s;
}
nav > ul ul:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	bottom: 0;
	border-radius: 8px;
	box-shadow: rgba(0,0,0,.15) 0 3px 11px 0;
	background: var(--white-color);
}
nav > ul ul li{
	float: left;
	width: 100%;
	white-space: nowrap;
}
nav > ul ul li a{
	height: auto;
	width: 100%;
	font-size: 15px;
	padding: 8px 15px;
	line-height: normal;
}
}
.site-btn{
	margin: 10px 0 0 0;
}
.site-btn a{
	height: 40px;
	line-height: 40px;
	background: var(--main-color);
	margin-left: 10px;
	padding: 0 20px;
	border-radius: 30px;
	color: var(--white-color);
	text-decoration: none;
	font-family: var(--main-font);
	font-weight: 500;
}
.site-btn.green a{
	background: var(--green-color);
}
.site-btn.red a{
	background: var(--red-color);
}
.site-btn.center{
	text-align: center;
}
.site-btn.center a{
	display: table;
	margin: auto;
}
.site-btn a:hover{
	background: var(--black-color);
	transition-duration:0.3s;
	color: var(--white-color);
}

.site-btn .login{
	background: var(--red-color);
}


.main-banner{
	margin: 100px 0 0 0;
}
.main-banner .swiper-slide{
	position: relative;
	height: 600px;
	background-size: cover !important;
	background-position: center top !important;
}
.main-banner .swiper-slide .container{
	height: 100%;
	position: relative;
}
.main-banner .swiper-slide .container .banne-info {
	top: 50%;
	width: 50%;
	position: absolute;
	transform:translateX(0%) translateY(-50%);
	font-family:  var(--main-font);
}
.main-banner .swiper-slide .container .banne-info .sup-title{
	font-size: 22px;
	font-weight: 500;
	color: var(--black-color);
	margin: 0;
}
.main-banner .swiper-slide .container .banne-info .title{
	font-size: 52px;
	font-weight: 600;
	color: var(--main-color);
	margin: 10px 0 15px 0;
}
.main-banner .swiper-slide .container .banne-info .detail{
	color: var(--content-color);
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 25px 0;
}
.main-banner .swiper-slide .container .banne-info .b-btn{
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	background: var(--main-color);
	color: var(--white-color);
	text-decoration: none;
	font-weight: 500;
	transition-duration:0.3s;
}
.main-banner .swiper-slide .container .banne-info .b-btn:hover{
	background: var(--black-color);
	transition-duration:0.3s;
}
.main-banner .swiper-slide .container .banne-info.white .sup-title,
.main-banner .swiper-slide .container .banne-info.white .title,
.main-banner .swiper-slide .container .banne-info.white .detail{
	color: var(--white-color) !important;
}
.main-banner .swiper-slide .container .banne-info.white .social-links li a{
	border: solid 1px var(--white-color);
	color: var(--white-color);
}
.main-banner .swiper-slide .container .banne-info  .social-links{
	margin: 20px 0 0 0;
}
.main-banner .swiper-slide .container .banne-info  .social-links li{
	float: left;
	margin-left: 10px;
}
.main-banner .swiper-slide .container .banne-info  .social-links li a{
	float: left;
	border: solid 1px var(--black-color);
	width: 36px;
	height: 36px;
	border-radius: 100%;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	color: var(--black-color);
	transition-duration:0.3s;
}
.main-banner .swiper-slide .container .banne-info  .social-links li a:hover{
	transition-duration:0.3s;
	background-color: var(--main-color);
	color: var(--white-color);
	border-color: var(--main-color)
}
.main-banner .swiper-button-next, .main-banner .swiper-button-prev{
	color: var(--black-color);
	opacity: .2;
}
.main-banner .swiper-button-prev{
	left: 30px;
}
.main-banner .swiper-button-next{
	right: 30px;
}
.main-banner .swiper-pagination-bullet-active{
	background: var(--main-color);
}

.site-sub-title{
	font-size: 22px;
	font-weight: 500;
	color: var(--content-color);
	margin: 0;
	font-family:  var(--content-font);
}
.site-title{
	font-size: 42px;
	color: var(--main-color);
	margin: 0;
	font-family:  var(--main-font);
	font-weight: 700;
}
.site-title.dark{
	color: var(--black-color);
}
.site-title.white{
	color: var(--white-color);
}
.site-title.sm{
	font-size: 24px;
}
.site-title.bdr{
	border-bottom: solid 3px var(--main-color) !important;
	padding-bottom: 12px;
}
.site-title.bdrt{
	border-top: solid 3px var(--main-color) !important;
	padding-top: 12px;
}
.site-title.green{
	border-color: var(--green-color) !important;
}
.site-title.blue{
	border-color: var(--blue-color) !important;
}
.site-title.yellow{
	border-color: var(--yellow-color) !important;
}
.site-title.red{
	border-color: var(--red-color) !important;
}

.about-sec {
	margin: 70px 0;
}
.about-sec .site-title{
	margin: 10px 0 20px 0;
}
.about-sec .detail,
.detail{
	font-family: var(--main-font);
	color: var(--content-color);
	font-weight: 500;
	clear: both;
	overflow: hidden;
}
.detail a{
	color: var(--yellow-color) !important;
	text-decoration: none;
}
.about-sec .detail:last-child{
	margin-bottom: 0;
}
.about-sec iframe{
	border-radius: 10px;
	overflow: hidden;
}
.about-sec .about-sec-dark-bg{
	background: var(--black-color);
	padding: 30px;
	color: var(--white-color);
	border-radius: 10px;
}
.about-sec .about-sec-dark-bg > *{
	color: var(--white-color);
}
.img-round{
	border-radius: 8px;
}

.about-sec.has-light-bg{
	background: rgba(0,0,0,.1);
	margin: 0;
	padding: 70px 0;
}
.about-sec.has-dark-bg{
	margin: 0;
	padding: 70px 0;
	background: var(--black-color);
}
.about-sec.has-dark-bg > *{
	color: var(--white-color) !important;
}
.about-sec.has-dark-bg .site-title, .about-sec.has-dark-bg .detail{
	color: var(--white-color) !important;
}
.about-sec.has-light-bg a{
	color: var(--black-color) !important;
}
.list-box{
	background: var(--blue-color);
	border-radius: 10px;
	padding: 30px;
	font-family:  var(--main-font);
	height: calc(100% - 30px);
	margin-bottom: 30px;
}
.list-box.green{
	background: var(--green-color);
}
.list-box.red{
	background: var(--red-color);
}
.list-box h3{
	font-weight: bold;
}
.box-item{
	font-family: var(--main-font);
	color: var(--white-color);
	padding: 20px 15px;
	border-radius: 10px;
	background: var(--content-color);
	height: calc(100% - 30px);
	margin-bottom: 30px;
}
.box-item p{
	font-size: 14px;
	margin: 0 0 5px 0;
	clear: both;
}
.box-item h3{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.box-item p.lg{
	font-size: 24px;
	font-weight: 300;
}
.box-item p.blg{
	font-size: 24px;
	font-weight: 600;
}
.box-item a{
	float: left;
	width: 100%;
	font-size: 14px;
	margin: 0;
	color: var(--white-color) !important;
	text-decoration: none;
}
.box-item a:hover{
	text-decoration: underline;
}
.box-item .box-btn{
	height: 40px;
	line-height: 40px;
	background: transparent;
	border: solid 1px var(--white-color);	
	padding: 0 20px;
	border-radius: 30px;
	color: var(--white-color);
	text-decoration: none;
	font-family: var(--main-font);
	font-weight: 500;
	width: auto;
	display: table;
	margin: 15px auto;
	float: none;
	font-weight: 600;
}
.box-item .box-btn:hover{
	background: var(--white-color);
	transition-duration:0.3s;
	color: var(--black-color) !important;
	text-decoration: none;
}
.box-item.red{
	background: var(--red-color);
}
.box-item.black{
	background: var(--black-color);
}
.box-item.blue{
	background: var(--blue-color);
}
.box-item.yellow{
	background: var(--yellow-color);
}
.box-item.dark h3,
.box-item.dark p{
	color: var(--black-color);
}
.box-item.green{
	background: var(--green-color);
}
.box-item.green.light > *{
	color: var(--white-color) !important;
}
.box-item.green > *{
	color: var(--black-color);
}


.other-box{
	box-shadow: rgba(0,0,0,.15) 0 3px 11px 0;
	border-radius: 8px;
	padding: 20px;
	height: 100%;
	font-family: var(--main-font);
}
.other-box span{
	width: 100px;
	height: 100px;
	border: solid 4px var(--blue-color);
	display: block;
	margin: auto;
	border-radius: 100%;
	position: relative;
}
.other-box span svg{
	width: 60px;
	height: 60px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.other-box span svg path,
.other-box span svg rect{
	fill: var(--blue-color);
}
.other-box h3{
	font-weight: 700;
	font-size: 18px;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
.other-box p{
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin: 10px 0;
	word-break: break-word;
}
.other-box.red span{
	border-color: var(--red-color);
}
.other-box.red span svg path,
.other-box.red span svg rect{
	fill: var(--red-color);
}

.other-box.yellow span{
	border-color: var(--yellow-color);
}
.other-box.yellow span svg path,
.other-box.yellow span svg rect{
	fill: var(--yellow-color);
}

.other-box.green span{
	border-color: var(--green-color);
}
.other-box.green span svg path,
.other-box.green span svg rect,
.other-box.green span svg polygon{
	fill: var(--green-color);
}

footer{
	background: var(--black-color);
	font-family: var(--main-font);
	padding-top: 70px;
	margin-top: 70px;
}
footer .footer-logo{
	height: 140px;
	line-height: 140px;
	font-family: var(--main-font);
	font-weight: 600;
	color: var(--main-color);
	text-decoration: none;
	text-transform: uppercase;
}
footer .info{
	color: var(--white-color);
	margin: 20px 0 0 0;
	font-size: 14px;
}

footer .heading{
	font-size: 20px;
	font-weight: 600;
	color: var(--white-color);
	margin: 0 0 20px 0;
}
footer ul li{
	float: left;
	width: 100%;
	clear: both;
	color: var(--white-color);
	margin-bottom: 5px;
}
footer ul li a{
	float: left;
	width: 100%;
	clear: both;
	color: var(--white-color) !important;
	text-decoration: none;
}
footer ul li a:hover{
	text-decoration: underline;
}

footer .social-links{
	margin: 20px 0 0 0;
}
footer .social-links li{
	float: left;
	clear: none;
	width: auto;
	margin-left: 10px;
}
footer .social-links li a{
	float: left;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	color: var(--black-color) !important;
	background: var(--white-color);
	transition-duration:0.3s;
}
footer .social-links li a:hover{
	transition-duration:0.3s;
	background-color: var(--main-color) !important;
	color: var(--white-color) !important;
}
footer .cright{
	color: var(--white-color);
	font-size: 14px;
	text-align: center;
	border-top: solid 1px rgba(255,255,255,.3);
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
}

.fbm footer{
	margin: 0;
	border-top: 1px solid var(--white-color);
}

.dark-gray{
	background: rgba(0,0,0,.3);
	font-family: var(--main-font);
	padding: 70px 0;
}
.white-bg{
	background: rgba(255,255,255,1);
	font-family: var(--main-font);
	padding: 70px 0;
}
.black-bg{
	background: rgba(0,0,0,1);
	font-family: var(--main-font);
	padding: 70px 0;
}

.site-bread-crum{
	margin-top: 100px;
}
.quick-info-sec{
	background: rgba(0,0,0,.1);
	font-family: var(--main-font);
	padding: 70px 0;
}
.quick-info-sec .box-info{
	text-align: center;
}
.quick-info-sec .box-info span{
	background: var(--green-color);
	width: 150px;
	height: 150px;
	border-radius: 100%;
	display: block;
	margin: auto;
	position: relative;
	filter: drop-shadow(0 3px 11px rgba(0, 0, 0, .34));
}
.quick-info-sec .box-info.blue span{
	background: var(--blue-color);
}
.quick-info-sec .box-info.yellow span{
	background: var(--yellow-color);
}
.quick-info-sec .box-info.red span{
	background: var(--red-color);
}
.quick-info-sec .box-info span img{
	width: auto;
	height: 100px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.quick-info-sec .box-info p{
	font-weight: 700;
	font-size: 20px;
	margin: 10px 0 0 0;
	color: var(--black-color);

}

.fame-wrap{
	margin: 70px 0 0 0;
}
.box-fame{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgba(0,0,0,.15) 0 3px 11px 0;
	font-family: var(--main-font);
	height: calc(100% - 30px);
	margin-bottom: 30px;
}
.box-fame .box-fame-img{
	height: 220px;
	overflow: hidden;
}
.box-fame .box-fame-img .box-fame-img-inner {
	height: 220px;
	background-size: cover !important;
	transform: scale(1);
	transition-duration:0.3s;
}
.box-fame:hover .box-fame-img .box-fame-img-inner{
	transform: scale(1.1);
	transition-duration:0.3s;
}
.box-fame .box-fame-content{
	padding: 20px;
}
.box-fame .box-fame-content h3{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.box-fame .box-fame-content p{
	margin: 0;
}

.fame-wrap .smore{
	height: 50px;
	line-height: 50px;
	background: var(--blue-color);
	padding: 0 40px;
	border-radius: 30px;
	color: var(--white-color);
	text-decoration: none;
	font-family: var(--main-font);
	font-weight: 500;
	display: table;
	margin: auto;
	margin-top: 30px;
}
.fame-wrap .smore:hover{
	background: var(--black-color);
	transition-duration:0.3s;
	color: var(--white-color);
}

.fame-wrap-detail{
	margin-top: 170px;
	font-family: var(--main-font);
}
.fame-wrap-detail h1{
	font-weight: bold;
	font-size: 48px;
}
.fame-wrap-detail-inner{
	padding: 0 10%;
}
.fame-wrap-detail-inner .next-prev {
	margin: 40px 0 0 0;
}
.fame-wrap-detail-inner .next-prev li a{
	color: var(--content-color);
	text-decoration: none;
	display: flex;
	gap: 8px;
	align-items: center;
}
.fame-wrap-detail-inner .next-prev li:last-child a{
	float: right;
}

.question-wrap{
	margin: 70px 0 0 0;
}
.question-wrap .faq-title{
	font-size: 28px !important;
}
.question-wrap .accordion-item{
	font-family: var(--main-font);
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
}
.question-wrap .accordion-item button{
	box-shadow: none;
	outline: none;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--black-color);
}
.question-wrap .accordion-item button:after{
	filter: brightness(0%) !important;
}
.question-wrap .accordion-item button[aria-expanded="true"]{
	font-weight: 500;
}
.question-wrap .accordion-item .accordion-body{
	padding-top: 0 !important;
}

.about-gallery{
	overflow: hidden;
	padding: 0 10px;
}
.about-gallery.has-dark-bg{
	background: rgba(0,0,0,1);
	padding: 70px 0;
}
.about-gallery .row{
	margin: 0 -5px;
}
.about-gallery .row .col-sm-3{
	padding: 0 5px !important;
}
.about-gallery a{
	height: 300px;
	width: 100%;
	float: left;
	background-size: cover !important;
	background-position: center !important;
}

.mtc{
	margin-top: 70px;
}
.edge-image .edge-info{
	padding: 70px 0;
}
.edge-image .edge-info.dark{
	background: var(--black-color);
	padding:40px 40px 40px 60px;
	border-radius: 8px;
	margin: 70px 0;
	color: var(--white-color);
	z-index: 9;
	position: relative;
}
.edge-image .edge-info.dark p,
.edge-image .edge-info.dark ul li{
	color: var(--white-color);
}
.edge-image.no-minus .left-image{
	border-radius: 0 8px 8px 0;
	overflow: hidden;
}
.edge-image .left-image{
	position: relative;
	height: 100%;
}
.edge-image .left-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center !important;
	position: absolute;
	top: 0;
}
.edge-image .left-image .swiper,
.edge-image .left-image .swiper .swiper-wrapper{
	width: 100%;
	height: 100%;
}
.edge-image .left-image .swiper .swiper-wrapper .swiper-slide{
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center !important;
}
.edge-image.dark-bg h2,
.edge-image.dark-bg h3,
.edge-image.dark-bg h4,
.edge-image.dark-bg h5,
.edge-image.dark-bg h6,
.edge-image.dark-bg p,
.edge-image.dark-bg li{
	color: var(--white-color);
}

.edge-image.right-img .img-sec{
	order: 2;
}

.facilities-wrap{
	margin: 70px 0 !important;
}

.light-bg{
	background: rgba(0,0,0,.1);
}
.dark-bg{
	background: rgba(0,0,0,1);
}
.uk-lightbox-toolbar {
	background: rgba(0,0,0,1) !important;
	color: var(--white-color) !important;
	font-family: var(--main-font);
	font-weight: bold;
}

.CI-conversion-form{
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--main-font);
}
.CI-conversion-form select{
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border-radius: 4px;
}
.CI-conversion-form button{
	height: 40px;
	line-height: 40px;
	background: var(--main-color);
	padding: 0 20px;
	border-radius: 4px;
	color: var(--white-color);
	text-decoration: none;
	font-family: var(--main-font);
	font-weight: 500;
	border: 0;
}
.CI-conversion-form button:hover{
	background: var(--white-color);
	transition-duration:0.3s;
	color: var(--black-color);
}


.site-cta{
	clear: both;
	width: 40%;
	margin: auto;
	display: table;
}
.site-cta li{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.site-cta li:last-child{
	margin-bottom: 0;
}
.site-cta li a{
	height: 40px;
	line-height: 40px;
	background: var(--blue-color);
	margin-left: 10px;
	padding: 0 20px;
	border-radius: 30px;
	color: var(--white-color);
	text-decoration: none;
	font-family: var(--main-font);
	font-weight: 500;
	float: left;
	width: 100%;
	text-align: center;
}
.site-cta li a.red{
	background: var(--red-color);
}
.site-cta li a.green{
	background: var(--green-color);
	color: var(--black-color);
}
.site-cta li a.green.light{
	color: var(--white-color);
}

.contact-cta-sec{
	padding: 70px 0;
	background-size: cover !important;
	background-position: center !important;
}
.contact-cta-sec .row{
	margin: 0;
}
.contact-cta-sec .row .col-sm-6{
	padding: 0;
}
.contact-cta-sec .contact-cta-info{
	background: var(--black-color);
	padding: 30px;
	height: 100%;
	font-family: var(--main-font);
	color: var(--white-color);
}
.contact-cta-sec .contact-cta-info h3{
	font-weight: 600;
	margin: 0;
	font-size: 24px;
	float: left;
	clear: both;
}
.contact-cta-sec .contact-cta-info p{
	margin: 0;
	float: left;
	clear: both;
}
.contact-cta-sec .contact-cta-info a{
	float: left;
	clear: both;
	margin: 0;
	color: var(--white-color);
	text-decoration: none;
}


.contact-cta-sec .contact-cta-info .site-btn{
	height: 40px;
	line-height: 40px;
	background: var(--main-color);
	margin-top: 20px;
	padding: 0 20px;
	border-radius: 30px;
	color: var(--white-color);
	text-decoration: none;
	font-family: var(--main-font);
	font-weight: 500;
    clear: both;
    float: left;
}
.contact-cta-sec .contact-cta-info .site-btn.green{
	background: var(--green-color)
}
.contact-cta-sec .contact-cta-info .site-btn.red{
	background: var(--red-color)
}
.contact-cta-sec .contact-cta-info .site-btn:hover{
	background: var(--white-color);
	transition-duration:0.3s;
	color: var(--black-color);
}

.plr{
	padding-right: 70px !important;
	padding-left: 70px !important;
	border-radius: 10px;
}
.mtb{
	margin: 70px 0 !important;
}

.career-wrap{
	margin: 70px 0;
}
.career-wrap .career-item{
	border-bottom: solid 1px rgba(0,0,0,.2);
	font-family: var(--main-font);
	padding-top: 30px;
	padding-bottom: 10px;
}
.career-wrap .career-item:last-child{
	border-bottom: 0;
}
.career-wrap .career-item h3{
	font-size: 20px;
}
.career-wrap .career-item ul li{
	float: left;
	width: 100%;
	clear: both;
	font-size: 14px;
}
.career-wrap .career-item ul li.job-title{
	font-size: 18px;
}
.career-wrap .career-item ul li a{
	text-decoration: none;
	color: var(--main-color);
	font-weight: 600;
}
.per-ben-item{
	text-align: center;
	font-family: var(--main-font);
	font-weight: 500;
}
.per-ben-item i{
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 70px;
	border-radius: 100%;
	color: var(--white-color);
	font-size: 24px;
	background: var(--red-color);
}


.search-form{
	clear: both;
	display: flex;
	align-items: center;
	gap: 0;
	font-family: var(--main-font);
}
.search-form input[type="text"]{
	width: 100%;
	height: 46px;
	padding: 0 10px;
	border-radius: 4px 0 0 4px;
	border: solid 1px rgba(0,0,0,.2);
}
.search-form button{
	height: 46px;
	line-height: 46px;
	background: var(--main-color);
	padding: 0 20px;
	border-radius: 0 4px 4px 0;
	color: var(--white-color);
	text-decoration: none;
	font-family: var(--main-font);
	font-weight: 500;
	border: 0;
}
.search-form button:hover{
	background: var(--white-color);
	transition-duration:0.3s;
	color: var(--black-color);
}


.gallery-wrap{
	margin: 70px 0;
}
.filter-btns {
	clear: both;
	display: block;
	margin: auto;
	text-align: center;
	font-family: var(--main-font);
}
.filter-btns li{
	display: inline-block;
	margin: 15px 10px;
}

.filter-content{
	margin-top: 40px;
}
.filter-btns button{
	font-size: 14px;
	background: rgba(0,0,0,.1);
	color: var(--black-color);
	border: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	cursor: pointer;
	font-weight: 500;
	border-radius: 20px;
	outline: none !important;
	border: 0;
}
.filter-btns button.mixitup-control-active{
	background: var(--main-color);
	color: var(--white-color);
}
.filter-content .fc-inner{
	float: left;
	width: 100%;
	height: 250px;
	background-size: cover !important;
	background-position: center !important;
	margin-bottom: 30px;
	position: relative;
}
.filter-content .fc-inner:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	opacity: 0;
	transition-duration:0.3s;
}
.filter-content .fc-inner:hover:before{
	opacity: 1;
	transition-duration:0.3s;
}
.filter-content .fc-inner:hover .fc-info{
	transform:translateX(-50%) translateY(-50%) scale(1);
	transition-duration:0.3s;
}
.filter-content .fc-inner .fc-info{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform:translateX(-50%) translateY(-50%) scale(0);
	transition-duration:0.3s;
}
.filter-content .fc-inner .fc-info ul{
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
.filter-content .fc-inner .fc-info ul li{
	display: inline-block;
}
.filter-content .fc-inner .fc-info ul li a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	font-size: 14px;
	display: block;
	background: var(--main-color);
	color: var(--white-color);
}
.filter-content .fc-inner .fc-info p{
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	color: var(--black-color);
	background: var(--white-color);
	text-align: center;
}



.multiStepForm .hidden { display: none; }
.multiStepForm .error { border-bottom: 1px solid red;}

.applicant-form{
	display: none;
}
.multiStepForm,
.applicant-form{
	float: left; 
	width: 100%;
	margin-top: 30px;
	box-shadow: rgba(0,0,0,.15) 0 3px 11px 0;
	padding: 20px;
	border-radius: 10px;
	font-family: var(--main-font);
}
.multiStepForm fieldset{
	float: left;
	width: 100%;
}.multiStepForm fieldset h3{
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 1px rgba(0,0,0,.2);
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.multiStepForm fieldset label,
.applicant-form label{
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 500;
}
.multiStepForm fieldset input,
.applicant-form input{
	float: left;
	width: 100%;
	border: 0px;
	outline: none;
	margin-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding: 12px 0;
}
.multiStepForm fieldset label.checkout{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}
.multiStepForm fieldset label.checkout input{
	width: auto;
	margin: 0;
}
.multiStepForm fieldset label.radio{
	width: 50%;
	margin-bottom: 30px;
	margin-top: 10px;
}
.multiStepForm fieldset label.radio input{
	display: none;
}
.multiStepForm fieldset label.radio input + span{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-shadow: rgba(0,0,0,.15) 0 3px 11px 0;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.multiStepForm fieldset label.radio input:checked + span{
	background: var(--red-color);
	color: var(--white-color);
	
}
.multiStepForm fieldset textarea{
	float: left;
	width: 100%;
	border: 0px;
	outline: none;
	margin-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding: 12px 0;
	resize: none;
	height: 80px;
}
.multiStepForm fieldset select{
	float: left;
    width: 100%;
    border: 0px;
    outline: none;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding: 12px 0;
}
input:disabled,
select:disabled,
.multiStepForm .step-btn:disabled,
.applicant-form .applicant-btn:disabled{
	cursor: no-drop;
	opacity: .3;
}
.multiStepForm fieldset .chosen-choices{
	border: 0;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding: 12px 0;
	box-shadow: none;
	background: transparent;
}
.multiStepForm .button-wrap{
	text-align: center;
    clear: both;
    width: 100%;
}
.multiStepForm .step-btn,
.applicant-form .applicant-btn{
	height: 40px;
	line-height: 40px;
	background: var(--main-color) !important;
	margin-right: 10px;
	padding: 0 20px;
	border: 0;
	border-radius: 30px;
	color: var(--white-color);
	text-decoration: none;
	font-family: var(--main-font);
	font-weight: 500;
}
.multiStepForm .step-btn:hover,
.applicant-form .applicant-btn:hover{
	background: var(--black-color) !important;
	transition-duration:0.3s;
	color: var(--white-color) !important;
}
.applicant-form .applicant-btn{
	margin-bottom: 20px;
}

.multiStepForm .step-btn:last-child{
	margin-right: 0;
}

.bar-action{
	background: #2d2e37;
}


.extra-btn{
	background: var(--yellow-color);
	color: var(--black-color) !important;
	font-family: var(--main-font);
	font-weight: 500;
	text-align: center;
	height: 54px;
	line-height: 54px;
	border-radius: 10px;
	text-decoration: none;
	margin-bottom: 30px;	
}
.extra-btn.center{
	margin: auto;
	display: table;
	padding: 0 20px;
}

/**Apply Now form**/
.apply-form-wrap{
	margin-top: 170px;
}
.applicant-wrap{
	margin-top: 30px;
}

.multiStepForm.apply-form {
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}
.multiStepForm.apply-form fieldset{
	box-shadow: rgba(0, 0, 0, .15) 0 3px 11px 0;
	padding: 20px;
	margin-bottom: 20px !important;
	border-radius: 10px;
}
.apply-form .af-submit{
	height: 40px;
    line-height: 40px;
    background: var(--main-color) !important;
    padding: 0 20px;
    border: 0;
    border-radius: 30px;
    color: var(--white-color);
    text-decoration: none;
    font-family: var(--main-font);
    font-weight: 500;
}
.apply-form .af-submit:hover, .apply-form .af-submit:active, .apply-form .af-submit:focus{
	background: var(--black-color) !important;
	transition-duration: 0.3s;
	color: var(--white-color) !important;
}

.apply-form fieldset.active{
	opacity: 1;
    pointer-events: unset;
}
.apply-form fieldset{
	opacity: .5;
    pointer-events: none;
	display: block !important;
}
.applicant-wrap label{
	margin-right: 20px;
}
.applicant-wrap label.radio{
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	display: flex;
	gap: 10px;
	font-family: var(--main-font);
	align-items:  center;
}
.applicant-wrap label.radio input{
	float: left;
}
.applicant-wrap label.radio input + span{
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.grade-selection select{
	border-bottom-color: var(--main-color) !important;
}
.grade-selection select:disabled{
	border-bottom-color: rgba(0, 0, 0, .1) !important;
}

.grade-data .row,
.stude-data .row,
.parent-data .row{
	margin-top: 30px;
}
.grade-data:empty, .grade-data .row:empty,
.stude-data:empty, .stude-data .row:empty,
.parent-data:empty, .parent-data .row:empty{
	display: none;
}
.grade-data .title,
.stude-data .title,
.parent-data .title{
	font-weight: 600;
	margin: 0;
}
.grade-data .value,
.stude-data .value,
.parent-data .value	{
	margin-bottom: 15px;
}

.multiStepForm.apply-form .simple-radio input{
	width: auto;
	margin: auto;
}
.multiStepForm.apply-form .simple-radio label{
	display: flex;
	align-items: center;
	width: auto;
	gap: 10px;
	margin-right: 10px;
}


.upload-box {
	width: 100%;
	height: 150px;
	border: 2px dashed #999;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	background-color: white;
	transition: 0.3s;
	position: relative;
}
.upload-box .upload-box.drag-over {
	border-color: #007bff;
	background-color: #e9f5ff;
}
.upload-box .upload-box img,
.upload-box img {
	max-width: 100%;
	max-height: 100%;
	display: none;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.upload-box .upload-text {
	font-size: 16px;
	color: #555;
	position: absolute;
	z-index: 1;
}
.upload-box input[type="file"] {
	display: none;
}

/**Apply Now form end**/


.shop-wrap{
	margin: 70px 0;
}
.fiter-wrap h2.site-title{
	border-bottom: solid 1px rgba(0,0,0,.5);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.fiter-wrap h3{
	font-size: 16px;
	color: var(--black-color);
	margin: 0 0 15px 0;
	font-family: var(--main-font);
	font-weight: 600;	
}
.fiter-wrap .fiter-item-scroll {
	border-bottom: solid 1px rgba(0, 0, 0, .5);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.fiter-wrap ul{
	margin: 0;
	max-height: 250px;
	overflow: auto;
}
.fiter-wrap ul li{
	float: left;
	width: 100%;
	position: relative;
}
.fiter-wrap ul li input{
	display: none;
}
.fiter-wrap ul li input + label{
	position: relative;
	width: 100%;
	float: left;
	font-size: 14px;
	font-family: var(--main-font);
	padding-left: 32px;
	cursor: pointer;
	margin-bottom: 10px;
}
.fiter-wrap ul li input + label:before{
	content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: solid 1px rgba(0, 0, 0, .3);
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    border-radius: 2px;
}
.fiter-wrap ul li input:checked + label:before{
	content: "✓";
	background: var(--blue-color);
	color: var(--white-color);
	border-color: var(--blue-color);
}
.fiter-wrap .filter-btn input,
.fiter-wrap .filter-btn button{
	height: 40px;
    line-height: 40px;
    background: var(--blue-color) !important;
    padding: 0 20px;
    border: 0;
    border-radius: 30px;
    color: var(--white-color);
    text-decoration: none;
    font-family: var(--main-font);
    font-weight: 500;
}
.fiter-wrap .filter-btn input:hover,
.fiter-wrap .filter-btn button:hover{
	background: var(--black-color) !important;
	transition-duration: 0.3s;
	color: var(--white-color) !important;
}
.filtered-cat{
	margin: 30px 0 10px 0;
	font-family: var(--main-font);
}
.filtered-cat #allresetFilter{
	height: 40px;
    line-height: 40px;
    background: var(--blue-color) !important;
    padding: 0 20px;
    border: 0;
    border-radius: 30px;
    color: var(--white-color);
    text-decoration: none;
    font-family: var(--main-font);
    font-weight: 500;
}
.filtered-cat #allresetFilter:hover{
	background: var(--black-color) !important;
	transition-duration: 0.3s;
	color: var(--white-color) !important;
}
.filtered-cat ul{
	margin-bottom: 0;
}
.filtered-cat ul li{
	float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
	color: rgba(0,0,0,.5);
}
.filtered-cat ul li span{
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--black-color);
}
.filtered-cat ul li span i{
	font-size: 7px;
    width: 12px;
    height: 12px;
    background: var(--red-color);
    color: var(--white-color);
    border-radius: 100%;
    margin-right: 5px;
    line-height: 12px;
    text-align: center;
}

.rec-sort{
	font-family: var(--main-font);
	margin-bottom: 40px;
}
.rec-sort p{
	font-size: 14px;
    font-weight: 600;
    opacity: .5;
}
.rec-sort select{
	border-radius: 5px;
    color: #666;
    background-color: #ececec;
    font-size: 12px;
    font-weight: 500;
	border: 0;
	padding: 6px 10px;
	outline: none;
	cursor: pointer;
}

.pro-item{
	font-family: var(--main-font);
	margin-bottom: 30px;
}
.pro-item .pro-item-img {
	height: 260px;
}
.pro-item .pro-item-img img{
	height: 260px;
	width: auto;
	object-fit: cover;
	margin: auto;
    display: block;
}
.pro-item .pro-item-content .title{
	line-height: 16px;
	text-align: center;
}
.pro-item .pro-item-content .title a{
	font-size: 14px;
	color: var(--black-color);
	text-decoration: none;
}
.pro-item .pro-item-content .price{
	font-size: 14px;
	color: var(--blue-color);
	font-weight: 600;
}

.pro-item .pro-item-content .s-size{
	display: flex;
	align-items: center;
	font-family: var(--main-font);
}
.pro-item .pro-item-content .s-size span{
	width: 50px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	color: var(--blue-color);
}
.pro-item .pro-item-content .s-size select{
	width: calc(100% - 50px);
	border-radius: 5px;
    color: #666;
    background: transparent;
	border: solid 1px rgba(0,0,0,.5);
    font-size: 12px;
    font-weight: 500;
	height: 40px;
	padding: 0px 10px;
	outline: none;
	cursor: pointer;
}
.pro-item .pro-item-content .num-action{
	display: flex;
	margin-top: 20px;
}
.pro-item .pro-item-content .num-action input{
	color: #fff !important;
	height: 40px;
    background-color: rgba(0, 0, 0, .2);
	width: 76px;
	border: 0 !important;
	outline: none !important;
	text-align: center;
}
.pro-item .pro-item-content .num-action button{
	color: #fff !important;
	height: 40px;
    background-color: var(--blue-color);
	color: var(--white-color);
	text-align: center;
	width: calc(100% - 76px);
	border: 0 !important;
	outline: none !important;
	text-align: center;
}

.paginations{
	display: block;
	text-align: center;
	font-family: var(--main-font);
	margin: 40px 0 0 0;
}
.paginations li{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: solid 1px rgba(0, 0, 0, .5);
	color: rgba(0, 0, 0, .5);
	border-radius: 100%;
	font-size: 12px;
}
.paginations li.active{
	background: var(--blue-color) !important;
	color: var(--white-color) !important;
}
.paginations li a{
	display: block;
	text-decoration: none;
	color: rgba(0, 0, 0, .5);
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.paginations li:hover{
	background: #f2f2f2;
}



.range-container {
    position: relative;
    width: 100%;
	font-family: var(--main-font);
	float: left;
}
.price-info{
	font-size: 14px;
	margin-top: 20px;
	border-bottom: solid 1px rgba(0, 0, 0, .5);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.range-container input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: #ccc;
	left: 0;
	outline: none;
	border-radius: 10px;
}

.range-container input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    background: transparent;
	outline: none;
}

.range-container input[type="range"]::-webkit-slider-thumb {
	outline: none;
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: navy;
    border-radius: 50%;
    position: relative;
    pointer-events: auto;
    cursor: pointer;
    margin-top: -4px;
	z-index: 99;
}
.range-container .slider-track {
    background: var(--main-color);
    height: 8px;
    width: 100%;
	position: relative;
}
.cart-wraper{
	margin: 70px 0 0px 0;
	font-family:  var(--main-font);
}
.cart-wraper .cart-info{
	background: var(--blue-color);
	color: #fff;
	padding: 10px 15px;
}
.cart-items{
	margin-top: 40px;
}
.cart-items table{
	border: solid 1px rgba(0,0,0,.2);	
}
.cart-items table tr td,
.cart-items table tr th{
	border-right: solid 1px rgba(0,0,0,.2);
	border-bottom: solid 1px rgba(0,0,0,.2);	
	padding: 10px 15px;
}
.cart-items table tr td:last-child,
.cart-items table tr th:last-child{
	border-right: 0;
}
.cart-items table tr td:first-child{
	text-align: center;
	color: var(--red-color);
}
.cart-items table tr td.item-remove a{
	color: var(--red-color);
}
.cart-items table tr td input{
	width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .15);
    outline: none;
    border: 0;
    text-align: center;
    color: #000;
}
.cart-items table tr td.item-img span{
	width: 100px;
	height: 100px;
}
.cart-items table tr td.item-img span img{
	max-width: 100px;
	max-height: 100px;
	object-fit: cover;
}
.cart-items table tr td.item-name a{
	color: var(--black-color);
	text-decoration: none;
}
.cart-items table tr td.item-name a:hover{
	color: var(--red-color);
}
.cart-items table tr td.item-name .item-total{
	font-weight: 500;
}
.cart-items table tfoot td{
	text-align: left;
}
.cart-items table tfoot td a,
.cart-items table tfoot td .up-order{
	float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-right: 15px;
	border: 0;
    background: var(--blue-color);
    color: var(--white-color);
    text-align: center;
    outline: none;
	text-decoration: none;
	cursor: pointer;
}

.cart-total{
	margin-top: 40px;
}
.cart-total .site-title{
	margin-bottom: 20px;
}
.cart-total table{
	border: solid 1px rgba(0,0,0,.2);	
}
.cart-total table tr td,
.cart-total table tr th{
	border-right: solid 1px rgba(0,0,0,.2);
	border-bottom: solid 1px rgba(0,0,0,.2);	
	padding: 10px 15px;
}
.cart-total table tr td:last-child,
.cart-total table tr th:last-child{
	border-right: 0;
}
.cart-total label{
	clear: both;
}

.place-oder{
	font-family: var(--main-font);
	margin-top: 40px;
}
.place-oder .radio-label{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.place-oder .radio-label input{
	width: auto;
	height: auto;
	margin: 0 8px 0 0;
	float: none;
}
.place-oder input{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin-bottom: 15px;
	border: solid 1px rgba(0,0,0,.2);
	
}
.place-oder input[type="submit"],
.place-oder input[type="button"],
.place-oder button{
	border: 0;
	background: var(--blue-color);
	color: var(--white-color);
	text-align: center;
	outline: none;
}


@media (min-width: 992px) and (max-width: 1199px) {
	.mm-btn{
		display: block;
		width: 30px;
		position: relative;
		float: right;
		margin: 10px 0 0 30px;
	}
	.mm-btn span{
		display: block;
		width: 30px;
		height: 2px;
		border-radius: 3px;
		margin-bottom: 7px;
		background: var(--black-color);
		float: right;
		transition-duration:0.3s;
		position: relative;
	}
	.mm-btn span:nth-child(2){
		width: 70%;
	}
	.mm-btn span:last-child{
		margin: 0;
	}
	.mm-btn.active span:nth-child(2){
		opacity: 0;
	}
	.mm-btn.active span:nth-child(1){
		transform: rotate(45deg);
		top: 9px;
	}
	.mm-btn.active span:nth-child(3){
		transform: rotate(-45deg);
		top: -9px;
	}
	
	header nav.active{
		right: 0;
		transition-duration:0.3s;
	}
	header nav{
		position: fixed;
		right: -400px;
		top: 100px;
		bottom: 0;
		width: 350px;
		transition-duration:0.3s;
		background: var(--white-color);
		box-shadow: rgba(0,0,0,.15) 0 3px 11px 0;
	}
	header nav ul{
		width: 100%;
		margin: 0;
		list-style: none;
		padding-top: 20px;
	}
	
	nav ul li{
		float: left;
		width: 100%;
		font-family: var(--main-font);
		color: var(--content-color);
		font-weight: 500;
		position: relative;
	}
	nav ul li .menu-icon{
		height: 40px;
		line-height: 40px;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		text-align: center;
	}
	nav ul li a{
		float: left;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-decoration: none;
		color: var(--content-color);
		position: relative;
		padding: 0 20px;
	}
	nav ul li.active > a{
		color: var(--main-color);
	}
	nav ul li ul{
		float: left;
		width: 100%;
		padding: 0 0 0 15px;
		background: #f3f3f3;
		display: none;
	}
	
	.main-banner .swiper-button-next, .main-banner .swiper-button-prev{
		display: none;
	}
		
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.mm-btn{
		display: block;
		width: 30px;
		position: relative;
		float: right;
		margin: 10px 0 0 30px;
	}
	.mm-btn span{
		display: block;
		width: 30px;
		height: 2px;
		border-radius: 3px;
		margin-bottom: 7px;
		background: var(--black-color);
		float: right;
		transition-duration:0.3s;
		position: relative;
	}
	.mm-btn span:nth-child(2){
		width: 70%;
	}
	.mm-btn span:last-child{
		margin: 0;
	}
	.mm-btn.active span:nth-child(2){
		opacity: 0;
	}
	.mm-btn.active span:nth-child(1){
		transform: rotate(45deg);
		top: 9px;
	}
	.mm-btn.active span:nth-child(3){
		transform: rotate(-45deg);
		top: -9px;
	}
	.site-btn a{
		font-size: 14px;
	}
	
	header nav.active{
		right: 0;
		transition-duration:0.3s;
	}
	header nav{
		position: fixed;
		right: -400px;
		top: 100px;
		bottom: 0;
		width: 350px;
		transition-duration:0.3s;
		background: var(--white-color);
		box-shadow: rgba(0,0,0,.15) 0 3px 11px 0;
	}
	header nav ul{
		width: 100%;
		margin: 0;
		list-style: none;
		padding-top: 20px;
	}
	
	nav ul li{
		float: left;
		width: 100%;
		font-family: var(--main-font);
		color: var(--content-color);
		font-weight: 500;
		position: relative;
	}
	nav ul li .menu-icon{
		height: 40px;
		line-height: 40px;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		text-align: center;
	}
	nav ul li a{
		float: left;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-decoration: none;
		color: var(--content-color);
		position: relative;
		padding: 0 20px;
	}
	nav ul li.active > a{
		color: var(--main-color);
	}
	nav ul li ul{
		float: left;
		width: 100%;
		padding: 0 0 0 15px;
		background: #f3f3f3;
		display: none;
	}
	
	.main-banner .swiper-button-next, .main-banner .swiper-button-prev{
		display: none;
	}
	.main-banner .swiper-slide{
		height: 450px;
	}
	.main-banner .swiper-slide .container .banne-info .sup-title{
		font-size: 18px;
	}
	.main-banner .swiper-slide .container .banne-info .title{
		font-size: 38px;
	}
	.main-banner .swiper-slide .container .banne-info .detail{
		font-size: 16px;
	}
	.main-banner .swiper-slide .container .banne-info .b-btn{
		font-size: 14px;
	}
	
	.site-sub-title{
		font-size: 16px;
	}
	.site-title{
		font-size: 32px;
	}
	.about-sec .detail{
		font-size: 14px;
	}
	.about-sec{
		margin: 40px 0;
	}
	footer{
		margin-top: 40px;
		padding-top: 40px;
	}
	
	.other-box{
		height: calc(100% - 30px);
		margin-bottom: 30px;
	}
	
	.list-box{
		padding: 20px;
	}
	.list-box h3{
		font-size: 20px;
	}
	
	.filter-content .fc-inner{
		height: 200px;
	}
}

@media (min-width: 1px) and (max-width: 767px) {
	header{
		padding: 15px 0;
	}
	.logo{
		height: 40px;
		line-height: 40px;
	}
	.logo img{
		height: 40px;
	}
	
	.site-btn{
		margin: 9px 0 0 0;
	}
	.mm-btn{
		display: block;
		width: 30px;
		position: relative;
		float: right;
		margin: 0px 0 0 30px;
	}
	.mm-btn span{
		display: block;
		width: 30px;
		height: 2px;
		border-radius: 3px;
		margin-bottom: 8px;
		background: var(--black-color);
		float: right;
		transition-duration:0.3s;
		position: relative;
	}
	.mm-btn span:nth-child(2){
		width: 70%;
	}
	.mm-btn span:last-child{
		margin: 0;
	}
	.mm-btn.active span:nth-child(2){
		opacity: 0;
	}
	.mm-btn.active span:nth-child(1){
		transform: rotate(45deg);
		top: 10px;
	}
	.mm-btn.active span:nth-child(3){
		transform: rotate(-45deg);
		top: -9px;
	}
	.site-btn a{
		font-size: 14px;
		display: none;
	}
	
	header nav.active{
		right: 0;
		transition-duration:0.3s;
	}
	header nav{
		position: fixed;
		right: -400px;
		top: 70px;
		bottom: 0;
		width: 100%;
		transition-duration:0.3s;
		background: var(--white-color);
		box-shadow: rgba(0,0,0,.15) 0 3px 11px 0;
	}
	header nav ul{
		width: 100%;
		margin: 0;
		list-style: none;
		padding-top: 20px;
	}
	
	nav ul li{
		float: left;
		width: 100%;
		font-family: var(--main-font);
		color: var(--content-color);
		font-weight: 500;
		position: relative;
	}
	nav ul li .menu-icon{
		height: 40px;
		line-height: 40px;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		text-align: center;
	}
	nav ul li a{
		float: left;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-decoration: none;
		color: var(--content-color);
		position: relative;
		padding: 0 20px;
	}
	nav ul li.active > a{
		color: var(--main-color);
	}
	nav ul li ul{
		float: left;
		width: 100%;
		padding: 0 0 0 15px;
		background: #f3f3f3;
		display: none;
	}
	nav .site-btn{
		display: block !important;
		float: left !important;
		padding: 0 20px;
	}
	nav .site-btn a{
		display: block !important;
		margin: 0 10px 0 0;
	}
	.site-bread-crum{
		margin-top: 70px;
	}
	.main-banner{
		margin: 70px 0 0 0;
	}
	.main-banner .swiper-slide .container .banne-info{
		position: relative;
		width: 100%;
		transform:translateX(0%) translateY(-50%);
		top: 50%;
		left: auto;
		text-align: center;
		overflow: hidden;
	}
	.main-banner .swiper-button-next, .main-banner .swiper-button-prev{
		display: none;
	}
	.main-banner .swiper-slide{
		height: 500px;
		background-position: center right !important;
	}
	.main-banner .swiper-slide:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,.7);
	}
	.main-banner .swiper-slide .container .banne-info .sup-title{
		font-size: 18px;
	}
	.main-banner .swiper-slide .container .banne-info .title{
		font-size: 38px;
	}
	.main-banner .swiper-slide .container .banne-info .detail{
		font-size: 16px;
	}
	.main-banner .swiper-slide .container .banne-info .b-btn{
		font-size: 14px;
		margin: auto;
		float: none !important;
		display: table;
	}
	.main-banner .swiper-slide .container .banne-info .social-links{
		float: none;
		text-align: center;
		display: block;
	}
	.main-banner .swiper-slide .container .banne-info .social-links li{
		float: none;
		text-align: center;
		display: inline-block;
	}
	.main-banner .swiper-slide .container .banne-info .sup-title,
	.main-banner .swiper-slide .container .banne-info .title,
	.main-banner .swiper-slide .container .banne-info .detail{
		color: var(--white-color) !important;
	}
	.main-banner .swiper-slide .container .banne-info .social-links li a{
		border: solid 1px var(--white-color);
		color: var(--white-color);
	}
	
	.site-sub-title{
		font-size: 16px;
		text-align: center;
	}
	.site-title,
	.site-title.sm{
		font-size: 28px;
		text-align: center;
	}
	.about-sec .detail{
		font-size: 14px;
		text-align: center;
	}
	.about-sec{
		margin: 40px 0;
	}
	.box-item{
		height: auto;
		margin-bottom: 15px;
	}
	footer{
		margin-top: 40px;
		padding-top: 40px;
	}
	footer .footer-logo{
		margin: auto;
		display: table;
		float: none !important;
	}
	footer .info{
		text-align: center;
		border-bottom: solid 1px rgba(255,255,255,.3);
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	footer .heading{
		text-align: center;
	}
	footer ul{
		border-bottom: solid 1px rgba(255,255,255,.3);
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	footer ul li{
		text-align: center;
	}
	footer .social-links{
		margin-top: 0;
		text-align: center;
		float: none;
		display: block;
		border: 0;
		padding: 0;
		margin-bottom: 0;
	}	
	footer .social-links li{
		float: none;
		display: inline-block;
	}
	
	.mmb-0{
		margin-bottom: 0 !important;
	}
	.mo2{
		order: 2;
	}
	.quick-info-sec{
		display: none;
	}
	.quick-info-sec{
		padding: 40px 0;
	}
	.quick-info-sec .box-info{
		margin-bottom: 30px;
	}
	.other-box{
		height: calc(100% - 15px);
		margin-bottom: 15px;
	}
	
	.box-fame{
		height: auto;
		margin-bottom: 15px;
	}
	
	.fame-wrap-detail{
		margin-top: 100px;
		font-family: var(--main-font);
	}
	.fame-wrap-detail-inner{
		padding: 0;
	}
	.fame-wrap-detail h1{
		font-size: 28px;
	}
	
	.question-wrap{
		margin-top: 40px;
	}
	.question-wrap .faq-title{
		margin-bottom: 20px;
		font-size: 20px !important;
		text-align: left;
	}
	.question-wrap .accordion-item button,
	.question-wrap .accordion-item .accordion-body{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.about-sec .about-sec-dark-bg{
		margin-bottom: 15px;
	}
	.list-box{
		padding: 20px;
		height: auto;
		margin-bottom: 15px;
	}
	
	.list-box h3{
		font-size: 20px;
	}
	.about-gallery .row .col-sm-3{
		flex: 0 0 auto;
		width: 50%;
		padding: 0 !important;
	}
	.about-gallery a{
		height: 180px;
	}

	.about-sec.has-dark-bg,
	.about-sec.has-light-bg{
		padding: 40px 0;
	}
	.edge-image .edge-info.dark {
		margin: 20px 0 0px 0;
		padding: 20px;
	}
	.edge-image {
		overflow: hidden;
	}
	.edge-image .left-image{
		height: 400px;
		width: calc(100% + 30px) !important;
		left: -15px !important;
		right: -15px !important;
	}
	.edge-image .edge-info{
		padding: 40px 0;
	}
	.facilities-wrap{
		margin: 40px 0 !important;
	}

	.dark-gray{
		padding: 40px 0;
	}
	.site-cta{
		width: auto;
	}
	.white-bg{
		padding: 40px 0;
	}
	
	.mtm{
		margin-top: 40px;
	}
	
	.mleft-align{
		text-align: left !important;
	}
	
	iframe{
		margin-top: 30px;
	}
	
	.plr{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.career-wrap{
		margin: 40px 0;
	}
	.per-ben-item{
		margin-bottom: 20px;
	}	
	
	.gallery-wrap {
		margin: 50px 0;
	}
	.filter-btns li {
		display: inline-block;
		margin: 5px;
	}
	.filter-btns button{
		font-size: 12px;
	}
	.filter-content .fc-inner{
		height: 200px;
	}
	
	.apply-form-wrap {
		margin-top: 90px !important;
	}
	.img-box{
		margin-bottom: 30px;
        overflow: hidden;
	}
	
	.shop-wrap{
		margin: 40px 0;
	}
	.fiter-wrap .fiter-item-scroll ul{
		max-height: 145px;
	}
	
	.fiter-wrap #searchFilter{
		margin-bottom: 40px;
	}
	.rec-sort p,
	.rec-sort select{
		width: 100%;
	}
	
	.cart-wraper{
		margin-top: 40px;
	}
}