@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("../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("../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: "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  text-rendering: geometricPrecision;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
}
body.hidden {
  overflow: hidden;
}

input,
textarea,
select,
button {
  outline: none;
  font-family: "Arial", 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: #fb0505;
}

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

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

.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-800 {
  max-width: 800px;
  margin: auto;
}

.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: 56.6%;
}

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

.image-wrapper img,
.image-wrapper-full img {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.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: #c4161c;
}

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

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

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

.bg-blue-013 {
  background-color: #013D79;
}

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

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

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

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

/*=================================================================*/
.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: 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;
}
.header.sticky .navbar-wrapper {
  padding-left: 0;
  justify-content: center;
}

.social {
  position: relative;
  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:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.social-link img {
  height: 14px;
  width: auto;
}
.social-more__icon {
  flex-shrink: 0;
  margin-left: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-more__icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.social-more__icon img {
  height: 4px;
  width: auto;
}
.social-more__list {
  position: absolute;
  display: none;
  top: 53px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 15px;
  background-color: #013d79;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
  gap: 6px;
}
.social-more__list.active {
  display: flex;
}

.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;
}

.header .logo {
  padding: 15px;
  background-image: linear-gradient(180deg, #DAECFF, #fff);
}
.header .logo img {
  width: auto;
  height: 99px;
}

.logo {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 30;
}
.logo img {
  width: auto;
  height: 129px;
}

.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;
  background-color: #fff;
}
.search-pc .search-input::placeholder {
  color: #333;
}
.search-pc .search-input:focus {
  border-color: #eb242c;
}
.search-pc .search-btn {
  top: 50%;
  left: 0.625rem;
  transform: translateY(-50%);
}

.navbar {
  border-bottom: 1px solid #EB242C;
  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: #fb0505;
}
.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: #c5161d;
}
.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;
}
.breadcrumb-primary__slide {
  max-width: 1110px;
  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: #ececec;
  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: #000;
}

.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, #f5f5f5 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: 52px;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  display: none;
  z-index: 60;
}
.header-search-mb__form.active {
  top: 0px;
  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%);
}

.pl-180 {
  padding-left: 180px;
}

.pl-230 {
  padding-left: 230px;
}

.search-mb__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.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-family: "arial";
  font-size: 16px;
  position: relative;
  border-left: 3px solid #E10B13;
  padding-left: 6px;
  padding-right: 15px;
  color: #013D79;
  text-transform: uppercase;
}
.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: #eb242c;
  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: #013D79;
}
.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: #808080;
  opacity: 1;
}
.pagi-secondary .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #808080;
}

.play-primary {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-primary img {
  width: 22px;
  height: auto;
}

.box-media__container {
  background-color: #f5efea;
}
.box-media__container .media-large {
  display: flex;
  background-color: #fff;
}
.box-media__container .media-large .article-img {
  flex: 1;
}
.box-media__container .media-large .article-content {
  width: 30%;
  flex-shrink: 0;
  padding: 20px;
}
.box-media__container .media-large iframe {
  width: 100%;
}
.box-media__container .media-small {
  position: relative;
  padding-bottom: 30px;
}
.box-media__container .media-small .swiper-pagination-progressbar {
  background: #fff;
  top: auto;
  bottom: 0;
}
.box-media__container .media-small .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #848484;
}

.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__top {
  display: flex;
  gap: 24px;
}
.main-primary__top .article-large {
  width: calc(100% - 324px - 24px);
}
.main-primary__top .article-small {
  flex-shrink: 0;
  width: 324px;
  padding-left: 24px;
  border-left: 1px solid #e0e0e0;
}
.main-primary__top .article-small .article {
  padding: 18px 0;
  border-top: 1px solid #e0e0e0;
}
.main-primary__top .article-small .article .article-des {
  display: none;
}
.main-primary__top .article-small .article:first-child {
  padding-top: 0;
  border-top: 0;
}
.main-primary__top .article-small .article:first-child .article-des {
  display: block;
}
.main-primary__bot {
  border-bottom: 2px solid #737373;
}

.main-secondary__container .left .article:first-child {
  padding-top: 0;
}
.main-secondary__container .left .article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.main-tertiary__content {
  display: flex;
  gap: 24px;
}
.main-tertiary__content .left {
  flex: 1;
  display: flex;
  gap: 24px;
}
.main-tertiary__content .left .article-large {
  flex: 1;
}
.main-tertiary__content .left .article-small {
  flex-shrink: 0;
  width: 270px;
}
.main-tertiary__content .left .article-small .article:first-child {
  padding-top: 0;
}
.main-tertiary__content .left .article-small .article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.main-tertiary__content .right {
  width: 300px;
  flex-shrink: 0;
}
.main-tertiary__content .right .article:first-child {
  padding-top: 0;
}
.main-tertiary__content .right .article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.main-quaternary__top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  margin-bottom: 20px;
}
.main-quaternary__top .article-large {
  grid-column: 1/4;
  position: relative;
}
.main-quaternary__top .article-large::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
  top: 0;
  right: -12px;
}

.box-newspaper {
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  height: 600px;
}
.box-newspaper::before {
  content: "";
  background-image: linear-gradient(0deg, #AEE0F1 55.75%, rgba(255, 255, 255, 0) 86.17%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.box-newspaper .newspaper-content {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px;
  z-index: 10;
}
.box-newspaper .newspaper-heading {
  color: #EB242C;
}
.box-newspaper .newspaper-logo-nn img {
  margin: auto;
  width: auto;
  height: 100px;
}
.box-newspaper .newspaper-bg {
  width: 100%;
  height: auto;
}
.box-newspaper .doted {
  margin: 3rem auto;
  max-width: 200px;
  border-bottom: 2px dashed #152764;
}
.box-newspaper .hotline-icon {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
}
.box-newspaper .newspaper-register-email {
  max-width: 240px;
  margin: auto;
}
.box-newspaper .register-email__input {
  background-color: #f7f7f7;
}
.box-newspaper .register-email__group {
  position: relative;
}
.box-newspaper .register-email__icon {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-newspaper .register-email__input {
  border: 1px solid #e5e5e5;
  height: 1.875rem;
  border-radius: 999px;
  width: 100%;
  padding: 8px 80px 8px 28px;
  font-size: 0.875rem;
}
.box-newspaper .register-email__input:focus {
  border-color: #152764;
}
.box-newspaper .register-email__btn {
  background-color: #eb242c;
  color: #fff;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  cursor: pointer;
}

.category-container {
  border-bottom: 1px solid #c4c4c4;
}

.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 .top .article-large {
  grid-column: 1/3;
}
.cate-primary__left .top .article-small {
  background-color: #F5EFEB;
}
.cate-secondary__container {
  display: flex;
  gap: 24px;
}
.cate-secondary__left {
  width: calc(100% - 324px);
  padding-right: 24px;
  border-right: 1px solid #e0e0e0;
}
.cate-secondary__left .article:first-child {
  padding-top: 0;
}
.cate-secondary__right {
  flex-shrink: 0;
  width: 300px;
}

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

.newspaper {
  position: relative;
}
.newspaper-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.newspaper-bg img {
  width: 100%;
  height: auto;
}
.newspaper .breadcrumb-item {
  font-size: 24px;
  position: relative;
  flex-shrink: 0;
}
.newspaper .breadcrumb-item::before {
  content: "❯";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  color: #c4c4c4;
  font-size: 15px;
}
.newspaper .breadcrumb-item:first-child {
  font-weight: bold;
}
.newspaper-select .title {
  color: #4f4f4f;
}
.newspaper-select-item select {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  min-width: 200px;
  height: 40px;
  color: #737373;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/svg/iOS_Chevron_Right.svg");
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 10px;
  padding-right: 30px !important;
  font-family: "Arial";
}
.newspaper-select-item.primary select {
  color: #013D79;
}
.newspaper-title {
  max-width: 800px;
}
.newspaper-cate-primary .inner {
  border: 1px solid #F8F4F0;
  padding: 20px 50px;
}
.newspaper-cate-primary .article:first-child {
  padding-top: 0;
}

.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: 700;
  line-height: 130%;
  padding-left: 112px;
}

.detail-content {
  padding-left: 4rem;
  width: calc(100% - 50px);
}
.detail-content .detail-sapo {
  font-size: 18px;
  font-family: "Noto Serif", serif;
  line-height: 160%;
  margin-bottom: 1.5rem;
  word-break: break-word;
  text-align: justify;
}

.detail-suggest_news {
  background-color: #f4f4f4;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
}
.detail-suggest_news .detail-suggest_news__item {
  font-size: 16px;
  font-family: "Noto Serif", serif;
  line-height: 160%;
  margin-bottom: 10px;
  word-break: break-word;
}
.detail-related-news__heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.detail-content figure {
  margin-bottom: 1.25rem;
}
.detail-content figure img {
  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: "Arial", sans-serif;
  color: #555;
}
.detail-content figure figcaption em {
  font-style: italic;
}
.detail-content p a {
  color: #c4161c;
  text-decoration: underline;
  display: inline;
  font-size: 18px !important;
}
.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: #F6F1EC;
  padding: 18px 15px;
  margin-bottom: 1.25rem;
}
.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::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: #e40c14;
}

.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;
}
.newspaper-detail-primary .detail-content {
  max-width: 900px;
  margin-left: 30px;
  border: 1px solid #F8F4F0;
  padding: 40px 50px;
  box-sizing: border-box;
}
.newspaper-detail-primary .download-primary .download-link,
.newspaper-detail-primary .download-secondary .download-link {
  border-radius: 10px;
  display: inline-flex;
}
.newspaper-detail-primary .download-primary .download-link:hover,
.newspaper-detail-primary .download-secondary .download-link:hover {
  color: #fff;
}
.newspaper-detail-primary .download-secondary {
  display: flex;
  justify-content: center;
  transform: translateY(20px);
  margin-top: -30px;
}

.newspaper-detail-secondary {
  max-width: 840px;
}

#back-top {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #fb0505;
  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 {
  padding-top: 40px;
}
.footer-container {
  position: relative;
}
.footer-container .logo img,
.footer-container .logo-footer img {
  width: auto;
  height: 80px;
}
.footer-container .text-svg img {
  width: 136px;
  height: auto;
}
.footer-top {
  justify-content: end;
}
.footer-top .center {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.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 0 20px;
  border-bottom-color: #737373;
}
.footer .navbar .navbar-wrapper {
  justify-content: end;
}
.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: #dc0000;
  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;
}

/* dat update */

.category-container {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.read-news {
  margin-left: auto;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 10px 10px 10px;
  color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  background-color: #013D79;
}
.article-list.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.article-item {
  border: 1px solid #ddd;
  padding: 3px;
  background: #fff;
}
.object-fit-cover {
  object-fit: cover;
}
.grecaptcha-badge{
  display: none !important;
}

/* end dat update */

@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) {
  .d-lg-none {
    display: none;
  }

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

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

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

  .pl-180 {
    padding-left: 100px;
  }

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

  .social-link {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header-mb-top {
    padding-right: 0;
  }
  .header-mb-top .logo {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 30;
  }

  .header .breadcrumb-primary__container {
    padding-left: 150px;
  }

  .navbar-menu-mb {
    border-top: 2px solid #c61920;
  }

  .logo img {
    height: 90px;
  }

  .header .logo img {
    width: auto;
    height: 67px;
  }

  .newspaper .breadcrumb-newspaper {
    flex-wrap: nowrap;
    overflow: auto;
  }

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

  .detail-title {
    padding-left: 80px;
  }

  .newspaper-detail-primary .download-primary {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .navbar-wrapper {
    font-size: 10px;
  }
  .navbar-wrapper .navbar-item a {
    padding: 10px 4px;
  }
}
@media (max-width: 768px) {
  .d-md-none {
    display: none;
  }

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

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

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

  .navbar {
    display: none;
  }

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

  .header-mb-top {
    padding-right: 0;
  }
  .header-mb-top .logo {
    left: 15px;
  }

  .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;
  }

  .box-media__container .media-large {
    display: block;
  }
  .box-media__container .media-large .article-content {
    width: 100%;
    padding: 15px;
  }
  .box-media__container .media-large .article-des,
.box-media__container .media-large .time-public {
    display: none;
  }

  .main-primary__top {
    gap: 15px;
  }
  .main-primary__top .article-large {
    width: calc(100% - 280px);
  }
  .main-primary__top .article-small {
    width: 265px;
    padding-left: 15px;
  }

  .main-tertiary__content {
    display: block;
  }
  .main-tertiary__content .right {
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .main-tertiary__content .right .article {
    display: block;
    padding: 0;
    border-bottom: 0;
  }
  .main-tertiary__content .right .article-img {
    width: 100%;
  }
  .main-tertiary__content .right .article-img .image-wrapper-full {
    padding-bottom: 60%;
  }
  .main-tertiary__content .right .article-content {
    padding-left: 0;
    padding-top: 12px;
  }

  .cate-primary__container {
    display: block;
  }
  .cate-primary__left {
    padding-right: 0;
    border-right: 0;
  }

  .cate-secondary__container {
    display: block;
  }
  .cate-secondary__left {
    padding-right: 0;
    border-right: 0;
    width: 100%;
  }

  .newspaper-cate-primary .inner {
    border: 0;
    padding: 0;
  }

  .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%;
  }

  .newspaper-detail-primary {
    padding: 0;
  }
  .newspaper-detail-primary .detail-content {
    max-width: 100%;
    margin-left: 0;
    padding: 20px;
  }
  .newspaper-detail-primary .download-secondary {
    display: flex;
    justify-content: center;
    transform: translateY(0);
    margin-top: 0;
    margin-bottom: 20px;
  }

  .newspaper-detail-secondary {
    max-width: 100%;
    padding: 0;
  }

  .footer-container .text-svg img {
    width: 150px;
    height: auto;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-top .logo {
    position: relative;
    top: auto;
    left: auto;
  }
  .footer-content {
    grid-template-columns: 1fr;
    font-weight: bold;
  }
  .footer .social-link,
.footer .hotline-img {
    border: 1px solid #73737340;
  }

  /* date update */
  .category-container {
    flex-direction: column;
    
  }
  .category-container .read-news {
    font-size: 16px;
    margin: 10px auto;
  }
  /* end date update */
}
@media (max-width: 640px) {
  .d-sm-none {
    display: none;
  }

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

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

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

  .header .breadcrumb-primary__container {
    padding-left: 130px;
  }

  .box-media {
    padding-left: 0;
    padding-right: 0;
  }
  .box-media__container {
    padding: 15px;
  }
  .box-media__container .media-large {
    margin-left: -15px;
    margin-right: -15px;
    background-color: transparent;
  }
  .box-media__container .media-small {
    margin-top: 0;
    padding-top: 15px;
    border-top: 1px solid #fff;
  }

  .main-primary {
    margin-top: 0;
  }
  .main-primary__top {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .main-primary__top .article-large {
    width: 100%;
    padding-bottom: 0;
  }
  .main-primary__top .article-large .article-content {
    margin-top: 0;
    padding: 10px 15px 16px;
  }
  .main-primary__top .article-large .article-title {
    font-size: 24px;
  }
  .main-primary__top .article-small {
    width: 100%;
    border-left: 0;
    padding-right: 15px;
  }
  .main-primary__top .article-small .article {
    padding: 16px 0;
  }
  .main-primary__top .article-small .article .article-des {
    display: block;
  }
  .main-primary__top .article-small .article-title {
    font-size: 20px;
  }
  .main-primary__bot {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .main-primary__bot .article {
    padding: 16px 0;
    border-top: 1px solid #e0e0e0;
  }
  .main-primary__bot .article-title {
    font-size: 20px;
  }
  .main-primary__bot .article-des {
    display: block;
  }

  .main-secondary__container .left .article {
    display: block;
    padding: 16px 0;
  }
  .main-secondary__container .left .article:last-child {
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
  }
  .main-secondary__container .left .article-img {
    width: 100%;
  }
  .main-secondary__container .left .article-content {
    padding: 12px 0 0;
  }
  .main-secondary__container .left .article-title {
    font-size: 20px;
  }

  .main-tertiary__content .left {
    display: block;
  }
  .main-tertiary__content .left .article-large {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
  }
  .main-tertiary__content .left .article-large .article-content {
    padding: 15px;
    margin-top: 0;
  }
  .main-tertiary__content .left .article-large .article-title {
    font-size: 24px;
  }
  .main-tertiary__content .left .article-small {
    width: 100%;
  }
  .main-tertiary__content .left .article-small .article {
    padding: 16px 0;
    display: flex;
  }
  .main-tertiary__content .left .article-small .article:first-child {
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
  }
  .main-tertiary__content .left .article-small .article:last-child {
    padding-bottom: 16px;
  }
  .main-tertiary__content .left .article-small .article-title {
    font-size: 17px;
  }
  .main-tertiary__content .left .article-small .article-img {
    width: 35%;
    flex-shrink: 0;
  }
  .main-tertiary__content .left .article-small .article-content {
    margin-top: 0;
    flex: 1;
    padding-left: 15px;
  }
  .main-tertiary__content .left .article-small .article-des {
    display: none;
  }
  .main-tertiary__content .right {
    display: block;
    margin-top: 0;
  }
  .main-tertiary__content .right .article {
    padding: 16px 0;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
  }
  .main-tertiary__content .right .article:first-child {
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
  }
  .main-tertiary__content .right .article-title {
    font-size: 17px;
  }
  .main-tertiary__content .right .article-img {
    width: 35%;
    flex-shrink: 0;
  }
  .main-tertiary__content .right .article-content {
    margin-top: 0;
    flex: 1;
    padding-left: 15px;
  }
  .main-tertiary__content .right .article-des {
    display: none;
  }

  .main-quaternary__top {
    display: block;
    margin-bottom: 0;
  }
  .main-quaternary__top .article-large {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-quaternary__top .article-large .article-img {
    width: 100%;
  }
  .main-quaternary__top .article-large .article-content {
    padding: 15px;
  }
  .main-quaternary__top .article-large .article-title {
    font-size: 24px;
  }
  .main-quaternary__top .article-small {
    width: 100%;
  }
  .main-quaternary__top .article-small .article {
    padding: 16px 0;
    display: flex;
    border-top: 1px solid #e0e0e0;
  }
  .main-quaternary__top .article-small .article-title {
    font-size: 17px;
  }
  .main-quaternary__top .article-small .article-img {
    width: 35%;
    flex-shrink: 0;
  }
  .main-quaternary__top .article-small .article-content {
    margin-top: 0;
    flex: 1;
    padding-left: 15px;
  }
  .main-quaternary__top .article-small .article-des {
    display: none;
  }
  .main-quaternary__bot {
    display: block;
    margin: 0;
  }
  .main-quaternary__bot .article {
    padding: 16px 0;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
  }
  .main-quaternary__bot .article:first-child {
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
  }
  .main-quaternary__bot .article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .main-quaternary__bot .article-title {
    font-size: 17px;
  }
  .main-quaternary__bot .article-img {
    width: 35%;
    flex-shrink: 0;
  }
  .main-quaternary__bot .article-content {
    margin-top: 0;
    flex: 1;
    padding-left: 15px;
  }
  .main-quaternary__bot .article-des {
    display: none;
  }

  .category-container {
    padding: 15px 0;
  }
  .category-container .category-title {
    text-align: center;
  }

  .cate-primary {
    margin-top: 0;
  }
  .cate-primary__container {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .cate-primary__left .top {
    display: block;
  }
  .cate-primary__left .top .article-large {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cate-primary__left .top .article-large .article-content {
    margin-top: 0;
    padding: 15px;
  }
  .cate-primary__left .top .article-small {
    border-top: 1px solid #e0e0e0;
    background-color: #fff;
  }
  .cate-primary__left .top .article-small .article {
    padding: 16px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .cate-primary__left .top .article-small .article-content {
    padding: 16px 0 0;
  }
  .cate-primary__left .top .article-small .article-title {
    font-size: 20px;
  }
  .cate-primary__left .bot {
    display: block;
    margin-top: 0;
  }
  .cate-primary__left .bot .article {
    padding: 16px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .cate-primary__left .bot .article-content {
    padding: 16px 0 0;
  }
  .cate-primary__left .bot .article-title {
    font-size: 20px;
  }

  .cate-secondary {
    margin-bottom: 20px;
  }
  .cate-secondary__left .articles .article {
    display: block;
    padding: 16px 0;
  }
  .cate-secondary__left .articles .article-img {
    width: 100%;
  }
  .cate-secondary__left .articles .article-content {
    padding: 12px 0 0;
  }
  .cate-secondary__left .articles .article-title {
    font-size: 20px;
  }

  .newspaper .breadcrumb-item {
    font-size: 20px;
  }
  .newspaper-select {
    display: block;
  }
  .newspaper-select-group {
    display: block;
  }
  .newspaper-select-item {
    margin-top: 10px;
  }
  .newspaper-select-item select {
    min-width: 100%;
  }
  .newspaper-title {
    font-size: 32px;
    margin: 20px 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .newspaper-cate-primary {
    padding: 20px 0;
  }
  .newspaper-cate-primary .article .article-title {
    font-size: 17px;
  }
  .newspaper-cate-primary .article .time-public {
    display: none;
  }

  .detail-title {
    font-size: 32px;
  }

  .detail-primary {
    margin-bottom: 20px;
  }

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

  .detail-content > h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .detail-content > h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .detail-content > h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .detail-content > h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .detail-content > h6 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .detail-content .articles .article .article__title {
    font-size: 16px;
    font-family: "Mulish";
    font-weight: 600;
  }
  .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;
  }

  .newspaper-title--2 {
    border-bottom: 0;
  }

  .newspaper-detail-primary .detail-content {
    border: 0;
    padding: 0;
  }
  .article-list.grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }


}


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