/**/
div.swiper-button-next, 
div.swiper-button-prev {
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    left: 0;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.5);
}
div.swiper-button-next {
    right:0;
    left:auto;
}
div.swiper-button-prev {
}
div.swiper-button-prev::after,
div.swiper-button-next::after{
    content:"";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 34px;
}
div.swiper-button-next::after {
    content: "\f054";
    right: -10px;
}
div.swiper-button-prev::after {
    content: "\f053";
    left: -10px;
}
div.swiper-button-prev:hover,
div.swiper-button-next:hover{
    
}
@media only screen and (min-width: 1370px) {
    .main-sw div.swiper-button-next {
        right: -45px;
    }
    .main-sw div.swiper-button-prev{
        left: -45px;
    }
}
.opacity-15 { opacity: .15 !important; }
/**/
.main-sw div.swiper-button-next, 
.main-sw div.swiper-button-prev{
	color: #F6821F;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}

body .btn{
	height: 48px;
	min-width: 200px;
	padding: 6px 30px;
	border-radius: 60px;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
.btn.btn-primary{
	border-color: #FFA151;
	background: linear-gradient(180deg, #FFA151 0%, #F6821F 100%);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
	color: #fff;
	min-width: 200px;
}
.btn:focus{
	box-shadow: 0 0 0 .25rem #F6821F !important;
}

.btn.btn-white-hvg {
	background-color: #fff;
	color: #E46C3E;
}
.btn-outline-hvg{
	border: 1px solid #fff;
	border-radius: 11px;
	color: #fff;
}
.btn-outline-hvg:hover{
	background-color: #fff;
}
.btn{
	transition: .3s all;
}
.btn:hover{
	transform: scale(1.05);
}
.btn.btn-primary svg path {
	fill: #fff;
}
/**/
.btn-secondary{
	color: #fff;
	background: linear-gradient(0deg, #A33A4C 0%, #CD586C 100%);
	border-color: #CD586C;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #CD586C;
	border-color: #CD586C;
}

/**/
@media only screen and (min-width: 991px) {
	.main-danhmuc {
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-template-rows: 1fr 1fr;
		grid-gap: 12px;
	}
	.main-danhmuc .item-danhmuc:first-child {
		grid-row: 1/3;
		grid-column: 1/3;
	}
	.main-danhmuc .item-danhmuc:last-child {
		grid-column: 3/5;
	}
}
/**/
.item-danhmuc{
	height: 100%;
}
.item-danhmuc a {
  display: flex;
  position: relative;
  overflow: hidden;
	height: 100%;
}
.item-danhmuc a:hover .banner img{
	transform: scale(1.02);
}
.item-danhmuc .banner {
	width: 100%;
}
.item-danhmuc .banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: .3s all;
}
.item-danhmuc .info-danhmuc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	padding-bottom: 50px;
	opacity: 0;
	transition: .5s all;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.item-danhmuc a:hover .info-danhmuc {
	opacity: 1;
}
.item-danhmuc .info-danhmuc h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
}
.item-danhmuc .info-danhmuc .xemthem {
	display: inline-block;
  border: 2px solid;
  padding: 7px 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}
.item-danhmuc .info-danhmuc .xemthem:hover {
  background-color: #000;
  border-color: #000;
}
/**/
.main-danhmuc .item-danhmuc:first-child .xemthem{
	display: block;
}
/**/
.row-title .title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
}
img.filter-img {
	width: 100%;
	filter: blur(0px) grayscale(100%) sepia(0);
	transition: all 0.3s;
}
.item-sao:hover img.filter-img,
img.filter-img:hover {
	filter: blur(0px) grayscale(0%) sepia(0);
}
/**/
.item-sao .banner img{
	width: 100%;
	display: block;
	aspect-ratio: 1;
	object-fit: cover;
}
.title-h3{
	font-size: 14px;
	margin: 10px 0;
	text-transform: uppercase;
}
/**/
.item-spm{
	overflow: hidden;
	position: relative;
}
.item-spm .spm-banner img{
	transition: .5s all;
	aspect-ratio: 400/600;
	object-fit: cover;
	width: 100%;
	display: block;
}
.item-spm:hover img{
	transform: scale(1.1);
}
.tag-new{
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	padding: 3px 8px;
	background: #fff;
	border: 0.5px solid #BCBEC0;
	font-size: 11px;
	border-radius: 40px;
	text-transform: uppercase;
	z-index: 2;
}
/**/
.main-video iframe {
	aspect-ratio: 1140/640;
	height: auto;
}

@media only screen and (max-width: 991px) {
	.main-danhmuc {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.main-danhmuc .item-danhmuc{
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}
	div.swiper-button-prev::after, 
	div.swiper-button-next::after {
		font-size: 22px;
	}
	/**/
	.row-title .title {
		font-size: 22px;
	}
}
