.home .full-content {
    margin-top: 0;
    padding: 0;
}
.home-box {
	padding: 40px 0;
}
.gt-left {
	position: relative;
	padding: 0 18px 19px 0;
}
.gt-left img {
	position: relative;
	width: 100%;
	display: block;
	z-index: 1;
}
.gt-left::after {
	content: "";
	position: absolute;
	width: calc(100% - 27px);
	height: calc(100% - 19px);
	border: 1px solid #FFF3CB;
	right: 0;
	bottom: 0;
}
.gt-right {
	position: relative;
	padding-left: 50px;
}
.gt-right::before {
	content: "";
	position: absolute;
	width: 96px;
	height: 96px;
	background: #FFFDEE;
	border-radius: 50%;
	top: -40px;
	left: 10px;
}
.gt-right h2 {
	color: #cb9433;
	font-size: 32px;
	position: relative;
	z-index: 1;
	margin-bottom: 45px;
}
.gt-right a {
	display: inline-block;
	color: #cb9433;
	font-size: 16px;
	margin-top: 30px;
}
.gt-right a i{
	margin-left: 5px;
}
/**/
.main-cachdathang {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 110px 0 78px;
}

.row-title{
	position: relative;
	margin-bottom: 30px;
}
.row-title h2 {
	color: #cb9433;
	font-size: 32px;
}
.title-line{
	text-align: center;
}
.title-line::after {
	content: "";
	width: 51px;
	height: 3px;
	background: #cb9433;
	display: block;
	margin: 10px auto;
}
/**/
.wrap-cachdathang{
    padding: 10px 30px;
}
.bg-cachdathang{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 9%);
    padding: 34px 60px 38px 22px;
    position: relative;
}
.bg-cachdathang:hover{
    background: #CA9432;
}
.img-cachdathang a{
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFBD8;
    position: relative;
}
.img-cachdathang a:before{
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: #FFFBD8;
    border-radius: 50%;
    top: -4px;
    left: -13px;
}
.img-cachdathang a:after{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #FFFBD8;
    border-radius: 50%;
    right: -18px;
    top: 45px;
}
.text-cachdathang{}
.text-cachdathang h3{
    margin: 16px 0 16px;
}
.text-cachdathang h3 a{
    color: #141414;
    font-size: 20px;
    font-weight: 800;
    transition: all 0s;
}
.bg-cachdathang:hover .text-cachdathang h3 a{
    color: #fff;
}
.text-cachdathang p{
    color: #929292;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
}
.bg-cachdathang:hover .text-cachdathang p{
    color: #fff;
}

.bg-cachdathang span {
	width: 50px;
	height: 25px;
	background: #CA9432;
	position: relative;
	margin: 10px auto;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: calc(50% - 35px);
	right: -26px;
}

.bg-cachdathang span::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -15px;
	left: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 15px solid #CA9432;
}

.bg-cachdathang span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #CA9432;
}
/**/
.home-boxsp {
	background-size: cover;
	background-position: center;
}
.home-box3 .row-title h2 {
	color: #fff !important;
}	
.home-box3 .title-line::after {
	background: #fff;
}
.main-spnb{
	position: relative;
}
/**/
.item-box4 {
	margin-bottom: 10px;
}
.item-box4_img {
	position: relative;
	overflow: hidden;
}
.item-box4_img img {
	display: block;
	object-fit: cover;
	max-height: 200px;
	width: 100%;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.item-box4_img:hover img {
	transform: scale(1.1, 1.1);	
}
.item-box4_content h3 {
	color: #292929;
	font-size: 18px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 23px;
	height: 46px;
}
.item-box4_content p {
	color: #929292;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 20px;
	height: 40px;
	margin: 10px 0 23px;
}
.item-box4_content span {
	display: flex;
	align-items: center;
	color: #cb9433;
	font-size: 16px;
}
.item-box4_content span i{
	margin-left: 3px;
}
.view-more {
	text-align: center;
	margin-top: 48px;
}
.view-more a {
	display: inline-block;
	color: #cb9433;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #cb9433;
	border-radius: 4px;
	padding: 8px 57px;
}
.view-more a i{
	margin-left: 3px;
}
/**/
.home-box.home-box5 {
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 115px 0 85px;
	margin: 62px 0 0;
}
.box5-title {
	text-align: center;
	margin-bottom: 107px;
}
.box5-title h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	text-transform: uppercase;
}
.box5-title p {
	color: #fff;
	font-size: 34px;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-style: italic;
}
.img-quytrinh a {
	width: 167px;
	height: 150px;
	background: url(../images/stt_quytrinh1.png) no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.img-quytrinh a img {
	margin-left: 15px;
}
.skew img {
	overflow: hidden;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.skew img:hover {
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.main-box5 {
	display: flex;
	flex-wrap: wrap;
}
.wrap-quytrinh:not(:last-child)::after {
	content: "";
	position: absolute;
	width: 73px;
	height: 10px;
	background: url(../css/images/icon_quytrinh.png) no-repeat;
	right: -33px;
	top: 87px;
}
.wrap-quytrinh {
	width: calc(100% / 4);
	padding: 15px;
	position: relative;
}
.text-quytrinh {
	text-align: center;
	margin-top: 35px;
}
.text-quytrinh h3 a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.text-quytrinh p {
	color: #d1d0d0;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 18px;
	height: 90px;
	margin-top: 15px;
}
.view-box5 a {
	color: #fff !important;
	border-color: #fff !important;
}
.view-box5 a:hover {
	color: #ff0;
	border: 1px solid #ff0;
}
/**/
.home-box6 .row-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home-box6 .row-title h2 {
	margin: 0;
}
.home-box6 .row-title a {
	color: #cb9433;
	font-size: 16px;
	text-transform: uppercase;
}
.home-box6 .row-title a i{
	margin-left: 5px;
}
/**/
.item-box6 {
	margin-bottom: 15px;
}
.item-box6 a {
	display: block;
}	
.item-box6_img {
	position: relative;
}
.item-box6_img img {
	display: block;
	width: 100%;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.item-box6_img img {
	max-height: 177px;
	object-fit: cover;
}
.item-box6_img .post_date {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	background: #CA9432;
	padding: 3px 11px 3px;
	line-height: 1;
}
.item-box6_img .post_date .post-date-month {
	display: block;
	line-height: 1.3;
	position: relative;
	padding-top: 1px;
	margin-top: 3px;
}
.item-box6_img .post_date .post-date-month::before {
	content: "";
	position: absolute;
	width: 23px;
	height: 1px;
	background: #fff;
	top: 0;
	left: calc(50% - 11.5px);
}
.item-box6_content h3 {
	font-size: 18px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 22px;
	font-weight: 500;
	margin: 10px 0;
}
.item-box6_content p {
	color: #929292;
	font-size: 14px;
	font-weight: 300;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 20px;
	margin: 12px 0;
}
.item-box6_content span {
	color: #CA9432;
	font-size: 18px;
	transition: 0.3s all;
}
.item-box6:hover .item-box6_content span {
	margin-left: 10px;
}
/**/
.main-spnb .woocommerce ul.products li.product a.button,
.main-spnb .woocommerce ul.products li.type-product span.price,
.main-spnb .woocommerce ul.products li.type-product .woocommerce-loop-product__title{
	color: #fff !important;
	border-color: #fff !important;
}
/**/
.main-spnb .swiper-button-next, 
.main-spnb .swiper-button-prev{
	background-size: 20px;
}
.main-spnb .swiper-button-next{
	right: -40px !important;
}
.main-spnb .swiper-button-prev{
	left: -40px !important;
}
@media only screen and (max-width: 990px) {
	.home-box {
		padding: 20px 0;
	}
	.gt-left {
		padding: 0 10px 10px 0;
	}
	.gt-right {
		padding-left: 0;
	}
	.gt-right h2 {
		font-size: 25px;
		margin: 10px 0 20px;
	}
	.gt-right a {
		font-size: 14px;
		margin-top: 0;
	}
	/**/
	.view-more {
		margin-top: 20px;
	}
	.view-more a {
		font-size: 15px;
		padding: 5px 37px;
	}
	/**/
	.box5-title {
		margin-bottom: 50px;
	}
	.home-box.home-box5 {
		margin: 22px 0 0;
		padding-bottom:40px;
	}
	.box5-title p {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.box5-title h2 {
		font-size: 25px;
		margin: 10px 0;
	}
	.text-quytrinh {
		margin-top: 20px;
	}
	/**/
	.item-box6_content h3 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 810px) {
	.row-title h2 {
		font-size: 25px;
	}
	.wrap-cachdathang {
		padding: 10px 20px;
	}
	.bg-cachdathang {
		border-radius: 20px;
		padding: 20px 30px 28px 12px;
	}
	.text-cachdathang h3 a {
		font-size: 16px;
	}
	.text-cachdathang p {
		font-size: 15px;
		height: auto;
	}
	/**/
	.item-box4_content p {
		margin-bottom: 15px;
	}
	.item-box4_content span {
		font-size: 15px;
	}
	.item-box4_content h3 {
		font-size: 16px;
	}
	/**/
	.wrap-quytrinh {
		width: calc(100% / 2);
		padding: 10px;
	}
	.text-quytrinh p {
		height: auto;
		margin-top: 10px;
	}
	.text-quytrinh h3 a {
		font-size: 18px;
	}
	/**/

}
@media only screen and (max-width: 768px) {
	.main-box6 .col-mb {
		width: 50%;
	}
}
@media only screen and (max-width: 640px) {
	.row-title {
		margin-bottom: 20px;
	}
	.gt-right h2,
	.row-title h2 {
		font-size: 22px;
	}
	.main-gt .col-mb {
		width: 100%;
	}
	/**/
	.main-box4 .col-mb {
		width: 50%;
	}
	.item-box4_content h3,
	.text-quytrinh h3 a {
		font-size: 15px;
	}
	/**/
	.box5-title {
		margin-bottom: 30px;
	}
	.home-box6 .row-title a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 550px) {
	.home-box.home-box5 {
		padding: 50px 0 40px;
	}
	.box5-title p {
		font-size: 20px;
	}
	.box5-title h2 {
		font-size: 20px;
	}
	.img-quytrinh a {
		width: 120px;
		height: 130px;
		background-size: contain;
	}
	.img-quytrinh a img {
		margin-bottom: 20px;
		width: 30%;
	}
	.text-cachdathang h3 a {
		font-size: 14px;
	}
}