@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "Arial";
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.42857143;
  color: #202124;
  background-color: #fff;
  position: relative;
}

input,
textarea,
select,
button {
  outline: none;
  font-family: "Arial";
  border: 0;
  color: #333;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

a {
  text-decoration: unset;
  color: inherit;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

img {
  display: block;
  max-width: 100%;
}

.mx-auto {
  margin: auto;
}

/*===========================================================================*/
.font-primary {
  font-family: "Arial", sans-serif;
}

.font-secondary {
  font-family: "Arial", sans-serif;
}

/*===========================================================================*/
.w-650 {
  max-width: 40.625rem;
  margin: 0 auto;
}

.w-980 {
  max-width: 61.25rem;
  margin: 0 auto;
}

.w-1080 {
  max-width: 67.5rem;
  margin: 0 auto;
}

.w-1140 {
  max-width: 1140px;
  margin: 0 auto;
}

.w-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}
.w-1500 {
    max-width: 1500px;
    margin: 0 auto;
}

/*===========================================================================*/
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-48 {
  font-size: 3rem;
}

/*=================================================================*/
.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 1.5rem;
  background-color: #fff;
  color: #fff;
  outline: none;
}

/*=================================================================*/
.thumb-img {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.thumb-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.thumb-5x3 {
  padding-bottom: 56.15%;
}

.thumb-5x3-full {
  padding-bottom: 100%;
}

.thumb-6x3 {
  padding-bottom: 70%;
}

.thumb-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.image-wrapper {
  position: relative;
  display: block;
  padding-bottom: 60%;
}

.image-wrapper-full {
  position: relative;
  display: block;
  padding-bottom: 100%;
}

.image-wrapper-120 {
  position: relative;
  display: block;
  padding-bottom: 120%;
}

.image-wrapper-150 {
  position: relative;
  display: block;
  padding-bottom: 150%;
}

.image-wrapper img,
.image-wrapper-full img,
.image-wrapper-120 img,
.image-wrapper-150 img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*=================================================================*/
.text-gray-33 {
  color: #333;
}

.text-gray-66 {
  color: #666;
}

.text-gray-6c {
  color: #6c6e70;
}

.text-green-008 {
  color: #00662f;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

/*=================================================================*/
.bg-green-23 {
  background-color: #23533f;
}

.bg-f2 {
  background-color: #f2f2f2;
}

.bg-white {
  background: #fff;
}

.bg-gray-f9 {
  background: #f9f9f9;
}

.bg-gray-e9 {
  background: #e9eaee;
}

/*=================================================================*/
.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*=================================================================*/
.pt-10 {
  padding-top: 0.625rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.p-10 {
  padding: 0.625rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mx-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.m-10 {
  margin: 0.625rem;
}

/*=================================================================*/
.pt-12 {
  padding-top: 0.75rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.p-12 {
  padding: 0.75rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.m-12 {
  margin: 0.75rem;
}

/*=================================================================*/
.pt-15 {
  padding-top: 0.9375rem;
}

.pb-15 {
  padding-bottom: 0.9375rem;
}

.pl-15 {
  padding-left: 0.9375rem;
}

.pr-15 {
  padding-right: 0.9375rem;
}

.py-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.px-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.p-15 {
  padding: 0.9375rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.mr-15 {
  margin-right: 0.9375rem;
}

.my-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.mx-15 {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.m-15 {
  margin: 0.9375rem;
}

/*=================================================================*/
.pt-20 {
  padding-top: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-20 {
  padding: 1.25rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.m-20 {
  margin: 1.25rem;
}

/*=================================================================*/
.mt-24 {
  margin-top: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.m-24 {
  margin: 1.5rem;
}

/*=================================================================*/
.form-control-t {
  width: 100%;
  border: none;
  height: 2.125rem;
  padding: 1rem;
}

/*=================================================================*/
.border-999 {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.border-4 {
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.border-5 {
  border-radius: 0.3125rem;
  overflow: hidden;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -ms-border-radius: 0.3125rem;
  -o-border-radius: 0.3125rem;
}

.border-6 {
  border-radius: 0.375rem;
  overflow: hidden;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
}

.border-full {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  overflow: hidden;
}

/*=================================================================*/
.fix-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fix-text2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fix-text3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*=================================================================*/
.lh-15 {
  line-height: 0.9375rem;
}

.lh-19 {
  line-height: 1.1875rem;
}

.lh-22 {
  line-height: 1.375rem;
}

.lh-24 {
  line-height: 1.5rem;
}

.lh-26 {
  line-height: 1.625rem;
}

.lh-28 {
  line-height: 1.75rem;
}

.lh-30 {
  line-height: 1.875rem;
}

.lh-32 {
  line-height: 2rem;
}

.lh-34 {
  line-height: 2.125rem;
}

.lh-46 {
  line-height: 2.875rem;
}

/*=================================================================*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.text-center {
  text-align: center;
}

/*=================================================================*/
.d-2xl-none {
  display: none;
}

.d-2xl-block {
  display: block;
}

.d-2xl-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.flex-0 {
  flex-shrink: 0;
}

.flex-1 {
  flex: 1;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

.border-t-green {
  border-top: 1px solid #008837;
}

.border-b-c3 {
  border-bottom: 1px solid #c3c3c3;
}

.d-3xl-block {
  display: block;
}

.d-3xl-flex {
  display: flex;
}

.d-3xl-none {
  display: none;
}

.flex-0 {
  flex-shrink: 0;
}

.flex-1 {
  flex: 1;
}

.w-40 {
  width: 40%;
}

.wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.header-top-wrapper {
  background: #f5f5f5;
}

.header-top {
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #6c6e70;
  border-radius: 0 0 6px 6px;
}
.header-top .subsite {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.header-top .subsite .item {
  display: inline-flex;
  align-items: center;
}
.header-top .subsite .item [class*=boxicon-] {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header-top .subsite .item:not(:last-child) {
  margin-right: 11px;
  padding-right: 11px;
  border-right: 1px solid #efefef;
}
.header-top #top-link-account {
  margin-left: auto;
  font-style: italic;
}
.header-top #top-link-account > a {
  display: flex;
  align-items: center;
  color: #008837;
}
.header-top #top-link-account > a .icon-user {
  margin-right: 8px;
  margin-top: -2px;
}
.header-top .clickable {
  cursor: pointer;
}

.icondv {
  display: inline-block;
  background: url("../images/danviet_sprite.webp");
  background-repeat: no-repeat;
  background-size: 580px 564px;
}
.icondv.icon-etime {
  width: 15px;
  height: 15px;
  background-position: -103px -115px;
}
.icondv.icondv.icon-ttv {
  width: 16px;
  height: 8px;
  background-position: -132px -119px;
}
.icondv.icon-lc {
  width: 14px;
  height: 16px;
  background-position: -164px -115px;
}
.icondv.icon-search {
  width: 16px;
  height: 15px;
  background-position: -129px -85px;
}
.icondv.icon-home {
  width: 23px;
  height: 22px;
  background-position: -64px -112px;
}
.icondv.icon-expandmenu {
  width: 20px;
  height: 15px;
  background-position: -157px -86px;
}
.icondv.icon-videogreen {
  width: 21px;
  height: 21px;
  background-position: -134px -430px;
}
.icondv.icon-photogreen {
  width: 19px;
  height: 16px;
  background-position: -176px -432px;
}
.icondv.icon-infogreen {
  width: 19px;
  height: 20px;
  background-position: -135px -466px;
}
.icondv.icon-emaggreen {
  width: 17px;
  height: 20px;
  background-position: -176px -466px;
}
.icondv.icon-dot {
  width: 19px;
  height: 5px;
  background-position: -27px -437px;
}
.icondv.icon-star {
  width: 20px;
  height: 20px;
  background-position: -25px -179px;
}
.icondv.icon-clock {
  width: 20px;
  height: 21px;
  background-position: -93px -179px;
}
.icondv.icon-play {
  width: 67px;
  height: 81px;
  background-position: -26px -333px;
}
.icondv.icon-play-md {
  width: 43px;
  height: 51px;
  background-position: -391px -347px;
}
.icondv.icon-facebook {
  width: 32px;
  height: 32px;
  background-position: -27px -503px;
}
.icondv.icon-twitter {
  width: 32px;
  height: 32px;
  background-position: -110px -503px;
}
.icondv.icon-rss {
  width: 32px;
  height: 32px;
  background-position: -151px -503px;
}
.icondv.icon-linkedin {
  width: 32px;
  height: 32px;
  background-position: -192px -503px;
}
.icondv.icon-email {
  width: 32px;
  height: 32px;
  background-position: -233px -503px;
}
.icondv.icon-back {
  width: 70px;
  height: 50px;
  background-position: -482px -198px;
}
.icondv.icon-back--radio {
  filter: invert(1);
  background-image: url("../images/left-arrow-icon2.png");
  background-position: 34px 12px;
  background-size: 35px;
}
.icondv.icon-searchwhite {
  width: 15px;
  height: 15px;
  background-position: -434px -223px;
}
.icondv.icon-clocksmall {
  width: 12px;
  height: 12px;
  background-position: -77px -89px;
}
.icondv.icon-ttvbig {
  width: 30px;
  height: 16px;
  background-position: -26px -465px;
}
.icondv.icon-etimebig {
  width: 28px;
  height: 27px;
  background-position: -79px -459px;
}
.icondv.icondv.icon-medialogo {
  width: 113px;
  height: 32px;
  background-position: -289px -215px;
}
.icondv.icon-emagazine {
  width: 43px;
  height: 46px;
  background-position: -440px -277px;
}
.icondv.icon-infographic {
  width: 46px;
  height: 45px;
  background-position: -364px -277px;
}
.icondv.icon-videobig {
  width: 49px;
  height: 49px;
  background-position: -293px -349px;
}

.iconnew-tgtt {
  background: url("../images/icons-27052020.webp") no-repeat -54px 0;
  background-size: 69px 25px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.iconnew-tv {
  background: url("../images/danviet_icon_tv.svg") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
}

.iconnew-thlv {
  background: url("../images/danviet_icon_thlv.webp") no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
}

.header-bot {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.header-bot .search-form {
  position: relative;
  width: 268px;
  margin-left: auto;
}

.search-form input[type=text] {
  border: solid 0.5px #efefef;
  background-color: #f9f9f9;
  padding: 6px 30px 6px 15px;
  line-height: 33px;
  height: 33px;
  font-size: 13px;
  outline: none;
  width: 100%;
  border-radius: 30px;
}
.search-form button {
  background: transparent;
  border: none;
  position: absolute;
  top: 9px;
  right: 14px;
  padding: 0;
  font-size: 16px;
}

#HotNav {
  display: flex;
  justify-content: flex-end;
}
#HotNav ul {
  display: flex;
}
#HotNav ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #6c6e70;
  padding: 0 10px;
  position: relative;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
}

header #nav {
  position: relative;
  border-bottom: 3px solid #008837;
  border-top: 1px solid rgba(108, 110, 112, 0.1);
}
header #nav.sticky:not(.active) {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}
header #nav.sticky:not(.headerother) {
  background: #fff;
}
header #nav .nav-bar {
  display: flex;
  align-items: center;
  position: relative;
}
header #nav .nav-bar .nav-item {
  flex-shrink: 0;
}
header #nav .nav-bar .nav-item .title {
  font-size: 12px;
  font-weight: bold;
  color: #6c6e70;
  position: relative;
  line-height: 38px;
  text-transform: capitalize;
  padding: 0 7px;
  display: block;
}
header #nav .nav-bar .nav-item .title.active, header #nav .nav-bar .nav-item .title:hover {
  color: #008837;
  background-color: rgba(108, 110, 112, 0.1);
}
header #nav .nav-bar .nav-item .title .icon-home {
  margin-bottom: -8px;
}
header #nav .nav-bar .nav-item .title.active .icon-home {
  background-position: -25px -112px;
}
header #nav .expand-bar {
  transform: rotateX(90deg);
  transition: all 0.2s linear;
  transform-origin: top;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 41px;
  z-index: 999;
  visibility: hidden;
  max-height: calc(100vh - 100px);
  overflow: auto;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.15);
}
header #nav .expand-bar.active {
  transform: rotateX(0);
  visibility: visible;
}
header #nav .expand-bar .expand-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 10px;
}
header #nav .expand-bar .expand-menu .navexpand-item {
  width: 20%;
  margin-bottom: 20px;
  padding: 0 15px;
}
header #nav .expand-bar .expand-menu .navexpand-item .title {
  font-size: 15px;
  font-weight: 500;
  color: #008837;
  margin-bottom: 10px;
  display: block;
}
header #nav .expand-bar .expand-menu .navexpand-item ul {
  overflow: hidden;
  transition: all 0.2s linear;
}
header #nav .expand-bar .expand-menu .navexpand-item ul li {
  font-size: 12px;
  font-weight: 500;
  color: #6c6e70;
  margin-bottom: 5px;
}
header #nav .expand-bar .expand-menu .navexpand-item .viewmore {
  font-size: 11px;
  color: #a4a4a4;
  font-weight: normal;
  display: none;
}
header #nav .expand-bar .expand-menu .navexpand-item .viewmore.show {
  display: block;
}
header #nav .expand-bar .expand-links {
  display: flex;
  height: 58px;
  padding: 10px;
  align-items: center;
  border-top: 1px solid #eee;
}
header #nav .expand-bar .expand-links li {
  font-size: 15px;
  font-weight: 500;
  color: #008837;
}
header #nav .expand-bar .expand-links li:not(:last-child) {
  margin-right: 60px;
}
header #nav .expand-bar .expand-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header #nav .expand-bar .expand-links li a > span {
  margin-bottom: -3px;
}
header #nav .expand-bar .expand-links li i {
  margin-right: 8px;
}
header #nav .expand-bar .expand-links li.backhome {
  font-size: 12px;
  margin-left: auto;
  color: #6c6e70;
}
header #nav .expand-bar .expand-links li.backhome a {
  width: 150px;
  height: 33px;
  border-radius: 5px;
  background-color: #f3f3f3;
}
header #nav .expand-bar .expand-links li.backhome a i {
  width: 17px;
  height: 16px;
  background-size: 450px 420px;
  background-position: -20px -83px;
}
header #nav .icon-expandmenu {
  margin-left: auto;
  font-weight: 500;
  color: #fff;
  font-size: 0;
  font-family: "Arial";
  text-align: center;
  cursor: pointer;
}
header #nav .icon-expandmenu.active {
  width: 33px;
  height: 34px;
  line-height: 30px;
  font-size: 25px;
  background: #008837;
  margin-bottom: -4px;
}

#header-mb {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-bottom: thin solid #008837;
  line-height: 40px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  z-index: 999;
}
#header-mb .left {
  margin-top: -2px;
}
#header-mb .left .icon {
  margin-right: 15px;
}
#header-mb .left h1 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: normal;
}
#header-mb ul.right {
  margin-top: 1px;
}
#header-mb ul.right li {
  display: inline-block;
  height: 25px;
  line-height: 25px;
}
#header-mb ul.right li img {
  display: inline-block;
  margin-bottom: -2px;
  width: 18px;
}
#header-mb ul.right li:not(:last-child) {
  padding-right: 13px;
  border-right: thin solid #e9eaee;
  margin-right: 10px;
}
#header-mb ul.right li#top-link-account {
  position: relative;
}
#header-mb ul.right li#top-link-account a {
  font-size: 13px;
  font-weight: bold;
  color: #f00;
}
#header-mb .left h1, #header-mb .left div {
  display: inline-block;
}

.icon {
  display: inline-block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

.icon.icon-menu {
  background-image: url("../images/icon_menu.svg");
  background-size: contain;
  width: 17px;
  height: 13px;
  margin-bottom: 2px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.icon.icon-logo {
  background-image: url("../images/logo.svg");
  background-size: contain;
  width: 117px;
  height: 21px;
  margin-bottom: -2px;
}

.header-mb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.time-homepage {
  align-items: center;
}
.time-homepage img {
  margin-right: 5px;
}

#txt-time {
  font: normal 11px/13px "Arial", sans-serif;
}

.wrapper .full-width {
  margin-left: -20px;
  margin-right: -20px;
  width: 110%;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  width: 100vw;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
  background-color: #fff;
}
#menu.hide {
  display: none;
}
#menu .menu-top {
  height: 40px;
  line-height: 40px;
  margin-bottom: 17px;
  background-color: #008837;
  color: #fff;
}
#menu .menu-top .left, #menu .menu-top .right {
  line-height: 40px;
}
#menu .menu-top .right {
  font-size: 40px;
  font-weight: 100;
  font-family: "Arial", sans-serif;
}
#menu .menu-top svg, #menu .menu-top .svg {
  height: 24px;
  display: inline;
  margin-bottom: -6px;
}
#menu .menu-title {
  margin-bottom: 16px;
  color: #2e2e2e;
  font-weight: bold;
}
#menu .menu-list {
  margin-bottom: 5px;
}
#menu .menu-list .item:not(.square):not(.link), #menu .menu-list li:not(.square):not(.link) {
  width: 47%;
  height: 38px;
  border-radius: 5px;
  border: thin solid #e9eaee;
  background-color: #f9f9f9;
  font-size: 13px;
  font-weight: 500;
  line-height: 38px;
  color: #6c6e70;
  margin-bottom: 15px;
  overflow: hidden;
}
#menu .menu-list .item:not(.square):not(.link) a, #menu .menu-list li:not(.square):not(.link) a {
  text-transform: capitalize;
  white-space: nowrap;
}
#menu .menu-list .item:not(.square):not(.link) svg, #menu .menu-list .item:not(.square):not(.link) .svg, #menu .menu-list li:not(.square):not(.link) svg, #menu .menu-list li:not(.square):not(.link) .svg {
  margin: 0 3px -4.5px 8px;
  width: 20px;
  height: auto;
  max-height: 30px;
  display: inline-block;
}
#menu .menu-list .item:not(.square):not(.link) svg path, #menu .menu-list .item:not(.square):not(.link) .svg path, #menu .menu-list li:not(.square):not(.link) svg path, #menu .menu-list li:not(.square):not(.link) .svg path {
  fill: #008837;
}
#menu .menu-list .list-square {
  margin: 0 -10px;
}
#menu .separator {
  border-bottom-width: 1px;
}
#menu .menu-padding {
  height: 36px;
}

.menu-list.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.menu-list.list-square {
  margin: 0 -10px;
}
.menu-list li.square {
  margin-bottom: 15px;
  display: inline-block;
  color: #6c6e70;
  width: 33.3333333333%;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  box-sizing: border-box;
}
.menu-list li.square a {
  display: block;
  width: 100%;
}
.menu-list li.square a > .box {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 5px;
}
.menu-list li.square img {
  display: inline-block;
  width: 100%;
}
.menu-list li.square .text {
  display: block;
}
.menu-list li.link {
  background-color: #c9c9c9;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  max-width: 33%;
}
.menu-list li.link a {
  font: normal 14px/17px "Arial";
  display: block;
  padding: 5px 15px;
}

.separator {
  border-bottom: 2px solid #e9eaee;
}

#Layer_1 {
  width: 30px !important;
  vertical-align: text-bottom;
}

.cls-1 {
  fill: #fe0000;
}

.clear,
.clearfix {
  clear: both;
}

#search-form-mb {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #008837;
  height: 35px;
  border-radius: 0 0 2px 2px;
  z-index: 1000;
}
#search-form-mb .wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
#search-form-mb #search-field {
  width: 75%;
  width: -webkit-calc(80% - 10px);
  width: calc(80% - 10px);
  border: none;
  border-radius: 5px 0 0 5px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  margin-top: 5px;
  display: block;
}
#search-form-mb #search-btn {
  width: 20%;
  display: block;
  text-align: center;
  height: 25px;
  line-height: 25px;
  background: #dedede;
  border: none;
  border-radius: 0 5px 5px 0;
  margin-top: 5px;
}

.headerother {
  height: 50px;
  background-color: #202124;
  position: relative;
}
.headerother.sticky:not(.active) {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}
.headerother .back-home {
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.headerother .back-home i {
  margin-right: 15px;
}
.headerother .wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.headerother .search-form {
  width: 234px;
}
.headerother .search-form input[type=text] {
  border: solid 0.5px #404040;
  background-color: #404040;
  padding: 0 40px 0 12px;
  line-height: 30px;
  color: #fff;
}

.search-form {
  position: relative;
}

.search-form input[type=text]::-webkit-input-placeholder,
.search-form input[type=text]::placeholder {
  font-style: italic;
  color: #6c6e70;
  opacity: 0.5;
  font-size: 11px;
}

.header-talk .search-form input[type=text]::-webkit-input-placeholder {
  color: rgba(233, 234, 238, 0.5);
  font-size: 12px;
}

.header-radio .icon-radio {
  background: url("../images/danviet_logocate.png");
  width: 168px;
  height: 28px;
}
.header-radio .logo-radioText {
  flex: 1;
  justify-content: flex-end;
  padding-right: 20px;
}
.header-radio .logo-radioText .icon-1 {
  width: auto;
  height: 50px;
}
.header-radio .logo-radioText .icon-2 {
  width: 180px;
  height: auto;
}
.header-radio .headerother .search-form input[type=text] {
  border: solid 0.5px #efefef;
  background-color: #f9f9f9;
  color: #404040;
}
.header-radio .headerother .search-form input[type=text]::-ms-input-placeholder {
  color: #37933f;
  font-weight: 600;
}
.header-radio .headerother .search-form input[type=text]::placeholder {
  color: #37933f;
  font-weight: 600;
}
.header-radio .icon-searchGreen {
  background: url("../images/svg/icon_search-green.svg") no-repeat;
  width: 15px;
  height: 15px;
}
.header-radio .icon-searchWhite {
  background: url("../images/svg/icon_search-white.svg") no-repeat;
  width: 15px;
  height: 15px;
}

.header-radio-mb {
  background-color: #86b93a !important;
}
.header-radio-mb ~ #search-form-mb {
  background-color: #86b93a;
}
.header-radio-mb .icon-radio {
  background: url("../images/danviet_logocate.png");
  width: 168px;
  height: 28px;
}

.society-and-life-search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.w-wrapper,
.wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.main-top {
  padding: 15px 0;
  background: rgba(243, 243, 243, 0.31);
}

.ads-line {
  border-top: 1px solid #008837;
  margin-bottom: 5px;
  border-bottom: 1px solid #008837;
}
.ads-line .title {
  color: #008837 !important;
  padding-left: 1px;
  font-weight: 600;
  font-size: 9px !important;
  z-index: 1;
  position: relative;
  background: transparent !important;
  padding-top: 4px;
  border-top-left-radius: 10px;
  padding-bottom: 4px;
  line-height: 12px;
  padding-right: 8px;
  text-transform: capitalize;
}

.cls-11 {
  fill: #008837;
}

.section-primary {
  display: grid;
  grid-template-columns: 300px 1fr 270px;
  grid-gap: 20px;
  gap: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.section-primary__left .article {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.section-primary__left .article:first-child {
  padding-top: 0;
}
.section-primary__left .article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.section-primary__right .article {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.section-primary__right .article:first-child {
  padding-top: 0;
}
.section-primary__right .article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.d-3xl-flex {
  display: flex;
}

.main-block {
  margin-bottom: 45px;
  margin-top: 15px;
}

.main-col-2 {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 30px;
}

[data-icontype="1"] .thumb-item,
[data-icontype="2"] .thumb-item,
[data-icontype="3"] .thumb-item,
[data-icontype="20"] .thumb-item,
[data-icontype="27"] .thumb-item,
[data-icontype="1"] .image-wrapper,
[data-icontype="2"] .image-wrapper,
[data-icontype="3"] .image-wrapper,
[data-icontype="20"] .image-wrapper,
[data-icontype="27"] .image-wrapper {
  position: relative;
}

.home-hightlight [data-icontype="1"] .thumb-item:before,
.box-other [data-icontype="1"] .thumb-item:before,
.widget [data-icontype="1"] .thumb-item:before,
.home-articles [data-icontype="1"] .thumb-item:before,
[data-icontype="1"] .thumb-item:before,
.home-hightlight [data-icontype="1"] .image-wrapper:before,
.box-other [data-icontype="1"] .image-wrapper:before,
.widget [data-icontype="1"] .image-wrapper:before,
.home-articles [data-icontype="1"] .image-wrapper:before,
[data-icontype="1"] .image-wrapper:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url("../images/news-icons.webp") no-repeat -262px 0;
  background-size: 362px 30px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.home-boxnewday [data-icontype="1"] .title::before,
.home-hightlight [data-icontype="1"] .title:before,
[data-icontype="1"] .title:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background: url("../images/news-icons.webp") no-repeat -205px 0;
  background-size: 362px 30px;
  width: 14px;
  height: 13px;
  z-index: 1;
  margin-bottom: -2px;
}

.box-event-home [data-icontype="2"] .title:before,
.home-boxnewday [data-icontype="2"] .title:before,
.home-hightlight [data-icontype="2"] .title:before,
[data-icontype="2"] .title:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background: url("../images/news-icons.webp") no-repeat -243px 0;
  background-size: 362px 30px;
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
}

.home-hightlight [data-icontype="20"] .thumb-item:before,
.home-articles [data-icontype="20"] .thumb-item:before,
[data-icontype="20"] .thumb-item:before,
.home-hightlight [data-icontype="20"] .image-wrapper:before,
.home-articles [data-icontype="20"] .image-wrapper:before,
[data-icontype="20"] .image-wrapper:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url("../images/news-icons.webp") no-repeat -297px 0;
  background-size: 362px 30px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.home-boxnewday [data-icontype="2"] .thumb-item:before,
.widget [data-icontype="2"] .thumb-item:before,
.home-hightlight [data-icontype="3"] .thumb-item:before,
.home-articles [data-icontype="3"] .thumb-item:before,
[data-icontype="3"] .thumb-item:before,
.home-boxnewday [data-icontype="2"] .image-wrapper:before,
.widget [data-icontype="2"] .image-wrapper:before,
.home-hightlight [data-icontype="3"] .image-wrapper:before,
.home-articles [data-icontype="3"] .image-wrapper:before,
[data-icontype="3"] .image-wrapper:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url("../images/news-icons.webp") no-repeat -332px 0;
  background-size: 362px 30px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.hightlight-top {
  display: grid;
  grid-template-columns: 530px 1fr;
  grid-gap: 26px;
}

.hightlight-top__slide-heading {
  margin-bottom: 10px;
}

.slick-dots {
  bottom: -20px;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0 4px;
}
.slick-dots li button::before {
  width: 8px;
  height: 8px;
  line-height: 8px;
  font-size: 10px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: rgba(0, 136, 55, 0.5);
}

.swiper-pagination-bullet-active {
  background: rgba(0, 136, 55, 0.5);
}

.hightlight-top__slide {
  position: relative;
  padding-bottom: 20px;
}
.hightlight-top__slide .swiper-horizontal > .swiper-pagination-bullets, .hightlight-top__slide .swiper-pagination-bullets.swiper-pagination-horizontal, .hightlight-top__slide .swiper-pagination-custom, .hightlight-top__slide .swiper-pagination-fraction {
  bottom: -10px;
}
.hightlight-top__slide .category {
  color: #008837;
  font: normal 13px/21px "Arial", sans-serif;
  margin-bottom: 12px;
}

.hightlight-top__list-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.hightlight-bot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 26px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #008837;
}
.hightlight-bot--col-2 {
  grid-template-columns: 1fr 1fr;
}

.hightlight-bot-2 .article-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eee;
}
.hightlight-bot-2 .cate-time .time {
  display: block;
}

.home-article {
  display: flex;
  width: 100%;
}
.home-article:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.home-article:last-child {
  padding-bottom: 25px;
}
.home-article .article-img {
  width: 40%;
  flex-shrink: 0;
}
.home-article .article-content {
  flex: 1;
  margin-left: 15px;
}

.cate-time {
  display: flex;
  align-items: center;
}
.cate-time span {
  display: inline-flex;
  align-items: center;
}
.cate-time span + span::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #6c6e70;
  margin: 0 9px;
}
.cate-time .time {
  display: none;
}

.cate-time-hide-pc {
  display: none;
}

.box-event-home-wrapper {
  background-color: #eae0c7;
}

.box-event-home {
  padding: 20px;
}

.box-event-home-large-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.box-event-home-large {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.box-event-home-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.box-event-home-small .box-event-home-small-item:first-child {
  padding-right: 10px;
}
.box-event-home-small .box-event-home-small-item:not(:first-child) {
  border-left: 1px solid #eee;
  padding-left: 15px;
}

.main-block-cate .heading {
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.main-block-cate .dot-box .icon-dot {
  cursor: pointer;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-block-cate .dot-box:hover .icon-dot {
  width: 30px;
  line-height: 29px;
  height: 30px;
  font-size: 20px;
  background: #008000;
  color: #fff;
  text-align: center;
  font-family: "Arial";
  font-style: normal;
}
.main-block-cate .dot-box .cate-child {
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  z-index: 999;
  background: #eee;
  display: grid;
  grid-template-columns: 31% 31% 31%;
  grid-column-gap: 3.5%;
  grid-row-gap: 15px;
  padding: 20px;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.main-block-cate .dot-box .cate-child li {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  color: #6c6e70;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}
.main-block-cate .dot-box .cate-child li a {
  display: block;
  padding: 10px;
}
.main-block-cate .dot-box:hover .cate-child {
  visibility: visible;
  opacity: 1;
}

.farmer-container {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.home-boxnewday {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home-boxnewday--border {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.home-boxnewday--col-1 {
  grid-template-columns: 1fr;
}
.home-boxnewday .boxbot-right-block {
  margin: 0 12px;
}

.boxnews-left {
  background: #f9f9f9;
  padding: 20px;
}
.boxnews-left .boxnews-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.boxnews-left .boxnews-small .boxnews-small-item-title {
  margin-top: 5px;
}

.boxnews-right {
  padding: 20px 0 20px 20px;
  /* max-height: 600px; */
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.boxnews-right .boxnewsright-number {
  font-size: 14px;
  font-weight: bold;
  color: #80868b;
  margin-right: 10px;
}
.boxnews-right .boxnewsright-title i {
  margin-right: 10px;
}
.boxnews-right .boxnewsright-title > a {
  display: block;
}
.boxnews-right .boxnewsright-container {
  counter-reset: my-badass-counter;
  max-height: 100%;
  overflow-y: scroll;
}
.boxnews-right .boxnewsright-container.latest-news-container {
  padding: 10px;
  border: 1px solid #eee;
}
.boxnews-right .boxnewsright-container::-webkit-scrollbar {
  width: 3px;
}
.boxnews-right .boxnewsright-container::-webkit-scrollbar-thumb {
  background: transparent;
}
.boxnews-right .boxnewsright-container::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 5px;
}
.boxnews-right .boxnewsright-container::-webkit-scrollbar-track {
  background: none;
}
.boxnews-right .boxnewsright-item {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.boxnews-right .boxnewsright-img {
  width: 60px;
  flex-shrink: 0;
}
.boxnews-right .boxnewsright-img .thumb-5x3 {
  padding-bottom: 100%;
}
.boxnews-right .boxnewsright-title {
  padding-right: 10px;
}
.boxnews-right:after {
  content: "";
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  height: 69px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.boxnews-right:hover::after {
  content: none;
}
.boxnews-right:hover .boxnewsright-container::-webkit-scrollbar-thumb {
  background: rgba(143, 143, 143, 0.35);
}
.boxnews-right--2 {
  max-height: none;
  padding: 20px 0;
}
.boxnews-right--2::after {
  content: none;
}
.boxnews-right--2 .boxnewsright-container {
  overflow: unset;
}

.boxnewsleft-small .item {
  display: flex;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eee;
}
.boxnewsleft-small .item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
  margin-right: 12px;
  background: #008837;
}

.latest-news-container .boxnewsright-number {
  color: #008000;
}

.box-other {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.box-other .box-event-home-large-wrapper {
  grid-template-columns: 1fr 210px;
}

.home-boxvideolistrela {
  display: grid;
  grid-template-columns: 1fr 210px;
  grid-gap: 15px;
  padding: 25px 0;
  margin-bottom: 25px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.home-boxvideolistrela .video-right-small .item {
  padding: 10px 0;
  margin-top: 0;
  border-top: none;
}
.home-boxvideolistrela .video-right-small .item:first-child {
  border-top: 1px dotted #ccc;
}
.home-boxvideolistrela .video-left-img i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contain .readmore {
  margin-bottom: 25px;
  text-align: center;
}
.contain .readmore a {
  margin: auto;
  display: inline-block;
  height: 30px;
  font-family: "Arial", sans-serif;
  color: #fff;
  border-radius: 5px;
  background-color: #008837;
  padding: 5px 18px;
}

.widget {
  border-radius: 5px;
  border: solid 1px #e9eaee;
  background-color: #f9f9f9;
  padding: 15px 0;
  margin-bottom: 1.25rem;
}
.widget-hometop--pt-0 {
  padding-top: 0;
}
.widget-agriculture {
  position: relative;
}
.widget-agriculture .widget-heading {
  position: relative;
}
.widget-agriculture .widget-content {
  position: relative;
}
.widget-agriculture__bg {
  position: absolute;
  inset: 0;
}
.widget-agriculture__bg img {
  height: 100%;
  width: 100%;
}

.media-home {
  background-color: #f9f9f9;
  padding: 25px 24.5px;
  border: 1px solid #eee;
  border-radius: 5px;
  border-top: 3px solid #008837;
  margin-bottom: 35px;
}
.media-home .title-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.media-home .title-main .title-other {
  display: flex;
  margin: 0 -15px;
}
.media-home .title-main .title-other .item {
  padding: 0 15px;
  border-right: 1px solid #eee;
}
.media-home .title-main .title-other .item .title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6c6e70;
  display: flex;
  align-items: center;
}
.media-home .title-main .title-other .item .title .icon {
  margin-right: 4px;
}

.media-large-img i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.overlay-50 {
  position: absolute;
  height: 50%;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, black, transparent);
}

.caption {
  position: absolute;
  padding: 10px;
  left: 0;
  bottom: 0;
}

.media-contain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 20px;
}

.media-large {
  grid-column: 1/3;
  grid-row: 1/3;
}

.main-block.home-boxnews {
  border-top: 3px solid #eee;
  margin-bottom: 25px;
}

.home-boxnews-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.home-boxnews-container .large {
  grid-column: 1/3;
}
.home-boxnews-container .small li {
  padding-top: 13px;
  margin-top: 13px;
  border-top: 1px solid #eee;
  color: #6c6e70;
}

.home-boxnewsdouble {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  border-top: 3px solid #eee;
}
.home-boxnewsdouble-cate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  border-top: 3px solid #eee;
}
.home-boxnewsdouble--secondary {
  border-top: none;
}
.home-boxnewsdouble--secondary .widget-content .widget-img {
  margin-left: -15px;
  margin-right: -15px;
}

.share-facebook {
  align-items: center;
  justify-content: end;
  color: #6c6e70;
  font: normal 12px "Arial";
  margin-top: 12px;
}
.share-facebook img {
  margin-right: 4px;
}

.box-bot {
  grid-gap: 0;
  border-top: 3px solid #eee;
}
.box-bot .boxbot-left {
  background-color: #fff;
  padding: 12px;
}
.box-bot .boxbot-right {
  padding: 12px;
}
.box-bot .title-top {
  display: flex;
  padding: 17px;
  background-color: #f3f3f3;
  align-items: center;
  border-radius: 5px 5px 0 0;
}
.box-bot .title-top i {
  margin-right: 10px;
}
.box-bot .title-top a {
  font-size: 16px;
  font-weight: bold;
}
.box-bot .boxbot-right-block {
  border: 1px solid #eee;
  max-height: 265px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  position: relative;
  margin-bottom: 25px;
}
.box-bot .boxbot-right-container {
  max-width: 100%;
  overflow-y: scroll;
  scrollbar-color: rgba(143, 143, 143, 0.35) transparent;
  scrollbar-width: thin;
  padding: 12px 17px;
}
.box-bot .boxbot-right-item {
  display: flex;
  margin-bottom: 14px;
}
.box-bot .boxbot-right-img {
  width: 35%;
  flex-shrink: 0;
}
.box-bot .boxbot-right-title {
  flex: 1;
  margin-left: 11px;
}
.box-bot .boxbot-right-container::-webkit-scrollbar {
  width: 3px;
}
.box-bot .boxbot-right-container::-webkit-scrollbar-thumb {
  background: rgba(143, 143, 143, 0.35);
  border-radius: 5px;
}
.box-bot .boxbot-right-container::-webkit-scrollbar-track {
  background: none;
}
.box-bot .boxbot-right-container:after {
  content: "";
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  height: 69px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.box-bot .boxbot-right-container:hover::after {
  content: none;
}

.main-secondary .contain {
  max-width: 810px;
}

.hot-topic {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #008837;
  padding-bottom: 10px;
  margin-bottom: 20px;
  max-width: 1140px;
}
.hot-topic__left {
  display: flex;
  align-items: center;
  color: #525252;
  border-radius: 4px;
  border: 1px solid #E9EAEE;
  background: #F9F9F9;
  padding: 8px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-right: 17px;
  flex-shrink: 0;
}
.hot-topic__icon {
  width: 9px;
  height: auto;
  flex-shrink: 0;
  margin-right: 4px;
}
.hot-topic__title {
  flex: 1;
}
.hot-topic__right {
  position: relative;
  width: 100%;
  max-width: calc(100% - 120px);
  overflow: hidden;
}
.hot-topic__right::after {
  content: "";
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  width: 36px;
  height: 100%;
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.hot-topic__text {
  color: #00662f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 8px;
  background-color: #f9f9f9;
  margin-right: 12px;
  flex-shrink: 0;
  display: block;
}
.hot-topic__text:hover {
  background-color: #EFEFEF;
}
.hot-topic .swiper-slide {
  width: auto !important;
}

.topic-hot-mb__content .article-item {
  display: flex;
}
.topic-hot-mb__content .article-img {
  flex-shrink: 0;
  width: 20%;
}
.topic-hot-mb__content .thumb-5x3 {
  padding-bottom: 100%;
}
.topic-hot-mb__content .article-content {
  flex: 1;
}

.widget-secondary {
  border-radius: 5px;
  background-color: #efe1d3;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.widget-secondary .boxnewsleft-small .item {
  border-top: 1px solid #E7D9CC;
}

.main-tertiary {
  margin-bottom: 24px;
  background-color: #dedede;
}
.main-tertiary__heading {
  background-image: url("../images/box-hoi-nong-dan-banner.png");
  background-position: -75px;
  background-repeat: no-repeat;
  background-color: #98ca3d;
  height: 57px;
  border: none;
  position: relative;
  padding: 12px;
}
.main-tertiary__heading .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-right: 12px;
}
.main-tertiary__heading .list {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding-right: 12px;
  line-height: 14px;
  justify-content: flex-end;
  overflow: hidden;
  white-space: nowrap;
}
.main-tertiary__heading .list .items:not(:last-child) .link::after {
  content: "/";
  padding: 0 5px;
}
.main-tertiary__content {
  display: grid;
  grid-template-columns: 1fr 250px 300px;
  grid-gap: 12px;
  gap: 12px;
}
.main-tertiary__right .heading-children {
  background-image: url("../images/layer.webp");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Arial";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}
.main-tertiary__right .heading-children span {
  display: block;
}
.main-tertiary__right .description {
  background-color: #fff4e2;
  padding: 13px 10px;
  display: flex;
}
.main-tertiary__right .description .article-img {
  width: 95px;
  flex-shrink: 0;
}
.main-tertiary__right .description .article-content {
  padding-left: 12px;
}
.main-tertiary__right .description .title {
  font-size: 12px;
  color: #00662f;
  font-weight: bold;
  text-transform: uppercase;
}
.main-tertiary__right--border {
  border: 1px solid #eee;
}

.widget-tertiary {
  border: 3px solid #08080a;
  background-color: #EFE1D3;
}
.widget-tertiary .heading {
  background-color: #08080a;
  display: flex;
  padding: 4px 12px;
}
.widget-tertiary .heading .icon {
  width: 55px;
  height: auto;
  margin-top: -10px;
  margin-bottom: -5px;
}
.widget-tertiary .heading .title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  text-align: right;
  font-weight: bold;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.real-estate__small {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -7.5px;
}
.real-estate__small--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.real-estate__small .article {
  padding: 7.5px;
}
.real-estate__small .article .boxnews-small-item-title {
  margin-top: 5px;
}

.widget-homebot--border {
  border: 1px solid #eeeeee;
}

.icon-16 {
  width: 16px;
  height: auto;
}

.icon-20 {
  width: 20px;
  height: auto;
}

.mr-4 {
  margin-right: 4px;
}

.ads-top img, .ads-center img, .ads-right img {
  max-width: 100%;
  margin: auto;
}

.sidebar-ads img {
  margin: auto;
}

.breadcum {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.breadcum .title-main {
  font-size: 16px;
  line-height: 34px;
  font-weight: bold;
  color: #008837;
  border-bottom: 2px solid #008837;
  flex-shrink: 0;
}
.breadcum .list-bread {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-left: 28px;
}
.breadcum .list-bread ul {
  display: flex;
  overflow-x: hidden;
  scrollbar-color: rgba(143, 143, 143, 0.35) transparent;
  scrollbar-width: thin;
}
.breadcum .list-bread ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  white-space: nowrap;
  color: rgba(112, 112, 112, 0.29);
}
.breadcum .list-bread ul li a {
  padding: 0 8px;
  color: #8f8f8f;
  display: inline-block;
}
.breadcum .list-bread ul li a:hover, .breadcum .list-bread ul li a:active {
  color: #008837;
}
.breadcum .list-bread ul li:not(:last-child):after {
  content: "/";
  display: inline-block;
}

.primary-cate {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-bottom: 30px;
}
.primary-cate .primary-cate-large {
  grid-column: 1/3;
  grid-row: 1/3;
}

.read-lot {
  background-color: #f9f9f9;
  padding: 10px;
  border-top: 3px solid #008837;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  max-width: 810px;
}
.read-lot-heading {
  font-size: 16px;
  font-weight: 500;
  color: #6c6e70;
  margin-bottom: 15px;
  padding: 0 10px;
}
.read-lot-container {
  width: 100%;
}

.read-lot-slide .slick-prev {
  left: 10px;
  z-index: 10;
  background: #fff;
  width: 35px;
  height: 71px;
}
.read-lot-slide .slick-prev:before {
  content: "❮";
  color: #6c6e70;
}
.read-lot-slide .slick-prev.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.read-lot-slide .slick-next {
  right: 10px;
  background: #fff;
  width: 35px;
  height: 71px;
}
.read-lot-slide .slick-next:before {
  content: "❯";
  color: #6c6e70;
}
.read-lot-slide .slick-next.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.read-lot-slide .swiper-button-next, .read-lot-slide .swiper-button-prev {
  background: #fff;
  width: 35px;
  height: 71px;
  z-index: 10;
}
.read-lot-slide .swiper-button-next::after, .read-lot-slide .swiper-button-prev::after {
  color: #6c6e70;
  font-size: 16px;
}
.read-lot-slide .swiper-button-next {
  right: 10px;
}
.read-lot-slide .swiper-button-prev {
  left: 10px;
}
.read-lot-slide .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.read-lot-item {
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 10px;
  overflow: hidden;
}

.primary-cate .category {
  color: #008837;
  font: normal 13px/21px "Arial", sans-serif;
  margin-bottom: 12px;
}

.separator-large {
  border-bottom: 8px solid #e9eaee;
}

.cate-boxnews-right {
  padding-left: 0;
}

.breadcum-mb {
  border-top: 1px solid #eee;
}

.danviet-tv {
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  position: relative;
  margin-bottom: 25px;
}
.danviet-tv .title-top {
  display: flex;
  padding: 17px;
  background-color: #f3f3f3;
  align-items: center;
  border-radius: 5px 5px 0 0;
}
.danviet-tv .title-top i {
  margin-right: 10px;
}
.danviet-tv .title-top i img {
  max-width: 100%;
  height: auto;
}
.danviet-tv .title-top a {
  font-size: 16px;
  font-weight: bold;
}
.danviet-tv .boxbot-right-block {
  border: 1px solid #eee;
  max-height: 265px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  position: relative;
  margin-bottom: 25px;
}
.danviet-tv .boxbot-right-container {
  max-width: 100%;
  padding: 12px 17px;
}
.danviet-tv .boxbot-right-item {
  display: flex;
  margin-bottom: 14px;
}
.danviet-tv .boxbot-right-img {
  width: 35%;
  flex-shrink: 0;
}
.danviet-tv .boxbot-right-title {
  flex: 1;
  margin-left: 11px;
}

.dvcmt-title {
  margin: 100px 0 50px;
  text-align: center;
  text-transform: capitalize;
  font-size: 40px;
  color: #373737;
  font-family: "Times New Roman";
}

.talk-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 30px;
}

.talk-bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 30px;
}

.header-talk .nav {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
}
.header-talk .nav li {
  margin: 0 21px;
  line-height: 50px;
  position: relative;
}
.header-talk .nav li::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
}
.header-talk .nav li:hover::before, .header-talk .nav li.active::before {
  opacity: 1;
}

.header-talk-mb-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-talk-mb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #202124;
  height: 40px;
}
.header-talk-mb .header-talk-mb-title {
  color: #fff;
  font-size: 24px;
  font-family: "Times New Roman";
  font-weight: 500;
}

.ema-heading {
  font-family: Century, sans-serif;
  font-size: 45px;
  margin: 100px 0 50px;
  text-align: center;
  text-transform: capitalize;
}
.ema-heading i {
  margin-right: 10px;
  margin-bottom: -2px;
}
.ema-heading ~ .talk-container .talk-top-heading, .ema-heading ~ .talk-container .talk-bot-heading {
  margin-bottom: 20px;
}

.readmore {
  text-align: center;
}
.readmore a {
  margin: auto;
  display: inline-block;
  height: 30px;
  font-family: "Arial", sans-serif;
  color: #fff;
  border-radius: 5px;
  background-color: #008837;
  padding: 5px 18px;
}

#menu-media {
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 40px;
  position: fixed;
  z-index: 200;
  top: 0;
  width: 100%;
  background: #fff;
  overflow: auto;
  white-space: nowrap;
  padding: 0 15px;
}
#menu-media li {
  color: #6c6e70;
  font: normal 13px/15px "Arial";
  display: inline-block;
}
#menu-media li:not(:last-child) {
  margin-right: 20px;
}
#menu-media li.active {
  font-family: "Arial";
  color: #008837;
  text-decoration: underline;
}
#menu-media li .icon-youtube {
  background: #f61c0d;
  width: 18px;
  height: 13px;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 1px;
}
#menu-media li .icon-youtube:after {
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #fff;
  content: "";
  transform: rotate(90deg);
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -4px;
}

.nav-ema li .icon-youtube {
  background: #f61c0d;
  width: 23px;
  height: 16px;
  position: relative;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 3px;
}
.nav-ema li .icon-youtube:after {
  position: absolute;
  width: 0;
  height: 0;
  background: transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #fff;
  content: "";
  transform: rotate(90deg);
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
}

.header-radio .headerother {
  background: linear-gradient(90deg, #2b8c3f 0%, #8cc63e 100%);
}

.radio-cate-container__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
  grid-gap: 30px;
  gap: 30px;
}
.radio-cate-container__top .article-img {
  flex-shrink: 0;
  grid-column: 1/3;
}
.radio-cate-container__top .article-content {
  background-color: rgba(247, 247, 247, 0.8);
  padding: 20px 30px;
  margin-left: -30px;
}

.four-list .four-item:nth-child(n+4) {
  display: none;
}

.box-cmt-detail {
  padding-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
}
.box-cmt-detail .comment-box {
  padding: 10px 20px;
  background: #e9eaee;
}
.box-cmt-detail .comment-box .cmt-title {
  color: #222;
  font-size: 15px;
  font-family: "Arial";
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: none;
}
.box-cmt-detail .comment-account {
  color: #bbbebf;
  text-align: right;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
.box-cmt-detail .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  background: transparent;
  color: #bbbebf;
}
.box-cmt-detail .btn:hover {
  color: #202124;
}
.box-cmt-detail .separator {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
.box-cmt-detail .separator:after {
  content: "|";
  display: inline-block;
  margin: 0 15px;
}
.box-cmt-detail textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333;
  font-size: 13px;
  font-family: "Arial";
  outline: 0;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  height: 130px;
}
.box-cmt-detail .btncmtsend {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
}
.box-cmt-detail .customfile.fileupload {
  display: inline-block;
  margin-right: 10px;
}
.box-cmt-detail .form-comment p {
  float: left;
  color: #acacac;
  font-size: 11px;
  font-style: italic;
  margin: 0;
  padding: 10px 0 0 10px;
}
.box-cmt-detail .clearfix {
  display: block;
}
.box-cmt-detail .clearfix::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.box-cmt-detail .item-file {
  display: none;
  text-align: center;
  position: absolute;
  left: -18px;
  top: 8px;
}
.box-cmt-detail .postrlt .fr {
  position: relative;
  float: right;
}
.box-cmt-detail .uploadFileDetail {
  position: relative;
  cursor: pointer;
}
.box-cmt-detail .ffile {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.box-cmt-detail .form-comment .button {
  color: #ccc;
  font-size: 11px;
  font-family: "Arial";
  font-weight: 700;
  text-transform: uppercase;
  background: #222;
  border: none;
  cursor: pointer;
  line-height: 29px;
  display: inline-block;
  position: relative;
  top: -4px;
  width: 95px;
  height: 25px;
  border-radius: 2px;
  background-color: #80868b;
  text-align: center;
}

.detail-main .line-datetime {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Arial";
}
.detail-main .line-datetime .icon {
  margin-right: 2px;
}
.detail-main .line-datetime > span {
  font-size: 12px;
  color: #6c6e70;
}
.detail-main .line-datetime > span i {
  margin-bottom: -1px;
}
.detail-main .line-datetime > span.anots {
  padding-right: 23px;
  position: relative;
  font-weight: 700;
  color: #222;
  font-size: 15px;
}
.detail-main .line-datetime > span.anots:before {
  content: "";
  width: 1px;
  position: absolute;
  background: #ccc;
  top: 3px;
  bottom: 3px;
  right: 11px;
}
.detail-main .line-datetime .line-share__right {
  display: none;
}
.detail-main [data-role=sapo] {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #6c6e70;
  margin-bottom: 15px;
}
.detail-main .line-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.detail-main .line-share__left {
  display: flex;
}
.detail-main .line-share__right {
  display: flex;
  align-items: center;
}
.detail-main .line-share .follow-page__link {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.detail-main .line-share .follow-page__link .text {
  font-size: 14px;
  font-family: "Arial";
}
.detail-main .line-share .follow-page__link .icon {
  width: 90px;
  height: auto;
}
.detail-main .line-share .btn-cmt {
  display: flex;
  align-items: center;
  border-radius: 3px;
  background: #8b9ba7;
  height: 20px;
  color: #fff;
  font: normal 12px/20px "Arial";
  padding: 0 7px;
  margin-left: 5px;
  cursor: pointer;
}
.detail-main .line-share .btn-cmt svg {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: -0.5px;
}
.detail-main .line-share .btn-cmt .numcountcmt {
  padding-left: 5px;
  margin-left: 2.5px;
  border-left: thin solid #bbb;
}
.detail-main .line-share .mail {
  height: 20px;
}
.detail-main .line-share .mail .share-mail {
  display: inline-block;
  background: url("../images/danviet_sprite.webp") no-repeat -289px -171px;
  background-size: 580px 564px;
  width: 24px;
  height: 19px;
  border-radius: 3px;
}
.detail-main .related-news {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-family: "Arial"
}
.detail-main .related-news li {
  color: #202124;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}
.detail-main .related-news li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 10px;
  background: #008837;
}
.detail-main .related-news li:last-child {
  margin-bottom: 0;
}

.anots svg {
  margin-right: 3px;
}

.btn-sizep {
  margin-left: auto;
}
.btn-sizep span {
  font-weight: 700;
  color: #6c6e70;
  padding: 3px 14px;
  background: #ebebeb;
  border-radius: 4px;
  cursor: pointer;
}

.sapo {
  font-size: 13px;
  color: #6c6e70;
}

.sticky-ele {
  display: none;
}
.sticky-ele.sticking {
  display: flex;
  position: fixed;
  top: 50%;
  flex-direction: column;
  width: 40px;
  margin-left: -50px;
}
.sticky-ele .btn-share {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ddd;
}
.sticky-ele .btn-share.print .icon {
  width: 24px;
  height: auto;
}
.sticky-ele .btn-share.cmt {
  cursor: pointer;
}
.sticky-ele .btn-share.cmt .icon {
  width: 18px;
  height: auto;
}
.sticky-ele .btn-share.fb {
  background: #234183;
}
.sticky-ele .btn-share.fb .icon {
  width: 16px;
  height: auto;
}
.sticky-ele .btn-share.tw {
  background: #55acee;
}
.sticky-ele .btn-share.tw .icon {
  width: 16px;
  height: auto;
}
.sticky-ele .btn-share.zl {
  background: #027ec9;
}
.sticky-ele .btn-share.zl .icon {
  width: 16px;
  height: auto;
}

.size-text-detail {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.size-text-detail .size-plus,
.size-text-detail .size-default {
  flex-shrink: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ebebeb;
  border-radius: 999px;
  text-align: center;
}

.dt-content,
.timeline-content {
  text-align: justify;
}
.dt-content .plusSize p,
.timeline-content .plusSize p {
  font-size: inherit;
}
.dt-content p,
.timeline-content p {
  font-size: 18px;
  line-height: 29px;
  word-break: break-word;
  margin-bottom: 15px;
  text-align: left;
}
.dt-content p a,
.timeline-content p a {
  color: #3367d6;
}
/* .dt-content blockquote,
.timeline-content blockquote {
  background: #fffbf2;
  border: 1px solid #f2d1aa;
  margin-bottom: 20px;
  padding: 10px;
} */
.dt-content blockquote p:last-child,
.timeline-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-body {
  font-size: 17px;
  line-height: 29px;
  word-break: break-word;
}
.entry-body a {
  color: #3367d6;
}

.entry-body h2 {
  font-size: 1.5em;
}

.entry-body h2,
.entry-body h3,
.entry-body h4,
.entry-body h5,
.entry-body h6 {
  margin: 10px 0 15px;
  font-weight: bold;
  font-size: inherit;
}

.entry-body p {
  margin-bottom: 15px;
}

figure {
  margin-bottom: 15px;
}

.dt-content figure figcaption {
  display: block;
  padding: 10px;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  background-color: #f2f2f2;
  max-width: 100%;
  line-height: 18px;
}
.dt-content figure figcaption .expEdit {
  font-weight: normal;
  margin: 0;
}

.box-related {
  overflow: hidden;
  margin-bottom: 15px;
}
.box-related__title {
  padding-left: 10px;
  display: block;
  font-size: 12px;
  color: #666;
  text-align: left;
  font-family: "Arial";
  height: 30px;
  line-height: 28px;
}
.box-related-item {
  display: flex;
  border: 1px solid #e3e3e3;
  border-left: 1px solid #fc915c;
  margin-bottom: 10px;
}
.box-related-item .box-related-img {
  width: 20%;
  flex-shrink: 0;
  order: 2;
}
.box-related-item .box-related-content {
  flex: 1;
  padding: 10px;
  order: 1;
}

.advertisement-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.advertisement-heading {
  border-bottom: 1px solid #eee;
}

.advertisement-textqc--italic {
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #bbbbbb;
  font-family: "Arial";
}

.share-other {
  padding: 10px;
  border-radius: 2px;
  background-color: #f3f3f3;
  margin: 25px 0;
}
.share-other .share-items {
  display: flex;
  align-items: flex-start;
  height: 20px;
}
.share-other .share-items .fb-share-button, .share-other .share-items .fb-like {
  margin-right: 5px;
}
.share-other .share-items [class*=itemshare-] {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 62px;
  margin-right: 5px;
}
.share-other .itemshare-twitter {
  background-position: -21px 0;
}
.share-other .itemshare-linked {
  background-position: -42px 0;
}

.tags {
  font-size: 12px;
  margin-bottom: 25px;
}
.tags > ul {
  display: flex;
  flex-wrap: wrap;
}
.tags > ul li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.tags > ul li a {
  display: block;
  padding: 5px 12px;
  border-radius: 12px;
  background-color: #f3f3f3;
  color: #80868b;
}

.box-dvdesc {
  border-radius: 5px;
  background-color: #80868b;
  padding: 18px 20px;
  display: flex;
  color: #fff;
}
.box-dvdesc .text {
  padding-right: 50px;
  font-size: 14px;
}
.box-dvdesc .fb-page {
  width: 180px;
}

.box-cmt {
  margin: 20px 0;
  border-bottom: 3px solid #eee;
}

.box-samecat .sc-heading {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.date-select {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #6c6e70;
  margin-left: auto;
}
.date-select select {
  border: thin solid #eee;
  background: #eee;
  border-radius: 2px;
  color: #202124;
  padding: 5px;
  margin-right: 10px;
  font: 500 13px "Arial";
}
.date-select select:first-child {
  margin-left: 12px;
}
.date-select .linkcate {
  border-radius: 2px;
  background-color: #6c6e70;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
}

.read-other-heading {
  border-top: 3px solid #eee;
  border-bottom: 1px solid #eee;
}

.header_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 8px 20px;
  background: #fff;
  z-index: 9999;
  border-bottom: thin solid #008837;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition-duration: 350ms;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  will-change: transform;
}
.header_detail.add_sticky {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header_detail ul li {
  float: left;
}
.header_detail .kc-facebook .icon-kcf {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #3b4f87;
  position: relative;
  display: inline-block;
  margin-left: 12px;
}
.header_detail .comment_icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #c4c4c4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

.zl-share {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 12px;
  overflow: hidden;
  position: relative;
}

.zb-btn-blue--30x30 .zb-logo-zalo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.15em;
  width: 20px;
  height: 20px;
  background: url("../images/logo_white_s_30.png");
  background-size: 20px 20px;
}

.kc-facebook .icon-kcf:before {
  background: url("../images/icon-facebook-nav.webp") center center no-repeat;
  background-size: 8px 14px;
  width: 8px;
  height: 14px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  content: "";
  top: 50%;
  margin-top: -7px;
}

.zl-share .zalo-share-button {
  position: absolute;
  left: -3px;
  top: -2px;
}

.kc-item.kc-facebook {
  height: 24px;
}

.header_detail__left,
.header_detail__right {
  display: flex;
  align-items: center;
}

.icon-w-10 {
  width: 10px;
  height: auto;
}

.icon-w-12 {
  width: 12px;
  height: auto;
}

.icon-w-13 {
  width: 13px;
  height: auto;
}

.radio-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #f1f3f4;
  padding: 10px 15px;
  border-radius: 10px;
}
.radio-control .radio-long {
  width: 100%;
}
.radio-control .radio-play {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #008837;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.radio-control .radio-play:not(.active) .radio-pause {
  display: none;
}
.radio-control .radio-play.active .radio-player {
  display: none;
}
.radio-control .radio-volum__action {
  padding-right: 0.125rem;
}
.radio-control .radio-volum__action:not(.active) .radio-volum--xmark {
  display: none;
}
.radio-control .radio-volum__action.active .radio-volum--high {
  display: none;
}
.radio-control .radio-volum__icon {
  width: 1.5rem;
}
.radio-control .radio-reload-prev,
.radio-control .radio-reload-next,
.radio-control .radio-volum__icon {
  cursor: pointer;
}
.radio-control .radio-reload-prev:hover,
.radio-control .radio-reload-next:hover,
.radio-control .radio-volum__icon:hover,
.radio-control .radio-play:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.radio-control .radio-reload-prev img,
.radio-control .radio-reload-next img {
  height: 1.625rem;
  width: auto;
}
.radio-control input[type=range] {
  margin: auto;
  outline: none;
  padding: 0;
  width: 100%;
  height: 2px;
  background-color: #bdbdbd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00942c), color-stop(100%, #00942c));
  background-image: -webkit-linear-gradient(#00942c, #00942c);
  background-image: -moz-linear-gradient(#00942c, #00942c);
  background-image: -o-linear-gradient(#00942c, #00942c);
  background-image: linear-gradient(#00942c, #00942c);
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
}
.radio-control input[type=range]::-webkit-slider-runnable-track {
  box-shadow: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}
.radio-control input[type=range]::-moz-range-track {
  box-shadow: none;
  border: none;
  background: transparent;
}
.radio-control input[type=range]::-moz-focus-outer {
  border: 0;
}
.radio-control input[type=range]::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border: 0;
  background: #00942c;
  border-radius: 100%;
  -webkit-appearance: none;
}
.radio-control input[type=range]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 0;
  background: #00942c;
  border-radius: 100%;
  -webkit-appearance: none;
}

.radio-reload {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.radio-time-range {
  display: flex;
  align-items: center;
  flex: 1;
}

.radio-box__download {
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-box__download .icon {
  width: 20px;
  height: auto;
  margin-right: 4px;
}
.radio-box__download .text {
  font-size: 17px;
  color: #008837;
  font-family: "Noto Serif", sans-serif;
}

.w-980 {
  max-width: 980px;
  margin: auto;
}

.print-box .detail-content {
  padding-left: 0;
}
.print-box .detail-content p {
  word-break: break-word;
}
.print-box .print-btn {
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #9b9b9b;
  margin-left: auto;
}
.print-box .print-btn:hover {
  background-color: #555;
}
.print-box .author {
  text-align: right;
  margin: 20px 0;
}

.logo-print {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-print img {
  width: 230px;
  height: auto;
}

@media print {
  body, html {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    margin-left: 20mm;
    visibility: hidden;
  }

  .print-box__container {
    visibility: visible;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    width: calc(100% - 20mm);
    max-width: 100%;
    page-break-inside: avoid;
    overflow: visible;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .print-btn {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .detail-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .detail-content, .expNoEdit, .expEdit {
    page-break-inside: avoid;
  }

  h1, h2, p, figure {
    page-break-inside: avoid;
  }
}
.live-score__heading {
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0 15px;
}
.live-score__author {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}
.live-score .box-match {
  margin-top: 35px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #f4f4f4;
  padding: 20px;
}
.live-score .box-match__status {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.live-score .box-match__group {
  margin-top: 20px;
}
.live-score .box-match__team {
  width: 30%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.live-score .box-match__flag img {
  width: 100px;
  height: auto;
}
.live-score .box-match__name {
  margin-top: 8px;
  font-size: 17px;
  font-weight: bold;
}
.live-score .box-match .score-now {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.live-score .box-match .score-now .score-a,
.live-score .box-match .score-now .score-b,
.live-score .box-match .score-now .hyphen {
  font-size: 50px;
}
.live-score .box-match__stadium {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
}
.live-score .box-match__referee {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 2px;
}
.live-score .match-action {
  margin-top: 40px;
}
.live-score .match-action__top {
  margin-bottom: 2px;
}
.live-score .match-action__top-title {
  font-size: 20px;
  color: #008837;
  font-weight: 500;
  text-transform: uppercase;
  flex-shrink: 0;
}
.live-score .match-action__top-list {
  flex: 1;
  font-size: 15px;
  color: #555;
  justify-content: flex-end;
}
.live-score .match-action__top-list .refresh,
.live-score .match-action__top-list .latest,
.live-score .match-action__top-list .shorten {
  padding: 0 10px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.live-score .match-action__top-list .refresh:hover,
.live-score .match-action__top-list .latest:hover,
.live-score .match-action__top-list .shorten:hover {
  border-color: #777;
}
.live-score .match-action__top-list .latest {
  margin: 0 10px;
}
.live-score .match-action .timeline-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.live-score .match-action .timeline-item {
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.live-score .match-action .timeline-item:nth-child(odd) {
  background-color: #f7f7f7;
}
.live-score .match-action .time-left {
  display: flex;
}
.live-score .match-action .time-left .time {
  width: 50px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.live-score .match-action .time-left .icon {
  padding-top: 5px;
}
.live-score .match-action .time-left .icon img {
  width: 18px;
  height: auto;
}
.live-score .match-action .time-right {
  padding-left: 15px;
}
.live-score .match-action .time-right.action .timeline-content {
  display: block;
}
.live-score .match-action .time-right.action .time-right__top-action .icon {
  transform: rotate(180deg);
}
.live-score .match-action .time-right__top {
  margin-bottom: 3px;
}
.live-score .match-action .time-right__top-title {
  font-size: 18px;
  font-weight: 500;
}
.live-score .match-action .time-right__top-action {
  font-size: 13px;
  color: #a4a4a4;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.live-score .match-action .time-right__top-action .icon {
  flex-shrink: 0;
  margin-left: 2px;
}
.live-score .match-action .time-right__top-action .icon img {
  width: 12px;
  height: auto;
}
.live-score .match-action .timeline-content {
  font-family: "Arial";
  display: none;
}
.live-score .match-action .timeline-content p {
  font-family: "Arial";
  font-size: 18px;
}
.live-score .match-action-mb {
  margin-top: 30px;
}
.live-score .match-action-mb .refresh-btn {
  width: 48%;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  background-color: #008837;
  border: solid 2px #008837;
  text-align: center;
  padding: 4px;
}
.live-score .match-action-mb .refresh-btn .text {
  font-weight: bold;
}
.live-score .match-action-mb .refresh-btn .icon {
  margin-left: 8px;
}
.live-score .match-action-mb .refresh-btn .icon img {
  width: 16px;
  height: auto;
}
.live-score .match-action-mb .sort-all {
  color: #959595;
  font-size: 16px;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  width: 48%;
  text-align: center;
  padding: 4px;
}
.live-score .match-action-mb .sort-all .text {
  font-weight: bold;
}
.live-score .match-action-mb .sort-all .icon {
  margin-left: 8px;
}
.live-score .match-action-mb .sort-all .icon img {
  width: 16px;
  height: auto;
}
.live-score .match-action-mb .timeline-container {
  margin-top: 30px;
}
.live-score .match-action-mb .timeline-item {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 10px;
}
.live-score .match-action-mb .timeline-item__top {
  display: flex;
  align-items: center;
}
.live-score .match-action-mb .timeline-item__top-text {
  flex-shrink: 0;
  color: #fff;
  background-color: #c62127;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 500;
}
.live-score .match-action-mb .timeline-item__top-icon {
  margin-left: 8px;
}
.live-score .match-action-mb .timeline-item__top-icon img {
  width: 18px;
  height: auto;
}
.live-score .match-action-mb .timeline-item .timeline-content {
  padding: 10px;
}

figure + figure {
  margin-top: 20px;
}

.boxsamethread {
  margin: 20px 0;
  padding: 0 20px 30px;
  border: solid 1px #e1e4ed;
  border-radius: 3px;
  position: relative;
  background-color: #fbfcff;
}
.boxsamethread .titlebox {
  display: inline-block;
  border-bottom: solid 1px #c90000;
  margin-bottom: 24px;
  font: normal 15px/21px "Arial"Bold;
  color: #979ba7;
  text-transform: uppercase;
  padding: 20px 4px 6px 0;
}
.boxsamethread .titlebox span {
  color: #000;
}
.boxsamethread .lts-news {
  padding-left: 20px;
  border-left: solid 1px #d2d2d2;
}
.boxsamethread .lts-item {
  position: relative;
  top: -2px;
  margin-bottom: 15px;
  line-height: 18px;
}
.boxsamethread .lts-item:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #d2d2d2;
  border-radius: 50%;
  left: -23px;
  display: inline-block;
  position: absolute;
  top: 1px;
}
.boxsamethread .lts-item a {
  color: #2a4a84;
  font-size: 13px;
}
.boxsamethread .viewall {
  font: normal 11px "Arial";
  color: #959595;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.action-meeting-pc .time-right {
  padding-left: 0 !important;
}
.action-meeting-pc .time-right__top-title {
  font-size: 14px !important;
  color: #c62127;
  font-weight: bold !important;
}
.action-meeting-pc .note {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #118b81;
}
.action-meeting-pc .timeline-content p {
  font-size: 16px !important;
}
.action-meeting-mb .timeline-item__top-text {
  background-color: transparent !important;
  color: #202124 !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.action-meeting-mb .note {
  font-size: 16px;
  font-weight: bold;
  font-family: "Arial";
  margin: 8px 0;
  padding: 0 10px;
  line-height: 1.7;
}
.action-meeting-mb .timeline-content p {
  font-family: "Arial" !important;
}

.ema-header-pc {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ema-header-pc .ema-header-pc-heading {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: "Century", sans-serif;
  text-transform: capitalize;
}
.ema-header-pc .ema-likeshare {
  position: absolute;
  right: 70px;
  top: 14px;
}

.ema-mb-heading {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "Century", sans-serif;
  text-transform: capitalize;
}

.photo-story-mb-heading {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "Arial";
  text-transform: capitalize;
}

.ema-share-heading {
  color: #fff;
  font: normal 12px/21px "Arial";
}
.ema-share-heading svg {
  margin-bottom: -2px;
}

.ema-wrapper {
  background: #fff;
  font-family: "Roboto";
  padding-bottom: 2rem;
}

.ema-container .public,
.ema-container p,
.ema-container h1,
.ema-container h2,
.ema-container h3,
.ema-container h4,
.ema-container h5,
.ema-container h6 {
  max-width: 680px;
  margin: auto;
}

.ema-container p {
  font-size: 21px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #202124;
  text-align: justify;
}

.ema-container p strong,
.ema-container p b {
  font-weight: bold;
}

.ema-container p em {
  font-style: italic;
}

.ema-container figure.expNoEdit {
  margin-bottom: 1rem !important;
}

.ema-container figure.expNoEdit.small {
  max-width: 980px;
  margin: auto;
  clear: both;
}

.ema-container figure.expNoEdit.right {
  float: right;
  width: auto !important;
  margin-left: 40px !important;
  text-align: right;
  max-width: 400px;
}

.ema-container figure.expNoEdit.left {
  float: left;
  width: auto !important;
  margin-right: 40px !important;
  text-align: left;
  max-width: 400px;
}

.ema-container figure.expNoEdit img {
  margin: auto;
}

.ema-likeshare--display {
  display: flex;
  align-items: center;
  background: #1877f2;
  color: #fff;
  padding: 0 8px;
  border-radius: 3px;
  height: 20px;
}
.ema-likeshare--display:hover {
  background: #1466d1;
}
.ema-likeshare .icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.ema-likeshare .icon img {
  width: 6px;
  height: auto;
}
.ema-likeshare .text {
  color: #fff;
  font-size: 10px;
}

.society-and-life-author-primary {
  margin-bottom: 30px;
}
.society-and-life-author-primary__container {
  overflow: hidden;
}
.society-and-life-author-primary__bg img {
  height: max(100vh, 800px);
  width: 100%;
  object-fit: cover;
}
.society-and-life-author-primary__content {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1570px;
  padding: 20px;
  margin: auto;
  width: 100%;
}
.society-and-life-author-primary__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
}
.society-and-life-author-primary__left {
  width: auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.society-and-life-author-primary__left .title-1 {
  color: #fff;
  line-height: 1.4;
  font-size: 38px;
  font-weight: 700;
  font-family: "Merriweather", serif;
  margin-bottom: 10px;
}
.society-and-life-author-primary__left .title-2 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 700;
}
.society-and-life-author-primary .social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.society-and-life-author-primary .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  margin-right: 15px;
}
.society-and-life-author-primary .social-link img {
  width: auto;
  height: 18px;
}
.society-and-life-author-primary__right {
  width: 350px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.society-and-life-author-primary__right .title-3 {
  font-family: "Arial";
  font-size: 24px;
  padding-top: 0;
  border-top: none;
  color: #ffc107;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  z-index: 1;
}
.society-and-life-author-primary__right .title-3::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  height: 15px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/svg/topic-box-title.svg");
}
.society-and-life-author-primary .sapo {
  color: #fff;
  font-family: "Merriweather", serif;
  line-height: 1.618;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1200px;
  min-height: 30px;
}

.header-society-and-life-author-mb .header-talk-mb {
  height: 52px;
}
.header-society-and-life-author-mb .ema-mb-heading {
  font-size: 15px;
}
.header-society-and-life-author-mb #search-form-mb {
  top: 52px;
  background: #202124;
}

.title-lien-quan {
  font-family: "Arial";
  font-size: 24px;
  padding-top: 0;
  border-top: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 60px;
}
.title-lien-quan::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -20px;
  height: 15px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/svg/topic-box-title.svg");
}

.photo-story-info-wrap {
  position: relative;
}
.photo-story-info-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-44.62%, rgba(255, 255, 255, 0)), color-stop(56.31%, rgba(255, 255, 255, 0.9)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -44.62%, rgba(255, 255, 255, 0.9) 56.31%);
  bottom: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.photo-story-info__author {
  color: #2a2a2a;
  font-family: NotoSerif-Bold;
  font-size: 15px;
  line-height: 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.photo-story-info__img img {
  height: 33px;
  width: auto;
}
.photo-story-info__right {
  font-size: 14px;
  font-family: "Arial";
  justify-content: end;
}
.photo-story-info__cate {
  position: relative;
  font-weight: bold;
}
.photo-story-info__cate::after {
  content: "|";
  display: inline-block;
  font-weight: 400;
  margin-left: 20px;
  margin-right: 20px;
}

.detail-images {
  padding-top: 50px;
}

figure.expNoEdit[type=Photo] {
  width: 85vw;
  margin-left: calc((650px - 85vw) / 2);
}

.text-right {
  text-align: right;
}

#cmt-account-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.45);
  transition: ease 0.3s;
  z-index: 9999999;
  display: none;
}
#cmt-account-header p {
  margin-bottom: 15px;
}
#cmt-account-header .wrap {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  width: 350px;
  padding-bottom: 15px;
  background: #fff;
  animation: 0s ease 0s 1 normal none running none;
}
#cmt-account-header .wrap .tabs {
  list-style: none;
  background: #ebebeb;
  margin-bottom: 22px;
  display: flex;
  border-radius: 10px 10px 0 0;
  position: relative;
}
#cmt-account-header .wrap .tabs li {
  display: inline-block;
  font: 500 16px/17px "Arial";
  text-transform: uppercase;
  width: 50%;
  padding: 10px 0;
  text-align: center;
  color: #8f8f8f;
}
#cmt-account-header .wrap .tabs li:first-child {
  border-radius: 10px 0 0 0;
}
#cmt-account-header .wrap .tabs li.active {
  color: #008837;
  background: #fff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
}
#cmt-account-header .wrap .tabs li:nth-child(2) {
  border-radius: 0 10px 0 0;
}
#cmt-account-header .wrap .tabs li.close {
  width: 32px;
  font-size: 26px;
  font-family: "Arial";
  float: right;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 8px 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 50%;
}
#cmt-account-header .wrap #cmt_alert {
  font: normal 16px/22px "Arial";
  color: #6c6e70;
  padding: 0 20px 0 20px;
  margin-bottom: 15px;
}
#cmt-account-header .wrap .tab-content {
  display: none;
  margin: 0 20px 0 20px;
}
#cmt-account-header .wrap .tab-content input {
  display: block;
  width: calc(100% - 10px);
  padding: 8px 5px;
  border: none;
  border-radius: 8px;
  color: #6c6e70;
  background: #f9f9f9;
  font: normal 17px/19px "Arial";
}
#cmt-account-header .wrap .tab-content input#_sign_captcha {
  width: 150px;
  float: left;
  display: inline-block;
}
#cmt-account-header .wrap .tab-content .box_pass {
  position: relative;
}
#cmt-account-header .wrap .tab-content .btn_login {
  text-align: center;
  display: block;
}
#cmt-account-header .wrap .tab-content .btn {
  background: #008837;
  font-family: "Arial";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: inline-block;
  padding: 5px 20px 6px 20px;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 15px;
}
#cmt-account-header .wrap .tab-content .label {
  font: normal 14px/24px "Arial";
  font-family: "Arial", sans-serif;
  display: inline-block;
  color: #6c6e70;
  margin-top: 10px;
  position: relative;
}
#cmt-account-header .wrap .tab-content .label.confirm::after, #cmt-account-header .wrap .tab-content .label.email::after, #cmt-account-header .wrap .tab-content .label.password::after {
  content: "*";
  position: absolute;
  top: 3px;
  right: -8px;
  color: #008837;
  margin-left: 2px;
}
#cmt-account-header .wrap .tab-content #_img_captcha {
  display: inline-block;
  width: 85px;
  height: 34px;
  float: right;
}
#cmt-account-header .wrap .tab-content .btn-refresh {
  float: right;
  width: 32px;
}
#cmt-account-header .wrap .tab-content.active {
  display: block;
}

#cmt-account-social {
  display: flex;
}
#cmt-account-social button {
  display: flex;
  align-items: center;
  border: 1px solid #dedede;
  background: 0 0;
  border-radius: 4px;
  padding: 5px 7px;
  margin-right: 10px;
}
#cmt-account-social .iconnew-fb, #cmt-account-social .iconnew-gg {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}
#cmt-account-social .iconnew-fb {
  background: url("../images/icons-27052020.webp") no-repeat 0 0;
  background-size: 40px 15px;
}
#cmt-account-social .iconnew-gg {
  background: url("../images/icons-27052020.webp") no-repeat -25px 0;
  background-size: 57px 20px;
}

input#_login_email::before {
  background-size: 17px 17px;
  width: 17px;
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
}

input#_login_password {
  margin-top: 10px;
}

input#_login_email {
  margin-top: 20px;
  position: relative;
}

::placeholder {
  color: #c9c9c9;
  opacity: 1;
  font: normal 14px/19px "Arial";
}

:-ms-input-placeholder {
  font: normal 14px/19px "Arial";
  color: #c9c9c9;
}

::-ms-input-placeholder {
  font: normal 14px/19px "Arial";
  color: #c9c9c9;
}

.clickable {
  cursor: pointer;
}

.iconew-eye {
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 612" width="18" height="18" fill="%23828282"><path d="M609.608,315.426c3.19-5.874,3.19-12.979,0-18.853c-58.464-107.643-172.5-180.72-303.607-180.72S60.857,188.931,2.393,296.573c-3.19,5.874-3.19,12.979,0,18.853C60.858,423.069,174.892,496.147,306,496.147S551.143,423.069,609.608,315.426z M306,451.855c-80.554,0-145.855-65.302-145.855-145.855S225.446,160.144,306,160.144S451.856,225.446,451.856,306S386.554,451.855,306,451.855z" /><path d="M306,231.67c-6.136,0-12.095,0.749-17.798,2.15c5.841,6.76,9.383,15.563,9.383,25.198c0,21.3-17.267,38.568-38.568,38.568c-9.635,0-18.438-3.541-25.198-9.383c-1.401,5.703-2.15,11.662-2.15,17.798c0,41.052,33.279,74.33,74.33,74.33s74.33-33.279,74.33-74.33S347.052,231.67,306,231.67z" /></svg>') no-repeat;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 8px;
}

.iconew-eye.closed {
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 24 24" fill="%23828282"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20.5303 4.53033C20.8232 4.23744 20.8232 3.76256 20.5303 3.46967C20.2374 3.17678 19.7626 3.17678 19.4697 3.46967L3.46967 19.4697C3.17678 19.7626 3.17678 20.2374 3.46967 20.5303C3.76256 20.8232 4.23744 20.8232 4.53033 20.5303L7.37723 17.6834C8.74353 18.3266 10.3172 18.75 12 18.75C14.684 18.75 17.0903 17.6729 18.8206 16.345C19.6874 15.6797 20.4032 14.9376 20.9089 14.2089C21.4006 13.5003 21.75 12.7227 21.75 12C21.75 11.2773 21.4006 10.4997 20.9089 9.79115C20.4032 9.06244 19.6874 8.32028 18.8206 7.65503C18.5585 7.45385 18.2808 7.25842 17.989 7.07163L20.5303 4.53033ZM16.8995 8.16113L15.1287 9.93196C15.5213 10.5248 15.75 11.2357 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C11.2357 15.75 10.5248 15.5213 9.93196 15.1287L8.51524 16.5454C9.58077 16.9795 10.7621 17.25 12 17.25C14.2865 17.25 16.3802 16.3271 17.9073 15.155C18.6692 14.5703 19.2714 13.9374 19.6766 13.3536C20.0957 12.7497 20.25 12.2773 20.25 12C20.25 11.7227 20.0957 11.2503 19.6766 10.6464C19.2714 10.0626 18.6692 9.42972 17.9073 8.84497C17.5941 8.60461 17.2571 8.37472 16.8995 8.16113ZM11.0299 14.0307C11.3237 14.1713 11.6526 14.25 12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 11.6526 14.1713 11.3237 14.0307 11.0299L11.0299 14.0307Z" /> <path d="M12 5.25C13.0323 5.25 14.0236 5.40934 14.9511 5.68101C15.1296 5.73328 15.1827 5.95662 15.0513 6.0881L14.2267 6.91265C14.1648 6.97451 14.0752 6.99928 13.99 6.97967C13.3506 6.83257 12.6839 6.75 12 6.75C9.71345 6.75 7.61978 7.67292 6.09267 8.84497C5.33078 9.42972 4.72857 10.0626 4.32343 10.6464C3.90431 11.2503 3.75 11.7227 3.75 12C3.75 12.2773 3.90431 12.7497 4.32343 13.3536C4.67725 13.8635 5.18138 14.4107 5.81091 14.9307C5.92677 15.0264 5.93781 15.2015 5.83156 15.3078L5.12265 16.0167C5.03234 16.107 4.88823 16.1149 4.79037 16.0329C4.09739 15.4517 3.51902 14.8255 3.0911 14.2089C2.59937 13.5003 2.25 12.7227 2.25 12C2.25 11.2773 2.59937 10.4997 3.0911 9.79115C3.59681 9.06244 4.31262 8.32028 5.17941 7.65503C6.90965 6.32708 9.31598 5.25 12 5.25Z" /> <path d="M12 8.25C12.1185 8.25 12.2357 8.25549 12.3513 8.26624C12.5482 8.28453 12.6194 8.51991 12.4796 8.6597L11.2674 9.87196C10.6141 10.0968 10.0968 10.6141 9.87196 11.2674L8.6597 12.4796C8.51991 12.6194 8.28453 12.5482 8.26624 12.3513C8.25549 12.2357 8.25 12.1185 8.25 12C8.25 9.92893 9.92893 8.25 12 8.25Z" /> </svg>') no-repeat;
}

.box_pass {
  position: relative;
}

.contact-block a {
  color: #0000ee;
}
.contact-block .box-main {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.contact-block .title-main {
  color: #008837;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-block p {
  font-size: 14px;
  margin-bottom: 15px;
}
.contact-block .title {
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-block .ads-title {
  text-align: center;
  color: #f00;
}
.contact-block .box-main .media-lienhe {
  display: flex;
  margin: 0 -5px;
}
.contact-block .box-main .media-lienhe .media {
  padding: 0 5px 20px;
  width: 33.3333333333%;
}
.contact-block .box-main .media-lienhe .text-boxAds {
  margin-top: 10px;
}
.contact-block .list_options {
  width: calc(100% - 2px);
  display: inline-block;
  border: 1px solid #008837;
}
.contact-block .list_options li {
  border-right: 1px solid #008837;
  text-align: center;
  display: inline-block;
  float: left;
  padding: 5px 0;
  width: calc(25% - 1px);
}
.contact-block .list_options li a {
  font-size: 12px;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-block .list_options li:last-child {
  border-right: none;
}

.boxAds img {
  height: 124px;
  width: 100%;
}

.tabblelienhe .bangbaogia {
  margin-bottom: 10px;
  font-weight: 500;
}
.tabblelienhe .headertabtblh {
  background: #666;
  color: #fff;
  font-weight: bold;
}
.tabblelienhe .border-row {
  display: flex;
}
.tabblelienhe .border-row .border-col {
  text-align: center;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tabblelienhe .border-row .border-col:first-child {
  border-left: 1px solid #ccc;
  font-weight: bold;
}
.tabblelienhe .border-row .border-col:not(:first-child) {
  text-align: center;
}
.tabblelienhe .border-row .border-col.wp80 {
  width: 80%;
}
.tabblelienhe .border-row .border-col.wp50 {
  width: 50%;
}
.tabblelienhe .border-row .border-col.wp25 {
  width: 25%;
}
.tabblelienhe .border-row .border-col.wp20 {
  width: 20%;
}
.tabblelienhe .border-row .border-col.wp15 {
  width: 15%;
}

.contact-content {
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
}
.contact-content .list_options {
  width: calc(100% - 2px);
  display: inline-block;
  border: 1px solid #008837;
}
.contact-content .list_options li {
  border-right: 1px solid #008837;
  text-align: center;
  display: inline-block;
  float: left;
  padding: 5px 0;
  width: calc(25% - 1px);
}
.contact-content .list_options li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-content .list_options li:last-child {
  border-right: none;
}
.contact-content .bigTitle-lienhe {
  font-size: 18px;
  font-weight: bold;
  color: #008837;
  padding: 20px 0;
}
.contact-content p {
  margin-bottom: 15px;
}
.contact-content .Ads-rss {
  font-weight: bold;
  color: #000;
  padding: 10px 0;
  display: block;
}
.contact-content .Ad-box-rss {
  display: inline-block;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.contact-content .Ad-box-rss li {
  width: calc(50% - 5px);
  float: left;
}
.contact-content .Ad-box-rss li:first-child {
  margin-right: 10px;
}
.contact-content h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
}
.contact-content .box-baogia-lienhe {
  padding: 4px 14px 14px;
  border: 2px solid #e0e0e0;
  margin: 10px 0 0 0;
}
.contact-content .box-baogia-lienhe .grenTitle-baogia-lienhe {
  color: #008837;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 10px;
}
.contact-content .box-baogia-lienhe .bold-lienhe {
  font-weight: bold;
}
.contact-content .total-baogia-lienhe {
  padding: 16px;
  background: #e8f7e3;
  border: 2px solid #e0e0e0;
  border-top: none;
  text-align: right;
  font-weight: 600;
  margin-bottom: 10px;
}

.box-ads-rss img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.clip-wrapper .clip-top {
  background-color: #fff;
  border-top: 1px solid #484a4e;
  color: #fff;
}
.clip-wrapper .clip-heading {
  font-size: 45px;
  font-family: "Arial";
}
.clip-wrapper .clip-heading i {
  margin-bottom: -7px;
  margin-right: 5px;
}
.clip-wrapper .clip-large {
  display: flex;
  padding-top: 60px;
}
.clip-wrapper .clip-large .clip-large-img {
  width: 70%;
  flex-shrink: 0;
}
.clip-wrapper .clip-large .clip-large-content {
    flex: 1;
    padding: 20px 25px;
    background-color: #f0f0f0;
    height: 591px;
    overflow: auto;
    color: #0a0a0a
}
.clip-wrapper .clip-large .clip-large-content::-webkit-scrollbar {
  width: 3px;
}
.clip-wrapper .clip-large .clip-large-content::-webkit-scrollbar-thumb {
  background: rgba(183, 183, 183, 0.5);
  border-radius: 5px;
}
.clip-wrapper .clip-large .clip-large-content::-webkit-scrollbar-track {
  background: none;
}
.clip-wrapper .clip-large .clip-large-content .article-title {
  font-size: 20px;
}
.clip-wrapper .clip-large .clip-large-content .article-author {
  font-size: 14px;
  margin-bottom: 15px;
  color: #008837;
}
.clip-wrapper .clip-large .clip-large-content .articles-time, .clip-wrapper .clip-large .clip-large-content .article-des {
  font-size: 16px;
  margin-bottom: 15px;
  color: #0a0a0a;
  line-height: 1.5;
}
.clip-wrapper .clip-large .clip-large-content .articles-btn {
  display: flex;
  align-items: flex-start;
}
.clip-wrapper .clip-large .clip-large-content .btn-cmt {
  font-size: 14px;
    background-color: #f0f0f0;
    padding: 3px 8px 2px;
    margin-left: 5px;
    color: #008837;
}
.clip-wrapper .clip-large .clip-large-content .btn-cmt i {
  margin-right: 4px;
}
.clip-wrapper .clip-small .clip-small__heading {
  margin: 25px 0 15px;
  font-weight: bold;
}
.clip-wrapper .clip-small .clip-small__heading.see-more {
  color: #202124;
  font-size: 20px;
}
.clip-wrapper .clip-small .article-title {
  font-size: 13px;
  color: #6c6e70;
  margin-top: 10px;
}
.clip-wrapper .clip-small .clip-small-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 24px;
}
.clip-wrapper .time {
  position: absolute;
  font-size: 11px;
  right: 20px;
  bottom: 15px;
  background-color: #6c6e70;
  color: #fff;
}

.--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle-play {
  display: flex;
  align-items: center;
  position: relative;
}
.toggle-play .toggle-label {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #8f8f8f;
}
.toggle-play .check {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 6;
}
.toggle-play .check:checked ~ .toggle-bar .toggle-spin {
  background-color: #008837;
  right: 0;
  left: auto;
}
.toggle-play .toggle-bar {
  width: 27px;
  height: 10px;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
}
.toggle-play .toggle-spin {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8f8f8f;
  border-radius: 36px;
  z-index: 1;
  transition: 0.3s ease;
}

.box-cmt-clip {
  padding: 10px 20px;
  background: #fff;
}
.box-cmt-clip .cmt-heading {
  color: #222;
  font-size: 15px;
  font-family: "Arial";
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: none;
}
.box-cmt-clip .Wrapper {
  overflow: visible;
  height: 1%;
}
.box-cmt-clip .label {
  display: block;
  color: #333;
  font-size: 13px;
  font-family: "Arial";
  font-weight: 700;
  margin: 0 0 16px;
  cursor: pointer;
}
.box-cmt-clip input, .box-cmt-clip textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333;
  font-size: 13px;
  font-family: "Arial";
  outline: 0;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
}
.box-cmt-clip .txt-content {
  height: 84px;
}
.box-cmt-clip .btn {
  color: #fff;
  font-size: 11px;
  font-family: "Arial";
  font-weight: 700;
  text-transform: uppercase;
  background: #008837;
  padding: 8px 10px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.search-primary__container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.search-primary__left {
  width: 300px;
}
.search-primary__left .filter-list {
  position: sticky;
  top: 60px;
  background: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 16px;
}
.search-primary__left .filter-item {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.search-primary__left .filter-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.search-primary__left .filter-item.active .filter-heading .icon img {
  transform: rotate(-90deg);
}
.search-primary__left .filter-item.active .filter-dropdown {
  display: block;
}
.search-primary__left .filter-heading {
  cursor: pointer;
}
.search-primary__left .filter-heading .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}
.search-primary__left .filter-heading .icon img {
  transition: all 0.2s ease 0s;
  transform: rotate(90deg);
  width: 20px;
  height: auto;
}
.search-primary__left .filter-dropdown {
  overflow-y: auto;
  scrollbar-color: #D9D9D9;
  scrollbar-width: thin;
  max-height: 220px;
  display: none;
}
.search-primary__left .filter-dropdown::-webkit-scrollbar-track {
  background: 0 0;
}
.search-primary__left .filter-dropdown::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.search-primary__left .filter-dropdown::-webkit-scrollbar {
  width: 1px;
}
.search-primary__left .filter-dropdown__item {
  display: block;
  padding: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #454545;
  border-radius: 4px;
  cursor: pointer;
}
.search-primary__left .filter-dropdown__item:hover {
  background-color: #ebebeb;
}
.search-primary__left .filter-dropdown__item.active {
  background-color: #ebebeb;
}
.search-primary__left .search-form input[type=text] {
  border-radius: 0;
  height: 40px;
}
.search-primary__right {
  flex: 1;
  padding-left: 30px;
  max-width: 840px;
}
.search-primary__right .result-heading {
  border-bottom: 1px solid #eeeeee;
  line-height: 30px;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.search-primary__right .result-heading .title {
  color: #6C6E70;
  font-family: "Arial";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  border: none;
}
.search-primary__right .result-heading .title strong {
  color: #008837;
}
.search-primary__right .select-wrapper {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #8b8b8b;
}
.search-primary__right .select {
  width: 110px;
  height: 32px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #292929;
  padding: 0 8px;
  margin-left: 4px;
}
.search-primary .result-mb__container {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.search-primary .result-mb__container.active .select-group-mb {
  display: block;
}
.search-primary .result-mb__container.active .heading-result-mb .icon img {
  transform: rotate(-90deg);
}
.search-primary .result-mb__container .heading-result-mb {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8b8b8b;
}
.search-primary .result-mb__container .heading-result-mb strong {
  color: #008837;
}
.search-primary .result-mb__container .heading-result-mb .text {
  color: #008837;
}
.search-primary .result-mb__container .heading-result-mb .icon img {
  transition: all 0.2s ease 0s;
  transform: rotate(90deg);
  width: 16px;
  height: auto;
}
.search-primary .result-mb__container .select-group-mb {
  display: none;
  background: #fafafa;
  padding: 15px 8px;
}
.search-primary .result-mb__container .select-item {
  margin-bottom: 16px;
}
.search-primary .result-mb__container .select-item:last-child {
  margin-bottom: 0;
}
.search-primary .result-mb__container .select-item .select {
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 32px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #292929;
}

#back-top {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #23533f;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  user-select: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#back-top .icon {
  width: 16px;
  height: auto;
}

.title {
  display: block;
}

.footer {
  color: #6c6e70;
  font-size: 12px;
  background-color: #f9f9f9;
  margin-top: 25px;
}
.footer .footer-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  height: 95px;
}
.footer .footer-top .list-btn {
  display: flex;
  margin-left: auto;
}
.footer .footer-top .list-btn .item {
  margin-right: 25px;
}
.footer .footer-top .list-btn .item > a {
  background: #6c6e70;
  border-radius: 2px;
  height: 30px;
  width: 95px;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  margin-bottom: 30px;
}
.footer .footer-menu .item {
  width: 16.6666666667%;
  margin-bottom: 20px;
}
.footer .footer-menu .item > a {
  margin-bottom: 10px;
  font-weight: 500;
  color: #202124;
  font-size: 15px;
}
.footer .footer-menu .item > ul li {
  margin-bottom: 5px;
}
.footer .footer-info {
  display: flex;
  margin-bottom: 15px;
}
.footer .footer-info .info {
  width: 50%;
}
.footer .footer-info .info > div {
  margin-bottom: 5px;
}
.footer .footer-info .bold {
  font-weight: bold;
}
.footer .footer-info .info.info-right .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #202124;
}
.footer .footer-info .info.info-right .title:after {
  content: "";
  height: 1px;
  width: 70px;
  background-color: #202124;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .footer-copyright {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #eee;
}
.footer .footer-copyright .tinnhiemmang {
  margin-right: 20px;
}
.footer .footer-copyright span {
  display: block;
}
.footer .footer-copyright > ul {
  display: flex;
  margin-left: auto;
}
.footer .footer-copyright > ul > li {
  margin-right: 10px;
}
.footer .footer-logo .logo-mb {
  width: 120px;
  height: auto;
}

#bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  -webkit-box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  line-height: 56px;
  text-align: center;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
#bottom-bar.hide {
  display: none;
}
#bottom-bar li {
  width: 20%;
  display: inline-block;
  font: normal 13px "Arial";
  color: #6c6e70;
  margin-top: 8px;
}
#bottom-bar li svg, #bottom-bar li .svg {
  width: 20px;
  max-height: 20px;
  height: auto;
}
#bottom-bar li svg path, #bottom-bar li .svg path {
  fill: #6c6e70;
}
#bottom-bar li .svg {
  margin: auto;
  transform: translateY(-6px);
}
#bottom-bar li .text {
  display: block;
  color: #6c6e70;
  font: normal 11px "Arial";
}
#bottom-bar li:not(:last-child) {
  margin-right: 1.5%;
}
#bottom-bar li.active {
  color: #008837;
}
#bottom-bar li.active .text {
  color: #008837;
}

@media (max-width: 1400px) {
  .d-xl-none {
    display: none;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-flex {
    display: flex;
  }

  /*-------------------------------------------------------------*/
}
@media (max-width: 1280px) {
  .clip-wrapper .clip-large .clip-large-content {
    height: 471px;
  }
}
@media (max-width: 1024px) {
  .d-lg-none {
    display: none;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-flex {
    display: flex;
  }

  .hightlight-top,
.topic-list {
    max-width: 650px;
  }

  /*------------------------------------------------------------- header*/
  .hightlight-top__slide {
    margin-bottom: 20px;
  }

  /*------------------------------------------------------------- index*/
  .main-secondary .contain {
    max-width: 650px;
    margin: auto;
  }

  /*------------------------------------------------------------- cate*/
  .read-lot {
    max-width: 650px;
  }

  .clip-wrapper .clip-large .clip-large-content {
    height: 414px;
  }

  /*------------------------------------------------------------- detail*/
}
@media (max-width: 992px) {
  .d-md-none {
    display: none;
  }

  .d-md-block {
    display: block;
  }

  .d-md-flex {
    display: flex;
  }

  .hightlight-top,
.topic-list {
    max-width: 100%;
  }

  .w-wrapper,
.wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-500 {
    max-width: 500px;
    margin: auto;
  }

  /*-------------------------------------------------------------header*/
  /*-------------------------------------------------------------index*/
  #main {
    margin-top: 40px;
  }

  .main-top,
.main-secondary,
.main-third,
.footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-topic .topic-list {
    width: 50%;
  }

  .main-topic .topic-list {
    width: 45%;
  }

  .main-secondary,
.main-third {
    display: block;
  }

  .main-tertiary__content {
    display: block;
  }

  .hightlight-top__slide-container {
    display: flex;
    flex-direction: column;
  }
  .hightlight-top__slide-container .hightlight-top__slide-img {
    order: 1;
  }
  .hightlight-top__slide-container .hightlight-top__slide-content {
    order: 2;
    padding-top: 20px;
  }

  .hightlight-top {
    display: block;
  }

  .primary-mb-wrapper {
    background-color: #e9eaee;
    padding: 20px 15px;
  }

  .primary-mb {
    background-color: #fff;
    border-radius: 5px;
  }

  .primary-mb-heading {
    font-size: 20px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding: 20px;
    margin-bottom: 0;
    border-bottom: none;
  }
  .primary-mb-heading:not(:empty):after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 30%;
    height: 3px;
    background-color: #008837;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .primary-mb-large-content {
    padding: 12px 20px 20px;
  }

  .primary-mb-small {
    padding: 0 20px;
  }

  .primary-mb-small-item {
    padding-top: 15px;
    border-top: 1px solid #eee;
  }
  .primary-mb-small-item:last-child {
    padding-bottom: 15px;
  }

  .primary-mb-small-title {
    display: flex;
  }
  .primary-mb-small-title:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 6px;
    margin-right: 12px;
    background: #008837;
  }

  .home-article:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .home-article:last-child {
    padding-bottom: 15px;
  }
  .home-article .cate-time {
    padding-top: 0;
  }

  .main-block.home-boxnews {
    margin-bottom: 10px;
  }
  .main-block.home-boxnews + .main-block.home-boxnews {
    border-top: none;
  }

  .home-boxnews-container {
    display: block;
  }

  .home-boxnews-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 20px;
  }

  .read-more {
    display: block;
    height: 50px;
    text-align: center;
    color: #8f8f8f;
    font: normal 13px/50px "Arial";
    border-top: 1px solid #eee;
    margin-top: 10px;
  }
  .read-more img {
    display: inline-block;
    width: 13px;
    height: 11px;
    margin-left: 12px;
  }

  .home-boxnews {
    border-bottom: 8px solid #e9eaee;
  }

  .read-more-block-heading {
    border-bottom: 1px solid #eee;
  }

  .main-tertiary {
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-tertiary .icondv.icon-dot {
    right: 15px;
  }
  .main-tertiary__center {
    margin-top: 20px;
  }
  .main-tertiary__center .article {
    display: flex;
  }
  .main-tertiary__center .article .article-title {
    flex: 1;
    order: 1;
    padding-right: 15px;
    margin-top: 0;
  }
  .main-tertiary__center .article .article-img {
    flex-shrink: 0;
    width: 80px;
    order: 2;
  }
  .main-tertiary__center .article .article-img .image-wrapper {
    padding-bottom: 100%;
  }

  /*-------------------------------------------------------------cate*/
  .breadcum,
.talk-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cate-block .main-secondary,
.detail-block .main-secondary {
    display: block;
  }

  .read-lot {
    max-width: 100%;
  }

  .clip-container--m40 {
    margin-top: 90px;
  }

  .clip-wrapper {
    margin-top: 80px;
  }
  .clip-wrapper .clip-large {
    display: block;
    padding-top: 0px;
  }
  .clip-wrapper .clip-large .clip-large-img {
    width: 100%;
  }
  .clip-wrapper .clip-small .clip-small-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .clip-top {
    padding-top: 20px;
  }
  .clip-top .clip-small {
    display: none;
  }

  .search-primary__left {
    width: 100%;
  }
  .search-primary__left .filter-list {
    display: none;
  }
  .search-primary__right {
    padding-left: 0;
    padding-top: 30px;
  }

  .title-lien-quan {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .society-and-life-author-primary__content {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: unset;
    padding: 0;
  }
  .society-and-life-author-primary__inner {
    display: block;
    width: 100%;
  }
  .society-and-life-author-primary__bg::after {
    position: absolute;
    content: "";
    background-image: linear-gradient(to bottom, rgba(128, 0, 0, 0.5) 0%, rgba(128, 0, 0, 0) 0%, rgba(128, 0, 0, 0) 50%, maroon 100%);
    inset: 0;
  }
  .society-and-life-author-primary__left {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .society-and-life-author-primary__left .title-1 {
    font-size: 32px;
  }
  .society-and-life-author-primary__right {
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
  }

  /*-------------------------------------------------------------detail*/
  .box-cmt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hot-news-container {
    width: 100%;
    max-width: 100%;
  }

  .box-cmt-detail .separator:after {
    content: "|";
    display: inline-block;
    margin: 0 2px;
  }

  /*-------------------------------------------------------------footer*/
  .footer {
    background-color: #202124;
    text-align: justify;
    padding-top: 30px;
    color: #fff;
    font: normal 12px/20px "Arial";
    margin-top: 20px;
  }
  .footer p {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .footer .footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer-bottom {
    margin: 0 -15px;
    background: #3d3d3d;
    color: #fff;
    font: normal 11px/16px "Arial";
    padding: 15px 20px 11px 20px;
  }

}
@media (max-width: 767px) {
  .d-sm-none {
    display: none;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-flex {
    display: flex;
  }

  .ml--15 {
    margin-left: -15px;
  }

  .mr--15 {
    margin-right: -15px;
  }

  .pl-sm-15 {
    padding-left: 15px;
  }

  .pr-sm-15 {
    padding-right: 15px;
  }

  /*-------------------------------------------------------------  index*/
  .main-secondary,
.main-third {
    padding-left: 0;
    padding-right: 0;
  }

  .cate-time-hide-pc {
    padding-bottom: 0;
    font-size: 12px;
  }

  .hightlight-top__list,
.hightlight-bot {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-articles {
    padding-top: 4px;
  }

  .primary-mb-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .read-more-block-heading {
    margin-bottom: 0;
  }

  .hightlight-top__list-item {
    display: flex;
  }
  .hightlight-top__list-item .hightlight-top__list-content {
    flex: 1;
    padding-right: 15px;
  }
  .hightlight-top__list-item .hightlight-top__list-img {
    flex-shrink: 0;
    width: 80px;
  }
  .hightlight-top__list-item .hightlight-top__list-img .thumb-5x3 {
    padding-bottom: 100%;
  }
  .hightlight-top__list-item:first-child {
    padding-top: 15px;
    border-top: 1px solid #eee;
  }

  .hightlight-top__list-heading {
    font-size: 17px;
  }
  .hightlight-top__list-heading a {
    font-weight: bold;
  }

  .hightlight-bot {
    margin-bottom: 0;
    border-bottom: none;
  }

  .home-hightlight {
    margin-left: -15px;
    margin-right: -15px;
  }

  .hightlight-bot-item {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .hightlight-bot-item .hightlight-bot-content {
    flex: 1;
    order: 1;
    padding-right: 15px;
    margin-top: 0;
  }
  .hightlight-bot-item .hightlight-bot-content .hightlight-bot-heading {
    margin-top: 0;
  }
  .hightlight-bot-item .hightlight-bot-img {
    flex-shrink: 0;
    width: 80px;
    order: 2;
  }
  .hightlight-bot-item .hightlight-bot-img .thumb-5x3 {
    padding-bottom: 100%;
  }
  .hightlight-bot-item:first-child {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee;
  }
  .hightlight-bot-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-article {
    display: block;
  }
  .home-article .article-img {
    width: 100%;
  }
  .home-article .article-content {
    margin-left: 0;
    margin-top: 10px;
  }

  .box-event-home-large-wrapper {
    display: block;
  }

  .box-event-home-large {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .box-event-home-large-content {
    margin-top: 10px;
  }

  .box-event-home-large-title {
    font-size: 17px;
  }

  .box-event-home-small .box-event-home-small-item:first-child {
    padding-right: 0;
  }
  .box-event-home-small .box-event-home-small-item:not(:first-child) {
    border-left: none;
    border-top: 1px solid #eee;
    padding-left: 0;
    padding-top: 15px;
    margin-top: 15px;
  }

  .box-event-home-large-heading {
    margin-bottom: 0;
  }

  .home-article:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  #renderComment .special-box-content {
    margin: 0 20px;
  }
  #renderComment .special-box-content:not(:empty) {
    border-top: thin solid #e9eaee;
    padding: 15px 0 25px 0;
  }
  #renderComment .special-box-content.comment {
    max-height: 200px;
    overflow-y: scroll;
  }
  #renderComment .special-box-content.comment .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 14px;
  }
  #renderComment .special-box-content.comment .read-more {
    color: #008837;
    margin-top: 22px;
    font: italic 12px "Arial";
    padding-bottom: 4px;
  }
  #renderComment .special-box-content.comment ul li {
    margin-bottom: 20px;
  }
  #renderComment .special-box-content.comment .sapo {
    color: #6c6e70;
    font: normal 12px/17px "Arial", sans-serif;
    margin-bottom: 9px;
  }
  #renderComment .special-box-content.comment .info {
    font: normal 12px "Arial";
    color: #6c6e70;
    line-height: 20px;
  }
  #renderComment .special-box-content.comment .info .info-user {
    font-weight: bold;
    font-size: 12px;
    margin-right: 5px;
  }
  #renderComment .special-box-content.comment .info .info-user img {
    width: 20px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-right: 6px;
    border-radius: 100%;
    margin-bottom: -5px;
  }
  #renderComment .special-box-content.comment .info .time {
    padding-left: 10px;
    position: relative;
  }

  .pub-date {
    display: none;
  }

  .hightlight-top__slide-container .hightlight-top__slide-content {
    padding: 12px 15px 0;
  }

  .hightlight-bot {
    display: block;
  }

  #back-top {
    bottom: 4rem;
  }

  .main-top {
    padding: 0;
  }

  /*-------------------------------------------------------------  cate*/
  .primary-cate {
    margin-bottom: 0;
  }

  .primary-cate-content {
    padding: 12px 15px;
  }

  .breadcum-mb-heading,
.breadcum-mb-item,
.breadcum-mb-item .title-cate {
    display: flex;
    align-items: center;
  }

  .breadcum-mb-item a {
    display: block;
    margin-left: 4px;
    margin-right: 4px;
  }

  .breadcum-mb-list {
    position: relative;
    padding: 12px 12px 0;
    box-sizing: border-box;
    background: #e9e9e9;
    white-space: nowrap;
    overflow-y: scroll;
    display: none;
  }
  .breadcum-mb-list.show {
    display: block;
  }
  .breadcum-mb-list li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 12px;
    vertical-align: text-top;
  }
  .breadcum-mb-list li a {
    height: 100%;
    font-size: 13px;
    line-height: 26px;
    display: block;
    padding: 0 10px;
    color: #555;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
  }

  .read-lot-mb-item {
    display: flex;
  }
  .read-lot-mb-item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  .read-lot-mb-item .read-lot-mb-number {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
  }
  .read-lot-mb-item .read-lot-mb-title {
    padding-right: 10px;
    flex: 1;
  }
  .read-lot-mb-item .read-lot-mb-img {
    width: 80px;
    flex-shrink: 0;
  }
  .read-lot-mb-item .read-lot-mb-img .thumb-5x3 {
    padding-bottom: 100%;
  }

  /*====================================================================== talk*/
  .talk-container {
    padding: 20px 0;
  }

  .talk-top {
    margin-bottom: 20px;
  }

  .talk-top-item,
.talk-bot-item {
    padding: 20px 0;
    border-bottom: thin solid #e9eaee;
  }
  .talk-top-item:first-child,
.talk-bot-item:first-child {
    padding-top: 0;
  }

  .talk-bot-item:last-child {
    border-bottom: none;
  }

  .talk-top-heading,
.talk-bot-heading {
    font-size: 20px;
  }

  .ema-container--m40 {
    margin-top: 70px;
  }

  .clip-container--m40 {
    margin-top: 70px;
  }

  .clip-wrapper .clip-top {
    padding: 0;
  }
  .clip-wrapper .clip-large .clip-large-content {
    background-color: #f0f0f0;
  }
  .clip-wrapper .clip-large .clip-large-content .article-title {
    font-size: 20px;
  }
  .clip-wrapper .clip-large .icondv.icon-play {
    width: 43px;
    height: 51px;
    background-position: -391px -347px;
  }
  .clip-wrapper .clip-small .clip-small-container {
    display: block;
  }
  .clip-wrapper .clip-small .clip-small-container .item {
    padding: 20px 0;
    border-bottom: thin solid #e9eaee;
  }
  .clip-wrapper .clip-small .clip-small-container .item:first-child {
    padding-top: 0;
  }
  .clip-wrapper .clip-small .article-title {
    font-size: 20px;
    color: #202124;
    margin-top: 10px;
    font-weight: bold;
  }

  .society-and-life-author-primary {
    padding-top: 12px;
  }
  .society-and-life-author-primary__container {
    background-color: #800000;
  }
  .society-and-life-author-primary__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .society-and-life-author-primary__bg img {
    height: 100vh;
  }
  .society-and-life-author-primary__content {
    position: relative;
    padding-top: 60vh;
  }

  /*====================================================================== detail*/
  .four-list .four-item:nth-child(n+4) {
    display: block;
  }

  .detail-main .line-datetime > span.anots:before {
    content: none;
  }
  .detail-main .line-datetime .line-share__right {
    margin-left: auto;
    display: flex;
  }
  .detail-main .line-datetime .follow-page__link {
    display: flex;
    background: #f1f3f4;
    padding: 8px;
    border-radius: 8px;
    color: #a7a8a8;
    font-size: 12px;
    flex-shrink: 0;
    align-items: center;
  }
  .detail-main .line-datetime .follow-page__link .icon {
    height: 12px;
    width: auto;
    mix-blend-mode: darken;
  }
  .detail-main .line-share .line-share__right {
    display: none;
  }

  .sticky-ele,
.date-select {
    display: none !important;
  }

  .box-cmt {
    padding-left: 0;
    padding-right: 0;
  }

  .box-related-item .box-related-img {
    width: 30%;
  }

  .box-dvdesc {
    display: block;
  }
  .box-dvdesc .fb-page {
    margin-top: 20px;
  }

  .line-share .btn-cmt .cls-1 {
    fill: #fe0000;
  }

  .advertisement-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .advertisement-container .advertisement-item:first-child {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .advertisement-container .advertisement-title {
    font-size: 15px;
  }

  .box-samecat .sc-heading h3 {
    color: #111;
  }
  .box-samecat .advertisement-item:first-child {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .hot-news .hightlight-top__list {
    padding-left: 0;
    padding-right: 0;
  }

  /*====================================================================== ema*/
  .ema-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ema-container figure.expNoEdit {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .ema-container figure.expNoEdit.right {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
    float: unset;
  }

  .photo-story-info {
    flex-direction: column;
  }
  .photo-story-info__img img {
    height: 16px;
    order: 1;
  }
  .photo-story-info__author {
    order: 2;
    margin-top: 8px;
  }
  .photo-story-info__right {
    order: 3;
    margin-top: 4px;
  }

  /*====================================================================== search*/
  /*====================================================================== detail image*/
  figure.expNoEdit[type=Photo] {
    width: 100%;
    margin: auto;
  }

  .detail-images {
    padding-top: 20px;
  }

  

  /*====================================================================== contact*/
  /*====================================================================== live score*/
  .live-score .box-match__team {
    width: 35%;
  }
  .live-score .box-match__flag img {
    width: 60px;
  }
  .live-score .box-match .score-now .score-a,
.live-score .box-match .score-now .score-b,
.live-score .box-match .score-now .hyphen {
    font-size: 32px;
  }
  .live-score .box-match__info {
    margin-top: 20px;
  }
}


@media (max-width: 576px) {
  /*====================================================================== radio*/
  .radio-control-inner {
    margin-bottom: 1.25rem;
  }

  .radio-control {
    display: block;
  }

  .radio-control-secondary .article__title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }

  .radio-reload {
    justify-content: center;
    padding-top: 0.625rem;
  }

  .radio-time-range {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.25rem;
  }
  .radio-time-range .radio-long {
    grid-column: 1/3;
    grid-row: 1;
  }
}
/*# sourceMappingURL=style.css.map */

strong, b {
  font-weight: 600;
}
#explus-editor figure[view=r50]{
  float: right;
  width: 45%;
  margin-right: 0;
  margin-left: 15px;
  margin-bottom: 0 !important;
}
#explus-editor figure[view=l50] {
  float: left;
  width: 45%;
  margin-right: 15px;
  margin-bottom: 0 !important;
}
#explus-editor figure[view=r30], #explus-editor .box-info[view=r30] {
    float: right;
    width: 34%;
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 0 !important;
}
#explus-editor figure[view=l30], #explus-editor .box-info[view=l30]{
  float: left;
  width: 34%;
  margin-right: 15px;
  margin-bottom: 0 !important;
}
#explus-editor figcaption {
  background: #eaeaea;
  color: #555;
  font-size: 17px;
  padding: 8px 10px;
  line-height: 26px;
}
  #explus-editor figure[view="r30"] figcaption {
  position: relative;
  display: inline-block; /* Để chắc chắn các phần tử con định vị đúng */
}
#explus-editor figure[view="r30"] figcaption:after {
    content: "xem ngay";
    border: 1px solid #ddd;
    padding: 2px 6px 2px 6px;
    display: inline-block;
    float: right;
    align-items: center;
    color: #008837;
    border-radius: 18px;
    background: #fff;
    box-shadow: 4px 4px 6px -2px #ddd;
    width: 130px;
    font-size: 15px;
    text-transform: uppercase;
}
#explus-editor figure[view="r30"] figcaption:before {
  content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #008837;
    border-radius: 50%;
    bottom: 11px;
    right: 17px;
    background-image: url(https://static.mediacdn.vn/common/images/arr-next.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#explus-editor .input-polls {
    background-color: #F9F9F9;
    padding: 15px;
    border-radius: 8px;
}
#explus-editor ul.input-polls{
  border: 1px solid #E9EAEE;
}
h2.poll-title, p.poll-description{
  color: #008837;
}
#explus-editor ul.input-polls[data-width="100"] {max-width: 800px !important;margin: 0 auto;}
#explus-editor ul.input-polls[data-width="50"] {width: 400px;margin: 0 auto;}
@media (max-width: 767px) {
    #explus-editor figure[view=r30], #explus-editor .box-info[view=r30], #explus-editor .box-info[view=r50] {
        float: right;
        width: 45%;
        margin: auto;
        margin-left: 15px;
        margin-bottom: 0 !important;
    }
    #explus-editor figcaption {
    font-size: 16px;
}
}
@media (max-width: 768px) {
    #explus-editor ul.input-polls {width: 75% !important;padding: 0 15px;}
    #explus-editor ul.input-polls[data-width="100"] {width: 100% !important;margin: 0 auto;}
    #explus-editor ul.input-polls[data-width="50"] {width: 50% !important;margin: 0 auto;}
    .ads-top{
      height: 250px !important; max-height: 250px !important;
      overflow: hidden;
    }
}
/*--------23/05/2025--------*/
#explus_live .one_event .box-info, #explus_live_mb .one_event .box-info{
    background: #fff9f5;
    padding: 10px 15px;
    margin-bottom: 15px;
}
#explus_live .one_event p a, #explus_live_mb .one_event p a{
    color: #3367d6;
}
#explus-editor .input-video {
    max-width: 1050px;
    margin: 0 auto;
    margin-bottom: 15px;
}
/*-------------Quảng cáo------------------*/
.adv {text-align: center; margin: 0; max-width: 100%; overflow: hidden;}
.adv .e {display: block; max-width: 100%;}
.adv .e img {max-width: 100% !important; max-height: 100% !important;}
.adv-textlink {text-align: left; display: block; width: 500px; max-width: 100%; background: #f8f8f8; padding: 5px 8px 8px;}
#advBabylon {position: fixed; bottom: 0; right: 0;z-index: 999999;}
#advLeft {position: fixed; top: 80px; margin-left: -180px;}
#advRight {position: relative;}
#advRight .adv {position: absolute; top: 0; right: 0;}
#advRight .e {position: fixed; top: 80px; margin-left: 20px;}
.exp_qc_share .exp_qc_one {display: none;}
.exp_qc_share .exp_qc_one.active {display: block;}
