.ico-home {
  background-image: url('../images/sprites-sb90c023069.png');
  background-position: 0 -53px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 22px;
  width: 27px;
  display: inline-block;
}

.ico-focus, .hotnews-heading .hotnews-title::before {
  background-image: url('../images/sprites-sb90c023069.png');
  background-position: 0 -133px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 31px;
  width: 31px;
  display: inline-block;
}

.ico-speakers, .audio::before, .panel-heading.is-audio::before {
  background-image: url('../images/sprites-sb90c023069.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 19px;
  width: 19px;
  display: inline-block;
}

.ico-angle-arrow-darkgreen, .audio .audio-arrow::after {
  background-image: url('../images/sprites-sb90c023069.png');
  background-position: -10px -19px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 14px;
  width: 10px;
  display: inline-block;
}

.ico-angle-arrow-grey {
  background-image: url('../images/sprites-sb90c023069.png');
  background-position: -20px -33px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 14px;
  width: 10px;
  display: inline-block;
}

.angle-right-white, .norm-title::before {
  background-image: url('../images/sprites-sb90c023069.png');
  background-position: 0 -19px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 9px;
  width: 10px;
  display: inline-block;
}

.ico-plus {
  background-image: url('../images/sprites-sb90c023069.png');
  background-position: 0 -33px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.ico-player-darkgreen, .list.is-audio li a::after, .list-decimal.is-audio .text a::after {
  background-image: url('../images/sprites-sb90c023069.png');
  background-position: 0 -75px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 27px;
  width: 27px;
  display: inline-block;
}

.ico-cm, .panel-heading.is-common::before {
  background-image: url('../images/sprites-sb90c023069.png');
  background-position: 0 -102px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 31px;
  width: 34px;
  display: inline-block;
}

.ico-play-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  transition: all 200ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .ico-play-circle {
    width: 67px;
    height: 67px;
  }
}
.ico-play-circle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .ico-play-circle::before {
    border-left-width: 25px;
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
}
.ico-play-circle:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.ico-play-circle:hover::before {
  border-left-color: rgba(0, 0, 0, 0.7);
}
.ico-play-circle.small {
  width: 40px;
  height: 40px;
}
.ico-play-circle.small::before {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 15px;
}

body {
  color: #010101;
  font-size: 16px;
  font-family: 'Bai Jamjuree', sans-serif;
  font-weight: 400;
}
body.show-menu-mobile {
  overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

img {
  max-width: 100%;
  width: auto;
}

a {
  color: #000;
}
a:hover, a:focus {
  text-decoration: none;
  color: #2c9335;
}

b,
strong {
  font-weight: 700;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1220px;
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

button:focus, button:hover {
  outline: none;
  box-shadow: none;
}

.btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

.btn-clear {
  border: none;
  background-color: transparent;
  padding: 0;
}

.custom-arrow-lg .slick-prev, .custom-arrow-lg .slick-next {
  width: 20px;
  height: 73px;
  background-image: url("../images/nav-controls.png");
  background-repeat: no-repeat;
  z-index: 1;
}
.custom-arrow-lg .slick-prev::before, .custom-arrow-lg .slick-next::before {
  display: none;
}
.custom-arrow-lg .slick-prev {
  left: 9px;
  background-position: 0 0;
}
.custom-arrow-lg .slick-prev:hover {
  background-position: -76px 0;
}
.custom-arrow-lg .slick-next {
  right: 9px;
  background-position: -39px 0;
}
.custom-arrow-lg .slick-next:hover {
  background-position: -115px 0;
}

.custom-arrow-md .slick-prev, .custom-arrow-md .slick-next {
  width: 23px;
  height: 60px;
  background-image: url("../images/nav-controls.png");
  background-repeat: no-repeat;
  z-index: 1;
}
.custom-arrow-md .slick-prev::before, .custom-arrow-md .slick-next::before {
  display: none;
}
.custom-arrow-md .slick-prev {
  left: 10px;
  background-position: 0 -84px;
}
.custom-arrow-md .slick-prev:hover {
  background-position: -76px -84px;
}
.custom-arrow-md .slick-next {
  right: 9px;
  background-position: -36px -84px;
}
.custom-arrow-md .slick-next:hover {
  background-position: -112px -84px;
}

/*------------------------------------------------------------------
[Header]
*/
.header-main {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
/*.header-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../images/upload/banner-img.png");
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.2;
}*/
/*.header-main-content::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("../images/upload/banner-img.png");
	background-repeat: no-repeat;
	background-position: right center;
	opacity: 0.2;
}*/
.header-main .container {
  position: relative;
}

.header-main-content {
  position: relative;
}
@media (max-width: 991.98px) {
  .header-main-content {
    display: flex;
    align-items: center;
  }
  .header-main-content .header-main-caption {
    flex: 1 1 0px;
  }
}
@media (max-width: 767.98px) {
  .header-main-content .header-brand {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991.98px) {
  .header-main-content .header-brand {
    -ms-flex: 0 0 107px;
    flex: 0 0 107px;
    max-width: 107px;
  }
}
@media only screen and (min-width: 992px) {
  .header-main-content .header-brand {
    position: absolute;
    top: 30px;
    left: 6px;
	z-index:99999;
  }
}

.header-main-caption {
  padding-top: 18px;
  padding-bottom: 22px;
  position: relative;
}
/*.header-main-caption::after {
  content: "";
  display: block;
  width: 167px;
  height: 164px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/logo-province.png");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.2;
}*/
.header-main-caption .sub-text {
  text-transform: uppercase;
  font-size: 16px;
  color: #111; /*1d7a00;*/
  font-weight: bold;
  margin-bottom: 8px;
  font-family: "Roboto Slab", serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .header-main-caption .sub-text {
    font-size: 17px;
  }
}
.header-main-caption .main-text {
  text-align: left;
  margin-bottom: 0;
  font-size: 0;
}
.header-main-caption .main-text img {
  width: 90%;
}
@media only screen and (min-width: 992px) {
  .header-main-caption .main-text img {
    width: 52.66667%;
	display: inline-block;
  }
}

.navbar-toggler {
  width: 50px;
  height: 38px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}
.navbar-toggler::before, .navbar-toggler::after {
  background: #fff;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 30px;
  transition: all 0.3s ease;
}
.navbar-toggler::before {
  top: 10px;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.navbar-toggler::after {
  bottom: 10px;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.navbar-toggler > span {
  background: #fff;
  bottom: 0;
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  transition: all 0.3s ease;
  font-size: 0;
}
.navbar-toggler:hover:before, .navbar-toggler:hover:after, .navbar-toggler:hover > span {
  background-color: #fff;
}
.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.navbar-expand-lg {
  background-color: #1a6f00;
  position: relative;
  padding: 0;
  height: 40px;
}
.navbar-expand-lg::before, .navbar-expand-lg::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
}
.navbar-expand-lg::before {
  background-color: #155d00;
  bottom: 2px;
}
.navbar-expand-lg::after {
  bottom: 0;
  background: #f6a407;
  background: linear-gradient(0deg, #f6a407 0%, #f4a206 100%);
}
.navbar-expand-lg .container {
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-item {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background-color: #fff;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  color: #eee479;
  font-size: 16px;
  line-height: 24px;
  padding: 2px;
}
@media only screen and (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
  }
}
.navbar-expand-lg .navbar-nav .nav-link span {
  position: relative;
  top: -5px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  background-color: #005e64;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #1d7a00;
  padding: 0;
  top: 120%;
  margin: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  min-width: 400px;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  white-space: normal;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 5px 12px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  text-transform:uppercase;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: #005e64;
  color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown:hover .nav-link {
  background-color: #005e64;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
.navbar-expand-lg .home {
  background: url("../images/nav-home.png") no-repeat right 0;
  width: 70px;
  height: 40px;
  padding-right: 6px;
}
.navbar-expand-lg .home a {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991.9px) {
  .navbar-expand-lg .navbar-collapse {
    display: block;
    height: 100%;
    position: fixed;
    background-color: #1d7a00;
    width: 70%;
    min-width: 300px;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate(-140%, 0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 999;
    left: 0;
    padding: 0 0 25px;
  }
  .navbar-expand-lg .navbar-collapse.show {
    transform: translate(0, 0);
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  }
}

.close-menu-mobile {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  z-index: 9;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .close-menu-mobile {
    display: none;
  }
}
.close-menu-mobile::before, .close-menu-mobile::after {
  background: #fff;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 30px;
  transition: all 0.3s ease;
}
.close-menu-mobile::before {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  top: 50%;
  margin-top: -2px;
}
.close-menu-mobile::after {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  top: 50%;
  margin-top: -2px;
}

.btn-open-sub {
  position: absolute;
  top: 0;
  right: 15px;
  height: 43px;
  line-height: 43px;
  z-index: 9;
  cursor: pointer;
  display: block;
  width: 30px;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .btn-open-sub {
    display: none;
  }
}
.btn-open-sub i {
  vertical-align: middle;
}

.click-capture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media only screen and (min-width: 992px) {
  .click-capture {
    display: none;
  }
}
.click-capture.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .click-capture.show {
    display: none;
  }
}

.topbar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.57);
}

.hot-events-list {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
.hot-events-list a {
  color: #000;
  display: inline-block;
  position: relative;
  margin-right: 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding-left: 12px;
}
.hot-events-list a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.hot-events-list a:hover {
  color: #1a6f00;
}

/*------------------------------------------------------------------
[Content]
*/
.heading {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
}
.heading::before {
  content: '';
  display: block;
  width: 7px;
  height: 19px;
  border-radius: 4px;
  background-color: #2c9335;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.heading .title {
  position: relative;
  flex: 1 1 0px;
}
.heading .heading-more {
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  max-width: 28px;
  text-align: center;
}
.heading.isbgi {
  display: block;
  margin-bottom: 22px;
}
.heading.isbgi::after {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/bg/bgi.png") repeat-x right 0;
}
.heading.isbgi .title {
  display: inline-block;
  background-color: #fff;
  padding-right: 30px;
  z-index: 1;
}

.heading-isbgc {
  padding: 10px 0;
  background-color: #004aa3;
  background-image: linear-gradient(to bottom, #004aa3, #004aa3, #00238d 38%, #1983e3);
}
.heading-isbgc .title {
  color: #fff;
  padding-left: 12px;
  text-align: center;
  text-transform: uppercase;
}
	.heading-isbgc .title a{
		color: #fff;
		text-transform: uppercase;
	}
.title {
  color: #2c9335;
  margin-bottom: 0;
  font-weight: 500;
}
.title a{
	color: #2c9335;
	font-weight: 500;
}
.title-type-3 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .title-type-3 {
    font-size: 22px;
  }
}

.title-type-4 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .title-type-4 {
    font-size: 20px;
  }
}

/*----- section-topstory -----*/
.section-topstory {
  background-color: #227907;
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .section-topstory {
    padding-top: 42px;
    padding-bottom: 26px;
  }
}
.section-topstory::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg/trong-dong-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.section-topstory .container {
  position: relative;
}

.top-col-left {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .top-col-left {
    -ms-flex: 0 0 67.21311%;
    flex: 0 0 67.21311%;
    max-width: 67.21311%;
  }
}

.top-col-right {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .top-col-right {
    -ms-flex: 0 0 32.78689%;
    flex: 0 0 32.78689%;
    max-width: 32.78689%;
  }
}

.topstory {
  margin-bottom: 20px;
}

.topstory-article-img a {
  position: relative;
  display: block;
}
.topstory-article-img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}
.topstory-article-img a:hover::after {
  opacity: 1;
  visibility: visible;
}
.topstory-article-img .figure {
  padding-top: 56.2%;
}

.topstory-article-title {
  background-color: rgba(12, 83, 71, 0.5);
  padding: 13px;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: normal;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .topstory-article-title {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.topstory-article-title a {
  color: inherit;
}
.topstory-article-title a:hover {
  color: #eee479;
}

.figure {
  display: block;
  padding: 61.25% 0 0 0;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.figure .ico-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topstory-sub .card-info-title {
  color: #fff;
}

.card-info {
  margin-bottom: 15px;
}
.card-info.card-overlay {
  position: relative;
}
.card-info.card-overlay .card-info-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  color: #fff;
}
.card-info.large {
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .card-info.large {
    font-size: 19px;
  }
}

.box-category-list-view .list-grid-img {
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
}
.box-category-list-view .list-grid-title {
  max-height: 72px;
  overflow: hidden;
}

.card-info-img {
  margin-bottom: 10px;
}
.card-info-img a {
  position: relative;
  display: block;
}
.card-info-img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}
.card-info-img a:hover::after {
  opacity: 1;
  visibility: visible;
}

.card-info-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 0;
}
.card-info-title a {
  color: inherit;
}
.card-info-title a:hover {
  color: #2c9335;
}

.featured .title {
  font-style: italic;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.75);
  padding-left: 30px;
  padding-right: 10px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .featured .title {
    font-size: 24px;
  }
}

.featured-body {
  background-color: rgba(0, 56, 47, 0.5);
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .featured-body {
    padding: 20px;
  }
}
.featured-body .list-grid-title {
  color: #fff;
  max-height: 60px;
  overflow: hidden;
}

.list-thumbs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-thumbs li:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .list-thumbs li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.list-thumbs.small .list-grid-title {
  font-size: 15px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .list-thumbs.large .list-grid-title {
    font-size: 17px;
  }
}
.list-thumbs.dotted li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
}
@media only screen and (min-width: 768px) {
  .list-thumbs.dotted li:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

.list-grid {
  display: flex;
}

.list-grid-img {
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
}
.list-grid-img a {
  position: relative;
  display: block;
}
.list-grid-img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}
.list-grid-img a:hover::after {
  opacity: 1;
  visibility: visible;
}

.list-grid-content {
  flex: 1 1 0px;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .list-grid-content {
    padding-left: 18px;
  }
}

.list-grid-title {
  margin-bottom: 0;
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
}
.list-grid-title a {
  color: inherit;
}
.list-grid-title a:hover {
  color: #1a6f00;
}

/*----- section-hot-news -----*/
.section-hotnews {
  background-color: #dedede;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .section-hotnews {
    margin-bottom: 40px;
    padding-bottom: 24px;
  }
}

.hotnews {
  margin-left: -10px;
  margin-right: -10px;
}
.hotnews .item {
  padding-left: 10px;
  padding-right: 10px;
}

.hotnews-heading {
  height: 52px;
  position: relative;
  top: -17px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .hotnews-heading {
    margin-bottom: 21px;
  }
}
.hotnews-heading .img-left, .hotnews-heading .img-right {
  width: 33px;
  height: 52px;
  background-image: url("../images/bg/line.png");
  background-repeat: no-repeat;
}
.hotnews-heading .img-left {
  background-position: 0 0;
}
.hotnews-heading .img-right {
  background-position: right 0;
}
.hotnews-heading .hotnews-title {
  background-color: #0090db;
  height: 52px;
  padding-left: 51px;
  padding-right: 40px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .hotnews-heading .hotnews-title {
    padding-left: 71px;
  }
}
.hotnews-heading .hotnews-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 16px;
}
.hotnews-heading .hotnews-title h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
  max-width: 830px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .hotnews-heading .hotnews-title h3 {
    font-size: 22px;
  }
}

/*----- section-main -----*/
@media only screen and (min-width: 992px) {
  .main-col-left {
    -ms-flex: 0 0 72.2%;
    flex: 0 0 72.2%;
    max-width: 72.2%;
  }
}

@media only screen and (min-width: 992px) {
  .main-col-right {
    -ms-flex: 0 0 27.8%;
    flex: 0 0 27.8%;
    max-width: 27.8%;
  }
}

.aside-banner {
  margin-bottom: 10px;
  margin-top: 8px;
}

.bg-light-grey {
  background-color: #ededed;
}

@media only screen and (min-width: 992px) {
  .box-category-special .box-category-heading {
    display: flex;
    align-items: center;
    padding-left: 38px;
  }
}
.box-category-special .sub-cate {
  flex: 1 1 0px;
}
@media (max-width: 991.98px) {
  .box-category-special .sub-cate {
    display: none;
  }
}

.box-category-heading {
  position: relative;
  padding: 14px 18px 10px 20px;
  border-bottom: 1px solid #b7b7b7;
}
@media only screen and (min-width: 576px) {
  .box-category-heading {
    padding-left: 30px;
  }
}
.box-category-heading::before {
  content: '';
  display: block;
  width: 7px;
  height: 19px;
  border-radius: 4px;
  background-color: #2c9335;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .box-category-heading::before {
    left: 18px;
  }
}
.box-category-heading::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b7b7b7;
}

.parent-cate {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2c9335;
  margin-right: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .parent-cate {
    font-size: 20px;
  }
}
.parent-cate a {
  color: inherit;
}

.sub-cate {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.sub-cate li {
  padding: 0 6px;
  flex-grow: 1;
  position: relative;
  text-align: center;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .sub-cate li {
    padding: 0 10px;
    font-size: 16px;
  }
}
.sub-cate li:not(:first-child)::before {
  content: '';
  display: block;
  height: 15px;
  width: 1px;
  background-color: #7e7e7e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sub-cate li a {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .sub-cate li a {
    font-size: 18px;
  }
}

.box-category {
  margin-bottom: 20px;
}

.box-category-body {
  padding: 22px 15px;
}

.box-category-main .figure {
  padding-top: 50%;
}

.news-top-main {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .news-top-main {
    margin-bottom: 26px;
  }
}

.tabbable-panel {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .tabbable-panel {
    margin-bottom: 26px;
  }
}
.tabbable-panel .tab-pane {
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .tabbable-panel .tab-pane {
    margin-bottom: 0;
  }
}
.tabbable-panel .tab-pane .list-view-dotted {
  font-weight: 500;
}

.sub-news-top .card-info-title {
  max-height: 40px;
  overflow: hidden;
}

.nav-tabs-heading {
  border-bottom-width: 2px;
  border-bottom-color: #dadada;
  margin-bottom: 10px;
}
.nav-tabs-heading li {
  flex-grow: 1;
  text-align: center;
  margin-bottom: -2px;
}
.nav-tabs-heading li a {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  border-bottom: 2px solid transparent;
  padding: 2px 5px 4px;
}
@media only screen and (min-width: 768px) {
  .nav-tabs-heading li a {
    font-size: 18px;
  }
}
.nav-tabs-heading li a:hover, .nav-tabs-heading li a.active {
  color: #137520;
  border-bottom-color: #2c9335;
}

.list-view-dotted {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-view-dotted li {
  line-height: 20px;
}
.list-view-dotted li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
}

.box-category-single {
  margin-bottom: 30px;
  margin-top: 10px;
}
.box-category-single .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audio {
  height: 47px;
  display: flex;
  align-items: center;
  background-color: #004aa3;
  background-image: linear-gradient(to bottom, #004aa3, #004aa3, #00238d 38%, #1983e3);
  border-bottom: 2px solid #fbed8f;
  position: relative;
  padding-right: 51px;
  padding-left: 45px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .audio {
    font-size: 20px;
  }
}
.audio::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 14px;
}
.audio::after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #014c9e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.audio .audio-arrow {
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 1;
  width: 51px;
  height: 44px;
  display: block;
  background: url("../images/bg/audio-bg.png") no-repeat right top;
}
.audio .audio-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.aside-box {
  border: 1px solid #99acd7;
  margin-bottom: 10px;
}

.norm-heading {
  background-color: #2c9335;
  padding: 12px 15px 11px;
}

.norm-title {
  text-transform: uppercase;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}
.norm-title::before {
  content: '';
  margin-right: 5px;
  display: inline-block;
}

.list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.list li {
  padding: 6px 10px;
}
.list li:nth-child(even) {
  background-color: #eff1f6;
}
.list.is-audio li a {
  display: block;
  padding-right: 30px;
  position: relative;
  min-height: 20px;
}
.list.is-audio li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.panel {
  margin-bottom: 10px;
  border: 1px solid #99acd7;
  border-top-width: 0;
  background-color: #f9f9f9;
}

.panel-heading {
  background-position: right top;
  background-repeat: no-repeat;
  padding: 0 10px;
  position: relative;
}
.panel-heading.is-audio {
  padding-left: 36px;
  background-color: #278730;
  background-image: url("../images/bg/panel-heading-audio-bg.png");
}
.panel-heading.is-audio::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.panel-heading.is-audio .title {
  padding-top: 8px;
  padding-bottom: 8px;
}
.panel-heading.is-common {
  padding-left: 56px;
  background-color: #117b1a;
  background-image: url("../images/bg/panel-heading-common-bg.png");
  border-bottom: 4px solid #439642;
}
.panel-heading.is-common::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.panel-heading.is-common::after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.panel-heading.is-common .title {
  padding-top: 12px;
  padding-bottom: 12px;
}
.panel-heading .title {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 22px;
}
.panel-heading .more-darkgreen {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}

.panel-body .card-info-title a:hover {
  color: #2c9335;
}
.panel-body .card-info-title {
  max-height: 60px;
  overflow: hidden;
}

.panel-item-hot {
  padding: 10px;
}

.panel-item-list-view.row {
  padding: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.panel-item-list-view.row > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

/*----- section-partner -----*/
.partners {
  margin-left: -7px;
  margin-right: -7px;
}
.partners .item {
  padding: 0 7px;
}
.partners .slick-track {
  display: flex;
}
.partners .slick-slide {
  height: auto;
}

.partner {
  border: 1px solid #e1e1e1;
  text-align: center;
  height: 100%;
  padding: 12px;
}
.partner img {
  margin: auto;
}

.sidebar-banner a {
  display: block;
  margin-bottom: 7px;
  text-align: center;
}

/*------------------------------------------------------------------
[News]
*/
.primary-content {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .primary-content .box-category-main .figure {
    padding-top: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .primary-content .box-category-main .figure {
    padding-top: 50%;
  }
}

.list-decimal {
  list-style: decimal;
  padding-left: 0;
  margin-bottom: 0;
}
.list-decimal li {
  display: flex;
  align-items: center;
}
.list-decimal li:not(:last-child) {
  border-bottom: 1px solid #9f9f9f;
}
.list-decimal li .decimal {
  width: 44px;
  text-align: center;
}
.list-decimal li .text {
  -ms-flex: 0 0 calc(100% - 44px);
  flex: 0 0 calc(100% - 44px);
  max-width: calc(100% - 44px);
  border-left: 1px solid #9f9f9f;
  padding: 8px 15px;
}
.list-decimal.is-audio .text a {
  display: block;
  padding-right: 30px;
  position: relative;
  min-height: 20px;
}
.list-decimal.is-audio .text a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .list-decimal.large a {
    font-size: 20px;
  }
}

.aside-right .featured-body {
  background-color: #227907;
  margin-bottom: 14px;
}

/*------------------------------------------------------------------
[Footer]
*/
.footer-page {
  background-color: #15581e;
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 26px;
  padding-bottom: 25px;
}
.footer-page::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg/trong-dong-2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.05;
}
.footer-page h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 9px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .footer-page h3 {
    font-size: 20px;
  }
}
.footer-page p {
  margin-bottom: 0;
}

.footer-top {
  background-color: #1d7a00;
  position: relative;
}

.footer-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.footer-nav li {
  position: relative;
  flex-grow: 1;
  text-align: center;
}
.footer-nav li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background-color: #fff;
}
.footer-nav li a {
  text-transform: uppercase;
  color: #eee479;
  font-weight: bold;
  display: inline-block;
  line-height: 22px;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media only screen and (min-width: 768px) {
  .footer-nav li a {
    font-size: 18px;
  }
}
.footer-nav li a:hover {
  color: #fff;
}

.footer-bottom {
  padding-top: 47px;
  position: relative;
}

.footer-main {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer-main {
    margin-bottom: 32px;
  }
}

.footer-main-text {
  margin-bottom: 1px;
  display: inline-block;
}
.ico_play_list1 {
	width: 32px;
	height: 32px;
}

	.ico_play_list1::before {
		left: 55%;
		border-left-width: 12px;
		border-top-width: 8px;
		border-bottom-width: 8px;
	}

.ico_play_list {
	width: 36px;
	height: 36px;
}
	.ico_play_list::before {
		left: 55%;
		border-left-width: 15px;
		border-top-width: 10px;
		border-bottom-width: 10px;
	}
.box_play_audio {
	width: 100%;
}
.homeright {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background: #142330;
}
.homeright12 {
	padding: 17px 20px 0px 59px;
	margin: 0;
	width: 98%;
	/*float: left;*/
	background: #142330;
	color: #FFFFFF;
	font: normal 12px arial;
	position: relative;
	height: 65px;
}
.clearbot{clear:both;width:100%;}
.page_view{text-align:center;width:100%;clear:both;padding:15px 0;}
	.page_view ul{list-style-type:none;margin:0;padding:0;}
	.page_view ul li{border:0;padding:0 5px;display:inline;}
		.page_view ul li a {
			color: #F00;font-size:14px;
		}
.disabledpage {
	pointer-events: none;
}
/*.jwplayer{width:100% !important;}*/

.list_thumbs1 li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
}
.movie_player {
	 width: 100%; 
	 height: auto; 
	overflow: hidden;
	background-color: #282828;
	margin-bottom:20px;
}
.bottomdetailvideo {
	padding: 10px;
	width: 100%;
	background-color: #003A6B;
	float:left;
}
.detailtitle {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}
.detaildate {
	float: left;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
}
.icon-circle-play {
	background-image: url(/Content/Home/images/video-play-3-32.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	/*margin: -58px 0 0 56px;*/
	position: absolute;
	top: 35%;
	left: 40%;
}
.icon-circle-play3home2 {
	background-image: url(/Content/Home/images/video-play-3-48.png);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	/*margin: -115px 0 0 125px;*/
	left: 42%;
	top: 39%;
	position: absolute;
}
.icon-circle-play3home3 {
	background-image: url(/Content/Home/images/video-play-3-48.png);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	/*margin: -110px 0 0 115px;*/
	position: absolute;
	left: 42%;
	top: 36%;
}
.icon-circle-play3home4 {
	background-image: url(/Content/Home/images/video-play-3-48.png);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	left: 47%;
	top: 42%;
	position: absolute;
}
.icon-circle-play_li {
	background-image: url(/Content/Home/images/video-play-3-32.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	/*margin: -55px 0 0 43px;*/
	position: absolute;
	top: 30%;
	left: 38%;
}
.title_detail {
	text-align: justify;
	padding: 10px 0;
	color: #000;
	font-weight: bold;
}
span.date_up {
	font-size: 12px;
	font-style: italic;
	color: #666;
}
.Summary {
	text-align: justify;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	/* float: left; */
}

.authorDetails {
	font-weight: bold;
	width: 100%;
	text-align: right;
	padding-right: 16px;
	padding-bottom: 13px;
}
.title_cm_other {
	clear: both;
	text-align: left;
	padding-left: 20px;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 18px;
	background: url(/Content/Home/images/icon_all.png) no-repeat left center;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	width:100%;
}
.news_cm_other {
	clear: both;
	text-align: left;
	margin-top: 5px;
	padding-left: 12px;
	background: url(/Content/Home/images/icon_arrow2.jpg) no-repeat 0px 7px;
	margin-left: 10px;
	width:95%;
}
	.news_cm_other a {
		font-size: 14px;
		color: #333;
	}
	.news_cm_other span {
		font-size: 12px;
		color: #666;
	}
.title_detail h1{color:#000;
				 font-size:18px;
				 margin:0;
				 padding:0;
}
.heading_news .title-type-3{font-size:16px;}
.float_left{float:left;}
.posison_1{position:relative;overflow:hidden;}
.float_left .card-info{margin-bottom:0;}
.Summary2 p, .Summary2 span, .Summary2 table, .Summary2 div, .Summary2 b, .Summary2 strong, .Summary2 h3, .Summary2 h4, .Summary2 h5, .Summary p, .Summary span, .Summary table, .Summary div, .Summary b, .Summary strong, .Summary h3, .Summary h4, .Summary h5 {
	font-family: 'Bai Jamjuree', sans-serif !important;
}
.hot-events-list
{
	width: 81%;
	float: left;
	position: relative;
	margin-right: 15px;
}
.boxsearch {
	display: flex;
	position: relative;
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 2px;
}
.textsearch {
	height: 25px;
	width: 186px;
	border: 0;
	padding-left: 5px;
}
.btnsearch {
	background-image: url(/Content/Home/images/btnsearch.png);
	float: right;
	background-position: right center;
	background-repeat: no-repeat;
	width: 16px;
	height: 14px;
	border: 0;
	margin: 4px 5px 0 0;
	cursor: pointer;
}
.sidebar-banner img{width:100%;}
.list-news {
	padding-bottom: 12px;
}
.news-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 32px;
}
.news-item-img {
	-ms-flex: 0 0 32.067%;
	flex: 0 0 32.067%;
	max-width: 32.067%;
	margin-bottom: 0;
}
.hover a {
	display: block;
	overflow: hidden;
}
	.hover a img {
		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
		transition: all ease 0.5s;
		width: 100%;
		height:auto;
	}
.news-item-text {
	-ms-flex: 0 0 67.933%;
	flex: 0 0 67.933%;
	max-width: 67.933%;
	padding-left: 17px;
}
news-item-text .title {
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 16px;
}
.news-item-text .title a {
	color: #000;
}
.meta {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: normal;
	position: relative;
}
	.meta .post-time {
		color: #666;
		font-style: italic;
	}
.news-item-desc {
	margin-bottom: 14px;
}
.news-item-text .view-detail-link {
	color: #57a054;
	font-weight: 500;
	text-decoration: underline;
}
	.news-item-text .view-detail-link:hover{
		text-decoration:none;
	}

.zalo-share-button {
	vertical-align:top!important;
}

.Summary2 .jwplayer {
	margin-left: auto !important;
	margin-right: auto !important;
}


	@media only screen and (min-width: 768px) {
		.footer-info {
			font-size: 19px;
		}
	}

	.footer-info a {
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .footer-info a {
    font-size: 18px;
  }
}

.header-page .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-banner {
	opacity: 0.2;
	min-height: 136px;
}

.header-banner img {
	display: block;
	margin: auto;
}

.banner-item {
	background-repeat: no-repeat;
	background-position: center center;
	height: 136px;
}



@media only screen and (max-width: 991px) {

	.header-main .container{
		padding:0;
	}
	.boxsearch {
		display: none !important;
	}
	.hot-events-list {
		float: none !important;
		width: 100% !important;
	}
	.section-topstory {
		padding-top: 10px !important;
	}
	.nav-tabs-heading li{width:100%;}
	.sub-cate li:not(:first-child)::before{width:0 !important;}
	.footer-nav {
		display: block !important;
	}
		.footer-nav li:not(:last-child)::after {
			width: 0 !important;
		}
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		min-width:70% !important;
	}
	.Summary2 .jwplayer {
		max-width: 100% !important;
		min-height: 202px !important;
		height: auto !important;
	}
	.Summary2 img,.Summary2 img,.Summary2 input, .Summary2 p, .Summary2 table, .Summary2 iframe, .Summary2 figure, .Summary img, .Summary p, .Summary div, .Summary table, .Summary iframe, .Summary figure {
		max-width: 100% !important;
		height: auto !important;
	}
.Summary2 div{max-width: 100% !important;}
	.movie_player .jwplayer {
		max-width: 100% !important;
		min-height: 220px !important;
		height: auto !important;
	}
	.box_play_audio .jwplayer{width:100% !important;}
}
