@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Roboto:wght@300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*::after {
  box-sizing: border-box;
}
body {
  /*font-family: "Roboto", sans-serif;*/
  line-height: 1.5;
  /*font-style: normal;*/
  outline: none;
  /*font-size: 1rem;*/
  /*max-width: 120rem;*/
  /*margin: 0 auto;*/
}
:root {
  --lato: "Lato", sans-serif;
  --color-red-ee: #ee0202;
  --color-green-03: #03932a;
  --color-navy-24: #243160;
  --color-gray-22: #222;
  --color-gray-33: #333;
  --color-gray-44: #444;
  --color-gray-77: #777;
  --color-gray-c4: #c4c4c4;
  --color-gray-4f: #4f4f4f;
  --color-cyan-2a: #2a6049;
  --bg-skyblue-bf: #bfd7ea;
  --bg-skyblue-af: #afe0f3;
  --bg-skyblue-eb: #ebf9ff;
  --bg-skyblue-50: #508ca4;
  --bg-skyblue-f1: #f1f9ff;
}
buton,
input,
textarea,
select {
  outline: none;
  line-height: normal;
}
button,
a {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
.w-1080 {
  max-width: 67.5rem;
  margin: auto;
}
.font-secondary {
  font-family: var(--lato);
}
.font-arial {
  font-family: "Arial";
}
/*=========================================================*/
.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-17 {
  font-size: 1.0625rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-36 {
  font-size: 2.25rem;
}
.fs-40 {
  font-size: 2.5rem;
}
/*=========================================================*/
.bg-white {
  background-color: #fff;
}
.bg-skyblue-f1 {
  background-color: #f1f9ff;
}
.bg-gray-f7 {
  background-color: #f7f7f7;
}
.bg-green-23 {
  background-color: #23743e;
}
.bg-green-12 {
  background-color: #12a04b;
}
.bg-green-08 {
  background-color: #008837;
}
.bg-green-09 {
  background-color: #00942c;
}
/*=========================================================*/
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}
/*=========================================================*/
.text-gray-22 {
  color: var(--color-gray-22);
}
.text-gray-33 {
  color: var(--color-gray-33);
}
.text-gray-44 {
  color: var(--color-gray-44);
}
.text-gray-55 {
  color: #555;
}
.text-gray-77 {
  color: var(--color-gray-77);
}
.text-gray-c4 {
  color: var(--color-gray-c4);
}
.text-gray-4f {
  color: var(--color-gray-4f);
}
.text-gray-bd {
  color: #bdbdbd;
}
.text-green-03 {
  color: var(--color-green-03);
}
.text-red-ee {
  color: var(--color-red-ee);
}
.text-vavy-24 {
  color: var(--color-navy-24);
}
.text-cyan-2a {
  color: var(--color-cyan-2a);
}
.text-skyblue-bf {
  color: var(--bg-skyblue-bf);
}
.text-skyblue-af {
  color: var(--bg-skyblue-af);
}
.text-skyblue-eb {
  color: var(--bg-skyblue-eb);
}
.text-skyblue-50 {
  color: var(--bg-skyblue-50);
}
.text-skyblue-f1 {
  color: var(--bg-skyblue-f1);
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
/*=========================================================*/
.line1 {
  border-bottom: 1px solid #bfd7ea;
}
.line2 {
  border-bottom: 1px solid #e5e5e5;
}

/*=======================================================================*/
.thumb-img {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.thumb-5x3 {
  padding-bottom: 60%;
}
.thumb-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.thumb-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*=======================================================================*/

.header-top {
  color: var(--color-gray-44);
  padding: 0.375rem 0;
}
.header-top__items:nth-of-type(2) {
  padding-left: 15px;
}
.header-top__items:nth-of-type(2)::before {
  content: "";
  width: 1px;
  height: 0.75rem;
  margin-right: 0.9375rem;
  background-color: var(--color-gray-44);
}
.header-top__items .header-top__links {
  height: 0.75rem;
  width: auto;
}
.header-top__links ~ .header-top__links {
  margin-left: 0.9375rem;
}
.header-top__items .header-top__links img {
  width: 100%;
  height: 100%;
}
.header-top__temperature {
  margin: 0 0.9375rem;
}
.header-top__temperature + img {
  width: auto;
  height: 1.25rem;
}
.header {
  padding: 0.625rem 0;
}
.nav-items img {
  height: 1.125rem;
  width: auto;
}
.nav-items__sub,
.nav-bar__list {
  width: max-content;
  background: #f7f7f7;
  min-width: 150px;
  max-width: 180px;
  position: absolute;
  border-top: 1px solid red;
  box-shadow: 0 1px 4px rgb(0 0 0 / 50%);
  margin-top: 1.24rem;
  display: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  z-index: 20;
}
.nav-bar__list {
  right: 0;
}
.nav-icon,
.nav-search {
  cursor: pointer;
}
.nav-items__sub:before,
.nav-bar__list::before {
  content: "";
  width: 100%;
  height: 1.5rem;
  position: absolute;
  background-color: transparent;
  margin-top: -25px;
}
.nav-items.nav-items__dropdown:hover .nav-items__sub,
.nav-bar:hover .nav-bar__list {
  display: block;
}

.nav-items__subs,
.nav-bar__items {
  padding: 6px 10px;
}
.nav-items__subs:hover,
.nav-bar__items:hover {
  text-decoration: underline;
}
.nav-items ~ .nav-items {
  margin-left: 1.5rem;
}
.header-logo img {
  height: 2.8125rem;
  width: auto;
}
.nav-bar {
  margin-right: 1.5rem;
}
.nav-bar img {
  height: 0.8125rem;
  width: auto;
}
.nav-search img {
  height: 1.25rem;
  width: auto;
}
.nav-cate {
  padding: 1.25rem 0;
}
.nav-cate-list {
  white-space: nowrap;
}
.nav-cate__items ~ .nav-cate__items {
  margin-left: 1.25rem;
}
.nav-cate__parent:after {
  content: "";
  position: absolute;
  background-image: url(../images/left.svg);
  background-repeat: no-repeat;
  width: 0.4375rem;
  height: 0.75rem;
  bottom: 0.375rem;
  transform: translateX(0.5rem);
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
}
.nav-cate__child.active {
  color: var(--color-navy-24);
  font-weight: bold;
}
.main-top-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.main-top-block__text {
  width: 33.75rem;
  max-width: 100%;
  top: 50%;
  right: 0;
  padding-right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.main-top-block__title {
  border-bottom-width: 5px;
}
.main-content-block {
  display: grid;
  grid-template-columns: calc(100% - 21.25rem) 18.75rem;
  gap: 2.5rem;
}
.main-content-block__content {
  padding-left: 1.375rem;
}
.main-content-block__title, #content_detail.cont_n .main-content-block__title {
  line-height: 1.8rem;
  /*line-height: 2.625rem;*/
  border-bottom: 1px solid var(--bg-skyblue-50);
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
#content_detail.cont_n .main-content-block__title{
  font-size: 1.3rem;
  max-width: 680px;
  margin: auto;
}
.main-content-block__block1 {
    margin-top: 30px;
}
.main-content-block__content p {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
  font-size: 17px;
  font-family: "Arial";
  color: var(--color-gray-44);
}
#content_detail.cont_n .main-content-block__content h2,
#content_detail.cont_n .main-content-block__content h3,
#content_detail.cont_n .main-content-block__content h4,
#content_detail.cont_n .main-content-block__content h5,
#content_detail.cont_n .main-content-block__content h6 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #444;
  font-weight: 700;
  /*margin: 2.5rem 0;*/
}
#content_detail.cont_n .main-content-block__content h2 *,
#content_detail.cont_n .main-content-block__content h3>*,
#content_detail.cont_n .main-content-block__content h4 *,
#content_detail.cont_n .main-content-block__content h5 *,
#content_detail.cont_n .main-content-block__content h6 * {
  font-size: 22px;
  line-height: 42px;
}
#content_detail.cont_n .main-content-block__content h2>*,
#content_detail.cont_n .main-content-block__content h3>*,
#content_detail.cont_n .main-content-block__content h4>*,
#content_detail.cont_n .main-content-block__content h5>*,
#content_detail.cont_n .main-content-block__content h6>* {
  line-height: 32px;
}
.main-content-block__content figure {
  margin-bottom: 1.25rem;
}
.main-content-block__content figure.expNoEdit {
  max-width: 100%;
  height: auto;
  text-align: center;
}
.main-content-block__content figure.expNoEdit img {
  width: 100%;
  height: auto;
}
.main-content-block__content .blockquote {
  display: flex;
  gap: 1.25rem;
}
.blockquote-left {
  flex: 0 0 calc(40% - 0.625rem);
}
.main-content-block__content blockquote {
  background-color: #ebf9ff;
  border-top: 5px solid #afe0f3;
  padding: 2rem 2rem 2rem 4rem;
  position: relative;
  flex: 0 0 calc(60% - 0.625rem);
}
.main-content-block__content blockquote > p {
  font-size: 18px !important;
  font-weight: 700;
  font-family: "Lato", sans-serif !important;
  line-height: 29px !important;
  color: #000 !important;
}
.main-content-block__content .vip_quote-inner blockquote::before {
  content: "";
  position: absolute;
  background-image: url(../images/comma.svg);
  background-repeat: no-repeat;
  width: 33px;
  height: 27px;
  left: 1.125rem;
}
.main-content-block__content  blockquote > .author {
  font-size: 17px;
  font-weight: 600;
  font-family: "Arial";
  color: #444;
  position: relative;
}
.main-content-block__content blockquote > .author::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #afe0f3;
  top: -14px;
}

.main-content-block__content > .author {
  font-size: 18px;
  font-weight: 600;
  font-family: "Arial";
  color: #444;
  position: relative;
  text-align: end;
  margin-top: 15px;
}
.main-content-block__block1 {
  display: grid;
  grid-template-columns: 3rem calc(100% - 3rem);
}
.social-network-fb-share span {
  height: 2.25rem;
  background: #087cce;
}
.social-network-fb-share span:first-child {
  width: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3b5999;
}
.social-network-fb-share span:first-child img {
  height: 0.875rem;
  width: auto;
}
.social-network-fb-share span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.625rem;
}
.social-network-like,
.social-network-twitter,
.social-network-zalo {
  background: #087cce;
  padding: 0 0.625rem;
  height: 2.25rem;
  margin-left: 1rem;
}
.social-network-like img {
  width: 0.9375rem;
  height: auto;
  margin-right: 0.625rem;
}

.social-network-twitter {
  width: 2.25rem;
}
.social-network-twitter img {
  width: 0.9375rem;
  height: auto;
}
.social-network-zalo {
  padding: 0;
  width: 2.25rem;
}
.rate li img {
  margin-right: 0.625rem;
}
.rate-care {
  height: 2.25rem;
  border: 1px solid #bdbdbd;
  padding: 0.625rem;
}
.banner-horizontal {
  text-align: center;
  text-align: -webkit-center;
}
.related-new-items a {
  position: relative;
}
.related-new-items a:before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--color-gray-4f);
  top: 7px;
  left: -12px;
}
.tag-items {
  border: 1px solid #e7e7e7;
  margin-left: 1rem;
}
.tag-icon {
  background: #f7f7f7;
  padding: 0.625rem 0.875rem;
  position: relative;
  margin-right: 1.5rem;
}
.tag-icon img {
  margin-right: 0.375rem;
}
.tag-icon:after {
  content: "";
  position: absolute;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 14px solid #f7f7f7;
  right: -14px;
}
.tag-items.active {
  font-weight: 600;
  border-color: #bfd7ea;
  background: #bfd7ea33;
  color: #000;
}
.cate-icon {
  display: inline-block;
  width: 3px;
  height: 17px;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  background: #03932a;
  position: relative;
  margin-right: 12px;
}
.cate-icon:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 17px;
  background: #ee0202;
  display: inline-block;
  left: 100%;
}
.cate-together-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.cate-together__text {
  line-height: 1.5rem;
}
.other-news__items {
  display: flex;
  width: 100%;
  gap: 1rem;
}
.other-news__thumb {
  width: calc(40% - 0.5rem);
}
.other-news__content {
  width: calc(60% - 0.5rem);
}
.other-news__time {
  position: relative;
}
.other-news__time:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #777;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: -14px;
  top: 7px;
}
.other-news__title {
  line-height: 1.675rem;
}
.other-news__des {
  line-height: 1.25rem;
}
.other-news__items:last-child {
  border-bottom: none;
}
.main-block__icon {
  height: 100%;
  position: relative;
}
.sticky-list {
  border: 1px solid #55acee63;
  position: sticky;
  top: 20%;
}
.sticky-items {
  text-align: center;
  text-align: -webkit-center;
  margin: 1rem 0;
}
.sticky-items img {
  height: 1.25rem;
  width: auto;
}
.most-read__items:last-child,
.cmt-hot__items:last-child {
  border-bottom: none;
}
.most-read__items a,
.cmt-hot__items a {
  margin-left: 0.625rem;
  line-height: 1.375rem;
}
.cmt-hot__items img {
  width: 1rem;
  height: auto;
}
.most-read__number,
.cmt-hot__icon {
  position: relative;
}
.most-read__number:before,
.cmt-hot__icon:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #bfd7ea;
  width: 17.5px;
  height: 6px;
  bottom: 7px;
  left: -2px;
  z-index: -1;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
}
.cmt-hot__icon:before {
  bottom: 0px;
  left: -3px;
}
.comment {
  width: 100%;
}
.cmt-avatar {
  height: 2.25rem;
  width: 2.25rem;
}
.cmt-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.cmt-content {
  width: calc(100% - 2.25rem);
}
.cmt-content__rep,
.cmt-content__like,
.cmt-content__unlike {
  cursor: pointer;
}
.cmt-content__rep img,
.cmt-content__like img,
.cmt-content__unlike img {
  height: 0.875rem;
  width: auto;
  margin-right: 0.375rem;
}
.input-cmt {
  position: relative;
}
.cmt-field {
  width: 100%;
}
.textarea-cmt {
  width: 100%;
  height: 40px;
  resize: none;
  border: 1px solid #dedede;
  border-radius: 0.625rem;
  padding: 0.625rem;
}
.send-cmt {
  position: absolute;
  right: 0.625rem;
  bottom: 0.9375rem;
  cursor: pointer;
}
.cmt-form {
  width: calc(100% - 2.25rem);
  padding-left: 1rem;
  height: auto;
}
.form-group {
  position: relative;
  margin-bottom: 0;
}
.textarea-cmt::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
.coment-block {
  padding: 1rem;
  border: 1px solid #508ca45c;
}
.cmt-content__list {
  background: #dedede;
  min-width: 100px;
  position: absolute;
  right: 0;
  width: max-content;
  display: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  z-index: 10;
}
.cmt-content__items {
  padding: 0.625rem;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.cmt-content__items:hover {
  background-color: #4f4f4f;
  color: #fff;
}
.cmt-content__more:hover .cmt-content__list {
  display: block;
}
.show-nav-search {
  right: 0;
  z-index: 100;
  width: 300px;
  margin-top: 27px;
  display: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.show-nav-search.open {
  display: block;
}
.form-control {
  border-radius: 0;
  height: 36px;
  background: #f7f7f7;
}
.form-control:focus,
.form-icon-search:focus {
  border-color: #909fad !important;
  outline: none;
}
.form-icon-search {
  outline: none;
  border: 1px solid #ced4da;
  padding: 10px;
  height: 36px;
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-bar-mb {
  padding: 0.625rem 0.9375rem;
  max-height: 2.5rem;
}
.nav-bar-mb__list {
  white-space: nowrap;
  overflow-x: scroll;
  padding-bottom: 0 !important;
}
.nav-bar-mb__list::-webkit-scrollbar,
.nav-cate-list::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
.nav-bar-mb__items img {
  width: 1rem;
  max-width: 1rem;
  height: auto;
}
.main-top-block__text-mb {
  background-color: #fff;
  padding: 0.8375rem;
}
.menu-sub-mb {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #0a0a0a73;
  height: 100%;
  left: -100%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.close-menu-mb__icon {
  margin-left: auto;
  display: block;
  font-size: 30px;
}
.menu-sub-mb-wrapper {
  width: 250px;
  background: #f1f9ff;
  height: 100%;
  padding: 1rem;
}
.menu-sub-mb.open {
  left: 0;
}
.footer-navbar__items {
  margin-bottom: 1.5rem;
}
.footer-navbar__items ~ .footer-navbar__items {
  margin-left: 4rem;
}
/* radio======================================================================= */
.radio-top {
  overflow: hidden;
}
.radio-top__chart {
  max-width: 320px;
}
.radio-top__chartwhite {
  max-width: 45px;
}
.radio-top-center {
  margin-top: 75px;
}
.radio-top__logo {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}
.radio-top__logo img {
  height: 30px;
  width: auto;
}
.radio-icon-share {
  width: 2.25rem;
  height: 2.25rem;
}
.radio-icon-share + .radio-icon-share {
  margin-left: 0.625rem;
}
.radio-icon-share img {
  height: 1rem;
  width: auto;
}
.radio-toggle {
  display: inline-block;
  width: 28px;
  height: 16px;
  position: relative;
  margin-bottom: 0;
}
.radio-toggle input[type="checkbox"] {
  display: none;
}
.radio-slider {
  position: relative;
  background-color: #00672a;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  cursor: pointer;
}
.radio-slider:before {
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 10px;
  left: 3px;
  position: absolute;
  transition: 0.4s;
  width: 10px;
  border-radius: 50%;
}
.radio-toggle input[type="checkbox"]:checked + .radio-slider {
  background-color: #07a787;
}
.radio-toggle input[type="checkbox"]:checked + .radio-slider:before {
  transform: translateX(12px);
}
.radio-playlist {
  white-space: nowrap;
  overflow: auto;
}
.radio-playlist::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
.radio-playlist__item {
  opacity: 0.3;
  transition: all 0.3s linear;
  cursor: pointer;
}
.radio-playlist__item.active {
  opacity: 1;
}
.radio-playlist__item ~ .radio-playlist__item {
  margin-left: 3rem;
}
.radio-playlist__img {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 6px;
}
.radio-playlist__img img {
  width: 2rem;
  height: auto;
}
.radio-playlist__hidebg {
  width: 10rem;
  height: 100%;
  background: linear-gradient(to right, #00883770 0%, #008837 100%);
  right: 0;
}
.radio-long {
  width: 50%;
}
.radio-play {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
}
.radio-reload-prev,
.radio-reload-next,
.radio-volum__icon {
  cursor: pointer;
}
.radio-reload-prev:hover,
.radio-reload-next:hover,
.radio-volum__icon:hover,
.radio-play:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.radio-reload-prev img,
.radio-reload-next img {
  height: 1.625rem;
  width: auto;
}
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;
}

input[type="range"]::-webkit-slider-runnable-track {
  box-shadow: none;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}

input[type="range"]::-moz-range-track {
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-moz-focus-outer {
  border: 0;
}

input[type="range"]::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border: 0;
  background: #00942c;
  border-radius: 100%;
  -webkit-appearance: none;
}

input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 0;
  background: #00942c;
  border-radius: 100%;
  -webkit-appearance: none;
}
.radio-footer figure.expNoEdit {
    display: none;
}
.content_audio_detail p, .content_audio_detail{
  width: 100%;
}
/* end radio======================================================================= */
#content_detail.emanazine.cont_n .main-content-block__content p, #content_detail.cont_n.emanazine .main-content-block__content .blockquote {
    width: 680px;
    max-width: 100%;
    font-size: 18px;
    /*margin: auto;*/
}
.main-content-block__content .quote-inner.expNoEdit {
    width: 400px !important;
    max-width: 100% !important;
    padding: 0px 20px !important;
}
#content_detail.cont_n .main-content-block__content .quote-inner.expNoEdit blockquote.quote.expEdit {
    background-color: #ebf9ff !important;
    border-top: 5px solid #afe0f3 !important;
    /*padding: 2rem 2rem 2rem 4rem !important;*/
    padding: 25px 15px 5px 4rem !important;
    position: relative;
    background-image: none !important;
}
.main-content-block__content .quote-inner.expNoEdit figure.expNoEdit {
    display: none;
}
    /*.tool_scrool .copy-link {
        position: relative;
        margin-right: 10px;
        background: #0dab76;
        width: 24px;
        height: 23px;
        line-height: 23px;
        text-align: center;
        border-radius: 50%;
        color: #fff !important;
        font-size: 11px;
    }*/

    .change-font-box {
        position: absolute;
        height: 24px;
        line-height: 24px;
        background: #e7e7e7;
        transform: translateX(-50%);
        left: 50%;
        z-index: 10;
        top: calc(100% + 1px);
        display: none;
    }

    .change-font-box button {
        width: 24px;
        line-height: 20px;
        border: 0;
        cursor: pointer;
        outline: 0;
    }

    .change-font {
        cursor: pointer;
        display: inline-block;
        text-align: center;
        position: relative;
    }

    .change-font-hint {
        background: #004f8b;
        font-size: 14px;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        padding: 10px 30px 10px 10px;
        position: absolute;
        width: 225px;
        top: 40px;
        left: -100px;
        display: none;
    }

    .change-font-hint:before {
        content: '';
        position: absolute;
        left: 100px;
        top: -6px;
        width: 0;
        height: 0;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #004f8b;
    }

    .close-hint {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 27px;
        font-weight: 400;
        cursor: pointer;
        padding: 7px;
    }

    /*.change-font .zoom-out {
        font-size: 10px;
        margin-right: -5px;
    }*/

    .change-font .zoom-in {
        font-size: 15px;
    }

    @media (max-width: 767px) {
        .top_scroll .zalo-share-button {
            border-radius: 100%;
        }

        .content iframe {
            width: 100%;
        }
        .you_video {
            height: 250px;
        }
/*        .tool_scrool {
            float: right;
        }

        a.icon-kcf {
            color: #fff;
            background: #2851A3;
            text-align: center;
            font-size: 11px;
            padding: 0 7px;
            border-radius: 100%;
            margin-right: 10px;
            max-height: 20px;
        }

        .tool_scrool ._2tga._8j9v {
            padding: 0 2px;
        }

        span._49vh._2pi7 {
            display: none;
        }

        .fix_box_like {
            position: relative;
            max-width: 20px;
            margin-right: 10px;
            width: 20px;
            display: inline-block;
            height: 20px;
            background: #4281ff;
            border-radius: 50%;
            overflow: hidden;
        }

        .top_scroll .fb-like {
            position: absolute;
            left: -3px;
        }

        .top_scroll .fb-like iframe {
            max-width: 20px !important;
            border-radius: 100%;
        }

        a.box-comment span.icon-cm {
            color: #fff;
            background: #999;
            padding: 4px 6px;
            border-radius: 100%;
            font-size: 10px;
        }

        a.box-comment {
            margin-right: 44px;
            margin-left: 8px;
        }

        span.count_comment {
            position: relative;
            float: right;
            border: 1px solid #cdcdcd;
            border-radius: 3px;
            margin-left: 5px;
            color: #229f38;
            padding: 0 4px;
        }

        span.count_comment:after {
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -5px;
            left: -4px;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #e7e7e7;
        }

        span.count_comment:before {
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -5px;
            left: -6px;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #cdcdcd;
        }

        span.count-like,
        .count-share-fb {
            position: relative;
            float: right;
            border: 1px solid #cdcdcd;
            border-radius: 3px;
            margin-left: 0;
            color: #229f38;
            padding: 0 4px;
            margin-right: 5px;
        }

        .count-like:after,
        .count-share-fb:after {
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -5px;
            left: -4px;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #e7e7e7;
        }

        .count-like:before,
        .count-share-fb:before {
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -5px;
            left: -6px;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 5px solid #cdcdcd;
        }

        .icon-home-fix {
            float: left;
        }

        .icon-home-fix a {
            color: #444;
            color: #444;
            font-size: 23px;
            margin-left: 7px;
            position: absolute;
            top: 3px;

        }

        .page-content-left {
            margin-right: 0;
        }*/
    }

    .vip_quote-inner p.vip_per:before {
          content: "";
          position: absolute;
          width: 100px;
          height: 3px;
          background: #afe0f3;
          top: -14px;
      }

      p.vip_per {
          position: relative;
          margin-top: 30px !important;
      }
  
    @media only screen and(max-width: 768px){
        .jw-icon .jw-icon-rewind .jw-button-color .jw-reset >svg{
            color: #ffffff;
        }
        .jw-display{
            padding: 0px!important;
        }
        .jw-breakpoint-1 .jw-display-icon-container{
            padding: 0;
        }
    }
    section.radio-block iframe {
        height: 65px;
        margin-top: 30px;
    } 
    /*#content_detail figure.expNoEdit.large {
        width: 100%;
    }

    #content_detail figure.expNoEdit.large img {
        width: 100% !important;
    }
    #content_detail figure.expNoEdit.full {
        width: 100%;
    }*/
    .quote-inner.vip_quote-inner blockquote.quote {
        color: #2a6049 !important;
    }
    .quote-inner.vip_quote-inner blockquote.quote p.vip_per{
      color: #444 !important;;
    }
    .vip_quote-inner>p.expEdit {
        display: none;
    }

    .quote-inner.vip_quote-inner {
        margin-bottom: 0px !important;
    }

    #content_detail.emanazine .cont .quote-inner.vip_quote-inner blockquote.quote {
        margin-bottom: 5px !important;
    }
    .cont {
        margin-top: 35px;
    }
    .main-content-page.main-content-page-detail {
        padding-top: 0;
    }

    .main-content-page.main-content-page-detail .detail-tag {
        margin-bottom: 30px;
    }
    .main-content-page.main-content-page-detail .detail-body {
/*      padding-top: 20px;*/
    }
    .audi_mb {
      margin: 20px auto;
    }
    .cont a {color: #508ca4;}
