* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: arial;
 
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: arial;
  
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: arial;
  
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: arial;
 
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: arial;
  
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: arial;
  
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: arial;
 
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'arialRegular';
  
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: arial;
  
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: arial;
  
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: arial;
 
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: arial;
 
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: arial;
  
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: arial;
  
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: arial;
  
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: arial;
  
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

body {
  box-sizing: border-box;
  color: #000000;
  padding: 0 !important;
  font-size: 13px;
  line-height: 1.5;
  transition: .3s all;
  position: relative;
  font-weight: normal;
  font-family: arial;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body label,
body ul,
body li,
body .card,
body a {
  text-decoration: none !important;
  transition: .3s all;
  margin-bottom: 0;
  outline: none !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: arial;
}

body a {
  transition: .3s all !important;
  color: #272727;
}

body a:hover {
  color: #ec7d23;
}

body ul {
  padding: 0;
  margin: 0;
}

body input,
body button {
  outline: none !important;
  box-shadow: none;
  transition: .3s all;
}

body .slick-slide {
  height: auto;
}

body .slick-slide img {
  display: inline;
}

body .container {
  width: 100%;
  max-width: 1100px;
}

body img {
  max-width: 100%;
}

body .container-fluid {
  padding: 0 45px;
}

.avarta {
  overflow: hidden;
  position: relative;
}

.avarta img {
  transition: .5s all !important;
}

.avarta img:hover {
  transform: scale(1.05);
}

.slick-slider {
  margin-bottom: 0;
}
/*.middle-ads{
  height: 100px;
}*/

section {
  position: relative;
}

.wraper-main {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  position: relative;
  left: -65px;
}

.side-bar-left {
    position: sticky;
    top: 10px;
}

.box-sidebar {
  font-family: UTM;
  font-size: 12px;
  padding: 0px 5px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 10px;
}

.box-sidebar ul {
  list-style: none;
}

.box-sidebar ul li {
  padding: 3px 0;
}

.box-sidebar a {
  display: flex;
  position: relative;
  padding-left: 15px;
  color: #000000;
}
.smdk_box_right {
    margin-bottom: 60px;
    margin-top: 80px;
}
.smdk_box_right.mt0 {
    margin-top: 45px;
} 
.box-sidebar a:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}

.sub-bar {
  padding-top: 5px;
  /*display: none;*/
}

.t-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #0f8a44;
  cursor: pointer;
}

.side-bar {
  background: #eeeded;
  position: sticky;
  top: 10px;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 20px);
}

.slick-arrow.prev {
  left: -20px;
}

.slick-arrow.next {
  right: -20px;
}

.slick-dots {
  bottom: unset;
  top: 270px;
  text-align: right;
  padding: 0 15px;
}

.slick-dots button {
  display: none !important;
}

.slick-dots li {
  width: 13px;
  height: 13px;
  background: #0f8a44;
  border-radius: 100%;
  transition: .3s all !important;
  transform: scale(0.8);
}

.slick-dots li.slick-active {
  transform: scale(1);
  background: #f37e28;
}

footer {
  background: #E0E3E9;
  margin-top: 45px;
  border-bottom: 30px solid #1bad53;
  font-family: arial;
  clear: both;
}

.menu-footer {
  position: relative;
  top: -22px;
}

.menu-footer a {
  color: #fff !important;
}

.menu-footer ul {
  display: flex;
  background: #EF5F14;
  font-weight: 600;
  font-size: 13px;
  justify-content: space-between;
  list-style: none;
  padding: 10px 15px;
  border-radius: 15px;
}

.content-fter {
  padding-bottom: 30px;
}

.content-fter ul {
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

.header-top {
  padding: 15px 0;
}

.h-menu {
  background: url("../images/menu-bar.png") no-repeat center;
  font-family: arial;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  background-size: cover;
  padding: 0 10px 0 25px;
  position: relative;
}

.h-menu:before {
  content: "";
  width: 23px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.h-menu:after {
  content: url("../images/menu-barleft.png");
  width: 23px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.h-menu ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}

.h-menu ul li {
  display: flex;
  align-items: center;
  position: relative;
}

.h-menu ul li:hover .submenu {
  opacity: 1;
  top: 44px;
  pointer-events: unset;
}

.h-menu a {
  color: #fff !important;
  display: flex;
  height: 44px;
  align-items: center;
  padding-top: 3px;
  position: relative;
  /*font-family:arial;*/
}
.h-menu a:hover {
    color: #f47723 !important;
}
.h-menu .menu-home {
  padding-top: 0;
  margin-right: 20px;
  padding-right: 20px;
}

.h-menu .menu-home:after {
  content: "";
  width: 2px;
  height: 70%;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  right: 0;
}

.box-search {
  position: relative;
}

.box-search input {
  background: #fff;
  border: 1px solid #0f8a44;
  height: 24px;
  width: 200px;
  border-radius: 30px;
  padding: 0 25px;
  font-size: 12px;
}

.box-search button {
  border: 0;
  background: transparent;
  font-size: 12px;
  color: #1bad53;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0px;
}

.submenu {
  background: #fff;
  width: 250px;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 3;
  border: 2px solid #f17a20;
  border-radius: 5px;
  font-size: 15px;
  transition: .3s all !important;
  pointer-events: none;
  opacity: 0;
}

.submenu ul {
  display: block;
}

.submenu ul li {
  border-bottom: 1px dashed #ddd;
}

.submenu ul a {
  width: 100%;
  display: block;
  height: unset;
  color: #0f8a44 !important;
  padding: 7px 15px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .smdk_box_right.mt0 {
    margin-top: 18px;
  } 
  .header-top,
  .header-menu {
    display: none;
  }
  .header-mobile {
    display: block !important;
    padding: 10px 0;
    box-shadow: 1px 1px 13px #f47824ab;
  }
  .header-mobile .header a {
    font-size: 21px;
    color: #f47723;
  }
  .header-mobile .search-mb a {
    color: #1a8f4d;
    font-size: 21px;
  }
  .header-mobile .search-mb a.active i:before {
    content: "\f00d";
  }
  .header-mobile .logo img {
    max-height: 40px;
  }
  nav#menu {
    z-index: 1001;
    display: none;
  }
  nav#menu.mm-menu_opened {
    display: block;
  }
  .box-search-mb {
    position: relative;
    margin-top: 10px;
    display: none;
  }
  .box-search-mb input {
    width: 100%;
    height: 35px;
    padding: 0 10px 2px 10px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    font-size: 13px;
  }
  .box-search-mb button {
    position: absolute;
    border: 0;
    background: transparent;
    width: 35px;
    height: 35px;
    right: 0;
    top: -2px;
  }
}

.content-machine .row {
  margin: 0 -10px;
}

.content-machine .row>div {
  padding: 0 10px;
}

.content-machine .col-300 {
  flex: 0 0 310px;
  max-width: 310px;
}

.content-machine .col-left {
  flex: 0 0 calc(100% - 310px);
  max-width: calc(100% - 310px);
}

.box_cssk {
  margin-bottom: 20px;
  border: 1px solid #1bad53;
}

.box_cssk .footer_box_cssk {
  background: #c5db54;
  color: #fff;
  padding: 5px 2px;
  line-height: 1;
  font-size: 7.5px;
  font-weight: bold;
  text-align: center;
}

.head-cssk {
  margin-bottom: -24px;
}

.list-cssk {
  padding: 10px;
}

.item-cssk {
  display: flex;
  margin-bottom: 10px;
}

.item-cssk:last-child {
  margin-bottom: 0;
}

.item-cssk .avarta {
  flex: 0 0 65px;
  margin-right: 10px;
}

.item-cssk .avarta img {
  border: 1px solid #1bad53;
}

.item-cssk .info a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #1bad53;
}

.box-tieudiem {
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.item-slide-td {
  position: relative;
  display: flex;
  color: #000000;
}

.item-slide-td .avarta {
  flex: 0 0 68%;
  position: relative;
}

.item-slide-td .avarta span {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  pointer-events: none;
  display: flex;
  font-family: arial;
}

.item-slide-td .avarta label {
  background: #0f8a44;
  height: 39px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 20px;
  border-radius: 0 0 0 20px;
  color: #fff;
}

.item-slide-td .info {
  flex: 0 0 33%;
  background: #f3f4f8;
  padding: 0 10px 10px 10px;
  position: relative;
  font-family:arial;
}

.item-slide-td .info a {
  display: block;
  color: #1bad53;
  font-weight: 550;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 7px;
}
.item-slide-td .info a:hover {
 color: #f47723;
}

.item-slide-td .info .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

.item-slide-td ul {
  list-style: none;
}

.slide-td-hot .slick-dots {
  top: unset;
  bottom: 15px;
  width: 68%;
}

.bot-tieudiem {
  font-size: 15px;
  font-family: arial;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 6px 15px;
  border-top: 1px solid #aaa;
}

.list-tieudiem {
  padding: 20px 0 0 0;
}

.list-tieudiem .row {
  margin: 0 -10px;
}

.list-tieudiem .row>div {
  padding: 0 10px;
}

.list-tieudiem .col-md-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.td-small .info a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}

.box-ads {
  margin-bottom: 20px;
}

.item-news {
  display: flex;
}

.item-news .avarta {
  flex: 0 0 40%;
  margin-right: 20px;
}

.item-news .info a {
  display: block;
  font-weight: 550;
  font-size: 18px;
  color: #1bad53;
  /*font-family: arial; */
}
.item-news .info a:hover {
 color: #f47723;
}

.date {
  color: #47484A;
  padding: 10px 0;
  font-size: 11px;
  font-family: arial;
}

.item-box-new {
  margin-bottom: 20px;
}

.item-box-new:last-child {
  margin-bottom: 0;
}

.title_line {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.title_line:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1bad53;
  border-radius: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.title_line:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #1bad53, #fff);
}

.title_line a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #1bad53;
}

.title {
  margin-bottom: 15px;
}

.title a {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
}

.title a img {
    height: 35px;
}

.title a span {
  background: #0e8a44;
  display: flex;
  height: 35px;
  align-items: center;
  padding: 4px 0 0 20px;
  border-radius: 25px 0 0 0;
  position: relative;
}

.title a span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -33px;
  left: 0;
  background: #0e8a44;
  z-index: -1;
}

.title a span.not-bg:before {
  display: none;
}

.title-prd {
  border-bottom: 1px solid #aaa;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.title-prd a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #1bad53;
}

.list-news-prd {
  background: #f3f4f8;
  padding: 20px;
  border-radius: 20px 0 0 0;
}

.box-new-prd {
  padding: 30px 0;
}

.item-new-prd .info a {
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin-top: 10px;
  color: #040505;
}

.list-tags-cate {
  background: #fff;
  padding: 15px;
  border-radius: 20px 0 0 0;
  position: relative;
  margin-bottom: 20px;
}

.list-tags-cate:after {
  background: linear-gradient(to right, #1bad53, #fff);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list-tags-cate:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1bad53;
  border-radius: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.list-tags-cate li {
  margin-bottom: 10px;
}

.list-tags-cate a {
  display: inline-flex;
  font-weight: 500;
  background: #f3f4f8;
  border-radius: 30px;
  padding: 3px 10px 5px 10px;
  color: #1bad53;
  font-family: arial;
}

.list-tags-cate a:hover {
  background: #ec7d23;
  color: #fff;
}

.item-new-cate {
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.item-new-cate .desc {
  color: #000000;
  font-weight: 500;
}

.item-new-cate .item {
  display: flex;
  margin-bottom: 15px;
}

.item-new-cate .item .avarta {
  flex: 0 0 38%;
  margin-right: 20px;
}

.item-new-cate .item .top h3 {font-size: unset;line-height: 1.5;}

.item-new-cate .item .top a {
  font-weight: 600;
  font-size: 15px;
  position: relative;
}

.item-new-cate .item .top a.link-cate {
  text-transform: uppercase;
  color: #1bad53;
}

.item-new-cate .item .top a.link-cate:after {
  content: "|";
  padding: 0 8px;
}

.item-new-cate ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.item-new-cate ul li {
  flex: 0 0 50%;
  padding-right: 15px;
  margin-top: 5px;
}

.item-new-cate ul a {
  display: block;
  color: #5A5B5E;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}

.item-new-cate ul a:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #1bad53;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}

.big-new-cate {
  background: #f3f4f8;
  height: 100%;
  padding: 15px;
}

.big-new-cate .avarta {
  margin-bottom: 15px;
}

.big-new-cate .info a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: #040505;
}
.big-new-cate .info a:hover {
  color: #f47723;
}
.item-small-cate {
  display: flex;
  margin-bottom: 20px;
}

.item-small-cate:last-child {
  margin-bottom: 0;
}

.item-small-cate .avarta {
  flex: 0 0 120px;
  margin-right: 15px;
}

.item-small-cate .info h2 a {
  font-weight: 600;
  display: block;
  font-size: 14px;
  color: #1bad53;
  margin-bottom: 2px;
}

.item-small-cate .info h3 a {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.item-small-cate .desc {
  font-size: 12px;
}

.item-small-cate.small-share {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
}

.item-small-cate.small-share:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0px solid #aaa;
}

.box-item-cate {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.box-item-cate:after {
  background: linear-gradient(to right, #1bad53, #fff);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.box-item-cate:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1bad53;
  border-radius: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.view-other {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: arial;
}

.view-other a {
  position: relative;
  color: #1bad53;
}

.view-other a:after {
  content: ",";
}

.pagination {
  margin-bottom: 50px;
  font-family: arial;
}

.pagination ul {
  display: flex;
  align-items: center;
}

.pagination li {
  padding-right: 30px;
}

.pagination li:last-child {
  padding-right: 0;
}

.pagination a {
  font-weight: 600;
}

.pagination a.active,
.pagination a:hover {
  color: #1bad53;
}

.pagination a.pg-left {
  color: #fff !important;
  width: 18px;
  height: 30px;
  display: flex;
  align-items: center;
  background: #1bad53;
  justify-content: center;
  color: #fff;
  border-radius: 50px 0 0 40px;
}

.pagination a.pg-right {
  color: #fff !important;
  width: 18px;
  height: 30px;
  display: flex;
  align-items: center;
  background: #1bad53;
  justify-content: center;
  color: #fff;
  border-radius: 0 50px 40px 0;
}

.slide-sp {
  margin: 0 -10px;
}

.slide-sp .item-slide {
  padding: 0 10px;
}

.item-sp {
  display: flex;
  font-size: 12px;
  line-height: 1.35;
}

.item-sp .avarta {
  flex: 0 0 120px;
  margin-right: 10px;
}

.item-sp .info a {
  font-weight: 600;
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 1.3;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-sp .info .date {
  padding: 5px 0;
}

.item-sp .info .desc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000000;
}

.box-sp-sp {
  background: #f3f4f8;
  padding: 40px 30px 20px 30px;
  margin-top: -20px;
}

.adb-bar .item {
  margin-bottom: 20px;
}

.adb-bar .item:last-child {
  margin-bottom: 0;
}

.item-new-small {
  display: flex;
  line-height: 1.3;
  font-size: 12px;
  margin-bottom: 20px;
}

.item-new-small:last-child {
  margin-bottom: 0;
}

.item-new-small .avarta {
  flex: 0 0 110px;
  margin-right: 10px;
}

.item-new-small .info a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-new-small .info .date {
  padding: 8px 0 4px 0;
}

.item-new-small .info .desc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-tip-big .avarta {
  margin-bottom: 10px;
}

.item-tip-big .avarta img {
  min-height: 310px;
  object-fit: cover;
}

.item-tip-big .info a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #272727;
}
.item-tip-big .info a:hover {
  color: #f47723;
}

.box-author {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #aaaa;
  margin-bottom: 20px;
}

.box-author h1 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
}

.content-author {
  display: flex;
}

.content-author .left {
  flex: 0 0 95px;
  margin-right: 50px;
}

.content-author .avar {
  padding: 15px 0;
}

.content-author h6 {
  color: #1bad53;
  font-size: 16px;
  font-weight: 600;
}

.info-author {
  font-weight: 550;
  font-size: 15px;
}

.info-author a {
  color: #1bad53;
}

.info-author ul {
  list-style: none;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  font-weight: normal;
  font-family: arial;
}

.quote-nendoc {
  max-width: 335px;
  float: right;
  margin: 15px 0 15px 20px;
}

.quote-nendoc .col-md-6 {
  margin-top: 20px;
}

.quote-nendoc .col-md-6:first-child,
.quote-nendoc .col-md-6:nth-child(2) {
  margin-top: 0;
}

.quote-nendoc .title-gr {
  font-size: 16px;
  margin-bottom: -8px;
}

.quote-nendoc .title-gr img {
  height: 33px;
}

.quote-nendoc .title-gr span {
  height: 33px;
}

.item-nendoc .info {
  padding-top: 10px;
}

.item-nendoc .info a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-family: arial;
  text-align: initial;
  line-height: 1.3;
}

.list-nendoc {
  border: 1px solid #1bad53;
  border-radius: 0 0 15px 15px;
  background: #fff;
  padding: 20px;
}

.content-detail {
  font-family: arial;
  font-size: 14px;
}

.content-detail ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.content-detail p {
  margin-bottom: 20px;
  font-size: 16px;
}
.content-detail p sub {
    bottom: 0;
    font-size: inherit;
}
.content-detail p img {
  max-width: 100%;
  height: auto !important;
  display: block;
}
.content-detail p em {
  line-height: 1.4;
}

.list-link-detail ul { 
  list-style: none;
  font-weight: 600;
  padding-left: 0;
}

.list-link-detail ul li {
  border-bottom: 1px solid #aaa;
}

.list-link-detail a {
  position: relative;
  display: block;
  color: #1bad53;
  padding: 10px 0;
  padding-left: 15px;
}

.list-link-detail a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #1bad53;
  position: absolute;
  left: 0;
  top: 20px;
}

.title-gr a {
  display: inline-flex;
  align-items: center;
}

.title-gr span {
  position: relative;
  display: inline-flex;
  height: 39px;
  align-items: center;
  background: #0f8a44;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: arial;
  padding: 0 10px 0 10px;
  border-radius: 20px 0 0 0;
  font-size: 13px;
  line-height: initial;
  white-space: nowrap;
}

.chuyende {
  font-size: 15px;
  font-weight: 600;
  padding: 20px 20px 0 20px;
}

.chuyende ul {
  padding-left: 0;
}

.chuyende a {
  position: relative;
  color: #1bad53;
}

.chuyende a:after {
  content: ",";
}
.chuyende li:last-child a:after {
    content: ".";
}
.author-detail {
  font-weight: 600;
  color: #1bad53;
  clear: both;
}

.detail {
  position: relative;
  padding: 0 20px 25px 20px;
  margin: 0;
}

.detail:After {
  content: "";
  width: 8px;
  height: 8px;
  background: #1bad53;
  border-radius: 100%;
  position: absolute;
  bottom: 25px;
  left: 0;
}

.detail:before { 
  background: linear-gradient(to right, #1bad53, #fff);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 29px;
  left: 0;
}

.notice-para {
  position: relative;
  padding: 25px 0;
  color: #257832;
  font-family: arial;
  margin-bottom: 25px;
}

.notice-para p:last-child {
  margin-bottom: 0;
}

.notice-para:After {
  content: "";
  width: 8px;
  height: 8px;
  background: #1bad53;
  border-radius: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
}

.notice-para:before {
  background: linear-gradient(to right, #1bad53, #fff);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.list-news-read {
  background: #f3f4f8;
  padding: 20px;
  border-radius: 20px 0 0 0;
}

.list-news-read .row {
  margin: 0 -5px;
}

.list-news-read .row>div {
  padding: 0 5px;
}

.list-news-read .row>div.col-md-6 {
  padding-top: 10px;
}

.item-other-new a {
  display: block;
  font-size: 14px;
  font-family: arial;
  color: #144B35;
  margin-top: 10px;
}

.item-other-new h5 a {
  color: #5A5B5E;
  font-size: 13px;
  position: relative;
  padding-left: 15px;
}

.item-other-new h5 a:after {
  content: "";
  width: 6px;
  height: 6px;
  background: green;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}

.list-cateother {
  padding: 25px 40px;
  /* margin: 30px 0; */
  border: 2px solid #f3f4f8;
}

.list-cateother .row {
  margin: 0 -30px;
}

.list-cateother .row>div {
  padding: 0 30px;
}

.list-cateother .title-gr {
  position: absolute;
  top: -50px;
  left: 30px;
  z-index: 2;
}

.list-cateother .title-gr img {
  height: 39px;
}

.item-cateother .info a {
  display: block;
  font-size: 14px;
  color: #144B35;
  font-family: arial;
  margin-top: 8px;
  font-weight:550;
}

.other-news-detail {
  margin: 20px 0 50px 0;
}

.not-cmt {
  font-size: 16px;
  font-weight: 600;
  padding-top: 20px;
}

.not-cmt a {
  color: #1bad53;
}

.info-bott-detail {
  padding: 0 18px;
}

.info-bott-detail .like-share {
  margin-bottom: 20px;
}

.tags-detail {
  font-family: arial;
  font-size: 14px;
}
.tags-detail li {
    margin-bottom: 10px;
}
.tags-detail span {
  display: inline-flex;
  background: #257832;
  border-radius: 30px;
  height: 30px;
  color: #fff;
  align-items: center;
  padding: 0 15px 2px 15px;
}

.tags-detail a {
  display: inline-flex;
  background: #f3f4f8;
  border-radius: 30px;
  height: 30px;
  color: #257832;
  align-items: center;
  padding: 0 15px 2px 15px;
}

.tags-detail a:hover {
  background: #ec7d23;
  color: #fff;
}

.chuyende-top {
  font-size: 14px;
  font-family: arial;
  font-weight: 600;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}

.chuyende-top .list-chuyende-top {
  padding: 0 15px;
}
.list-chuyende-top marquee {
    position: relative;
    top: 5px;
}
.slide-video {
  margin: 0 -7px;
}

.slide-video .item-slide {
  padding: 0 7px;
}

.item-video {
  font-family: UTM;
}

.item-video .avarta {
  position: relative;
}

.item-video .avarta .play-video {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  top: 0;
  left: 0;
}

.item-video .info a {
  font-family: arial;
  display: block;
  font-size: 15px;
  color: green;
  margin-top: 10px;
}

.box-video {
  padding: 0 0 30px 0;
}

.content-video {
  background: #f3f4f8;
  padding: 20px 30px;
  border-radius: 20px 0 0 0;
}

.big-col {
  margin-bottom: 12px;
}

.big-col .info a {
  font-size: 15px;
  display: block;
  font-weight: 600;
  margin-top: 10px;
}

.box-faq {
  border: 1px solid #1bad53;
  border-bottom: 0;
}

.box-faq .top {
  position: relative;
}

.box-faq .i-quss {
  position: absolute;
  top: 18px;
  left: 10px;
}

.box-faq .head-gmp-hs {
  display: flex;
  align-items: center;
  background: #1bad53;
  justify-content: space-between;
  color: #fff;
  padding: 10px 10px 10px 70px;
}

.box-faq .cate a {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  color: #fff;
  font-family: arial;
}

.box-faq .hotline img {
  position: relative;
  margin-right: 5px;
}

.box-faq .hotline span {
  position: relative;
  padding-bottom: 4px;
}

.box-faq .hotline a {
  color: #1bad53;
  background: #fff;
  border-radius: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: normal;
  height: 25px;
  font-size: 14px;
  padding: 0 10px;
}

.box-faq .slogan {
  background: #818285;
  padding: 10px 10px 10px 70px;
  color: #fff;
  font-size: 11px;
}

.footer-gmp-hs ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  background: #1bad53;
}

.footer-gmp-hs ul li {
  border-right: 5px solid #fff;
}

.footer-gmp-hs ul li:last-child {
  border-right: 0;
}

.footer-gmp-hs a {
  color: #fff !important;
  align-items: center;
  font-size: 13px;
  display: flex;
  padding: 7px 10px 9px 10px;
  font-weight: bold;
}

.footer-gmp-hs a i {
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-top {
  background: #e8e7e7;
}

.tab-top ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: 600;
  font-size: 14px;
}

.tab-top a {
  color: #4aaa46;
  padding: 10px 5px;
  display: flex;
}

.tab-top a.active {
  color: #0E640A;
}

.list-new-tab {
  padding: 15px;
}

.item-new-tab {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #aaa;
}

.item-new-tab:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px dashed #aaa;
}

.item-new-tab .avarta {
  flex: 0 0 30%;
  margin-right: 10px;
}

.item-new-tab .info {
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
}

.item-new-tab .info a.cate {
  color: #1bad53;
  position: relative;
}

.item-new-tab .info a.cate:after {
  content: "|";
  padding: 0 5px;
}

.item-new-tab .info .metadata {
  font-style: italic;
  color: #999;
  font-size: 12px;
  padding-top: 10px;
  font-weight: normal;
}

.item-big-col {
  margin-bottom: 25px;
}

.item-big-col:last-child {
  margin-bottom: 0;
}

.list-mod {
  background: #f3f4f8;
  padding: 25px 20px;
}

.list-mod .title-gr {
  left: 0;
}

.list-mod .row {
  margin: 0 -10px;
}

.list-mod .row>div {
  padding: 0 10px;
}

.box-chuyengia,
.box-diendan {
  padding-bottom: 40px;
}




.list-phan {
/*  border: 1px solid #9a1b35;*/
  border: 1px solid #1bad53;
  border-radius: 0 0 10px;
  padding: 10px;
  border-top: 0;
}
a.color-red {
    color: #9a1b35 !important;
}
a.color-blue {
    color: #00612a !important;
}
.bd-red{
  border: 1px solid #9a1b35 !important;
}
.bd-blue {
    border: 1px solid #00612a !important;
}


.item-phanc {
  display: flex;
}

.item-phanc .avarta {
  flex: 0 0 65px;
  margin-right: 10px;
}

.item-phanc .avarta img {
  border: 1px solid #2db360;
}

.item-phanc .info a {
  display: block;
  color: #2db360;
  font-size: 14px;
  font-weight: 600;
}

.head-phan {
  position: relative;
}

/*.head-phan img {
  height: 43px;
}
*/
.head-phan span {
  position: absolute;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: arial;
  top: 6px;
  left: 21px;
}

.bar-phan {
  margin-bottom: 20px;
}

.box-new-bar {
  margin: 20px 0;
}

.item-small-bar {
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}

.item-small-bar .avarta {
  flex: 0 0 43%;
  margin-right: 10px;
}

.item-small-bar .info h3 a {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-small-bar .info .desc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-small-bar {
  max-height: 340px;
  overflow: auto;
  padding-right: 10px;
}

.list-small-bar::-webkit-scrollbar {
  width: 5px;
  background-color: #dcdcdc;
}

.list-small-bar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f57723;
}

.faq-bar {
  margin: 25px 0;
}

.chuyende-video {
  margin-bottom: 20px;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
}

.chuyende-video:after {
  background: linear-gradient(to right, #1bad53, #fff);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.chuyende-video:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1bad53;
  border-radius: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.chuyende-video .readmore a {
  display: inline-flex;
  background: #257832;
  border-radius: 30px;
  color: #fff;
  padding: 3px 20px;
  border: 1px solid #257832;
}

.chuyende-video .readmore a:after {
  display: none;
}

.chuyende-video .readmore a:hover {
  color: #257832;
  background: #fff;
}

.ctn-title {
  display: flex;
  align-items: center;
}

.tab-other-news {
  padding-left: 20px;
}

.tab-other-news ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}

.tab-other-news ul li {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

.tab-other-news ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.tab-other-news ul li:last-child:after {
  display: none;
}

.tab-other-news ul li:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}

.tab-other-news a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}

.tab-other-news a:hover,
.tab-other-news a.active {
  color: #0f8a44;
}

.slide-other-news {
  margin: 0 -10px;
}

.slide-other-news .item-slide {
  padding: 0 10px;
}

.slide-other-news .slick-arrow {
  color: #0f8a44;
  font-size: 40px;
  display: flex;
  align-items: center;
  line-height: 1;
  top: -65px;
}

.slide-other-news .slick-arrow.next {
  right: -10px;
}

.slide-other-news .slick-arrow.prev {
  left: unset;
  right: 20px;
}

.content-other-news {
  position: relative;
}

.content-tab {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  pointer-events: none;
}

.content-tab.active {
  position: relative;
  opacity: 1;
  pointer-events: unset;
}

.slider-for {
  background: #E0E3E9;
  padding: 15px;
}

.slider-for .slick-arrow {
  padding: 0;
  background: transparent;
}

.slider-for .slick-arrow.next {
  right: 0;
}

.slider-for .slick-arrow.prev {
  left: 0;
}

.slider-nav {
  margin: 0 -7px;
}

.slider-nav .clc {
  padding: 0 7px;
}

.thumb-nav {
  padding: 20px 40px;
  background: #257832;
  border-radius: 0 0 10px 10px;
}


/*# sourceMappingURL=style.css.map */

.transform-scale {
  transform: scale(1);
}
.item-slide-td .bot-tieudiem li a {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}
.head-title ul {
    display: flex; 
    list-style: none;
}

.head-title ul span {
    border-radius: 0;
    padding-top: 0;
}

.head-title {
}

.head-title ul li:first-child span {
    border-radius: 25px 0 0 0;
    padding-right: 20px;
}
.head-title ul li {
    position: relative;
}

.head-title ul li:first-child:after {
  content: "-";
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -6px;
    right: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

@charset "utf-8";
/* CSS Document */

#main-detail {overflow:hidden; font-family:"arial", "Times New Roman", Times, serif !important; font-size:16px !important; line-height:28px !important;word-wrap:break-word !important; color:#111;}

#main-detail *{/* font-family:"Times New Roman", Times, serif !important; *//* font-size:18px !important; *//* line-height:28px !important; *//* word-wrap:break-word !important; *//* color:#111; */}

#main-detail h2{ font-size:13px !important;  /*font-weight:bold !important;  line-height:23px !important;  margin:5px 0 !important;*/}
#main-detail h3{font-size:17px !important; font-weight:bold !important; line-height:22px !important; margin:5px 0 !important;}
#main-detail h4{font-size:16px !important; font-weight:bold !important; line-height:21px !important;}
#main-detail h5{font-size:14px !important; font-weight:bold !important; line-height:21px !important;}
/*#main-detail h6{font-size:13px !important; font-weight:bold !important; line-height:21px !important;}*/

#main-detail strong, #main-detail b{/* color: #222 !important; */}

#main-detail p,
#main-detail div,
#main-detail ul,
#main-detail ol,
#main-detail dd,
#main-detail pre,
#main-detail hr {
    /* margin-bottom: 20px !important; */
}
 
#main-detail ul ul,
#main-detail ol ol,
#main-detail ul ol,
#main-detail ol ul {
    margin: 0px 0px 0px 20px !important;
}

#main-detail table {
    margin: 0 auto; max-width:675px !important;
}
#main-detail tr td { 
    padding: 5px !important;
}

#main-detail img {
    /* margin: auto !important; */
    /* height: auto !important; */
    /* max-width: 675px !important; */
    /* border:0 none !important; */
    /* display:block; */
}

#main-detail a{ /*color:#1bad53 !important; */}
#main-detail a, #main-detail a *{/* color:#004776 !important; */}
#main-detail a:hover, #main-detail a *:hover{text-decoration:underline}
#main-detail strong, #main-detail b{font-weight:bold !important;}
.detail a{ color:#1bad53 !important; }
.detail .explus_related_1404022217_bottom.suggest_post a{font-size:14px; font-weight:500; color:#222 !important; }
.detail .explus_related_1404022217_bottom.suggest_post a:hover{ color:#f47723 !important; }
#main-detail .picture{}
#main-detail .picture .pic{padding:0 !important;}
/*#main-detail .picture .pic img{width: 100% !important;}*/
#main-detail .picture .caption{background: rgba(255, 255, 255, 1);padding: 5px !important;font-size: 15px !important;color: #5C5C5C;text-align: center;line-height: 17px !important;}
#main-detail object,  #main-detail embed {
width: 98% !important;
height: 400px;
}


.portrait img {width: 350px;}
.landscape img {width: 450px;}
.styleSapo {font-family: arial !important;font-size: 11pt !important;font-style: italic;text-align: center;margin: -15px 0 0 0!important;}



/*START SUGGEST BOX*/
#main-detail .box-news-suggest {
    background: none repeat scroll 0 0 #FBFBFB;
    border-color: #B6D1E1;
    border-style: solid;
    border-width: 2px 1px;
    float: right;
    height: auto;
    margin: 10px 15px;
    position: relative;
    width: 160px;
    height: auto !important;
}
img.box-news-suggest-title {
    width: 35px;
}
#main-detail .box-news-suggest img {
  border: 0 !important;
}
#main-detail .box-news-suggest-title {
    left: -27px;
    position: absolute;
    top: -3px;
}
#main-detail .stitle {
    background: none repeat scroll 0 0 white;
    color: #f47723;
    font-size: 14px !important;
    left: 50px;
    padding: 0 5px;
    position: absolute;
    text-transform: uppercase;
    top: -15px;
  white-space: nowrap;
}
#main-detail .box-news-suggest-content {
    margin-left: 15px;
    margin-top: 25px;
    width: 130px;
    border-bottom:1px solid #dfdfdf;
    padding-bottom: 20px;
}
#main-detail .img-130x85 {width:130px; height:auto; margin-bottom: 7px;}
#main-detail .img-120x75 {
    height: 85px !important;
    margin-bottom: 7px !important;
    width: 100%;
    object-fit: cover;
}
#main-detail .box-news-suggest-a {    
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 18px !important;
}
#main-detail .box-news-suggest-a:hover, #main-detail .box-news-content ul li a:hover, #main-detail .box-bews-today-content a:hover {color:#bb0003;}

#main-detail .box-news-suggest-hor {
    float: left;
    height: 175px;
    width: 95%;
}
#main-detail .suggest-hor { float:left; border:none; margin-right: 12px;}

#main-detail .box-news-suggest-ver {
    width:300px; height:auto;
}

#main-detail .box-news-suggest-wrapper {
    float: left;
    width: 285px;
    border-top: 1px solid #DFDFDF;
}
#main-detail .hor-content {
    border: medium none;
    float: left;
    margin: 15px 3px 10px 13px !important;
    width: 130px;
    height: 145px;
    overflow: hidden;
    font-size: 11px !important;
    line-height: 13px !important;
}
#main-detail .box-news-suggest-link {
    float:left;
    width:283px; 
    height:auto;
    padding-top: 10px;
}
#main-detail .suggest-link {
    border-bottom: 1px solid #DBDBDB;
    margin: 15px 16px 0;
    padding-bottom: 10px;
}
#main-detail .suggest-link a {
    background: url("../images/bullet-arrow_31.png") no-repeat scroll 0 6px transparent;
    display: block;
    padding-left: 15px;
}


#main-detail .box_news_suggest1 p img{float:left}
#main-detail .box_news_suggest1{float:left; width:190px; background:#f6f6f6}
#main-detail .box_news_suggest1 ul{float:left; width:160px}
#main-detail .box_news_suggest1 span{color:#f00; text-transform:uppercase; position:relative; top:-10px; left:10px; padding:0 10px; background:#fff}
#main-detail .box_news_suggest1 li{padding:5px 0; margin:10px 5px; border-top:#f2f2f2 1px solid}
#main-detail .box_news_suggest1 li a{display:block; margin:5px 0; text-align:center; font-size:12px!important; color:#000; height: 70px; overflow: hidden;}
#main-detail .box_news_suggest1 li img{max-width:100%; width: 100% !important; margin:0}

#main-detail .box_news_suggest2 *{margin:0!important; padding:0!important; text-decoration:none}
#main-detail .box_news_suggest2 p{text-transform:uppercase; font:700 12px/32px Arial}
#main-detail .box_news_suggest2 p img{float:left;}
#main-detail .box_news_suggest2 {border: 1px solid #ccc;border-top-color: #B6D1E1;position: relative;margin: 10px 0;background: #f6f6f6;font-size: 12px;text-align: justify;min-height: 175px;width: 450px;}
#main-detail .box_news_suggest2 span{color:#f00; text-transform:uppercase; position:relative; top:-10px; left:10px; padding:0 10px; background:#fff}
#main-detail .box_news_suggest2 ul{height:160px}
#main-detail .box_news_suggest2 li{float:left; width:130px; padding:2px 8px!important}
#main-detail .box_news_suggest2 li *{margin:5px!important}
#main-detail .box_news_suggest2 li a{float:left; text-align:center; white-space:none; font-size:12px !important; color:#000; height: 70px; overflow: hidden;}
#main-detail .box_news_suggest2 li img{max-width:100%; width: 100% !important; margin:0;max-height: 77px;overflow: hidden;}

#main-detail .box-news-suggest.style1 .sapo, #main-detail .box-news-suggest.style2 .sapo, #main-detail .box-news-suggest.style3 .sapo {display: none;}

/*END SUGGEST BOX*/
/*END SUGGEST BOX*/

#main-detail .art-tag a{font-size: 10px !important;color: #777 !important;line-height: 18px !important;}
#main-detail .art-tag a:hover {color: #FFF !important; text-decoration: none;}

.content-detail p img {
    margin: 0 auto 5px auto;
}

.content-detail .detail > div {
    margin-bottom: 20px;
}

.content-detail .detail > div img {
    display: block;
    margin: 0 auto 5px auto;
    height: auto !important;
}
header {
    position: relative;
    /* padding-left: 130px; */
}

section.box-new-cate iframe {
    max-width: 100%;
    width: 100%;
    height: 350px;
}
.social{
  display: block;
  width:280px;   
  float:right;
  
}
.suggest_post.explus_related_1404022217_right {
    max-width: 335px;
    float: right;
    margin: 15px 0 15px 20px;
    border: 1px solid #1bad53;
    border-radius: 0 0 15px 15px;
    background: #fff;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}

.suggest_post.explus_related_1404022217_right > div {
    flex: 0 0 50%;
    padding: 8px;
}

.suggest_post.explus_related_1404022217_right > div:first-child {
    display: none;
}
.suggest_post.explus_related_1404022217_right > div a {
    display: block;
    line-height: 1.4;
    font-weight: 600;
    text-align: initial;
    font-size: 15px;
}
.cate-detial-other {
    margin-bottom: 20px;
}

#main-detail .box-news-suggest-hor.style1 .hor-content {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 10px;
    height: auto;
    flex: 0 0 25%;
}

#main-detail .box-news-suggest-hor.style1 {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

@media (max-width: 767px) {
  #main-detail .box-news-suggest-hor.style1 .hor-content {
      flex: 0 0 50%;
  }
} 

#main-detail h2, #main-detail h3, #main-detail h4, #main-detail h5, #main-detail h6 {
    line-height: initial;
    margin-bottom: 20px;
}

#main-detail h2 {
    font-size: 24px;
}

#main-detail h3 {
    font-size: 20px;
}

#main-detail h4 {
    font-size: 18px;
}

#main-detail h5 {
    font-size: 17px;
}

#main-detail h6 {
    font-size: 15px;
}
.box-new-cate .title h2 {
    margin-bottom: 0 !important;
}
.detail > div > em {
    font-weight: 600;
}
.other-news-detail .title h2 {
    margin-bottom: 0 !important;
}
#main-detail h6 a {
    color: #1bad53;
}
section.art-rel h2 {
    font-size: 15px !important;
}
.content-about ul {
    padding-left: 18px;
}

ul.cata-slide.cata-list.pkg {
    list-style: none;
}
.cata-content .cata-block {
    clear: both;
}


.cata-content .cata-block ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.cata-content >div {
    clear: both;
}

.cata-content .paging a {
    float: none;
}

.cata-content .paging {
    display: flex;
    flex-wrap: wrap;
}

.cata-content .cata-block ul li {
    padding: 10px;
    position: relative;
    width: 100%;
    float: none;
    flex: 0 0 20%;
    max-width: 100%;
    margin: 0;
}

.cata-content .cata-block ul li a {
    margin: 0;
    width: 100%;
}

.desc-future {
    padding: 10px 0 0 0;
    font-size: 16px;
    font-style: italic;
	text-align:center;
}


.comment-title {
color:#222;
font-size:20px;
padding:0 0 5px 3px;
border-bottom:1px solid #ddd
}

.comment-ctn {
border-bottom:1px dotted #ccc;
padding:15px 0
}
.comment-list {
    display: inline-block;
}
.comment-ctn {
    width:100%;
}
.ava {
width:48px;
height:48px;
display:block;
overflow:hidden;
border:1px solid #ddd;
margin-right:13px;
float:left
}

.comment-dtl {
float:left;
text-align: justify;
}

.comment-dtl .title {
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
float:left
}

.comment-dtl time {
color:#888;
font-size:11px;
line-height:17px;
margin:0 6px;
float:left
}

.comment-dtl time span {
background:#bbb;
display:inline-block;
height:2px;
margin:0 3px;
vertical-align:middle;
width:2px
}
p.model-dtl.pkg {
    display: flex;
    margin-bottom: 0;
}

p.model-dtl.pkg label span {
    display: none;
}
p.model-dtl.pkg:empty {
    display: none;
}

.modal-notice:empty {
    display: none;
}

.suggest_post.explus_related_1404022217_left {
    display: flex;
    flex-wrap: wrap;
    max-width: 335px;
    border: 1px solid #1bad53;
    border-radius: 0 0 10px 10px;
    padding: 7px;
    float: left;
    margin-right: 20px;
}

.suggest_post.explus_related_1404022217_left .explus_related_1404022217_item {
    flex: 0 0 50%;
    display: block;
    padding: 7px;
}

.suggest_post.explus_related_1404022217_left >div {
    display: none;
}

.suggest_post.explus_related_1404022217_left .explus_related_1404022217_item a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    text-align: initial;
}

.explus_related_1404022217_bottom.suggest_post {
    display: flex;
    flex-wrap: wrap;
    padding: 7px;
    border: 1px solid #1bad53;
}

.explus_related_1404022217_bottom.suggest_post > div {
    display: none;
}

.explus_related_1404022217_bottom.suggest_post .explus_related_1404022217_item {
    display: block;
    flex: 0 0 25%;
    padding: 7px;
}

.explus_related_1404022217_bottom.suggest_post a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
}
@media (max-width: 767px) {
  .expNoEdit.explus_related_1404022217 {
      margin: 0 0 20px 0 !important;
      max-width: 100%;
  }

  .explus_related_1404022217_bottom.suggest_post .explus_related_1404022217_item {
      flex: 0 0 50%;
  }
}

.banner-top {
    min-height: 100px;
    position: relative;
    display: flex;
    align-items: center;
}
figcaption h2 {
    text-align: center;
    font-style: italic;
}

.title.not-bg a span:before{
  background: none !important;
}

.title a span:before {
    opacity: 0;
}
.detail-2 {
    height: 5px ;
    background: #64ad53;
    margin-bottom: 21px ;
}

.content-detail iframe {
  height: auto !important;
}
.adb-bar img {
    height: auto !important;
}

iframe.you_video {
    width: 100%;
    height: 405px !important;
}

.explus_related_1404022217_right.one-item{
  max-width: 210px;
}
.explus_related_1404022217_right.one-item > div{
  flex: 0 0 100%;
}


.title_block {
    position: relative;
    top: -10px;
}

img.bock_icon {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 5px;
    z-index: 999;
}

a.title_name_catesmdk {
    padding: 7px 50px;
    background: #1e8b46;
    padding-left: 85px;
    color: #fff;
    text-decoration: none;
    border-top-left-radius: 22px;
    overflow: hidden;
    font-size: 18px;
    position: relative;
}

a.title_name_catesmdk:before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 35px;
    background: #288c48;
    border-top-right-radius: 7px;
    top: 18px;
}

a.title_name_catesmdk:after {
    content: "";
    position: absolute;
    background-image: url('bgr_clor.png?v=1');
    width: 113px;
    height: 100%;
    padding: 7px 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.block_content_listsmdk {
  padding: 8px 15px 0px;
  margin-top: -7px;
  background: #eeeded;
  border-top-left-radius: 20px;
  z-index: 2;
  position: relative;
  /* margin-top: -10px; */
/*  border-bottom-left-radius: 20px;*/
/*  border-top-right-radius: 20px;*/
}

.fw-b600{font-weight: 600}
.block_content_listsmdk ul {
    list-style: none;
    padding: 0px;
    margin-top: 15px;
}
.cls_fixw a.title_name_catesmdk::after {
    right: -85px;
}
.block_content_listsmdk ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #1bad53;
    padding-bottom: 10px;
}
.intro_box {
    display: flex;
    justify-content: right;
    position: relative;
    border-bottom: 1px solid #1bad53;
    padding-bottom: 10px;
}

.intro_box span {
    display: block;
    max-width: 211px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    color: #1bad53;
}

.intro_box:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    background: #1bad53;
    bottom: -4px;
    border-radius: 50%;
}
.smdk_title_block {
    background: #eeeded;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 20px;
}
.block_content_listsmdk ul li:last-child {
    padding: 0;
    border: none;
    margin-bottom: 0;
}
.readmore_smdk {
    position: absolute;
    background: #1bad53;
    left: 0;
    padding: 5px 0px;
    display: block;
    width: 100%;
    border-bottom-left-radius: 20px;
    text-align: right;
    font-size: 16px;
}

.readmore_smdk a {
    color: #fff;
    padding: 0px 10px;
}
