.head-top {
	background: #212121;
	color: #fff;
}
.head-top ul {
	list-style: none;
	margin: 0;
}
.head-top ul li {
	display: inline-block;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: bold;
}
.head-top ul li a {
	text-decoration: none;
	color: inherit;
}
.head-left {
	
}
.head-right {
	text-align: right;
}
.head-right ul li {
	padding: 7px 0;
	font-size: 14px;
}
.head-right ul li a {
	display: inline-block;
	width: 100%;
	border-right: 1px solid #fff;
	padding: 0 10px;
}
.head-right ul li:last-child a {
	border-right: none;
}
.head-banner .container{
    position: relative;
    display: flex;
	justify-content: center;
    align-items: center;
}
.head-abs {
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 10;
	text-align: right;
}
.title {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #008347;
	margin-top: 40px;
}
.titleleft {
	text-align: left;
}
.title-iconleft {
	position: relative;	
	width: 35px;
	display: inline-block;
	margin-right: 10px;
}
.title-iconleft:before {
	content: "";
	position: absolute;
	right: 0;
	top: -4px;
	width: 70%;
	height: 2px;
	background: #008347;
}
.title-iconleft:after {
	content: "";
	position: absolute;
	right: 0;
	top: -9px;
	width: 100%;
	height: 2px;
	background: #008347;
}
.title-iconright {
	position: relative;	
	width: 35px;
	display: inline-block;
	margin-left: 10px;
}
.title-iconright:before {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	width: 70%;
	height: 2px;
	background: #008347;
}
.title-iconright:after {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
	width: 100%;
	height: 2px;
	background: #008347;
}

.video-section-full {
  margin: 200px auto;
  width: 275px;
  padding: 10px;
  text-align: center;
  position: relative;
}
.video-section {
  position: relative;
  z-index: 1;
  margin-right: 31px;
}
.video-section-content {
  display: table;
  padding: 30px 0;
}
.video-section-left {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}
.video-section-right {
  display: table-cell;
  vertical-align: middle;
}
.video-section-left .play-now {
  position: absolute;
  left: 27%;
  top: 50%;
  display: block;
  border-radius: 50%;
  z-index: 10;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
}
@media only screen and (max-width: 480px) {
  .video-section-full {
    width: 100%;
    margin-bottom: 15px;
  }
}

.play-now {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-radius: 50%;
  z-index: 10;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
}
.play-now .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  background-color: #008347;
  color: #fff;
  z-index: 1;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(80, 170, 178, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(80, 170, 178, 0.1);
  -ms-box-shadow: 0 5px 10px 0 rgba(80, 170, 178, 0.1);
  -o-box-shadow: 0 5px 10px 0 rgba(80, 170, 178, 0.1);
  box-shadow: 0 5px 10px 0 rgba(80, 170, 178, 0.1);
}
.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(80, 170, 178, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(80, 170, 178, 0.3);
  -ms-box-shadow: 0 0 0 0 rgba(80, 170, 178, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(80, 170, 178, 0.3);
  box-shadow: 0 0 0 0 rgba(80, 170, 178, 0.3);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.slider-play-icon .play-now {
  right: 30%;
  left: auto;
  top: 45%;
}
.daht {
	margin-top: 20px;
}
.daht-title {
	min-height: 70px;
}
.daht-title a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.daht-title:after {
	content: "";
	width: 30px;
	height: 2px;
	background: #000;
	display: block;
    margin: auto;
    margin-top: 10px;
}
.daht-text {
	font-size: 14px;
}
.topnewcontent {
	margin-top: 20px;
}
.topnewest a {
	text-decoration: none;
	color: inherit;
}
.topnew-photo {
	text-align: center;
}
.topnewest .topnew-title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}
.topnew .topnew-title {
	font-weight: bold;
	font-size: 16px;
}
.topnewest .topnew-text {
	margin-top: 10px;
	font-size: 14px;
}
a.topnew {
	text-decoration: none;
	color: inherit;
	margin-bottom: 12px;
	display: inline-block;
	width: 100%;
}
.video {
	position: relative;
}
.video iframe {
	width: 100%;
}
.video button {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
}
.videok iframe {
	height: 100px;
	width: 100%;
}
.footer {
	background: #212121;
	color: #fff;
	padding: 30px 0;
	margin-top: 40px;
}
.footer h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}
.footer ul.ft-info li {
	display: flex;	
}
.footer ul.ft-info li span {
	font-weight: bold;
	color: #68bd45;
	font-size: 16px;
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer ul li {
	list-style: none;
	margin-bottom: 7px;
	font-size: 14px;
}
.footer ul.ft-info li i {
	background: #08880b;
	color: #fff;
	width: 17px;
	height: 17px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	font-size: 11px;
}

.footer ul.ft-info li p {
	width: calc(100% - 25px);
}

.footer ul.ft-list li a {
	text-transform: lowercase;	
	display: inline-block;
}
.footer ul.ft-list li a::first-letter {
	text-transform: uppercase;
}
.footer ul.ft-list li i {
	color: #08880b;
	margin-right: 5px;
	font-size: 9px;
}
.footer ul li a {
	text-decoration: none;
	color: inherit;
}
div#wap_thongke {
	background: #fff;
	color: #333;
}
.copyright span {
	color: #08880b;
}
@media screen and (max-width: 768px) {
	.head-top {
		display: none;
	}
	.head-abs {
		top: 0;
		right: 0;
	}
	p.ngay {
		margin-top: 0;
		display: none;
	}
	.title {
		font-size: 18px;
		margin-top: 20px;
	}
	#news {
		margin-top: 20px;
		overflow: hidden;
	}
	.topnew {
		margin-top: 20px;
	}
	.topnewcontent {
		margin-top: 10px;
	}
	.topnew-title, .topnewest .topnew-title {
		margin-top: 10px;
	}
	.topnewest .topnew-text {
		margin-top: 0;
	}
	.topnew-photo img {
		height: 232px;
		object-fit: cover;
		width: 100%;
	}
	.daht, .topnew, .topnewest a {
		margin-top: 10px;
        padding: 10px;
        box-shadow: 1px 10px 20px #ccc;
		display: inline-block;
		width: 100%;
	}
	.daht-title {
		min-height: unset;
		margin: 0;
	}
	.video iframe {
		height: 250px;
	}
	.videok iframe {
		height: 200px;
	}
	.video-section-full {
		margin: 120px auto;
	}
}

@media screen and (max-width: 500px) {
	.footer ul {
		margin-left: 10px;
	}
	.footer .col-md-4, .footer .col-md-2 {
		margin-top: 20px;
	}
}
.btn-zl { position: fixed; bottom: 100px; right: 15px; width: 54px; height: 54px!important; margin: 6px!important; z-index: 999999;}
.btn-fb { position: fixed; bottom: 160px; right: 15px; width: 54px; height: 54px!important; margin: 6px!important; z-index: 999999;}
.btn-tel { position: fixed; bottom: 220px; right: 15px; width: 54px; height: 54px!important; margin: 6px!important; z-index: 999999;}

@media screen and (max-width: 768px) {
    .btn-zl { bottom: 60px; right: 5px;}
    .btn-fb { bottom: 120px; right: 5px;}
    .btn-tel { bottom: 180px; right: 5px;}
}