:root {
  --font-pri: "Be Vietnam Pro", sans-serif;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 0.8rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --h-header: 12rem;
  --h-fixed-header: 4rem;
  --h-hidden-header: 12rem;
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: -1.6rem 0 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-3: 0 4rem 4rem 0 rgba(0, 0, 0, 0.05);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(55%) sepia(83%) saturate(947%) hue-rotate(165deg) brightness(91%) contrast(91%);
  --filter-sec: brightness(0) saturate(100%) invert(66%) sepia(41%) saturate(1899%) hue-rotate(337deg) brightness(100%) contrast(101%);
}

.sdn-content > * {
  line-height: 150%;
  color: #131313;
}
.sdn-content b,
.sdn-content strong {
  font-weight: 600;
}
.sdn-content em,
.sdn-content i {
  font-style: italic;
}
.sdn-content h1,
.sdn-content h2,
.sdn-content h3,
.sdn-content h4,
.sdn-content h5,
.sdn-content h6 {
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.sdn-content h1 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .sdn-content h1 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .sdn-content h1 {
    font-size: 2.2rem;
  }
}
.sdn-content h2 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .sdn-content h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .sdn-content h2 {
    font-size: 2.1rem;
  }
}
.sdn-content h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .sdn-content h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .sdn-content h3 {
    font-size: 1.6rem;
  }
}
.sdn-content h4 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .sdn-content h4 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .sdn-content h4 {
    font-size: 1.5rem;
  }
}
.sdn-content h5 {
  font-size: 1.4rem;
}
.sdn-content h6 {
  font-size: 1.2rem;
}
.sdn-content p {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.sdn-content ul,
.sdn-content ol {
  margin: 2.4rem 0;
  list-style-position: inside;
}
.sdn-content ul ul,
.sdn-content ul ol,
.sdn-content ol ul,
.sdn-content ol ol {
  margin-left: 1em;
}
.sdn-content ul li {
  margin: 0.8rem 0;
  font-size: 1.4rem;
  position: relative;
  padding-left: 2.4rem;
}
.sdn-content ul li::before {
  content: "";
  left: 0rem;
  top: 1.8rem;
  position: absolute;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
}
.sdn-content ol {
  list-style-type: decimal;
}
.sdn-content ul ul,
.sdn-content ol ul {
  list-style-type: circle;
}
.sdn-content ol ol,
.sdn-content ul ol {
  list-style-type: lower-latin;
}
.sdn-content img,
.sdn-content iframe {
  height: auto;
  margin: 2rem 0;
  user-select: none;
  max-width: 100% !important;
  border-radius: var(--radius-m);
}
.sdn-content blockquote {
  padding: 2.4rem;
  margin: 2.4rem 0;
  isolation: isolate;
  position: relative;
  border-radius: var(--radius-m);
  background: rgba(255, 129, 16, 0.05);
}
@media screen and (max-width: 576px) {
  .sdn-content blockquote {
    padding: 1.6rem;
    margin: 1.6rem 0;
  }
}
.sdn-content blockquote::before {
  content: "";
  top: 0;
  z-index: -1;
  height: 65%;
  left: 2.4rem;
  width: 14.5%;
  position: absolute;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/icons/icon-quote.svg");
}
.sdn-content blockquote * {
  margin: 0;
  color: #131313;
}
.sdn-content blockquote * + * {
  margin-top: 1.6rem;
}
.sdn-content blockquote .author-txt {
  gap: 1.2rem;
  display: flex;
  color: #131313;
  align-items: center;
}
.sdn-content blockquote .author-txt::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-45deg);
  background-color: #131313;
}
.sdn-content .table-resp {
  overflow-x: auto;
}
.sdn-content table {
  width: 100%;
  max-width: 100%;
  margin: 2.4rem 0;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: var(--radius-m);
  box-shadow: var(--box-shadow-1);
}
.sdn-content table thead th {
  font-weight: 700;
  color: white;
  background-color: #ff912e;
}
.sdn-content table thead th:not(:last-child) {
  border-right: 0.1rem solid white;
}
.sdn-content table tbody tr:not(:last-child) td {
  border-bottom: 0.1rem solid #d9d9d9;
}
.sdn-content table tbody td {
  background-color: white;
}
.sdn-content table tbody td:not(:last-child) {
  border-right: 0.1rem solid #d9d9d9;
}
.sdn-content table th,
.sdn-content table td {
  padding: 1.4rem;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .sdn-content table th,
  .sdn-content table td {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}
.sdn-content table td {
  background-color: transparent;
}
.sdn-content .sdn-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.sdn-content .sdn-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sdn-content .sdn-table-wrap {
  overflow: auto;
}
.sdn-content .wp-caption-text {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.sdn-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .sdn-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.sdn-content .wp-caption-text {
  padding: 1rem 0;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
  font-style: italic;
  margin: 0 !important;
  color: #656565;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.sdn-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.sdn-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.sdn-content .wp-caption.aligncenter {
  margin: 2.4rem auto;
}
.sdn-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.sdn-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.sdn-content a {
  font-weight: 600;
  color: #ff912e;
  font-style: italic;
  transition: 0.4s ease-in-out;
}
.sdn-content a:hover {
  color: #25a7df;
}
.sdn-content figure {
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.sdn-content figure img {
  margin: 0;
}
.sdn-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.sdn-content .img-full img {
  width: 100%;
}
.sdn-content img.size-full {
  width: 100%;
}
.sdn-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.sdn-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .sdn-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.sdn-content img.alignright {
  margin-left: auto;
}
.sdn-content img.alignleft {
  margin-right: auto;
}
.sdn-content .gallery-columns {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .sdn-content .gallery-columns {
    margin: 2.4rem 0;
  }
}
.sdn-content .gallery-columns img {
  margin: 0;
}
.sdn-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.sdn-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sdn-content .gallery-columns-2 .gallery-item {
  width: calc(50% - 0.8rem) !important;
}
.sdn-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}

.aside-btn {
  top: 50%;
  z-index: 11;
  width: 3.2rem;
  right: 0.5rem;
  position: fixed;
  cursor: pointer;
  padding: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #fff;
  transform: translateY(-50%);
  border: 0.1rem solid #25a7df;
}
@media screen and (min-width: 1201px) {
  .aside-btn {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .aside-wrap {
    top: 2rem;
    position: sticky;
    transition: 0.4s ease-in-out;
  }
}
@media screen and (max-width: 1200px) {
  .aside-wrap {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    width: 32rem;
    display: flex;
    height: 100dvh;
    position: fixed;
    transition: 0.4s ease-in-out;
    flex-direction: column;
    background-color: white;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .aside-wrap {
    width: 28rem;
  }
}
@media screen and (max-width: 1200px) {
  .aside-wrap.is-active {
    transform: none;
  }
}
@media screen and (min-width: 1201px) {
  .aside-wrap.is-top {
    top: 2rem;
  }
}
.aside-close {
  flex-shrink: 0;
  padding: 1.2rem;
  border-bottom: 0.1rem solid #d0d0d0;
}
@media screen and (min-width: 1201px) {
  .aside-close {
    display: none;
  }
}
.aside-close img {
  margin-left: auto;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .aside-block {
    overflow: hidden auto;
  }
}
.aside-overlay {
  inset: 0;
  opacity: 0;
  width: 100%;
  z-index: 100;
  height: 100dvh;
  position: fixed;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
}
.aside-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.aside-cate {
  padding: 1.6rem;
  background-color: white;
}
@media screen and (min-width: 1201px) {
  .aside-cate {
    border-radius: var(--radius-m);
    box-shadow: var(--box-shadow-1);
    border: 0.1rem solid #25a7df;
  }
}
@media screen and (max-width: 1200px) {
  .aside-cate {
    gap: 1.2rem;
    padding: 1.2rem;
  }
}
.aside-cate > .text-18 {
  position: relative;
  padding-bottom: 1.6rem;
  background: #25a7df;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1200px) {
  .aside-cate > .text-18 {
    padding-bottom: 1.2rem;
  }
}
.aside-cate > .text-18::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #396DB5, rgba(57, 109, 181, 0));
}
.aside-cate_list .text-14 {
  line-height: 150%;
  transition: 0.4s ease-in-out;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  color: #131313;
  transition: 0.4s ease-in-out;
  background-size: 220% 100%;
  background-position: 0% center;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .aside-cate_list .text-14:hover, .aside-cate_list .text-14:focus-visible {
    color: transparent;
    background-position: 100% 50%;
  }
}

.papper {
  padding: 12rem 0rem 6rem;
}
@media screen and (max-width: 991px) {
  .papper {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .papper {
    padding: 4rem 0rem;
  }
}
.papper-swiper {
  position: relative;
}
.papper-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-16));
}
.papper-swiper .swiper-slide {
  height: auto;
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 991px) {
  .papper-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .papper-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}

.article {
  height: 100%;
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article:hover .img img, .article:focus-visible .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.article-img {
  height: 100%;
  position: relative;
}
.article-img .img {
  height: inherit;
  border-radius: var(--radius-m);
  padding-top: 75%;
}
.article-content {
  height: 100%;
}
.article-content:has(.article-logo) .article-cate {
  font-size: 1.2rem;
}
.article-content:has(.article-link) .article-cate {
  font-size: 1.4rem;
}
.article-cate {
  font-weight: 600;
  background: #ff912e;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.article-title {
  font-size: 1.4rem;
  line-height: 140%;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article-title:hover, .article-title:focus-visible {
    color: #ff912e;
  }
}
@media screen and (max-width: 576px) {
  .article-title {
    font-size: 1.2rem;
  }
}
.article-logo {
  top: 0;
  right: 1.6rem;
  position: absolute;
  width: fit-content;
  pointer-events: none;
  padding: 1rem 1.6rem;
  background-color: white;
  box-shadow: var(--box-shadow-1);
  border-radius: 0 0 0.4rem 0.4rem;
}
@media screen and (max-width: 576px) {
  .article-logo {
    padding: 0.8rem;
  }
}
.article-logo .logo {
  max-width: 6.2rem;
}
@media screen and (max-width: 576px) {
  .article-logo .logo {
    max-width: 4.8rem;
  }
}
.article-logo .logo img {
  width: 100%;
  object-fit: contain;
}
.article-author {
  margin-top: auto;
  display: flex;
  align-items: center;
}
.article-author .text {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 133%;
  color: #999;
}
.article-author_author {
  gap: 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
}
.article-author_author::after {
  content: "";
  width: 4rem;
  height: 0.1rem;
  pointer-events: none;
  display: inline-block;
  margin: 0 1.2rem 0 0.8rem;
  background-color: #999;
}
@media screen and (max-width: 576px) {
  .article-author_author::after {
    width: 2.4rem;
  }
}
.article-author_author img {
  flex-shrink: 0;
  object-fit: cover;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 576px) {
  .article-author_author img {
    width: 2rem;
    height: 2rem;
  }
}
.article-link {
  top: 1.6rem;
  right: 1.6rem;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: var(--radius-circle);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article-link:hover img, .article-link:focus-visible img {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 576px) {
  .article-link {
    top: 1rem;
    right: 1rem;
  }
}
.article-link img {
  object-fit: contain;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .article-link img {
    animation: btnAni 5s ease-in-out infinite;
  }
}

.papper {
  background: linear-gradient(135deg, rgba(37, 167, 223, 0.05) 3.69%, rgba(57, 109, 181, 0.05) 96.88%);
  padding: 14rem 0rem 14rem;
}
@media screen and (max-width: 991px) {
  .papper {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .papper {
    padding: 4rem 0rem;
  }
}

.blogdt {
  margin: 7.2rem 0rem 14rem;
}
@media screen and (max-width: 991px) {
  .blogdt {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 1200px) {
  .blogdt-col:first-child {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .blogdt-col:nth-child(2) {
    width: 66.6666666667%;
  }
  .blogdt-col:last-child {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .blogdt-col {
    width: 100%;
  }
}
.blogdt-heading {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .blogdt-heading {
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .blogdt-heading {
    gap: 1.6rem;
    flex-direction: column;
  }
}
.blogdt-heading_title {
  max-width: 83.2rem;
}
.blogdt-heading_title .cate {
  font-weight: 600;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.blogdt-heading_title .title-32 {
  line-height: 125%;
}
.blogdt-heading_action {
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .blogdt-heading_action {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: unset;
    justify-content: space-between;
  }
}
.blogdt-heading_action .article-author .text {
  font-size: 1.4rem;
}
.blogdt-heading_action .article-share {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .blogdt-heading_action .article-share {
    justify-content: flex-end;
  }
}
.blogdt-heading_action .article-share .text-14 {
  line-height: 140%;
}
.blogdt-heading_action .article-share .sc {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}
.blogdt-heading_action .article-share .sc-link {
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #131313;
}
@media screen and (min-width: 1201px) {
  .blogdt-heading_action .article-share .sc-link:hover {
    transform: translateY(-0.5rem);
  }
}
.blogdt-heading_action .article-share .sc-link img {
  width: 1.6rem;
  height: 1.6rem;
}
.blogdt-img .img {
  border-radius: var(--radius-m);
  padding-top: 55.9210526316%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .blogdt-img .img:hover img, .blogdt-img .img:focus-visible img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.blogdt-blog {
  top: 2rem;
  position: sticky;
}
.blogdt-blog > .text-18 {
  position: relative;
  padding-bottom: 1.6rem;
  background: #25a7df;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.blogdt-blog > .text-18::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #396DB5, rgba(57, 109, 181, 0));
}
.blogdt-blog .article {
  flex-direction: unset;
}
.blogdt-blog .article-img {
  width: 100%;
  flex-shrink: 0;
  max-width: 10.8rem;
}
.blogdt-blog .article-img .img {
  padding-top: 75.9259259259%;
}
.blogdt-blog .article-link {
  top: 0.4rem;
  right: 0.4rem;
  width: 2rem;
  height: 2rem;
}
.blogdt-blog .article-link img {
  width: 0.8rem;
  height: 0.8rem;
}
.blogdt-blog .article-cate {
  font-size: 1.2rem;
}
.blogdt-blog_item:not(:last-child) {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #d9d9d9;
}
/*# sourceMappingURL=news-detail.css.map */
