@import url("//fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:300,400,700,800&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
body {
  /* font-family: 'Lora', 'Times New Roman', serif; */
  font-family: "Mali", cursive;
  /* font-family: "Sukhumvit", "Roboto", sans-serif; */
  font-size: 20px;
  color: #404040;
  background-color: #fff;
}
p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "Mali", cursive;
  /* font-family: "Sukhumvit", "Roboto", sans-serif; */
  font-weight: 800;
}
a {
  color: #404040;
}
a:hover,
a:focus {
  color: #f8be12;
}
a img:hover,
a img:focus {
  cursor: zoom-in;
}
blockquote {
  color: #808080;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "Mali", cursive;
  /* font-family: "Sukhumvit", "Roboto", sans-serif; */
}
.navbar-custom .navbar-brand {
  font-weight: 800;
}
.navbar-custom .nav > li > a {
  background-color: #980bfa;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  border: 1px solid #222222;
  border-radius: 8px;
  margin: 2px;
}
.navbar-custom .nav > li.active > a {
  color: #fff;
  background-color: #ff2789;
}
.navbar-custom .nav > li.active > a:hover {
  color: #f8be12;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .navbar-custom {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-custom .nav > li > a {
    color: #fff;
    padding: 8px 24px;
  }
  .navbar-custom .nav > li > form {
    padding: 12px;
  }
  .navbar-custom .nav > li > form > select {
    background: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='white'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
    padding: 6px 22px 6px 12px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .navbar-custom .nav > li > form > select:focus {
    box-shadow: none;
  }
  .navbar-custom .nav > li > form > select > option {
    color: initial;
  }
  .navbar-custom .nav > li > a:hover,
  .navbar-custom .nav > li > a:focus {
    color: #f8be12;
    background-color: #980bfa;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-custom {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.is-fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f2f2f2;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #404040;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #f8be12;
  }
  .navbar-custom.is-fixed .nav > li > a {
    /* color: #404040; */
  }
  .navbar-custom.is-fixed .nav > li > a:hover,
  .navbar-custom.is-fixed .nav > li > a:focus,
  .navbar-custom.is-fixed .nav > li.active > a {
    /* color: #f8be12; */
  }
  .navbar-custom.is-fixed .nav > li > form > select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='#404040'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    border: 1px solid #404040;
    color: #404040;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-custom .nav > li > a {
    font-size: 22px;
    color: #FFF;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #ff2789;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: #980bfa;
}
.intro-header {
  background-color: #fff;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 235px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header {
    margin-bottom: 78px;
  }
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "Mali", cursive;
  /* font-family: "Sukhumvit", "Roboto", sans-serif; */
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "Mali", cursive;
  /* font-family: "Sukhumvit", "Roboto", sans-serif; */
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  /* font-family: 'Lora', 'Times New Roman', serif; */
  font-family: "Mali", cursive;
  /* font-family: "Sukhumvit", "Roboto", sans-serif; */
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.post-preview > a {
  color: #404040;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #f8be12;
}
.post-preview > a > .post-cover {
  max-width: 100%;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #808080;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #f8be12;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.thumbnail .caption h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.thumbnail .caption p {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.2;
}
footer {
  padding: 50px 0 65px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  border-color: #f8be12;
  box-shadow: 0 0 8px rgba(249, 190, 18, 0.6);
}
.form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 1.5em;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #eeeeee;
}
form .form-group:last-of-type {
  margin-bottom: 25px;
}
form .btn {
  margin-left: 15px;
}
.form-group input,
.form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
.form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.form-group-with-value label {
  top: 0;
  opacity: 1;
}
.form-group-with-focus label {
  color: #f8be12;
}
form .row:first-child .form-group {
  border-top: 1px solid #eeeeee;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aab2bd !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aab2bd !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aab2bd !important;
}
form .checkbox {
  padding-left: 15px;
}
form .checkbox small {
  font-size: 12px;
}
.btn {
  /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "Mali", cursive;
  /* font-family: "Sukhumvit", "Roboto", sans-serif; */
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default {
  background-color: #fff;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #f8be12;
  border: 1px solid #f8be12;
  color: white;
}
.input-group .btn {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
}
.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "Mali", cursive;
  /* font-family: "Sukhumvit", "Roboto", sans-serif; */
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #f8be12;
  border: 1px solid #f8be12;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #808080;
  background-color: #404040;
  cursor: not-allowed;
}
.pagination > li > a,
.pagination > li > span {
  /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  font-family: "Mali", cursive;
  /* font-family: "Sukhumvit", "Roboto", sans-serif; */
  color: inherit;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: inherit;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #f8be12;
  background: #f8be12;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #f8be12;
}
::selection {
  color: white;
  text-shadow: none;
  background: #f8be12;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}

/* ----------------- */
/*    CSS Add-Ons    */
/* ----------------- */
/* -- Global -- */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@font-face {
  font-family: "Sukhumvit";
  src: url("../../../inc/fonts/sukhumvit.woff2") format("woff2"),
    url("../../../inc/fonts/sukhumvit.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
img {
  max-width: 100%;
}
.link_top {
  position: absolute;
  bottom: 36px;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.link_top span {
  display: inline-flex;
}
.link_top span svg {
  width: 30px;
  height: 30px;
}
.link_top span svg line {
  stroke: currentColor;
}
.link_top span svg polyline {
  stroke: currentColor;
}
/* Header */
.re-heading_p {
  padding: 0 !important;
}
.header-web {
  background-color: #fff;
  border: none;
  margin-bottom: 0;
}
.header-web .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.wrap-logo {
  position: relative;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wrap-logo .navbar-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}
.wrap-logo .logo-web {
  float: none;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}
.wrap-logo .logo-web img {
  width: 120px;
  cursor: pointer !important;
}
.nav-web {
  width: 100%;
  flex-grow: 1;
}
.nav-web .nav-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: none;
}
.lang-web {
  display: none;
  position: relative;
}
.lang-web a {
  display: inline-flex;
  color: #404040;
  padding: 8px !important;
}
.is-fixed .lang-web a {
  color: #404040;
}
.lang-web a svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
}
.lang-web form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
/* Header(Sub) */
.content-set_1 .header-text {
  padding-top: 50px;
  font-size: 32px;
  line-height: 66px;
  color: #0d1720;
  letter-spacing: -1px;
  background: url("../../default/img/text_icon.png") no-repeat 0 30px;
  background-size: 86px 86px;
  margin-top: 0;
}
.content-set_1 .header-text .span-text_top {
  display: block;
  padding-left: 115px;
  font-weight: 700;
}
.content-set_1 .header-text .span-text_bottom {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
}
/* Footer */
.wrap-footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wrap-footer .inner-footer_top .footer-nav {
  display: flex;
  margin-top: 20px;
  margin-bottom: 110px;
}
.wrap-footer .inner-footer_top .footer-nav .ft-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: bolder;
}
.wrap-footer .inner-footer_top .footer-nav .ft-list li a {
  display: block;
  padding: 0.5rem 1.5rem;
  font-size: 22px;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.wrap-footer .inner-footer_top .footer-nav .ft-list li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.wrap-footer .inner-footer_bottom .footer-copyright {
  display: flex;
}
.wrap-footer .inner-footer_bottom .footer-copyright .cr-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.wrap-footer .inner-footer_bottom .footer-copyright .cr-list li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.5rem;
  font-size: 16px;
  color: #737373;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.wrap-footer .inner-footer_bottom .footer-copyright .cr-list li a:hover {
  color: rgba(115, 115, 115, 0.7);
}
/* template list */
.list_card {
  /* margin: 0 -18px; */
  padding-top: 12px;
  padding-left: 0;
  font-size: 0;
  text-align: left;
}
.list_card > li {
  display: inline-block;
  margin-top: 36px;
  /* padding: 0 18px; */
  vertical-align: top;
  box-sizing: border-box;
}
.list_card > li .item_card {
  overflow: hidden;
  position: relative;
  /* width: 408px; */
  margin-top: 0;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 4px 12px 30px 6px rgba(0, 0, 0, 0.09);
}
.list_card > li .item_card .wrap_cont {
  display: block;
  position: relative;
  padding: 25px 24px 0;
  box-sizing: border-box;
}
.list_card > li .item_card .wrap_cont .info_mini {
  display: block;
  height: 36px;
  margin-top: -1px;
  padding-right: 20px;
  font-size: 0;
}
.list_card > li .item_card .wrap_cont .info_mini .ico {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
.list_card > li .item_card .wrap_cont .info_mini .txt p {
  display: inline-block;
  position: relative;
  height: 34px;
  margin-top: 1px;
  margin-bottom: 0;
  padding: 0 13px;
  border-radius: 13px;
  font-size: 13px;
  line-height: 34px;
  color: #000;
  background-color: #eee;
  vertical-align: top;
}
.list_card > li .item_card .wrap_cont .info_mini .txt p::before {
  content: "x ";
}
.list_card > li .item_card .wrap_cont .info_mini .txt p::after {
  position: absolute;
  top: 0;
  left: -4px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M0 0c3.003 2.178 4.963 5.706 4.961 9.699V18H18C18 8.059 9.941 0 0 0' fill='%23eee' fill-rule='evenodd'/%3E%3C/svg%3E");
  content: "";
}
.list_card > li .item_card .wrap_cont .info_mini .dot_new {
  display: inline-block;
  min-width: 6px;
  width: 6px;
  height: 6px;
  margin-left: 3px;
  border-radius: 8px;
  line-height: 0;
  background-color: #ff5737;
  vertical-align: top;
  text-indent: -9999px;
}
.list_card > li .item_card .wrap_cont .info_mini .txt_date {
  display: inline-block;
  margin: 8px 0 0 6px;
  font-size: 13px;
  letter-spacing: 0;
  color: #666;
}
.list_card > li .item_card .wrap_cont .link_item {
  display: block;
  margin: 0 -24px;
  text-decoration: none;
}
.list_card > li .item_card .wrap_cont .link_item .title_card {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 80px;
  margin-top: 13px;
  padding: 0 24px;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list_card > li .item_card .wrap_cont .link_item .wrap_thumb {
  display: block;
  height: 229px;
  margin-top: 71px;
}
.list_card > li .item_card .wrap_cont .link_item .wrap_thumb .thumb_img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.list_card > li .item_card .wrap_cont .info_desc {
  overflow: hidden;
  position: absolute;
  top: 156px;
  left: 0;
  right: 84px;
  height: 20px;
  margin-top: 24px;
  padding-left: 24px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
/* -- index.html -- */
/* content */
.in-content_banner {
  position: relative;
}
.content-set_1 .container {
  position: relative;
}
.content-set_1 .image-case {
  overflow: hidden;
  position: relative;
  /* height: 729px; */
  /* border-radius: 12px; */
  margin-top: 96px;
}
.content-set_1 .image-case .image-show {
  /* position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  object-fit: cover;
  object-position: center center;
}
.content-set_1 .footer-text {
  text-align: center;
}
.content-set_1 .footer-text .text-top {
  display: block;
  margin-top: 216px;
  font-size: 58px;
  line-height: 62px;
  letter-spacing: -1px;
  color: #0d1720;
}
.content-set_1 .footer-text .text-bottom {
  margin-top: 64px;
  padding: 0 260px;
  font-size: 20px;
  line-height: 32px;
  word-break: keep-all;
  color: #0d1720;
}
.content-set_2 .container {
  position: relative;
  padding-bottom: 168px;
}
.content-set_2 .info-content {
  overflow: hidden;
  width: 1056px;
  height: 619px;
  margin: 72px auto 0;
  border-radius: 12px;
  box-shadow: 2px 5px 40px 0 rgba(0, 0, 0, 0.09);
  text-align: left;
}
.content-set_2 .info-content:first-child {
  margin-top: 270px;
}
.content-set_2 .info-content:last-child {
  /* margin-bottom: 240px; */
  margin-bottom: 72px;
}
.content-set_2 .info-content.free-height {
  height: auto;
}
.content-set_2 .info-content .inner-content .wrap-cont .info-title {
  display: block;
  font-size: 30px;
  line-height: 37px;

  word-break: keep-all;
}
.content-set_2 .info-content .inner-content .wrap-cont .info-text {
  display: block;
  margin-top: 18px;
  font-size: 20px;
  line-height: 25px;
  color: #0d1720;
  word-break: keep-all;
}
.content-set_2 .info-content.type-x .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.content-set_2 .info-content.type-x .inner-content.content-reverse {
  flex-direction: row-reverse;
}
.content-set_2 .info-content.type-x .inner-content .wrap-img {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 528px;
}
.content-set_2 .info-content.type-x .inner-content .wrap-img .info-title_inner {
  display: block;
  font-size: 36px;
  line-height: 52px;

  word-break: keep-all;
}
.content-set_2 .info-content.type-x .inner-content .wrap-img .btn-flip {
  display: none;
}
.content-set_2 .info-content.type-x .inner-content .wrap-cont {
  overflow: hidden;
  position: relative;
  max-width: 528px;
  padding: 80px 72px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  background-color: #fff;
}
.content-set_2 .info-content.type-x .inner-content .wrap-cont .btn-flip {
  display: none;
}
.content-set_2 .info-content.type-y .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}
.content-set_2 .info-content.type-y .inner-content .wrap-img {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content-set_2 .info-content.type-y .inner-content .wrap-cont {
  overflow: hidden;
  position: relative;
  padding: 72px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  background-color: #fff;
}
.content-set_2 .info-content.type-y.down-padding .inner-content .wrap-cont {
  padding: 56px 36px;
}
.social-box .social-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.social-box .social-item.c-purple {
  color: #980bfa;
}
.social-box .social-item.c-pink {
  color: #ff2789;
}
.social-box .social-item.c-green {
  color: #2ca534;
}
.social-box .social-item img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  object-position: center;
}
.social-box .social-item .social-title {
  flex: 1 1 auto;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 0 8px;
}
/* -- blog.html -- */
/* Content */
.content-list {
  position: relative;
  padding-top: 96px;
  padding-bottom: 182px;
}
.content-list .list-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 52px;
  color: #0d1720;
  margin-bottom: 0;
}
.content-list .wrap-tabs {
  margin-top: 48px;
}
.content-list .wrap-tabs .list_tab {
  position: relative;
  margin-top: -10px;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.content-list .wrap-tabs .list_tab li {
  display: inline-block;
  margin: 10px 12px 0 0;
}
.content-list .wrap-tabs .list_tab li .link_tab {
  display: block;
  height: 44px;
  padding: 0 20px;
  border-radius: 30px;
  background: #ff2789;
  font-size: 16px;
  line-height: 43px;
  letter-spacing: -0.5px;
  text-decoration: none;
  color: #fff;
}
.content-list .wrap-tabs .list_tab li .link_tab:hover {
  background: #980bfa;
  font-weight: 700;
  color: #fff;
}
.content-list .paging_set {
  position: relative;
  font-size: 0;
  text-align: center;
  margin-top: 84px;
}
.content-list .paging_set .group_paging .btn_page {
  display: inline-block;
  overflow: hidden;
  width: 42px;
  height: 42px;
  margin: 0 36px;
  padding: 0;
  border: none;
  border-radius: 24px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
  background-color: #eee;
}
.content-list .paging_set .group_paging .btn_page:disabled {
  opacity: 0.5;
  cursor: default;
}
.content-list .paging_set .group_paging .btn_page .ico_pagenation {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.content-list .paging_set .group_paging .link_page {
  display: inline-block;
  min-width: 44px;
  margin-top: 9px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #666;
  vertical-align: top;
  cursor: pointer;
}
.content-list .paging_set .group_paging .link_page:hover {
  text-decoration: underline;
}
.content-list .paging_set .group_paging .link_page.on {
  font-weight: 700;
  color: #000;
}
.content-list .paging_set .group_go {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
.content-list .paging_set .group_go input {
  display: inline-block;
  width: 76px;
  padding: 6px 16px 8px;
  border: 2px solid #eee;
  border-radius: 21px;
  color: #000;
  font-size: 16px;
  background: #fff;
  vertical-align: top;
  text-align: center;
  outline: none;
  box-sizing: border-box;
}
.content-list .paging_set .group_go .txt_total {
  display: inline-block;
  margin: 8px 14px 0 8px;
  color: #666;
  font-size: 16px;
  vertical-align: top;
}
.content-list .paging_set .group_go .btn_go {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 21px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  background: #eee;
  line-height: 42px;
}
/* -- post.html -- */
/* Content */
.main-detail .detail-content {
  padding-top: 72px;
}
.main-detail .detail-content .area_title {
  max-width: 816px;
  margin: 0 auto;
  text-align: center;
}
.main-detail .detail-content .area_title .wrap_subinfo {
  line-height: 20px;
  vertical-align: top;
}
.main-detail .detail-content .area_title .wrap_subinfo span {
  display: inline-block;
  font-size: 18px;
  color: #333;
  letter-spacing: -0.5px;
}
.main-detail .detail-content .area_title .wrap_subinfo span p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.main-detail .detail-content .area_title .tit_detail {
  overflow: hidden;
  display: block;
  margin-top: 24px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #000;
}
.main-detail .detail-content .area_visual {
  overflow: hidden;
  max-width: 1920px;
  margin: 72px auto 0;
}
.main-detail .detail-content .area_visual img {
  width: 100%;
  border-radius: 12px;
  -webkit-user-drag: none;
  vertical-align: top;
}
.main-detail .detail-content .area_cont {
  max-width: 816px;
  margin: 120px auto 0;
}
.main-detail .detail-content .area_cont .wrap_cont p {
  overflow: hidden;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: -0.5px;
  color: #000;
  margin: 0;
  padding: 0;
}
.main-detail .detail-content .area_cont .wrap_cont iframe {
  max-width: 100%;
}
.main-detail .detail-content .section_relation {
  position: relative;
  max-width: 1296px;
  padding-bottom: 182px;
  margin: 0 auto;
}
.main-detail .detail-content .section_relation .link_list {
  display: block;
  width: 140px;
  margin: 105px auto 0;
  padding: 8px 24px;
  border-radius: 30px;
  background: #eee;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-decoration: none;
  color: #000;
  text-align: center;
  box-sizing: border-box;
}
.main-detail .detail-content .section_relation .area_relation {
  margin-top: 120px;
  padding-top: 60px;
  border-top: 1px solid #d9d9d9;
}
.main-detail .detail-content .section_relation .area_relation .tit_relation {
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.6px;
  color: #000;
}
/* -- Media Query -- */
@media only screen and (min-width: 768px) {
  /* -- Global -- */
  /* Header */
  .re-heading_p {
    padding: 44px 0 0 !important;
  }
  .header-web {
    /* padding-top: 1.6rem; */
    /* padding-bottom: 1.6rem; */
  }
  .header-web .container {
    flex-direction: row;
  }
  .wrap-logo {
    width: auto;
  }
  .wrap-logo .logo-web img {
    width: 120px;
  }
  .nav-web {
    width: auto;
  }
  .nav-web .nav-list {
    flex-direction: row;
  }
  .nav-web .nav-list .lang-in {
    display: none;
  }
  .lang-web {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  /* -- Global -- */
  /* Footer */
  .wrap-footer .inner-footer_top .footer-nav .ft-list {
    flex-direction: row;
  }
  .wrap-footer .inner-footer_bottom .footer-copyright .cr-list {
    flex-direction: row;
  }
  .wrap-footer
    .inner-footer_bottom
    .footer-copyright
    .cr-list
    li:not(:last-child)
    a::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 1920px) {
  /* -- post.html -- */
  /* Content */
  .main-detail .detail-content .area_visual img {
    border-radius: 0;
  }
}
@media only screen and (max-width: 1439px) {
  /* -- Global -- */
  /* Header(Sub) */
  .content-set_1 .header-text {
    padding-top: 25px;
    font-size: 36px;
    line-height: 52px;
    background-position-y: 9px;
    background-size: 64px 64px;
  }
  .content-set_1 .header-text .span-text_top {
    padding-left: 88px;
  }
  .content-set_1 .header-text .span-text_bottom {
    margin-top: 3px;
    font-size: 28px;
    line-height: 52px;
  }
  /* template list */
  .list_card {
    /* margin: 0 -15px; */
  }
  .list_card > li {
    /* padding: 0 15px; */
  }
  .list_card > li .item_card {
    /* width: 297px; */
  }
  .list_card > li .item_card .wrap_cont .info_mini .txt_date {
    font-size: 11px;
    letter-spacing: -1px;
    margin: 10px 0 0 3px;
  }
  .list_card > li .item_card .wrap_cont .link_item .title_card {
    height: 64px;
    font-size: 22px;
    line-height: 32px;
  }
  .list_card > li .item_card .wrap_cont .link_item .wrap_thumb {
    height: 166px;
    margin-top: 60px;
  }
  .list_card > li .item_card .wrap_cont .info_desc {
    top: 143px;
    height: 19px;
    margin-top: 18px;
    font-size: 13px;
    line-height: 19px;
  }
  /* -- index.html -- */
  /* content */
  .content-set_1 .image-case {
    /* height: 535px; */
    margin-top: 72px;
  }
  .content-set_1 .footer-text .text-top {
    margin-top: 180px;
  }
  .content-set_1 .footer-text .text-bottom {
    padding: 0 90px;
  }
  .content-set_2 .info-content {
    width: 952px;
    height: 558px;
    margin-top: 60px;
  }
  .content-set_2 .info-content:first-child {
    margin-top: 180px;
  }
  .content-set_2 .info-content .inner-content .wrap-cont .info-title {
    font-size: 32px;
    line-height: 44px;
  }
  .content-set_2 .info-content .inner-content .wrap-cont .info-text {
    font-size: 18px;
    line-height: 24px;
  }
  .content-set_2 .info-content.type-x .inner-content .wrap-img {
    max-width: 476px;
  }
  .content-set_2
    .info-content.type-x
    .inner-content
    .wrap-img
    .info-title_inner {
    font-size: 32px;
    line-height: 44px;
  }
  .content-set_2 .info-content.type-x .inner-content .wrap-cont {
    max-width: 476px;
    padding: 60px;
  }
  /* -- list.html -- */
  /* Content */
  .content-list {
    padding-top: 75px;
  }
  .content-list .list-title {
    font-size: 30px;
    line-height: 40px;
  }
  .content-list .wrap-tabs {
    margin-top: 36px;
  }
  .content-list .paging_set {
    margin-top: 72px;
  }
  .content-list .paging_set .group_go {
    position: static;
    margin-top: 24px;
  }
  /* -- post.html -- */
  /* Content */
  .main-detail .detail-content .area_title {
    max-width: 630px;
  }
  .main-detail .detail-content .area_title .tit_detail {
    font-size: 42px;
    line-height: 1.29;
    letter-spacing: -0.8px;
  }
  .main-detail .detail-content .area_cont {
    max-width: 630px;
  }
  .main-detail .detail-content .area_cont .wrap_cont p:has(iframe) {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
  }
  .main-detail .detail-content .area_cont .wrap_cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .main-detail .detail-content .section_relation {
    max-width: 952px;
  }
}
@media only screen and (max-width: 1023px) {
  /* -- Global -- */
  .link_top {
    right: 50%;
    width: 40px;
    height: 40px;
    margin-right: -20px;
  }
  .link_top span svg {
    width: 25px;
    height: 25px;
  }
  /* Header(Sub) */
  .content-set_1 .header-text {
    font-size: 30px;
    line-height: 40px;
    background-position-y: 14px;
    background-size: 50px 50px;
  }
  .content-set_1 .header-text .span-text_top {
    padding-left: 70px;
  }
  .content-set_1 .header-text .span-text_bottom {
    margin-top: 4px;
    font-size: 22px;
    line-height: 40px;
  }
  /* template list */
  .list_card {
    /* margin: 0 -18px; */
    padding-top: 0;
  }
  .list_card > li {
    /* padding: 0 18px; */
  }
  /* -- index.html -- */
  /* content */
  .content-set_1 .image-case {
    /* height: 354px; */
    /* margin-top: 48px; */
    margin-top: 24px;
  }
  .content-set_1 .footer-text .text-top {
    /* margin-top: 120px; */
    margin-top: 60px;
    font-size: 36px;
    line-height: 52px;
  }
  .content-set_1 .footer-text .text-bottom {
    margin-top: 24px;
    padding: 0 40px;
    font-size: 16px;
    line-height: 28px;
  }
  .content-set_2 .container {
    padding-bottom: 158px;
  }
  .content-set_2 .info-content {
    overflow: visible;
    width: 582px;
    height: 894px;
    margin-top: 48px;
    box-shadow: none;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .content-set_2 .info-content:first-child {
    /* margin-top: 120px; */
    margin-top: 60px;
  }
  .content-set_2 .info-content .inner-content .wrap-cont .info-title {
    font-size: 36px;
    line-height: 52px;
  }
  .content-set_2 .info-content .inner-content .wrap-cont .info-text {
    font-size: 22px;
    line-height: 34px;
  }
  .content-set_2 .info-content.type-x .inner-content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .content-set_2 .info-content.type-x .inner-content.filped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .content-set_2 .info-content.type-x .inner-content .wrap-img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    border-radius: 12px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 2px 5px 40px 0 rgba(0, 0, 0, 0.08);
  }
  .content-set_2 .info-content.type-x .inner-content.filped .wrap-img {
    visibility: hidden;
    z-index: -1;
  }
  .content-set_2
    .info-content.type-x
    .inner-content
    .wrap-img
    .info-title_inner {
    font-size: 36px;
    line-height: 52px;
    padding: 36px;
  }
  .content-set_2 .info-content.type-x .inner-content .wrap-img .btn-flip {
    display: block;
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: #eee;
    color: #333;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    border: 0;
    cursor: pointer;
  }
  .content-set_2 .info-content.type-x .inner-content .wrap-img .btn-flip svg {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    fill: currentColor;
  }
  .content-set_2 .info-content.type-x .inner-content .wrap-cont {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    border-radius: 12px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 2px 5px 40px 0 rgba(0, 0, 0, 0.08);
    visibility: hidden;
    padding: 48px 36px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .content-set_2 .info-content.type-x .inner-content.filped .wrap-cont {
    visibility: visible;
  }
  .content-set_2 .info-content.type-x .inner-content .wrap-cont .btn-flip {
    display: block;
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: #eee;
    color: #333;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    border: 0;
    cursor: pointer;
  }
  .content-set_2 .info-content.type-x .inner-content .wrap-cont .btn-flip svg {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    fill: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .content-set_2 .info-content.type-y {
    height: auto;
  }
  .content-set_2 .info-content.type-y .inner-content .wrap-img {
    overflow: hidden;
    max-width: none;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    box-shadow: 2px 5px 40px 0 rgba(0, 0, 0, 0.08);
  }
  .content-set_2 .info-content.type-y .inner-content .wrap-cont {
    overflow: hidden;
    max-width: none;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    box-shadow: 2px 5px 40px 0 rgba(0, 0, 0, 0.08);
    padding: 48px 36px;
  }
  /* -- list.html -- */
  /* Content */
  .content-list {
    padding-top: 49px;
    padding-bottom: 172px;
  }
  .content-list .list-title {
    font-size: 26px;
    line-height: 36px;
  }
  .content-list .wrap-tabs .list_tab {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .content-list .wrap-tabs .list_tab li {
    margin: 0 10px 0 0;
  }
  .content-list .wrap-tabs .list_tab li .link_tab {
    height: 37px;
    padding: 0 17px;
    font-size: 14px;
    line-height: 37px;
  }
  /* -- post.html -- */
  /* Content */
  .main-detail .detail-content .section_relation {
    max-width: 630px;
    padding-bottom: 172px;
  }
  .main-detail .detail-content .section_relation .link_list {
    font-size: 16px;
    line-height: 26px;
  }
  .main-detail .detail-content .section_relation .area_relation .tit_relation {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  /* -- Global -- */
  /* Header */
  .lang-web {
    display: block;
    position: absolute;
    /* right: 80px; */
    right: 15px;
    top: 21px;
  }
  /* template list */
  .list_card {
    /* margin: 0; */
  }
  .list_card > li {
    /* width: 100%;
    padding: 0; */
  }
  .list_card > li .item_card {
    /* width: 100%; */
  }
  .list_card > li .item_card .wrap_cont .link_item .title_card {
    height: 72px;
    font-size: 26px;
    line-height: 36px;
  }
  .list_card > li .item_card .wrap_cont .link_item .wrap_thumb {
    height: auto;
    margin-top: 66px;
  }
  .list_card > li .item_card .wrap_cont .link_item .wrap_thumb .thumb_img {
    width: 100%;
    height: auto;
  }
  .list_card > li .item_card .wrap_cont .info_desc {
    right: 40px;
  }
  /* -- index.html -- */
  /* Content */
  .content-set_1 .footer-text .text-bottom {
    padding: 0;
  }
  .content-set_2 .info-content {
    width: 100%;
    height: auto;
  }
  .content-set_2 .info-content .inner-content .wrap-cont .info-title {
    font-size: 30px;
    line-height: 40px;
  }
  .content-set_2 .info-content .inner-content .wrap-cont .info-text {
    font-size: 18px;
    line-height: 24px;
  }
  .content-set_2 .info-content.type-x .inner-content {
    min-height: 640px;
    max-height: 100vh;
  }
  .content-set_2
    .info-content.type-x
    .inner-content
    .wrap-img
    .info-title_inner {
    font-size: 30px;
    line-height: 40px;
    padding: 24px 70px 0 24px;
  }
  .content-set_2 .info-content.type-x .inner-content .wrap-cont {
    padding: 36px 24px;
  }
  .content-set_2 .info-content.type-y .inner-content .wrap-cont {
    padding: 36px 24px;
  }
  /* -- list.html -- */
  /* Content */
  .content-list .wrap-tabs {
    margin-top: 24px;
  }
  .content-list .paging_set {
    margin-top: 48px;
  }
  .content-list .paging_set .group_paging .btn_page.btn_prev {
    margin: 0 24px 0 0;
  }
  .content-list .paging_set .group_paging .btn_page.btn_next {
    margin: 0 0 0 24px;
  }
  /* -- post.html -- */
  /* Content */
  .main-detail .detail-content {
    padding-top: 48px;
  }
  .main-detail .detail-content .area_title {
    max-width: 364px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .main-detail .detail-content .area_title .wrap_subinfo span {
    font-size: 13px;
    letter-spacing: -0.2px;
  }
  .main-detail .detail-content .area_title .tit_detail {
    margin-top: 12px;
    font-size: 32px;
    line-height: 1.38;
  }
  .main-detail .detail-content .area_visual {
    margin-top: 48px;
  }
  .main-detail .detail-content .area_cont {
    /* max-width: 364px; */
    max-width: 100%;
    margin-top: 84px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .main-detail .detail-content .section_relation {
    /* max-width: 364px; */
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .main-detail .detail-content .section_relation .area_relation {
    margin-top: 120px;
    padding-top: 48px;
  }
}
@media (max-width: 411px) {
  /* -- list.html -- */
  /* Content */
  .content-list .paging_set .group_paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content-list .paging_set .group_paging .btn_page.btn_prev {
    margin-right: 12px;
  }
  .content-list .paging_set .group_paging .btn_page.btn_next {
    margin-left: 12px;
  }
  .content-list .paging_set .group_paging .link_page {
    min-width: 32px;
  }
}
.navbar-nav .nav-link.active {
  font-weight: bold;
}