@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
strong,
sub,
sup,
tt,
var,
b,
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;
}

.row > *, .container-fluid, .container {
  padding-left: calc(var(--grid-gutter-x) * 0.5);
  padding-right: calc(var(--grid-gutter-x) * 0.5);
}

.container-fluid, .container {
  --grid-gutter-x: 30px;
  --grid-gutter-y: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 1370px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--grid-gutter-y) * -1);
  margin-left: calc(var(--grid-gutter-x) * 0.5 * -1);
  margin-right: calc(var(--grid-gutter-x) * 0.5 * -1);
}
.row > * {
  margin-top: var(--grid-gutter-y);
}

.col {
  flex: 1 0;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-0 {
  margin-left: 0;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --grid-gutter-x: 0px;
}

.g-0,
.gy-0 {
  --grid-gutter-y: 0px;
}

.g-1,
.gx-1 {
  --grid-gutter-x: 7.5px;
}

.g-1,
.gy-1 {
  --grid-gutter-y: 7.5px;
}

.g-2,
.gx-2 {
  --grid-gutter-x: 15px;
}

.g-2,
.gy-2 {
  --grid-gutter-y: 15px;
}

.g-3,
.gx-3 {
  --grid-gutter-x: 30px;
}

.g-3,
.gy-3 {
  --grid-gutter-y: 30px;
}

.g-4,
.gx-4 {
  --grid-gutter-x: 45px;
}

.g-4,
.gy-4 {
  --grid-gutter-y: 45px;
}

.g-5,
.gx-5 {
  --grid-gutter-x: 90px;
}

.g-5,
.gy-5 {
  --grid-gutter-y: 90px;
}

@media (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --grid-gutter-x: 0px;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --grid-gutter-y: 0px;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --grid-gutter-x: 15px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --grid-gutter-y: 15px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --grid-gutter-x: 30px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --grid-gutter-y: 30px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --grid-gutter-x: 45px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --grid-gutter-y: 45px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --grid-gutter-x: 90px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --grid-gutter-y: 90px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --grid-gutter-x: 0px;
  }
  .g-xl-0,
  .gy-xl-0 {
    --grid-gutter-y: 0px;
  }
  .g-xl-1,
  .gx-xl-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --grid-gutter-x: 15px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --grid-gutter-y: 15px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --grid-gutter-x: 30px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --grid-gutter-y: 30px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --grid-gutter-x: 45px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --grid-gutter-y: 45px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --grid-gutter-x: 90px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --grid-gutter-y: 90px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --grid-gutter-x: 0px;
  }
  .g-lg-0,
  .gy-lg-0 {
    --grid-gutter-y: 0px;
  }
  .g-lg-1,
  .gx-lg-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --grid-gutter-x: 15px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --grid-gutter-y: 15px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --grid-gutter-x: 30px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --grid-gutter-y: 30px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --grid-gutter-x: 45px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --grid-gutter-y: 45px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --grid-gutter-x: 90px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --grid-gutter-y: 90px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --grid-gutter-x: 0px;
  }
  .g-md-0,
  .gy-md-0 {
    --grid-gutter-y: 0px;
  }
  .g-md-1,
  .gx-md-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-md-1,
  .gy-md-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-md-2,
  .gx-md-2 {
    --grid-gutter-x: 15px;
  }
  .g-md-2,
  .gy-md-2 {
    --grid-gutter-y: 15px;
  }
  .g-md-3,
  .gx-md-3 {
    --grid-gutter-x: 30px;
  }
  .g-md-3,
  .gy-md-3 {
    --grid-gutter-y: 30px;
  }
  .g-md-4,
  .gx-md-4 {
    --grid-gutter-x: 45px;
  }
  .g-md-4,
  .gy-md-4 {
    --grid-gutter-y: 45px;
  }
  .g-md-5,
  .gx-md-5 {
    --grid-gutter-x: 90px;
  }
  .g-md-5,
  .gy-md-5 {
    --grid-gutter-y: 90px;
  }
}
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --grid-gutter-x: 0px;
  }
  .g-sm-0,
  .gy-sm-0 {
    --grid-gutter-y: 0px;
  }
  .g-sm-1,
  .gx-sm-1 {
    --grid-gutter-x: 7.5px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --grid-gutter-y: 7.5px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --grid-gutter-x: 15px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --grid-gutter-y: 15px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --grid-gutter-x: 30px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --grid-gutter-y: 30px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --grid-gutter-x: 45px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --grid-gutter-y: 45px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --grid-gutter-x: 90px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --grid-gutter-y: 90px;
  }
}
*,
::before,
::after {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
}

:root {
  --primary-color: #da251d;
  --secondary-color: #006747;
  --accent-color: #ffcd00;
  --bg-color: #f9fafb;
  --card-bg: #ffffff;
  --text-main: #1f2937;
  --text-muted: #6b7280;
  --border-color: #848588;
  --thin: 100;
  --light: 300;
  --medium: 500;
  --bold: 700;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.7;
}

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

button {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

a,
img,
button,
input,
label,
textarea,
select {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  outline: none;
}

input,
textarea {
  background: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:hover {
  transition: background-color 1s 9999s;
  -webkit-text-fill-color: var(--text-color);
  caret-color: var(--text-color);
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

.main {
  background: #f4f1ea;
  color: #000;
}

.backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 18px;
  font-size: 16px;
  border: none;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.backToTop.show {
  opacity: 1;
  pointer-events: auto;
}

.separate {
  margin: 30px 0;
  width: 50%;
  height: 1px;
  background: #333;
}
@media (max-width: 1399.98px) {
  .separate {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .separate {
    width: 90%;
  }
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-none {
  display: none !important;
}

@media (max-width: 1399.98px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: var(--card-bg);
  border-bottom: 2px solid var(--border-color);
}
.header__wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header__wrap {
    justify-content: space-around;
    padding: 20px 0;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 5px;
}
.logo__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.logo__title {
  color: var(--primary-color);
  font-weight: 700;
}

.navbar {
  margin-left: auto;
  user-select: none;
  padding: 6px 0;
}
.navbar__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  height: 40px;
  padding: 0 50px;
}
@media (max-width: 991.98px) {
  .navbar__list {
    padding: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .navbar__list {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    padding: 0;
    height: initial;
  }
}
.navbar__item {
  position: relative;
}
.navbar__item:hover > .navbar__link {
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .navbar__item:hover > .navbar__link {
    color: var(--secondary-color);
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
  }
}
.navbar__item.active .navbar__link {
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .navbar__item.active .navbar__link {
    color: var(--secondary-color);
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
  }
}
.navbar__link {
  position: relative;
  font-size: 2rem;
  color: var(--text-main);
  padding: 18px 10px;
}
@media (max-width: 767.98px) {
  .navbar__link {
    color: var(--secondary-color);
  }
}
@media (max-width: 767.98px) {
  .navbar__link--icon::after {
    content: "▸";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    padding: 10px;
    rotate: 0deg;
    transition: rotate 0.3s;
  }
}

.navbar-close {
  position: absolute;
  top: 15px;
  right: 30px;
  padding: 10px;
  font-size: 2.8rem;
  color: var(--primary-color);
}
.navbar-menu {
  flex-direction: column;
}
.navbar-menu__icon {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.navbar-mobile {
  display: flex;
  position: fixed;
  top: 0;
  right: -100%;
  flex-direction: column;
  padding: 30px;
  margin-left: auto;
  width: 80%;
  height: 100vh;
  border-radius: 20px 0 0 20px;
  color: #000;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition: right 0.3s ease-in-out;
  background: #fff;
}
.navbar-mobile.show {
  position: fixed;
  right: 0;
  z-index: 2;
}
.navbar-social-mobile {
  margin-top: auto;
  padding-top: 20px;
}

.overlay-mobile {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  z-index: 1;
}
.overlay-mobile.show {
  opacity: 1;
  visibility: visible;
}

.navbar__item--menu:hover > .menu {
  display: block;
}
@media (max-width: 767.98px) {
  .navbar__item--menu:hover > .menu {
    display: none;
  }
}

.navbar__item--menu-mobile.active > .navbar__link--icon::after {
  rotate: 90deg;
}

@media (max-width: 767.98px) {
  .navbar__item--menu-mobile > .menu.show {
    display: block;
  }
}

.menu {
  position: absolute;
  top: 44px;
  left: 15px;
  display: none;
  width: 140px;
  background: var(--bg-color);
}
@media (max-width: 767.98px) {
  .menu {
    position: initial;
    margin-top: 15px;
    background: #fff;
  }
}
> .menu__item {
  display: inline-block;
  margin: 12px;
  padding-bottom: 20px;
}
.menu__item {
  position: relative;
  color: #333;
}
.menu__item:first-child, .menu__item:last-child {
  display: none;
}
@media (max-width: 767.98px) {
  .menu__item + .menu__item {
    margin-top: 8px;
  }
}
.menu__item:hover > .sub-menu {
  display: block;
}
@media (max-width: 767.98px) {
  .menu__item:hover > .sub-menu {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .menu__item > .sub-menu.show {
    display: block;
  }
}
.menu__item:hover > .menu__link {
  color: var(--primary-color);
  background: #ebeef1;
}
@media (max-width: 767.98px) {
  .menu__item:hover > .menu__link {
    color: #007aff;
    background: initial;
  }
}
.menu__item.active > .menu__link::after {
  rotate: 90deg;
}
.menu__link {
  display: block;
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
  color: var(--text-main);
}
@media (max-width: 767.98px) {
  .menu__link {
    padding: 10px;
    border-bottom: none;
    font-size: 1.8rem;
    color: #007aff;
  }
  .menu__link::after {
    content: "▸";
    position: absolute;
    top: 8px;
    right: 30px;
    rotate: 0deg;
    transition: rotate 0.3s;
  }
}

.sub-menu {
  position: absolute;
  top: 32px;
  left: -12px;
  width: 200px;
  background: var(--bg-color);
}
@media (max-width: 767.98px) {
  .sub-menu {
    position: initial;
    margin-left: 15px;
    border-left: 1px solid var(--primary-color);
    background: #fff;
  }
}
.sub-menu__link {
  display: block;
  padding: 10px 16px;
  color: var(--text-main);
  border-bottom: 1px solid #eee;
}
@media (max-width: 767.98px) {
  .sub-menu__link {
    padding: 10px;
    border-bottom: none;
    color: var(--accent-color);
  }
}
.sub-menu__link:hover {
  color: var(--secondary-color);
  background: #ebeef1;
}
@media (max-width: 767.98px) {
  .sub-menu__link:hover {
    color: initial;
    background: initial;
  }
}
.sub-menu.sub-menu {
  left: 100%;
  top: 0;
  display: none;
}

.tabs {
  display: flex;
  position: relative;
}
.tabs-item {
  min-width: 80px;
  padding: 16px 20px 11px 20px;
  font-size: 20px;
  text-align: center;
  color: #c23564;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 5px solid transparent;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.5s ease;
}
.tabs-item:hover {
  opacity: 1;
  background-color: rgba(194, 53, 100, 0.05);
  border-color: rgba(194, 53, 100, 0.1);
}
.tabs-item.active {
  opacity: 1;
}

.tabs .line {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  border-radius: 15px;
  background-color: var(--primary-color);
  transition: all 0.5s ease-in-out;
}

.footer {
  padding: 20px 0;
  background: var(--accent-color);
  opacity: 0.9;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer__inner {
    flex-direction: column;
    gap: 16px;
  }
}
.footer__left {
  width: 220px;
}
@media (max-width: 767.98px) {
  .footer__left {
    width: 100%;
  }
}
.footer__desc {
  margin-top: 10px;
  font-size: 1.4rem;
  color: var(--text-main);
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .footer__list {
    flex-direction: row;
  }
}
.footer__link {
  padding: 10px;
  color: var(--secondary-color);
  transition: text-shadow 0.3s;
}
.footer__link:hover {
  text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor;
}
.footer__contact {
  color: var(--text-main);
}

.social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: var(--text-main);
}
.social__wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social__title {
  font-size: 1.8rem;
}
.social__icon {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .social__icon {
    width: 50px;
    height: 50px;
  }
}
.social__icon:hover {
  transform: scale(1.5);
}

.copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: var(--bold);
  color: var(--text-muted);
}
@media (max-width: 575.98px) {
  .copyright {
    font-size: 0.8rem;
  }
}
.copyright-mobile {
  color: #000;
}

.hero {
  position: relative;
}
.hero__image {
  display: block;
  width: 100%;
  height: calc(100vh - 54px);
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .hero__image {
    height: calc(100vh - 70px);
  }
}
.hero__inner {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media (max-width: 767.98px) {
  .hero__inner {
    left: 45%;
  }
}
@media (max-width: 575.98px) {
  .hero__inner {
    left: 50%;
  }
}
.hero__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 3.8rem;
  font-weight: var(--bold);
}
@media (max-width: 767.98px) {
  .hero__heading {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .hero__heading {
    font-size: 2.2rem;
  }
}
.hero__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.hero__desc {
  margin-top: 8px;
  font-size: 2rem;
  font-weight: var(--medium);
}
@media (max-width: 575.98px) {
  .hero__desc {
    font-size: 1.8rem;
  }
}

.introduce {
  margin-top: 50px;
}
.introduce__wrapper {
  display: flex;
  align-items: center;
}
.introduce__content {
  margin-left: 20px;
  flex: 1;
}
.introduce__content-thumb {
  display: flex;
}
.introduce__content-img {
  width: 300px;
  height: 220px;
}
.introduce__heading {
  margin-top: 20px;
  font-size: 2.4rem;
  color: var(--primary-color);
  font-weight: var(--bold);
}
.introduce__desc {
  width: 70%;
}
@media (max-width: 767.98px) {
  .introduce__desc {
    width: 100%;
  }
}
.introduce__list {
  margin-left: 15px;
}
.introduce__item:nth-child(4) {
  margin-left: 20px;
}
.introduce__item:nth-child(5) {
  margin-left: 20px;
}
.introduce__icon {
  width: 14px;
  height: 14px;
  object-fit: cover;
  border-radius: 50%;
}
.introduce__thumb {
  width: 50%;
  height: 650px;
}
.introduce__img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .introduce__point {
    font-size: 1.4rem;
  }
}

.introduce-mobile {
  margin-top: 20px;
}
.introduce-mobile__wrap {
  margin-left: 30px;
}
.introduce-mobile__thumb {
  display: flex;
  gap: 10px;
  height: 400px;
  width: inherit;
}
.introduce-mobile__content {
  margin-left: 0;
}
.introduce-mobile__content-thumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.introduce-mobile__content-img {
  width: 150px;
  height: 150px;
}
@media (max-width: 575.98px) {
  .introduce-mobile__content-img {
    width: 100px;
    height: 100px;
  }
}

.feature {
  margin-top: 30px;
}
.feature__title {
  color: var(--secondary-color);
  text-align: center;
  font-size: 2rem;
  font-weight: var(--bold);
}
@media (max-width: 767.98px) {
  .feature__title {
    font-size: 1.8rem;
  }
}
.feature__card {
  margin-top: 10px;
  background: var(--card-bg);
  border-radius: 8px;
}
.feature__inner {
  padding: 16px 20px;
}
.feature__name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  color: var(--primary-color);
  font-weight: var(--medium);
}
.feature__icon {
  margin-top: -5px;
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.feature__text {
  margin-left: 28px;
  color: var(--text-muted);
}
.feature__thumb {
  position: relative;
  padding-top: 115%;
}
@media (max-width: 767.98px) {
  .feature__thumb {
    padding-top: 58%;
  }
}
.feature__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0px 8px 8px;
}

.history {
  padding: 50px 0;
}
.history__wrap {
  width: calc(100vw - 8px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .history__wrap {
    width: 100vw;
  }
}
.history__top-img {
  display: block;
  width: 100%;
  height: 350px;
}
.history__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  color: var(--primary-color);
  font-weight: var(--bold);
}
@media (max-width: 575.98px) {
  .history__title {
    font-size: 2.4rem;
  }
}
.history__card {
  background: var(--card-bg);
  border-radius: 8px;
}
.history__info {
  padding: 16px 30px;
}
.history__card-title {
  font-size: 2rem;
  font-weight: var(--medium);
  color: var(--secondary-color);
  text-align: center;
}
.history__desc {
  margin-top: 8px;
  font-size: 1.4rem;
  color: var(--text-muted);
}
.history__img-wrap {
  height: 300px;
}
@media (max-width: 767.98px) {
  .history__img-wrap {
    height: 200px;
  }
}
.history__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.custom-nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: start;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  gap: 5px;
}

.custom-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.75);
  transition: transform 0.3s;
}
.custom-dot.active {
  background: #fff;
}
.custom-dot:hover {
  background: #fff;
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.about__heading {
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--secondary-color);
}
@media (max-width: 767.98px) {
  .about__heading {
    font-size: 2.8rem;
  }
}
.about__desc {
  margin-top: 15px;
  font-size: 2rem;
  width: 800px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .about__desc {
    font-size: 1.6rem;
    width: 100%;
  }
}
.about__img {
  margin-top: 20px;
  width: 700px;
  height: 400px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .about__img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .about__img {
    height: 200px;
  }
}
.about__img--contain {
  object-fit: contain;
  background: #fff;
}
.about__title {
  font-size: 2rem;
  font-weight: var(--medium);
  color: var(--primary-color);
}
.about__text {
  margin-top: 16px;
  padding: 0 20px;
  width: 700px;
  font-weight: 400;
  line-height: 150%;
  color: var(--text-muted);
}
@media (max-width: 991.98px) {
  .about__text {
    width: 100%;
  }
}

.vietnam-facts {
  margin-top: 60px;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .vietnam-facts {
    margin-top: 20px;
  }
}
.vietnam-facts__title {
  color: var(--secondary-color);
  font-weight: var(--bold);
}
.vietnam-facts__table-wrapper {
  overflow-x: auto;
  margin-top: 20px;
}
.vietnam-facts__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.vietnam-facts__table th, .vietnam-facts__table td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 1.6rem;
}
.vietnam-facts__table th {
  width: 30%;
  background-color: #da251d;
  color: #fff;
  font-weight: bold;
}
.vietnam-facts__table tr:hover {
  background-color: var(--accent-color);
}

.travel-tips {
  margin-top: 50px;
  padding-bottom: 50px;
}
.travel-tips__title {
  margin-bottom: 16px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: var(--bold);
}
.travel-tips__card {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  border-left: 6px solid #cff4fd; /* Màu xanh cyan của bạn làm điểm nhấn */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.travel-tips__card:hover {
  transform: translateY(-5px); /* Hiệu ứng nổi lên khi di chuột */
}
.travel-tips__caption {
  font-size: 1.8rem;
  color: var(--text-main);
  margin-bottom: 15px;
  font-weight: bold;
}
.travel-tips__text {
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.blog {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.blog-lists {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-item {
  width: 70%;
  display: flex;
  flex-direction: column;
  background: var(--card-bg);
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .blog-item {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .blog-item {
    width: 100%;
  }
}
.blog-item + .blog-item {
  margin-top: 30px;
}
.blog-item__wrap {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.blog-item__img {
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .blog-item__img {
    height: 250px;
  }
}
.blog-item__inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-item__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.blog-item__title {
  margin-top: 8px;
  font-size: 2.4rem;
  color: var(--secondary-color);
}
.blog-item__desc {
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  color: var(--text-muted);
}
@media (max-width: 767.98px) {
  .blog-item__desc {
    -webkit-line-clamp: 2;
  }
}
.blog-item__actions {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.blog-item__btn {
  margin-left: auto;
  min-width: 60px;
  height: 30px;
  border-radius: 8px;
  color: #fff;
  font-weight: var(--medium);
  background-color: #ebebeb;
}
.blog-item__btn + .blog-item__btn {
  margin-left: 12px;
}
.blog-item__btn--edit {
  background-color: var(--accent-color);
}
.blog-item__btn--delete {
  background-color: var(--primary-color);
}
.blog-item__separate {
  margin: 20px 0;
  width: 100%;
}
.blog-item__like {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  background: #f7f7f7; /* nền nhẹ */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}
.blog-item__like:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.blog-item__like.liked {
  background: linear-gradient(145deg, #ffe2e2, #ffc4c4);
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.25);
}
.blog-item__like--icon {
  width: 22px;
  height: 22px;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.blog-item__like--icon.liked {
  transform: scale(1.3);
  filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.5));
  animation: heartbeat 0.3s ease-in-out;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.blog-form {
  width: 100%;
  max-width: 700px;
  margin: 40px auto;
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-form__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #222;
}
.blog-form__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.blog-form__label {
  font-size: 14px;
  font-weight: 600;
  color: #444;
}
.blog-form__input, .blog-form__textarea, .blog-form__file {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  background: #fafafa;
  font-size: 15px;
  transition: border-color 0.25s ease;
}
.blog-form__input:focus, .blog-form__textarea:focus, .blog-form__file:focus {
  outline: none;
  border-color: #007aff;
  background: #fff;
}
.blog-form__textarea {
  resize: vertical;
  min-height: 120px;
}
.blog-form__btn {
  width: fit-content;
  align-self: flex-end;
  padding: 12px 32px;
  background: #de663b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.blog-form__btn:hover {
  opacity: 0.85;
}
.blog-form__upload {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.blog-form__upload-btn {
  padding: 10px 18px;
  background: #007aff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.blog-form__upload-btn:hover {
  opacity: 0.85;
}
.blog-form__file-name {
  font-size: 14px;
  color: #555;
  flex: 1;
}
.blog-form__file-input {
  display: none;
}
.blog-form__preview {
  width: 100%;
  margin-top: 12px;
  display: none;
  justify-content: center;
}
.blog-form__preview img {
  max-width: 230px;
  border-radius: 12px;
  border: 1px solid #ddd;
  object-fit: cover;
}

.user__heading {
  margin-bottom: 30px;
  text-align: center;
  font-size: 4.8rem;
  background: linear-gradient(135deg, rgb(255, 97, 100) 50%, rgb(176, 0, 18) 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.user__item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #fff;
}
.user__user {
  display: flex;
  align-items: center;
  gap: 15px;
}
.user__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
}
.user__title {
  font-size: 1.4rem;
  margin: 10px 0 5px;
  font-weight: var(--bold);
}
.user__meta {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 3px;
}
.user__info {
  line-height: 150%;
  color: #333;
}
.user__name {
  font-weight: 700;
}
.user__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.user__img {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  object-fit: cover;
}
.user__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  color: var(--text-muted);
}

.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .breadcrumb {
    flex-wrap: wrap;
  }
}
.breadcrumb-link {
  position: relative;
  padding: 12px 8px;
  border-radius: 8px;
  background: #7bd4e6;
  color: #fff;
  font-size: 1.8rem;
}
@media (max-width: 1199.98px) {
  .breadcrumb-link {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-link {
    padding: 6px;
  }
}
.breadcrumb-link.active {
  font-weight: 700;
  color: var(--primary-color);
  box-shadow: 0 2px 6px rgba(0, 100, 120, 0.25);
}
.breadcrumb-link.active::after {
  color: var(--primary-color);
}
.breadcrumb-link::after {
  content: ">";
  position: absolute;
  top: 45%;
  right: -14px;
  color: #034250;
  transform: translateY(-50%);
}
.breadcrumb-link:last-child::after {
  content: "";
}

.content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 30px;
  grid-template-areas: "item1 item1 item1 item2 item2 item2" "item3 item3 item4 item4 item5 item5";
  padding: 30px 0;
}
@media (max-width: 767.98px) {
  .content {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5";
  }
}
.content-item {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .content-item {
    padding: 16px;
    width: 100%;
  }
}
.content-item__img {
  margin: 10px 0;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .content-item__img {
    height: 250px;
  }
}
.content-item__title {
  font-size: 2.4rem;
  font-weight: var(--bold);
  color: var(--secondary-color);
}
.content-item__desc {
  padding: 0 16px;
  font-size: 1.4rem;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-item-1 {
  grid-area: item1;
}
.content-item-2 {
  grid-area: item2;
}
.content-item-3 {
  grid-area: item3;
}
.content-item-4 {
  grid-area: item4;
}
.content-item-5 {
  grid-area: item5;
}

.contact {
  padding: 30px 0;
}
.contact__header {
  text-align: center;
  margin-bottom: 50px;
}
.contact__title {
  margin-bottom: 15px;
  font-size: 4.8rem;
  color: var(--secondary-color);
  font-weight: var(--bold);
}
.contact__desc {
  font-size: 2rem;
  max-width: 600px;
  margin: 0 auto;
}
.contact__content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 992px) {
  .contact__content {
    grid-template-columns: 1fr;
  }
}
.contact__card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.contact__card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.contact__card-title {
  margin-bottom: 15px;
  color: var(--secondary-color);
  font-size: 2.2rem;
  font-weight: var(--bold);
  text-align: center;
}
.contact__card-text {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}
.contact__list {
  list-style: none;
  padding: 0;
}
.contact__list-item {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 1.5rem;
}
.contact__list-label {
  font-weight: bold;
  width: 100px;
  color: #333;
}

.contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #eee;
}
.contact-form__group {
  margin-bottom: 20px;
}
.contact-form__label {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.contact-form__required {
  background: var(--primary-color);
  color: #fff;
  font-size: 1.1rem;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
}
.contact-form__input, .contact-form__area {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
  transition: border-color 0.3s;
}
.contact-form__input:focus, .contact-form__area:focus {
  outline: none;
  border-color: var(--primary-color);
  background: rgba(207, 244, 253, 0.1);
}
.contact-form__privacy {
  margin: 25px 0;
}
.contact-form__checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  cursor: pointer;
}
.contact-form__note {
  font-size: 1.2rem;
  color: #666;
  margin-top: 10px;
}
.contact-form__btn {
  width: 100%;
  padding: 15px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
}
.contact-form__btn:hover {
  opacity: 0.8;
}

.heading {
  font-size: 3.2rem;
  font-weight: var(--bold);
  color: var(--secondary-color);
  text-align: center;
}

.lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 20px;
  grid-template-areas: "card-1 card-6" "card-1 card-2" "card-3 card-2" "card-3 card-4" "card-5 card-4" "card-5 card-7";
  padding: 30px;
}
@media (max-width: 767.98px) {
  .lists {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

.item {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
.item__thumb {
  flex: 1;
  height: 300px;
}
.item__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.item__inner {
  padding: 24px;
}
.item__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: var(--medium);
  color: var(--accent-color);
}
.item__desc {
  min-height: 126px;
  margin-top: 12px;
  font-size: 1.4rem;
  color: var(--text-muted);
}
.item__desc--typing {
  opacity: 0;
  white-space: pre-line;
  transition: all 0.5s ease-in-out;
}
.item__desc--typing.active {
  opacity: 1;
}
.item__desc--typing .char {
  opacity: 0;
  animation: fadeInChar 0.4s forwards;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.35s ease;
}
.overlay__content {
  position: relative;
  background: #fff;
  width: 70vw;
  max-width: 1100px;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
}
@media (max-width: 767.98px) {
  .overlay__content {
    width: 100vw;
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
.overlay.show .overlay__content {
  transform: translateY(0);
  opacity: 1;
}
.overlay__close {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 2.4rem;
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .overlay__thumbs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 40px;
  }
}
.overlay__thumb {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
  border-radius: 6px;
  overflow: hidden;
  outline: 2px solid transparent;
  transition: outline 0.2s ease, transform 0.2s ease;
}
.overlay__thumb + .overlay__thumb {
  margin-left: 24px;
}
.overlay__thumb img {
  display: block;
  width: 64px;
  height: 48px;
  object-fit: cover;
}
.overlay__thumb:hover {
  transform: translateY(-2px);
}
.overlay__thumb.is-active {
  outline: 2px solid #0077ff;
}
.overlay__body {
  display: flex;
  gap: 20px;
  margin-top: 8px;
  height: 100%;
  min-height: 260px;
}
@media (max-width: 767.98px) {
  .overlay__body {
    flex-direction: column;
    min-height: initial;
  }
}
.overlay__left {
  flex: 0.5 0 30%;
  height: 30vh;
}
.overlay__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.overlay__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.overlay__title {
  font-size: 2.4rem;
  font-weight: 700;
}
.overlay__desc {
  font-size: 1.6rem;
}
.overlay__btn {
  margin-top: 16px;
  display: flex;
}
.overlay__action-btn {
  border: none;
  outline: none;
  padding: 10px 32px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.6rem;
  background: #3297aa;
  color: #fff;
  font-weight: 500;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.overlay__action-btn + .overlay__action-btn {
  margin-left: 12px;
}
.overlay__action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background: rgba(50, 151, 170, 0.8);
}
.overlay__action-btn.playing {
  background: #ef7979;
}

.action-btn__close {
  background-color: #b33d3d;
}

.overlay.show .overlay__content {
  transform: translateY(0);
  opacity: 1;
}

@keyframes fadeInChar {
  from {
    opacity: 0.9;
    transform: translateX(-3px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.card-6,
.card-7 {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  opacity: 0.5;
}

.card-1 {
  grid-area: card-1;
}

.card-2 {
  grid-area: card-2;
}

.card-3 {
  grid-area: card-3;
}

.card-4 {
  grid-area: card-4;
}

.card-5 {
  grid-area: card-5;
}

.card-6 {
  grid-area: card-6;
}

.card-7 {
  grid-area: card-7;
}

.flip-card {
  width: 100%;
  perspective: 1200px;
  border: 0.5px solid #fff;
  border-radius: 14px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .flip-card {
    height: 250px;
  }
}
.flip-card__inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.5, 0.1, 0.3, 1);
}
.flip-card.is-flipped .flip-card__inner {
  transform: rotateY(180deg);
}
.flip-card__front {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.flip-card__front, .flip-card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 14px;
  overflow: hidden;
}
.flip-card__img {
  width: 100%;
  height: 90%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .flip-card__img {
    height: 80%;
  }
}
.flip-card__title {
  flex: 1;
  font-size: 2.4rem;
  font-weight: var(--bold);
  color: var(--secondary-color);
}
@media (max-width: 991.98px) {
  .flip-card__title {
    font-size: 1.8rem;
  }
}
.flip-card__back {
  background: rgba(255, 255, 255, 0.3);
  color: var(--text-muted);
  padding: 20px;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide {
  position: relative;
}

.slidezy-wrapper {
  width: 100%;
  overflow: hidden;
}

.slidezy-content {
  position: relative;
}

.slidezy-track {
  display: flex;
}

.slidezy-slide {
  flex: 0 0 auto;
}

.slidezy-prev,
.slidezy-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  padding: 15px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.slidezy-prev {
  left: 5px;
}

.slidezy-next {
  right: 5px;
}

.slidezy-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 140px;
  bottom: 10px;
  gap: 8px;
  margin-top: 8px;
}

.slidezy-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.75);
  transition: transform 0.3s;
}
.slidezy-dot.active {
  background: #fff;
}
.slidezy-dot:hover {
  background: #fff;
}

.slide-inner {
  display: flex;
  flex-direction: row-reverse;
  background: #ffffff;
  background: linear-gradient(90deg, rgb(0, 212, 255) 0%, rgb(157, 243, 245) 50%, rgb(237, 252, 255) 100%);
}
.slide-img {
  display: block;
  margin: 5px;
  width: 100%;
  height: 300px;
  border-radius: 999px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .slide-img {
    margin: 0;
    border-radius: 0px;
  }
}
.slide-info {
  margin-right: auto;
  width: 35%;
  align-self: center;
  padding: 30px;
}
@media (max-width: 1199.98px) {
  .slide-info {
    width: 50%;
    padding: 20px;
  }
}
.slide-title {
  font-size: 3rem;
  margin-bottom: 16px;
  color: var(--accent-color);
  font-weight: var(--bold);
}
.slide-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: var(--text-main);
}
@media (max-width: 1199.98px) {
  .slide-desc {
    -webkit-line-clamp: 3;
  }
}

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