/*header-section*/
.header-section{
	position: relative;
	width: 100%;
	height: 90vh;
	z-index: 3;
}
.mobile-header{
	display: none;
}
@media screen and (max-width:1100px){
	.header-section{
		display: none !important;
	}

 .mobile-header{
		display: block !important;
		position: relative;
		width: 100%;
		height: auto;
		z-index: 3;
	}

	.m-anim-banner{
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 20px 0px;
		margin-top: 30px;
	}

	.m-anim-banner-main{
		position: relative;
		width: 250px;
		height: 250px;
		border-radius: 50%;
		display: inline-flex;
		-webkit-animation:bubble 5s linear infinite;
	    animation:bubble 5s linear infinite;
	    overflow: hidden;
	}

	.m-anim-banner-main:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
     background: url(../img/hero-banner.png);
    background-size:cover;
    background-position:top center;
    background-repeat: no-repeat;
     -webkit-animation: ShiftBg 80s linear infinite;
    animation: ShiftBg 80s linear infinite;
}
@keyframes ShiftBg{
    50%{
        background-position: bottom center;
    }
}

	@keyframes bubble {
    0%,
    100% {
        border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
    }

    25% {
        border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
    }

    50% {
        border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
    }

    75% {
        border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
    }
}


@-webkit-keyframes bubble {
    0%,
    100% {
        border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
    }

    25% {
        border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
    }

    50% {
        border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
    }

    75% {
        border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
    }
}

 
/*m-heroSec*/
.m-heroSec{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20px;
}

.m-heroSec p a{
	display: inline-flex;
	width: auto;
	height: auto;
	border-bottom: 1px solid #000000;
	font-size:2em;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 20px;
}
.m-free-btn{
    position: relative;
    width: 200px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    background: #FF374F;
    color: #ffffff !important;
    -webkit-box-shadow: rgb(255 55 79 / 30%) 0px 10px 30px;
     -moz-box-shadow: rgb(255 55 79 / 30%) 0px 10px 30px;
    box-shadow: rgb(255 55 79 / 30%) 0px 10px 30px;
    margin-top: 50px;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .125rem;
}
.m-free-btn:hover{
	letter-spacing: 2px;
	background: #FF1533;
}

}

@media screen and (max-width:300px){
	.m-anim-banner-main{
		width: 230px !important;
		height: 230px !important;
	}
 }
  @media screen and (max-width:270px){
	.m-anim-banner-main{
		width: 200px !important;
		height: 200px !important;
	}
 }
 @media screen and (max-width:500px){
  .m-free-btn{
    width: 100% !important;
   } 
}
.hero-banner{
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	background: url(../img/hero-banner.png);
	background-size: cover;
	/*background-repeat: no-repeat;*/
	background-position: center;
	z-index: 23;
	transition: all 0.1s ease-in-out;
}

.header-section .site-container{
	height: 100%;
}
.hero-sec{
	position: relative;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 80px;
}

.hh-emp{
	position: relative;
	width: 100%;
	height: 100%;
}

.hero-txt{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-end;
	padding: 40px 0px;
	padding-bottom: 150px;
}

.hero-txt-main{
	position: relative;
	width: 100%;
	height: auto;
	user-select: none;
}

.hero-txt-main  h3{
	white-space: nowrap;
	font-weight: 500;
}
.hero-txt-main h1{
	 font-size: calc(3vw + 3vh + 4vmin);
	 font-weight: 500;
	 color: transparent;
	 display: block;
	 margin-top: 20px;
}

@media screen and (min-width:1200px){
	.hero-txt-main h1{
		white-space: nowrap;
		font-size: calc(2.5vw + 2.5vh + 3vmin) !important;
	}
}

@supports (-webkit-text-stroke: 1px #000000) {
.hero-txt-main h1{
    -webkit-text-stroke: 1px  #000000;
  }
}

.hero-txt-main a{
	position: relative;
	display: inline-flex;
	background: #FF3850;
	color: #ffffff !important;
	margin-top: 20px;
	padding: 15px 30px;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .125rem;
    white-space: nowrap;
}
.hero-txt-main a:hover{
	letter-spacing: 2px;
	background: #FF1533;
}

/*intro-sec*/
.intro-sec{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	padding: 100px 0px;
	text-align: center;
	background: #F8F8F8;
}

@media screen and (max-width:1100px){
	.intro-sec{
		background: transparent !important;
		padding: 50px 0px !important;
		text-align: left !important;
	}
	.intro-sec-txt{
		max-width: 100% !important;
	}
	.intro-sec-txt-btn{
		display: none !important;
	}
	.intro-sec-txt h3{
		margin-bottom: 20px !important;
	}
}

.intro-sec-txt{
	position: relative;
	display: inline-block;
	max-width: 800px;
}

.intro-sec-txt h3{
	line-height: 120%;
	margin-bottom: 30px;
}

.intro-sec-txt-btn{
	position: relative;
	margin-top: 30px;
	display: inline-flex;
	align-items: center;
}

.intro-sec-txt-btn a{
	  position: relative;
    display: inline-flex;
    width: auto;
    height: auto;
    padding: 8px 0px;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-left: 50px;
    text-transform: uppercase;
}
.intro-sec-txt-btn a:first-child{
	margin-left: 0px;
}
.intro-sec-txt-btn a i{
	margin-left: 10px;
}
.intro-sec-txt-btn a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.3);
    bottom: 0;
    z-index: -2;
}
.intro-sec-txt-btn a:after{
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: #000000;
    bottom: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}
.intro-sec-txt-btn a:hover::after{
    width: 100%;
}




/*site-division*/
.site-division{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
}
@media screen and (max-width:1100px){
	.site-division{
		display: block !important;
		min-height: auto !important;
		margin-top: 40px !important;
	}

	.left-div{
		min-height: auto !important;
		background: transparent !important;
		padding: 0px !important;
	}

	.left-div .site-container{
		height: auto !important;
	}
}
.left-div{
    position:relative;
    top: 0px;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: url(../img/div-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:40px 50px;
    z-index: 4;
    transition: all 0.5s ease-in-out;
    z-index: 30;
}

.left-div .site-container{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.left-div-banner{
	position: relative;
	width: auto;
	height: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.left-div-banner img{
	max-width: 500px;
}
@media screen and (max-width:500px){
	.left-div-banner img{
		max-width: 100% !important;
	}
}

/*right-div*/
.right-div{
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px;
	padding-left: 0px;
	min-height: 100vh;
}
@media screen and (max-width:1100px){
	.right-div{
		min-height: auto !important;
		padding:30px 0px !important;
		margin-top: 20px !important;
	}
	.top-rD-2{
		display: none !important;
	}
}
.top-rD-1{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.top-rD-1 h2{
	margin-bottom: 30px;
}
.top-rD-1 p{
	margin-bottom: 10px;
}
.top-rD-1 a{
	  position: relative;
    display: inline-flex;
    width: auto;
    height: auto;
    padding: 8px 0px;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-transform: uppercase;
    margin-top: 10px;
}

.top-rD-1 a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.3);
    bottom: 0;
    z-index: -2;
}
.top-rD-1 a:after{
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: #000000;
    bottom: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}
.top-rD-1 a:hover::after{
    width: 100%;
}
.top-rD-2{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 150px;
}
.top-rD-2 p{
	margin-bottom: 20px;
}
.top-rD-2 a{
	position: relative;
	display: block;
	margin-top: 5px;
	color: #818181;
	transition: all 0.3s ease-in-out;
}
.top-rD-2 a:hover{
	color: #000000;
}


/*album-sec*/
.album-sec{
	position: relative;
	width: 100%;
	height: auto;
	padding: 150px 0px;
	background: #000000;
	padding-top: 200px;
}
.album-sec .site-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}
@media screen and (max-width:1100px){
	.album-sec .site-container{
		display: flex !important;
		flex-direction: column-reverse !important;
	}
	.album-sec-txt{
		margin-top: 40px !important;
	}
	.album-sec{
		padding: 0px 0px !important;
		padding-top: 150px !important;
	}
}
/*album-sec-txt*/
.album-sec-txt{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}
.album-sec-txt-main{
	position: relative;
	width: 100%;
	display: block;
}
.album-sec-txt h2{
	color: #ffffff;
	margin-bottom: 30px;
}
.album-sec-txt p{
	color: #bababa;
}
.album-sec-txt-btn{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 40px;
	display: flex;
	align-items: center;
}
@media screen and (max-width:400px){
	.album-sec-txt-btn{
		display: block !important;
	}
	.album-sec-txt-btn a{
		margin-left: 0px !important;
		margin-top: 20px !important;
	}
	.album-sec-txt-btn a:first-child{
		margin-top: 0px !important;
	}
}
.album-sec-txt-btn a{
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	width: 200px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	padding: 5px;
	margin-left: 20px;
	transition: all 0.3s ease-in-out;
}
.album-sec-txt-btn a:first-child{
	margin-left: 0px;
	background: #FF3850;
}
.album-sec-txt-btn a:first-child:hover{
    background: #FF1533;
}
.album-sec-txt-btn a:last-child:hover{
    background: rgba(255, 255, 255, 0.15);
}
.album-sec-banner{
	position: relative;
	width: 100%;
	height: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.album-sec-banner img{
	max-width: 100%;
}

/*mHd-sec*/
.mHd-sec{
	position: relative;
	width: 100%;
	height: auto;
	padding: 100px 0px;
}

.t-mHd-sec{
	position: relative;
	width: auto;
	max-width: 70%;
}
@media screen and (max-width:1100px){
	.t-mHd-sec{
		max-width: 100% !important;
	}
}
.t-mHd-sec h2{
	margin-bottom: 30px;
}


/*mHd-sec-grid*/
.mHd-sec-grid{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: grid;
  grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 50px;
  grid-template-rows:auto;
}
@media screen and (max-width:850px){
	/*mHd-sec-grid*/
.mHd-sec-grid{
  grid-template-columns:repeat(auto-fill, minmax(250px, 1fr)) !important;
}
}
@media screen and (max-width:610px){
	.mHd-sec-grid{
		display: block !important;
		margin-top: 60px !important;
	}

	.mHd-sec-card{
		margin-top: 40px !important;
	}
}
/*mHd-sec-card*/
.mHd-sec-card{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
}
.mHd-sec-card img{
	width: 100%;
	max-height: 270px;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s ease-in-out;
}
@media screen and (max-width:610px){
.mHd-sec-card img{
	max-height: 100% !important;
}
}
.mHd-sec-card:hover img{
	transform: scale(0.95);
}
.mHd-sec-card span{
	display: flex;
	width: 150px;
	height: 45px;
	background: #F8F8F7;
	border-radius: 30px;
	margin: 10px 0px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
	display: none;
}
.mHd-sec-card p{
	line-height: 1.5em;
}

.mHd-sec-card h3{
	font-weight: 700;
	margin: 20px 0px;
	line-height: 1.5em;
}


/*jjHoi-sec*/
.jjHoi-sec{
	position: relative;
	width: 100%;
	height: auto;
	padding: 100px 0px;
	background: #000000;
	color: #ffffff;
}
.jjHoi-sec p,
.jjHoi-sec h3,
.jjHoi-sec h2{
	color: #ffffff;
}
.jjHoi-sec p{
	line-height: 1.2em;
}

.jjHoi-sec-slider{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 100px;
	margin-bottom: 80px;
		-webkit-box-reflect: below 0 linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.07));
	-moz-box-reflect: below 0 linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.07));
	-ms-box-reflect: below 0 linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.07));
}

@media screen and (max-width:800px){
	.jjHoi-sec-slider{
		margin-top: 60px !important;
	}
}
.item-main{
	position: relative;
	width: 100%;
	height: auto;
	transition: all 0.5s ease-in-out;
	display: block;
}
.item-main:hover{
	transform: scale(0.95) rotateY(15deg);
}
.jjHoi-sec-slider img{
	position: relative;
	width: 100%;
	height: auto;
}
.item-main-txt{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.item-main-txt h3{
	font-weight: 700;
	margin-bottom: 15px;
}
.item-main-txt p{
	font-size: 16px;
	color: #bababa;
}







/*feedback-sec*/
.feedback-sec{
  padding: 100px 0px;
  position: relative;
  width: 100%;
  height: auto;
  display: none;
}
.feedback-sec-header{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}


.ceo-owl{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.ceo-owl .item{
    background:#F8F8F7;
    position: relative;
    width: 100%;
    min-height:250px;
    border-radius: 5px;
    padding: 30px;
}
.comment-card{
    cursor: pointer;
}
.top-item{
     position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns:60px 1fr;
    grid-gap: 20px;
}
.top-item  img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.top-item-txt{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.top-item-txt h3{
    position: relative;
    width: 100%;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0;
    margin: 0;
    font-size:18px;
    font-weight: 700;
}
.bottom-item{
    position: relative;
    width: 100%;
    height: auto;
   margin-top: 20px;
}

.bottom-item p{
   margin-top: 20px;
   line-height: 1.8em;
   font-size: 17px;
     display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.ceo-owl .owl-dots {
  text-align: center;
  position: relative;
  z-index: 500;
  bottom: -20px;
  width: 100%;
}
.ceo-owl .owl-dots button.owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background:#A3A2A6;
  margin: 0 10px;
  position: relative;
}
.ceo-owl .owl-dots button.owl-dot.active {
  background: #000000;
}
.ceo-owl .owl-dots button.owl-dot.active:before{
  position: absolute;
  content: '';
  border-radius: 50%;
 border:1px solid #000000;
 top: -8px;
 left: -8px;
 bottom: -8px;
 right: -8px;
}
.ceo-owl .owl-dots button.owl-dot:focus {
  outline: none;
}





