.page .page-row {
	float: left;
	width: 100%;
	position: relative;
}
.page .top-page {
	/*padding: 100px 9% 0px;*/
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.page .top-page:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90%;
    content: ' ';
    background: #01967e;
    background-size: cover;
    z-index: -1;
}
.page .top-page:after {
	position: absolute;
	content: ' ';
	bottom: 0px;
	left: 50%;
	margin-left: -20px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e2bb03;
}
.page .top-page img {
	width: 100%;
}
.page .top-page .bread-crumb {
	position: absolute;
	bottom: 18%;
	color: #fff;
	left: 0%;
	width: 100%;
	text-align: center;
	font-family: Oxy;
}
.page .top-page .bread-crumb  a {
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}
.page .top-page .page-header-title {
	font-family: Bebas;
	font-size: 46px;
	position: absolute;
	bottom: 3%;
	color: #fff;
	left: 0px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.page .page-title {
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 40px;
	padding-top: 75px;
}
.page .page-title:before {
	position: absolute;
    top: 0px;
    left: 50%;
    height: 55px;
    width: 1px;
    margin-left: -8px;
    background: #00a886;
    content: ' ';
}
.page .page-title h1,.page .page-title h2 {
	font-size: 36px;
	font-family: Bebas;
	color: #088367;
	margin: 0px;
}
.page .page-title a {
	display: inline-block;
	padding: 8px 0px;
	font-family: OxyBold;
	font-size: 18px;
	color: #ddb747;
	border: 1px solid #ddb747;
	margin-left: -4px;
	width: 200px;
	border-radius: 20px 20px 20px 20px;
	margin-right: 10px;
}
.page .page-title a.active {
	color: #fff;
	background: #ddb747;
	border-radius: 20px 20px 20px 20px;
}

/*giới thiệu*/
.page-gioi-thieu .row-1 {
	padding-bottom: 170px;
}
/*.row-1:after {
	position: absolute;
	content: ' ';
	height: 75%;
	right: 0px;
	bottom: 0px;
	width: 66%;
	background: url(../images/gioi-thieu/banner-1-1.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}*/
.page-gioi-thieu .row-1 .text-box-1 {
	position: relative;
	float: left;
	width: 47%;
	padding-left: 10%;
	padding-bottom: 30px;
}
.page-gioi-thieu .row-1 .text-box-1:after {
	background: url(../images/gioi-thieu/line-1.png) no-repeat center center;
	position: absolute;
	content: ' ';
	top: 0px;
	left: 15%;
	height: 100%;
	width: 30px;
}
.page-gioi-thieu .row-1 .text-box-1:before {
	position: absolute;
	content: ' ';
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80%;
	background: #161e2c;
}
.page-gioi-thieu .row-1 .text-box-1 .text-box-title {
	float: left;
	width: 100%;
	z-index: 999;
	font-family: Bebas;
	color: #0f1725;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 110px;
	line-height: 40px;
}
.page-gioi-thieu .row-1 .text-box-1 .text-box-title span {
	display: inline-block;
	margin-left: 70px;
}
.page-gioi-thieu .row-1 .text-box-1 .text-box-des {
	float: left;
	width: 100%;
	z-index: 999;
	position: relative;
	padding-left: 10%;
}
.page-gioi-thieu .row-1 .text-box-1 .text-box-des .text-box-row {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.page-gioi-thieu .row-1 .text-box-1 .text-box-des .text-box-row .row-icon {
	float: left;
	width: 10%;
	margin-right: 2%;
}
.page-gioi-thieu .row-1 .text-box-1 .text-box-des .text-box-row .row-text {
	float: left;
	color: #5f6f8c;
	width: 83%;
	font-size: 16px;
}
.page-gioi-thieu .row-1 .text-box-1 .text-box-des .text-box-row .row-text span {
	color: #fff;
	font-family: OxyBold;
}
.page-gioi-thieu .row-1 .text-box-2 {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-right: 9%;
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: justify;
}
.page-gioi-thieu .row-1 .slider {
	position: absolute;
	width: 56%;
	bottom: 0px;
	right: 0px;
	z-index: -1;
}
.page-gioi-thieu .row-1 .slider .item {
	float: left;
	width: 100%;
}
.page-gioi-thieu .row-1 .slider .item img {
	float: left;
	width: 100%;
}

.page-gioi-thieu .row-2 {
	margin-top: 40px;
}
.page-gioi-thieu .row-2 .slider {
	float: left;
	width: 50%;
}
.page-gioi-thieu .row-2 .slider .item {
	float: left;
	width: 100%;
}
.page-gioi-thieu .row-2 .slider .item img {
	float: left;
	width: 100%;
}
.page-gioi-thieu .row-2 .text-box {
	float: right;
	width: 50%;
	padding-top: 8%;
	padding-left: 4%;
	padding-right: 9%;
}
.page-gioi-thieu .row-2 .text-box:before {
	position: absolute;
	content: ' ';
	bottom: 0px;
	left: 52%;
	height: 85%;
	width: 20px;
	background: url(../images/gioi-thieu/line-1.png) no-repeat center center;
	background-size: auto 100%;
}
.page-gioi-thieu .row-2 .text-box .text-box-title {
    float: left;
    width: 100%;
    z-index: 999;
    font-family: Bebas;
    color: #0f1725;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 40px;
}
.page-gioi-thieu .row-2 .text-box .text-box-title span {
    display: inline-block;
    margin-left: 70px;
}
.page-gioi-thieu .row-2 .text-box .text-box-des {
	float: left;
	width: 100%;
	text-align: justify;
}

.page-gioi-thieu .row-3 .slider {
	float: left;
	width: 50%;
}
.page-gioi-thieu .row-3 .slider .item {
	float: left;
	width: 100%;
}
.page-gioi-thieu .row-3 .slider .item img {
	float: left;
	width: 100%;
}
.page-gioi-thieu .row-3 .text-box {
	float: left;
	width: 50%;
	padding-top: 8%;
	padding-left: 9%;
	padding-right: 3%;
}
.page-gioi-thieu .row-3 .text-box:before {
	position: absolute;
	content: ' ';
	bottom: 0px;
	left: 7%;
	height: 85%;
	width: 20px;
	background: url(../images/gioi-thieu/line-1.png) no-repeat center center;
	background-size: auto 100%;
}
.page-gioi-thieu .row-3 .text-box .text-box-title {
    float: left;
    width: 100%;
    z-index: 999;
    font-family: Bebas;
    color: #0f1725;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 40px;
}
.page-gioi-thieu .row-3 .text-box .text-box-title span {
    display: inline-block;
}
.page-gioi-thieu .row-3 .text-box .text-box-des {
	float: left;
	width: 100%;
	text-align: justify;
}
.page-gioi-thieu .row-4 {
	background: #161e2c;
	padding-top: 30px;
}
.page-gioi-thieu .row-4 .row-title {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	font-family: Bebas;
	float: left;
	width: 100%;
}
.page-gioi-thieu .row-4 .text-box {
	float: left;
	width: 100%;
	padding: 20px 15%;
	color: #fff;
	font-family: Oxy;
	font-size: 14px;
	text-align: justify;
}
.page-gioi-thieu .row-4 .slider {
	float: left;
	width: 100%;
	overflow: hidden;
}
.page-gioi-thieu .row-4 .slider .item {
	float: left;
	width: 33.3333%;
	position: relative;
}
.page-gioi-thieu .row-4 .slider .item:after {
	position: absolute;
	content: ' ';
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20%;
	background-image: linear-gradient(to top,rgba(30, 40, 66, 0.81),  rgba(255, 255, 255, 0));
}
.page-gioi-thieu .row-4 .slider .item img {
	float: left;
	width: 100%;
}
.page-gioi-thieu .row-4 .slider .item .item-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-family: OxyBold;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	z-index: 999;
}

.page-gioi-thieu .row-5 {
	padding: 30px 0px;
}
.page-gioi-thieu .row-5 .row-title {
	text-align: center;
	text-transform: uppercase;
	color: #0f1725;
	font-size: 36px;
	font-family: Bebas;
	float: left;
	width: 100%;
}
.page-gioi-thieu .row-5 .text-box {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Oxy;
	color: #313434;
	padding: 20px 15%;
}
.page-gioi-thieu .row-5 .slider {
	float: left;
	width: 100%;
	padding: 0px 15%;
	box-sizing: border-box;
}
.page-gioi-thieu .row-5 .slider .item {
	float: left;
	width: 100%;
}
.page-gioi-thieu .row-5 .slider .item img {
	float: left;
	width: 100%;
}

/*page tin tức*/
.page-tin-tuc .row-1 {
	margin-bottom: 20px;
}
.page-tin-tuc .row-1 .list-news {
	float: left;
	width: 100%;
}
.page-tin-tuc .row-1 .list-news .col-news {
	float: left;
	width: 50%;
	height: 730px;
}
.page-tin-tuc .row-1 .list-news .news-large {
	float: left;
	width: 100%;
	position: relative;
	height: 100%;
}
.page-tin-tuc .row-1 .list-news .news-large .news-img {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.page-tin-tuc .row-1 .list-news .news-large .news-img:before {
	content: ' ';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30%;
	background-image: linear-gradient(to top,rgba(0, 0, 0, 0.75), rgba(255, 255, 255, 0));
}
.page-tin-tuc .row-1 .list-news .news-large .news-img img {
	float: left;
	height: 100%;
	width: auto;
}
.page-tin-tuc .row-1 .list-news .news-large .news-info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 20px 7%; 
	box-sizing: border-box;
	color: #fff;
}
.page-tin-tuc .row-1 .list-news .news-large .news-info .news-title {
	float: left;
	width: 100%;
	font-size: 24px;
	font-family: OxyBold;
	color: #fff;
}
.page-tin-tuc .row-1 .list-news .news-large .news-info .news-date {
	float: left;
	width: 100%;
	margin: 10px 0px;
	font-style: italic;
	font-family: Oxy;
	font-size: 14px;
}
.page-tin-tuc .row-1 .list-news .news-large .news-info .news-des {
	float: left;
	width: 100%;
	font-family: Oxy;
	font-size: 14px;
	text-align: justify;
}
.page-tin-tuc .row-1 .list-news .news-large .news-info .news-des .read-more {
	color: #fff;
}
.page-tin-tuc .row-1 .list-news .news {
	float: left;
	width: 100%;
	height: 50%;
}
.page-tin-tuc .row-1 .list-news .news .col-news-1 {
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
}
.page-tin-tuc .row-1 .list-news .news .news-img {
	float: left;
	width: 50%;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.page-tin-tuc .row-1 .list-news .news .news-img:after {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/tin-tuc/banner.png) no-repeat center center;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}
.page-tin-tuc .row-1 .list-news .news:hover .news-img:after {
	visibility: visible;
	opacity: 1;
}
.page-tin-tuc .row-1 .list-news .news:nth-child(2n) .news-img {
	float: right;
}
.page-tin-tuc .row-1 .list-news .news .news-img img {
	float: left;
	width: auto;
	height: 100%;
}
.page-tin-tuc .row-1 .list-news .news .news-info {
	float: left;
	width: 100%;	
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0 5% 10%;
	box-sizing: border-box;
}
.page-tin-tuc .row-1 .list-news .news .news-info .news-title {
	float: left;
	width: 100%;
	font-size: 24px;
	font-family: OxyBold;
}
.page-tin-tuc .row-1 .list-news .news .news-info .news-date {
	float: left;
	width: 100%;
	margin: 10px 0px;
	font-style: italic;
	font-family: Oxy;
	font-size: 14px;
}
.page-tin-tuc .row-1 .list-news .news .news-info .news-des {
	float: left;
	width: 100%;
	font-family: Oxy;
	font-size: 14px;
	text-align: justify;
}
.page-tin-tuc .row-1 .list-news .news .news-info .news-des .read-more {
	color: #c7a745;
}

.page-tin-tuc .row-2 .list-news {
	float: left;
	width: 100%;
}
.page-tin-tuc .row-2 .list-news .news {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	height: 580px;
}
.page-tin-tuc .row-2 .list-news .news:nth-child(3n) {
	margin-right: 0px;
}
.page-tin-tuc .row-2 .list-news .news .news-img {
	float: left;
	width: 100%;
	/*height: 220px;*/
	overflow: hidden;
	position: relative;
}
.page-tin-tuc .row-2 .list-news .news .news-img:after {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/tin-tuc/banner.png) no-repeat center center;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}
.page-tin-tuc .row-2 .list-news .news:hover .news-img:after {
	visibility: visible;
	opacity: 1;
}
.page-tin-tuc .row-2 .list-news .news .news-img img {
	float: left;
	width: 100%;
	height: 360px;
	/*height: 100%;*/
}
.page-tin-tuc .row-2 .list-news .news .news-info {
	float: left;
	width: 100%;
}
.page-tin-tuc .row-2 .list-news .news .news-info .news-title {
	float: left;
	width: 100%;
	font-family: OxyBold;
	font-size: 18px;
	color: #262626;
}
.page-tin-tuc .row-2 .list-news .news .news-info .news-date {
	float: left;
	width: 100%;
	margin: 10px 0px;
	font-style: italic;
	font-size: 14px;
	font-family: Oxy;
}
.page-tin-tuc .row-2 .list-news .news .news-info .news-des {
	float: left;
	width: 100%;
	font-size: 14px;
}
.page-tin-tuc .row-2 .list-news .news .news-info .news-des .read-more {
	color: #098368;
}

.page-tin-tuc .row-1 .list-news-mobile {
	float: left;
	width: 100%;
	padding: 0px 9%;
	overflow: hidden;
	display: none;
}
.page-tin-tuc .row-1 .list-news-mobile .news {
	width: 100%;
}
.page-tin-tuc .row-1 .list-news-mobile .news .news-img {
	float: left;
	width: 100%;
}
.page-tin-tuc .row-1 .list-news-mobile .news .news-img img {
	float: left;
	width: 100%;
}
.page-tin-tuc .row-1 .list-news-mobile .news .news-info {
	float: left;
	width: 100%;
}
.page-tin-tuc .row-1 .list-news-mobile .news .news-info .news-title {
	float: left;
	width: 100%;
	font-family: OxyBold;
	font-size: 18px;
	color: #262626;
}
.page-tin-tuc .row-1 .list-news-mobile .news .news-info .news-date {
	float: left;
	width: 100%;
	margin: 10px 0px;
	font-style: italic;
	font-size: 14px;
	font-family: Oxy;
}
.page-tin-tuc .row-1 .list-news-mobile .news .news-info .news-des {
	float: left;
	width: 100%;
	font-size: 14px;
}
.page-tin-tuc .row-1 .list-news-mobile .news-info .news-des .read-more {
	color: #c7a745;
}

.page-chinh-sach .list-item {
	margin-bottom: 60px;
	float: left;
	width: 100%;
}
.page-chinh-sach .list-item .item {
	text-align: center;
}
.page-chinh-sach .list-item .item .item-img {
	float: left;
	width: 100%;
}
.page-chinh-sach .list-item .item .item-img img {
	width: 100%;
}
.page-chinh-sach .list-item .item .item-title {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 14px;
	color: #182235;
	font-family: OxyBold;
	margin-bottom: 30px;
}

.page-san-pham .title {
	text-align: center;
	font-size: 32px;
	font-family: OxyBold;
	color: #00a288;
	text-transform: uppercase;
}
.page-san-pham .row-1 {
	background: #fff;
	text-align: center;
	padding: 5px 0px;
}
.page-san-pham .row-1 .page-img {
	float: left;
	width: 100%;
}
.page-san-pham .row-1 .page-img img {
	max-width: 100%;
}

.page-san-pham .row-2 .wrap-row {
	width: 75%;
}
.page-san-pham .row-2 .list-tab {
	float: left;
	width: 100%;
}
.page-san-pham .row-2 .list-tab ul.nav-tabs {
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0px;
	border: none;
}
.page-san-pham .row-2 .list-tab ul.nav-tabs li  {
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}
.page-san-pham .row-2 .list-tab ul.nav-tabs li a {
	border: none;
	background: #e2bc03;
	text-transform: uppercase;
	font-size: 14px;
	font-family: OxyBold;
	color: #fff;
	border-radius: 0px;
	padding: 7px 25px;
	transition: 0.5s;
	border-radius: 30px;
}
.page-san-pham .row-2 .list-tab ul.nav-tabs li a:hover {
	background: #02a288;
	cursor: pointer;
}
.page-san-pham .row-2 .list-tab ul.nav-tabs li.active a {
	background: #02a288;
}
.page-san-pham .row-2 .list-tab .tab-content {
	float: left;
	width: 100%;
	text-align: center;
}
.page-san-pham .row-2 .list-tab .tab-content img {
	max-width: 100%;
}
.page-san-pham .row-3 {
	margin: 40px 0px 10px;
}
.page-san-pham .row-3 .slider-1 {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.page-san-pham .row-3 .item {
	max-height: 345px;
	overflow: hidden;
}
.page-san-pham .row-3 .item img {
	float: left;
	width: 100%;
}

/*Page tiện ích*/
.page-tien-ich .row-1:after {
	position: absolute;
	content: ' ';
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../images/tien-ich/right-bg.png) no-repeat right bottom;
}
.page-tien-ich .row-1 .text-box {
	float: right;
	width: 40%;
	padding: 10% 9% 0px 5%;
	box-sizing: border-box;
}
.page-tien-ich .row-1 .text-box .text-title {
	font-family: Bebas;
	font-size: 40px;
	color: #0f1725;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.page-tien-ich .row-1 .text-box .text-des {
	font-family: Oxy;
	font-size: 16px;
	text-align: justify;
	float: left;
	width: 100%;
}
.page-tien-ich .row-1 .slider {
	float: left;
	width: 60%;
	position: relative;
}
.page-tien-ich .row-1 .slider:before {
	top: -14px;
	width: 100%;
	height: 3px;
	content: ' ';
	position: absolute;
	left: 0px;
	background-image: linear-gradient(to right, #d6b157, #f7e473, #d6b157);
}
.page-tien-ich .row-1 .slider:after {
	top: -8px;
	width: 100%;
	height: 2px;
	content: ' ';
	position: absolute;
	left: 0px;
	background-image: linear-gradient(to right, #d6b157, #f7e473, #d6b157);
}
.page-tien-ich .row-1 .slider .slider-1 {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.page-tien-ich .row-1 .slider .slider-1 .item {
	position: relative;
}
.page-tien-ich .row-1 .slider .slider-1 .item:before {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 15%;
	bottom: 0px;
	left: 0px;
	background-image: linear-gradient(to top, rgb(31, 31, 31), rgba(255, 255, 255, 0));
}
.page-tien-ich .row-1 .slider .slider-1 .item img {
	float: left;
	width: 100%;
}
.page-tien-ich .row-1 .slider .slider-1 .item .item-text {
	position: absolute;
	bottom: 0px;
	text-align: left;
	width: auto;
	left: 0px;
	padding-left: 20px;
	color: #fff;
	font-size: 16px;
	font-family: OxyBold;
	text-transform: uppercase;
	line-height: 60px;
}
.page-tien-ich .row-1 .slider .slider-1 .swiper-pagination {
	bottom: 20px;
	padding-right: 20px;
	text-align: right;
}
.page-tien-ich .row-1 .slider .slider-1 .swiper-pagination-bullet {
	background: #5b5a5a;
	opacity: 1;
	display: inline-flex;
}
.page-tien-ich .row-1 .slider .slider-1 .swiper-pagination-bullet-active {
	background: transparent;
	border: 3px solid #e8d35a;
	width: 13px;
	height: 13px;
}

.page-tien-ich .row-2 {
	margin-top: 40px;
}
.page-tien-ich .row-2:after {
	position: absolute;
	content: ' ';
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/tien-ich/left-bg.png) no-repeat left bottom;
	z-index: -1;
}
.page-tien-ich .row-2 .text-box {
	float: left;
	width: 40%;
	padding: 10% 5% 0px 9%;
	box-sizing: border-box;
}
.page-tien-ich .row-2 .text-box .text-title {
	font-family: Bebas;
	font-size: 40px;
	color: #0f1725;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.page-tien-ich .row-2 .text-box .text-des {
	font-family: Oxy;
	font-size: 16px;
	text-align: justify;
	float: left;
	width: 100%;
}
.page-tien-ich .row-2 .slider {
	float: left;
	width: 60%;
	position: relative;
}
.page-tien-ich .row-2 .slider:before {
	bottom: -14px;
	width: 100%;
	height: 3px;
	content: ' ';
	position: absolute;
	left: 0px;
	background-image: linear-gradient(to right, #d6b157, #f7e473, #d6b157);
}
.page-tien-ich .row-2 .slider:after {
	bottom: -8px;
	width: 100%;
	height: 2px;
	content: ' ';
	position: absolute;
	left: 0px;
	background-image: linear-gradient(to right, #d6b157, #f7e473, #d6b157);
}
.page-tien-ich .row-2 .slider .slider-2 {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.page-tien-ich .row-2 .slider .slider-2 .item {
	position: relative;
}
.page-tien-ich .row-2 .slider .slider-2 .item:before {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 15%;
	bottom: 0px;
	left: 0px;
	background-image: linear-gradient(to top, rgb(31, 31, 31), rgba(255, 255, 255, 0));
}
.page-tien-ich .row-2 .slider .slider-2 .item img {
	float: left;
	width: 100%;
}
.page-tien-ich .row-2 .slider .slider-2 .item .item-text {
	position: absolute;
	bottom: 0px;
	text-align: left;
	width: auto;
	left: 0px;
	padding-left: 20px;
	color: #fff;
	font-size: 16px;
	font-family: OxyBold;
	text-transform: uppercase;
	line-height: 60px;
}
.page-tien-ich .row-2 .slider .slider-2 .swiper-pagination {
	bottom: 20px;
	padding-right: 20px;
	text-align: right;
}
.page-tien-ich .row-2 .slider .slider-2 .swiper-pagination-bullet {
	background: #5b5a5a;
	opacity: 1;
	display: inline-flex;
}
.page-tien-ich .row-2 .slider .slider-2 .swiper-pagination-bullet-active {
	background: transparent;
	border: 3px solid #e8d35a;
	width: 13px;
	height: 13px;
}

.page-tien-ich .row-3 {
	margin-top: 40px;
}
.page-tien-ich .row-3 .row-title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-family: Bebas;
	color: #0f1725;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.page-tien-ich .row-3 .slider {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;

}
.page-tien-ich .row-3 .slider .item {
	position: relative;
}
.page-tien-ich .row-3 .slider .item:before {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 15%;
	bottom: 0px;
	left: 0px;
	background-image: linear-gradient(to top, rgb(31, 31, 31), rgba(255, 255, 255, 0));
}
.page-tien-ich .row-3 .slider .item .item-text {
	width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 0px;
    line-height: 30px;
    font-size: 16px;
    padding: 0px 20%;
}
.page-tien-ich .row-3 .slider .item img {
	width: 100%;
	float: left;
}
.page-tien-ich .row-3 .slider .swiper-button-prev {
	background: url(../images/tien-ich/prev-icon.png) no-repeat center center;
	width: 40px;
}
.page-tien-ich .row-3 .slider .swiper-button-next {
	background: url(../images/tien-ich/next-icon.png) no-repeat center center;
	width: 40px;
}
.page-tien-ich .row-4 {
	margin-top: 60px;
}
.page-tien-ich .row-4 .page-col {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.page-tien-ich .row-4 .page-col:nth-child(2n) {
	margin-right: 0px;
}
.page-tien-ich .row-4 .page-col .slider {
	float: left;
	width: 100%;
	position: relative;
}
.page-tien-ich .row-4 .page-col .slider:before {
	top: -14px;
	width: 100%;
	height: 3px;
	content: ' ';
	position: absolute;
	left: 0px;
	background-image: linear-gradient(to right, #d6b157, #f7e473, #d6b157);
}
.page-tien-ich .row-4 .page-col .slider:after {
	top: -8px;
	width: 100%;
	height: 2px;
	content: ' ';
	position: absolute;
	left: 0px;
	background-image: linear-gradient(to right, #d6b157, #f7e473, #d6b157);
}
.page-tien-ich .row-4 .page-col .slider img {
	width: 100%;
}
.page-tien-ich .row-4 .page-col .text-box {
	float: left;
	width: 100%;
	padding-left: 19%;
	box-sizing: border-box;
	margin-top: 30px;
}
.page-tien-ich .row-4 .page-col .text-box .text-title {
	float: left;
	width: 100%;
	font-family: Bebas;
	font-size: 40px;
	text-transform: uppercase;
	color: #0f1725;
}
.page-tien-ich .row-4 .page-col .text-box .text-des {
	float: left;
	width: 100%;
	font-size: 16px;
	text-align: justify;
	margin-top: 15px;
} 
.page-tien-ich .row-4 .page-col:nth-child(2n) .slider:before {
	bottom: -14px;
	top: unset;
	width: 100%;
	height: 3px;
	content: ' ';
	position: absolute;
	left: 0px;
	background-image: linear-gradient(to right, #d6b157, #f7e473, #d6b157);
}
.page-tien-ich .row-4 .page-col:nth-child(2n) .slider:after {
	bottom: -8px;
	top: unset;
	width: 100%;
	height: 2px;
	content: ' ';
	position: absolute;
	left: 0px;
	background-image: linear-gradient(to right, #d6b157, #f7e473, #d6b157);
}
.page-tien-ich .row-4 .page-col:nth-child(2n) .text-box {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-right: 19%;
	padding-left: 0px;
}
.page-tien-ich .row-5 {
	margin-top: 60px;
}
.page-tien-ich .row-5 .row-title {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	font-family: Bebas;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	color: #0f1725;
}
.page-tien-ich .row-5 .slider {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.page-tien-ich .row-5 .slider .item {
	position: relative;
}
.page-tien-ich .row-5 .slider .item:before {
	position: absolute;
    content: ' ';
    width: 100%;
    height: 15%;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to top, rgb(31, 31, 31), rgba(255, 255, 255, 0));
}
.page-tien-ich .row-5 .slider .item .item-title {
	position: absolute;
	bottom: 0px;
	color: #fff;
	font-family: OxyBold;
	text-align: center;
	width: 100%;
	left: 0px;
	text-transform: uppercase;
	line-height: 50px;
	font-size: 16px;
}
.page-tien-ich .row-5 .slider .item img {
	float: left;
	width: 100%;
}
.page-tien-ich .row-5 .slider .swiper-button-prev {
	background: url(../images/tien-ich/prev-icon.png) no-repeat center center;
	width: 40px;
}
.page-tien-ich .row-5 .slider .swiper-button-next {
	background: url(../images/tien-ich/next-icon.png) no-repeat center center;
	width: 40px;
}
.page-tien-ich .row-5 .text-box {
	float: left;
	width: 100%;
	margin: 30px 0px;
	text-align: center;
	padding: 0px 15%;
	font-size: 16px;
}
.page-tien-ich .row-6 {
	background: url(../images/tien-ich/lien-he-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0px;
}
.page-tien-ich .row-6 .row-title {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: Bebas;
	font-size: 44px;
	text-transform: uppercase;
}
.page-tien-ich .row-6 .row-note {
	float: left;
	width: 100%;
	padding: 0px 30%;
	text-align: center;
	line-height: 30px;
	color: #768098;
	margin-bottom: 30px;
}
.page-tien-ich .row-6 .form {
	float: left;
	width: 100%;
}
.page-tien-ich .row-6 .form .row-col {
	float: left;
	width: 49%;
	margin-right: 2%;
	height: 100%;
}
.page-tien-ich .row-6 .form .row-col:nth-child(2n) {
	margin-right: 0px;
}
.page-tien-ich .row-6 .form .row-col input {
	background: transparent;
	border-radius: 0px;
	border: 1px solid #434d64;
	margin-bottom: 15px;
	color: #fff;
	width: 100%;
	float: left;
	height: 41px;
}
.page-tien-ich .row-6 .form .row-col textarea {
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #434d64;
	background: transparent;
	border-radius: 0px;
	color: #fff;
}
.page-tien-ich .row-6 .form .submit {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0px;
}
.page-tien-ich .row-6 .form .submit a {
    background-image: linear-gradient(to right,rgba(194, 160, 65, 1), rgba(231, 209, 95, 1), rgba(194, 160, 65, 1));
    text-align: center;
    color: #fff;
    border: none;
    text-transform: uppercase;
    line-height: 36px;
    font-family: OxyBold;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 60px;
    font-size: 16px;
}
.page-tien-ich .row-6 .form .submit a:hover {
	cursor: pointer;
}

.page-album-anh .row-1 .list-item {
	float: left;
	width: 100%;
}
.page-album-anh .row-1 .list-item .item {
	position: relative;
	margin-bottom: 40px;
}
.page-album-anh .row-1 .list-item .item .item-img {
	width: 100%;
	overflow: hidden;
}
.page-album-anh .row-1 .list-item .item .item-img img {
	width: 100%;
	transition: 0.5s;
}
.page-album-anh .row-1 .list-item .item .item-img:hover img {
	transform: scale(1.5,1.5);
}
.page-album-anh .row-1 .list-item .item .item-title {
	/*position: absolute;*/
	bottom: 0px;
	right: 0px;
	background: #00a886;
	padding: 20px 50px 20px 30px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: OxyBold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

/*album video*/
.page-album-video .row-1 .list-item {
	float: left;
	width: 100%;
}
.page-album-video .row-1 .list-item .item {
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.page-album-video .row-1 .list-item .item .item-img {
	float: left;
	width: 100%;
	position: relative;
}
.page-album-video .row-1 .list-item .item .item-img:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: ' ';
	opacity: 0;
	transition: 0.5s;
	background: #b18d3e;
}
.page-album-video .row-1 .list-item .item:hover .item-img:before {
	opacity: 0.5;
}
.page-album-video .row-1 .list-item .item .item-img img {
	float: left;
	width: 100%;
}
.page-album-video .row-1 .list-item .item .item-title {
	float: left;
	width: 100%;
	background: #b18d3e;
	color: #fff;
	padding: 8px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: OxyBold;
}

/*liên hệ*/
.page-lien-he .row-1 {
}
.page-lien-he .row-1:before {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0px;
	background: url(../images/lien-he/bg-1.png) left top 30% no-repeat;
	z-index: -1;
}
.page-lien-he .row-1:after {
	content: ' ';
	width: 20px;
	height: 50%;
	position: absolute;
	left: 10%;
	top: 50px;
	background: url(../images/lien-he/bg-border.png) no-repeat left top;
	z-index: -1;

}
.page-lien-he .row-1 .text-box-1 {
	float: left;
	width: 40%;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding-top: 10%;
	padding-left: 60px;
	/*background-size: cover;*/
}
.page-lien-he .row-1 .text-box-1 .title {
	font-size: 42px;
	color: #0f1725;
	font-family: Bebas;
	text-transform: uppercase;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.page-lien-he .row-1 .text-box-1 .content {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.page-lien-he .row-1 .text-box-1 .content li {
	list-style: none;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
}
.page-lien-he .row-1 .text-box-1 .content li .icon {
	float: left;
	width: 50px;
	text-align: center;
}
.page-lien-he .row-1 .text-box-1 .content li .icon img {
	max-width: 100%;
}
.page-lien-he .row-1 .img-box-1 {
	float: right;
	width: 60%;
	margin-bottom: 60px;
}
.page-lien-he .row-1 .img-box-1 img {
	width: 100%;
}
.page-lien-he .row-1 .img-box-2 {
	float: left;
	width: 60%;
	z-index: 10;
}
.page-lien-he .row-1 .img-box-2 img {
	width: 100%;
	z-index: 102;
}
.page-lien-he .row-1 .form {
	float: right;
	width: 40%;
	padding: 0px 0px 0px 70px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.page-lien-he .row-1 .form .title-form {
	float: left;
	width: 100%;
	font-family: Bebas;
	font-size: 40px;
	color: #0f1725;
	margin-bottom: 15px;
}
.page-lien-he .row-1 .form input {
	margin-bottom: 10px;
	height: 40px;
}
.page-lien-he .row-1 .form .submit {
	float: left;
	width: 100%;
	text-align: center;
}
.page-lien-he .row-1 .form .submit a {
    padding: 8px 30px;
    background-image: linear-gradient(to right,rgba(194, 160, 65, 1), rgba(231, 209, 95, 1), rgba(194, 160, 65, 1));
    text-align: center;
    color: #fff;
    border: none;
    text-transform: uppercase;
    line-height: 36px;
    font-family: OxyBold;
    border-radius: 50px;
}
.page-lien-he .row-1 .form .submit a:hover {
	cursor: pointer;
}

/*page single album*/
.page-single-img .title-page {
	text-transform: uppercase;
	font-size: 30px;
	font-family: OxyBold;
	color: #088367;
}
.page-single-img .list-item {
	float: left;
	width: 100%;
	transition: 0.5s;
}
.page-single-img .list-item .item {
	position: relative;
	margin-bottom: 25px;
	float: left;
	transition: 0.5s;
	height: 315px;
}
.page-single-img .list-item .item.item-long {
	height: 655px;
}
.page-single-img .list-item .item .item-img:before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: ' ';
	width: 100%;
	height: 30%;
	background-image: linear-gradient(to top, rgb(31, 31, 31), rgba(255, 255, 255, 0));
	transition: 0.5s;
}
.page-single-img .list-item .item .item-img:after {
	position: absolute;
	content: ' ';
	background: #ddb747;
	opacity: 0;
	transition: 0.5s;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.page-single-img .list-item .item:hover .item-img:after {
	opacity: 0.7;
}
.page-single-img .list-item .item:hover .item-img:before {
	opacity: 0;
}
.page-single-img .list-item .item .item-img {
	width: 100%;
	position: relative;
	height: 100%;
	float: left;
	overflow: hidden;
}
.page-single-img .list-item .item .item-img img {
	/*width: 100%;*/
	height: 100%;
	min-width: 100%;
	transition: 0.5s;
}
.page-single-img .list-item .item.item-long .item-img img {
	height: 100%;
	min-width: 100%;
	width: unset;
}
.page-single-img .list-item .item:hover .item-img img {
	transform: scale(1.5,1.5);
}
.page-single-img .list-item .item .item-text {
	position: absolute;
	left: 0px;
	text-align: center;
	bottom: 10px;
	color: #fff;
	width: 100%;
	font-size: 16px;
	font-family: OxyBold;
	text-transform: uppercase;
}

@media only screen and (max-width: 1600px) and (min-width: 1441px ) {
	.page-gioi-thieu .row-1 {
		padding-bottom: 40px;
	}
	.page-single-img .list-item .item {
		height: 260px;
	}
	.page-single-img .list-item .item.item-long {
		height: 545px;
	}
}

@media only screen and (max-width: 1440px) and (min-width: 1367px ) {
	.page-gioi-thieu .row-1 {
	    padding-bottom: 40px;
	}
	.page-gioi-thieu .row-1 .slider {
		width: 60%;
	}
	.page .top-page .bread-crumb {
		bottom: 18%;
	}
	.page-tin-tuc .row-1 .list-news .col-news {
		height: 600px;
	}
	.page-single-img .list-item .item {
		/*margin-bottom: 16px;*/
	}
	.page-single-img .list-item .item {
		height: 230px;
	}
	.page-single-img .list-item .item.item-long {
		height: 485px;
	}
}

@media only screen and (max-width: 1366px) and (min-width: 1281px ) {
	.page-gioi-thieu .row-1 {
	    padding-bottom: 40px;
	}
	.page-gioi-thieu .row-1 .slider {
		width: 65%;
	}
	.page .top-page .bread-crumb {
		bottom: 18%;
	}
	.page-tin-tuc .row-1 .list-news .col-news {
		height: 600px;
	}
	.page-tin-tuc .row-1 .list-news .news .news-info .news-title {
		font-size: 20px;
	}
	.page-single-img .list-item .item {
		height: 220px;
	}
	.page-single-img .list-item .item.item-long {
		height: 465px;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 1025px ) {
	.page-gioi-thieu .row-1 {
	    padding-bottom: 40px;
	}
	.page-gioi-thieu .row-1 .slider {
		width: 65%;
	}
	.page .top-page .bread-crumb {
		bottom: 18%;
	}
	.page-tin-tuc .row-1 .list-news .col-news {
		height: 600px;
	}
	.page-tin-tuc .row-1 .list-news .news .news-info .news-title {
		font-size: 20px;
	}
	.page-single-img .list-item .item {
		height: 200px;
	}
	.page-single-img .list-item .item.item-long {
		height: 425px;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px ) {
	.page-tin-tuc .row-1 .list-news .col-news {
		height: 500px;
	}
	.page-tin-tuc .row-1 .list-news .news .news-info .news-title {
		font-size: 16px;
	}
	.page-tin-tuc .row-1 .list-news .news .news-info .news-des {
		font-size: 12px;
	}
	.page-gioi-thieu .row-1 .text-box-1 .text-box-title {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 66px;
	}
	.page-gioi-thieu .row-1 .text-box-1 .text-box-des .text-box-row .row-text {
		font-size: 14px;
	}
	.page-gioi-thieu .row-1 .text-box-1 .text-box-des {
		padding-left: 5%;
	}
	.page-gioi-thieu .row-1 .text-box-1 .text-box-des .text-box-row .row-icon {
		margin-right: 4%;
	}
	.page-gioi-thieu .row-1 .text-box-1:before {
		height: 83%;
	}
	.page-gioi-thieu .row-1 .slider {
		width: 67%;
	}
	.page-gioi-thieu .row-1 {
	    padding-bottom: 40px;
	}
	.page-gioi-thieu .row-2 .text-box {
		padding-top: 0px;
	}
	.page-gioi-thieu .row-2 .text-box:before , .page-gioi-thieu .row-3 .text-box:before {
		height: 100%;
	}
	.page-gioi-thieu .row-2 .text-box {
		padding-left: 5%;
	}
	.page-gioi-thieu .row-3 .text-box {
		padding-top: 3%;
		padding-left: 10%;
	}
	.page-gioi-thieu .row-2 .text-box .text-box-title, .page-gioi-thieu .row-3 .text-box .text-box-title,.page-gioi-thieu .row-4 .row-title, .page-gioi-thieu .row-5 .row-title {
		font-size: 30px;
		line-height: 34px;
	}
	.page-single-img .list-item .item {
		height: 160px;
	}
	.page-single-img .list-item .item.item-long {
		height: 345px;
	}
}

@media only screen and (max-width: 425px) {
	.page .top-page {
		padding: 0px;
		height: 400px;
		overflow: hidden;
		position: relative;
	}
	.page .top-page img {
		position: absolute;
		top: 0px;
		height: 100%;
		width: auto;
		left: -150%;
	}
	.page .top-page .bread-crumb {
		bottom: 20%;
	}
	.page .top-page .page-header-title {
		bottom: 5%;
	}
	.page .page-title a {
		font-size: 16px;
		padding: 6px 2px;
		width: 160x;
	}
	.page .page-title {
		padding-top: 40px;
	}
	.page .page-title:before {
		height: 25px;
	}
	.page-gioi-thieu .row-1 .text-box-1 {
		width: 100%;
		padding-bottom: 0px;
	}
	.page-gioi-thieu .row-1 .text-box-1:after {
		left: 2%;
	}
	.page-gioi-thieu .row-1 .text-box-1 .text-box-title {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.page-gioi-thieu .row-1 .text-box-1:before {
		height: 83%;
	}
	.page-gioi-thieu .row-1 .text-box-1 .text-box-des {
		padding-left: 3%;
	}
	.page-gioi-thieu .row-1 .text-box-1 .text-box-des .text-box-row .row-icon {
		margin-right: 4%;
	}
	.page-gioi-thieu .row-1 .text-box-1 .text-box-des .text-box-row .row-icon img {
		width: 100%;
	}
	.page-gioi-thieu .row-1 .text-box-1 .text-box-des .text-box-row .row-text {
		font-size: 14px;
	}
	.page-gioi-thieu .row-1 .text-box-2 {
		width: 100%;
		padding: 5% 9%;
	}
	.page-gioi-thieu .row-1 {
		padding-bottom: 180px;
	}
	.page-gioi-thieu .row-1 .slider {
		width: 91%;
	}
	.page-gioi-thieu .row-2 .text-box {
		width: 100%;
		padding: 0px 9%;
		position: relative;
	}
	.page-gioi-thieu .row-2 .slider {
		width: 100%;
	}
	.page-gioi-thieu .row-2 .text-box:before {
		left: 2%;
		height: 100%;
	}
	.page-gioi-thieu .row-2 .text-box .text-box-title, .page-gioi-thieu .row-3 .text-box .text-box-title {
		font-size: 30px;
	}
	.page-gioi-thieu .row-3 .text-box {
		width: 100%;
		position: relative;
		padding: 5% 9%;
	}
	.page-gioi-thieu .row-3 .text-box:before {
		left: 2%;
		height: 100%;
	}
	.page-gioi-thieu .row-3 .slider {
		width: 100%;
	}
	.page-gioi-thieu .row-4 .row-title {
		font-size: 30px;
		line-height: 34px;
	}
	.page-gioi-thieu .row-4 .text-box {
		padding: 5% 9%;
	}
	.page-gioi-thieu .row-5 .row-title {
		padding: 0px 7%;
		font-size: 34px;
		line-height: 34px;
	}
	.page-gioi-thieu .row-5 .text-box {
		padding: 5% 9%;
		text-align: justify;
	}
	.page-gioi-thieu .row-5 .slider {
		padding: 0px 9%;
	}

	.page-tin-tuc .row-1 .list-news {
		display: none;
	}
	.page-tin-tuc .row-2 .list-news .news {
		width: 100%;
		margin-right: 0px;
	}
	.page-tin-tuc .row-1 .list-news-mobile {
		display: block;
	}
	.page-tien-ich .page-title {
		padding-top: 10px;
	}
	.page-tien-ich .row-1 .text-box, .page-tien-ich .row-2 .text-box  {
		width: 100%;
		padding: 0px 9%;
		text-align: center;
		margin-bottom: 15px;
	}
	.page-tien-ich .row-1 .text-box .text-title {
		font-size: 26px;
	}
	.page-tien-ich .row-2 .text-box .text-title {
		font-size: 26px;
	}
	.page-tien-ich .row-1 .slider, .page-tien-ich .row-2 .slider {
		width: 100%;
	}
	.page-tien-ich .row-3 .slider .item .item-text {
		line-height: 16px;
		font-size: 12px;
		padding: 0px 10%;
		bottom: 5px;
	}
	.page-tien-ich .row-3 .slider .item:before {
		height: 67%;
		background-image: linear-gradient(to top, rgba(31, 31, 31, 0.78), rgba(255, 255, 255, 0));
	}
	.page-tien-ich .row-3 .row-title {
		font-size: 26px;
	}
	.page-tien-ich .row-4 .page-col {
		width: 100%;
		margin-right: 0px;
	}
	.page-tien-ich .row-4 .page-col .text-box {
		padding: 0px 9%;
	}
	.page-tien-ich .row-4 .page-col .text-box .text-title {
		text-align: center;
		font-size: 26px;
	}
	.page-tien-ich .row-1 .text-box .text-des, .page-tien-ich .row-2 .text-box .text-des,.page-tien-ich .row-4 .page-col .text-box .text-des,.page-tien-ich .row-4 .page-col .text-box .text-des,.page-tien-ich .row-5 .text-box {
		font-size: 12px;
	}
	.page-tien-ich .row-4 .page-col:nth-child(2n) .text-box {
		text-align: center;
		padding: 0px 9%;
	}
	.page-tien-ich .row-5 .row-title {
		font-size: 26px;
	}
	.page-tien-ich .row-5 .text-box {
		padding: 0px;
		text-align: justify;
	}
	.page-tien-ich .row-5 .slider .item .item-title {
		font-size: 12px;
		bottom: 0px;
		line-height: 26px;
	}
	.page-tien-ich .row-6 .row-title {
		font-size: 26px;
	}
	.page-tien-ich .row-6 .row-note {
		padding: 0px;
	}
	.page-tien-ich .row-6 .form .row-col {
		width: 100%;
		margin-right: 0px;
	}

	.page-lien-he .row-1 .text-box-1, .page-lien-he .row-1 .img-box-1, .page-lien-he .row-1 .img-box-2, .page-lien-he .row-1 .form {
		width: 100%;
	}
	.page-lien-he .row-1 .text-box-1 {
		padding-left: 25px;
	}
	.page-lien-he .row-1:after {
		height: 20%;
	}
	.page-lien-he .row-1 .form {
		padding: 0px;
	}
	.page-single-img .list-item .item {
		height: unset;
	}
	.page-single-img .list-item .item.item-long {
		height: unset;
	}
	.page-single-img .list-item .item.item-long .item-img img,.page-single-img .list-item .item .item-img img {
		height: unset;
		min-width: unset;
		width: 100%;
	}
	.page .page-title a{
		    width: 160px;
	}
	
	.page-tin-tuc .row-2 .list-news .news .news-img img {
	float: left;
	width: 100%;
	height: auto;
	/*height: 100%;*/
}
	.page-san-pham .row-2 .wrap-row {
	width: 100%;
}

}