/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/main/main.scss ***!
  \********************************************************************************************************************************************/
@font-face {
  font-family: "GS3_VongXuyen_Regular";
  src: url(assets/main/fonts/GS3VongXuyen-Regular.woff2);
}
@font-face {
  font-family: "GS3_VongXuyen_Light";
  src: url(assets/main/fonts/GS3_VongXuyen_Light.ttf);
}
@font-face {
  font-family: "Sukhumvit";
  src: url(assets/main/fonts/sukhumvit-set_bold.ttf);
}
.MS__VongXuyen_Regular {
  font-family: "GS3_VongXuyen_Regular";
}

.MS__VongXuyen_Light {
  font-family: "GS3_VongXuyen_Light";
}

.MS__sukhumvit {
  font-family: "Sukhumvit";
}

html {
  overflow: hidden;
  background-color: #fbf3d8;
}
@media (max-width: 768px) {
  html {
    overflow: auto;
  }
}

.main-swiper {
  height: 1000px;
}
@media (max-width: 768px) {
  .main-swiper {
    height: 1300px;
    touch-action: auto !important;
  }
}

@media (max-width: 768px) {
  body.sub-page .main-swiper {
    height: auto;
  }
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/libraryMainsite-t-article/libraryMainsite-t-article.scss ***!
  \**************************************************************************************************************************************************************************************/
body .article {
  --font-primary: Roboto;
  --font-size-base: 24px;
  --font-size-base-mobile: 24px;
  --color-content: #ffffff;
  --color-title: #ffffff;
  --color-heading-2: #ffffff;
  --color-heading-3: #ffffff;
  --color-heading-4: #ffffff;
  --color-heading-5: #ffffff;
  --color-heading-6: #ffffff;
  --color-href: #ffffff;
  --color-box-bg: #992316;
  --color-box-content: #fff;
  --color-table-bghead: #992316;
  --color-table-head: #fff;
  --color-table-bgbody: #992316;
  --color-table-bgfoot: #992316;
  --color-table-foot: #ffffff;
  --color-table-border: #ffffff;
  --color-tab-bg: #992316;
  --color-tab-border: #992316;
  --color-tab-content: #fff;
  --color-tab-bg-hover: #992316;
  --color-tab-content-hover: #992316;
}
body .article-popup {
  --font-primary: Roboto;
  --font-size-base: 24px;
  --font-size-base-mobile: 24px;
  --color-content: #992316;
  --color-title: #992316;
  --color-heading-2: #992316;
  --color-heading-3: #992316;
  --color-heading-4: #992316;
  --color-heading-5: #992316;
  --color-heading-6: #992316;
  --color-href: #992316;
  --color-box-bg: #fff;
  --color-box-content: #992316;
  --color-table-bghead: #fff;
  --color-table-head: #992316;
  --color-table-bgbody: #fff;
  --color-table-bgfoot: #fff;
  --color-table-foot: #992316;
  --color-table-border: #992316;
  --color-tab-bg: #fff;
  --color-tab-border: #fff;
  --color-tab-content: #992316;
  --color-tab-bg-hover: #fff;
  --color-tab-content-hover: #fff;
  padding: 24px;
}
body .article-popup h4:before {
  content: "";
  background-image: url(assets/libraryMainsite-t-article/images/sprite.png);
  background-position: 0px 0px;
  width: 151px;
  height: 101px;
  position: absolute;
  left: -20px;
  top: -30px;
}
body .article {
  font-size: var(--font-size-base);
  color: var(--color-content);
  padding: 30px 20px;
  margin: 0 auto;
  text-align: justify;
}
@media (max-width: 768px) {
  body .article {
    font-size: var(--font-size-base-mobile);
  }
}
body .article blockquote {
  padding-left: 22px;
}
body .article__title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 20px 0;
}
body .article__title,
body .article h1 {
  font-size: 1.4em;
  font-weight: 800;
  line-height: 1.4;
  border-bottom: 1px solid #46544f;
  color: var(--color-title);
  text-align: center;
}
body .article__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  font-size: 11;
  color: #7d8484;
}
@media (max-width: 768px) {
  body .article__meta {
    padding: 16px 20px;
  }
}
body .article__cate {
  display: block;
  padding: 4px;
  margin-right: 12px;
  color: var(--color-content);
  border-radius: 4px;
  font-size: 0.8em;
}
body .article__time {
  color: var(--color-content);
  font-size: 0.8em;
}
body .article__content {
  font-size: 1em;
  color: var(--color-content);
  line-height: 1.4;
}
body .article__content *:not(:only-child):not(li) {
  margin-bottom: 12px;
}
body .article__content *:not(:only-child):not(iframe):not(img) {
  margin-left: 0px;
}
body .article__content *:not(:only-child).table {
  width: calc(100% - 0px);
}
body .article__content ul {
  margin-left: 20px !important;
}
body .article__content ul li {
  list-style-position: outside;
  margin-bottom: 6px;
}
body .article__content ul li, body .article__content ul.bulleted li {
  list-style-type: disc;
}
body .article__content ul.numbered li {
  list-style-type: decimal;
}
body .article__content h2,
body .article__content h3,
body .article__content h4,
body .article__content h5,
body .article__content h6 {
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
}
body .article__content h2:before,
body .article__content h3:before,
body .article__content h4:before,
body .article__content h5:before,
body .article__content h6:before {
  display: block;
}
body .article__content h2 {
  font-size: 29px;
  line-height: 1.4;
  color: var(--color-heading-2);
}
body .article__content h3 {
  font-size: 29px;
  line-height: 1.4;
  color: var(--color-heading-3);
}
body .article__content h4 {
  font-size: 24px;
  line-height: 1.4;
  color: var(--color-heading-4);
}
body .article__content h5 {
  font-size: 1.1em;
  line-height: 1.4;
  color: var(--color-heading-5);
}
body .article__content h6 {
  font-size: 1em;
  line-height: 1.4;
  color: var(--color-heading-6);
}
body .article__content a {
  color: var(--color-href);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.4s;
  border-bottom: 1px solid rgba(var(--color-href), 0.5);
}
body .article__content a:hover {
  border-bottom: 1px solid var(--color-href);
}
body .article__content a.hero {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-href);
  color: var(--color-href);
  padding: 20px;
}
body .article__content img,
body .article__content iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto 12px;
}
body .article__content img + p.caption,
body .article__content iframe + p.caption {
  display: block;
  max-width: calc(100% - 40px);
  margin: 0 auto 12px;
  font-style: italic;
  font-size: 0.8em;
  color: #888;
  text-align: center;
}
body .article__content img.float, body .article__content img.float--left {
  float: left;
  margin-right: 20px;
}
body .article__content img.float--right {
  float: right;
  margin-right: 0px;
  margin-left: 20px;
}
body .article__content .callout {
  padding: 20px 20px;
  background: var(--color-box-bg);
  color: var(--color-box-content);
}
body .article__content .table {
  width: 100%;
}
@media (max-width: 768px) {
  body .article__content .table {
    overflow: auto;
  }
}
body .article__content table {
  width: 100%;
}
body .article__content table td {
  padding: 8px;
  border: 1px solid var(--color-table-border);
  vertical-align: middle;
}
body .article__content table td img {
  max-width: 100%;
  margin: 0 auto 0;
}
body .article__content table thead {
  background: var(--color-table-bghead);
  color: var(--color-table-head);
}
body .article__content table thead tr {
  border: 1px solid var(--color-table-border);
}
body .article__content table thead tr th {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
body .article__content table tbody tr td {
  background: rgba(var(--color-table-bgbody), 0.5);
}
body .article__content table tfoot {
  background: var(--color-table-bgfoot);
  color: var(--color-table-foot);
}
body .article__content.articleAccordionContent {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  opacity: 0.4;
}
body .article__content.articleAccordionContent.active {
  height: auto;
  opacity: 1;
  transition: all 0s;
}
body .article__tab {
  margin-bottom: 40px;
}
body .article__tab ul {
  border-bottom: 1px solid;
  border-color: var(--color-tab-border);
  display: flex;
  justify-content: flex-start;
}
body .article__tab ul li {
  margin: 0 4px;
}
body .article__tab ul li a {
  display: block;
  padding: 10px 16px;
  background: var(--color-tab-bg);
  color: var(--color-tab-content);
  text-decoration: none;
}
body .article__tab ul li a.active, body .article__tab ul li a:hover {
  background: var(--color-tab-bg-hover);
  color: var(--color-tab-content-hover);
}
body .subnews {
  margin: 0 auto;
  padding: 30px 20px;
  height: 1130px;
}
body .subnews_list li {
  display: block;
  padding: 12px 0;
}
body .subnews_list li:not(:last-child) {
  border-bottom: 1px solid #3b4849;
}
body .subnews_item {
  display: flex;
  gap: 12px;
  font-size: 20px;
}
@media (max-width: 768px) {
  body .subnews_item {
    font-size: 28px;
  }
}
body .subnews_item__thumbnail {
  width: 200px;
}
body .subnews_item__thumbnail img {
  height: auto;
  width: 200px;
}
body .subnews_item__meta {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% - 200px);
}
body .subnews_item__title {
  position: relative;
  color: #3b4849;
  display: flex;
  align-content: flex-end;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 100px);
  height: 50px;
}
@media (max-width: 768px) {
  body .subnews_item__title {
    width: 100%;
    order: 1;
    white-space: nowrap;
    margin-bottom: 4px;
  }
}
body .subnews_item__title p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  body .subnews_item__title p {
    white-space: nowrap;
  }
}
body .subnews_item__description {
  position: relative;
  display: flex;
  align-content: flex-start;
  width: calc(100% - 100px);
  height: 100%;
}
@media (max-width: 768px) {
  body .subnews_item__description {
    order: 3;
    width: 100%;
  }
}
body .subnews_item__description p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body .subnews_item__description p {
    white-space: nowrap;
  }
}
body .subnews_item__date {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
}
@media (max-width: 768px) {
  body .subnews_item__date {
    order: 2;
    justify-content: flex-start;
    position: static;
    width: 100%;
    font-size: 0.8em;
    color: #999;
    margin-bottom: 4px;
  }
}
body .subnews_pagination {
  display: flex;
  justify-content: center;
}
body .subnews_pagination li {
  margin: 0 4px;
}
body .subnews_pagination .page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: rgba(17, 44, 42, 0.6);
}
@media (max-width: 768px) {
  body .subnews_pagination .page {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }
}
body .subnews_pagination li.active .page {
  color: #fff;
  background: #e33f00;
}

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