/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

/*Hoàng Lộc*/

:root{
	--primary: #CA1A2C;
	--gray: #5A5A5A;
	--border: #ebebeb;

}

.fz-300{
	font-weight: 300;
}

.fz-20px{
	font-size: 20px;
}

.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 5px;
}

.carousel-indicators .active{
	background-color: var(--primary);
}

.padding-site{
	padding: 30px 0;
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	transition: all .25s ease !important;
}

.por{
	position: relative;
}

.uppercase{
	text-transform: uppercase;
}

.aife{
	align-items: flex-end;
}

.aifs{
	align-items: flex-start;
}

.lh-24px{
	line-height: 24px;
}

.lh-32px{
	line-height: 32px;
}

hr{
	margin: 0;
	padding: 0;
}

.icon-32px{
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

.tac{
	text-align: center !important;
}

.tar{
	text-align: right !important;
}

.w-10{
	width: 10% !important;
}

.w-20{
	width: 20% !important;
}

.w-30{
	width: 30% !important;
}

.w-40{
	width: 40% !important;
}

.w-50{
	width: 50% !important;
}

.w-60{
	width: 60% !important;
}

.w-70{
	width: 70% !important;
}

.w-80{
	width: 80% !important;
}

.w-90{
	width: 90% !important;
}

.w-100{
	width: 100% !important;
}

.df{
	display: flex;
}

.aic{
	align-items: center;
}

.jcc{
	justify-content: center;
}

.flex-between{
	display: flex;
	justify-content: space-between;
}

.jcsb {
	justify-content: space-between !important;
}

.flex-around{
	display: flex;
	justify-content: space-around;
}

.flex-column-6px{
	display: flex;
	flex-direction: column;
	gap: 6px;
	height: 180px;
}

.flex-column-8px{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

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

.flex-column-16px{
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.flex-column-20px{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.flex-column-24px{
	display: flex;
	flex-direction: column;
/*	gap: 24px;*/
}

.flex-column{
	display: flex;
	flex-direction: column;
}

.flex-row-6px{
	display: flex;
	gap: 6px;
}

.flex-row-8px{
	display: flex;
	gap: 8px;
}

.flex-row-12px{
	display: flex;
	gap: 12px;
}

.flex-row-16px{
	display: flex;
	gap: 16px;
}

.flex-row-20px{
	display: flex;
	gap: 20px;
}

.flex-row-24px{
	display: flex;
	gap: 24px;
}

.text-1-row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: left;
}

.text-2-row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-3-row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-4-row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.text-5-row{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.fx1{
	flex: 1;
}

.fxs0{
	flex-shrink: 0;
}

.icon-24px{
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.icon-20px{
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.icon-16px{
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

textarea{
	resize: vertical;
}

.aibs{
	align-items: baseline;
}

label{
	margin: 0 !important;
	font-weight: 400;
}
.block-box{
	margin-bottom: 30px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
	background-image: unset;
}

.breadcrumb-edit{
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 0;
	font-size: 20px;
	width: max-content;
	padding-left: unset!important;
	margin-bottom: 30px;
}
.breadcrumb-edit a{
	color: #5A5A5A
}
.red-36-400{
	color: var(--primary);
	font-size: 36px;
	font-weight: 400;
}

.lh-42px{
	line-height: 42px;	
}

.grid-gioithieu{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.img-gioithieu{
	width: 100%;
	max-height: 266px;
	object-fit: contain;
}

.content-grid-gioithieu{
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.fw-700{
	font-weight: 700;
}

.black-16-400{
	color: #000;
	font-size: 15px;
	font-weight: 400;
}

/*.lh-18px{
	line-height: 25px;
}*/

.ob-contain{
	object-fit: contain;
}

.flex-contact-gioithieu{
	display: flex;
	align-items: center;
	gap: 24px;
}

.line-red{
	width: 1px;
	height: 100%;
	background-color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.container {
	width: 100%;
}

.grid-tamnhin-sumenh{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}

.item-grid-tamnhin-sumenh{
	box-shadow: 10px 10px 10px 0px #0000001A;
	background-color: #fff;
	height: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.title-tamnhin{
	font-size: 20px;
	font-weight: 700;
	line-height: 23.44px;
	text-align: center;
	color: #5A5A5A;
}

.black-14-400{
	color: #000;
	font-weight: 400;
	font-size: 14px;
}

.flex-column-36px{
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.banner-tieuchi{
	width: 100%;
	height: 245px;
	position: relative;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 40px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-tieuchi:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--primary);
	opacity: .7;
}

.item-banner-tieuchi{
	width: 177px;
	height: 157px;
	border-radius: 50%;
	background-color: #fff;
	z-index: 2;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-shrink: 0;
	padding: 10px;
	img{
		width: 60px;
		height: 60px;
	}
}

.text-tieuchi{
	color: var(--gray);
	h3{
		font-size: 32px;
		font-weight: 700;
		line-height: 37.5px;
		text-align: center;
	}
	span{
		font-size: 16px;
		font-weight: 700;
		line-height: 18.75px;
		text-align: center;
	}
}

.gray-30-700{
	color: var(--gray);
	font-size: 30px;
	font-weight: 700;
}

.frame-logo-site{
	border: 1px solid var(--border);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	img{
		width: 80px;
		height: 80px;
		object-fit: contain;
	}
}

.grid-fanpage{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	align-items: flex-start;
}

.item-grid-fanpage{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 24px;
	img{
		width: 100%;
		height: 315px;
		object-fit: contain;
	}
	nav{
		width: 100%;
		.nav-tabs{
			display: flex;
			justify-content: space-between;
		}
	}
}

.btn-red-outline{
	width: max-content;
	padding: 6px 12px;
	border: 1px solid var(--primary);
	color: var(--primary) !important;
	font-size: 20px;
	font-weight: 600;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.btn-red-outline:hover{
	background-color: var(--primary);
	color: #fff !important;
}

.btn-tab{
	width: max-content;
	padding: 6px 12px;
	border: 1px solid var(--primary) !important;
	color: #fff !important;
	background-color: var(--primary);
	font-size: 20px;
	font-weight: 600;
	border-radius: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.btn-tab.active{
	background-color: transparent;
	color: var(--primary) !important;
}

.tab-pane.show {
	opacity: 1;
}

.nav-tabs{
	border-bottom: 0;
}

.width-iframe{
	width: 100%;
	.tab-pane{
		width: 100%;
		iframe{
			width: 100%;
		}
	}
}

.gray-36-400{
	color: var(--gray);
	font-size: 36px;
	font-weight: 400;
}

.edit-button-form{
	img{
		width: 40px;
		height: 40px;
		flex-shrink: 0;
	}
}

.edit-form-lienhe{
	width: 100%;
	input,textarea{
		width: 100%;
		background-color: #F5F5F5;
		color: #5A5A5A;
		font-size: 20px;
		font-weight: 400;
		line-height: 28px;
		height: 47px;
		border-radius: 10px;
		padding-left: 16px;
		border: 0;
	}
	textarea{
		min-height: 150px;
	}
}

.gap-20px{
	gap: 20px;
}

.btn-red-inline{
	width: max-content;
	padding: 6px 12px;
	border: 1px solid var(--primary) !important;
	color: #fff !important;
	background-color: var(--primary);
	font-size: 20px;
	font-weight: 600;
	border-radius: 10px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.radius-24px{
	border-radius: 4px !important;
}

.p-6px-24px{
	padding: 6px 24px;
}

.grid-right-sidebar{
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 20px;
}

.grid-right-sidebar2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}


.item-post-grid{
	padding: 20px 0;
	border-bottom: 1px solid var(--border);
}
.item-post-grid{
	color: #000
}
.item-post-grid:hover a{
	color: var(--primary)
}
.item-post-grid h3{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
}
.item-post-grid h3 a{
	color: #000
}
.item-post-grid:nth-child(1){
	padding-top: 0;
}

.item-post-grid:hover{
	.black-26-400{
		color: var(--primary);
	}
}

.gray-14-400{
	color: var(--gray);
	font-size: 14px;
	font-weight: 400;
}

.black-30-400{
	color: #000;
	font-size: 30px;
	font-weight: 400;
}

.black-26-400{
	color: #000;
	font-size: 26px;
	font-weight: 400;
}

.img-post{
	position: relative;

	width: 270px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;


}
.img-post .img-4-3{
	overflow: hidden;
	box-shadow: 10px 10px 16px 0px rgba(201, 201, 201, 0.75);
	-webkit-box-shadow: 10px 10px 16px 0px rgba(201, 201, 201, 0.75);
	-moz-box-shadow: 10px 10px 16px 0px rgba(201, 201, 201, 0.75);
	border-radius: 8px;
}
.grid-item-top{
	display: flex;
	align-items: center;
	gap: 15px;
}

.black-14-600{
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.p-6px-0{
	padding: 6px 0;
}

.tag-post{
	color: #000 !important;
	font-weight: 400;
	font-size: 14px;
	width: max-content;
	padding: 6px 12px;
	background-color: #F2F2F2;
	border-radius: 24px;
}

.sidebar-post{
	border-radius: 6px;
	border: 1px solid var(--border);
	padding: 12px;
	display: flex;
	flex-direction: column;
}

.black-24-600{
	color: #000;
	font-size: 24px;
	font-weight: 600;
}

.black-20-500{
	color: #000;
	font-weight: 500;
	font-size: 20px;
}

.number-post{
	width: 20px;
	height: 20px;
	background-color: #FFECEC;
	color: var(--primary);
	font-size: 12px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
}

.sidebar-post{
	.item-post-grid{
		padding: 16px 0;
	}

	.item-post-grid:last-child{
		border-bottom: 0;
		padding-bottom: 0;
	}

	.item-post-grid:hover{
		.black-14-400{
			color: var(--primary);
			transform: translateX(10px);
		}
	}
	height: max-content;
	top: 80px;
}

.sidebar-post-2{
	border-radius: 6px;
	border: 1px solid var(--border);
	padding: 12px;
	display: flex;
	flex-direction: column;
	height: max-content;
	.item-post-grid{
		padding: 16px 0;
	}

	.item-post-grid:last-child{
		border-bottom: 0;
		padding-bottom: 0;
	}
}

.red-48-700{
	color: var(--primary);
	font-size: 31px;
	font-weight: 700;
	font-family: 'SFUGaramondSemiBold', serif;
}

.line-1px{
	width: 1px;
	height: 100%;
	background-color: var(--primary);
	display: flex;
	align-content: center;
	justify-content: center;
	flex-shrink: 0;
}

.red-32-400{
	color: var(--primary);
	font-size: 20px;
	font-weight: 400;
}

.underline-red{
	text-decoration: underline;
}

.lh-normal{
	line-height: normal;
}	

.pb-10px{
	padding-bottom: 10px;
}

.pb-5px{
	padding-bottom: 5px;
}

.border-b-red{
	border-bottom: 1px solid var(--primary);
}

.italic{
	font-style: italic;
}

.grid-bds-lienquan{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.item-grid-bds{
	width: 100%;
	background-color: #fff;
	border: 1px solid var(--border);
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	display: block;
	margin-bottom: 10px;
	height: 320px;
	box-shadow: 0px 4px 4px 0px #00000040;
}

.item-grid-bds:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img-item-grid-bds{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 230px;
	width: 100%;
	position: relative;
	overflow: hidden;
	img{
		position: absolute;
		width: 24px !important;
		height: 24px;
		object-fit: contain;
		top: 10px;
		right: 10px;
	}
}

.content-item-grid-bds{
	padding: 6px 5px;
	display: flex;
	align-items: center;
	gap: 30px;
	flex: 1;
	font-family: 'SFUGaramondSemiBold', serif;
	
}

.gray-20-700{
	color: #ca1a2c;
	font-size: 20px;
	font-weight: 900;
}

.gray-16-700{
	color: #000000;
	font-size: 17px;
	font-weight: 900;
}
h3.gray-16-700.lh-normal{
	color: #ca1a2c;
}

.gray-10-400{
	color: var(--gray);
	font-size: 10px;
	font-weight: 400;
}

.gray-12-400{
	color: var(--gray);
	font-size: 12px;
	font-weight: 400;
}

.area-mini{
	img{
		width: 12px;
		height: 12px;
		object-fit: contain;
	}
}

.sidebar-post-2{
	img{
		width: 70px;
		height: 50px;
		object-fit: cover;
		border-radius: 6px;
		overflow: hidden;
	}

	.item-post-grid .flex-row-12px:hover{
		.black-14-400{
			color: var(--primary);
			transform: translateX(10px);
		}
	}
}

.grid-iconbanner{
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 12px;
	align-items: center;
}

.item-grid-iconbanner{
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.item-grid-iconbanner h2{
	font-size: 16px;
	vertical-align: bottom;
	margin: 0;
	padding: 0
}
.icon-item-grid-iconbanner{
	width: 70px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background-size: 80%;
	margin: 0 auto;
}

.black-16-600{
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.banner_css {
	height: 550px;
}

.frame-banner{
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
}

.eye-red{
	display: flex;
	align-items: center;
	gap: 4px;
	background-color: #fff;
	border-radius: 4px;
	padding: 3px;
	position: absolute;
	top: 2px;
	right: 2px;
	color: var(--primary);
	font-size: 10px;
	font-weight: 400;
}

.frame-right-sidebar{
	background-color: #F5F5F5;
	border-radius: 10px;
	border: 1px solid #5A5A5A73;
	padding: 12px 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	h3{
		font-size: 18px;
		font-weight: 600;
		line-height: 21.09px;
		color: #000;
		text-transform: uppercase;
	}
	.contact-grid{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
		a{
			font-size: 16px;
			font-weight: 600;
			line-height: 18.75px;
			background-color: #fff;
			width: 100%;
			padding: 5px;
		}
	}
}

.red-36-700{
	color: var(--primary);
	font-size: 36px;
	font-weight: 700;
}

.collapse-question{
	display: flex;
	flex-direction: column;
	gap: 24px;
	.card{
		border: 0;
	}
	.card-header{
		background-color: transparent !important;
	}
	button, button:hover, button:focus{
		font-size: 24px;
		font-weight: 400;
		line-height: 28.13px;
		color: #000;
		text-decoration: unset;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	button.collapsed{
		.fa{
			transform: rotate(90deg);
		}
	}
}

.grid-tintuckhac{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	.item-grid-tintuckhac{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
		.img-tintuckhac{
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			height: 175px;
		}
		.content-tintuckhac{
			padding: 12px;
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			background-color: #F5F5F5;
			h3{
				font-size: 16px;
				font-weight: 700;
				line-height: 18.75px;
				color: #000;
			}
			p{
				font-size: 14px;
				font-weight: 400;
				line-height: 16.41px;
				text-align: left;
				color: #5A5A5A;
			}
		}
	}
	.item-grid-tintuckhac:hover{
		h3{
			color: var(--primary);
		}
	}
}

.frame-banner-search{
	position: relative;
	margin-bottom: 30px;
}

.frame-search-input-banner{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
	width: 40%;
	input{
		height: 50px;
		width: 100%;
		border-radius: 24px;
		box-shadow: 0px 4px 4px 0px #00000040;
		padding-left: 24px;
		padding-right: 60px;
		border: 0;		
	}
	a{
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px;
	}
	i{
		font-size: 23px;
	}
}

.frame-search-input-banner button{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border: none;
	background-color: unset;
}


#pills-tabContent1 ul{

	border-bottom: unset!important;
}


.tab-capnhattintuc{
	h1{
		font-size: 32px;
		font-weight: 900;
		line-height: 46.88px;
		color: var(--primary);
		font-family: 'SFUGaramondSemiBold', serif;
	}

	ul{
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0px;
		border-bottom: 1px solid #000;
		font-family: 'SFUGaramondSemiBold', serif;
		button{
			font-size: 18px;
			font-weight: 700;
			line-height: 23.44px;
			text-align: center;
			padding: 10px 24px;
			color: #000;
		}
		button.active{
			background-color: var(--primary) !important;
			color: #fff;
			border-radius: unset !important;
			border-top-left-radius: 12px !important;
			border-top-right-radius: 12px !important;
		}
		button:hover{
			color: unset;
		}
	}
	ul:after, ul:before{
		content: none;
	}
	ul.pagination{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		border-bottom: 1px solid #000;
		button{
			font-size: 18px;
			font-weight: 700;
			line-height: 23.44px;
			text-align: center;
			padding: 10px 24px;
			color: #000;
		}
		button.active{
			background-color: var(--primary) !important;
			color: #fff;
			border-radius: unset !important;
			border-top-left-radius: 12px !important;
			border-top-right-radius: 12px !important;
		}
		button:hover{
			color: unset;
		}
	}
}

.grid-tab-tintuc{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	.item{
		width: 100%;
		height: 275px;
		display: flex;
		flex-direction: column;
		position: relative;
		overflow: hidden;
		border: 1px solid #D9D9D9;
		box-shadow: 0px 4px 4px 0px #00000040;
		border-radius: 7px;
		font-family: 'SFUGaramondSemiBold', serif;
		img{
			width: 100%;
			height: 60%;
			object-fit: cover;
			object-position: center;
		}
		div{
			padding: 6px;
			display: flex;
			flex-direction: column;
			gap: 12px;
			span{
				display: flex;
				align-items: center;
				justify-content: space-between;
				gap: 12px;
				h4,a{
					font-size: 13px;
					font-weight: 400;
					line-height: 11.72px;
					color: var(--gray);
				}
				a{
					border: 1px solid #ca1a2c;
					border-radius: 24px;
					padding: 6px 12px;
				}
			}
		}
		h3{
			font-size: 18px;
			font-weight: 500;
			line-height: 23.44px;
			color: #000000;
		}
		.eye-red{
			display: flex;
			flex-direction: row;
			padding: 2px;
			gap: 6px;
			top: 3px;
			right: 2px;
		}
	}
}

.grid-tab-tintuc{
	.item:hover{
		h3{
			color: var(--primary);
		}
	}
}

.h-40px{
	height: 40px;
}

.mt-20px{
	margin-top: 20px;
}

.fz-18px{
	font-size: 18px;
}

.tab-bdschothue{
	button{
		font-size: 15px !important;
		font-weight: 600;
		line-height: 28.13px;
		text-align: center;
		border: 1px solid var(--border);
		border-radius: 6px !important;
		padding: 12px 12px;
		background-color: transparent;
		color: var(--gray);
		white-space: nowrap;
		width: 100%;
		overflow: hidden;
	}
	button:hover{
		color: var(--primary);
	}
	button.active{
		background-color: var(--primary) !important;
		border: 1px solid var(--primary);
	}
	.owl-item{

		justify-content: center;
	}
}

.grid-bds-chothue{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.item-grid-bds-chothue{
	display: flex;
	flex-direction: column;
	height: auto;
	position: relative;
	border: 1px solid var(--border);
	border-radius: 6px;
	overflow: hidden;
	.img-bds-chothue{
		width: 100%;
		height: 195px;
		object-fit: cover;
		object-position: center;
	}
	.heart-post{
		width: 24px;
		height: 24px;
		position: absolute;
		object-fit: cover;
		object-position: center;
		top: 10px;
		right: 10px;
	}
	.label{
		font-size: 12px;
		font-weight: 600;
		line-height: 14.06px;
		text-align: center;
		border-radius: 6px;
		height: 24px;
		width: auto;
		display: unset!important;
		align-items: center;
		justify-content: center;

		flex-shrink: 0;
		padding: 4px 10px;
		position: absolute;
		top: 1px;
		right: 226px;
		left: auto;
	}
	.label-red{
		color: #fff;
		background-color: #ca1a2c;
		left: -217px !important;
	}
	.label-green{
		background-color: #166C00;
		color: #fff;
	}
	.label-yellow{
		background-color: #F8EE00;
		color: #000;
	}

}


.css_status{
	position: absolute;
	top: 10px;
	left: 10px;
}

.item-grid-bds-chothue:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.gray-10-700{
	color: #ca1a2c;
	font-size: 10px;
	font-weight: 500;
}

.item-winwin-bds{
	width: 100%;
	height: 350px;
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	position: relative;
	margin-bottom: 10px;
		.img-winwwin-bds{
		height: 268px;
		object-fit: cover;
		object-position: center;
	}
	.content{
		display: flex;
		flex-direction: column;
		gap: 10px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		box-shadow: 0px 4px 4px 0px #00000040;
		background-color: #fff;
		padding: 12px 8px;
		top:200px;
		width: 96%;
		border-radius: 10px;
		h3{
			font-size: 14px;
			font-weight: 700;
			line-height: 18.75px;
			color: #000;
			font-family: 'SFUGaramondSemiBold', serif;
			text-transform: uppercase;
		}
		h4{
			font-size: 15px;
			font-weight: 400;
			line-height: 19.06px;
			color: var(--gray);
			font-family: 'SFUGaramondSemiBold', serif;
		}
	}
	
}

.item-winwin-bds:hover{
	.content{
		h3{
			color: var(--primary);
		}
	}
}

.border-icon{
	border-top: 1px solid #000000CC;
	border-bottom: 1px solid #000000CC;
}

.grid-border-icon{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 36px;
	align-items: baseline;
	justify-content: space-between;
	.item{
		display: flex;
		flex-direction: column;
		gap: 12px;
		align-items: center;
		justify-content: center;
		img{
			width: 100px;
			height: 100px;
			object-fit: cover;
			object-position: center;
		}
		h2{
			font-size: 16px;
			font-weight: 600;
			line-height: 18.75px;
			text-align: center;
			color: #fff;
			background-color: var(--primary);
			padding: 4px 16px;
			border-radius: 24px;
		}
		h3{
			font-size: 14px;
			font-weight: 400;
			line-height: 16.41px;
			text-align: center;
			color: #000;
		}
	}
}

.radius-15px{
	border-radius: 15px;
}

.banner-homes{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.grid-bds-quocte{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	.item-grid-bds-chothue{
		height: 450px;
		.img-bds-chothue{
			height: 355px;
		}
		h3,h4{
			font-size: 20px;
			font-weight: 700;
			line-height: 30.5px;
			color: var(--gray);
		}
	}
}

.grid-video{
	display: grid;
	grid-template-columns: 2fr 1.5fr;
	gap: 30px;
	.item-video-large{
		display: flex;
		flex-direction: column;
		gap: 12px;
		position: relative;
		img{
			width: 100%;
			max-height: 445px;
			height: 100%;
			border-radius: 6px;
			overflow: hidden;
		}
		h3{
			color: #000;
			font-size: 19px;
			font-weight: 500;
		}
		h3:hover{
			color: var(--primary);
		}
	}
}



.modal.fade.show {
	opacity: unset ;
}

.modal-videos-class{
	position: relative;
	.frame-videos{
		width: 100%;
		height: 550px;
		background-color: #333;
	}
	.title-videos{
		position: absolute;
		bottom: -36px;
		left: 50%;
		transform: translateX(-50%);
		color: #fff;
		font-size: 20px;
		white-space: nowrap;
	}
	.close-modal{
		position: absolute;
		right: 0;
		top: -24px;
		i{
			font-size: 20px;
			color: #fff;
		}
	}
}

.w-modal-lg{
	width: 100%;
	max-width: 60%;
	margin-top: 100px;
}

header{
	z-index: 9;
}


.bg-black-modal:after{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .5;
}

.bg-black-modal{
	.modal-dialog{
		z-index: 9;
	}
}

.list-videos{
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: 445px;
	overflow: auto;
	.item{
		display: flex;
		align-items: flex-start;
		gap: 12px;
		img{
			width: 140px !important;
			height: 75px;
			object-fit: cover;
			object-position: center;
			border-radius: 6px;
			overflow: hidden;
		}
		svg{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			width: 30px;
			height: 30px;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-shrink: 0;
			filter: brightness(0) invert(1);
			opacity: .9;
		}
		h3{
			color: #000;
			font-size: 17px;
			font-weight: 300;
		}
		h3:hover{
			color: var(--primary);
		}
	}
}

/* Độ dài */
.list-videos::-webkit-scrollbar {
	width: 7px;
}

/* Khung ngoài*/
.list-videos::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #F1F1F1;
}

/* Khung trong*/
.list-videos::-webkit-scrollbar-thumb {
	background: #E0E0E0; 
	border-radius: 10px;
}

/* hover khung trong */
.list-videos::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

.viewmore-videos{
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.frame-banner-lonn{
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	img{
		width: 100%;
		height: 620px;
		object-fit: cover;
		object-position: center;
	}
	.content{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 12px 36px;
		background-color: rgb(0 0 0 / 63%);
		h3{
			font-size: 28px;
			font-weight: 500;
			line-height: 56.25px;
			color: #fff;
			text-transform: uppercase;
		}
		h4{
			font-size: 22px;
			font-weight: 300;
			line-height: 37.5px;
			color: #fff;
		}
		a{
			border: 2px solid #ca1a2c;
			font-size: 16px;
			font-weight: 700;
			line-height: 23.44px;
			text-align: center;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #D9D9D9;
			height: 40px;
			padding: 4px 16px;
			width: max-content;
			background-color: #fff;
			border-radius: 24px;
			margin-top: 10px;
		}
	}
}

.frame-delaithongtin{
	border: 1px solid #000000;
	background-color: #d9d9d9;
	padding: 16px 36px;
	border-radius: 40px;
	.grid{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 36px;
	}
	.form-left{
		display: flex;
		flex-direction: column;
		gap: 24px;
		align-items: center;
		justify-content: center;
		h3{
			font-size: 32px;
			font-weight: 500;
			line-height: 37.5px;
			text-align: center;
			color: #5A5A5A;
		}
		form{
			display: flex;
			flex-direction: column;
			gap: 6px;
			width: 100%;
			input{
				background-color: #fff;
				font-size: 16px;
				color: #5A5A5A;
				width: 100%;
				height: 34px;
				border-radius: 10px;
			}
			button{
				background-color: var(--primary);
				color: #fff;
				font-size: 16px;
				width: max-content;
				height: 40px;
				padding: 6px 24px;
				margin-left: auto;
				border-radius: 6px;
				border: 1px solid var(--primary);
			}
		}
	}
	.contact-right{
		display: flex;
		flex-direction: column;
		gap: 12px;
		align-items: center;
		justify-content: center;
		h4{
			font-size: 24px;
			font-weight: 700;
			line-height: 28.13px;
			text-align: center;
			color: #5A5A5A;
		}
		h3{
			font-size: 40px;
			font-weight: 700;
			line-height: 46.88px;
			text-align: center;
			color: var(--primary);
		}
		a{
			background-color: var(--primary);
			padding: 12px 24px;
			color: #fff;
			height: 45px;
			font-size: 16px;
			font-weight: 700;
			line-height: 28.13px;
			text-align: center;
			display: flex;
			align-items: center;
			justify-content: center;
			width: max-content;
			border-radius: 6px;
		}
	}
}

.frame-boloc{
	display: flex;
	align-items: center;
	gap: 24px;
	flex-flow: wrap;
	.item{
		width: 250px;
		height: 50px;
		border: 1px solid #5A5A5A;
		padding-left: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--gray);
		border-radius: 10px;
		font-size: 16px;
	}
	.btn-filter{
		background-color: var(--primary);
		height: 50px;
		width: max-content;
		padding: 0px 24px;
		border-radius: 10px;
		border: 0;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.between-filter{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	h4{
		font-size: 20px;
		color: var(--gray);
		font-weight: 500;
	}
	select{
		font-size: 16px;
		color: var(--gray);
		width: 150px;
		height: 50px;
		border-radius: 10px;
		padding-left: 16px;
	}
}


.bds-filter{
	height: 350px;
	.img-bds-chothue{
		height: 255px;
	}
}

.p-label-0{
	padding: 0 !important;
}

.frame-button-banner{
	display: flex;
	align-items: center;
	gap: 24px;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	.item{
		font-size: 16px;
		font-weight: 600;
		line-height: 23.44px;
		text-align: center;
		align-content: center;
		padding: 6px 12px;
		min-width: 110px;
		height: 42px;
		color: var(--primary);
		background-color: #fff;
		border-radius: 10px;
	}
	.item.active{
		background-color: var(--primary);
		color: #fff;
	}
}

.frame-button-banner1{
	display: flex;
	align-items: center;
	gap: 24px;
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	.item{
		font-size: 16px;
		font-weight: 600;
		line-height: 23.44px;
		text-align: center;
		align-content: center;
		padding: 6px 12px;
		min-width: 110px;
		height: 42px;
		color: var(--primary);
		background-color: #fff;
		border-radius: 10px;
	}
	.item.active{
		background-color: var(--primary);
		color: #fff;
	}
}
.frame-bds-detail{
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000000
}

.sticky-form-detail{
	display: flex;
	flex-direction: column;
	height: auto;
	top: 80px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #ebebeb;
	.top{
		background-color: var(--primary);
		text-align: center;
		align-content: center;
		width: 100%;
		height: 46px;
		flex-shrink: 0;
		h3{
			font-size: 20px;
			font-weight: 700;
			color: #fff;
		}
	}
	.main{
		flex: 1;
		display: flex;
		flex-direction: column;
		gap: 12px;
		align-items: center;
		justify-content: space-between;
		padding: 20px;
		background-color: #f8f8f8;
		.por{
			width: 100%;
		}
		input{
			height: 40px;
			width: 100%;
			font-size: 15px;
			color: var(--gray);
			padding-left: 40px;
			border: 1px solid #ebebeb;
			border-radius: 6px;
			background-color: #fff;
			font-weight: 400;
		}
		i{
			position: absolute;
			left: 16px;
			top: 50%;
			transform: translateY(-50%);
			color: var(--gray);
		}
		p{
			font-size: 12px;
			color: var(--gray);
		}
		.btn-submit{
			background-color: var(--primary);
			color: #fff;
			font-size: 16px;
			width: 100%;
			height: 40px;
			text-align: center;
			align-content: center;
			font-weight: 600;
			border-radius: 6px;
		}
		.phone{
			color: var(--primary);
			font-size: 24px;
			font-weight: 700;
			text-align: center;
			align-content: center;
		}
	}
}

.content-detail-bds{
	display: flex;
	flex-direction: column;
	gap: 24px;
	.title{
		align-items: center;
		h1, h2{
			font-size: 27px;
			font-weight: 700;
			line-height: 32.25px;
			color: var(--primary);
		}
		h2{
			flex-shrink: 0;
		}
		.line{
			width: 2px;
			height: 100%;
			background-color: var(--primary);
			flex-shrink: 0;
		}
	}
}

.frame-banner{
	img{
		height: 567px;
		object-fit: cover;
	}
}

.info-detail-bds{
	img{
		width: 20px;
		height: 20px;
		object-fit: cover;
		object-position: center;
	}
	h4{
		font-size: 14px;
		color: var(--gray);
	}
}

.line-bottom{
	border-top: 1px solid #000000;
	padding: 24px 0;
	ul{
		padding-bottom: 20px;
		border-bottom: 1px solid #ebebeb;
		align-items: center;
		justify-content: space-around;
	}
	button, button:hover, button:focus{
		font-size: 18px;
		font-weight: 700;
		line-height: 23.44px;
		color: var(--gray);
		border: 0 !important;
	}
	button.active{
		color: var(--primary) !important;
	}
	.tab-content {
		margin-top: 20px;
		h2{
			
			font-weight: 700;
			line-height: 42.19px;
			color: var(--primary);
			text-transform: uppercase;
		}
	}
}

.laivay-bank{
	h2{
		font-size: 18px;
		font-weight: 700;
		line-height: 23.44px;
		color: var(--primary);
	}
}

.frame-tinhlaivay{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border: 1px solid #ededed;
	.item-1{
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 24px;
		h3{
			font-size: 16px;
			color: var(--gray);
			font-weight: 500;
		}
		.number-donvi{
			width: 60px;
			height: 40px;
			border: 1px solid #ededed;
			border-radius: 0;
		}
		.donvi{
			background-color: #F8F8F8;
			color: var(--gray);
			font-size: 14px;
			padding: 5px;
			width: 50px;
			text-align: center;
			align-content: center;
			border: 1px solid #ededed;
		}
	}
	.item-2{
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 24px;
		background-color: #F5F5F5;
		.grid, .grid-2{
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			gap: 24px;
		}
		.grid-2{
			border-top: 1px solid #ebebeb;
			border-bottom: 1px solid #ebebeb;
			padding: 12px 0;
		}
		h3{
			font-size: 16px;
			color: var(--gray);
			font-weight: 500;
		}
		h4{
			font-size: 18px;
			color: #333;
			font-weight: 600;
		}
		h4.price-red{
			color: var(--primary);
		}
		a{
			width: 100%;
			height: 45px;
			background-color: var(--primary);
			border-radius: 6px;
			color: #fff;
			font-size: 18px;
			font-weight: 500;
			text-align: center;
			align-content: center;
			text-transform: uppercase;
		}
	}
	
}

input[type=range] {
	height: 25px;
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #E3E3E3;
	border-radius: 10px;
	border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000;
	border: 1px solid var(--primary);
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: blue;
	border-radius: 10px;
	border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 0px #000000;
	border: 1px solid red;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #FFFFFF;
	cursor: pointer;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: blue;
	border: 0px solid #000000;
	border-radius: 20px;
	box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
	background: red;
	border: 0px solid #000000;
	border-radius: 20px;
	box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
	margin-top: 1px;
	box-shadow: 0px 0px 0px #000000;
	border: 1px solid red;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #FFFFFF;
	cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
	background: red;
}
input[type=range]:focus::-ms-fill-upper {
	background: blue;
}

.form-check{
	display: flex;
	align-items: center;
	gap: 12px;
}

.form-check.active{
	label{
		color: var(--primary);
	}
}

.form-check-input:checked {
	background-color: unset; 
	border-color: unset; 
}

input[type='radio']:checked:before{
	background-color: var(--primary);
}

/*Chỉnh sửa theo file excel*/



.main-menu{
	display: flex;
	
}

header{
	padding-top: 16.5px;
	padding-bottom: 12.5px;
	z-index: 1000;
}

.main-menu>li>a, #nv-block-login>a{
	font-size: 14px;
}

.language-box img {
	height: 20px;
	width: 20px;
}

.img-gioithieu-seth{
	img{
		height: 354px;
		object-fit: cover;
		object-position: center;
	}
}

.edit-control{
	i{
		background-color: var(--primary);
		width: 29px;
		height: 29px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		font-size: 16px;
	}
}

.width-iframe{
	img{
		height: 317px;
		object-fit: cover;
		object-position: center;
	}
}

footer ul li, .menu-footer a {
	font-size: 16px;
}

.item-grid-iconbanner{
	img{
		width: 72px;
		height: 72px;
		object-fit: contain;
		object-position: center;
	}
	span{
		width: 100%;
		text-align: center;
		align-content: center;
		color: var(--gray);
		font-size: 14px;
		font-weight: 600;
	}
}

.item-grid-iconbanner.active{
	span{
		background-color: var(--primary);
		color: #fff;
		border-radius: 30px;
	}
}

.img-4-3 img:hover{
	transform: scale(1.5);
	transition: all 1s ease;
}

.jcfe{
	justify-content: flex-end;
}

.grid-video-contact{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	.item{
		display: flex;
		flex-direction: column;
		gap: 20px;
		position: relative;
		img{
			width: 100%;
			height: 200px;
			object-fit: cover;
			object-position: center;
			flex-shrink: 0;
			border-radius: 6px;
			overflow: hidden;
		}
		h3{
			color: var(--gray);
			font-size: 18px;
			font-weight: 500;
		}
		h3:hover{
			color: var(--primary);
		}
		svg {
			position: absolute;
			top: 40%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 50px;
			height: 50px;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-shrink: 0;
			filter: brightness(0) invert(1);
			opacity: .9;
		}
	}
}

.grid-thue-bds{
	display: grid;
	grid-template-columns: 4fr 1fr;
	gap: 17px;
}

.gray-14-700{
	color: var(--gray);
	font-size: 14px;
	font-weight: 700;
	font-family: 'SFUGaramondSemiBold', serif;
}

.w-99{
	width: 99%;
}

.grid-bds-chothue-2{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	.item-grid-bds-chothue{
		.content-item-grid-bds{
			gap: 8px;
		}
	}
}

.item-tuvanvien{
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	margin-bottom: 10px;
	overflow: hidden;
	h3{
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		align-content: center;
		width: 100%;
		height: 32px;
		background-color: var(--primary);
		flex-shrink: 0;
	}
	.content{
		padding: 12px;
		display: flex;
		flex-direction: column;
		flex: 1;
		justify-content: space-between;
		background-color: #EEECEC;
		gap: 6px;
		.frame{
			padding: 6px;
			border: 1px dashed #333;
			border-radius: 6px;
			color: var(--gray);
			font-size: 14px;
			font-weight: 500;
			font-style: italic;
		}
		span{
			color: var(--gray);
			font-size: 14px;
			font-weight: 500;
			font-style: italic;
		}
		.name{
			font-style: normal;
			font-size: 16px;
			color: #000;
			font-weight: 600;
		}
		.phone{
			color: #fff;
			background-color: var(--primary);
			padding: 3px 6px;
			font-weight: 600;
			border-radius: 24px;
			text-align: center;
			align-content: center;
			font-style: normal;
		}
	}
}

.flex-title, .flex-filter{
	display: flex;
	align-items: center;
	gap: 24px;
}

#grid-icon-banner{
	.owl-item{
		a{
			border: 1px solid var(--primary);
			border-radius: 30px;

		}
	}
}

.edit-duan{
	.item-grid-bds-chothue {
		height: 245px;
		.img-bds-chothue {
			height: 193px;
		}
	}
}

.grid-tuyendung{
	width: 100%;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 24px;
	.left{
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	.item{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
		align-items: center;
		overflow: hidden;
		img{
			width: 100%;
			height: 237px;
			object-fit: cover;
		}
		img:hover{
			transform: scale(1.2);
		}
		.content{
			background-color: #F5F5F5;
			padding: 20px;
			text-align: center;
			align-content: center;
			height: 100%;
			h3{
				font-size: 20px;
				font-weight: 700;
				line-height: 28.13px;
				text-align: center;
				text-transform: uppercase;
			}
		}
	}
}

.frame-form{
	background-color: var(--primary);
	border-radius: 14px;
	padding: 16px 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: sticky;
	top: 80px;
	h3{
		font-size: 24px;
		font-weight: 700;
		line-height: 28.13px;
		color: #fff;
	}
	p{
		font-size: 14px;
		font-weight: 500;
		line-height: 16.41px;
		color: #fff;
	}
	.group{
		display: flex;
		flex-direction: column;
		gap: 4px;
		label{
			font-size: 17px;
			font-weight: 700;
			line-height: 19.92px;
			color: #fff;
		}
		input{
			height: 34px;
			border-radius: 5px;
			padding: 6px;
		}
		.choosefile{
			display: flex;
			align-items: flex-end;
			gap: 6px;
			a{
				width: max-content;
				font-size: 12px;
				color: #333;
				text-align: center;
				align-content: center;
				padding: 5px 10px;
				height: 34px;
				border-radius: 5px;
				background-color: #fff;
			}
			p{
				font-size: 17px;
				font-weight: 700;
				line-height: 19.92px;
				color: #fff;
			}
		}
	}
	.btn_submit{
		background-color: #fff !important;
		border-radius: 5px;
		text-align: center;
		align-content: center;
		color: var(--primary);
		font-size: 17px;
		font-weight: 700;
		line-height: 19.92px;
		height: 34px;
	}
}

.frame-btn{
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 24px;
	a{
		min-width: 235px;
		height: 40px;
		border-radius: 10px;
		background-color: var(--primary);
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		line-height: 23.44px;
		text-align: center;
		align-content: center;
		padding: 0px 16px;
	}
	a.active{
		background-color: #fff;
		border: 1px solid var(--primary);
		color: var(--primary);
	}
}

.frame-btn-2{
	flex-wrap: wrap;
	gap: 12px;
	a{
		min-width: 110px;
		height: 35px;
		padding: 0px 16px;
		font-size: 16px;
	}
}

.frame-nmg{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	height: 243.5px;
	img{
		width: 100%;
		height: 243.5px;
		object-fit: cover;
	}
	.content{
		background-color: #f5f5f5;
		padding: 24px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 24px;
		h3{
			font-size: 24px;
			font-weight: 700;
			line-height: 28.13px;
			text-align: center;
			color: #000;	
		}
		a{
			min-width: 130px;
			height: 35px;
			text-align: center;
			align-content: center;
			color: var(--primary);
			background-color: #fff;
			border: 1px solid var(--primary);
			border-radius: 10px;
		}
	}
}

.banner-tieuchi-2{
	justify-content: space-around;
	.item-banner-tieuchi{
		width: 150px;
		height: 150px;
		padding: 20px;
		img{
			width: 50px;
			height: 50px;
		}
		h3{
			font-size: 20px;
			color: var(--primary);
			text-align: center;
		}
		span{
			font-size: 16px;
			color: var(--primary);
			text-align: center;
		}
		.text-tieuchi{
			text-align: center;
		}
	}
}

.grid-img-nmg{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	img{
		width: 100%;
		height: 214.5px;
		object-fit: cover;
	}
}

.grid-post-nmg{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.frame-dangtin{
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	justify-content: center;
	p{
		font-size: 15px;
		color: #000;
		text-align: center;
	}
	.grid{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		.item{
			background-color: #fafafa;
			padding: 20px;
			border-radius: 4px;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			gap: 12px;
			img{
				width: 40px;
				height: 40px;
				object-fit: contain;
			}
			h3{
				font-size: 20px;
				font-weight: 700;
				color: #000;
			}
		}
	}
	a{
		background-color: var(--primary);
		height: 40px;
		color: #fff;
		font-weight: 600;
		font-size: 16px;
		width: max-content;
		padding: 0px 16px;
		border-radius: 10px;
		text-align: center;
		align-content: center;
	}
}


.khungall-bentrai-trangcanhan .info{
	display: flex;
	align-items: center;
	gap: 24px;
	img{
		width: 50px;
		height: 50px;
		object-fit: cover;
		border-radius: 50%;
		border: solid 1px #eeeeee;
		background: #fff;
	}
}


.grid-dangtin{
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 24px;
	.right{
		display: flex;
		flex-direction: column;
		gap: 24px;
		.info{
			display: flex;
			align-items: center;
			gap: 24px;
			img{
				width: 50px;
				height: 50px;
				object-fit: cover;
				border-radius: 50%;
			}
			h3{
				font-size: 16px;
				font-weight: 700;
				line-height: 18.75px;
				color: #000;
			}
			p{
				font-size: 12px;
				font-weight: 400;
			}
		}
		.payment{
			background-color: #fafafa;
			border-radius: 16px;
			padding: 12px;
			display: flex;
			flex-direction: column;
			gap: 12px;
			h4{
				font-size: 16px;
				font-weight: 600;
			}
			p{
				font-size: 16px;
				font-weight: 400;
			}
			.between{
				display: flex;
				align-items: center;
				justify-content: space-between;
			}
			.qr-code{
				background-color: #fff;
				padding: 12px;
				border-radius: 10px;
				i{
					font-size: 2em;
				}
			}
			a.btn{
				background-color: transparent;
				border: 1px solid var(--primary);
				color: var(--primary);
				font-size: 16px;
				width: 100%;
				height: 35px;
				border-radius: 8px;
				display: block;
				text-align: center;
				align-content: center;
				font-weight: 600;
			}
		}
		.flex-item{
			display: flex;
			align-items: baseline;
			gap: 12px;
			color: var(--primary);
			a{
				font-size: 16px;
				color: var(--primary);
				font-weight: 600;
			}
		}
	}
}


@media (max-width: 768px){

	.grid-tuyendung{
		grid-template-columns: 1fr;
	}

	.grid-thue-bds {
		grid-template-columns: 1fr;
	}

	.grid-video-contact{
		grid-template-columns: repeat(2, 1fr);
	}

	.frame-bds-detail{
		grid-template-columns: 1fr;
	}

	.frame-banner-lonn{
		img{
			height: 450px;
		}
		.content{
			h3{
				font-size: 38px;
			}
			h4{
				font-size: 22px;
			}
			a{
				font-size: 12px;
			}
		}
	}

	.grid-border-icon{
		grid-template-columns: repeat(2, 1fr);
	}

	.list-videos {
		max-height: 340px;
	}

	.tab-capnhattintuc {
		ul {
			gap: 6px;
			button {
				font-size: 12px;
				padding: 6px 16px;
			}
		}
	}

	.tab-capnhattintuc {
		h1 {
			font-size: 30px;
		}
	}

	.tab-capnhattintuc {
		ul {
			justify-content: space-evenly;
		}
	}

	.red-36-700{
		font-size: 30px;
	}

	.collapse-question{
		button, button:hover, button:focus{
			font-size: 16px;
		}
	}

	.grid-tintuckhac{
		grid-template-columns: 1fr;
	}

	.padding-site{
		padding: 25px 0;
	}

	.red-32-400{
		font-size: 26px;
	}

	.grid-bds-lienquan{
		grid-template-columns: repeat(2, 1fr);
	}

	.red-48-700{
		font-size: 38px;
	}

	.grid-right-sidebar{
		grid-template-columns: 1fr;
	}

	.grid-fanpage {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.grid-gioithieu, .grid-tamnhin-sumenh{
		grid-template-columns: 1fr;
	}

	.item-banner-tieuchi{
		width: 120px;
		height: 120px;
		img{
			width: 40px;
			height: 40px;
		}
	}

	.text-tieuchi{
		h3{
			font-size: 24px;
		}
		span{
			font-size: 12px;
		}
	}


}

@media (min-width: 769px) and (max-width: 1024px){


	.grid-thue-bds {
		grid-template-columns: 3fr 1fr;
	}
}

@media (max-width: 1024px){

	.grid-dangtin{
		grid-template-columns: 1fr;
		gap: 0;
	}

	.between-filter{
		flex-direction: column;
	}

	.sticky-form-detail {
		.top {
			h3 {
				font-size: 18px;
			}
		}
	}

	.frame-tinhlaivay {
		grid-template-columns: 1fr;
	}

	.w-modal-lg {
		margin-top: 30px;
	}

	.modal-videos-class{
		.frame-videos{
			height: 450px;
		}
	}

	.grid-bds-chothue{
		grid-template-columns: repeat(2, 1fr);
	}

	.grid-tab-tintuc{
		grid-template-columns: repeat(2, 1fr);
	}

	.grid-iconbanner{
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
	}
}




/*THêm hình*/
.item-grid-input-thongtin-chiendich {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.black-14-700 {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.006em;
	text-align: left;
	color: #404040 !important;
}

.frame-avt-chiendich {
	border-radius: 8px;
	border: 1px solid #ffcdde;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.grey-14-400 {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: -0.011em;
	text-align: center;
	color: #bdbdbd !important;
}
.tac {
	text-align: center !important;
}
.upload-list {
	position: relative;
}
.upload-list .input-uphinh {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
}

.upload-list .input-uphinh input {
	width: 100%;
	height: 100% !important;
	opacity: 0;
}

.frame-tailieu-chiendich {
	border-radius: 8px;
	border: 1px solid #ffcdde;
	padding: 24px;
}

.grid-tailieu-chiendich {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.radius-8px {
	border-radius: 8px !important;
}

.btn-pink-outline {
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	color: red !important;
	padding: 10px 16px;
}

.item-grid-input-thongtin-chiendich input:not([type="radio"]) {
	height: 48px;
	padding: 12px;
	border: 1px solid #ffcdde !important;
	border-radius: 8px;
	color: #404040 !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.011em;
	text-align: left;
}

.item-grid-tailieu-chiendich {
	height: 140px;
	background-size: cover;
	background-repeat: no-repeat;
	flex-shrink: 0;
	position: relative;
	border: 1px solid #ffcdde;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.006em;
	text-align: center;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}
.item-grid-tailieu-chiendich .icon-24px {
	position: absolute;
	top: -10px;
	right: -10px;
}



#pills-tabContent .grid-bds-chothue-2{
	grid-template-columns: repeat(3, 1fr);
}
.area-mini{
	flex: 1;
	justify-content: flex-end;
}
.area-mini .flex-row-6px{
	flex: none;
	justify-content: flex-end;
	white-space: nowrap;
}
.content-item-grid-bds .flex-column{
	flex: 1;
	text-align: right
}
.content-item-grid-bds .flex-column.jcc{
	width: 90px;
	flex: none;
}
.header{
	z-index: 100;
}
.form_nha_moi_gioi_in_detail{
	margin-top: 30px;
}
.css_thue .content-item-grid-bds {
	gap: 0px;
}
.css_thue .flex-row-6px{
	gap: 2px;
}


#countrylist_id{
	font-size: 16px;
	color: var(--gray);
	width: 150px;
	height: 50px;
	border-radius: 10px;
	padding-left: 16px;
}


.css_pro{
	border: unset!important;
	padding-left: unset!important;
}
.owl-prev, .owl-next{
	background: #ca1a2c80 !important;
	color: #fff !important;
}
.share-fb, .share-twitter, .share-linkedin {
    padding: 10px 30px;
    display: inline-block;
    background-color: #3b5998;
    color: #fff !important;
}
.share-twitter {
    background-color: #0095f6;
}
.share-linkedin {
    background-color: #0077b5;
}
.socialbutton{
	text-align: right
}
.content-detail-bds ul, ol {
    list-style: unset;
}
