/**/
div.swiper-button-next, 
div.swiper-button-prev {
	border-radius: 50px;
	background: #CF0900;
	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: 11px;
	-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: #fff;
}
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: 22px;
}
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{

}

body .btn{
	position: relative;
	height: 48px;
	padding: 6px 30px;
	border-radius: 60px;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;	
	color: #CF0900;
	font-weight: 400;
	border-radius: 10px;
}
.btn.btn-primary{
	border-color: #CF0900;
	color: #fff;
	border-radius: 10px;
	background: linear-gradient(180deg, #FF241A 0%, #CF0900 100%);
}
.btn.btn-primary:hover{
	background: #fff;
	color: #CF0900;
}
.btn.btn-primary:hover svg path{
	stroke: #CF0900;
}
.btn:focus{
	box-shadow: 0 0 0 .25rem transparent !important;
}

.btn.btn-white-hvg {
	background-color: #fff;
	color: #E46C3E;
}
.btn.btn-outline-primary{
	border-radius: 15px;
	border: 1px solid #CF0900;
	background: #FFF;
	color: #CF0900;
	font-size: 20px;
	font-weight: 600;
}
.btn.btn-outline-primary:hover{
	background-color: #CF0900;
	color: #fff;
}
.btn{
	transition: .3s all;
}
.btn:hover{
	color: #4e4829;
}

/**/
.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;
}

/**/
.home-box1 {
	position: relative;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}
.df-title .title {
	font-size: 32px;
	font-family: 'Segoe UI';
	font-weight: 900;
}
.df-title .title b {
	color: #F81308;
	font-weight: 900;
}
.df-title .desc {
	width: 950px;
	max-width: 100%;
	color: #404040;
	margin:  auto;
}
/**/

.main-homebox1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
  color: #FFF;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.main-homebox1 .desc {
  width: 650px;
  max-width: 100%;
}
.main-homebox1 .title {
  font-family: "Segoe UI";
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 72px;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}
.main-homebox1 .btn{}
.main-homebox1 .btn:hover{
	transition: .3s all;
	transform: scale(1.05);
	background: transparent;
}
/**/

.item-hbox2 img {
  width: 100%;
  object-fit: cover;
}
.item-hbox2 a {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.item-hbox2 a::before {
	content: "";
	border-radius: 10px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s ease-in-out;
}
.item-hbox2 a:hover::before {
	opacity: 0;
}
.item-hbox2 .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  width: 100%;
}
.item-hbox2 .title b {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  display: block;
}


.home-box2-col-left .item-hbox2 img {
	aspect-ratio: 414/525;
}
.home-box2-col-right .item-hbox2 img {
	aspect-ratio: 196/249;
}
.home-box2-col-right .item-hbox2:last-child img,
.home-box2-col-center .item-hbox2 img {	
	aspect-ratio: 414/253;
}

/**/
.home-box2-col-center {
	gap: 21px;
	display: grid;
}
.home-box2-col-right .item-hbox2:last-child .title,
.home-box2-col-center .title {
  font-size: 18px;
}
.home-box2-col-right .item-hbox2:last-child b,
.home-box2-col-center .title b {
  font-size: 20px;
}
/**/
.home-box2-col-right {
	display: grid;
	gap: 21px;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: repeat(2,1fr);
}
.home-box2-col-right .item-hbox2:last-child {
	grid-column: 1/3;
}

.home-box2-col-right .title {
	font-size: 16px;
	max-width: 80%;
}
.home-box2-col-right .title b {
  font-size: 18px;
}

/**/
.home-box3-wrap {
	border-radius: 40px;
	background: #FFDFDF;
	overflow: hidden;
}
.item-chungnhan .title {
	color: #CF0900;
	font-size: 24px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.cert_wrap::before,
.cert_wrap::after,
.home-box3-wrap::before,
.home-box3-wrap::after {
	content: "";
	width: 550px;
	aspect-ratio: 1;
	background-image: url(images/icon-trongdong.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	mix-blend-mode: color-dodge;
}
.cert_wrap::before,
.home-box3-wrap::before {
	top: -30%;
	left: -20%;
}
.cert_wrap::after,
.home-box3-wrap::after {
	bottom: -20%;
	right: -16%;
}

@media only screen and (max-width: 991px) {
	div.swiper-button-prev::after, 
	div.swiper-button-next::after {
		font-size: 22px;
	}
	body .btn {
		height: 40px;
		padding: 4px 15px;
		font-size: 14px;
		border-radius: 10px;
	}
	.btn.btn-outline-primary {
		border-radius: 10px;
		font-size: 14px;
	}
	/**/		
	.main-homebox1 {
	  position: relative;
	  transform: none;
	  padding: 50px 0 95px;
	  z-index: 2;
	}
	.main-homebox1 .title {
	  font-size: 25px;
	  line-height: normal;
	}
	.home-box.home-box1>img {
	  position: absolute;
	  height: 100%;
	  left: 0;
	  object-fit: cover;
	}
	.main-homebox1 .desc {
		font-size: 16px;
		line-height: normal;
	}
	.home-box.home-box1::before {
		content: "";
		height: 100%;
		width: 100%;
		background-color: #0000000a;
		display: block;
		position: absolute;
		z-index: 1;
	}
	/**/
	.df-title .title {
		font-size: 22px;
		line-height: 1.3;
	}
	.home-box2-col {
		margin-bottom: 20px;
	}
	.home-box2-col-right .title b,
	.item-hbox2 .title {
		font-size: 16px;
	}
	.item-hbox2 .title b {
		font-size: 18px;
	}
	/**/
	.home-box3-wrap {
		border-radius: 20px;
	}
	.item-chungnhan .title {
		font-size: 18px;
	}
	/**/
	div.swiper-button-next, div.swiper-button-prev {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	div.swiper-button-prev::after, div.swiper-button-next::after {
		font-size: 12px;
	}
}
