@charset "UTF-8";
:root {
  --news-cate: #181D27;
  --color_black: #181D27;
  --news-title: #3D3D3D;
  --color_3D3: #3D3D3D;
  --news-decs: #888;
  --color_888: #888;
}

.sec--news-detail.rowfull-margin {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sec--news-detail.rowfull-margin {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.news-detail-container {
  width: 1120px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 1120px) {
  .news-detail-container {
    width: 100%;
  }
}
.news-detail-container .category-label {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 16px;
  color: var(--news-cate);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.other-products.other_products_sticky {
  z-index: -1;
  position: fixed;
  top: 150px;
  top: 170px;
  left: calc(50% + 220px);
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .other-products.other_products_sticky {
    left: unset;
    right: 15px;
  }
}
.other-products .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.other-products .item:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .other-products .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    width: 320px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .other-products .item {
    width: 100%;
    max-width: 430px;
    margin-bottom: 16px;
  }
}
.other-products .item img {
  width: 125px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  .other-products .item img {
    width: 140px;
    height: 84px;
  }
}
@media screen and (max-width: 991px) {
  .other-products .item img {
    width: 125px;
    height: 100px;
  }
}
.other-products .item .div-name {
  line-height: 22px;
  margin-bottom: 8px;
}
.other-products .item .div-name .name-product {
  color: var(--color_3D3);
  font-weight: 600;
  font-size: 16px;
  max-height: 41px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.other-products .item .div-text {
  line-height: 20px;
  margin-bottom: 2px;
}
.other-products .item .div-text .text {
  color: #888;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.other-products .item .div-price {
  line-height: 20px;
  margin-bottom: 0;
}
.other-products .item .div-price .price {
  color: var(--primaryBlue);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.other-products .div-items {
  padding-top: 8px;
  overflow-y: auto;
  max-height: 358px;
}
.other-products .div-items::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.other-products .div-items::-webkit-scrollbar-track {
  background-color: rgba(209, 213, 219, 0);
}
.other-products .div-items::-webkit-scrollbar-thumb {
  background: none;
  border-radius: 12px;
}
.other-products .div-items:hover::-webkit-scrollbar-thumb {
  background: rgb(228, 228, 228);
}
@media screen and (max-width: 991px) {
  .other-products .div-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 540px) {
  .other-products .div-items {
    display: block;
    max-height: 342px;
  }
}
@media screen and (max-height: 890px) {
  .other-products .div-items {
    max-height: 300px;
  }
}
@media screen and (max-height: 800px) {
  .other-products .div-items {
    max-height: 240px;
  }
}
.chapter-list {
  /*
  &.sticky {
      background: #fff;
      z-index: 1000;

      position: fixed;
      top: 110px;
      left: calc(50% + 219px);
      display: none;

      @media screen and (max-width: 1100px) {
          left: calc(50% + 183px);
      }

      @media screen and (max-width: 991px) {
          left: unset;
          right: 8px;
          top: 79px;
      }

      .block-share {
          padding-top: 10px;
      }
  }

  &.bottom__0 {
      bottom: 120px;
      top: unset;

      @media screen and (max-width: 540px) {
          bottom: 170px;
      }
  }
  */
}
.chapter-list .block-share {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--color_3D3);
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.chapter-list .block-share .share-label {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .chapter-list .block-share .share-label {
    margin-right: 2px;
    font-size: 14px;
  }
}
.chapter-list .block-share .share-link {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 8px;
}
.chapter-list .block-share .share-link.share-fb {
  background: #F7F7F8 url("../images/link-fb.png") center/9px 16px no-repeat;
}
.chapter-list .block-share .share-link.share-link-text {
  background: #F7F7F8 url("../images/link-text.png") center/16px 16px no-repeat;
}
.chapter-list .block-share.block_share_sticky {
  z-index: -1;
  position: fixed;
  top: 122px;
  left: calc(50% + 220px);
  width: 340px;
}
@media screen and (max-width: 1024px) {
  .chapter-list .block-share.block_share_sticky {
    left: unset;
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .chapter-list .block-share {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
.chapter-list .div_sticky {
  position: absolute;
  right: 0;
  width: 340px;
  /**/
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: none;
}
.chapter-list .div_sticky .div_sticky_child {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.chapter-list .div_sticky .div_sticky_child.sticky {
  background: #fff;
  z-index: -1;
  position: fixed;
  top: 171px;
  left: calc(50% + 220px);
  width: 340px;
}
@media screen and (max-width: 1100px) {
  .chapter-list .div_sticky .div_sticky_child.sticky {
    left: calc(50% + 183px);
  }
}
@media screen and (max-width: 1024px) {
  .chapter-list .div_sticky .div_sticky_child.sticky {
    left: unset;
    right: 15px;
    top: 170px;
  }
}
@media screen and (max-width: 991px) {
  .chapter-list .div_sticky .div_sticky_child.sticky {
    left: unset;
    right: 8px;
    top: 79px;
  }
}
.chapter-list .div_sticky .div_sticky_child.sticky .block-share {
  padding-top: 10px;
}
@media screen and (max-width: 540px) {
  .chapter-list .div_sticky .div_sticky_child.bottom__0 {
    bottom: 170px;
  }
}
@media screen and (max-width: 991px) {
  .chapter-list .div_sticky .div_sticky_child {
    position: fixed;
    top: 221px;
    right: 15px;
    width: 200px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(66, 66, 66, 0.3);
            box-shadow: 0 0 2px 0 rgba(66, 66, 66, 0.3);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
  }
  .chapter-list .div_sticky .div_sticky_child.mobile-sticky {
    position: fixed;
    top: 104px;
  }
  .chapter-list .div_sticky .div_sticky_child.mobile-no_sticky {
    position: absolute;
    top: unset;
    bottom: 82px;
    right: 0;
  }
}
@media screen and (max-width: 820px) {
  .chapter-list .div_sticky .div_sticky_child.mobile-sticky {
    top: 104px;
  }
  .chapter-list .div_sticky .div_sticky_child.mobile-no_sticky {
    bottom: 82px;
  }
}
@media screen and (max-width: 540px) {
  .chapter-list .div_sticky .div_sticky_child {
    top: 217px;
  }
}
.chapter-list .div_sticky .div_sticky_child.opacity_1 {
  opacity: 1;
}
.chapter-list .div_sticky.display_none {
  display: none;
}
.chapter-list .div_sticky.display_block {
  display: block;
}

.sec--sw-article {
  width: 100%;
  border-top: 1px solid #E7E7E7;
}
.sec--sw-article .sw-article--container {
  width: 1440px;
  margin: 0 auto;
  padding: 56px 0;
}
@media screen and (max-width: 1440px) {
  .sec--sw-article .sw-article--container {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 991px) {
  .sec--sw-article .sw-article--container {
    padding: 40px 0;
  }
}
.sec--sw-article .sw-article--container .category-label {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 16px;
  color: var(--news-cate);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec--sw-article .sw-article--container .category-label {
    font-size: 24px;
    line-height: 32px;
  }
}

.sec-other-products--m {
  width: 100%;
  display: none;
}
@media screen and (max-width: 991px) {
  .sec-other-products--m {
    display: block;
  }
}
.sec-other-products--m .other-products--mobile {
  margin: 0 auto 56px;
}
@media screen and (max-width: 991px) {
  .sec-other-products--m .other-products--mobile {
    width: calc(100% - 30px);
  }
}
.sec-other-products--m .other-products--mobile .category-label {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 16px;
  color: var(--news-cate);
}
.sec-other-products--m .other-products--mobile .other-products-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-other-products--m .other-products--mobile .other-products-content .other-products-item {
  width: calc(33% - 8px);
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12px;
}
.sec-other-products--m .other-products--mobile .other-products-content .other-products-item img {
  width: 100%;
  height: 100px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 4px;
}
.sec-other-products--m .other-products--mobile .other-products-content .other-products-item .block_text .name_product {
  margin: 0;
  color: var(--primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  max-height: 44px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec-other-products--m .other-products--mobile .other-products-content .other-products-item .block_text .div_text span {
  color: #888;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
  display: block;
}
.sec-other-products--m .other-products--mobile .other-products-content .other-products-item .block_text .div_text p {
  margin: 0;
  color: var(--primaryBlue);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .sec-other-products--m .other-products--mobile .other-products-content .other-products-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 540px) {
  .sec-other-products--m .other-products--mobile .other-products-content .other-products-item {
    grid-template-columns: 1fr 1.7fr;
  }
}
@media (max-width: 991px) {
  .sec-other-products--m .other-products--mobile .other-products-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 8px;
  }
  .sec-other-products--m .other-products--mobile .other-products-content::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  .sec-other-products--m .other-products--mobile .other-products-content::-webkit-scrollbar-track {
    background-color: rgba(209, 213, 219, 0);
  }
  .sec-other-products--m .other-products--mobile .other-products-content::-webkit-scrollbar-thumb {
    background: rgb(228, 228, 228);
    border-radius: 12px;
  }
  .sec-other-products--m .other-products--mobile .other-products-content .other-products-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 248px;
            flex: 0 0 248px;
    width: 248px;
  }
}
.sec-other-products--m .other-products--mobile .div-share--mobile .block-share--mobile {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--color_3D3);
  border-top: 1px solid #E7E7E7;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.sec-other-products--m .other-products--mobile .div-share--mobile .block-share--mobile .share-label {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .sec-other-products--m .other-products--mobile .div-share--mobile .block-share--mobile .share-label {
    margin-right: 2px;
    font-size: 14px;
  }
}
.sec-other-products--m .other-products--mobile .div-share--mobile .block-share--mobile .share-link {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 8px;
}
.sec-other-products--m .other-products--mobile .div-share--mobile .block-share--mobile .share-link.share-fb {
  background: #F7F7F8 url("../images/link-fb.png") center/9px 16px no-repeat;
}
.sec-other-products--m .other-products--mobile .div-share--mobile .block-share--mobile .share-link.share-link-text {
  background: #F7F7F8 url("../images/link-text.png") center/16px 16px no-repeat;
}

.article-toc {
  position: relative;
}
.article-toc .block_link_register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-toc .block_link_register a {
  background: #4564ED;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  border-radius: 8px;
}
.article-toc a.block_link_register {
  text-align: center !important;
  background: #4564ED !important;
  color: #fff !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 48px !important;
  border-radius: 8px !important;
  width: 220px;
  margin: 0 auto;
  display: block !important;
}
.article-toc blockquote {
  border-left: 2px solid #4564ED;
  padding: 8px 0 8px 22px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.article-toc .row {
  margin-left: unset;
  margin-right: unset;
}
.article-toc [class^=col-] {
  padding-left: 4px;
  padding-right: 4px;
}
.article-toc .thumbnail {
  padding: 6px;
}
.article-toc .thumbnail .caption {
  padding: 0;
}
.article-toc ul {
  list-style: disc;
  margin-left: 15px;
}
.article-toc ul li {
  list-style: disc;
}
.article-toc ol {
  list-style: decimal;
  margin-left: 15px;
}
.article-toc ol li {
  list-style: decimal;
}

.block--register-package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.block--register-package .package-item {
  width: calc(33.3% - 12px);
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}
.block--register-package .package-item a {
  padding: 0;
  background: none;
  border-radius: 0px;
  position: unset;
  left: unset;
  -webkit-transform: unset;
          transform: unset;
}
.block--register-package .package-item img {
  width: 100%;
  height: 218px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 4px;
}
.block--register-package .package-item .div-package {
  margin: 8px 0 16px;
}
.block--register-package .package-item .div-package .package-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--color_3D3);
  margin-bottom: 2px;
  display: block;
}
.block--register-package .package-item .div-package .div-price {
  color: rgb(136, 136, 136);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.block--register-package .package-item .div-package .div-price span {
  font-weight: 500;
  color: #4564ED;
  padding-left: 4px;
}
.block--register-package .package-item .link-register {
  text-align: center;
  background: #4564ED;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  border-radius: 8px;
  width: auto;
  display: inline-block;
  width: 100%;
}
@media (max-width: 991px) {
  .block--register-package .package-item {
    width: 222px;
  }
}
@media screen and (max-width: 768px) {
  .block--register-package .package-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 222px;
            flex: 0 0 222px;
    width: 222px;
  }
}
@media screen and (max-width: 768px) {
  .block--register-package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .block--register-package::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .block--register-package::-webkit-scrollbar-track {
    background-color: rgba(209, 213, 219, 0);
  }
  .block--register-package::-webkit-scrollbar-thumb {
    background: none;
    border-radius: 12px;
  }
  .block--register-package:hover::-webkit-scrollbar-thumb {
    background: rgb(228, 228, 228);
  }
}

.breadcrumb-news {
  position: relative;
  width: 100%;
  display: block;
  background: #F7F7F8;
}
.breadcrumb-news .rowfull-margin {
  padding: 0;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb-news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.breadcrumb-news ul li {
  margin-right: 20px;
  position: relative;
  list-style: none;
}
.breadcrumb-news ul li a {
  color: #888888;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 8px;
}
.breadcrumb-news ul li a:hover {
  color: var(--Orange);
}
.breadcrumb-news ul li span {
  color: #888888;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 8px;
}
.breadcrumb-news ul li.active a, .breadcrumb-news ul li.active span {
  color: #3D3D3D;
}
.breadcrumb-news ul li::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 20px;
  height: 22px;
  background: url("../images/arrow-breadcrumb.png") no-repeat center;
  background-size: 12px;
}
.breadcrumb-news ul li:nth-last-child(1) {
  margin-right: 0;
}
.breadcrumb-news ul li:nth-last-child(1)::after {
  display: none;
}
.breadcrumb-news ul li.home-news-text span:nth-of-type(1) {
  background: url("../images/icon-home-news.svg") 0 0 no-repeat;
  background-size: 13px;
  width: 13px;
  height: 13px;
  display: none;
}
@media screen and (max-width: 991px) {
  .breadcrumb-news ul li.home-news-text span:nth-of-type(1) {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb-news ul li.home-news-text span:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .breadcrumb-news ul {
    padding-left: 7px;
    padding-right: 7px;
  }
  .breadcrumb-news .rowfull-margin {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-news ul {
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumb-news ul::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .breadcrumb-news ul::-webkit-scrollbar-track {
    background-color: rgba(209, 213, 219, 0);
  }
  .breadcrumb-news ul:hover::-webkit-scrollbar-thumb {
    background: rgb(228, 228, 228);
    border-radius: 12px;
  }
}

.nav-news {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 56px;
}
.nav-news .scroll--horizontal::-webkit-scrollbar {
  height: 0px !important;
  width: 0px !important;
}
.nav-news .scroll--horizontal::-webkit-scrollbar-track {
  background-color: rgba(209, 213, 219, 0);
}
.nav-news .scroll--horizontal:hover::-webkit-scrollbar-thumb {
  background: rgb(228, 228, 228);
  border-radius: 12px;
}
@media screen and (max-width: 820px) {
  .nav-news {
    margin-bottom: 40px;
  }
}
.nav-news .rowfull-margin {
  padding: 0;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.nav-news .rowfull-margin::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #E7E7E7;
  bottom: 10%;
  z-index: -1;
}
.nav-news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  overflow: auto;
  white-space: nowrap;
  position: relative;
}
.nav-news ul li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nav-news ul li a {
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 4px;
  margin-right: 12px;
  position: relative;
}
.nav-news ul li:nth-last-child(1) a {
  margin-right: 0;
}
.nav-news ul li.active::after {
  position: absolute;
  content: "";
  width: calc(100% - 12px);
  height: 2px;
  background: var(--primaryBlue);
  bottom: 2px;
}
.nav-news ul li.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #E7E7E7;
  bottom: 2px;
}
.nav-news ul li.active:nth-last-child(1)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--primaryBlue);
  bottom: 2px;
}
.nav-news ul li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #E7E7E7;
  bottom: 2px;
}
@media screen and (max-width: 1440px) {
  .nav-news .rowfull-margin {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}

.news-tagsearch {
  width: 100%;
  display: block;
  padding: 56px 0;
}
.news-tagsearch.border-top {
  border-top: 1px solid #E7E7E7;
}
.news-tagsearch .rowfull-margin {
  padding: 0;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.news-tagsearch .category-label {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 16px;
  color: var(--news-cate);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .news-tagsearch .category-label {
    font-size: 24px;
    line-height: 32px;
  }
}
.news-tagsearch .tags {
  margin-left: 0;
}
.news-tagsearch .tags li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
  margin-bottom: 8px;
}
.news-tagsearch .tags li a {
  background: #F7F7F8;
  line-height: 20px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--news-title);
  border-radius: 6px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.news-tagsearch .tags li a:hover {
  background: #f1f1f1;
  color: var(--Orange);
}
@media screen and (max-width: 1440px) {
  .news-tagsearch .rowfull-margin {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .news-tagsearch {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 820px) {
  .news-tagsearch {
    padding: 40px 0;
  }
}

.main-toc-contain {
  position: relative;
}
.main-toc-contain .toc-author {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--primaryBlue);
  margin-bottom: 24px;
}

.article-toc {
  width: calc(100% - 366px);
  width: calc(100% - 446px);
  padding-right: 80px;
  padding-right: 0;
  margin-right: 24px;
  color: var(--color_3D3);
  font-size: 16px;
  min-height: 725px;
  overflow: hidden;
}
.article-toc.width_100 {
  width: 100%;
  padding-right: 0;
}
.article-toc.width_100 .article--col-left {
  width: calc(100% - 366px);
}
.article-toc.width_100 .article--col-right {
  width: 360px;
}
@media screen and (max-width: 991px) {
  .article-toc {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
}
.article-toc img {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto;
  border-radius: 8px;
  display: block;
}
.article-toc img.lazyload {
  display: block;
  margin: 0 auto;
}
.article-toc .block_head {
  margin-bottom: 56px;
}
.article-toc .block_head .toc-author {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--primaryBlue);
  margin-bottom: 24px;
}
.article-toc .block_head .toc--label-head {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: var(--color_3D3);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .article-toc .block_head .toc--label-head {
    font-size: 32px;
    line-height: 44px;
  }
}
.article-toc .block_head .toc--sub-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--color_3D3);
  margin-bottom: 24px;
}
.article-toc .block_h2 h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: var(--primaryBlue);
}
@media screen and (max-width: 540px) {
  .article-toc .block_h2 h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.article-toc .block_h2 h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--color_3D3);
  margin: 0 0 8px;
}
.article-toc .block_h2 p {
  line-height: 22px;
  margin: 0 0 24px;
}
.article-toc .block_h2 p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.article-toc .block_h2 .description-img {
  border-left: 2px solid #4564ED;
  padding: 8px 0 8px 22px;
  display: block;
  margin: 16px 0 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.article-toc h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: var(--color_3D3);
  margin: 0 0 8px;
}
.article-toc h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: var(--primaryBlue);
  display: inline-block;
  margin: 0 0 10px;
}
@media screen and (max-width: 540px) {
  .article-toc h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.article-toc h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: var(--color_3D3);
  margin: 0 0 8px;
}
.article-toc h4, .article-toc h5, .article-toc h6 {
  color: var(--color_3D3);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  margin-top: 0;
}
.article-toc p {
  line-height: 22px;
  margin-bottom: 5px;
}
.article-toc p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.article-toc .description-img {
  border-left: 2px solid #4564ED;
  padding: 8px 0 8px 22px;
  display: block;
  margin: 16px 0 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.article-toc table {
  border: 1px solid #ccc !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: auto !important;
}
.article-toc table td, .article-toc table th {
  padding: 16px 12px !important;
  border: 1px solid #ccc !important;
  line-height: 21px;
  vertical-align: top;
}
.article-toc .news-tagsearch {
  border-top: 1px solid #E7E7E7;
  padding-top: 40px;
  padding-bottom: 0;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .article-toc .news-tagsearch {
    padding-bottom: 16px;
    padding-top: 24px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 540px) {
  .article-toc .news-tagsearch {
    padding-top: 28px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 540px) {
  .article-toc .news-tagsearch {
    padding-top: 24px;
    margin-top: 24px;
  }
}

.toc-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .toc-wrap {
    background: #fff;
    width: 100%;
    position: unset;
    /* border: 1px solid #E7E7E7;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 0 2px 0 rgba(66, 66, 66, .3);
    */
  }
}
.toc-wrap.chapter-list .label-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 16px;
  padding-bottom: 16px;
  padding: 16px 0;
}
@media screen and (max-width: 991px) {
  .toc-wrap.chapter-list .label-title {
    font-size: 17px;
    line-height: 32px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 0;
  }
}
.toc-wrap.chapter-list .other-products .label-title {
  /* padding-top: 0; */
}
.toc-wrap ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
.toc-wrap ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #dfdfdf;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.toc-wrap #toc {
  max-height: 22vh;
  overflow-y: scroll;
}
.toc-wrap #toc a:hover {
  text-decoration: underline;
}
.toc-wrap #toc .catalogue-list {
  list-style: none;
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .toc-wrap #toc .catalogue-list {
    padding-bottom: 15px;
  }
}
.toc-wrap #toc .toc-item {
  padding-bottom: 4px;
  list-style: none;
}
.toc-wrap #toc .toc-item a {
  color: var(--color_888);
  border-left: 2px solid transparent;
  padding: 4px 0 8px 16px;
  margin-bottom: 4px;
  display: block;
  line-height: 22px;
  max-height: 47px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toc-wrap #toc .toc-item a.toc-active {
  font-weight: 600;
  color: var(--color_3D3);
  border-left: 2px solid #4564ED;
}
.toc-wrap #toc .toc-item a:hover, .toc-wrap #toc .toc-item a:focus {
  text-decoration: none;
  color: var(--color_3D3);
}
.toc-wrap #toc .toc-item.toc-article {
  display: none;
}
.toc-wrap #toc .toc-h2 {
  margin-left: 0;
}
.toc-wrap #toc .toc-h2:nth-last-child(1) {
  padding-bottom: 0px;
}
.toc-wrap #toc .toc-h2:nth-last-child(1).toc-item a {
  margin-bottom: 0;
  padding-bottom: 0;
}
.toc-wrap #toc .toc-h3 {
  margin-left: 15px;
  margin-bottom: 6px;
}
.toc-wrap #toc .toc-h4 {
  margin-left: 15px;
  margin-bottom: 6px;
}
.toc-wrap #toc .toc-h5 {
  margin-left: 15px;
  margin-bottom: 6px;
}
.toc-wrap #toc .toc-h6 {
  margin-left: 15px;
  margin-bottom: 6px;
}

.toc-wrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  #label_title_toc {
    display: none;
    padding-left: 18px;
  }
}

/* Ẩn nút khi màn hình > 991px */
.toggle-chapter-list {
  border: 1px solid #E7E7E7;
  background: #fff url("../images/book-icon.svg") center/20px 20px no-repeat;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: -1px;
  right: -1px;
  color: #000;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 10;
  -webkit-box-shadow: 0 1px 3px -1px rgba(66, 66, 66, 0.3);
          box-shadow: 0 1px 3px -1px rgba(66, 66, 66, 0.3);
}
.toggle-chapter-list.toggle_chapter_sticky {
  position: fixed;
  right: 10px;
  top: 82px;
  z-index: 1001;
}

/* Responsive: Hiện nút khi width ≤ 991px */
@media (max-width: 991px) {
  .toggle-chapter-list {
    display: block;
    position: fixed;
    top: 220px;
    right: 14px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .toggle-chapter-list.chapter_list_sticky {
    top: 103px;
  }
  .toggle-chapter-list.chapter_list_no_sticky {
    position: absolute;
    top: unset;
    bottom: 217px;
    right: -1px;
  }
  /* Ẩn #toc ban đầu trên mobile */
  #toc {
    display: none;
  }
  /* Khi #toc có class .show thì hiện */
  #toc.show {
    display: block;
  }
}
@media (max-width: 820px) {
  .toggle-chapter-list {
    top: 220px;
  }
  .toggle-chapter-list.chapter_list_sticky {
    top: 103px;
  }
}
@media (max-width: 540px) {
  .toggle-chapter-list {
    top: 217px;
  }
  .toggle-chapter-list.chapter_list_sticky {
    top: 103px;
  }
}
.parents_promotions {
  position: relative;
}
.parents_promotions .swiper-button-next,
.parents_promotions .swiper-button-prev {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.7) url("../images/owl-arrow-right.svg") no-repeat center center/26px;
  right: -25px;
}
.parents_promotions .swiper-button-next::after,
.parents_promotions .swiper-button-prev::after {
  display: none;
}
.parents_promotions .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: unset;
  left: -25px;
}
.parents_promotions .swiper-button-next.swiper-button-disabled,
.parents_promotions .swiper-button-prev.swiper-button-disabled {
  pointer-events: unset;
  display: none;
}
.parents_promotions .swiper-button-disabled.swiper-button-lock {
  display: none !important;
}

.swiper.sw-promotions {
  width: 1440px;
  height: auto;
  min-height: 100px;
  margin: 0 auto;
}
.swiper.sw-promotions .swiper-slide .cards {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.swiper.sw-promotions .swiper-slide .cards .top .img-card {
  height: 271px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper.sw-promotions .swiper-slide .cards .top .img-card span {
  width: 100%;
  height: 100%;
}
.swiper.sw-promotions .swiper-slide .cards .top .img-card span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  margin: 0 auto;
  border-radius: 10px;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.swiper.sw-promotions .swiper-slide .cards .bottom {
  padding: 16px 0 0;
}
.swiper.sw-promotions .swiper-slide .cards .bottom .link {
  color: var(--news-decs);
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin: 0;
}
.swiper.sw-promotions .swiper-slide .cards .bottom .link h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--news-title);
  margin-bottom: 2px;
  max-height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper.sw-promotions .swiper-slide .cards .bottom .link h4, .swiper.sw-promotions .swiper-slide .cards .bottom .link span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4564ED;
  margin-bottom: 8px;
}
.swiper.sw-promotions .swiper-slide .cards .bottom .link div small {
  font-size: 14px;
  font-weight: 600;
  color: #4564ED;
  padding-left: 4px;
}
.swiper.sw-promotions.sw-article .swiper-slide .cards .top .img-card {
  height: 200px;
}
.swiper.sw-promotions.sw-article .swiper-slide .cards .bottom {
  padding-top: 20px;
}
.swiper.sw-promotions.sw-article .swiper-slide .cards .bottom .link h5 {
  max-height: 43px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.js_promotions_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 12px;
}

@media screen and (max-width: 1439px) {
  .swiper.sw-promotions {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .parents_promotions .swiper-button-next,
  .parents_promotions .swiper-button-prev {
    display: none;
  }
  .js_promotions_center {
    padding-left: 8px;
  }
}
@media screen and (max-width: 820px) {
  .swiper.sw-promotions .swiper-slide {
    width: 39vw;
  }
}
@media screen and (max-width: 768px) {
  .parents_promotions .swiper-button-next,
  .parents_promotions .swiper-button-prev {
    display: none;
  }
  .swiper.sw-promotions .swiper-slide {
    width: 40vw;
  }
  .swiper.sw-promotions .swiper-slide .cards .top .img-card {
    height: 180px;
  }
}
@media screen and (max-width: 540px) {
  .swiper.sw-promotions .swiper-slide {
    width: 62vw;
  }
  .swiper.sw-promotions .swiper-slide .cards .bottom .link {
    font-size: 14px;
  }
  .swiper.sw-promotions .swiper-slide .cards .bottom .link h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .swiper.sw-promotions .swiper-slide .cards .bottom .link div {
    line-height: 20px;
  }
  .swiper.sw-promotions .swiper-slide .cards .bottom .link div small {
    font-size: 14px;
  }
}/*# sourceMappingURL=news-detail.css.map */
