/*Header*/
.header-main {
    background: #2e3093;
}
.logo {
    margin-bottom: -15px;
    z-index: 99;
    position: relative;
}
.menu-top {
    display: flex;
    justify-content: space-between;	
}
.search-header {
    position: relative;
}
.search-header .form-group {
    margin: 0;
}
.search-header input {
	width: 100%;
	height: 35px;
	border: none;
	border-radius: 20px;
	padding-left: 10px;
	outline: 0;
}
.search-header button {
    position: absolute;
    top: 3px;
    right: 0;
    background: no-repeat;
    color: #2e3093;
}
.search-header button:hover {
	box-shadow: 0 0;
	color: #2e3093;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: no-repeat;
    border: 2px solid #fff;
    opacity: 1;
}
.carousel-indicators .active {
    background: #ed1c24;
}

/*Index*/
.homepage-introduce {
	padding: 45px 0 15px;
}
.intro-content .intro-items {
    padding: 20px 0;
}
.intro-items-image {
    background: #f4f4f4;
    margin-bottom: 15px;
}
.intro-items-image span {
	color: #2e3092;
	padding-left: 10px;
}
.intro-items-image:hover span {
	color: #ed1c24;
}
.intro-image {
	position: relative;
	margin: 0 30px 30px 0;
}
.intro-image:after {
	content: '';
	position: absolute;
	top: 30px;
	left: 30px;
	width: 100%;
	height: 100%;
	background: #2e3093;
	z-index: -1;
}
.intro-image img {
	width: 100%;
}

/**/
.homepage-product {

}
.product-wrap-content:nth-child(2n+1) {
	background: #f4f4f4;
	padding: 40px 0 10px;
	margin-bottom: 40px;
}
.product-wrap-content .viewmore {
	text-align: center;
	margin-bottom: 30px;
}
.product-wrap-content .viewmore a {
	background: #ed1c24;
	color: #fff;
	padding: 10px 20px;
	border-radius: 3px;
}
.product-wrap-content .viewmore a:hover {
	background: #2e3093;
}

/**/
.homepage-blogs {

}
.form-sign input {
	width: 100%;
	height: 35px;
	border:  1px solid #ddd;
	outline: 0;
	padding-left: 10px;
	margin-bottom: 10px;
}
.form-sign .wpcf7-submit {
	width: auto;
	padding: 0 20px;
	color: #fff;
	background: #ed1c24;
	border: none;
}

.related-product {
	background: #f4f4f4;
	padding: 40px 0 10px;
}
.sidebar .widget_product_categories .product-categories {
	background: #f4f4f4;
	border: none !important;
}
.sidebar .widget_product_categories ul li:not(:last-child) {
    border-bottom: 1px solid #ffffff !important;
}
.wrap-btn-contact {
    margin-bottom: 20px;
}
.wrap-btn-contact .btn {
    background: #2e3093;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    padding: 8px 30px;
    font-weight: 600;
    border-radius: 5px;
}
.wrap-btn-contact .btn:hover {
	background: #ed1c24;
}
.wrap-btn-contact .modal-dialog {
    margin-top: 100px;
    text-align: center;
}
.wrap-btn-contact .modal-header {
    border: none;
}

.form-contact input,
.form-contact textarea {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding-left: 10px;
	outline: 0;
}
.form-contact textarea {
	padding-top: 10px;
	height: 100px;
}
.form-contact .wpcf7-submit {
	width: auto;
	padding: 0 30px;
	color: #fff;
	background: #2e3093;
}

.carousel-item img {
	/*height: 600px;*/
	object-fit: cover;
}
.terms-description[data-readmore] {
    transition: height 500ms;
    overflow: hidden;
}
.content-left {
    position: relative;
    overflow: hidden;
}
.terms-description[data-readmore]:after {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #ffffffc4, white);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #ffffffc4, white);
    bottom: -2px;
    width: 100%;
    height: 20px;
}
.read-full {
    margin-top: 10px;
}
.read-full a {
    color: #fff;
    background: #2e3093;
    font-weight: 600;
    padding: 8px 15px;
}





/*------------- Responsive -------*/
@media (max-width: 767px) {
	.sh-blog-shortcode.style-6 .first-element-layout .entry-thumb img {
	    height: auto !important;
	    margin-bottom: 15px;
	}
	.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
		float: unset !important;
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}

	.site-header.header-logo .logo img {
	    width: 100px;
	}
	.search-header {
	    display: none;
	}
	.heading {
	    font-size: 24px !important;
	}

	.homepage-introduce {
	    padding: 25px 0;
	}
	.intro-content {
	    text-align: justify;
	}
	.intro-image {
	    margin: 0 15px 15px 0;
	}
	.intro-image:after {
	    content: '';
	    top: 15px;
	    left: 15px;
	}
	.product-wrap-content {
	    padding: 25px 0 !important;
	    margin-bottom: 20px !important;
	}

	.carousel-item img {
		/*height: 300px;*/
	}




}