.list-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    padding: 10px 0px;
    grid-column-gap: 15px;
}
.title-product-list {
    margin-bottom: 10px!important;
}
.title-bg-gray {
    background: url(../images/bg-line.png) repeat-x center;
    /*height: 40px;*/
    padding: 0px;
    margin: 0px;
}
.title-bg-gray .text {
    font-weight: 20px;
    font-weight: bold;
    padding-right: 10px;
}
.title-bg-gray .text a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    background: #68AF45;
    position: relative;
}
.title-bg-gray .text a:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0%;
    margin-top: -0px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 22px solid #68AF45;
}
.tinmoinhat-noidung {
    overflow: hidden;
    margin-top: 15px;
}
.tinmoinhat-noidung h2 {
    color: #68AF45;
    font-weight: bold;
    height: 25px;
    overflow: hidden;
    line-height: 1.5;
    /**/
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.mtop7 {
    margin-top: 7px;
}
.tinmoinhat-noidung2 {
    color: #838383;
    font-size: 14px;
    line-height: 20px;
}
.trangchutintuc .trangchutintuc-ds {
    padding: 0;
    margin: 0;
    list-style: none;
}
.trangchutintuc .trangchutintuc-ds li {
    overflow: hidden;
    margin-bottom: 15px;
}
.trangchutintuc .trangchutintuc-ds li .imglistchild {
    float: left;
    margin-right: 20px;
}
.trangchutintuc img {
    border: none;
    max-width: 100%;
}
.trangchutintuc .trangchutintuc-ds li .infobriefchild {
    font-size: 15px;
}
.trangchutintuc .trangchutintuc-ds li .infobriefchild a {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    color: #68AF45;
    line-height: 1.5;
}
.trangchutintuc .trangchutintuc-ds li .infobriefchild .briefchildnews {
    color: #838383;
}
.disbriefnews p {
    line-height: 1.5;
}
a.buy-btn1 {
    float: right;
    height: 32px;
    width: 100px;
    border: 1px solid #68AF45;
    color: #e60c0c;
    margin-top: 0px;
    margin-bottom: 15px;
    /* text-transform: uppercase; */
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    border-radius: 5px;
    text-decoration: none;
}
/*#newsContent li {
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    -webkit-box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #fff;
    margin-bottom: 60px;
    overflow: hidden;
}*/
#mainMedia iframe, #subCon iframe {
    width: 65%!important
}
@media(max-width: 768px) {
    #mainMedia iframe, #subCon iframe {
        width: 100%!important
    }
	.list-news {
	    display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    justify-items: center;
	    padding: 10px 0px;
	    grid-column-gap: 30px;
	}
	.trangchutintuc .trangchutintuc-ds {
		margin-top: 30px;
	}
}

/*news*/
.fusion-blog-layout-medium .fusion-post-medium {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}
.fusion-blog-layout-medium .fusion-post-medium  {
    margin-bottom: 65px;
}
.fusion-blog-layout-medium .fusion-post-slideshow {
    margin-right: 25px;
    width: calc(40% - 25px);
    margin-bottom: 0;
}
.fusion-blog-layout-medium .fusion-post-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 1px;
    -ms-flex: 1 1 1px;
    flex: 1 1 1px;
}
.fusion-meta-info {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    font-size: 12px;
}
.post .fusion-meta-info {
    border-color: #e0dede;
}
.fusion-blog-layout-medium .fusion-meta-info {
    width: 100%
}
.fusion-alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}
.fusion-post-content > .blog-shortcode-post-title {
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 25px;
}
.fusion-post-content > .blog-shortcode-post-title a {
    color: #333;
    font-weight: bold;
}
.fusion-post-content p, .post-content p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 15px;
}
@media(max-width: 768px) {
    .fusion-blog-layout-medium .fusion-post-slideshow {
        float: none;
        margin: 0 0 20px;
        width: auto;
        height: auto;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .fusion-blog-layout-medium .fusion-meta-info .fusion-alignright {
        display: block;
        float: none;
        margin: 0;
        width: 100%;
    }
}