.sticky{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 20;
}
.language{
    background-color: #f7f7f7;
}
.language .language-link{
    text-align: right;
}
.language .language-link a{
    font-size: 12px;
    color: #54595f;
    line-height: 28px;
    text-align: right;
}
.globle-relative{
    position: relative;
}
.media{
    position: absolute;
    top: 60px;
    right: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.media .media-item .media-pic{
    width: 28px;
    height: 28px;
    margin: 0 6px;
}
.header{
    background-color: #ffffff;
    padding: 15px 0 0 0;
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}
.header .header-logo{
    text-align: center;
}
.header .header-logo img{
    max-width: 220px;
}
.header .header-nav{
    margin-top: 25px;
    padding-bottom: 25px;
}
.header .header-nav .header-nav-ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.header .header-nav .header-nav-ul .header-nav-ul-li{
    position: relative;
}
.header .header-nav .header-nav-ul .header-nav-ul-li:hover .header-nav-ul-li-ul{
    display: block;
}
.header .header-nav .header-nav-ul .header-nav-ul-li .header-nav-ul-li-ul{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200%;
    margin-left: -100%;
    background-color: #ffffff;
    box-shadow: 0px 55px 80px -40px #000000;
    padding: 10px 0;
    text-align: center;
}
.header .header-nav .header-nav-ul .header-nav-ul-li .sub-arrow{
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
}
.header .header-nav .header-nav-ul .header-nav-ul-li>a{
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    padding: 13px 15px;
}
.header .header-nav .header-nav-ul .header-nav-ul-li>a:hover{
    color:#888888;
}
.header .header-nav .header-nav-ul .header-nav-ul-li .header-nav-ul-li-ul{
    display: none;
}
.header .fa-caret-down:before{content:"\f0d7"}
.header .header-nav .header-nav-ul .header-nav-ul-li .header-nav-ul-li-ul .header-nav-ul-li-ul-li:hover{
    background-color: #000000;
}
.header .header-nav .header-nav-ul .header-nav-ul-li .header-nav-ul-li-ul .header-nav-ul-li-ul-li:hover>a{
    color: #ffffff;
}
.header .header-nav .header-nav-ul .header-nav-ul-li .header-nav-ul-li-ul .header-nav-ul-li-ul-li>a{
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    padding: 5px 9px;
}
.mySwiper{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.mySwiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: auto;
}
.mySwiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.swiper-three{
    position: relative;
}
.swiper-three .swiper-pad{
    padding-top: 72px;
}
.swiper-three .swiper-slide{
    margin-right: 36px;
}
.swiper-three .swiper-slide:first-child{
    margin-left: 36px;
}
.swiper-three .swiper-box{
    text-align: center;
}
.swiper-three .swiper-box .swiper-img{
    overflow: hidden;
}
.swiper-three .swiper-box .swiper-img img:hover{
    transform: scale(1.25);
    transition-duration: 1s;
}
.swiper-three .swiper-box .swiper-img img{
    width: 100%;    
}
.swiper-three .swiper-box .swiper-title{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 24px;
}
.swiper-three .swiper-box .swiper-name{
    color: #777777;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 5px;
}
.swiper-button-prev:after, .swiper-button-next:after{
    color: #0e811e;
    font-size: 50px;
}
.section-top{
    margin-top: 144px;
}
.mid-form .mid-form-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mid-form .form-left{
    margin-right: 24px;
}
.mid-form .form-right{
    flex: 1;
}
.mid-form .form-left{
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B8CAB4;
    border-radius: 5px 5px 5px 5px;
}
.mid-form .form-left .form-left-phone a{
    color: #B8CAB4;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.mid-form .form-right .form-right-label{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 24px;
}
.mid-form .form-right .form-right-label:last-child{
    margin-bottom: 0;
}
.mid-form .form-right .form-right-label .form-right-label-item{
    flex: 1;
    margin-left: 24px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 15px;
}
.mid-form .form-right .form-right-label .form-right-label-item input{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    border: none;
    outline: none;
    width: 100%;
}
.mid-form .form-right .form-right-label .form-right-label-item input::placeholder{
    color: #ccc;
}
.mid-form .form-right .form-right-label .form-right-label-btn{
    flex: 1;
    margin-left: 24px;
    border-radius: 5px;
    border: 1px solid #B8CAB4;
    padding: 5px 15px;
    background-color: #B8CAB4;
    color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
.mid-form .form-right .form-right-label .form-right-label-submit{
    border: none;
    outline: none;
    background-color: #B8CAB4;
    color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
.mid-form .form-right .form-right-label .form-right-label-submit:hover{
    opacity: 0.95;
    cursor: pointer;
}
.video .video-box video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.article .article-icon{
    font-size: 50px;
    color: #dddddd;
    text-align: center;
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.article .article-content{
    text-align: center;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 45px 225px;
}
.article .article-content{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.sales .sales-flex{
    display: flex;
    justify-content:space-between;
    align-items:center;
}
.sales .sales-flex .sales-flex-item{
    flex: 1;
    text-align: center;
}
.sales .sales-flex .sales-flex-item .sales-flex-item-img img{
    width: 378px;
    height: 567px;
}
.sales .sales-flex .sales-flex-item .sales-flex-item-title{
    margin-top: 24px;
}
.sales .sales-flex .sales-flex-item .sales-flex-item-title a{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.sales .sales-flex .sales-flex-item .sales-flex-item-title a:hover{
    color: #888888;
}
.sales .sales-flex .sales-flex-item .sales-flex-item-kr{
    color: #777777;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 16px;
}
.footer{
    margin-top: 80px;
    background-color: #f7f7f7;
}
.footer .footer-inner{
    padding: 56px 72px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer .footer-inner .footer-two{
    flex: 2;
}
.footer .footer-contact{
    color: #FF6666;
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
}
.footer .footer-two .footer-welcome{
    text-align: center;
    color: #7A7A7A;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 14px;
}
.footer .footer-two .footer-form{
    margin-top: 50px;
}
.footer .footer-two .footer-form .footer-form-label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.footer .footer-two .footer-form .footer-form-label .footer-form-label-item{
    flex: 1;
    margin-right: 24px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 15px;
}
.footer .footer-two .footer-form .footer-form-label .footer-form-label-item input,.footer .footer-two .footer-form .footer-form-label .footer-form-label-item select,.footer .footer-two .footer-form .footer-form-label .footer-form-label-item textarea{
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    background-color: #f7f7f7;
}
.footer .footer-two .footer-form .footer-form-label .footer-form-label-item select{
    height: 24px;
}
.footer .footer-two .footer-form .footer-form-label .footer-form-label-item select option{
    font-size: 16px;
    color: #333;
    line-height: 24px;
}
.footer .footer-two .footer-form .footer-form-label .footer-form-label-item input::placeholder{
    color: #666;
}
.footer .footer-two .footer-form .footer-form-label .footer-form-label-btn{
    border-radius: 5px;
    padding: 8px 0;
    background-color: #B8CAB4;
    color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin-right: 24px;
    border: none;
}
.footer .footer-two .footer-form .footer-form-label .footer-form-label-btn:hover{
    opacity: 0.95;
    cursor: pointer;
}
.footer .footer-flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer .footer-flex .footer-logo{
    flex: 3;
    margin-right: 32px;
}
.footer .footer-inner .footer-one{
    flex: 2;
    margin-right: 32px;   
}
.footer .footer-one .footer-one-title{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}
.footer .footer-one .footer-one-con{
    margin-top: 8px;
}
.footer .footer-one .footer-one-con .footer-one-li{
    margin-bottom: 4px;
}
.footer .footer-one .footer-one-con .footer-one-li a{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.footer .footer-one .footer-one-con .footer-one-li a:hover{
    color: #888888;
}
.footer .copyright{
    text-align: center;
    padding-bottom: 52px;
}
.footer .copyright p{
    color: #777777;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.footer .copyright a{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.grid{
    margin: 20px 0;
    padding: 0 20px;
    width: calc(100% - 40px);
}
.grid .grid-inner{
    padding: 0 0 0 20px;
    width: calc(100% - 20px);
}
.grid .grid-work{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}
.grid .grid-work .grid-word-item{
    overflow: hidden;
}
.grid .grid-work .grid-word-item img{
    border-radius: 10px;
}
.grid .grid-work .grid-word-item img:hover{
    cursor: pointer;
    transform: scale(1.2);
    transition-duration: 1s;
}
.popup{
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
}
.popup-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 99999999;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    max-height: 80%;
}
.popup-box .popup-close{
    width: 32px;
    height: 32px;
    background: #000000;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-box .popup-close:hover{
    cursor: pointer;
}
.popup-box .popup-close svg{
    width: 16px;
    color: #fff;
}
.popup-box .popup-content{
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
}
.popup-content .popup-img{
    flex: 1;
}
.popup-content .popup-img img{
    width: 100%;
}
.popup-content .popup-right{
    flex: 1;
    margin-left: 20px;
}
.popup-content .popup-right .popup-right-title{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
}
.popup-content .popup-right .popup-right-html{
    color: #333;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 14px;
}

.grid-second {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 auto;
}

.grid--hidden {
	position: fixed !important;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
}

.js .grid--loading::before,
.js .grid--loading::after {
	content: '';
	z-index: 1000;
}

.js .grid--loading::before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #2c2d31;
}

.js .grid--loading::after {
	position: absolute;
	top: calc(25vh - 20px);
	left: 50%;
	width: 40px;
	height: 40px;
	margin: 0 0 0 -20px;
	border: 8px solid #383a41;
	border-bottom-color: #565963;
	border-radius: 50%;
	animation: animLoader 0.8s linear forwards infinite;
}

.grid__sizer {
	margin-bottom: 0 !important;
}

.grid__link,
.grid__img {
	display: block;
}

.grid__img {
	width: 100%;
    border-radius: 10px;
}

.grid__deco {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.grid__deco path {
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
}

.grid__reveal {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	background-color: #2c2d31;
}

.grid .grid__item,
.grid .grid__sizer {
	width: calc((100% - 120px)/6);
	margin: 10px;
}
.grid-second-4 .grid__item,
.grid-second-4 .grid__sizer {
	width: calc((100% - 80px)/4);
	margin: 10px;
}
.grid .grid-work-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
}
.grid .grid-work-4 .grid-word-item img{
    border-radius: 0;
}
.grid-detail .detail-con{
    max-width: 80%;
    text-align: center;
    margin: 20px auto;
}
.artiz{
    padding: 15px 0;
}
.artiz .box-shadow{
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
    padding: 0 20px;
}
.swiper-btm{
    color: #666666;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    margin: 20px 0;
}
.artiz-title{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 700;
    margin-top: 40px;
}
.artiz-title sup{
    color: #ff0000;
    font-weight: 400;
    margin-left: 4px;
}
.artiz-more{
    font-size: 12px;
    color: #0e811e;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.artiz-form{
    margin-top: 20px;
}
.artiz-form .artiz-check-box{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.artiz-form .artiz-check-box .artiz-form-item{
    text-align: center;
    margin-bottom: 20px;
}
.artiz-form  .artiz-form-item-img{
    margin-bottom: 10px;
}
.artiz-form  .artiz-form-item-check input{
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    margin-right: 5px;
}
.artiz-form  .artiz-form-item-title{
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    font-weight: 400;
}
.artiz-contact{
    margin-top: 20px;
    font-size: 28px;
    line-height: 50px;
    color: #333;
    text-align: center;
}
.artiz-select-title{
    font-size: 16px;
    color: #000000;
    line-height: 18px;
    font-weight: 700;
    margin: 15px 0;
}
.artiz-select-title sup{
    color: #ff0000;
    margin-left: 5px;
}
.artiz-select{
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 15px;
}
.artiz-select input,.artiz-select select,.artiz-select textarea{
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    background-color: #ffffff;
}
.artiz-select select{
    height: 24px;
}
.artiz-select select option{
    font-size: 16px;
    color: #333;
    line-height: 24px;
}
.artiz-select input::placeholder{
    color: #666;
}
.artiz-agree{
    margin-top: 15px;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}
.artiz-agree sup{
    margin: 0 5px;
}
.artiz-btn{
    margin-top: 15px;
    padding-bottom: 20px;
}
.artiz-btn-submit{
    border-radius: 5px;
    padding: 8px 0;
    background-color: #000;
    color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin-right: 24px;
    border: none;
}
.artiz-btn-submit:hover{
    opacity: 0.95;
    cursor: pointer;
}
.news{
    margin: 90px 0 50px 0;
}
.news .news-border{
    border: 1px solid #ddd;
}
.news .news-border .news-title{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}
.news .news-list-item{
    padding: 10px;
    border-bottom: 1px dashed #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .news-list-item:last-child{
    border-bottom: none;
}
.news .news-list-title a{
    color: #424242;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    position: relative;
    padding-left: 10px;
}
.news .news-list-title a::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #666;
    border-radius: 6px;
}
.news .news-list-title a:hover{
    color: #888888;
}
.news .news-list-date{
    color: #424242;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.news .news-detail-title{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin: 20px 0;
}
.news .news-detail-time{
    color: #999;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.news .news-detail-content{
    padding: 20px;
}
.about{
    margin: 90px 0 50px 0;
}
.about .about-title{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 40px;
}
.about-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.about-flex-start{
    align-items: flex-start;
}
.about-flex-reserve{
    flex-direction: row-reverse;
}
.about .about-item{
    flex: 1;
    margin-right: 60px;
    color: #777777;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.about .about-item:last-child{
    margin-right: 0;
}
.about .about-item-title{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
}
.about .about-item-sup{
    color: #777777;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.about .about-item-desc{
    color: #777777;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 40px;
}
.about-flex-reserve .about-item{
    margin-left: 60px;
    margin-right: 0;
}
.about-flex-reserve .about-item:last-child{
    margin-left:0;
}
.contact iframe{
    width: 100%;
    height: 500px;
    border: none;
}
.contact .contact-con{
    background-color: #000;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.page{ margin: 50px auto;}
 .page .uk-pagination a,.page .page-num{ display: block; padding:0; height: 40px; line-height: 40px; padding:0 8px; min-width:38px; text-align: center; border:1px solid #e8ecee;  background: #fff; margin-left:-1px; color:#748185; }
 .page .uk-pagination a:first-child{border-top-left-radius: 4px; border-bottom-left-radius: 4px; background: #fff;}
 .page .uk-pagination a:last-child{border-top-right-radius: 4px; border-bottom-right-radius: 4px; background-color: #fff;}
 .page .uk-pagination a span{ display: flex; justify-content: center; align-items: center; height: 100%; line-height: 40px; padding:0; }
 .page .uk-pagination a svg{ display: block;}
 .page .uk-pagination .page-num-current, .page .uk-pagination a:hover{ color:#fff; background: #376968; border-color:#376968; }
 .page .uk-pagination a:hover span{ color:#fff;}
 /* .page .uk-pagination .uk-icon{ padding:9px 0; } */
 .page .uk-pagination .current{ border-top:1px solid #e8ecee; border-bottom:1px solid #e8ecee; height: 40px; line-height: 38px; padding:0 15px; color:#748185; background:#fff; }
 .page .jump { margin-left:20px; }
 .page .jump select{ height: 38px; border:1px solid #e8ecee; color:#748185; line-height: 38px; border-radius: 4px; padding-left:10px; padding-right:10px; }
 .page .jump input{ width:50px; border:1px solid #e8ecee; height: 38px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; margin-left:5px; text-align: center; color:#748185; outline: none; }
 .page .jump button{ cursor: pointer; color:#748185; background:#ffffff; height: 38px; padding:0 10px; border:1px solid #e8ecee; border-left: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

 @media screen and (max-width: 960px) {
    .pages{ display: block; }
    .pages .jump{ margin:15px auto; justify-content: center; }
 }

.globle-title{
    font-size: 50px;
    line-height: 50px;
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    width: 90%;
    margin: 0 auto;
}
.globle-title-home{
    font-size: 50px;
    line-height: 50px;
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.globle-p{
    font-size: 20px;
    line-height: 28px;
    font-family: "Lato", Sans-serif;
    font-weight: 400;
}
.globle-font{
    font-weight: bold;
    font-size: 24px;
}
.globle-margin-top{
    margin-top: 40px;
}
.globle-margin-top-small{
    margin-top: 10px;
}
.globle-margin-right{
    margin-right: 20px;
}
.globle-margin-left{
    margin-left: 20px;
}
.globle-font-18{
    font-size: 18px;
}
.globle-font-16{
    font-size: 16px;
}
.globle-font-weight{
    font-weight: bold;
}
.globle-color-7a{
    color: #7A7A7A!important;
}
.section-title{
    color: #000;
    text-align: center;
}
.section-p{
    color: #3F444B;
    text-align: center;
}
.section-p-left{
    color: #3F444B;
    text-align: left;
}
.divider{
    width: 800px;
    margin: 20px auto;
}
.style-p p{
    margin-bottom: 20px;
    /*text-indent: 2rem;*/
}
.globle-text-left p{
	text-indent: 0;
}
.globle-text-left{
	text-align: left;
	text-indent: 0;
}
.featured-grid{
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 5px;
}
.swiper-photo{
    overflow: hidden;
}
.swiper-button-prev:after, .swiper-button-next:after{
    color: #B8B8B8;
}
.photo-contact .p-c-b{
    background-image: url('../images/photo/20240821033629706703.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px;
}
.photo-contact .p-c-b .p-c-b-t{
    font-size: 23px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}
.photo-contact .p-c-b .p-c-b-m{
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
}
.photo-contact .p-c-b .p-c-b-a a{
    font-size: 15px;
    color: #fff;
    line-height: 15px;
    padding: 15px 25px;
    border-radius: 80px;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
}
.accordion-ul li{
    border-bottom: 1px solid #d5d8dc;
    padding-bottom: 20px;
}
.accordion-ul li .uk-accordion-title{
    font-size: 24px;
    font-weight: bold;
}
.accordion-ul li .uk-accordion-content{
    font-size: 18px;
}
.position .position-box{
    text-align: center;
    font-size: 16px;
    color: #7A7A7A;
    line-height: 24px;
}
.position .position-box a{
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.book .book-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.book .book-flex .book-flex-cell{
    margin: 0 20px;
}
.book .book-flex .book-flex-cell a{
    font-size: 15px;
    color: #000;
    line-height: 16px;
    padding: 20px 30px;
    border-radius: 3px;
    border: 1px solid #000;
    display: list-item;
}
.globle-fill a{
    background-color: #000;
    color: #fff!important;
}
.section-margin-top{
    margin-top: 60px;
}
.wedding-flex{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.wedding-flex .wedding-flex-item{
    flex: 1;
    margin-right: 25px;
}
.wedding-flex .wedding-flex-item:last-child{
    margin-right: 0;
}
.photo-gap{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.photo-gap img{
    width: calc((100% - 30px)/3);
    margin: 5px;
}
.line-height-one{
	line-height: 1.5;
}
.globle-table{
	text-align: center;
}
.globle-table table{
	background-color: transparent;
	width: 100%;
	-webkit-margin-after: 15px;
	margin-block-end: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
	display: table;
	border-color: gray;
}
.globle-table table td, .globle-table table th{
	padding: 15px;
	line-height: 1.5;
	border: 1px solid hsla(0,0%,50.2%,.5019607843);
	vertical-align: top;
	font-size: 18px;
	color: #3F444B;
}
.wedding-day{
	background-color: rgba(0, 0, 0, 0.72);
	background-image: url('../images/1-3.webp');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-blend-mode: multiply;
	z-index: 2;
	padding: 80px 0 50px 0;
}
.wedding-day .wedding-day-title{
	font-size: 48px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.wedding-day .wedding-day-sup{
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
}
.wedding-day .wedding-day-three{
	display: flex;
	justify-content: stretch;
	align-items: stretch;
}
.wedding-day .wedding-day-three .wedding-day-three-item{
	margin-right: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	width: calc((100% - 160px)/3);
	padding: 40px 20px 20px 20px;
}
.wedding-day .wedding-day-three .wedding-day-three-item:last-child{
	margin-right: 0;
}
.wedding-day .wedding-three-title{
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 20px;
}
.wedding-day ul li{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	position: relative;
	padding-left: 12px;
}
.wedding-day ul li:before{
	content: '';
	width: 4px;
	height: 4px;
	background-color: #fff;
	border: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.wedding-day .wedding-day-contact{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wedding-day .wedding-day-contact a{
	display: list-item;
	font-size: 15px;
	color: #fff;
	line-height: 16px;
	padding: 15px 20px;
	border: 1px solid #ffffff;
}
.wedding-day .wedding-day-contact a:hover{
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.72);
}
.rental-menu{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.rental-menu .rental-menu-item{
	margin-right: 40px;
	margin-bottom: 40px;
	height: 280px;
	width: calc((100% - 40px)/2);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 40px;
	position: relative;
}
.rental-menu .rental-menu-item:nth-child(2n){
	margin-right: 0;
}
.rental-menu .rental-menu-item a{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer-back{
	background-color: #000;
	padding: 40px 0;
}
.footer-back .footer-back-title{
	font-size: 25px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
}
.footer-back .footer-back-content{
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin-top: 20px;
}
.globle-flex-two{
    width: calc((100% - 50px)/2);
    flex-basis: calc((100% - 50px)/2);
    flex: auto!important;
    margin-bottom: 40px;
}
.globle-flex-wrap{
    flex-wrap: wrap;
}
.wedding-flex-svg{
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
}
.indoor{
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.indoor .indoor-cell{
    flex: 1;
}
.indoor .indoor-cell .wedding-day-title{
	font-size: 48px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.indoor .indoor-cell .wedding-day-sup{
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
}
.indoor .indoor-cell .wedding-day-three{
	display: flex;
	justify-content: center;
	align-items: center;
}
.indoor .indoor-cell .wedding-day-three .wedding-day-three-item{
	background-color: rgba(0, 0, 0, 0.5);
	padding: 40px 20px 20px 20px;
}
.indoor .indoor-cell .wedding-day-three .wedding-day-three-item:last-child{
	margin-right: 0;
}
.indoor .indoor-cell .wedding-three-title{
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 20px;
}
.indoor .indoor-cell ul li{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	position: relative;
	padding-left: 12px;
}
.indoor .indoor-cell ul li:before{
	content: '';
	width: 4px;
	height: 4px;
	background-color: #fff;
	border: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.indoor .indoor-cell .wedding-day-contact{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.indoor .indoor-cell .wedding-day-contact a{
	display: list-item;
	font-size: 15px;
	color: #fff;
	line-height: 16px;
	padding: 15px 20px;
	border: 1px solid #ffffff;
}
.talk{
    display: flex;
    justify-content: center;
    align-items: center;
}
.talk  a{
    background-color: #999999;
    display: list-item;
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    padding: 20px 40px;
    border-radius: 5px;
}
.grid-word-item{
    position: relative;
}
.grid-word-item .grid-absolute{
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
}
.grid-word-item .grid-absolute .grid-absolute-t{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    padding: 0 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.grid-word-item .grid-absolute .grid-absolute-p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    padding: 0 30px;
}
.grid-word-item:hover .grid-absolute{
    cursor: pointer;
    visibility: visible;
    opacity: 1;
}
.asked{
    font-size: 30px;
    color: #000;
    line-height: 35px;
    font-weight: 400;
    text-decoration: underline;
    margin: 20px 0 40px 0;
}
.blogs-flex{
    margin-bottom: 30px;
}
.blogs-flex a{
    border: 1px solid #000;
    
}
.blogs-flex a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.blogs-flex .blogs-flex-cell{
    flex: 1;
}
.blogs-flex .blogs-flex-cell.blogs-pad{
    padding:  20px;
}
.blogs-flex .blogs-flex-cell .blogs-cell-title{
    font-size: 25px;
    color: #3f444b;
    line-height: 32px;
}
.blogs-flex .blogs-flex-cell .blogs-cell-time{
    font-size: 16px;
    color: #888888;
    line-height: 24px;
}
.blogs-flex .blogs-flex-cell .blogs-cell-con{
    font-size: 16px;
    color: #3F444B;
    line-height: 24px;
}
.blogs-flex .blogs-flex-cell .blogs-cell-more{
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.blogs-block{
    display: block;
}
.blogs-block a{
    display: block;
}
.flex-three{
    flex:3;
}
.news-detail-content p{
    font-size: 16px;
    color: #7a7a7a;
    line-height: 24px;
}
