.row {
	margin-left: -15px;
	margin-right: -15px;
}
[class*=" col-"], [class^=col-] {
	padding-left: 15px;
	padding-right: 15px;
}
.d-flex{
	display: flex
}
body{
	background: #fff;
	color: #000;
    font-family: 'Lexend', sans-serif;
}
a{
	color: #CA1A2C;
}
.container{
	width: 1270px;
	max-width: 1270px;
	padding: 0 15px
}
.d-flex-center{
	display: flex;
	align-items: center
}
header{
	padding: 30px 0;
	position: sticky;
	top: 0;
	z-index: 9999;
	background: #fff
}
header .r-box{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .l-box .logo{
	display: inline-block;

}
header .l-box .logo img{

	width: auto;
	height: 72px
}
.login-b{
	display: flex
}
.main-menu{
	display: block;
	padding: 0;
	margin: 0;
	gap: 15px;
}
.main-menu>li>a{
	padding: 10px 0;
	display: block;
	color: #5A5A5A;
	font-weight: 700;
	font-size: 16px
}
.main-menu>li{
	display: inline-block;
	position: relative;
}
.main-menu>li>a:hover,.main-menu>li>a:active{
	color: #CA1A2C;
}
.main-menu .sub-menu{
	position: absolute;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 99;
	min-width: 200px;
	display: none;
	background: #fff;
}
.main-menu .sub-menu-2{
	position: absolute;
	min-width: 200px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
	top: 0;
	left: 100%;
	padding: 0;
	margin: 0;
	z-index: 99;
	display: none;
	background: #fff;
}
.main-menu .sub-menu a{
    padding: 5px 15px;
    white-space: nowrap;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #eee;
}
.main-menu .sub-menu a:hover{
	background: #eee
}
.main-menu .sub-menu .fa{
	position: absolute;
	top: 12px;
	right: 15px;
}
.main-menu>li:hover .sub-menu{
	display: block
}
.main-menu .sub-menu>li:hover .sub-menu-2{
	display: block
}
#nv-block-login{
	border: 2px solid #CA1A2C;
    border-radius: 20px;
    padding: 0 5px;
    height: 32px;
    margin-right: 10px;
    margin-left: 10px;
}
#nv-block-login>a{
	color: #5A5A5A;
	font-weight: 700;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	line-height: 28px;
	font-size: 16px
}
#nv-block-login>a:after{
	content: '';
	width: 1px;
	background: #5A5A5A;
	display: inline-block;
	height: 12px;
	position: absolute;
	top: 10px;
	right: 0;
}
#nv-block-login>a:last-child:after{
	display: none
}
#nv-block-login>a:hover{
	color: #CA1A2C;
}
.btn{
	border: none
}
.btn-primary{
	color: #fff;
	background: #CA1A2C;
	border: none;
	border-radius: 16px;
	font-weight: 700
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,.btn-primary:focus, .btn-primary.focus, .btn-primary:focus,.btn-primary:hover {
	color: #ffffff;
	background-color: #8d121f;
}
.language-box img{
	height: 32px;
	width: 32px;
	margin-left: 20px
}
.userBlock-b{
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	width: 310px;
	z-index: 999;
	padding-top: 10px

}
.userBlock{
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 10px;

}
.logined-box{
	position: relative;
	margin: 0 20px
}
.logined-box:hover .userBlock-b{
	display: block
}
footer {
	font-size: 20px;
	padding: 30px 0;
	margin-top: 30px
}
footer ul{
	padding-left: 15px;
	margin: 0;
}
footer ul li{
	list-style: disc
}
.block-footer .heading{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	color: #CA1A2C;
}
.menu-footer{
	padding: 0;
	margin: 0;
	
}
.menu-footer li{
	list-style: none !important
}
.menu-footer a{
	font-size: 20px;
	color: #000
}
footer .border-left{
	border-left: 1px solid #CA1A2C;

}
footer .border-right{

	border-right: 1px solid #CA1A2C;
}
.social-list{

	background: #eee;
	padding: 20px
}
.social-list .social{
	padding: 0;
	margin: 0;
	margin-bottom: 30px
}
.social-list .social li{
	list-style: none;
	display: inline-block
}
.social-list .social .fa{
	background: #CA1A2C;
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 6px;
}
.social-list h4{
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700
}
.form-dk{
	border-radius: 10px;
	display: flex;

	overflow: hidden
}
.form-dk button{
	background: #CA1A2C;
	font-size: 25px;
	color: #fff;
	box-shadow: none;
	border: none;
	padding: 0 20px;
	height: 40px;
	width: 40px;
	line-height: 40px;
}
.form-dk input{
	height: 40px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 40px;
	border: none;
	flex: 1;
	min-width: 1px;
	background: #fff
}
.menu-footer-2{
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-top: 30px
}
.menu-footer-2 li{
	margin-bottom: 5px;
	list-style: none
}
.menu-footer-2 li a{
	color: #555
}


.font_title{
	font-size: 35px;
	color: #ca1a2c;
}

.li_size{
	font-size: 16px;
}

.ul_breakcum{
	padding-left: 0;
	display: flex;
	gap: 10px;
	border-bottom: 1px solid #ca1a2c;
	margin-bottom: 20px;
}

.css_1{
	display:grid;grid-template-columns: 1fr 1fr;gap: 40px;
	margin-bottom: 40px;
}

.red{
	color: #ca1a2c;
}

.font-size-16{
	font-size: 16px;
}

.font-size-35{
	font-size: 35px;
}

.font-size-30{
	font-size: 30px;
}

.d-flex-justyfy-align-center-gap10{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.align-center{
	align-items: center;
}
.justify-center{
	justify-content: center;
}


.gap-10{
	gap: 10px;
}

.font-bold{
	font-weight: bold;
}

.d-grid{
	display: grid;
}


.card-vbq {
	background: white;
	position: relative;
	z-index: 1;
	cursor: pointer;
	height: 400px;
	--tw-shadow: 4px 4px 10px rgba(0, 0, 0, 0.30);
	--tw-shadow-colored: 4px 4px 10px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), 
	var(--tw-ring-shadow, 0 0 #0000), 
	var(--tw-shadow);


}




.css_2{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 40px;
	gap: 30px;
}
.img-4-3{
	position: relative;
	padding-top: 65%;
	display: block
}
.img-4-3 img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.pagination>li {
    display: inline;
	margin: 0 5px
}
.pagination>li>a, .pagination>li>span {
	float: none;
	padding: 10px 16px;
	color: var(--primary);
	margin-left: 0
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
    cursor: default;
}
.w-30{
	width: 30%
}
.flex-1{
	flex: 1
}
.doimatkhau{
	z-index: 1000;
}
.content-item-grid-bds .gray-20-700{
    text-align: center;
}
.owl-slider-mobi .img-fix{
	background: #333;
}

.swiper-doc {
    height: 1900px;
}
.contact-fixed a:nth-child(1){
	position: fixed;
    right: 80px;
    bottom: 250px;
    z-index: 99;
}
.contact-fixed a:nth-child(2){
	position: fixed;
    right: 80px;
    bottom: 185px;
    z-index: 99;
}
.contact-fixed a:nth-child(3){
	position: fixed;
    right: 80px;
    bottom: 132px;
    z-index: 99;
}
.contact-fixed a:nth-child(4){
	position: fixed;
    right: 80px;
    bottom: 90px;
    z-index: 99;
}
.contact-fixed img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 2px -1px 8px 0px rgba(0,0,0,0.09);
-webkit-box-shadow: 2px -1px 8px 0px rgba(0,0,0,0.09);
-moz-box-shadow: 2px -1px 8px 0px rgba(0,0,0,0.09);
}
.contact-fixed a{
	display: block;
	margin-bottom: 10px;
}
.contact-fixed a:last-child{
	margin-bottom: 0
}
.btn-quick-alo-ph-circle {
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #bfebfc;
    opacity: .1;
    -webkit-animation: btn-quick-alo-circle-anim 1.2s ease-in-out infinite;
    animation: btn-quick-alo-circle-anim 1.2s ease-in-out infinite;
    transition: all .5s;
    transform-origin: 50% 50%;
	width: 80px;
    height: 80px;
	top: 0;
    left: 0;
	border-color: #0799d9;
    opacity: .5;
}
.btn-quick-alo-ph-circle-fill {
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: btn-quick-alo-circle-fill-anim 2.3s ease-in-out infinite;
    animation: btn-quick-alo-circle-fill-anim 2.3s ease-in-out infinite;
    transition: all .5s;
    transform-origin: 50% 50%;
	width: 60px;
    height: 60px;

    background-color: #81c0db;
    opacity: .75 !important;
}
.btn-quick-alo-ph-img-circle {
	width: 40px;
    height: 40px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: btn-quick-alo-circle-img-anim 1s ease-in-out infinite;
    animation: btn-quick-alo-circle-img-anim 1s ease-in-out infinite;
    transform-origin: 50% 50%;
	top: 20px;
    left: 20px;
    background-size: 40px;
	background-color: #fff
}
@-webkit-keyframes btn-quick-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	to {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@-webkit-keyframes btn-quick-alo-circle-anim {
	0% {
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	to {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@keyframes btn-quick-alo-circle-anim {
	0% {
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	to {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@-webkit-keyframes btn-quick-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	to {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}