@charset "UTF-8";
/*------------------------------------------------
** Animate
**------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoomIcon {
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(10deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
html {
  height: 100%;
}

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,
font,
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;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

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

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ;
}

a,
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:link:hover,
a:visited:hover {
  color: #6b2700;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

canvas {
  cursor: pointer;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

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

input,
textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
input.error,
textarea.error {
  border-color: #ff0000 !important;
}

hr {
  width: 100%;
  margin: 10px auto;
  height: 1px;
  background-color: #d2d2d2;
}

sup {
  line-height: 0;
  font-size: 8pt;
}

dl,
dd,
dt {
  font-weight: normal;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

.color-white {
  color: #fff;
}

.highlight {
  color: #6b2700;
}

.no-data {
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both !important;
}

.hide {
  display: none !important;
}

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

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

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

.container {
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 100%;
  max-width: 1190px;
  margin: 0 auto;
}
.container.no-gutters {
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col {
  padding-left: 10px;
  padding-right: 10px;
}

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mc-0 {
    display: none;
  }
  .mc-1,
  .mc-2,
  .mc-3,
  .mc-4,
  .mc-5,
  .mc-6,
  .mc-7,
  .mc-8,
  .mc-9,
  .mc-10,
  .mc-11,
  .mc-12 {
    display: block;
  }
  .mc-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .mc-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .mc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mc-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .mc-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .mc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mc-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .mc-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .mc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mc-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .mc-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .mc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mc-o-1 {
    margin-left: 8.33333%;
  }
  .mc-o-2 {
    margin-left: 16.66667%;
  }
  .mc-o-3 {
    margin-left: 25%;
  }
  .mc-o-4 {
    margin-left: 33.33333%;
  }
  .mc-o-5 {
    margin-left: 41.66667%;
  }
  .mc-o-6 {
    margin-left: 50%;
  }
  .mc-o-7 {
    margin-left: 58.33333%;
  }
  .mc-o-8 {
    margin-left: 66.66667%;
  }
  .mc-o-9 {
    margin-left: 75%;
  }
  .mc-o-10 {
    margin-left: 83.33333%;
  }
  .mc-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1113px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .l-0 {
    display: none;
  }
  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }
  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-o-0 {
    margin-left: 0;
  }
  .l-o-1 {
    margin-left: 8.33333%;
  }
  .l-o-2 {
    margin-left: 16.66667%;
  }
  .l-o-3 {
    margin-left: 25%;
  }
  .l-o-4 {
    margin-left: 33.33333%;
  }
  .l-o-5 {
    margin-left: 41.66667%;
  }
  .l-o-6 {
    margin-left: 50%;
  }
  .l-o-7 {
    margin-left: 58.33333%;
  }
  .l-o-8 {
    margin-left: 66.66667%;
  }
  .l-o-9 {
    margin-left: 75%;
  }
  .l-o-10 {
    margin-left: 83.33333%;
  }
  .l-o-11 {
    margin-left: 91.66667%;
  }
}
/* Tablet - PC low resolution */
/* > PC low resolution */
@media (min-width: 1024px) and (max-width: 1239px) {
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .container .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .container .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container .l-0 {
    display: none;
  }
  .container .l-1,
  .container .l-2,
  .container .l-2-4,
  .container .l-3,
  .container .l-4,
  .container .l-5,
  .container .l-6,
  .container .l-7,
  .container .l-8,
  .container .l-9,
  .container .l-10,
  .container .l-11,
  .container .l-12 {
    display: block;
  }
  .container .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .container .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .container .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .container .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .container .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .container .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .container .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .container .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .container .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .container .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .l-o-0 {
    margin-left: 0;
  }
  .container .l-o-1 {
    margin-left: 8.33333%;
  }
  .container .l-o-2 {
    margin-left: 16.66667%;
  }
  .container .l-o-3 {
    margin-left: 25%;
  }
  .container .l-o-4 {
    margin-left: 33.33333%;
  }
  .container .l-o-5 {
    margin-left: 41.66667%;
  }
  .container .l-o-6 {
    margin-left: 50%;
  }
  .container .l-o-7 {
    margin-left: 58.33333%;
  }
  .container .l-o-8 {
    margin-left: 66.66667%;
  }
  .container .l-o-9 {
    margin-left: 75%;
  }
  .container .l-o-10 {
    margin-left: 83.33333%;
  }
  .container .l-o-11 {
    margin-left: 91.66667%;
  }
}
/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  position: relative;
  background: #fff;
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body.removeScrollbar {
  overflow: hidden;
}

.page {
  overflow: hidden;
}

.main-body {
  min-height: 400px;
  position: relative;
  z-index: 1;
}

.section {
  padding: 40px 0;
}

.fixed {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 8;
}
.fixed__wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fixed .item a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.fixed .item a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fixed .item a.register {
  text-transform: uppercase;
  color: #fff;
  background: #6b2700;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.button,
a.button,
button.button {
  display: block;
  width: fit-content;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  background: #6b2700;
  line-height: 1.5;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover,
a.button:hover,
button.button:hover {
  color: #fff;
  background: #853000;
}
.button.btn-secondary,
a.button.btn-secondary,
button.button.btn-secondary {
  color: #6b2700;
  background: #f7c066;
}
.button.btn-secondary:hover,
a.button.btn-secondary:hover,
button.button.btn-secondary:hover {
  color: #6b2700;
  background: #f8ca7e;
}
.button.btn-center,
a.button.btn-center,
button.button.btn-center {
  margin: 0 auto;
}

.heading {
  font-size: 18px;
  font-weight: 600;
  color: #6b2700;
}
.heading.h_1 {
  font-size: 36px;
  font-weight: 700;
}
.heading.h_2 {
  font-size: 28px;
}
.heading.h_3 {
  font-size: 22px;
}

.testimonial {
  height: 100%;
  display: flex;
  align-items: center;
}
.testimonial__slider {
  width: 100%;
  margin-bottom: 0;
}
.testimonial__slider .slick-list {
  margin: 0 -10px;
}
.testimonial__slider .item {
  margin: 0 10px;
}
.testimonial__slider .item__frame {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}
.testimonial__slider .item__head {
  display: flex;
  align-items: center;
}
.testimonial__slider .item__avt {
  width: 80px;
}
.testimonial__slider .item__avt img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
}
.testimonial__slider .item__info {
  padding-left: 20px;
  width: calc(100% - 80px);
}
.testimonial__slider .item__name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.testimonial__slider .item__address {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.testimonial__slider .item__content {
  color: #865b28;
  padding-top: 16px;
}

.form {
  position: relative;
}
.form__register {
  padding: 40px 20px;
  border-radius: 20px;
  background: #6b2700;
  overflow: hidden;
  position: relative;
}
.form__register .heading {
  color: #fff;
}
.form__register #loading {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.form__register #loading img {
  display: block;
  width: 100%;
  max-width: 80px;
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.form__wrap {
  display: flex;
  gap: 16px 8px;
}
.form__wrap.location .form__group {
  width: 33.3333333333%;
}
.form__group {
  width: 100%;
}
.form__action .button {
  width: 100%;
}
.form input {
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 2;
  padding: 9px 20px;
  border-radius: 4px;
  background: #f4f4f4;
  border-color: #f4f4f4;
}
.form input::placeholder {
  color: #abaaaa;
}
.form select.error ~ .select2 .select2-selection {
  border-color: red;
}

/*------------------------------------------------
** BOX
**------------------------------------------------*/
.box-banner img {
  display: block;
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}

.box-about {
  text-align: center;
  color: #6b2700;
}
.box-about__image img {
  display: block;
  width: 100%;
}
.box-about__heading {
  font-size: 24px;
  font-weight: 700;
  max-width: 500px;
  margin: auto;
}
.box-about__heading span {
  display: inline-block;
}

.box-contact {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(177deg, #875c29 2.71%, #ead792 97.99%);
}
.box-contact__bg {
  position: absolute;
  inset: 0;
}
.box-contact__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------------------------------------------
** MORE
**------------------------------------------------*/
.scroll-to-top {
  width: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  z-index: 8;
  cursor: pointer;
  background: #6b2700;
  color: #6b2700;
  border-radius: 100%;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top:hover {
  opacity: 1;
}
.scroll-to-top.active {
  opacity: 1;
  visibility: initial;
}

.text-center {
  text-align: center !important;
}

.gap-y-12 {
  gap: 12px 0;
}

.gap-y-16 {
  gap: 16px 0;
}

.gap-y-20 {
  gap: 20px 0;
}

.gap-y-40 {
  gap: 40px 0;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slick-slider > button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  border: none;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0;
  z-index: 2;
}
.slick-slider > button:before {
  color: #6b2700;
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 24px;
}
.slick-slider > button.slick-prev {
  left: 0;
}
.slick-slider > button.slick-prev:before {
  content: "\f053";
}
.slick-slider > button.slick-next {
  right: 0;
}
.slick-slider > button.slick-next:before {
  content: "\f054";
}
.slick-slider > button:hover, .slick-slider > button:focus {
  background: #fff;
}
.slick-slider > button:hover::before, .slick-slider > button:focus::before {
  color: #6b2700;
}

.slick-dots {
  position: initial;
  width: fit-content;
  margin: 0 auto;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.slick-dots li {
  width: fit-content;
  height: 100%;
  margin: 0;
}
.slick-dots li button {
  border-radius: 100%;
  background: #fff;
  border: 1px solid #6b2700;
  width: 10px;
  height: 10px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-dots li button::before {
  content: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
  background: #6b2700;
}

/*------------------------------------------------
** Select2
**------------------------------------------------*/
.select2.select2-container {
  width: 100% !important;
}
.select2-results__option {
  padding: 10px;
}
.select2-search__field {
  font-size: 15px;
  line-height: 1.5;
}

.select2-container .select2-selection--single {
  height: 100%;
  background: #f4f4f4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #f4f4f4;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 20px;
  line-height: 2;
  color: #000;
  font-weight: 400;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #abaaaa;
  font-weight: 400;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0;
  width: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
}

/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.menunav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  position: relative;
  text-align: center;
}
.menunav li {
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
}
.menunav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  text-align: center;
  color: #000;
  white-space: nowrap;
}
.menunav li:hover, .menunav li.active {
  position: relative;
}
.menunav li:hover a, .menunav li.active a {
  color: #6b2700;
}
.menunav li.column {
  position: initial;
}
.menunav .level1 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  background: #FFF;
  padding: 10px 0;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
}
.menunav .level1:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #FFF;
}
.menunav .level1 li {
  width: 100%;
  margin: 0;
}
.menunav .level1 li a {
  line-height: 35px;
  text-align: left;
  padding: 0 20px;
  color: #000;
  background-color: #FFF;
}
.menunav .level1 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav .level2 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  background: transparent;
  padding: 5px 0 10px;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
  background: #f7faff;
  top: 0;
  left: 100%;
}
.menunav .level2:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #f7faff;
}
.menunav .level2 li {
  width: 100%;
  margin: 0;
}
.menunav .level2 li a {
  padding: 0 20px;
  color: #000;
  background-color: #f7faff;
}
.menunav .level2 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav .level2 li:hover:after, .menunav .level2 li.active:after {
  height: 0;
}
.menunav .submenu {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 700px;
  transform: translateY(50px);
  visibility: hidden;
  display: flex;
  opacity: 0;
  background: #FFF;
  padding: 40px 10px 30px;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px -5px;
  z-index: 9;
}
.menunav .submenu:before {
  content: "";
  position: absolute;
  left: 24%;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #f2f2f2;
}
.menunav .submenu .subitem {
  width: 33.3333333333%;
  padding: 0 20px;
  text-align: left;
}
.menunav .submenu .subitem .menu_header {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 10px;
}
.menunav .submenu .subitem .submenu_inner {
  display: flex;
  flex-wrap: wrap;
}
.menunav .submenu .subitem .submenu_inner .menu {
  width: 100%;
  padding: 8px 0;
}
.menunav .submenu .subitem .submenu_inner .menu a {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  padding: 0;
}
.menunav .submenu .subitem .submenu_inner .menu a .fa {
  margin-right: 4px;
}
.menunav .submenu .subitem .submenu_inner .menu a:hover, .menunav .submenu .subitem .submenu_inner .menu a.active {
  color: #6b2700;
}
.menunav .submenu .subitem.menu_brand {
  width: 66.6666666667%;
}
.menunav .submenu .subitem.menu_brand .menu_header {
  padding-left: 40px;
}
.menunav .submenu .subitem.menu_brand .submenu_inner {
  padding-left: 40px;
  border-left: 1px solid #e1e1e1;
}
.menunav .submenu .subitem.menu_brand .submenu_inner .menu {
  width: 50%;
}
.menunav li:hover .level1 {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
  transform: translateY(0px);
  left: 0;
}
.menunav li:hover .level1 li a {
  padding: 0 20px;
  text-align: left;
}
.menunav li:hover .level1 li a .fa {
  margin-right: 8px;
  color: #000;
}
.menunav li:hover .level1 li.active a, .menunav li:hover .level1 li:hover a {
  color: #6b2700;
}
.menunav li:hover .level1 li.active a .fa, .menunav li:hover .level1 li:hover a .fa {
  color: #6b2700;
}
.menunav li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
  transform: translateY(0px);
}
.menunav .level1 li:hover ul.level2 {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.3s all ease !important;
}
.menunav .level1 li:hover ul.level2 li a {
  padding: 0 20px;
  color: #000;
}
.menunav .level1 li:hover ul.level2 li a .fa {
  margin-right: 8px;
  color: #000;
}
.menunav .level1 li:hover ul.level2 li.active a, .menunav .level1 li:hover ul.level2 li:hover a {
  color: #6b2700;
}
.menunav .level1 li:hover ul.level2 li.active a .fa, .menunav .level1 li:hover ul.level2 li:hover a .fa {
  color: #6b2700;
}
.menunav .lang-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.menunav .lang-inner .item {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #FFF;
  cursor: pointer;
}
.menunav .lang-inner .item img {
  max-width: initial;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.menunav .lang-inner .item:hover {
  border-color: #f7efdc;
}

@media only screen and (max-width: 1100px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__wrap {
  height: 100%;
  padding: 10px 0;
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menu {
  gap: 40px;
  display: flex;
  align-items: center;
}
.header__menu li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.header__menu li a.active {
  color: #6b2700;
}
.header.stick {
  height: 68px;
  background: #f7efdc;
  box-shadow: 0px 3px 18px rgba(28, 26, 29, 0.07);
}
.header.stick .header__wrap {
  padding: 4px 0;
}
.header.stick .header__logo {
  width: 60px;
}

.rd-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  padding: 0 10px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: 100%;
}
.rd-panel__wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rd-panel__wrap .btn-register {
  color: #fff;
  height: 42px;
  border-radius: 4px;
  background: #6b2700;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rd-panel__wrap .btn-register:hover {
  color: #fff;
  background: #853000;
}
.rd-panel .toggle {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6b2700;
  border-radius: 4px;
  z-index: 9;
}
.rd-panel .toggle i {
  font-size: 22px;
}
.rd-panel .toggle .icon-close {
  display: none;
}
.rd-panel .toggle.active .icon-open {
  display: none;
}
.rd-panel .toggle.active .icon-close {
  display: block;
}
.rd-panel .logo {
  display: block;
  padding: 3px 0;
  width: 50px;
  height: 100%;
}
.rd-panel .logo a {
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
.rd-panel .logo img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.rd-panel button {
  border: none;
  padding: 0;
  outline: none;
  outline-offset: 0;
  color: #fff;
}

.rd-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-menu > ul {
  position: fixed;
  z-index: 99;
  top: 56px;
  margin: 0;
  left: 0;
  bottom: -20px;
  width: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: 360px;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-menu > ul > li {
  border-bottom: 1px solid #f4f4f4;
}
.rd-menu > ul > li > a {
  display: block;
  padding: 16px;
  color: #6b2700;
  font-weight: 700;
  text-transform: uppercase;
}
.rd-menu > ul > li > a:hover {
  background: #f4f4f4;
}
.rd-menu > ul > li:last-child {
  border: none;
}
.rd-menu > ul > li.active > a {
  color: #fff;
  background: #6b2700;
}
.rd-menu > ul > li .level1 li a {
  border-top: 1px dashed #f4f4f4;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 26px;
}
.rd-menu > ul > li .level1 li a:hover {
  color: #000;
  background: #f4f4f4;
}
.rd-menu > ul > li .level1 li.active a {
  color: #6b2700;
}
.rd-menu.active {
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-menu.active ul {
  transform: translateX(0);
}
.rd-menu.active ul li ul {
  width: 100%;
}

/*------------------------------------------------
** Boxes
**------------------------------------------------*/
.box-count__frame {
  padding: 40px;
  border-radius: 20px;
  background: #f7efdc;
}
.box-count__header {
  display: flex;
  align-items: center;
  padding: 20px 40px;
}
.box-count__header img {
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.box-count__header .heading {
  padding-left: 20px;
  width: calc(100% - 60px);
}
.box-count__main {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}
.box-count__main .heading {
  text-align: center;
}
.box-count__list .item__frame {
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: #f7efdc;
}
.box-count__list .item__frame:hover .item__image img {
  transform: scale(1.1);
}
.box-count__list .item__image {
  width: 140px;
}
.box-count__list .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-count__list .item__body {
  padding-left: 20px;
  width: calc(100% - 140px);
}
.box-count__list .item__title {
  color: #865b28;
  font-size: 20px;
  font-weight: 600;
}
.box-count__list .item__title span {
  display: inline-block;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  transform: translateY(1px);
}
.box-count__list .item__description {
  font-size: 20px;
  font-weight: 600;
}

.box-cause__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 280px;
  object-fit: contain;
  margin: auto;
}
.box-cause__list .item {
  padding: 10px;
}
.box-cause__list .item__image {
  width: 100px;
  margin: auto;
}
.box-cause__list .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #f7efdc;
  border-radius: 100%;
  padding: 4px;
}
.box-cause__list .item__heading {
  color: #000;
  margin-top: 8px;
  text-align: center;
}

.box-calling__frame {
  background: linear-gradient(180deg, #fff 0.65%, #f7efdc 99.41%);
}
.box-calling__main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.box-calling__head .heading.h_1 {
  font-size: 44px;
  line-height: 1;
}
.box-calling__description {
  color: #865b28;
}
.box-calling__image {
  position: relative;
}
.box-calling__image .image {
  position: relative;
}
.box-calling__image .image img {
  display: block;
  width: 100%;
  max-width: 410px;
  margin: auto;
}
.box-calling__image .bg {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-55%);
}
.box-calling__image .bg img {
  display: block;
  height: 100%;
  width: auto;
  max-width: initial;
}

.box-reason__list .item {
  height: 100%;
}
.box-reason__list .item__frame {
  position: relative;
  padding-top: 80px;
  height: 100%;
}
.box-reason__list .item__frame:hover .item__body {
  background: transparent;
}
.box-reason__list .item__frame:hover .item__title,
.box-reason__list .item__frame:hover .item__description {
  color: #fff;
}
.box-reason__list .item__image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.box-reason__list .item__image .image {
  position: relative;
  width: 160px;
  border-radius: 100%;
  padding: 20px;
  background: #fff;
  margin: auto;
}
.box-reason__list .item__image .image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.box-reason__list .item__image::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 100%;
  background: linear-gradient(270deg, #875c29 0%, #ead792 75%, #f9f3cc 100%);
}
.box-reason__list .item__body {
  position: relative;
  height: 100%;
  padding: 100px 40px 40px;
  background: #f7efdc;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-reason__list .item__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #875c29 36.58%, #ead792 96.86%, #f9f3cc 116.95%);
  transition: opacity 1s ease;
  z-index: -1;
  pointer-events: none; /* Đảm bảo không ảnh hưởng đến tương tác */
}
.box-reason__list .item__title {
  text-align: center;
}
.box-reason__list .item__description {
  margin-top: 12px;
  text-align: justify;
}

.box-route {
  background: linear-gradient(177deg, #875c29 2.71%, #ead792 97.99%);
}
.box-route__head .heading,
.box-route__head .description {
  color: #fff;
}
.box-route__main {
  padding: 40px 0;
}
.box-route__mobile {
  display: none;
}
.box-route__description {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.box-route__list .inner {
  padding: 10px 0;
  display: flex;
  overflow-x: auto;
}
.box-route__list .item {
  padding-top: 32px;
  width: fit-content;
  min-width: 200px;
  position: relative;
}
.box-route__list .item__frame {
  background: #865b28;
  height: 100%;
  padding: 12px;
  border-radius: 4px;
  margin: 0 5px;
}
.box-route__list .item__image {
  width: 60px;
  margin: auto;
  background: #fff;
  border-radius: 100%;
  padding: 12px;
}
.box-route__list .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.box-route__list .item__title {
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 12px;
}
.box-route__list .item::before, .box-route__list .item::after {
  content: "";
  position: absolute;
}
.box-route__list .item::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px dashed #fff;
}
.box-route__list .item::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  box-shadow: 0 0 4px #fff;
}

.box-resources__main .item {
  height: 100%;
}
.box-resources__main .item__frame {
  background: #f7efdc;
  border-radius: 20px;
  height: 100%;
  padding: 20px;
}
.box-resources__main .item__image {
  margin-bottom: 20px;
}
.box-resources__main .item__image img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: contain;
  display: block;
}
.box-resources__main .item__title {
  text-align: center;
}

.box-income__list .item {
  height: 100%;
}
.box-income__list .item__frame {
  height: 100%;
  background: #f7efdc;
}
.box-income__list .item__image {
  border: 1px solid;
  border-image: linear-gradient(270deg, #875c29 0%, #ead792 75%, #f9f3cc 100%) 1;
}
.box-income__list .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.box-income__list .item__title {
  padding: 20px;
  color: #865b28;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-income__list .item:hover .item__frame {
  background: #6b2700;
}
.box-income__list .item:hover .item__title {
  color: #fff;
}

.box-feedback {
  padding-top: 20px;
  transform: translateY(20px);
  position: relative;
  z-index: 1;
}
.box-feedback__main {
  position: relative;
}
.box-feedback__mockup {
  position: relative;
  z-index: 1;
}
.box-feedback__mockup img {
  display: block;
  width: 100%;
}
.box-feedback__slider {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.box-feedback__slider .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.box-feedback__slider.slick-slider > button {
  z-index: 2;
}
.box-feedback__arrows {
  z-index: 2;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.box-feedback__arrows button {
  cursor: pointer;
  margin: 0 5px;
  outline: none;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.box-feedback__arrows button:hover {
  background: #6b2700;
}

/*------------------------------------------------
** Common
**------------------------------------------------*/
.content-detail {
  font-size: 16px;
}
.content-detail ul,
.content-detail ol {
  text-align: left;
  list-style: initial;
  padding-left: 20px;
}
.content-detail ul li,
.content-detail ol li {
  text-align: left;
  display: list-item;
}
.content-detail h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.content-detail p,
.content-detail div,
.content-detail img {
  margin: 5px 0 15px 0;
}
.content-detail img {
  margin: 5px 0;
}
.content-detail table {
  width: 100%;
  background-color: #fffdf6;
  border-collapse: collapse;
  margin: 20px auto;
}
.content-detail table tr {
  border: 1px solid #000;
  color: #000;
  background: #e2e2e2;
}
.content-detail table tr:nth-child(2n+1) {
  background: #fff;
}
.content-detail table tr:first-child {
  background: #6b2700;
  color: #fff;
  font-weight: bold;
}
.content-detail table tr td {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
.content-detail table tr td ul {
  width: 100%;
}
.content-detail table tr td ul li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 10px;
}
.content-detail table tr p {
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.content-detail iframe {
  max-width: 100%;
  width: 100% !important;
}

.pagination {
  margin: 60px auto 20px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 0 4px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  overflow: hidden;
}
.pagination li span, .pagination li a {
  width: 32px;
  height: 32px;
  color: #768295;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a {
  border: 1px solid #fff;
}
.pagination li a::hover {
  border: 1px solid #768295;
}
.pagination li.active {
  border: 0;
}
.pagination li.active span {
  color: #2B3040;
  font-weight: 600;
}
.pagination .limit {
  margin: 10px auto;
}
.pagination .limit select {
  border-radius: 3px;
  min-width: 50px;
}

.footer {
  background: linear-gradient(179deg, #fff 0.65%, #f7efdc 99.41%);
}
.footer__main {
  padding: 20px 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.footer__main .logo {
  width: 100px;
}
.footer__main .logo img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.footer__main .heading {
  max-width: calc(100% - 120px);
}

/*------------------------------------------------
** RESPONSIVE
**------------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .rd-panel {
    display: flex;
    gap: 12px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header {
    display: none;
  }
  body {
    font-size: 14px;
  }
  .section {
    padding: 28px 0;
  }
  .main-body {
    padding-top: 56px;
  }
  .content-detail {
    font-size: 14px;
  }
  .heading {
    font-size: 16px;
  }
  .heading.h_1 {
    font-size: 32px;
  }
  .heading.h_2 {
    font-size: 26px;
  }
  .heading.h_3 {
    font-size: 20px;
  }
  button.button,
  a.button,
  .button {
    font-size: 18px;
  }
  .testimonial__slider .slick-track {
    display: flex;
  }
  .testimonial__slider .slick-track .item {
    height: auto;
  }
  .testimonial__slider .slick-track .item__frame {
    height: 100%;
  }
  .box-count__frame {
    padding: 20px;
  }
  .box-count__header {
    padding: 0;
  }
  .box-count__header .heading {
    padding-left: 12px;
  }
  .box-count__list .item__image {
    width: 100px;
  }
  .box-count__list .item__body {
    width: calc(100% - 100px);
  }
  .box-count__list .item__title span {
    font-size: 32px;
  }
  .box-cause .col_image {
    display: none;
  }
  .box-cause__header .heading,
  .box-cause__header .description {
    text-align: center;
  }
  .box-calling__head .heading {
    text-align: center;
  }
  .box-calling__head .heading.h_1 {
    font-size: 38px;
  }
  .box-calling__main {
    display: block;
  }
  .box-calling__action .button {
    margin: auto;
  }
  .box-calling__image .bg {
    transform: translateX(-50%);
  }
  .box-calling__image .image img {
    max-width: 320px;
  }
  .box-about__heading {
    font-size: 20px;
  }
  .box-about__heading span {
    display: inline;
  }
  .box-reason__list .item__frame {
    padding-top: 50px;
  }
  .box-reason__list .item__body {
    padding: 70px 20px 20px;
  }
  .box-reason__list .item__image .image {
    width: 100px;
    padding: 16px;
  }
  .box-feedback {
    transform: none;
    padding-top: 28px;
  }
}
@media only screen and (max-width: 739px) {
  .heading.h_1 {
    font-size: 26px;
  }
  .heading.h_2 {
    font-size: 22px;
  }
  .heading.h_3 {
    font-size: 18px;
  }
  button.button,
  a.button,
  .button {
    font-size: 16px;
  }
  .testimonial__slider .slick-list {
    margin: 0 -5px;
  }
  .testimonial__slider .item {
    margin: 0 5px;
  }
  .testimonial__slider .item__frame {
    padding: 12px;
  }
  .testimonial__slider .item__avt {
    width: 50px;
  }
  .testimonial__slider .item__name {
    font-size: 16px;
  }
  .testimonial__slider .item__info {
    width: calc(100% - 50px);
    padding-left: 8px;
  }
  .form__register {
    padding: 20px;
  }
  .form__wrap {
    flex-wrap: wrap;
  }
  .form__wrap.location .form__group {
    width: 100%;
  }
  .box-feedback__arrows button {
    width: 28px;
    height: 28px;
  }
  .box-about__heading {
    font-size: 18px;
  }
  .box-route__image {
    display: none;
  }
  .box-route__main {
    padding: 0;
  }
  .box-route__mobile {
    display: block;
  }
  .box-resources__frame > .row {
    gap: 20px 0;
  }
  .box-resources__main > .row {
    margin: 0 -5px;
  }
  .box-resources__main > .row > .col {
    padding: 0 5px;
  }
  .box-resources__main .item__frame {
    padding: 8px;
    border-radius: 4px;
  }
  .box-resources__main .item__image {
    width: 100px;
    margin: 0 auto;
  }
  .box-resources__main .item__image img {
    aspect-ratio: 1/1;
  }
  .box-income__frame > .row {
    gap: 20px 0;
  }
  .box-income__list > .row {
    margin: 0 -5px;
  }
  .box-income__list > .row > .col {
    padding: 0 5px;
  }
  .box-income__list .item__title {
    padding: 12px 6px;
  }
}
@media only screen and (max-width: 576px) {
  .box-count__header img {
    display: none;
  }
  .box-count__header .heading {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .box-count__frame {
    padding: 0;
    background: transparent;
  }
  .box-count__main {
    padding: 10px;
    background: #f7efdc;
  }
  .box-count__list .item__image {
    width: 80px;
  }
  .box-count__list .item__body {
    width: calc(100% - 80px);
    padding-left: 12px;
  }
  .box-count__list .item__frame {
    background: #fff;
  }
  .box-count__list .item__title span {
    font-size: 26px;
  }
  .box-count__list .item__description {
    font-size: 16px;
  }
  .box-cause__list .item {
    padding: 0;
  }
  .box-cause__list .item__image {
    width: 80px;
  }
  .footer__main {
    padding: 12px 0;
    gap: 10px;
  }
  .footer__main .logo {
    width: 40px;
  }
  .footer__main .heading {
    font-size: 16px;
    max-width: calc(100% - 50px);
  }
  .fixed .item a {
    width: 40px;
    height: 40px;
  }
  .fixed .item a.register {
    font-size: 10px;
  }
  .notifications-container {
    max-width: 100%;
  }
  .notify-is-right .notify {
    right: 0;
    padding: 8px 8px 13px;
    margin-top: 8px;
  }
  .notify-is-right .notify:first-child {
    margin-top: 0;
  }
  .notify {
    border-radius: 0;
  }
}

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