/*
Theme Name: JNews
Version: 5.0.1
Theme URI: http://themeforest.net
Description: JNews
Author: Jegtheme
Author URI: http://jegtheme.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  custom-background,custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: jnews
*/

.scform_post .row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}
.scform_post .col-6 {
    flex-direction: column;
    display: flex;
    flex: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}
.scform_post input[type=submit] {
    background-color: #f5ab40 !important;
    width: fit-content;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border-radius: 4px;
}
.scform_post input:not([type=submit]) {
    border-radius: 4px !important;
}
.scform_post .wpcf7-response-output {
    color: #fff !important;
    margin-top: -20px !important;
    margin-bottom: 25px !important;
}
.bvlq .jeg_post {
    width: 33.3333% !important;
}
/* REVIEWS */
.screviews .screviews-box .elementor-widget-container {
    width: fit-content;
}
.screviews .screviews-box:first-child .elementor-widget-heading {
    border-bottom: 1px solid #4EB1EB;
}
.screviews .screviews-box:nth-child(2) .elementor-widget-heading {
    border-bottom: 1px solid #21221F;
}
.screviews .screviews-box:last-child .elementor-widget-heading {
    border-bottom: 1px solid #21221F;
}
.screviews-posts article.elementor-post {
    position: relative;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
}
.screviews-posts article.elementor-post:last-child {
    padding-bottom: 0;
}
.screviews-posts article.elementor-post a.elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
    margin-right: 10px;
    width: 60% !important;
}
.screviews-posts article.elementor-post:first-child a.elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
    margin-right: 0px;
    width: 100% !important;
}
.screviews article.elementor-post:first-child .elementor-post__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
    transition: all .3s;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.screviews-posts article.elementor-post:first-child .elementor-post__thumbnail {
    transform: scale(1);
    transition: .6s;
}
.screviews article.elementor-post .elementor-post__thumbnail {
	padding-bottom: 0 !important;
}
.screviews article.elementor-post .elementor-post__thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	object-fit: cover;
}
.screviews article.elementor-post .elementor-post__thumbnail:before {
	content: '';
	display: block;
	padding-bottom: 65%;
}
.screviews-posts article.elementor-post:first-child a.elementor-post__thumbnail__link:hover {
    transform: scale(1.1);
    transition: .6s;
}
.screviews-posts article.elementor-post .elementor-post__text {
    display: flex;
    align-items: center;
}
.screviews-posts article.elementor-post:first-child .elementor-post__title a {
    color: #fff;
}
.screviews-posts article.elementor-post:first-child .elementor-post__title:hover a {
    color: #fff !important;
}
.screviews-posts article.elementor-post .elementor-post__title:hover a {
    color: #0369ce;
}
.screviews .elementor-posts-container {
    border: 1px solid #d4d4d4;
    border-top: none;
    border-bottom: none;
}
@media (max-width: 640px){
    .scform_post .col-6 {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .bvlq .jeg_post {
        width: 50% !important;
    }
}
/* Section VIDEO */
.video-section {
  margin: 30px auto;
  max-width: 1200px;
}

/* Cột trái */
.featured-video {
  padding-right: 15px;
}
.video-featured-item {
  position: relative;
}
.video-thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.video-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.4;
}

/* Cột phải */
.video-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
}
.video-item {
  display: flex;
  flex-direction: column;
}
.video-thumb-small img {
  width: 100%;
  height: 140px;
  border-radius: 8px;
  object-fit: cover;
}
.video-title-small {
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.3;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 992px) {
  .video-section .row {
    display: block;
  }
  .featured-video {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .video-list {
    grid-template-columns: 1fr;
  }
  .video-thumb-small img {
    height: auto;
  }
}
/* backup ngay 10/09/25 mail tuanbeokz*/