[class*="icon"] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

[class*="icon12"] {
  width: 12px;
  height: 12px;
}

[class*="icon16"] {
  width: 16px;
  height: 16px;
}

[class*="icon20"] {
  width: 20px;
  height: 20px;
}

[class*="icon24"] {
  width: 24px;
  height: 24px;
}

[class*="icon32"] {
  width: 32px;
  height: 32px;
}

[class*="icon36"] {
  width: 36px;
  height: 36px;
}

[class*="icon40"] {
  width: 40px;
  height: 40px;
}

[class*="icon42"] {
  width: 42px;
  height: 42px;
}

[class*="icon48"] {
  width: 48px;
  height: 48px;
}

[class*="icon64"] {
  width: 64px;
  height: 64px;
}

.icon16-facebook-f-gray {
  background-image: url("images/icons/icon16-facebook-f-gray.svg");
}

.icon16-zalo-gray {
  background-image: url("images/icons/icon16-zalo-gray.svg");
}

.icon24-comment-gray {
  background-image: url("images/icons/icon24-comment-gray.svg");
}

.icon24-facebook-circle-gray {
  background-image: url("images/icons/icon24-facebook-circle-gray.svg");
}

.icon24-font-gray {
  background-image: url("images/icons/icon24-font-gray.svg");
}

.icon24-minus-circle-gray {
  background-image: url("images/icons/icon24-minus-circle-gray.svg");
}

.icon24-plus-circle-gray {
  background-image: url("images/icons/icon24-plus-circle-gray.svg");
}

.icon24-print-gray {
  background-image: url("images/icons/icon24-print-gray.svg");
}

.icon24-share-gray {
  background-image: url("images/icons/icon24-share-gray.svg");
}

.icon24-close-white {
  background-image: url("images/icons/icon24-close-white.svg");
}

.icon24-person-primary {
  background-image: url("images/icons/icon24-person-primary.svg");
}

.icon24-calendar-white {
  background-image: url("images/icons/icon24-calendar-white.svg");
}

.icon24-play-circle-primary {
  background-image: url("images/icons/icon24-play-circle-primary.svg");
}

.icon24-image-black {
  background-image: url("images/icons/icon24-image-black.svg");
}

.icon40-play-circle {
  background-image: url("images/icons/icon40-play-circle.svg");
}

.icon40-undo-black {
  background-image: url("images/icons/icon40-undo-black.svg");
}

.icon40-download-black {
  background-image: url("images/icons/icon40-download-black.svg");
}

/*---------- components css ----------*/
.c-box {
  margin-bottom: 30px;
}
.c-box:last-child {
  margin-bottom: 0;
}
.c-box .c-box__title {
  padding-bottom: 10px;
}
.c-box .c-box__title .c-box__title__name {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  color: #006d6a;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
}
.c-box .c-box__title .c-box__title__name [class*="icon"] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-box .c-box__title .c-box__title__name a {
  color: #006d6a;
  text-decoration: none;
}
.c-box .c-box__title a.c-box__title__name {
  color: #006d6a;
  text-decoration: none;
}
.c-box .c-box__title .c-box__title__cat {
  overflow-y: hidden;
  overflow-x: auto;
  padding-top: 12px;
}
.c-box .c-box__title .c-box__title__cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-box .c-box__title .c-box__title__cat ul li {
  margin-right: 10px;
}
.c-box .c-box__title .c-box__title__cat ul li:last-child {
  margin-right: 0;
}
.c-box .c-box__title .c-box__title__cat ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.c-box .c-box__title .c-box__title__cat.scrollbar-outer > .scroll-element {
  background-color: transparent;
}
.c-box .c-box__title .c-box__title__cat.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #006d6a;
}
.c-box .c-box__title .c-box__title__cat.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #006d6a;
  height: 6px;
  top: -8px;
}
.c-box .c-box__title .c-box__title__tabs {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  padding-top: 10px;
}
.c-box .c-box__title .c-box__title__tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.c-box .c-box__title .c-box__title__tabs ul li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.c-box .c-box__title .c-box__title__tabs ul li:after {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: -1px;
  background-color: #999;
  -ms-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
}
.c-box .c-box__title .c-box__title__tabs ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.c-box .c-box__title .c-box__title__tabs ul li:last-child:after {
  display: none;
}
.c-box .c-box__title .c-box__title__tabs ul li h2 {
  margin-bottom: 0;
}
.c-box .c-box__title .c-box__title__tabs ul li h3 {
  margin-bottom: 0;
}
.c-box .c-box__title .c-box__title__tabs ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  padding-top: 2px;
}
.c-box .c-box__title .c-box__title__tabs ul li a [class*="icon"] {
  margin-right: 5px;
  margin-top: -2px;
}
.c-box .c-box__title .c-box__title__tabs ul li.active a {
  color: #006d6a;
}
.c-box .c-box__title .c-box__title__social {
  padding-top: 10px;
  display: none;
}
.c-box .c-box__title .c-box__title__social label {
  display: block;
  margin-bottom: 10px;
}
.c-box .c-box__title .c-box__title__social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.c-box .c-box__title .c-box__title__social a:last-child {
  margin-right: 0;
}
.c-box .c-box__pane {
  display: none;
}
.c-box .c-box__pane.is-current {
  display: block;
}
.c-box.is-center .c-box__title {
  text-align: center;
}
.c-box.is-border {
  padding: 15px;
  border: 1px solid #E3E3E3;
}
.c-box.is-border-radius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.c-box.is-border-radius-small {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.c-box.is-shadow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
}
.c-box.is-margin-small {
  margin-bottom: 15px;
}
.c-box.is-margin-small:last-child {
  margin-bottom: 0;
}
.c-box.is-title-line-none .c-box__title {
  border-bottom: none;
  padding-bottom: 0;
}

.group-category {
  margin-bottom: 50px;
}
.group-category .cate_News {
  margin-bottom: 30px;
}
.group-category .cate_News .text-center {
  text-align: center;
}
.group-category .group-category__content {
  margin-bottom: 20px;
}
.group-category .group-category__content:last-child {
  margin-bottom: 0;
}
.group-category .btn_load_ajax {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-box {
    margin-bottom: 40px;
  }
  .c-box.is-margin-small {
    margin-bottom: 20px;
  }

  .group-category {
    margin-bottom: 70px;
  }
  .group-category .cate_News {
    margin-bottom: 40px;
  }
  .group-category .group-category__content {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .c-box {
    margin-bottom: 60px;
  }
  .c-box .c-box__title .c-box__title__name a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .c-box .c-box__title .c-box__title__name a:hover {
    color: #006d6a;
  }
  .c-box .c-box__title a.c-box__title__name:hover {
    color: #006d6a;
  }
  .c-box .c-box__title .c-box__title__cat ul li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .c-box .c-box__title .c-box__title__cat ul li a:hover {
    color: #006d6a;
  }
  .c-box .c-box__title .c-box__title__tabs {
    width: auto;
  }
  .c-box .c-box__title .c-box__title__tabs > ul > li {
    margin-right: 15px;
    padding-right: 15px;
  }
  .c-box .c-box__title.is-flex-pc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .c-box .c-box__title.is-flex-pc .c-box__title__name {
    flex-grow: 1;
    margin-right: 15px;
  }
  .c-box .c-box__title.is-flex-pc .c-box__title__tabs {
    margin-top: -8px;
  }

  .group-category {
    margin-bottom: 90px;
  }
  .group-category .group-category__content {
    margin-bottom: 40px;
  }
}
/*---------- end components css ----------*/
/*---------- layout css ----------*/
.h-show-pc {
  display: none;
}

@media (min-width: 992px) {
  .h-show-pc {
    display: block;
  }

  .h-show-mobile {
    display: none;
  }
}
/*---------- end layout css ----------*/
/*---------- banner css ----------*/
.c-header-banner {
  background-color: #F5F5F5;
}

.c-banner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-banner .c-banner-item:last-child {
  margin-bottom: 0;
}

.c-banner-item {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.c-banner-item:last-child {
  margin-bottom: 0;
}
.c-banner-item__inner {
  position: relative;
}
.c-banner-item__box {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-banner-item img {
  width: 100%;
  height: auto;
}
.c-banner-item.is-160 {
  max-width: 160px;
}
.c-banner-item.is-160x600 {
  max-width: 160px;
}
.c-banner-item.is-160x600 .c-banner-item__inner {
  padding-top: 375%;
}
.c-banner-item.is-160x600 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300 {
  max-width: 300px;
}
.c-banner-item.is-300x50 {
  max-width: 300px;
}
.c-banner-item.is-300x50 .c-banner-item__inner {
  padding-top: 16.6666666667%;
}
.c-banner-item.is-300x50 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x60 {
  max-width: 300px;
}
.c-banner-item.is-300x60 .c-banner-item__inner {
  padding-top: 20%;
}
.c-banner-item.is-300x60 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x90 {
  max-width: 300px;
}
.c-banner-item.is-300x90 .c-banner-item__inner {
  padding-top: 30%;
}
.c-banner-item.is-300x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x100 {
  max-width: 300px;
}
.c-banner-item.is-300x100 .c-banner-item__inner {
  padding-top: 33.3333333333%;
}
.c-banner-item.is-300x100 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x200 {
  max-width: 300px;
}
.c-banner-item.is-300x200 .c-banner-item__inner {
  padding-top: 66.6666666667%;
}
.c-banner-item.is-300x200 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x250 {
  max-width: 300px;
}
.c-banner-item.is-300x250 .c-banner-item__inner {
  padding-top: 83.3333333333%;
}
.c-banner-item.is-300x250 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-300x600 {
  max-width: 300px;
}
.c-banner-item.is-300x600 .c-banner-item__inner {
  padding-top: 200%;
}
.c-banner-item.is-300x600 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-320 {
  max-width: 320px;
}
.c-banner-item.is-320x50 {
  max-width: 320px;
}
.c-banner-item.is-320x50 .c-banner-item__inner {
  padding-top: 15.625%;
}
.c-banner-item.is-320x50 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-468 {
  max-width: 468px;
}
.c-banner-item.is-468x60 {
  max-width: 468px;
}
.c-banner-item.is-468x60 .c-banner-item__inner {
  padding-top: 12.8205128205%;
}
.c-banner-item.is-468x60 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-468x90 {
  max-width: 468px;
}
.c-banner-item.is-468x90 .c-banner-item__inner {
  padding-top: 19.2307692308%;
}
.c-banner-item.is-468x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-580 {
  max-width: 580px;
}
.c-banner-item.is-728 {
  max-width: 728px;
}
.c-banner-item.is-728x90 {
  max-width: 728px;
}
.c-banner-item.is-728x90 .c-banner-item__inner {
  padding-top: 12.3626373626%;
}
.c-banner-item.is-728x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-960 {
  max-width: 960px;
}
.c-banner-item.is-960x90 {
  max-width: 960px;
}
.c-banner-item.is-960x90 .c-banner-item__inner {
  padding-top: 9.375%;
}
.c-banner-item.is-960x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-970 {
  max-width: 970px;
}
.c-banner-item.is-970x90 {
  max-width: 970px;
}
.c-banner-item.is-970x90 .c-banner-item__inner {
  padding-top: 9.2783505155%;
}
.c-banner-item.is-970x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-980 {
  max-width: 980px;
}
.c-banner-item.is-980x90 {
  max-width: 980px;
}
.c-banner-item.is-980x90 .c-banner-item__inner {
  padding-top: 9.1836734694%;
}
.c-banner-item.is-980x90 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-1920x250 {
  max-width: 1920px;
}
.c-banner-item.is-1920x250 .c-banner-item__inner {
  padding-top: 13.0208333333%;
}
.c-banner-item.is-1920x250 .c-banner-item__box {
  position: absolute;
}
.c-banner-item.is-custom-size {
  text-align: center;
}
.c-banner-item.is-custom-size img {
  width: auto;
  max-width: 100%;
}

.c-banner-center > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-banner-center > ul > li {
  padding-bottom: 20px;
}
.c-banner-center > ul > li:last-child {
  padding-bottom: 0;
}
.c-banner-center.is-margin-bottom {
  margin-bottom: 20px;
}
.c-banner-center.is-margin-bottom:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-banner-center > ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .c-banner-center > ul > li {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
  .c-banner-center > ul > li:last-child {
    padding-bottom: 20px;
  }
  .c-banner-center.is-margin-bottom {
    margin-bottom: 25px;
  }
  .c-banner-center.is-margin-bottom:has(li) {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .c-header-banner .c-banner {
    max-width: 1920px;
    margin: 0 auto;
  }

  .c-banner-center.is-margin-bottom {
    margin-bottom: 30px;
  }
  .c-banner-center.is-margin-bottom:has(li) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .c-banner-center > ul {
    margin: 0 -15px;
  }
  .c-banner-center > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*---------- end banner css ----------*/
/*---------- banner section css ----------*/
.c-banner-section:first-child {
  margin-top: 0 !important;
}
.c-banner-section:last-child {
  margin-bottom: 0 !important;
}
.c-banner-section__title {
  text-align: center;
  font-size: 11px;
  color: #999;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  display: none;
  padding: 5px 0;
}
.c-banner-section__title span {
  color: #333;
  margin-right: 4px;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.c-banner-section__title span:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #999;
  position: absolute;
  z-index: -1;
  left: -3px;
  top: -1px;
}
.c-banner-section__content {
  text-align: center;
}
.c-banner-section__content > * {
  margin-left: auto;
  margin-right: auto;
}
.c-banner-section__content .c-banner-item {
  margin-left: auto;
  margin-right: auto;
}
.c-banner-section__content a {
  display: block;
  text-align: center;
}
.c-banner-section__content img {
  max-width: 100%;
  display: inline;
}
.c-banner-section:has(img), .c-banner-section:has(iframe:not([height="0"])) {
  background-color: #F5F5F5;
  margin-bottom: 20px;
  margin-top: 20px;
}
.c-banner-section:has(img) .c-banner-section__title, .c-banner-section:has(iframe:not([height="0"])) .c-banner-section__title {
  display: block;
}
.c-banner-section:has(iframe[height="1"]) {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
}
.c-banner-section:has(iframe[height="1"]) .c-banner-section__title {
  display: none;
}
.c-banner-section:has(iframe[style="height: 1px !important; max-height: 1px !important; max-width: 1px !important; width: 1px !important;"]) {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
}
.c-banner-section:has(iframe[style="height: 1px !important; max-height: 1px !important; max-width: 1px !important; width: 1px !important;"]) .c-banner-section__title {
  display: none;
}

.entry:not(.longform) .c-banner-section .c-banner-section__title {
  padding: 5px 0;
}

@media (max-width: 991px) {
  .c-banner-section {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*---------- end banner section css ----------*/
/*---------- banner over css ----------*/
.c-banner-over {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
  display: none;
}
.c-banner-over__close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.c-banner-over__close span {
  font-weight: 700;
  margin-right: 4px;
}
.c-banner-over__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-banner-over__content > * {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.c-banner-over__content > iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.c-banner-over__content > a {
  width: 100%;
}
.c-banner-over__content a {
  display: block;
}
.c-banner-over__content img {
  width: 100%;
  object-fit: cover;
}
.c-banner-over:has(img), .c-banner-over:has(iframe:not([height="0"])) {
  display: block;
}

/*---------- end banner over css ----------*/
/*---------- banner bottom css ----------*/
.c-banner-bottom-fixed {
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-banner-bottom-fixed.h-show-mobile {
  display: flex;
}
.c-banner-bottom-fixed.is-mobile {
  display: flex;
}
.c-banner-bottom-fixed__inner {
  max-width: 100%;
  max-height: 100vh;
  height: auto;
  position: relative;
}
.c-banner-bottom-fixed__content {
  max-width: 100%;
}
.c-banner-bottom-fixed__content .c-banner-item {
  margin-bottom: 0;
}
.c-banner-bottom-fixed__close {
  position: absolute;
  z-index: 2;
  top: -24px;
  right: 0;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 5px;
  min-width: 24px;
  line-height: 24px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.c-banner-bottom-fixed__close span {
  font-weight: 700;
}
.c-banner-bottom-fixed:has(img) .c-banner-bottom-fixed__close, .c-banner-bottom-fixed:has(iframe:not([height="0"])) .c-banner-bottom-fixed__close {
  display: block;
}

@media (min-width: 768px) {
  .c-banner-bottom-fixed.h-show-mobile {
    display: none;
  }
  .c-banner-bottom-fixed.is-mobile {
    display: none;
  }
  .c-banner-bottom-fixed.h-show-pc {
    display: flex;
    height: auto;
    z-index: 96;
  }
  .c-banner-bottom-fixed.is-pc {
    display: flex;
    height: auto;
    z-index: 96;
  }
}
@media (min-width: 992px) {
  .c-banner-bottom-fixed .c-banner-item.is-custom-size {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  body:has(.c-header-sticky.is-mobile.has-fixed) .c-banner-bottom-fixed {
    bottom: 52px;
  }
}
@media (max-width: 767px) {
  .c-banner-bottom-fixed.is-pc {
    display: none;
  }
  .c-banner-bottom-fixed.h-show-mobile .c-banner-bottom-fixed__inner {
    background-color: #fff;
    width: 100%;
  }
  .c-banner-bottom-fixed.is-mobile .c-banner-bottom-fixed__inner {
    background-color: #fff;
    width: 100%;
  }
  .c-banner-bottom-fixed .c-banner-item {
    overflow: hidden;
  }
}
/*---------- end banner bottom css ----------*/
/*---------- banner after header css ----------*/
@media (max-width: 767px) {
  .c-banner-after-header {
    position: relative;
    z-index: 4;
    background-color: #fff;
  }
}
/*---------- end banner after header css ----------*/
/*---------- banner inpage css ----------*/
.c-banner-inpage {
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.c-banner-inpage .oneads {
  text-align: center;
}

@media (min-width: 768px) {
  .c-news-detail .c-banner-inpage {
    height: 1px !important;
    max-height: 1px !important;
    overflow: hidden !important;
    visibility: hidden !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }

  .entry .c-content-inpage {
    height: 1px !important;
    overflow: hidden;
    visibility: hidden !important;
  }
  .entry .c-banner-inpage-close {
    display: none;
  }
}
@media (max-width: 767px) {
  .entry .c-content-before {
    background: #fcfaf6;
    position: relative;
    z-index: 3;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .entry .c-content-after {
    background: #fcfaf6;
    position: relative;
    z-index: 3;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .entry .c-content-inpage {
    position: relative;
    z-index: -1;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
  .entry .c-content-inpage.active {
    height: 667px;
  }
  .entry .c-content-inpage > * {
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .entry .c-content-inpage iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: none;
  }
  .entry .c-content-inpage img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .entry .c-content-inpage .oneads {
    text-align: center;
  }
  .entry .c-banner-inpage-close {
    width: 24px;
    height: 24px;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial !important;
    padding: 5px 10px;
    background-color: #006d6a;
    background-image: url("images/icons/icon24-close-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    overflow: hidden;
    text-indent: -999px;
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
    visibility: hidden;
  }
  .entry .c-banner-inpage-close.is-show {
    visibility: visible;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  .c-banner-inpage.active {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c-banner-inpage.active > * {
    width: 100%;
    max-height: 100%;
  }
  .c-banner-inpage.active iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: none;
  }
  .c-banner-inpage.active img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .c-banner-inpage.is-show {
    visibility: visible;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  body:has(.c-banner-inpage) .c-detail-head {
    position: relative;
    z-index: 5;
    background-color: #fcfaf6;
    min-height: 15px;
  }
  body:has(.c-banner-inpage) .c-detail-head:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-news-detail .b-maincontent .desc {
    position: relative;
    z-index: 5;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-news-detail .b-maincontent .desc:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-online-tabs .c-online-tabs__title {
    position: relative;
    z-index: 5;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-online-tabs .c-online-tabs__title:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-online-order {
    position: relative;
    z-index: 5;
    background-color: #fcfaf6;
  }
  body:has(.c-banner-inpage) .c-online-order:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -10px;
    background-color: #fcfaf6;
  }
  body:has(.c-header-sticky.is-mobile.has-fixed) .c-banner-inpage.active {
    bottom: 52px;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  body:has(.c-banner-inpage) .l-content.bg-detail {
    overflow: hidden;
  }
  body:has(.c-banner-inpage) .l-content.bg-detail .c-detail-head:before {
    left: -84px;
    right: -84px;
  }
  body:has(.c-banner-inpage) .l-content.bg-detail .entry .c-content-before:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -84px;
    right: -84px;
    background: #fcfaf6;
  }
  body:has(.c-banner-inpage) .l-content.bg-detail .entry .c-content-after:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -84px;
    right: -84px;
    background: #fcfaf6;
  }
}
/*---------- end banner inpage css ----------*/
/*---------- banner background css ----------*/
.c-banner-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  overflow: hidden;
}
.c-banner-bg__img {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.c-banner-bg__img img {
  max-width: none;
  object-fit: cover;
  width: 100%;
}
.c-banner-bg > a {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.c-banner-bg > a img {
  max-width: none;
  object-fit: cover;
  width: 100%;
}
.c-banner-bg iframe {
  width: 100%;
  height: 100%;
}
.c-banner-bg.is-dark {
  background-color: #000;
}
.c-banner-bg.is-frame {
  background-color: #F5F5F5;
}
.c-banner-bg.is-kyhop {
  background-color: #CA2327 !important;
}
.c-banner-bg.is-kyhop:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #CA2327 80%);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #CA2327 80%);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #CA2327 80%);
  /* IE 10 */
  background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #CA2327 80%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #CA2327 80%);
}
.c-banner-bg.is-kyhop img {
  min-height: 80vh;
  object-position: top center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

@media (min-width: 1200px) {
  .b-background .c-header-banner {
    display: none !important;
  }
  .b-background .c-container-wrapper {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 4;
    width: 1240px;
  }
  .b-background .c-container-wrapper:has(.l-nav) {
    position: relative;
    z-index: 5;
  }
  .b-background .c-container-wrapper:has(.l-footer) {
    position: relative;
    z-index: 5;
  }
  .b-background .c-banner-center {
    position: relative;
    z-index: 2;
  }
  .b-background .c-banner-center.is-head {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .b-background .c-banner-center.is-foot {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .b-background .c-header-space {
    height: 250px;
  }
  .b-background .c-banner-bg {
    display: block;
  }
  .b-background .c-footer-space {
    height: 250px;
  }
  .b-background .l-footer {
    background-color: #fff;
  }
  .b-background .c-footer-line {
    display: none;
  }
}
/*---------- end banner background css ----------*/
.list_newsHome.bottom-border-none {
  border-bottom: none;
}

@media (min-width: 992px) {
  .cate_News a, .cate_News span {
    font-size: 32px;
    line-height: 40px;
  }
}
.list_newsHome .title {
  max-height: none;
}

@media (min-width: 768px) {
  body:has(.cate_News) .list_newsHome.bottom-border-none .item:first-child .title {
    margin-top: 0;
  }

  .list_newsHome .item:first-child .title {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    background: none;
    -webkit-text-fill-color: inherit;
  }

  .list_NewsType1 .title {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    background: none;
    -webkit-text-fill-color: inherit;
  }

  .slide_videoHome .title {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    background: none;
    -webkit-text-fill-color: inherit;
  }
}
@media (max-width: 767px) {
  .list_newsHome .item:first-child .title {
    color: #000;
    background: none;
    -webkit-text-fill-color: inherit;
  }

  .list_NewsType1 .title {
    color: #000;
    background: none;
    -webkit-text-fill-color: inherit;
  }

  .slide_videoHome .title {
    color: #000;
    background: none;
    -webkit-text-fill-color: inherit;
  }
}
.list_newsHome .desc {
  font-size: 16px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 78px;
  /* Fallback for non-webkit */
  line-height: 26px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_NewsType1 .desc {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 78px;
  /* Fallback for non-webkit */
  line-height: 26px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_NewsType2 .left .title {
  margin: 15px 0 15px 0;
}

.list_NewsType2 .left .item .info {
  padding-bottom: 35px;
}

.list_NewsType2 .left .item .info .desc {
  font-size: 16px;
  color: #333;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 78px;
  /* Fallback for non-webkit */
  line-height: 26px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_NewsType2 .right .title {
  margin-bottom: 15px;
}

.list_NewsType2 .right .item .info .desc {
  font-size: 16px;
  color: #333;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 78px;
  /* Fallback for non-webkit */
  line-height: 26px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_NewsType2 .right .item .info .date_view {
  margin-top: 7px;
}

.slide_videoHome .desc {
  font-size: 16px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 78px;
  /* Fallback for non-webkit */
  line-height: 26px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .list_NewsType1 .info {
    padding-bottom: 35px;
  }
}
#header .top {
  z-index: 11;
}

.slide_menu {
  z-index: 1;
}

#header .lang:after {
  top: -3px;
}

.imgc0 img {
  object-fit: contain;
}

@media (min-width: 1200px) {
  body:not(body:has(.col_left .cate_News)) .col_right {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .list_productHome {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .list_productHome .item {
    float: none;
  }

  .list_productHome .item .info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .list_productHome .date_view {
    padding-bottom: 5px;
  }

  .list_productHome .item:first-child {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    float: none;
  }
}
.slick-prev:after {
  color: #fff;
}

.slick-next:after {
  color: #fff;
}

.slide_home_item .oneads a {
  position: relative;
  z-index: 1;
  display: block;
}
.slide_home_item .oneads a:before {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
.slide_home_item .oneads img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.slide_home_item .oneads video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.slide_home_item > a {
  position: relative;
  z-index: 1;
  display: block;
}
.slide_home_item > a:before {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
.slide_home_item > a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.slide_home_item > a video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

@media (max-width: 991px) {
  .info_noLogin .bot_menu ul {
    padding: 10px 0;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .info_noLogin .bot_menu ul::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .info_noLogin .bot_menu ul li {
    margin: 0 10px;
  }
  .info_noLogin .bot_menu ul li a {
    white-space: nowrap;
  }
}
@media (min-width: 1641px) {
  .menu_footer a {
    margin: 10px 50px 10px 0;
  }
}
@media (max-width: 991px) {
  .menu_footer {
    overflow-y: hidden;
    overflow-x: auto;
    margin-right: -10px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .menu_footer::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .menu_footer a {
    white-space: nowrap;
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .mn_left a, #header .mn_right a {
    font-size: 12px;
  }
}
.list_video .date_view .date:first-child {
  margin-left: 0;
}

#header.header_home .bot .container {
  padding: 15px 0 40px 0;
}

@media (min-width: 768px) {
  #header .sub_cate {
    top: calc(100% + 10px);
  }
}
.c-detail-box {
  position: relative;
  z-index: 1;
}
.c-detail-box .entry:not(.longform) {
  font-family: unset;
}

@media (min-width: 992px) {
  .c-detail-box {
    max-width: 720px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .c-detail-box .c-detail-box__share {
    width: 60px;
  }
  .c-detail-box .c-detail-box__content {
    width: calc(100% - 60px);
  }
}
.c-share-scroll {
  position: absolute;
  right: 0;
  display: none;
}
@media (max-width: 991px) {
  .c-share-scroll {
    top: 0 !important;
  }
}
.c-share-scroll > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-share-scroll > ul > li {
  text-align: center;
  float: left;
  margin-left: 5px;
}
.c-share-scroll > ul > li > a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #242A2E;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-share-scroll > ul > li > a.bg-transparent {
  border-color: transparent;
}
.c-share-scroll > ul > li > a .dot {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background-color: #999;
  position: relative;
  z-index: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-share-scroll > ul > li > a .dot:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: -6px;
}
.c-share-scroll > ul > li > a .dot:after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #999;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.c-share-scroll > ul > li > a.c-share-scroll__link {
  border: none;
  border-bottom: 1px solid #D2D2D2;
  background-color: transparent;
  font-size: 14px;
  color: #333;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.c-font-box {
  width: 26px;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  position: relative;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
.c-font-box__icon {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  color: #242A2E;
}
.c-font-box__btn {
  padding: 0 37px 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  flex-direction: row-reverse;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  background-color: #fff;
  display: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.c-font-box__btn span.plus, .c-font-box__btn span.minus, .c-font-box__btn span.font {
  cursor: pointer;
}
.c-font-box__close {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  border: none;
}
.c-font-box__close:focus {
  outline: none;
}
.c-font-box.active .c-font-box__btn {
  display: flex;
}

@media (min-width: 992px) {
  .c-share-scroll {
    top: 8px;
    right: auto;
    width: 32px;
    display: block;
  }
  .c-share-scroll > ul > li {
    margin-bottom: 10px;
    margin-left: 0;
    float: none;
  }
  .c-share-scroll > ul > li > a {
    width: 32px;
    height: 32px;
    line-height: 26px;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .c-share-scroll > ul > li > a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  .c-share-scroll.has-fixed {
    top: 10px;
    position: fixed;
  }
  .c-share-scroll.has-fixed.has-ab {
    position: absolute;
  }

  .c-font-box {
    width: 32px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
  .c-font-box__icon {
    display: none;
  }
  .c-font-box__btn {
    padding: 3px;
    height: auto;
    position: static;
    display: flex !important;
    flex-direction: column;
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .c-font-box__btn span.font {
    margin: 10px auto;
  }
  .c-font-box__btn span.plus, .c-font-box__btn span.minus {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .c-font-box__btn span.plus:hover, .c-font-box__btn span.minus:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  .c-font-box__close {
    display: none;
  }
}
/*---------- e-magazine css ----------*/
.e-magazine-item .e-magazine-item__img {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 135.9116022099%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.e-magazine-item .e-magazine-item__img a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.e-magazine-item .e-magazine-item__img img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
.e-magazine-item .e-magazine-item__row {
  margin-bottom: 10px;
}
.e-magazine-item .e-magazine-item__row:last-child {
  margin-bottom: 0;
}
.e-magazine-item .e-magazine-item__title {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
}
.e-magazine-item .e-magazine-item__title a {
  display: block;
  color: #666;
  text-decoration: none;
}
.e-magazine-item .e-magazine-item__number {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.e-magazine-grid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.e-magazine-grid *:before, .e-magazine-grid *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.e-magazine-grid > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.e-magazine-grid > ul > li {
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .e-magazine-grid > ul {
    margin: 0 -10px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .e-magazine-grid > ul > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .e-magazine-grid > ul > li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .e-magazine-grid > ul {
    margin: 0 -20px;
  }
  .e-magazine-grid > ul > li {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
/*---------- end e-magazine css ----------*/

/*# sourceMappingURL=style-custom.css.map */
