.home-row {
	float: left;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.row-1 {
	padding-bottom: 100px;
}
.row-1:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80%;
	content: ' ';
	background-color: #098368;
	background-size: cover;
	z-index: -1;
}
.row-1:after {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 54%;
	content: ' ';
	height: 20%;
	background: #e2bb03;
	z-index: -1;
}
.row-1 .slider {
	float: left;
	width: 100%;
	overflow: hidden;
}
.row-1 .slider .item {
	position: relative;
	padding: 0px 0px;
	box-sizing: border-box;
}
.row-1 .slider .item img {
	float: left;
	width: 100%;
}
.row-1 .slider .item .item-text {
	position: absolute;
	left: 160px;
	top: 25%;
	color: #fff;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
	    text-shadow: 0px 0px 18px #333;
}
.row-1 .slider .item .item-text .text-1 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
.row-1 .slider .item .item-text .text-2 {
	font-size: 60px;
	text-transform: uppercase;
	font-family: Bebas;
}
.row-1 .slider .swiper-pagination {
	width: 30px;
	height: 50%;
	left: unset;
	right: 5%;
}
.row-1 .slider .swiper-pagination .swiper-pagination-bullet {
	position: relative;
    background: transparent;
    opacity: 1;
    border-radius: 0px;
    margin-bottom: 5px;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.row-1 .slider .swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
    content: ' ';
    top: 4px;
    left: 7px;
    background: #fff;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}
.row-1 .slider .swiper-pagination .swiper-pagination-bullet:after {
	height: 0px;
	transition: 0.5s;
	position: absolute;
	content: ' ';
}
.row-1 .slider .swiper-pagination .swiper-pagination-bullet-active {
	    background: transparent;
    width: 28px;
    height: 80px;
    transition: 0.5s;
}

.row-1 .slider .swiper-pagination .swiper-pagination-bullet-active:before {
	    border: 2px solid #c29526;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    content: ' ';
    transform: rotate(45deg);
    transition: 0.5s;
    background: transparent;
}
.row-1 .slider .swiper-pagination .swiper-pagination-bullet-active:after {
	    content: ' ';
    position: absolute;
    width: 2px;
    background: #139679;
    height: 50px;
    bottom: 0px;
    left: 11px;
    visibility: visible;
    opacity: 1;
}
.row-1 .slider .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:before {
	top: unset;
	bottom: 4px;
}
.row-1 .slider .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:after {
	bottom: unset;
	top: 0px;
}
.row-1 .scroll {
	position: absolute;
	bottom: 66px;
	left: 50%;
	margin-left: -34px;
	z-index: 9999;
}
.row-1 .video {
	position: absolute;
	bottom: 15%;
    left: 41%;
	z-index: 9999;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.row-1 .video360 {
	position: absolute;
	bottom: 15%;
	left: 47%;
	z-index: 9999;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.row-2 {
	padding-left: 9%;
	box-sizing: border-box;
	background: url(../images/home/bg-2.png) no-repeat bottom left;
}
.row-2 .text-box {
	float: left;
	width: 30%;
}
.row-2 .slider {
	float: right;
	width: 63%;
	position: relative;
	overflow: hidden;
	margin-top: -55px;
}
.row-2 .slider .item img {
	width: 100%;
}
.row-2 .slider:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: ' ';
	width: 120px;
	height: 100px;
	z-index: 99;
}
.row-2 .slider .swiper-button-prev {
	bottom: 25px;
	top: unset;
	z-index: 999;
	left: 20px;
	background: url(../images/home/prev-btn.png) no-repeat center center;
}
.row-2 .slider .swiper-button-next {
	bottom: 25px;
	top: unset;
	right: unset;
	left: 70px;
	z-index: 999;
	background: url(../images/home/next-btn.png) no-repeat center center;
}
.row-2 .text-box .text-title {
	float: left;
	width: 100%;
	color: #00a288;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
}
.row-2 .text-box .text-title span {
	font-size: 40px;
	font-family: Bebas;
}
.row-2 .nav-tabs {
	float: left;
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.row-2 .nav-tabs li {
	border: none;
	border-right: 1px solid #d3d3d3;
}
.row-2 .nav-tabs li a {
	border: none !important;
	display: inline-block;
	padding: 3px 15px;
	text-transform: uppercase;
	color: #333333;
	border-radius: 0px;
}
.row-2 .nav-tabs li a:hover {
	background: #fff;

}
.row-2 .nav-tabs li:last-child {
	border-right: none;
}
.row-2 .nav-tabs li.active a {
	color: #098368;
}
.row-2 .tab-content {
	float: left;
	width: 100%;
	text-align: justify;
	font-size: 14px;
}
.row-2 .tab-content .read-more {
	margin-top: 15px;
	display: inline-block;
	background-color: #e2bb03;
	padding: 12px 20px 12px 30px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
}

.row-3 {
	margin-top: 80px;
	padding-top: 60px;
}
.row-3:before {
	z-index: -1;
	position: absolute;
	content: ' ';
	width: 100%;
	height: 90%;
	top: 0px;
	left: 0px;
	background: #098368;
}
.row-3 .slider {
	float: left;
	width: 60%;
}
.row-3 .slider img {
	width: 100%;
}
.row-3 .text-box {
	float: right;
	width: 35%;
	padding-right: 5%;
	padding-top: 3%;
	box-sizing: border-box;
}
.row-3 .text-box .text-title {
	float: left;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
}
.row-3 .text-box .text-title span {
	font-size: 40px;
	font-family: Bebas;
}
.row-3 .text-box .text-des {
	float: left;
	width: 100%;
}
.row-3 .read-more {
	margin-top: 15px;
	display: inline-block;
	background-color: #e2bb03;
	padding: 12px 20px 12px 30px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
}

.row-3 .read-more:hover, .row-2 .read-more:hover, .row-4 .read-more:hover, .row-5 .slider .item .item-text .read-more:hover{
	background-color: #cfab02;
}


.row-4 {
	margin-top: 40px;
	margin-bottom: 50px;
}
.row-4:before {
	position: absolute;
	content: ' ';
	top: 0px;
	left: 0px;
	width: 40%;
	background: url(../images/home/bg-3.jpg) no-repeat bottom left;
	background-size: 100% 100%;
	height:  100%;
	z-index: -1;
}
.row-4 .text-box {
	float: left;
    width: 40%;
    color: #fff;
    box-sizing: border-box;
    padding-left: 9%;
    padding-right: 4%;
    padding-top: 3%;
}
.row-4 .text-box .text-title {
	float: left;
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.row-4 .text-box .text-title span {
	color: #fff;
	font-size: 40px;
	font-family: Bebas;
}
.row-4 .slider {
	float: right;
	width: 60%;
	overflow: hidden;
}
.row-4 .slider .item img {
	float: left;
	width: 100%;
	height: auto;
}
.row-4 .nav-tabs {
	float: left;
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.row-4 .nav-tabs li {
	border: none;
	border-right: 1px solid #d3d3d3;
}
.row-4 .nav-tabs li a {
	border: none !important;
	display: inline-block;
	padding: 3px 15px;
	text-transform: uppercase;
	color: #7b8088;
	border-radius: 0px;
	background: transparent !important;
}
.row-4 .nav-tabs li a:hover {
	background: transparent;

}
.row-4 .nav-tabs li:last-child {
	border-right: none;
}
.row-4 .nav-tabs li.active a {
	color: #b08d3d;
}
.row-4 .tab-content {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.row-4 .read-more {
	margin-top: 15px;
	display: inline-block;
	background-color: #e2bb03;
	padding: 12px 20px 12px 30px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
}
.row-4 .swiper-pagination {
	text-align: left;
	padding-left: 9%;
	bottom: 10%;
	box-sizing: border-box;
}
.row-4 .slider .swiper-pagination .swiper-pagination-bullet {
	position: relative;
    background: transparent;
    opacity: 1;
    border-radius: 0px;
    margin-bottom: 5px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
}
.row-4 .slider .swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
    content: ' ';
    top: 4px;
    left: 7px;
    background: #fff;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}
.row-4 .slider .swiper-pagination .swiper-pagination-bullet:after {
	height: 0px;
	transition: 0.5s;
	position: absolute;
	content: ' ';
}
.row-4 .slider .swiper-pagination .swiper-pagination-bullet-active {
	    background: transparent;
    height: 28px;
    width: 80px;
    transition: 0.5s;
}

.row-4 .slider .swiper-pagination .swiper-pagination-bullet-active:before {
	border: 2px solid #c29526;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    content: ' ';
    transform: rotate(45deg);
    transition: 0.5s;
    background: transparent;
}
.row-4 .slider .swiper-pagination .swiper-pagination-bullet-active:after {
	    content: ' ';
    position: absolute;
    height: 2px;
    background: #139679;
    width: 50px;
    bottom: 16px;
    right: 0px;
    visibility: visible;
    opacity: 1;
}
.row-4 .slider .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:before {
	left: unset;
	right: 4px;
}
.row-4 .slider .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:after {
	bottom: 16px;
	left: 0px;
}

.row-5 {
	background: url(../images/home/bg-3.png) no-repeat bottom right;
	padding-bottom: 80px;
	padding-top: 50px;
}
.row-5:before {
	position: absolute;
	content: ' ';
	top: 0px;
	left: 0px;
	width: 60%;
	height: 50%;
	background: #e2bb03;
	z-index: -1;
}
.row-5 .slider {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.row-5 .slider .item {
	position: relative;
}
.row-5 .slider .item .item-img {
	position: relative;
}
.row-5 .slider .item .item-img:after {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #fff;
	width: 10%
	height: 50%;
}
.row-5 .slider .item .item-img img {
	float: left;
	width: 65%;
}
.row-5 .slider .item .item-text {
	position: absolute;
	left: 60%;
	top: 60%;
	width: 40%;
}
.row-5 .slider .item .item-text .item-title {
	text-transform: uppercase;
	font-size: 20px;
	color: #098368;
}
.row-5 .slider .item .item-text .item-title span {
	font-size: 40px;
	font-family: Bebas;
	color: #098368;
}
.row-5 .slider .item .item-text .read-more {
	margin-top: 25px;
	display: inline-block;
	background-color: #e2bb03;
	padding: 12px 20px 12px 30px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
}
.row-5 .slider .swiper-button-prev {
	bottom: 25px;
	top: unset;
	z-index: 999;
	left: 60%;
	background: url(../images/home/prev-btn.png) no-repeat center center;
}
.row-5 .slider .swiper-button-next {
	bottom: 25px;
	top: unset;
	right: unset;
	left: 63%;
	z-index: 999;
	background: url(../images/home/next-btn.png) no-repeat center center;
}
.row-5 .row-title {
	position: absolute;
	right: 9%;
	top: 20%;
	font-size: 40px;
	font-family: Bebas;
	text-transform: uppercase;
	color: #098368;
}
.row-5 .nav-tabs {
	    border: none;
    position: absolute;
    right: 2%;
    top: 50%;
    z-index: 9999;
    transform: rotate(90deg);
    font-size: 18px;
}
.row-5 .nav-tabs li {
	border: none;
	border-right: 1px solid #cccccc;
}
.row-5 .nav-tabs li:last-child {
	border-right: none;
}
.row-5 .nav-tabs li a {
	border: none !important;
	background: transparent;
	line-height: 10px;
	color: #121928;
	text-transform: uppercase;
}
.row-5 .nav-tabs li.active a {
	color: #e6bf07;
}

.row-6:before {
	position: absolute;
	content: ' ';
	top: 0px;
	right: 0px;
	width: 40%;
	background: url(../images/home/bg-4.jpg) no-repeat bottom right;
	background-size: 100% 100%;
	height:  100%;
	z-index: -1;
}
.row-6 .slider {
    float: left;
    width: 60%;
    overflow: hidden;
}
.row-6 .slider .item img {
    float: left;
    width: 100%;
}
.row-6 .text-box {
    float: right;
    width: 40%;
    color: #fff;
    box-sizing: border-box;
    padding-right: 9%;
    padding-left: 5%;
    padding-top: 7%;
}
.row-6 .text-box .text-title {
    float: left;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
.row-6 .text-box .text-title span {
    color: #fff;
    font-size: 40px;
	font-family: Bebas;
    margin-bottom: 20px;
}
.row-6 .read-more {
    margin-top: 15px;
    display: inline-block;
    background-color: #e6bf07;
    padding: 12px 20px 12px 30px;
    border-radius:50px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
.row-6 .swiper-pagination {
	text-align: right;
	padding-right: 9%;
	bottom: 10%;
	box-sizing: border-box;
}
.row-6 .slider .swiper-pagination .swiper-pagination-bullet {
	position: relative;
    background: transparent;
    opacity: 1;
    border-radius: 0px;
    margin-bottom: 5px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
}
.row-6 .slider .swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
    content: ' ';
    top: 4px;
    left: 7px;
    background: #fff;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}
.row-6 .slider .swiper-pagination .swiper-pagination-bullet:after {
	height: 0px;
	transition: 0.5s;
	position: absolute;
	content: ' ';
}
.row-6 .slider .swiper-pagination .swiper-pagination-bullet-active {
	    background: transparent;
    height: 28px;
    width: 80px;
    transition: 0.5s;
}

.row-6 .slider .swiper-pagination .swiper-pagination-bullet-active:before {
	border: 2px solid #c29526;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    content: ' ';
    transform: rotate(45deg);
    transition: 0.5s;
    background: transparent;
}
.row-6 .slider .swiper-pagination .swiper-pagination-bullet-active:after {
	    content: ' ';
    position: absolute;
    height: 2px;
    background: #5acab1;
    width: 50px;
    bottom: 16px;
    right: 0px;
    visibility: visible;
    opacity: 1;
}
.row-6 .slider .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:before {
	left: unset;
	right: 4px;
}
.row-6 .slider .swiper-pagination .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:after {
	bottom: 16px;
	left: 0px;
}

.news {
	margin: 60px 0px 0px;
	padding-bottom: 60px;
	background: url(../images/home/bg-2.png) no-repeat bottom left;
}
.news .row-title {
	float: left;
	width: 100%;
	font-size: 40px;
	font-family: Bebas;
	text-transform: uppercase;
	color: #098368;
	margin-bottom: 20px;
	text-align: center;
}
.news .nav-tabs {
    border: none;
    /*position: absolute;*/
    left: 50%;
    z-index: 9999;
    /*transform: rotate(-90deg);*/
    font-size: 18px;
	margin-bottom: 50px;
	margin-left: 42%;
}
.news .nav-tabs li {
    border: none;
    border-right: 1px solid #cccccc;
}
.news .nav-tabs li:last-child {
	border-right: none;
}
.news .nav-tabs li a {
    border: none !important;
    background: transparent !important;
    line-height: 10px;
    color: #121928;
    text-transform: uppercase;
}
.news .nav-tabs li.active a {
    color: #e2bb03;
}
.news .tab-content {
	width: 100%;
}
.news .tab-content .list-news {
	float: left;
	width: 100%;
}
.news .tab-content .list-news .item {
	float: left;
	width: 32%;
	margin-right: 2%
}

.news .tab-content .list-news .item:last-child {
	margin-right: 0px;
}

.news .tab-content .list-news .item .item-img {
	float: left;
	width: 100%;
}

.news .tab-content .list-news .item .item-img img {
	float: left;
	width: 100%;
	height: 360px;
}
.news .tab-content .list-news .item .item-title {
	float: left;
	width: 100%;
	margin: 15px 0px;
	font-size: 16px;
	text-transform: uppercase;
	color: #262626;
	font-family: OxyBold;
}

.news .tab-content .list-news .item .item-title a:hover{
	color: #cfab02 !important;
}

.news .tab-content .list-news .item .item-date {
	float: left;
	width: 100%;
	font-size: 12px;
	font-style: italic;
	color: #666;
}
.news .tab-content .list-news .item .item-des {
	float: left;
	width: 100%;
	color: #2d2d2d;
	text-align: justify;
	margin-top: 10px;
}
.news .tab-content .list-news .item .item-des .read-more {
	font-style: italic;
	color: #098368;
	background: url(../images/icon-ct.png) no-repeat center right;
}

.row-1 .slider .video-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 40px;
	
}
/*--- TIEN ICH ---*/

.tienich{
	width: 100%;
	height: auto;
	padding-top: 50px;
}
.tienich .dec-tienich{
	padding-top: 50px;
	padding-left: 9%;
	padding-right: 9%;
}

.dec-tienich h3{
	font-size: 40px;
	padding-top: 50px;
	font-family: Bebas;
	color: #098368;
	text-align: center;
	line-height: 50px;
	padding-bottom: 6px;
}
.dec-tienich p{
	text-align: center;
	padding-left: 7%;
	padding-right: 7%;
	padding-bottom: 85px;
}
.list-tienich{
	background-color: #098368;
	padding-bottom: 50px;
	position: relative;
	height: 1000px;
}


.img-tienich{


}
.tienich-1{
	margin: 0 auto;
	padding-left: 9%;
	padding-right: 9%;
	position: absolute;
	margin-top: -80px;	
}
.img-tienich img{
	width: 100%;
	height: auto;
}

.danhsach .list-ds{
	width: 24%;
	float: left;
	margin-top: 30px;
	padding-right: 15px;
}

.danhsach .list-ds ul li{
	color: #fff;
	line-height: 30px;
	font-size: 15px;
}
.danhsach .list-ds ul li{

}
.page-content{
	width: 1000px;
	margin: 0 auto;
}

#left_ads_float {
    bottom: 5px;
    left: 5px;
    position: fixed;
}

@media only screen and (max-width: 1600px) and (min-width: 1441px) {
		.list-tienich{
		height: 850px;
	}
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
	.row-1 .video {
		bottom: 14%;
	}
	.row-4 .tab-content {
		margin-top: 0px;
	}
	.row-5 .slider .item .item-text .read-more {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
	.row-4 .text-box {
		padding-top: 2%;
	}
	.row-4 .text-box .text-title, .row-4 .nav-tabs {
		margin-bottom: 10px;
	}
	.row-4 .tab-contentm, .row-5 .slider .item .item-text .read-more {
		margin-top: 0px;
	}
	.row-1 .video {
		bottom: 14%;
	}
	.news .nav-tabs{
		margin-left: 38%;
	}
	.list-tienich{
		height: 800px !important;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.row-1 .slider .item .item-text .text-1 {
		font-size: 18px;
	}
	.row-1 .slider .item .item-text .text-2 {
		font-size: 46px;
	}
	.row-2 .text-box .text-title span {
		font-size: 32px;
	    line-height: 34px;
	}
	.row-2 .text-box .text-title, .row-2 .nav-tabs {
		margin-bottom: 10px;
	}
	.row-3 .text-box {
		padding-top: 0px;
	}
	.row-3 .text-box .text-title span {
		font-size: 32px;
    	line-height: 34px;
	}
	.row-4 .text-box .text-title span {
		font-size: 32px;
    	line-height: 34px;
	}
	.row-4 .text-box .text-title {
		font-size: 18px;
	}
	.row-4 .tab-content {
		margin-top: 0px;
	}
	.row-5 .slider .item .item-text .item-title span {
		font-size: 32px;
	}
	.row-5 .slider .item .item-text {
		top: 57%;
	}
	.row-6 .text-box {
		padding-top: 3%;
	}
	.row-6 .text-box .text-title {
		font-size: 18px;
	}
	.row-6 .text-box .text-title span {
		font-size: 32px;
		line-height: 34px;
	}
	
		.list-tienich{
		height: 760px !important;
	}
	
	.row-1 .video {

	bottom: 18%;
}
.row-1 .video360 {

	bottom: 18%;
}
	
	
	
}