/*/////////////////////////////////////   Header     ////////////////////////////////////////*/
.section-top-header {
	background-color: #fff;
	padding: 0.2rem;
}
.section-top-header p{
	font-size: 1.2rem;
	color: #0c2939;
	margin-bottom: 0;
	font-weight: 400;
}

#god-nav .attributes {
	display: none;
}
.sticky-top1 {
	animation: appear .7s linear .1s forwards;
	border-bottom: 2px solid #dca958;
}
@keyframes appear {
	0% {
		position: relative;
	}
	70% {
		opacity: 0;
		top: -61px;
	}
	100% {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
		opacity: 1;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	}
}
#god-nav.sticky-top1 .navbar-brand img {
	width: 65%;
}
#god-nav.sticky-top1  .nav-item .nav-link {
	font-size: 1.2rem;
}

/*/////////////////////////////////////   Header     ////////////////////////////////////////*/
.section-body-index {
	position: relative;
	padding: 0rem;
	height: 100%;
	overflow: hidden;
	background: url(../images/bg.jpg) center no-repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;

}

h3.header-text{
	font-size: 3rem;
	font-weight: 500;
	color: #0c2939;
}
.btn-all {
	font-size: 1rem;
	font-weight: 500;
	padding: 0.84rem 2.14rem;
	text-transform: none;
}

/*///////////////////////////////////   index-about //////////////////////////////////////////*/
.section-index-about {
	padding: 4rem 0.5rem 1rem;
}

.section-index-about .area-about .line-text {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 7;
}
.section-index-about .area-about p{
	font-size: 1.5rem;
	font-weight: 400;
	color: #000;
	text-indent: 30px;
}

.section-index-about .area-about .w-img{
	width: 10%;
}

/*///////////////////////////////////   index-about  //////////////////////////////////////////*/


/*///////////////////////////////////   index-product  //////////////////////////////////////////*/
.section-index-product {
	padding: 4rem 0.5rem;
}
.section-index-product .area-product .w-img{
	width: 6%;
}
/*///////////////////////////////////   index-product  //////////////////////////////////////////*/



/*///////////////////////////////////   index-YoutuBe //////////////////////////////////////////*/
.section-index-youtube{
	position: relative;
	padding: 5rem 0rem;
	height: 100%;
	overflow: hidden;
	background: url(../images/bg-index-2.png) right no-repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}


/*///////////////////////////////////   index-YoutuBe //////////////////////////////////////////*/



/*///////////////////////////////////   index-service ///////////////////////////////////////////*/

.section-index-service {
	padding: 4rem 0.5rem 1rem;
}
.section-index-service .area-service .w-img{
	width: 6%;
}
.banner-area{}
.banner-area-box{
	float: right;
}
.banner-area .banner-box {
	position: relative;
	background-color: #fff;
}		
.banner-box {
	position: relative;
	background-color: #f5f5f5;
	border-radius: 6px;
}			
.banner-box .banner-content{
	color: #000;
	margin: 0;
	text-align: left;
	padding: 15px;

}
.banner-content h2{
	border-bottom: 2px solid #000;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 10px;
	max-width: 80px;
}
.banner-content h3.text-hader-box{
	font-size: 1.6rem;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.banner-content p {
	font-size: 1rem;
	color: #000;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
}
.banner-content .btn {
	font-size: 1rem;
	font-weight: 500;
	text-transform: none;
	display: inline-block;
}
.banner-content a.btn {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 8px 12px;
}
.banner-content a.btn:hover{
	color: #dca958;
}
.banner-picture {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.banner-picture img{
	padding: 15px 0px;
}

.banner-box a.img-picture {
	display: block;
	overflow: hidden;
	position: relative;
}
.banner-box a.img-picture::before {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 50%;
	opacity: 1;
	position: absolute;
	right: 51%;
	top: 0;
}
.banner-box a.img-picture::after {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
}
.banner-static-box:hover a.img-picture::before ,.banner-box:hover a.img-picture::before{
	left: 0;
	opacity: 0;
	right: 0;
	transition: all 900ms ease-in 0s;
}
.banner-static-box:hover a.img-picture::after,.banner-box:hover a.img-picture::after {
	bottom: 0;
	opacity: 0;
	top: 0;
	transition: all 900ms ease-in 0s;
}

.banner-static-box{
	position: relative;

}
.banner-box-content{
	bottom: 0;
	left: 0px;
	margin: 0;
	position: absolute;
	top: 20px;
}


.banner-box-content h2 {
	border-bottom: 2px solid #363636;
	color: #363636;
	font-size: 24px;
	line-height: 45px;
	margin-bottom: 10px;
	max-width: 60px;
}

.banner-box-content h4 {
	padding: 15px;
	background-color: #999999bf;
}
.banner-box-content h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
.banner-box-content a {
	bottom: 30px;
	color: #363636;
	font-size: 13px;
	font-weight: 700;
	position: absolute;
	text-decoration: underline;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
.banner-box-content a:hover{
	color: #c06b81;
}


/*///////////////////////////////////   index-service //////////////////////////////////////////*/


/*///////////////////////////////////   index-review //////////////////////////////////////////*/
.section-index-review {
	padding: 2rem 0.5rem 1rem;
}
.section-index-review .area-review .w-img{
	width: 6%;

}
.section-index-review .area-review .slick-arrow {
	top: 45%;
}
.product {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
	right: 0;
	background-color: #0c2939ad;
	overflow: hidden;
	width: 100%;
	height: 0%;
	transition: .5s ease;
}
.product:hover .overlay {
	height: 100%;
}
.text {
	color: white;
	position: relative;
	top: 30%;
	bottom: 0;

	text-align: center;
}
.text h5 {
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}
.overlay p{
	font-size: 1.1rem;
	font-weight: 300;
	padding: 0px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 7;
}

/*--------------------------------*/

/*///////////////////////////////////   index-review //////////////////////////////////////////*/



/*///////////////////////////////////   index-aeard //////////////////////////////////////////*/
.section-index-award {
	padding: 2rem 0.5rem 1rem;
}
.section-index-award .area-award .w-img{
	width: 6%;
}
.section-index-award .area-award .slick-arrow {
	top: 50%;
}
/*///////////////////////////////////   index-aeard //////////////////////////////////////////*/


/*///////////////////////////////////   Footer //////////////////////////////////////////*/
.section-footer{
	padding: 2rem 0.5rem;
	background-color: #0c2939;
}
.section-footer .footer-img-logo{
	text-align: center;
	margin-top: 2.5rem;
}
.section-footer .footer-img-logo img{
	width: 55%;

}
.section-footer .footer-box-content{
	margin-top: 1.5rem;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
}
.section-footer .footer-box-content h3 {
	color: #dca958;
	font-size: 2.4rem;
	font-weight: 500;
}
.section-footer .footer-box-content p.text-color {
	color: #dca958;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.section-footer .footer-box-content .text-color  span {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
}


.section-footer-white{
	padding: 0.5rem 0.5rem;
	background-color: #fff;
	color: #0c2939;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}
.section-footer-white p{
	margin: 0;
}
/*///////////////////////////////////   Footer //////////////////////////////////////////*/


@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {
	.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
		font-size: 1rem;
		font-weight: 300;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar .navbar-brand img {
		width: 75%;
	}
	#god-nav.sticky-top1 .nav-item .nav-link {
		font-size: 1rem;
	}
	h3.header-text{
		font-size: 2rem;
	}
	.section-index-about .area-about p {
		font-size: 1rem;
	}
	.btn-all {
		font-size: 0.9rem;
		font-weight: 500;
		padding: 0.7rem 1rem;
		text-transform: none;
	}
	.vdo_iframe {
		max-width: 100%;
		width: 700px;
		padding-bottom: 36%;
		position: relative;
		margin: 0 auto;
	}

	.banner-content h3.text-hader-box {
		font-size: 1.3rem;
	}


}
@media (max-width: 992px) {
	.section-index-product {
		padding: 1rem 0.5rem 2rem;
	}
	.section-index-service {
		padding: 2rem 0.5rem 1rem;
	}


	.section-footer .footer-img-logo img {
		width: 20%;
	}

	.banner-box-content h4 {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
	}
	.banner-static-box {
		position: relative;
		margin-bottom: 15px;
	}


}
@media (max-width: 768px) {}
@media (max-width: 576px) {

	.section-index-about {
		padding: 2rem 0.5rem 1rem;
	}
	h3.header-text {
		font-size: 2rem;
		margin-top: 1rem;
	}
	.section-index-about .area-about .line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 10;
}

	.section-index-youtube {
		padding: 2rem 0rem;
	}
	.vdo_iframe {
		max-width: 100%;
		width: 300px;
		padding-bottom: 36%;
		position: relative;
		margin: 0 auto;
	}
	.banner-box .banner-content {
		margin-bottom: 15px;
	}


	.section-index-review {
		padding: 0rem 0.5rem 1rem;
	}
	.section-index-award {
		padding: 0rem 0.5rem 1rem;
	}



	.section-footer .footer-img-logo {
		margin-top: 1rem;
	}
	.section-footer .footer-img-logo img {
		width: 30%;
	}
	.section-footer .footer-box-content h3 {
		font-size: 2rem;
	}
	.section-footer .footer-box-content {
		margin-top: 1.5rem;
		font-size: 1rem;
	}
	.section-footer-white p {
		margin: 0;
		font-size: 0.7rem;
	}

	.section-top-header p {
		font-size: 1rem;
		color: #0c2939;
		margin-bottom: 0;
		font-weight: 400;
	}

	#god-nav.sticky-top1 .navbar-brand img {
		width: 60%;
	}

}
@media (max-width: 480px) {}
@media (max-width: 425px) {}
@media (max-width: 414px) {}
@media (max-width: 375px) {}
@media (max-width: 320px) {}