@media only screen and (min-width: 991px) {
	.home .full-header:not(.sticky){
		position: absolute;
		top: 0;
		background-color: transparent;
	}
}
/**/
div.swiper-button-next, 
div.swiper-button-prev {
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    left: 0;
    cursor: pointer;
    font-size: 15px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #D16708;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #D16708;
}
div.swiper-button-next {
    right:0;
    left:auto;
/*    padding-left:5px;*/
}
div.swiper-button-prev {
}
div.swiper-button-prev::before,
div.swiper-button-next::before{
    content:"";
    width: 20px;
    height: 20px;
    display: block;
}
div.swiper-button-next::before {
    content: "\f054";
    right: -10px;
}
div.swiper-button-prev::before {
    content: "\f053";
    left: -10px;
}
div.swiper-button-prev:hover,
div.swiper-button-next:hover{
    background-color: #D16708;
    color: #fff;
}
@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: #000;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
/**/
.btn.btn-primary {
	border-radius: 20px;
	background: #D76421;
	border-color: #D76421;
	color: #fff;
	padding: 10px 30px;
}
/**/
.home-title{
	color: #2F5036;
	font-family: Roboto;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
}
.home-title b{
	position: relative;
	color: #D16708;
}
.main-homebox2 .home-title b::before {
	content: "";
	width: 33px;
	height: 33px;
	background-image: url(images/icon-title-hbox2.png);
	background-size: cover;
	display: block;
	position: absolute;
	left: 94%;
	bottom: 91%;
}
.item-hbox2{
	height: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 28px;
	background: #246643;
	box-shadow: 0px 4px 8px 0px rgba(19, 15, 56, 0.20);
	color: #FFF;
	text-align: center;
	font-family: "Playfair Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
}
.main-homebox2 .col-mb:nth-child(2) .item-hbox2{
	background-color: #788752;
}
.main-homebox2 .col-mb:nth-child(3) .item-hbox2{
	background-color: #D96626;
}
.main-homebox2 .col-mb:nth-child(4) .item-hbox2{
	background-color: #E89827;
}
/**/
.item-hanhtrinh {
  border-radius: 20px;
  background: #FFF9E3;
  padding: 30px 30px 40px;
  margin-bottom: 24px;
  color: #2F5036;
  font-size: 18px;
}
.item-hanhtrinh img {
  max-width: 60px;
  max-width: ;
  max-height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
}
.item-hanhtrinh h3 {
  color: #2F5036;
  font-size: 24px;
}
.item-hanhtrinh .btn {
	min-width: 80%;
	border-radius: 15px;
	font-size: 18px;
}
/**/
.home-box4{
	position: relative;
	background-color: #F8EACD;
	background-position: center;
	background-size: cover;
	position: relative;
}
.home-box4::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .5;
	background-image: url(images/bg-hbox4.png);
}
.home-box4 .desc{
	color: #2F5036;
	font-weight: 500;
	font-size: 20px;
}
.main-homebox4{
	z-index: 1;
	position: relative;
}
.main-homebox4 .btn {
  font-size: 18px;
}
/**/
.home-box5 .home-title {
	margin-bottom: -40px;
	z-index: 1;
	position: relative;
	max-width: 600px;
	text-transform: uppercase;
	font-weight: 500;
}
.item-feedback {
	font-size: 18px;
	color: #2F5036;
}
.info-feedback img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 15px;
}
.text-feedback .name {
  color: #2F5036;
  font-size: 20px;
  margin-bottom: 0;
}
.text-feedback {
  font-size: 12px;
  color: #999;
  color: rgba(0, 0, 0, 0.64);
}
@media only screen and (min-width: 1370px) {
	.main-homebox5 div.swiper-button-next{
		top: auto;
		bottom: 20px;
		right: calc(50% + 30px);
	}
	.main-homebox5 div.swiper-button-prev{
		top: auto;
		bottom: 20px;
		left: auto;
		right: calc(50% + 80px);
	}
}
/**/
.main-homebox6{
	border-radius: 30px;
	background: linear-gradient(90deg, #F5E7CA 0%, #FAE3B3 50%, #FFDF9D 100%);
	padding: 48px 99px 0;
}
.main-homebox6 .home-title{
	background: linear-gradient(90deg, #2F5036 79.94%, #066F1C 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
	font-weight: 600;
	line-height: 55px;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.main-homebox6 .btn {
		border-radius: 10px;
		font-size: 20px;
	}
}
.main-homebox6 .home-title::before {
	content: "";
	width: 33px;
	height: 33px;
	background-image: url(images/icon-title-hbox6.png);
	background-size: cover;
	display: block;
	position: absolute;
	left: 94%;
	bottom: 91%;
}
.main-homebox6 .banner {
	margin-top: -120px;
}
@media only screen and (max-width: 991px) {
	.home-title {
		font-size: 28px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.home-title {
		font-size: 22px;
		line-height: 28px;
	}
	.item-hbox2 {
		height: auto;
		min-height: 60px;
		border-radius: 20px;
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.item-hanhtrinh h3 {
		font-size: 20px;
	}
	.item-hanhtrinh {
		font-size: 16px;
		padding: 20px;
	}
	.main-homebox4 .btn,
	.item-hanhtrinh .btn {
		border-radius: 12px;
		font-size: 16px;
	}
	.home-box4 .desc {
		font-size: 16px;
	}
	.main-homebox4 {
		padding-bottom: 20px;
	}
	.home-box5 .home-title {
		 margin-bottom: 0; 
	}
	.item-feedback {
		font-size: 16px;
	}
	.item-feedback>img {
		width: 25px;
	}
	.main-homebox5 div.swiper-button-next,
	.main-homebox5 div.swiper-button-prev{
		top: 78%;
	}
/*	*/
	.main-homebox6 {
		border-radius: 20px;
		padding: 20px 20px 0;
	}
	.main-homebox6 .home-title {
		font-size: 20px;
		line-height: 27px;
	}
	.main-homebox6 .banner {
		 margin-top: 0; 
	}
/**/
	.btn.btn-primary {
		padding: 5px 20px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px) {
	.item-hanhtrinh h3 {
		font-size: 18px;
	}
}