/*      Home        */
.full-slide {
    overflow: hidden;
}

.content-top {
    float: left;
    width: 100%;
    background: #E3F8B1;
}

.main-content-top {
    display: flex;
    flex-wrap: wrap;
}

.gt-top-content {
    box-sizing: border-box;
    float: left;
    padding: 20px 50px 20px 0px;
    width: 50%;
    display: flex;
    align-items: center;
}

.gt-top-content-img1 {
    float: left;
    width: 50%;
    display: block;
    position: relative;
}

.gt-top-content-img1 img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 375px;
    max-height: 500px;
    object-fit: cover;
}

.gt-top-content h2 {
    font-size: 26px;
    color: #415201;
    margin: 0px 0px 20px;
}

.gt-top-content p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

.gt-top-content-img {
    float: left;
    width: 45%;
}

.featured {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.featured-sub {
    background: #fff none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.featured-sub2 {
    float: left;
    width: 50%;
    position: relative;
}

.featured-sub2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-sub1 {
    box-sizing: border-box;
    float: left;
    padding: 40px;
    width: 50%;
    display: flex;
    align-items: center;
}

.featured-sub1 h3 {
    font-size: 26px;
    margin: 0;
    line-height: normal;
    color: #415201;
}

.featured-sub1 p {
    font-size: 16px;
    line-height: 1.7;
    margin: 15px 0px;
    display: inline-block;
    width: 100%;
}

.featured-slogan {
    float: left;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}

.featured-sub1 a {
    background: #415201 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 10px 30px;
    line-height: 1;
    transition: .3s;
}

.featured-sub1 a:hover {
    background: #8EA92C none repeat scroll 0 0;
    cursor: pointer;
}

.full-slogan {
    float: left;
    width: 100%;
    background: #E3F8B1;
}

.featured-slogan h4 {
    font-size: 20px;
    font-style: italic;
    margin: 10px;
}


.sp-home {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.entry-title {
    border-bottom: 2px solid #415201;
    box-sizing: border-box;
    color: #415201;
    margin: 10px 0px;
    padding-bottom: 10px;
}

.entry-title a {
	color: #415201;
	box-sizing: border-box;
}

.title-cat {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 30px;
	display: inline-block;
}

.title-cat h4 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
}

.title-cat h4 a {
    color: #415201;
    font-size: 22px;
}

.text-sub-title {
    color: #2c3e50;
    float: left;
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-top: 35px;
}

.home #row-wrap-content {
    margin-top: 15px;
    float: left;
    width: 100%;
}

/**/
.home .inner-content {
    max-width: 100%;
}

/*Row news */
.full-new-home {
	float: left;
	width: 100%;
}
.row-home-news {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

.home-news-content {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -5px;
}

.news-item {
	position: relative;
	background: #fff;
	width: calc(100%/3 - 10px);
	margin: 5px;
}

.news-item-img {
	position: relative;
	width: 100%;
	display: block;
}
.news-item-img a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.nen-img-post {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.2);
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.news-item-img a:hover .nen-img-post {
	opacity: 1;
	visibility: visible;
}
.news-item-img img {
	display: block;
	transition: .3s;
}
.news-item-img a:hover img {
	transform: scale(1.05);
}

.time-post-home {
	display: block;
    width: 100%;
}

.time-post-home span {
    color: #999;
    font-size: 12px;
}

.fa.fa-calendar {
    color: #0ba;
}

.new-item-title a {
	color: #415201;
	display: -webkit-box;
	font-size: 15px;
	margin: 10px 0px 8px;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.new-item-title p {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
}

.comment-home {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.comen {
    float: left;
    margin: 0p;
}

.comen .fa.fa-comments {
    margin-right: 5px;
}

.comment-home>a {
    float: right;
}

.comment-home>a:hover {
    color: #0ba;
}

.row-home-img {
    float: left;
    width: 100%;
    background: url("images/home_img.jpg") no-repeat center center;
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}

.row-home-img h3 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: normal;
    line-height: 40px;
    width: auto;
    margin-top: 55px;
}

.row-home-img h3 span {
    font-size: 80px;
    font-weight: bold;
}

.row-home-img h4 {
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    margin: 20px 0px 50px;
}

/* banner home center*/
.banner-center-home {
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: left;
    width: 100%;
}

.banner-center {
    float: right;
    padding: 80px 0px;
    text-align: right;
    width: 100%;
    position: relative;
}

.headline {
    color: #fff;
    float: left;
    font-size: 38px;
    width: 100%;
    margin: 0px 0px 50px;
}

.banner-center a {
    background: #415201 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: right;
    font-size: 25px;
    padding: 15px 40px;
    transition: 0.3s;
    line-height: 1;
    border-radius: 5px;
}

.banner-center a:hover {
    background: #8EA92C none repeat scroll 0 0;
}

.button-link {
    color: #fff;
}

/*khách hàng phản hồi*/
.kh-ph-home {
    float: left;
    width: 100%;
}

.kh-ph-home-inner {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0px;
}

.khn {
    box-sizing: border-box;
    float: left;
    padding-right: 30px;
    width: 50%;
}

.title-khn {
    border-bottom: 1px solid #415201;
    color: #415201;
    float: left;
    font-size: 22px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0px 0px 10px;
}

.kh1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.kh-ph-home-inner p {
    margin: 0px 0px 10px;
}

.kh-ph-video {
    box-sizing: border-box;
    float: left;
    width: 50%;
    position: relative;
}

.kh-ph-video iframe {
    display: block;
    position: sticky;
    top: 10px;
}

/*Album ảnh home*/
.album-home {
    width: 100%;
    float: left;
}

.album-home1 {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.div-album {
    width: 20%;
    float: left;
}

.div-album a {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.div-album img {
    width: 100%;
    display: block;
    max-height: 380px;
    height: 100%;
    object-fit: cover;
}

.div-album a::before {
    border: 1px solid #fff;
    content: " ";
    height: 90%;
    margin: 5%;
    position: absolute;
    text-align: center;
    width: 90%;
    z-index: 9;
    opacity: 0;
    transition: 0.5s;
}

.div-album a:hover::before {
    opacity: 1;
    transition: 0.5s;
}

.album-home2 {
    position: fixed;
    top: 10%;
    width: 63%;
    left: 15%;
}

@media only screen and (max-width: 1080px) {
    .featured-sub1 {
    padding: 15px;
    text-align: justify;
}
.featured-sub1 {
    padding: 15px;
    text-align: justify;
}
.featured-sub1 h3 {
    font-size: 22px;
}
.featured-sub1 p {
    font-size: 14px;
    margin: 8px 0px;
}
.featured-sub1 a {
    font-size: 14px;
    padding: 8px 20px;
}
}

@media only screen and (max-width: 960px) {
    .gt-top-content {
    padding-right: 20px;
}
    .featured-sub {
    width: 100%;
}
.featured-sub.featured-box-1 {
    order: 0;
}
.featured-sub.featured-box-2 {
    order: 2;
}
.featured-sub.featured-box-3 {
    order: 1;
}
.featured-sub.featured-box-4 {
    order: 3;
}

.banner-center {
    padding: 50px 0px;
}
.headline {
    font-size: 30px;
    margin-bottom: 20px;
}
.banner-center a {
    font-size: 20px;
    padding: 10px 30px;
}
}

@media only screen and (max-width: 768px) {
    .sp-home {
    padding: 30px 0px;
}
.khn {
    width: 100%;
    padding: 0;
}
.kh-ph-video {
    width: 100%;
}
.title-cat {
	margin-bottom: 10px;
	line-height: 1;
}
}

@media only screen and (max-width: 640px) {
.title-cat h4 a {
	font-size: 20px;
}
.gt-top-content {
	width: 100%;
	padding-right: 0px;
}
.gt-top-content h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.gt-top-content p {
	font-size: 14px;
}

.gt-top-content-img1 {
	width: 100%;
	display: none;
}
.gt-top-content-img1 img {
	min-height: unset;
	max-height: 500px;
}

.featured-sub1 h3 {
	font-size: 18px;
}

.featured-sub1 p {
	font-size: 13px;
	line-height: 1.4;
}
.featured-slogan {
	padding: 20px 0px;
}
.featured-slogan h4 {
	font-size: 18px;
}
.sp-home {
	padding: 20px 0px 10px;
}

.banner-center {
	padding: 20px 0px;
}
.headline {
	font-size: 20px;
}
.banner-center a {
	font-size: 14px;
}
.kh-ph-home-inner {
	padding: 20px 0px;
}
.title-khn {
	font-size: 20px;
}
.kh1 {
	font-size: 13px;
}
.row-home-news {
	padding-bottom: 10px;
}
.news-item {
	width: calc(100%/2 - 10px);
}
.div-album {
	width: auto;
	flex: calc(100%/3);
}
}

@media only screen and (max-width: 480px) {
	.gt-top-content h2 {
	font-size: 18px;
}
.gt-top-content p {
	font-size: 13px;
}
.featured-slogan h4 {
	font-size: 16px;
	margin: 0px 0px 5px;
}
}