.blog-container {
	/* Main Featured Article */
	/* Right Sidebar */
	/* Responsive Design */
	padding: 30px 0px 10px;
}

.blog-container .news-grid {
	display: grid;
	grid-template-columns: 37% 20% 40%;
	gap: 20px;
}


.blog-container .main-article .wrap-img {
	margin-bottom: 12px;
}

.blog-container .main-article img {
	width: 100%;
	object-fit: cover;
	display: block;
	height: 336px;
}

.blog-container .main-article-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.4;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-container .main-article-description {
	font-size: 14px;
	line-height: 1.6;
	opacity: 0.95;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-container .sidebar {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.blog-container .sidebar-item {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 15px;
}

.blog-container .sidebar-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.blog-container .sidebar-item-image {
	width: 100%;
	height: 165px;
	object-fit: cover;
}

.blog-container .sidebar-item-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.blog-container .sidebar-item-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 3px;
	line-height: 1.4;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-container .sidebar-item-description {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 1200px) {
	.blog-container .news-grid {}

	.blog-container .main-article {}
}

@media (max-width: 768px) {
	.blog-container body {
		padding: 10px;
	}

	.blog-container .container {
		padding: 15px;
	}

	.blog-container .sidebar-item {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.blog-container .sidebar-item-image {
		height: 220px;
	}

	.blog-container .main-article {}

	.blog-container .main-article-title {
		font-size: 20px;
	}

	.blog-container .main-article-description {
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	.blog-container .sidebar-item-description {
		-webkit-line-clamp: 3;
	}

	.blog-container .sidebar-item-title {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.blog-container .main-article {
		/* height: 350px; */
	}

	.blog-container .main-article-overlay {
		/* padding: 20px; */
	}

	.blog-container .main-article-title {
		font-size: 18px;
	}

	.blog-container .sidebar-item-image {
		height: 250px;
	}
}


.item-banner-blog img {
	display: block;
	height: 167px;
	object-fit: cover;
}

.item-banner-blog {
	margin-bottom: 15px;
}

.blog-container-tabs-news {
	padding-bottom: 5px;
	padding-top: 20px;
}

.blog-container-tabs-news .left-col .item {
	display: grid;
	grid-template-columns: 42% auto;
	gap: 10px;
	align-items: center;
}

.blog-container-tabs-news .left-col .item:not(:last-child) {
	margin-bottom: 18px;
}

.blog-container-tabs-news .left-col {
	padding-right: 25px;
}

.blog-container-tabs-news .left-col img {
	height: 127px;
	object-fit: cover;
	border-radius: 8px;
}

.blog-container-tabs-news .left-col h3 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
}

.blog-container-tabs-news .left-col p {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 4px;
}

.blog-container-tabs-news .main-col img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
	border-radius: 10px;
}

.blog-container-tabs-news .main-col h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 8px 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-container-tabs-news .main-col .des {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-container-tabs-news .main-col p {
	font-size: 14px;
	line-height: 1.6;
}

.blog-container-tabs-news .right-col {
	padding-left: 25px;
}

.blog-container-tabs-news .tabs input {
	display: none;
}

.sk-images-grid .slick-slide {
	margin: 0 10px;
}

.sk-images-grid .slick-list {
	margin: 0 -10px;
}

.blog-container-tabs-news .tab-labels.right {
	justify-content: right;
}

.ketnoigiaothuong.blog-container-tabs-news .tab-labels label {
	padding: 8px 18px;
	border-radius: 20px;
	background: #fff;
}	


.blog-container-tabs-news .tab-labels label {
	font-size: 15px;
	font-weight: 600;
	padding: 8px 12px;
	text-align: center;
	background: #f2f2f2;
	cursor: pointer;
	margin-bottom: 0;
	border-radius: 8px;
}

.blog-container-tabs-news #tab1:checked~.tab-labels label[for="tab1"],
.blog-container-tabs-news #tab2:checked~.tab-labels label[for="tab2"],
.blog-container-tabs-news #tab3:checked~.tab-labels label[for="tab3"] {
	background: #fff;
	color: #d33;
	border-bottom: 1px solid #fff;
}


.blog-container-tabs-news #tab1:checked~.tab-content .content1,
.blog-container-tabs-news #tab2:checked~.tab-content .content2,
.blog-container-tabs-news #tab3:checked~.tab-content .content3 {
	display: block;
}

.blog-container-tabs-news .tab-content ul {
	list-style: none;
}

.blog-container-tabs-news .tab-content li {
	font-size: 16px;
	padding: 0px 0 13px 23px;
	border-bottom: 1px dashed #ccc;
	position: relative;
	line-height: 1.4;
	font-weight: 600;
}

.blog-container-tabs-news .tab-content li:not(:last-child) {
	margin-bottom: 13px;
}

.blog-container-tabs-news .tab-content li::before {
	content: "";
	background: url(../images/line.png);
	position: absolute;
	left: 0;
	color: #d33;
	width: 15px;
	height: 15px;
	background-size: contain;
	top: 3px;
}

.title-page {
	display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom: 20px;
}

.title-page .dot {
	width: 12px;
    height: 12px;
    background: #e74c3c;
    transform: rotate(45deg);
}

.title-page h2 {
	font-size: 18px;
    font-weight: 600;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.blog-container-tabs-news .container {
		width: 95%;
		grid-template-columns: 1fr;
	}
}


.right-blog-2-tab-new {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.blog-container-tabs-news .tab-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
	margin-bottom: 15px;
}

.blog-container-tabs-news .tab-labels {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
	flex: 1;
	min-width: 0;
	
}

/* Ẩn scrollbar */
.blog-container-tabs-news  .tab-labels::-webkit-scrollbar {
    display: none;
}

.blog-container-tabs-news  .tab-nav {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}

.blog-container-tabs-news .btn {
    display: flex;
}

.blog-container-tabs-news .btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.blog-container-tabs-news .tab-nav {
    display: none;
}

.blog-container-tabs-news .content {
	display: none;
}

.blog-container-tabs-news .content.active {
	display: block;
}

.blog-container-tabs-news .tab-labels img {
	height: 17px;
	margin-right: 5px;
}

.blog-container-tabs-news .tab-labels img {
	display: none;
}

.blog-container-tabs-news .tab-labels .tab-btn.active img {
	display: flex;
	align-items: center;
}


.content-langmo {
	/* Left Panel - LÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ng TiÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªn sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© MÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ TrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ch */
	/* Right Panel - Trang vÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ng liÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡t sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© */
	/* Tab content visibility */
	/* Animations */
	/* Responsive */
}

.content-langmo .ctnr {
	display: flex;
	gap: 0px 20px;
}

.content-langmo .left-panel {
	width: 37%;
	background: url(../images/2.png);
	padding: 20px 30px 0px;
}

.content-langmo .left-panel h2 {
	margin-bottom: 30px;
	text-align: left;
	animation: fadeInDown 1s ease;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	color: rgb(215, 0, 0);
	font-kerning: normal;
	text-decoration-line: none;
	text-decoration-thickness: initial;
	text-decoration-style: initial;
	text-align: center;
	text-shadow:
        1px 1px 0 #fea97f,
        -1px 1px 0 #fea97f,
        1px -1px 0 #fea97f,
        -1px -1px 0 #fea97f,
        0 3px 6px rgba(0, 0, 0, 0.4);
}

.content-langmo .news-item {
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: 40% auto;
	gap: 20px;
}

.content-langmo .news-item img {
	height: 129px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	transition: transform 0.4s ease;
}

.content-langmo .news-item .news-content {
	flex: 1;
}

.content-langmo .news-item h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: 700;
}

.content-langmo .right-panel {
	width: 63%;
	background: #fff;
	overflow-y: auto;
}

.content-langmo .hero-banner img {
	height: 126px;
	object-fit: cover;
	width: 100%;
	margin-bottom: 15px;
}

.content-langmo .hero-banner h2 {
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 1;
	animation: fadeInScale 1.2s ease;
}

.content-langmo .nav-tabs {
	display: flex;
	padding: 0;
	gap: 0px 15px;
	margin-top: 10px;
}

.content-langmo .nav-tab {
	padding: 10px 18px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	background: #f2f2f2;
	border-radius: 5px;
}

.content-langmo .nav-tab:last-child {
	border-right: none;
}

.content-langmo .nav-tab.active {
	background: #fff;
	color: #d32f2f;
}

.blog-container-tabs-news .tab-labels .tab-btn.active img {
    width: unset;
}
.content-langmo .nav-tab:hover {
	background: #fff;
	transform: translateY(-2px);
}

.content-langmo .content-area {
	padding: 15px 0px 0px;
}

.content-langmo .main-article {
	width: 100%;
	margin-bottom: 40px;
	animation: fadeInUp 1s ease;
}

.content-langmo .main-article img {
	width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.content-langmo .main-article img:hover {
	transform: scale(1.02);
}

.content-langmo .article-content {
	flex: 1;
}

.content-langmo .article-content h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.5;
}

.content-langmo .article-content p {
	font-size: 14px;
	line-height: 1.4;
	color: #555;
	text-align: justify;
}

.content-langmo .info-list {
	list-style: none;
	padding: 0;
}

.content-langmo .info-list li {
	padding: 0px 0px 15px;
	border-bottom: 2px dashed #eee;
	font-size: 15px;
	line-height: 1.6;
	position: relative;
	padding-left: 25px;
	transition: all 0.3s ease;
	animation: fadeInRight 0.8s ease;
	margin-bottom: 15px;
}

.content-langmo .info-list li:nth-child(1) {
	animation-delay: 0.1s;
	padding-top: 0px;
}

.content-langmo .info-list li:nth-child(2) {
	animation-delay: 0.2s;
}

.content-langmo .info-list li:nth-child(3) {
	animation-delay: 0.3s;
}

.content-langmo .info-list li:nth-child(4) {
	animation-delay: 0.4s;
}

.content-langmo .info-list li:hover {
	/* background: #fff5f5; */
}

.content-langmo .info-list li::before {
	font-size: 20px;
	content: "";
	background: url(../images/line.png);
	position: absolute;
	left: 0;
	color: #d33;
	width: 15px;
	height: 15px;
	background-size: contain;
	top: 5px;
}

.content-langmo .info-list li strong {
	color: #1a1a1a;
}

.content-langmo .tab-content {
	/* display: none; */
	animation: fadeIn 0.5s ease;
}

.content-langmo .tab-content.active {
	display: flex;
	gap: 0px 15px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInScale {
	from {
		opacity: 0;
		transform: scale(0.9);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes glowPulse {

	0%,
	100% {
		opacity: 0.5;
	}

	50% {
		opacity: 1;
	}
}

.content-langmo .info-list li:last-child {
	border-bottom: none;
}

@media (max-width: 1024px) {
	.content-langmo .container {
		flex-direction: column;
	}

	.content-langmo .left-panel,
	.content-langmo .right-panel {}

	.content-langmo .main-article {
		flex-direction: column;
	}

	.content-langmo .main-article img {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.content-langmo .news-item {
		flex-direction: column;
		margin-bottom: 0px !important;
	}

	.content-langmo .news-item img {
		width: 100%;
	}

	.content-langmo .nav-tabs {
		/* flex-direction: column; */
	}

	.content-langmo .nav-tab {
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
}


.ketnoigiaothuong {
	/* ===== HEADER ===== */
	/* ===== TABS ===== */
	/* ===== CONTENT GRID ===== */
	/* MAIN NEWS */
	/* LIST NEWS */
	/* SIDEBAR */
	/* TAB PANE */
	/* RESPONSIVE */
	padding: 30px 0px;
	background: url(../images/1.png);
}

.ketnoigiaothuong .container {
	max-width: 1200px;
	margin: 30px auto;
	background: #f6f6f6;
	padding: 20px;
}

.ketnoigiaothuong .header {
	/* display: flex;
	align-items: center; */
	margin-bottom: 20px;
	/* gap: 10px 20px;
	justify-content: space-between; */
}

.ketnoigiaothuong .title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ketnoigiaothuong .title .dot {
	width: 12px;
	height: 12px;
	background: #e74c3c;
	transform: rotate(45deg);
}

.ketnoigiaothuong .title h2 {
	font-size: 18px;
	font-weight: 600;
}

.ketnoigiaothuong .tabs {
	display: flex;
	gap: 10px;
}

.ketnoigiaothuong .tab {
	padding: 8px 18px;
	border-radius: 20px;
	border: none;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
}

.ketnoigiaothuong .tab.active {
	font-weight: 600;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.ketnoigiaothuong .content {
	display: grid;
	grid-template-columns: 2.2fr 2fr 1.2fr;
	gap: 20px;
}

.ketnoigiaothuong .main-news img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.ketnoigiaothuong .main-news h3 {
	margin-top: 12px;
	font-size: 18px;
	line-height: 1.4;
}

.ketnoigiaothuong .news-item {
	display: grid;
	grid-template-columns: 40% auto;
	gap: 12px;
}

.ketnoigiaothuong .news-item:not(:last-child) {
	margin-bottom: 20px;
}

.ketnoigiaothuong .news-item img {
	width: 100%;
	height: 130px;
	object-fit: cover;
}

.ketnoigiaothuong .news-item h4 {
	font-size: 15px;
	margin-bottom: 5px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ketnoigiaothuong .news-item .des {
	font-size: 13px;
	color: #555;
	line-height: 1.4;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ketnoigiaothuong .hover-effect {
	height: 100%;
}

.ketnoigiaothuong .sidebar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ketnoigiaothuong .tab-pane {
	display: none;
}

.ketnoigiaothuong .tab-pane.active {
	display: block;
}

@media (max-width: 992px) {
	.ketnoigiaothuong .content {
		grid-template-columns: 1fr 1fr;
	}

	.ketnoigiaothuong .sidebar {
		display: none;
	}
}

/* ===== HEADER ===== */
.sk-images {
	/* ===== TABS ===== */
	/* ===== GRID ===== */
	/* ===== CARD ===== */
	/* ===== OVERLAY TEXT ===== */
	padding: 30px 0px;
}

.sk-images .section-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.sk-images .section-header .icon {
	width: 12px;
	height: 12px;
	background: #ff6a00;
	transform: rotate(45deg);
}

.sk-images .section-header h2 {
	font-size: 20px;
	font-weight: 600;
}

.sk-images .tabs {
	display: flex;
	gap: 14px;
	margin-bottom: 25px;
}

.sk-images .tabs span {
	padding: 8px 22px;
	border-radius: 30px;
	background: #f3f3f3;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.sk-images .tabs span.active {
	background: #f3f3f3;
	color: #000;
}

.sk-images .card {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.sk-images .card .wrap-img {
	padding-bottom: 141%;
}

.sk-images .card .caption {
	    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 14px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: linear-gradient(to top, rgba(255, 0, 0, 0.9), rgba(255, 0, 0, 0.5), transparent);
}

.box-title-images-sk {
	display: flex;
	gap: 0px 50px;
	justify-content: space-between;
}

.logo-slider-wrapper {
	width: 100%;
	padding: 25px 0;

	/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨n mÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©i tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªn nÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿u khÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ng cÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§n */
	background: url(../images/1.png);
}

.logo-slider-wrapper .logo-slider {
	max-width: 1400px;
	margin: 0 auto;
}

.logo-slider-wrapper .logo-item {
	background: #c1c1c140;
	border-radius: 4px;
	padding: 17px;
	height: 105px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border: 1px solid #cdcdcd9c;
	margin: 0px 10px;
}

.logo-slider-wrapper .logo-item img {
	max-width: 100%;
	max-height: 60px;
	object-fit: contain;
}

.logo-slider-wrapper .slick-prev,
.logo-slider-wrapper .slick-next {
	/* display: none !important; */
}

.container-banner-mode {
	display: flex;
	gap: 0px 20px;
}

.container-banner-mode img {
	height: 130px;
	width: 100%;
	display: block;
	object-fit: cover;
}

.item-banner-mode {
	width: 50%;
}

section.banner-center-mode {
	padding: 10px 0px;
}

.content-langmo {
	margin-bottom: 25px;
}

section.logo-slider-wrapper .slick-list.draggable {
	margin: 0px -10px;
}

/* .logo-slider-wrapper .slick-arrow {
	opacity: 1;
} */

.logo-slider-wrapper .slick-prev i {
	font-size: 15px;
	color: #000;
}

.logo-slider-wrapper .slick-next i {
	color: #000;
	font-size: 15px;
}
.sk-images .slick-dots {
    margin-top: 10px;
}
@media(max-width:990px) {
	.blog-container .news-grid {
		display: block;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}


	.item-banner-blog img {
		width: 100%;
		height: auto;
	}

	.blog-container .main-article {
		width: 45%;
	}

	.banner-center-blog {
		flex: 3;
		width: 100%;
		/* display: none; */
	}

	.blog-container-tabs-news .left-col {
		display: flex;
		gap: 0px 20px;
		margin-bottom: 10px;
	}

	.blog-container-tabs-news .left-col .item {
		display: block;
	}

	.blog-container-tabs-news .left-col .item img {
		width: 100%;
		margin-bottom: 15px;
		height: 196px;
	}

	.container-blog-right-news {
		margin-bottom: 20px;
	}

	.blog-container-tabs-news .main-col img {
		margin-bottom: 10px;
	}

	.blog-container-tabs-news .main-col h2 {
		margin: 8px 0 12px;
	}

	.content-langmo .ctnr {
		display: block;
	}

	.content-langmo .left-panel {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 0px 24px;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.content-langmo .news-item {
		display: block;
		/* width: 31%; */
	}

	.content-langmo .left-panel h2 {
		width: 100%;
	}

	.content-langmo .news-item img {
		width: 100%;
		height: 184px;
		margin-bottom: 10px;
	}

	.content-langmo .right-panel {
		width: 100%;
	}

	.box-title-images-sk {
		flex-wrap: wrap;
	}

	.ketnoigiaothuong .header {
		flex-wrap: wrap;
	}
}

@media(max-width:767px) {
	.content-langmo .info-list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

	.content-langmo .left-panel {
		display: block;
		padding: 20px;
	}

	.blog-container-tabs-news .left-col {
		display: block;
	}

	.blog-container .sidebar {
		display: block;
	}

	.blog-container .sidebar-item-content {
		margin-bottom: 18px;
	}

	.blog-container .news-grid {
		display: block;
	}

	.blog-container .main-article {
		margin-bottom: 20px;
		width: 100%;
	}

	.blog-container .sidebar {
		flex-direction: unset;
		width: 100%;
	}

	.ketnoigiaothuong .header {
		gap: 20px 20px;
	}

	.ketnoigiaothuong .tabs {
		overflow-x: auto;
        white-space: nowrap;
	}

	.container-banner-mode {
		flex-wrap: wrap;
		gap: 10px;
	}

	.item-banner-mode {
		width: 100%;
	}

	.container-banner-mode img {
		height: auto;
	}

	.ketnoigiaothuong .title {
		margin-bottom: 15px;
	}

	.ketnoigiaothuong.blog-container-tabs-news .tab-wrapper {
		margin-bottom: 0;
	}
}

@media(max-width:575px) {
	.blog-container-tabs-news .tab-labels label {
		width: 100%;
		min-width: max-content;
		max-width: fit-content;
	}

	.blog-container-tabs-news .tab-labels.right {
		justify-content: unset;
	}

	.right-blog-2-tab-new {
		grid-template-columns: 1fr;
	}

	.blog-container-tabs-news .tab-content {
		padding-left: 0px;
	}

	.content-langmo .nav-tab {
		width: 100%;
		min-width: max-content;
		max-width: fit-content;
		border: none;
	}

	.content-langmo .nav-tabs {
		overflow-x: scroll;
	}

	.content-langmo .tab-content.active {
		display: block;
	}

	.ketnoigiaothuong .tab {
		width: 100%;
		min-width: max-content;
		max-width: fit-content;
	}

	.ketnoigiaothuong .content {
		grid-template-columns: 1fr;
	}

	.sk-images .tabs span {
		width: 100%;
		min-width: max-content;
		max-width: fit-content;
	}

	.sk-images .tabs {
		overflow-x: scroll;
	}

	.ketnoigiaothuong .main-news img {
		height: auto;
	}

	.content-langmo .left-panel h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.content-langmo .news-item h3 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.blog-container-tabs-news .right-col {
		padding-left: 0;
		margin-top: 15px;
	}

	.content-langmo {
		margin-bottom: 0;
	}

	.container-blog-right-news {
		margin-bottom: 0;
	}

	.blog-container-tabs-news .left-col {
		padding-right: 0;
		margin-bottom: 20px;
	}

	.blog-container-tabs-news .left-col .item {
		margin-bottom: 10px !important;
	}

	.blog-container .main-article img {
		height: 260px;
	}
}