/**
 * CSS legacy tách từ style.css trong 6J2G.
 * Giữ nguyên quy tắc hiển thị cũ; chỉ thay đổi phạm vi nạp tài nguyên.
 */

/*** Index.css ***/
.box-content-service .icon-service {
	margin-bottom: 10px;
}
.box-content-service .title-service {
	text-transform: uppercase;
	font-weight: bold;
}
.box-content-service .content-service {
	color: #787878;
	font-size: 14px;
	margin-top: 5px;
}
.group-index .title-block {
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}
.group-index .title-block:after {
	content: "";
	width: 25%;
	height: 2px;
	background: #000;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.group-index .title-block:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f005";
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	font-size: 17px;
	width: 50px;
	height: 20px;
	margin: auto;
	background: var(--v247-site-surface);
	z-index: 1;
}
.group-index .title-block.object:before {
	content: "";
	position: absolute;
	left: 0;
	top: 25px;
	right: 0;
	bottom: auto;
	width: 100%;
	height: 2px;
	background: var(--v247-panel-divider);
	color: black;
	z-index: -1;
}
.group-index .title-block.object:after {
	content: "";
	position: absolute;
	left: 0;
	top: 29px;
	width: 100%;
	height: 1px;
	background: var(--v247-panel-divider);
	z-index: -1;
	transform: none;
}
.group-index .title-block .wrap-content {
	display: inline-block;
	padding: 0 15px;
}
.group-index .title-block .title-group {
	display: inline-block;
	margin: 0;
	padding: 10px;
	background: var(--v247-site-surface);
	color: var(--v247-heading-text);
	font-family: var(--v247-font-family);
	font-size: var(--v247-home-section-title);
	font-weight: var(--v247-heading-weight);
	line-height: 1.35;
	text-align: center;
	text-transform: uppercase;
}
.group-index .title-block .title-group-note {
	text-align: center;
	font-style: italic;
	font-size: 15px;
	color: #9c9c9c;
}
.box-banner-index img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-banner-index img:hover {
	box-shadow: 0px 5px 5px #989797;
	-ms-transform: translate(0px,-3px);
	-webkit-transform: translate(0px,-3px);
	transform: translate(0px,-3px);
}
.btn-view-more {
	color: var(--v247-accent);
	font-weight: bold;
}
.blog-first-grande {
	position: relative;
	margin-bottom: 15px;
}
.blog-first-grande .boxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(51%, transparent), color-stop(91%, rgba(0, 0, 0, 0.81)), color-stop(100%, rgba(0, 0, 0, 0.81)));
	background: -webkit-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
	background: -o-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
	background: -ms-linear-gradient(top, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 51%, rgba(0, 0, 0, 0.81) 91%, rgba(0, 0, 0, 0.81) 100%);
}
.blog-first-grande .article-description-index {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	color: #fff;
	padding: 0 10px 10px;
}
.blog-first-grande .article-description-index .article-title {
	font-size: 22px;
	margin-top: 0;
	color: #fff;
}
.blog-section-thumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.blog-section-thumb .article-image-index {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100px;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
}
.blog-section-thumb .article-description-index {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
	padding-left: 10px;
}
.blog-section-thumb .article-description-index .article-title {
	font-size: 15px;
	margin: 0 0 5px;
	font-weight: normal;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
}
.blog-section-thumb .article-description-index .article-created-index,
#blog-index .article-description-index-2 .article-created-index-2 {
	font-size: 13px;
	font-style: italic;
	color: #777;
	margin-bottom: 5px;
}
#blog-index .article-description-index-2 .article-title-2 {
	margin: 0;
	padding: 10px 0 5px;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
}
#blog-index .article-description-index-2 .article-excerpt-or-content-first-2 {
	color: #565656;
}
.brand-carousel {
	padding: 20px 0;
}
.brand-carousel .owl-carousel img {
	margin: 0 auto;
	opacity: 0.3;
}
.brand-carousel .owl-carousel a:hover img {
	opacity: 1;
} 
/*** End index.css ***/

/* 6J2J: Tin tức và tab chỉ dùng tại Trang chủ. */
.blog-slider-item {
	position: relative;
	width: 100%;
}
.blog-slider-item img {
	width: 100%;
	height: 535px;
	overflow: hidden;
}
@media (min-width: 320px) and (max-width: 449px) {
	.blog-slider-item { margin-bottom: 15px; }
	.blog-slider-item img { height: auto; }
}
@media (min-width: 450px) and (max-width: 767px) {
	.blog-slider-item { margin-bottom: 15px; }
	.blog-slider-item img { height: auto; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.blog-slider-item { margin-bottom: 20px; }
	.blog-slider-item img { height: auto; }
}
@media (min-width: 992px) and (max-width: 1024px) {
	.blog-slider-item img { height: auto; }
}

.group-index .nav-tabs {
    text-align: center;
    margin: 30px 0 0 0;
    display: flex;
    border: 0;
    justify-content: center;
}

.group-index .nav-tabs > li {
    float: none;
    border: 0;
    background: var(--v247-panel-bg);
    border-top: 2px solid var(--v247-panel-border);
    margin: 0;
}

.group-index .nav-tabs>li.active>a, .group-index .nav-tabs>li:hover>a {
    background-color: var(--v247-panel-header-bg);
    color: var(--v247-heading-text);
    border: 0;
}

.group-index .nav-tabs>li>a {
    border-radius: 0;
    margin: 0;
    border: 0;
}

.group-index .nav-tabs>li.active, .group-index .nav-tabs>li:hover {
    border-color: var(--v247-accent);
}

@media (max-width: 767px) {
	.group-index .title-block .title-group {
		font-size: var(--v247-home-section-title-mobile);
	}
	.group-index .nav-tabs {
		flex-wrap: nowrap;
		overflow: auto;
	}
	.group-index .nav-tabs > li {
		white-space: nowrap;
	}
}

