@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SF-Pro-Display/SF-Pro-Display-Light.otf")
    format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SF-Pro-Display/SF-Pro-Display-Regular.otf")
    format("opentype");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SF-Pro-Display/SF-Pro-Display-Medium.otf")
    format("opentype");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 600;
  src: url("../css/fonts/SF-Pro-Display/SF-Pro-Display-Semibold.otf")
    format("opentype");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  src: url("../css/fonts/SF-Pro-Display/SF-Pro-Display-Bold.otf")
    format("opentype");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/SF-Pro-Display/SF-Pro-Display-Black.otf")
    format("opentype");
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  text-rendering: geometricPrecision;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
}
body.hidden {
  overflow: hidden;
}

input,
textarea,
select,
button {
  outline: none;
  font-family: "Mulish", sans-serif;
  text-rendering: geometricPrecision;
  border: 0;
  color: #000;
  font-size: 1rem;
  background-color: transparent;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

a {
  text-decoration: unset;
  color: inherit;
}

a:hover,
a:active,
a:focus {
  outline: 0;
  color: inherit;
  color: #c00a23;
}

.link-decoration:hover {
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.mx-auto {
  margin: auto;
}

/*===========================================================================*/
.font-mulish {
  font-family: "Mulish", sans-serif;
}

.font-arial {
  font-family: "Arial", sans-serif;
}

.font-sf-pro {
  font-family: "SF Pro Display";
}

.font-arsenal {
  font-family: "Arsenal", sans-serif;
}

.font-noto {
  font-family: "Noto Serif", serif;
}

.font-lato {
  font-family: "Lato", sans-serif;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

/*===========================================================================*/
.w-1140 {
  max-width: 71.25rem;
  margin: 0 auto;
}

.w-full {
  width: 100%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

/*=================================================================*/
.d-3xl-none {
  display: none;
}

.d-3xl-block {
  display: block;
}

.d-3xl-flex {
  display: flex;
}

.d-3xl-grid {
  display: grid;
}

.d-3xl-inline {
  display: inline-block;
}

.d-3xl-inline-flex {
  display: inline-flex;
}

/*=================================================================*/
.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background-color: transparent;
  color: #333;
  outline: none;
}

/*===========================================================================*/
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-48 {
  font-size: 3rem;
}

/*=================================================================*/
.image-icon {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: rgba(234, 212, 212, 0.5);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.image-wrapper {
  position: relative;
  display: block;
  padding-bottom: 60%;
}

.image-wrapper-full {
  position: relative;
  display: block;
  padding-bottom: 100%;
}

.image-wrapper img,
.image-wrapper-full img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-icon img {
  width: 24px;
  height: 24px;
}
/*=================================================================*/
.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray-22 {
  color: #222;
}

.text-gray-33 {
  color: #333;
}

.text-gray-44 {
  color: #444;
}

.text-gray-55 {
  color: #555;
}

.text-gray-66 {
  color: #666;
}

.text-gray-73 {
  color: #737373;
}

.text-gray-80 {
  color: #808080;
}

.text-gray-82 {
  color: #828282;
}

.text-gray-181 {
  color: #181716;
}

.text-gray-b1 {
  color: #b1b1b1;
}

.text-gray-c4 {
  color: #c4c4c4;
}

.text-red-c4 {
  color: #c00a23;
}

/*=================================================================*/
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-transparent {
  background-color: transparent;
}

.bg-gray-181 {
  background-color: #181716;
}

.bg-gray-f4 {
  background-color: #f4f4f4;
}

.bg-blue-51 {
  background-color: #51827d;
}

.bg-yellow-ff {
  background-color: #ffefd7;
}

.bg-red-c5 {
  background-color: #c00a23;
}

/*=================================================================*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*=================================================================*/
.pt-4 {
  padding-top: 0.25rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.pr-4 {
  padding-right: 0.25rem;
}

.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.p-4 {
  padding: 0.25rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.mb-4 {
  margin-bottom: 0.25rem;
}

.ml-4 {
  margin-left: 0.25rem;
}

.mr-4 {
  margin-right: 0.25rem;
}

.my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.m-4 {
  margin: 0.25rem;
}

/*=================================================================*/
.pt-8 {
  padding-top: 0.5rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-8 {
  padding: 0.5rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.ml-8 {
  margin-left: 0.5rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.m-8 {
  margin: 0.5rem;
}

/*=================================================================*/
.pt-10 {
  padding-top: 0.625rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.p-10 {
  padding: 0.625rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mx-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.m-10 {
  margin: 0.625rem;
}

/*=================================================================*/
.pt-12 {
  padding-top: 0.75rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.p-12 {
  padding: 0.75rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.m-12 {
  margin: 0.75rem;
}

/*=================================================================*/
.pt-15 {
  padding-top: 0.9375rem;
}

.pb-15 {
  padding-bottom: 0.9375rem;
}

.pl-15 {
  padding-left: 0.9375rem;
}

.pr-15 {
  padding-right: 0.9375rem;
}

.py-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.px-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.p-15 {
  padding: 0.9375rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.mr-15 {
  margin-right: 0.9375rem;
}

.my-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.mx-15 {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.m-15 {
  margin: 0.9375rem;
}

/*=================================================================*/
.pt-16 {
  padding-top: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pl-16 {
  padding-left: 1rem;
}

.pr-16 {
  padding-right: 1rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-16 {
  padding: 1rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.ml-16 {
  margin-left: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.m-16 {
  margin: 1rem;
}

/*=================================================================*/
.pt-20 {
  padding-top: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-20 {
  padding: 1.25rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.m-20 {
  margin: 1.25rem;
}

/*=================================================================*/
.pt-24 {
  padding-top: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-24 {
  padding: 1.5rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.m-24 {
  margin: 1.5rem;
}

/*=================================================================*/
.pt-30 {
  padding-top: 1.875rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.p-30 {
  padding: 1.875rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.mx-30 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.m-30 {
  margin: 1.875rem;
}

/*=================================================================*/
.pt-40 {
  padding-top: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-40 {
  padding: 2.5rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.m-40 {
  margin: 2.5rem;
}

/*=================================================================*/
.border-999 {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.border-full {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/*=================================================================*/
.fix-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fix-text2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fix-text3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fix-text4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fix-text5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*=================================================================*/
.lh-1 {
  line-height: 1;
}

.lh-15 {
  line-height: 0.9375rem;
}

.lh-16 {
  line-height: 1rem;
}

.lh-19 {
  line-height: 1.1875rem;
}

.lh-22 {
  line-height: 1.375rem;
}

.lh-24 {
  line-height: 1.5rem;
}

.lh-26 {
  line-height: 1.625rem;
}

.lh-28 {
  line-height: 1.75rem;
}

.lh-30 {
  line-height: 1.875rem;
}

.lh-32 {
  line-height: 2rem;
}

.lh-34 {
  line-height: 2.125rem;
}

.lh-40 {
  line-height: 2.5rem;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

/*=================================================================*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*=================================================================*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/*=================================================================*/
.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.flex-0 {
  flex-shrink: 0;
}

.flex-1 {
  flex: 1;
}

/*=================================================================*/
.col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.col-5 {
  grid-template-columns: repeat(5, 1fr);
}

/*=================================================================*/
.gap-8 {
  grid-gap: 0.5rem;
}

.gap-16 {
  grid-gap: 1rem;
}

.gap-20 {
  grid-gap: 1.25rem;
}

.gap-24 {
  grid-gap: 1.5rem;
}

.gap-25 {
  grid-gap: 1.5625rem;
}

.gap-30 {
  grid-gap: 1.875rem;
}

/*=================================================================*/
.h-full {
  height: 100%;
}

.h-32 {
  height: 2rem;
}

.h-36 {
  height: 2.25rem;
}

.h-40 {
  height: 2.5rem;
}

.h-48 {
  height: 3rem;
}

.h-56 {
  height: 3.5rem;
}

/*=================================================================*/
.max-w-fit {
  max-width: fit-content;
}

/*=================================================================*/
.tracking-0125 {
  letter-spacing: 0.0125em;
}

/*=================================================================*/
.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-100 {
  z-index: 100;
}

/*=================================================================*/
.transition {
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/*=================================================================*/
.pointer {
  cursor: pointer;
}

/*=================================================================*/
.uppercase {
  text-transform: uppercase;
}

.shadow {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.w-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.over-hidden {
  overflow: hidden;
}

.border-e5 {
  border-bottom: 1px solid #e5e5e5;
}

.border-73 {
  border-bottom: 1px solid #737373;
}

.border-73-t {
  border-top: 1px solid #737373;
}

.border-7320 {
  border-bottom: 1px solid rgba(115, 115, 115, 0.2);
}

.border-4 {
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.header-top {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-top__contact .item {
  position: relative;
}
.header-top__contact .item + .item {
  margin-left: 1rem;
}
.header-top__contact .item:last-child::before {
  content: none;
}
.header-top__contact .item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.5rem;
  width: 1px;
  height: 0.75rem;
  transform: translateY(-50%);
  background-color: #d6d6d6;
}
.header.sticky .navbar,
.header.sticky .navbar-menu-mb {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.social {
  /* gap: 6px; */
}
.social-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(115, 115, 115, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-link + .social-link {
  margin-left: 6px;
}
.icon-bar {
  margin-left: -15px;
}
.social-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.social-link img {
  height: 14px;
  width: auto;
}

.language {
  position: relative;
  z-index: 20;
}
.language-default {
  cursor: pointer;
}
.language-default.active ~ .language-list {
  display: block;
}
.language-list {
  display: none;
  background-color: #737373;
  position: absolute;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  top: 30px;
  left: auto;
  right: 0;
  min-width: 150px;
  max-height: 300px;
  overflow: auto;
}
.language-item {
  cursor: pointer;
  justify-content: space-between;
  padding: 5px 10px;
}
.language-item:hover {
  background-color: #9b9b9b;
}
.language-img {
  width: 20px;
  height: 20px;
  border-radius: 999px;
}

.logo img {
  height: 60px;
  width: auto;
  padding: 5px;
}

.search-pc {
  width: 100%;
  width: 175px;
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.search-pc .search-input {
  height: 1.875rem;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
  padding: 0.5rem 0.625rem 0.5rem 1.75rem;
}
.search-pc .search-input::placeholder {
  color: #333;
}
.search-pc .search-input:focus {
  border-color: #c00a23;
}
.search-pc .search-btn {
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
}

.navbar {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  background-color: #fff;
  padding: 0 20px;
}
.navbar-wrapper {
  width: 100%;
}
.navbar-wrapper .navbar-item {
  position: relative;
}
.navbar-wrapper .navbar-item:first-child a {
  padding-left: 0;
}
.navbar-wrapper .navbar-item.active > a {
  color: #c00a23;
}
.navbar-wrapper .navbar-item a {
  padding: 12px 10px;
  display: flex;
}
.navbar-wrapper .navbar-item .navbar-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 200px;
  background-color: white;
  z-index: 100;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  display: none;
}
.navbar-wrapper .navbar-item .navbar-dropdown__item:hover a {
  color: #ffffff;
  background-color: #c00a23;
}
.navbar-wrapper .navbar-item:hover .navbar-dropdown {
  display: block;
}

.navbar-more {
  padding: 12px 10px;
  cursor: pointer;
}
.navbar-more__icon .bar {
  display: block;
}
.navbar-more__icon .bar img {
  width: 20px;
  height: auto;
}
.navbar-more__icon .close {
  display: none;
  width: 20px;
  height: auto;
}
.navbar-more__icon.active .bar {
  display: none;
}
.navbar-more__icon.active .close {
  display: block;
}
.navbar-more__content {
  background: #fff;
  position: absolute;
  height: 100vh;
  z-index: 50;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.navbar-more__content.active {
  display: block;
}
.navbar-more__inner {
  padding: 20px 0;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.navbar-more__title {
  font-weight: bold;
  font-size: 16px;
  color: #181716;
}
.navbar-more__title a {
  display: block;
  padding: 10px;
}
.navbar-more__children {
  font-size: 14px;
  font-weight: 600;
}
.navbar-more__children a {
  display: block;
  padding: 5px 10px;
}

.breadcrumb-primary {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.breadcrumb-primary__slide {
  max-width: 1110px;
  max-width: calc(100% - 30px);
}
.breadcrumb-primary .swiper-slide {
  width: auto !important;
}
.breadcrumb-primary .swiper-slide:last-child .breadcrumb-primary__item::before {
  content: none;
}
.breadcrumb-primary .swiper-button-next:after,
.breadcrumb-primary .swiper-button-prev:after {
  font-size: 12px;
}
.breadcrumb-primary .swiper-button-next,
.breadcrumb-primary .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.breadcrumb-primary .swiper-button-next.swiper-button-disabled,
.breadcrumb-primary .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
}
.breadcrumb-primary__item {
  background-color: #f4f4f4;
  border-radius: 3px;
  padding: 4px 10px;
  width: auto;
  display: inline-block;
  position: relative;
}
.breadcrumb-primary__item::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  color: #bdbdbd;
  font-size: 15px;
}
.breadcrumb-primary__link {
  color: #737373;
}

.header-mb-top {
  padding-left: 15px;
  padding-right: 15px;
}
.header-mb-center {
  padding-left: 15px;
  padding-right: 15px;
}
.header-mb-center .logo img {
  height: 50px;
}
.header-mb-center .search-pc {
  right: 15px;
}
.header-mb-center .search-mb__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #737373;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-mb-center .search-mb__icon img {
  height: 14px;
  width: auto;
}
.header-mb-center .search-mb {
  right: 15px;
}

.sub-menu__content {
  position: fixed;
  left: 0;
  top: 0;
  width: 17.5rem;
  height: 100%;
  background-color: #181716;
  z-index: 100;
  box-shadow: 0px 11px 15px -7px rgba(var(--ipt-baseAlt-rgb), 0.2),
    0px 24px 38px 3px rgba(var(--ipt-baseAlt-rgb), 0.14),
    0px 9px 46px 8px rgba(var(--ipt-baseAlt-rgb), 0.12);
  transform: translateX(-100%);
  transition: all 0.2s ease;
}
.sub-menu__close {
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-menu__container {
  height: calc(100% - 100px);
  overflow: auto;
}
.sub-menu__item.active .heading-sub__arrow img {
  color: #fff;
  transform: rotate(-90deg);
}
.sub-menu.active .sub-menu__content {
  transform: translate(0);
}
.sub-menu.active .overlay {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.heading-sub__arrow img {
  transition: all 0.2s ease 0s;
  transform: rotate(90deg);
}

.list-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.item-sub__link {
  display: flex;
  padding: 0.5rem 1rem 0.5rem 3.125rem;
  color: #fff;
}
.item-sub:last-child .item-sub__link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.navbar-menu-mb {
  background-color: #fff;
}

.navbar-mb {
  overflow-x: scroll;
  white-space: nowrap;
  flex-wrap: nowrap;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.navbar-mb::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.navbar-mb::-webkit-scrollbar-track {
  background: transparent;
}
.navbar-mb::-webkit-scrollbar-thumb {
  background: transparent;
}
.navbar-mb::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.navbar-mb .navbar-item + .navbar-item {
  margin-left: 1.25rem;
}

.navbar-scroll-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  background: linear-gradient(270deg, #dbdbdb50 28.12%, #ffffff50 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  will-change: opacity;
}

.header-search-mb__form {
  background-color: #fff;
  height: 60px;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  display: none;
}
.header-search-mb__form.active {
  top: 52px;
  display: block;
}

.header-search-input {
  padding-right: 3.5rem;
}
.header-search-input::placeholder {
  color: #333;
}

.header-search-btn {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.box-primary .box-container {
  display: flex;
  gap: 24px;
}
.box-primary .left {
  width: calc(100% - 324px - 24px);
}
.box-primary .right {
  flex-shrink: 0;
  width: 324px;
  padding-left: 24px;
  border-left: 1px solid #e0e0e0;
}

.ads-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.read-a-lot__item .text {
  border-top: 1px solid #e0e0e0;
}

.heading-primary {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.heading-primary .heading-one {
  flex-shrink: 0;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-left: 3px solid #000;
  padding-left: 6px;
  padding-right: 15px;
}
.heading-primary .heading-one::before {
  position: absolute;
  content: "❯";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.heading-primary--language {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.heading-primary--language .heading-one {
  flex-shrink: 0;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.heading-primary--language .language-img {
  width: 20px;
  height: 20px;
}

.heading-secondary {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.heading-secondary .heading-one {
  flex-shrink: 0;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-left: 3px solid #fff;
  color: #fff;
  padding-left: 6px;
  padding-right: 15px;
}
.heading-secondary .heading-one::before {
  position: absolute;
  content: "❯";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #b1b1b1;
}

.heading-list-primary {
  display: flex;
  align-items: center;
  gap: 20px;
}
.heading-list-primary li.active {
  color: #c00a23;
  font-weight: bold;
}

.heading-slide {
  max-width: calc(100% - 140px);
}
.heading-slide .swiper-slide {
  width: auto !important;
}
.heading-slide .swiper-slide::before {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
  color: #bdbdbd;
  font-size: 15px;
}
.heading-slide .swiper-slide:last-child::before {
  content: none;
}

.pagi-primary {
  position: relative;
}
.pagi-primary .swiper-pagination {
  top: 18px;
  bottom: auto;
  text-align: right;
}
.pagi-primary .swiper-pagination-bullet {
  width: 1rem;
  height: 0.25rem;
  border-radius: 0;
}
.pagi-primary .swiper-pagination-bullet-active {
  background: #000;
}
.pagi-primary
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.pagi-primary
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}
.pagi-primary--fixTop .swiper-pagination {
  top: 0;
}

.pagi-secondary .swiper-horizontal > .swiper-pagination-bullets,
.pagi-secondary .swiper-pagination-bullets.swiper-pagination-horizontal,
.pagi-secondary .swiper-pagination-custom,
.pagi-secondary .swiper-pagination-fraction {
  bottom: 12px;
}
.pagi-secondary .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #808080;
  opacity: 1;
}
.pagi-secondary .swiper-pagination-bullet-active {
  background: #808080;
}
.detail-content em {
  font-style: italic;
}

.thematic {
  background-color: #51827d;
  padding: 20px 0 20px 10px;
}
.thematic .thematic-list {
  padding-left: 15px;
}
.thematic .thematic-list .article {
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
}
.thematic .thematic-list .article::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ece5c0;
  border-radius: 999px;
  top: 18px;
  left: -15px;
}

.box-media {
  background-color: #ece5c0;
  background-image: url("../images/wave-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: color-dodge;
}
.box-media .media-large iframe {
  width: 100%;
}
.box-media .media-small {
  margin-right: -20px;
  position: relative;
  padding-bottom: 30px;
}
.box-media .media-small .swiper-pagination-progressbar {
  background: #f1ebd0;
  top: auto;
  bottom: 0;
}
.box-media
  .media-small
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #c5bb83;
}

.block-one__content .article {
  position: relative;
  grid-row: 1/3;
}
.block-one__content .article:nth-child(n + 3) {
  grid-column: 3/4;
}
.block-one__content .article:nth-child(n + 3)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  bottom: -12px;
  right: 0;
  left: 0;
}
.block-one__content .article:nth-child(n + 3) .article-img {
  display: none;
}
.block-one__content .article:nth-child(n + 3) .article-content {
  margin-top: 0;
}
.block-one__content .article:nth-child(3) {
  grid-row: 1/2;
}
.block-one__content .article:nth-child(4) {
  grid-row: 2/3;
}
.block-one__content .article:last-child::before {
  content: none;
}

.block-two__content .article:first-child {
  grid-row: 1/3;
  grid-column: 1/3;
}
.block-two__content .article:first-child .article-title {
  font-size: 24px;
}
.block-two__content .article:nth-child(2) {
  position: relative;
}
.block-two__content .article:nth-child(2) .article-des {
  display: none;
}
.block-two__content .article:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  bottom: -12px;
  right: 0;
  left: 0;
}
.block-two__content .article:nth-child(3) .article-img {
  display: none;
}

.block-three__content .article-small .article {
  padding: 12px 0;
  border-top: 1px solid #e0e0e0;
}

.block-four__content {
  background-color: #f4f4f4;
}
.block-four__content .article-small {
  padding-left: 20px;
}
.block-four__content .article-small .article {
  padding: 12px 0;
  border-top: 1px solid #e0e0e0;
  position: relative;
}
.block-four__content .article-small .article::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ece5c0;
  border-radius: 999px;
  top: 18px;
  left: -15px;
}

.block-five__content {
  background-color: #ffefd7;
}
.block-five__content .article-small {
  padding-left: 20px;
}
.block-five__content .article-small .article {
  padding: 12px 0;
  border-top: 1px solid #e0e0e0;
  position: relative;
}
.block-five__content .article-small .article::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ece5c0;
  border-radius: 999px;
  top: 18px;
  left: -15px;
}

.main-primary .box-container {
  border-bottom: 2px solid #737373;
}
.main-primary__top .article-small {
  gap: 40px;
}
.main-primary__top .article-small .article {
  position: relative;
}
.main-primary__top .article-small .article:nth-child(odd)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
  top: 0;
  right: -20px;
}

.main-secondary__container {
  background-color: #f4f4f4;
}
.main-secondary__content {
  display: grid;
  grid-template-columns: 1fr 324px;
  grid-gap: 24px;
}
.main-secondary__content .article-small {
  padding-left: 24px;
  border-left: 1px solid #e0e0e0;
}
.main-secondary__content .article-small .article {
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
}
.main-secondary__content .article-small .article:first-child {
  padding-top: 0;
}
.main-secondary__content .article-small .article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.main-secondary__slide {
  border: 4px solid #ece5c0;
  margin-top: 60px;
  padding: 46px;
  position: relative;
  width: 100%;
}
.main-secondary__slide .inner {
  max-width: 800px;
  margin: auto;
}
.main-secondary__slide .article-img {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 999px;
  overflow: hidden;
}
.main-secondary__slide .quote {
  background-color: #ece5c0;
  width: 53px;
  height: 53px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}
.main-secondary__slide .quote img {
  width: 32px;
  height: auto;
}

.main-quaternary__container {
  background-color: #f4f4f4;
}
.main-quaternary__content {
  display: grid;
  grid-template-columns: 324px 1fr;
  grid-gap: 24px;
}
.main-quaternary__left {
  padding-right: 24px;
  border-right: 1px solid #e0e0e0;
}
.main-quaternary__left .article {
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
}
.main-quaternary__left .article:first-child {
  padding-top: 0;
}
.main-quaternary__left .article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.category-container {
  border-bottom: 1px solid #737373;
}
.category-list {
  gap: 10px 20px;
  flex-wrap: wrap;
}

.cate-primary__container {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
}
.cate-primary__left {
  padding-right: 24px;
  border-right: 1px solid #e0e0e0;
}
.cate-primary__left .article-small .article-des {
  display: none;
}
.cate-primary__right .article {
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
}
.cate-primary__right .article:first-child {
  padding-top: 0;
}
.cate-primary__right .article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cate-secondary__container {
  display: flex;
  gap: 24px;
}
.cate-secondary__left {
  width: calc(100% - 324px);
  padding-right: 24px;
  border-right: 1px solid #e0e0e0;
}
.cate-secondary__right {
  flex-shrink: 0;
  width: 300px;
}

.articles-secondary {
  gap: 20px 40px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.pagination-item {
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  background-color: #eaebff;
  transition: all 0.2s;
}
.pagination-item + .pagination-item {
  margin-left: 8px;
}
.pagination-item:hover {
  background-color: #c00a23;
  color: #fff;
}
.pagination-item:hover .pagination-link {
  color: #fff;
}
.pagination-item.active {
  background-color: #c00a23;
  color: #fff;
}
.pagination-link {
  padding: 10px 15px;
  display: inline-block;
}

.detail-primary__container {
  display: flex;
  gap: 24px;
}
.detail-primary__left {
  width: calc(100% - 324px);
  padding-right: 24px;
  border-right: 1px solid #e0e0e0;
}
.detail-primary__right {
  width: 300px;
}

.icon-share-2 {
  position: sticky;
  top: 20%;
  border: 1px solid #eef4ed;
  box-shadow: 0px 0px 5px #d5d5d594;
}

.detail-icon-comment a {
  width: 3rem;
  height: auto;
  text-align: center;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-left: 112px;
}

.detail-content {
  padding-left: 4rem;
  width: calc(100% - 50px);
}
.detail-content figure {
  margin-bottom: 1.25rem;
}
.detail-content figure img {
  width: auto;
  max-width: 100%;
  height: auto !important;
  margin: auto;
}
.detail-content figure figcaption {
  background: #f7f7f7;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  line-height: 1.25rem;
  font-family: "Lato", sans-serif;
  color: #555;
}
.detail-content figure figcaption em {
  font-style: italic;
}
.detail-content p a {
  color: #c00a23;
  text-decoration: underline;
}
.detail-content p,
.detail-content li {
  font-size: 18px;
  font-family: "Noto Serif", serif;
  line-height: 160%;
  margin-bottom: 1.5rem;
  word-break: break-word;
}
.detail-content ul {
  padding-left: 30px;
}
.detail-content ul li {
  list-style: disc;
}
.detail-content > h2 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 24px;
  color: #333;
}
.detail-content > h3 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 24px;
  color: #333;
}
.detail-content > h4 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 24px;
  color: #333;
}
.detail-content > h5 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
  color: #333;
}
.detail-content > h6 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 24px;
  color: #333;
}
.detail-content blockquote {
  background-color: #f4f4f4;
  padding: 18px 15px;
  margin-bottom: 1.25rem;
}
.detail-content table {
  width: 100%;
  margin: 20px 0;
  background: #fff;
  overflow: hidden;
}
.detail-content table tr {
  border-bottom: 1px solid;
}
.detail-content table th {
  padding: 15px;
  font-size: 15px;
  border-bottom: 1px solid;
}
.detail-content table th strong {
  color: #993333;
}
.detail-content table td {
  padding: 15px;
  font-size: 15px;
  border: 1px solid;
  text-align: center;
}
.detail-content table p {
  word-break: normal;
}
.detail-content table td strong {
  color: #993333;
}
.detail-content blockquote p {
  font-weight: bold !important;
}
blockquote {
  border: 4px solid #ece5c0;
  margin-top: 10px !important;
  padding: 46px !important;
  position: relative;
  width: 100%;
}
.quote-name {
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  color: #333 !important;
  margin-bottom: 5px !important;
}
.quote-title {
  font-family: "Arial", sans-serif !important;
  font-size: 13px !important;
  color: #666 !important;
  font-weight: 400 !important;
}
#explus-editor blockquote:after {
  content: "";
  background-color: #ece5c0 !important;
  width: 53px !important;
  height: 53px !important;
  border-radius: 999px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  top: -27px !important;
  left: 50% !important;
  transform: translateX(-50%);
  background-image: url(../images/svg/quote-w.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
#explus-editor blockquote:before,
#explus-editor blockquote p:before,
#explus-editor blockquote p:after,
#explus-editor blockquote footer:before,
#explus-editor blockquote footer:after {
  content: none !important;
}
#explus-editor blockquote footer {
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  color: #333 !important;
}
#explus-editor blockquote p:hover,
#explus-editor .input-image:hover {
  outline: none !important;
}
.detail-content blockquote p:last-child {
  margin-bottom: 0;
}
.detail-content .articles {
  margin-bottom: 20px;
}
.detail-content .articles .article {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.detail-content .articles .article:first-child {
  border-top: 1px solid #e0e0e0;
}

.detail-share__item + .detail-share__item {
  margin-left: 0.625rem;
}
.detail-share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  transition: all 0.2s ease;
}
.detail-share__link:hover {
  opacity: 0.9;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.detail-share--fb {
  width: 2.25rem;
  background-color: #3b5999;
}
.detail-share--like {
  background-color: #087cce;
  padding: 0 15px;
}
.detail-share--like img {
  width: 0.9375rem;
  margin-right: 0.5rem;
}
.detail-share--like span {
  color: #fcfaf6;
  line-height: 1;
}
.detail-share--twitter {
  width: 2.25rem;
  background-color: #55acee;
}
.detail-share--linked {
  width: 2.25rem;
  background-color: #0073b1;
}
.detail-share--email {
  width: 2.25rem;
  background-color: #e5e5e5;
}

.detail-tags {
  display: flex;
  overflow: auto;
  flex-wrap: wrap;
  align-items: center;
}

.detail-tag-icon {
  font-size: 14px;
  background: #f2efea;
  height: 36px;
  width: 70px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  color: #757575;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.detail-tag-icon:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 8px solid #f2efea;
  right: -8px;
  position: absolute;
}

.detail-tag {
  margin-right: 1.25rem;
}

.detail-tag-item {
  font-weight: 700;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  color: #4f4f4f;
  font-size: 15px;
  position: relative;
}
.detail-tag-item:nth-child(even) {
}
.detail-tag-item::before {
  position: absolute;
  content: "⁄";
  color: #4f4f4f;
  top: 50%;
  left: -0.75rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.detail-tag-item:nth-child(1)::before {
  content: "";
}
.detail-tag-item a:hover {
  color: #c00a23;
}

.detail-author__img {
  flex-shrink: 0;
  margin-right: 10px;
}
.detail-author__img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.detail-author__text1 {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.detail-author__text1::before {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #1955a6;
}
.detail-author__text2 {
  display: inline-block;
}

.realted-news .article:first-child {
  padding-top: 0;
}
.realted-news .article:last-child {
  border-bottom: 0;
}

#back-top {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #c00a23;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  user-select: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.footer .hotline-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #737373;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer .navbar {
  padding: 0;
}
.footer-content .btn {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  padding: 5px 17px;
}
.footer-content .register-email {
  max-width: 70%;
}
.footer-content .register-email__input {
  background-color: #f7f7f7;
}
.footer-content .register-email__group {
  position: relative;
}
.footer-content .register-email__icon {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-content .register-email__input {
  border: 1px solid #e5e5e5;
  height: 1.875rem;
  border-radius: 999px;
  width: 100%;
  padding: 8px 80px 8px 28px;
  font-size: 0.875rem;
}
.footer-content .register-email__input:focus {
  border-color: #152764;
}
.footer-content .register-email__btn {
  background-color: #c00a23;
  color: #fff;
  border-radius: 999px;
  font-weight: bold;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  cursor: pointer;
}
.emagazine-primary {
  background-color: #fff6ee;
}
.emagazine-primary__text {
  max-width: 33.75rem;
  top: 50%;
  right: 0;
  padding-right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.emagazine-primary__cate {
  border-bottom: 5px solid #e40c14;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.emagazine-secondary__right .line {
  margin: 20px auto;
  border-top: 1px solid #8c3414;
  max-width: 950px;
}
.emagazine-secondary__right .public,
.emagazine-secondary__right p,
.emagazine-secondary__right h1,
.emagazine-secondary__right h2,
.emagazine-secondary__right h3,
.emagazine-secondary__right h4,
.emagazine-secondary__right h5,
.emagazine-secondary__right h6,
.ObjectAlignCenter {
  max-width: 750px;
  margin: auto;
}
.emagazine-secondary__right p {
  font-family: "Noto Serif", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 15px;
}
.emagazine-secondary__right h2,
.emagazine-secondary__right h3,
.emagazine-secondary__right h4,
.emagazine-secondary__right h5,
.emagazine-secondary__right h6 {
  color: var(--Grayscale-444, #444);
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
}
.emagazine-secondary__right h2,
.emagazine-secondary__right h3,
.emagazine-secondary__right h4,
.emagazine-secondary__right h5,
.emagazine-secondary__right h6 {
  color: var(--Grayscale-444, #444);
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
.emagazine-secondary__right h3 {
  font-size: 32px;
}
.emagazine-secondary__right h4 {
  font-size: 30px;
}
.emagazine-secondary__right h5 {
  font-size: 24px;
}
.emagazine-secondary__right h6 {
  font-size: 20px;
}
.emagazine-secondary__right p strong,
.emagazine-secondary__right p b {
  font-weight: bold;
}
.emagazine-secondary__right p em {
  font-style: italic;
}
.emagazine-secondary__right figure.expNoEdit {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.emagazine-secondary__right figure.expNoEdit.small {
  max-width: 1000px;
  margin: auto;
  clear: both;
}
.emagazine-secondary__right figure.expNoEdit.right {
  float: right;
  width: auto !important;
  margin-left: 40px !important;
  text-align: right;
  max-width: 400px;
}
.emagazine-secondary__right figure.expNoEdit.left {
  float: left;
  width: auto !important;
  margin-right: 40px !important;
  text-align: left;
  max-width: 400px;
}
.emagazine-secondary__right figure.expNoEdit img {
  margin: auto;
}
.emagazine-secondary__right blockquote.right {
  float: right;
  width: auto !important;
  margin-left: 40px !important;
  max-width: 400px;
}
.emagazine-secondary__right blockquote.left {
  float: left;
  width: auto !important;
  margin-right: 40px !important;
  text-align: left;
  max-width: 400px;
}
.emagazine-secondary__right blockquote.left {
  float: left;
  width: auto !important;
  margin-right: 40px !important;
  text-align: left;
  max-width: 400px;
}
.emagazine-secondary__right blockquote {
  /*    background-color: #ffefd7;*/
  /*    border-top: 5px solid #ea4444;*/
  padding: 2rem 2rem 2rem 4rem;
  position: relative;
  flex: 0 0 calc(60% - 0.625rem);
}
.emagazine-secondary__right blockquote > p {
  font-size: 24px !important;
  font-weight: 900;
  font-family: "Lato", sans-serif !important;
  line-height: 160% !important;
  color: #8c3414 !important;
  margin-bottom: 20px;
}
.emagazine-secondary__right blockquote::before {
  content: "";
  position: absolute;
  background-image: url("../images/svg/comma.svg");
  background-repeat: no-repeat;
  width: 33px;
  height: 27px;
  left: 1.125rem;
}
.emagazine-secondary__right blockquote > .author {
  font-size: 17px;
  font-weight: 600;
  font-family: "Arial", sans-serif;
  color: #444;
  position: relative;
}
.emagazine-secondary__right blockquote > .author::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #ef7373;
  top: -14px;
}
.content_detail_special {
  max-width: 1040px;
  margin: auto;
  width: 100%;
  padding: 30px 0px;
}

.content_detail_special .detail-content {
  padding-left: 10px;
  width: 100%;
  margin-bottom: 30px;
}
.content_detail_special p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.content_detail_special h2 {
  max-width: 680px;
  font-size: 1.5em !important;
  margin-left: auto;
  margin-right: auto;
}
.content_detail_special h3 {
  max-width: 680px;
  font-size: 1.17em !important;
  margin-left: auto;
  margin-right: auto;
}
.content_detail_special h4 {
  max-width: 680px;
  font-size: 1em !important;
  margin-left: auto;
  margin-right: auto;
}
.content_detail_special .detail-content img {
  margin: auto;
  width: 100% !important;
}
.content_detail_special .detail-author__img img {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50%;
}
.content_detail_special .topnews {
  width: 100%;
  max-width: 710px;
  margin: auto;
  text-align: center;
  padding: 0px 15px;
}

.ObjectAlignRight {
  float: right;
  width: 30%;
  border: 1px solid #ccc;
  margin: 0 0 20px 30px;
}

.ObjectAlignLeft {
  float: left;
  width: 30%;
  border: 1px solid #ccc;
  margin: 0 30px 20px 0;
}
.ObjectAlignRight::before,
.ObjectAlignLeft::before {
  content: "";
  clear: both;
}

.ObjectAlignCenter {
  display: flex;
  border: 1px solid #ccc;
}

.ObjectAlignCenter .boximg {
  width: 20%;
  flex-shrink: 0;
}
.ObjectAlignCenter .imglink {
  flex: 1;
}
.ObjectAlignRight .boximg,
.ObjectAlignRight .imglink,
.ObjectAlignLeft .boximg,
.ObjectAlignLeft .imglink,
.ObjectAlignCenter .boximg,
.ObjectAlignCenter .imglink {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.ObjectAlignRight .imglink a,
.ObjectAlignLeft .imglink a,
.ObjectAlignCenter .imglink a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  line-height: 1.3;
  font-weight: bold;
}
.ObjectAlignRight .imglink a:hover,
.ObjectAlignLeft .imglink a:hover,
.ObjectAlignCenter .imglink a:hover {
  color: #c00a23;
}
#explus-editor iframe.ytb_wrap,
#explus-editor iframe.youtube-video-player {
  position: relative !important;
  aspect-ratio: 16 / 9;
}
/* an tren pc */
.hide_pc {
  /* min-height: 0px !important; */
  display: none !important;
}
.ads-center-nb-mb {
  display: none;
}
.ads-center-tl-mb {
  display: none;
  border-bottom: 0px;
}

.main-quaternary__right .article-small-mb {
  display: none;
}

@media (max-width: 1536px) {
  .d-2xl-none {
    display: none;
  }

  .d-2xl-block {
    display: block;
  }

  .d-2xl-flex {
    display: flex;
  }

  .d-2xl-grid {
    display: grid;
  }
}
@media (max-width: 1280px) {
  .d-xl-none {
    display: none;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-flex {
    display: flex;
  }

  .d-xl-grid {
    display: grid;
  }
}
@media (max-width: 1024px) {
  .hide_mb {
    min-height: 0px !important;
  }
  .d-lg-none {
    display: none;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-flex {
    display: flex;
  }

  .d-lg-grid {
    display: grid;
  }

  .navbar-wrapper {
    font-size: 13px;
  }

  .logo img {
    height: 50px;
  }

  .detail-content {
    padding-left: 2rem;
  }

  .detail-title {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .hide_mb {
    min-height: 0px !important;
  }
  .d-md-none {
    display: none;
  }

  .d-md-block {
    display: block;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-grid {
    display: grid;
  }

  .navbar {
    display: none;
  }

  .box-media .media-small {
    margin-right: 0;
  }

  .box-primary .box-container {
    display: block;
  }
  .box-primary .left {
    width: 100%;
  }
  .box-primary .right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
    border-left: 0;
    display: none;
  }

  .ads-right img {
    margin: auto;
  }

  .main-primary .articles .article-img {
    width: 40%;
  }
  .main-primary .articles .article-content {
    padding-left: 20px;
  }

  .main-secondary {
    padding-left: 0;
    padding-right: 0;
  }
  .main-secondary__content {
    display: block;
  }
  .main-secondary__content .article-small {
    padding-left: 0;
    border-left: 0;
    padding-top: 20px;
    margin-top: 18px;
    border-top: 1px solid #e0e0e0;
  }
  .main-secondary__content .article-small .article {
    display: flex;
  }
  .main-secondary__content .article-small .article-img {
    width: 40%;
    flex-shrink: 0;
  }
  .main-secondary__content .article-small .article-content {
    margin-top: 0;
    margin-left: 20px;
  }

  .main-quaternary {
    padding-left: 0;
    padding-right: 0;
  }
  .main-quaternary__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .main-quaternary__left {
    order: 2;
    padding-right: 0;
    border-right: 0;
    display: none;
  }
  .main-quaternary__left_cate79 {
    order: 2;
    padding-right: 0;
    border-right: 0;
    display: block;
  }
  .main-quaternary__left .article {
    display: flex;
  }
  .main-quaternary__left .article .article-img {
    width: 40%;
    flex-shrink: 0;
  }
  .main-quaternary__left .article .article-content {
    margin-top: 0;
    padding-left: 20px;
  }
  .main-quaternary__left .article .article-des {
    display: none;
  }
  .main-quaternary__right {
    order: 1;
  }
  .main-quaternary__right .article-small {
    display: none;
  }
  .main-quaternary__right .article-small-mb {
    display: block;
  }
  .main-quaternary__right .article-small .article {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
  }
  .main-quaternary__right .article-small .article:first-child {
    padding-top: 0;
  }
  .main-quaternary__right .article-small .article .article-content {
    padding-left: 20px;
  }

  .block-one .article:nth-child(n + 5) {
    display: none;
  }
  .thematic {
    padding: 20px;
    margin-bottom: 20px;
  }
  .thematic .thematic-list {
    padding-left: 0;
  }
  .thematic .thematic-list .article::before {
    content: none;
  }

  .heading-secondary .heading-one {
    border-left: 3px solid #000;
  }

  .block-five .article-small {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .cate-primary__container {
    display: block;
    padding-bottom: 18px;
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .cate-primary__left {
    padding-right: 0;
    border-right: 0;
  }
  .cate-primary__left .article-large {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .cate-primary__left .article-small {
    display: block;
  }
  .cate-primary__left .article-small .article {
    padding: 18px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .cate-primary__left .article-small .article-content {
    padding-left: 20px;
  }
  .cate-primary__left .article-small .article-title {
    font-size: 20px;
  }
  .cate-primary__left .article-small .article-des {
    display: block;
  }
  .cate-primary__right {
    padding-top: 18px;
  }
  .cate-primary__right .article {
    display: flex;
  }
  .cate-primary__right .article-content {
    margin-top: 0;
    padding-left: 20px;
  }
  .cate-primary__right .article-img {
    width: 40%;
    flex-shrink: 0;
  }
  .cate-primary__right .article-title {
    font-size: 20px;
  }

  .cate-secondary__container {
    display: block;
  }
  .cate-secondary__left {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
  .cate-secondary__left .articles .article {
    padding: 18px 0;
  }
  .cate-secondary__left .articles .article-img {
    width: 40%;
  }
  .cate-secondary__left .articles .article-content {
    padding-left: 20px;
  }
  .cate-secondary__left .articles .article-title {
    font-size: 20px;
    font-weight: bold;
  }
  .cate-secondary__left .articles .time-public {
    display: none;
  }
  .cate-secondary__left .articles .article-des {
    padding-top: 12px;
  }
  .cate-secondary__left .articles-secondary {
    display: block;
  }
  .cate-secondary__left .articles-secondary .article {
    padding: 18px 0;
    display: flex;
  }
  .cate-secondary__left .articles-secondary .article-img {
    width: 40%;
    flex-shrink: 0;
  }
  .cate-secondary__left .articles-secondary .article-content {
    padding-left: 20px;
    margin-top: 0;
  }
  .cate-secondary__left .articles-secondary .article-title {
    font-size: 20px;
    font-weight: bold;
  }
  .cate-secondary__right {
    width: 100%;
    margin-top: 30px;
    display: none;
  }

  .detail-primary__container {
    display: block;
  }
  .detail-primary__left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .detail-primary__right {
    width: 100%;
    display: none;
  }

  .detail-title {
    padding-left: 0;
  }

  .detail-content {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .footer-top {
    flex-direction: column;
  }
  .footer-content {
    grid-template-columns: 1fr;
    font-weight: bold;
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .ads-center-nb-mb {
    display: flex ;
  }
  .ads-center-tl-mb {
    display: block !important;
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .hide_pc {
    /* min-height: auto !important; */
    display: block !important;
  }
  /* an tren mb & hien tren pc */
  .hide_mb {
    min-height: 0px !important;
    height: 0 !important;
    display: none !important;
  }
  .article-title-tl-mb {
    font-size: 1.375rem !important;
  }
  .d-sm-none {
    display: none;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-flex {
    display: flex;
  }

  .d-sm-grid {
    display: grid;
  }

  .logo img,
  .header-mb-center .logo img {
    height: 40px;
    mix-blend-mode: darken;
  }

  .w-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-primary .heading-one {
    color: #c00a23;
    font-size: 20px;
  }
  .heading-primary .heading-one::before {
    color: #222;
  }
  .heading-primary .heading-slide {
    display: none;
  }
  .heading-primary--language {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .heading-primary--language .heading-one {
    flex-shrink: 0;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    border-left: 3px solid #000;
    padding-left: 6px;
  }
  .heading-primary--language .heading-one::before {
    position: absolute;
    content: "❯";
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
  }
  .heading-primary--language .language-img {
    width: 20px;
    height: 20px;
  }

  .thematic {
    padding: 15px;
  }

  .main-primary .box-container {
    border-bottom: 0;
  }
  .main-primary__top {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .main-primary__top .article-large {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .main-primary__top .article-large .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-primary__top .article-large .article-title {
    font-size: 26px;
  }
  .main-primary__top .article-small {
    display: block;
  }
  .main-primary__top .article-small .article {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .main-primary__top .article-small .article::before {
    content: none;
  }
  .main-primary__top .article-small .article:first-child {
    padding-top: 0;
  }
  .main-primary .articles .article {
    display: block;
    padding: 15px 0;
  }
  .main-primary .articles .article-img {
    width: 100%;
  }
  .main-primary .articles .article-content {
    margin-top: 12px;
    padding-left: 0;
  }
  .main-primary .articles .article-title {
    font-size: 22px;
    font-weight: bold;
  }
  .main-primary .articles .time-public {
    display: none;
  }
  .main-primary .articles .article-des {
    padding-top: 12px;
  }

  .main-secondary {
    padding-left: 0;
    padding-right: 0;
  }
  .main-secondary__container {
    padding: 15px;
  }
  .main-secondary__content .article-large {
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-secondary__content .article-large .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-secondary__content .article-large .article-title {
    font-size: 26px;
  }
  .main-secondary__content .article-small {
    padding-top: 15px;
    margin-top: 15px;
  }
  .main-secondary__content .article-small .article {
    padding: 15px 0;
  }
  .main-secondary__content .article-small .article:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
  }
  .main-secondary__content .article-small .article-img {
    width: 35%;
  }
  .main-secondary__slide {
    padding: 30px 10px;
  }
  .main-secondary__slide .fix-text3 {
    -webkit-line-clamp: 6;
  }

  .block-one__content {
    display: block;
  }
  .block-one__content .article {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .block-one__content .article:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-one__content .article:first-child .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-one__content .article:first-child .article-title {
    font-size: 20px;
  }
  .block-one__content .article:nth-child(n + 2) {
    display: flex;
  }
  .block-one__content .article:nth-child(n + 2)::before {
    content: none;
  }
  .block-one__content .article:nth-child(n + 2) .article-img {
    width: 35%;
    flex-shrink: 0;
    display: block;
  }
  .block-one__content .article:nth-child(n + 2) .article-content {
    margin-top: 0;
    margin-left: 20px;
  }
  .block-one__content .article:nth-child(n + 2) .article-des {
    display: none;
  }
  .block-one__content .article:last-child {
    border-bottom: 0;
  }

  .block-two__content {
    display: block;
  }
  .block-two__content .article {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .block-two__content .article:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-two__content .article:first-child .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-two__content .article:first-child .article-title {
    font-size: 20px;
  }
  .block-two__content .article:nth-child(n + 2) {
    display: flex;
  }
  .block-two__content .article:nth-child(n + 2)::before {
    content: none;
  }
  .block-two__content .article:nth-child(n + 2) .article-img {
    width: 35%;
    flex-shrink: 0;
    display: block;
  }
  .block-two__content .article:nth-child(n + 2) .article-content {
    margin-top: 0;
    margin-left: 20px;
  }
  .block-two__content .article:nth-child(n + 2) .article-des {
    display: none;
  }
  .block-two__content .article:last-child {
    border-bottom: 0;
  }

  .block-five {
    background-color: #ffefd7;
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-five .article-large {
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-five .article-large .article-content {
    padding: 12px 15px 15px;
  }
  .block-five .article-large .article-title {
    font-size: 20px;
  }
  .block-five .article-small {
    padding-left: 0;
    display: block;
  }
  .block-five .article-small .article {
    padding: 15px 0;
  }
  .block-five .article-small .article::before {
    content: none;
  }
  .block-five .article-small .article .article-content {
    order: 2;
    padding-right: 0;
    padding-left: 20px;
  }
  .block-five .article-small .article .article-title {
    font-size: 17px;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
  }

  .article .article-title-mb {
    font-size: 18px;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
  }

  .main-quaternary {
    padding: 0;
    margin-top: 0;
  }
  .main-quaternary__container {
    padding: 20px 15px;
  }
  .main-quaternary__content {
    gap: 0;
  }
  .main-quaternary__right {
    margin-top: 15px;
  }
  .main-quaternary__right .article-large {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
  }
  .main-quaternary__right .article-large .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-quaternary__right .article-large .article-title {
    font-size: 26px;
  }
  .main-quaternary__right .article-small .article {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
  }

  .main-senary {
    padding-left: 0;
    padding-right: 0;
  }

  .box-media__content .media-large {
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-media__content .media-large .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-media__content .media-large .article-title {
    font-size: 24px;
  }

  .cate-primary__left .article-large {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  .cate-primary__left .article-large .article-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cate-primary__left .article-large .article-title {
    font-size: 26px;
  }
  .cate-primary__left .article-small .article {
    display: block;
  }
  .cate-primary__left .article-small .article-img {
    width: 100%;
  }
  .cate-primary__left .article-small .article-content {
    margin-top: 12px;
    padding-left: 0;
  }
  .cate-primary__right .article {
    display: block;
  }
  .cate-primary__right .article-img {
    width: 100%;
  }
  .cate-primary__right .article-content {
    margin-top: 12px;
    padding-left: 0;
  }

  .cate-secondary {
    margin-bottom: 0;
  }
  .cate-secondary__left .articles .article,
  .cate-secondary__left .articles-secondary .article {
    display: block;
  }
  .cate-secondary__left .articles .article-img,
  .cate-secondary__left .articles-secondary .article-img {
    width: 100%;
  }
  .cate-secondary__left .articles .article-content,
  .cate-secondary__left .articles-secondary .article-content {
    margin-top: 12px;
    padding-left: 0;
  }
  .article-channel-special {
    flex-direction: column;
    padding-top: 0px;
  }
  .article-channel-special .article-img {
    padding-left: 0px !important;
    width: 100% !important;
  }
  .article-channel-special .article-content {
    text-align: center;
  }

  .content_detail_special {
    padding: 30px 0;
  }
  .content_detail_special .topnews {
    padding: 0;
  }
  .content_detail_special .detail-content {
    padding-left: 0;
    padding-right: 0;
  }

  .detail-author__text {
    display: block;
  }
  .detail-author__text1 {
    padding-left: 0;
    margin-bottom: 2px;
  }
  .detail-author__text1::before {
    content: none;
  }

  .detail-content .articles .article .article__title {
    font-size: 16px;
    font-family: "Mulish";
    font-weight: 600;
  }
  .detail-content .articles .article .article__title_suggest2_mb {
    font-weight: bold;
  }
  .detail-content .articles .article .time-public,
  .detail-content .articles .article .article__des {
    display: none;
  }

  .detail-tags {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .realted-news .articles {
    margin-top: 20px;
  }
  .realted-news .article {
    display: block;
    padding: 15px 0;
  }
  .realted-news .article-img {
    width: 100%;
  }
  .realted-news .article-content {
    padding-left: 0;
    margin-top: 12px;
  }
  .realted-news .article-title {
    font-size: 20px;
    font-weight: bold;
  }
  .realted-news .time-public {
    display: none;
  }

  .footer {
    background-color: #f6f6f6;
  }
  .footer-text {
    flex-direction: column;
  }
  .footer-text p {
    margin-bottom: 5px;
  }
  .article-list.grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .ObjectAlignRight,
  .ObjectAlignLeft {
    width: 50%;
  }
  .ObjectAlignRight .imglink a,
  .ObjectAlignLeft .imglink a,
  .ObjectAlignCenter .imglink a {
    color: #c00a23;
  }
}

/*# sourceMappingURL=style.css.map */
/*# EXPLUS CSS */
.exp_qc_share .exp_qc_one {
  display: none;
}
.exp_qc_share .exp_qc_one.active {
  display: block;
}
.explus_slider .slider_list {
  display: grid;
  grid-auto-flow: column;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  height: 100%;
}
.explus_slider .slider_list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.explus_slider .slider_list::-webkit-scrollbar-track {
  background: transparent;
}
.explus_slider .slider_list::-webkit-scrollbar-thumb {
  background: transparent;
}
.explus_slider .slider_list .item {
  scroll-snap-align: center;
  display: block;
}
.explus_slider[data-vertical="true"] .slider_list {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-y: contain !important;
  grid-auto-flow: row !important;
  scroll-snap-type: y mandatory !important;
}
.explus_slider[data-vertical="true"] .slider_list .item {
  width: 100%;
}
.explus_slider[data-vertical="true"] .slider_list .item:first-child .article {
  padding-top: 0;
}
.explus_slider[data-vertical="true"] .slider_list .item:last-child .article {
  padding-bottom: 0;
}
.video-player {
  position: relative;
}
.video-player .progress {
  position: absolute;
  left: 0;
  bottom: 2%;
  background: rgba(255, 255, 255, 0.5);
  width: 96%;
  margin: 0 2%;
  border-radius: 0;
  appearance: none;
  height: 8px;
  accent-color: #fff;
  transition: height 0.1s ease-out;
}
.video-player .progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  margin-left: -5px;
  box-shadow: none;
  outline: none;
}
.video-player .progress::-moz-range-thumb {
  width: 20px;
  height: 100%;
  background: #fff;
  cursor: pointer;
  margin-left: -5px;
  box-shadow: none;
  outline: none;
}
.video-player .progress:hover {
  height: 15px;
}
.video-player .toggleButton {
  display: none;
}
.video-player[data-play="false"] .toggleButton {
  display: inline-block;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 26px);
}
.video-player[data-play="false"] .progress {
  display: none;
}
.video-player .tooltip {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: Arial;
  font-size: 25px;
}
