/*------------------------------------------------------------------
[Common]
*/
@font-face {
  font-family: 'Averta';
  src: url("../webfonts/Averta-Light.woff2") format("woff2"), url("../webfonts/Averta-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url("../webfonts/Averta-LightItalic.woff2") format("woff2"), url("../webfonts/Averta-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url("../webfonts/Averta-Bold.woff2") format("woff2"), url("../webfonts/Averta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url("../webfonts/Averta-Regular.woff2") format("woff2"), url("../webfonts/Averta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url("../webfonts/Averta-Semibold.woff2") format("woff2"), url("../webfonts/Averta-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url("../webfonts/Averta-Thin.woff2") format("woff2"), url("../webfonts/Averta-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DVN Poppins';
  src: url("../webfonts/DVNPoppins-Regular.woff2") format("woff2"), url("../webfonts/DVNPoppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DVN Poppins';
  src: url("../webfonts/DVNPoppins-ExtraBold.woff2") format("woff2"), url("../webfonts/DVNPoppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 16px;
  font-family: "Averta", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  height: unset;
  width: auto;
}

textarea {
  resize: none;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #b5190c;
}

iframe {
  max-width: 100%;
}

.row-lg {
  margin-left: -15px;
  margin-right: -15px;
}
.row-lg > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 992px) {
  .container-xs {
    max-width: 855px;
  }
}

/*------------------------------------------------------------------
[Buttons]
*/
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

.btn-clear {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.border-w-2 {
  border-width: 2px;
}

.btn-white-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-white-outline:hover, .btn-white-outline:focus {
  background-color: #b5190c;
  border-color: #fff;
  color: #fff;
}

.btn-outline-primary-1 {
  border-color: #b5190c;
  background-color: #fff;
  color: #000;
}
.btn-outline-primary-1:hover, .btn-outline-primary-1:focus, .btn-outline-primary-1.active {
  border-color: #b5190c;
  background-color: #b5190c;
  color: #fff;
}

.btn-primary-1 {
  border-color: #b5190c;
  background-color: #b5190c;
  color: #fff;
}
.btn-primary-1:hover, .btn-primary-1:focus {
  border-color: #cd1c0e;
  background-color: #cd1c0e;
  color: #fff;
}

.btn-link {
  color: #b5190c;
}
.btn-link:hover, .btn-link:focus {
  color: #cd1c0e;
}

.btn-outline-white {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  border-color: #fff;
  color: #b5190c;
  background-color: #fff;
}

.btn-white-icon {
  background-color: #fff;
  border-color: #b5190c;
  color: #000;
  border-radius: 100px;
  padding: 5px;
  min-width: 210px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.btn-white-icon:hover, .btn-white-icon:focus {
  background-color: #fff;
  border-color: #b5190c;
  color: #b5190c;
}
.btn-white-icon span {
  display: inline-block;
  vertical-align: middle;
}

.btn-text {
  flex: 1 1 auto;
}

.btn-icon {
  line-height: 1;
}
.btn-icon i {
  line-height: 1;
}

/*------------------------------------------------------------------
[Typo]
*/
.fs-7 {
  font-size: 14px !important;
}

.fs-8 {
  font-size: 12px !important;
}

.text-primary-1 {
  color: #b5190c;
}
.text-primary-1 a {
  color: #b5190c;
}

.title {
  font-weight: bold;
  margin-bottom: 0;
}

/*------------------------------------------------------------------
[Icons]
*/
[class*="ico-"] {
  display: inline-block;
  background-repeat: no-repeat;
}

.ico-golf {
  background-image: url(../images/icons/ico-golf.svg);
  width: 51px;
  height: 51px;
}

.ico-view-album {
  background-image: url(../images/icons/view-album.png);
  width: 44px;
  height: 41px;
}

/*------------------------------------------------------------------
[Header]
*/
.header-site {
  background-color: #b5190c;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .header-site {
    background-color: transparent;
  }
}
.header-site .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #b5190c;
  padding: 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-site .header-inner {
    border-radius: 70px;
    min-height: 85px;
  }
}

.header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-left .menu-toggle {
  color: #fff;
  font-size: 20px;
}
.header-left .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-center {
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) {
  .header-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-right: 0;
  }
}
.header-center img {
  max-height: 50px;
}
@media only screen and (min-width: 768px) {
  .header-center img {
    max-height: unset;
  }
}

.header-right .btn {
  font-size: 14px;
}

.nav-main .nav-link {
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.nav-main .nav-link:hover, .nav-main .nav-link.active {
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}

@-webkit-keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@-moz-keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.menu-toggle {
  min-height: 30px;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .menu-toggle {
    min-height: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 30px;
    padding-left: 20px;
    margin-right: 20px;
  }
}

@keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@media (max-width: 767px) {
  .fixed-header .header-center {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    animation: 250ms ease-out 0s normal none 1 running showStickyMenu;
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .fixed-header .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    animation: 250ms ease-out 0s normal none 1 running showStickyMenu;
    background-color: #fff;
  }
}

.menu-overlay {
  display: none;
  position: absolute;
  z-index: 2000;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #b5190c;
  border-radius: 35px;
  padding: 55px 15px 40px;
  animation: fadeIn 0.3s;
  margin-top: 5px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .menu-overlay {
    padding: 30px;
    margin-top: 15px;
  }
}
.menu-overlay .menu-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s;
}
@media only screen and (min-width: 768px) {
  .menu-overlay .menu-close {
    width: 48px;
    height: 48px;
    font-size: 28px;
    top: 2rem;
    right: 2rem;
  }
}
.menu-overlay .menu-close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.menu-overlay .menu-overlay-left {
  flex: 1;
}
.menu-overlay .menu-overlay-left .menu-overlay-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-overlay .menu-overlay-left .menu-overlay-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .menu-overlay .menu-overlay-left .menu-overlay-list li {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-overlay .menu-overlay-left .menu-overlay-list li {
    font-size: 45px;
  }
}
.menu-overlay .menu-overlay-left .menu-overlay-list li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .menu-overlay .menu-overlay-left .menu-overlay-list li:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-overlay .menu-overlay-left .menu-overlay-list li:not(:last-child) {
    margin-bottom: 50px;
  }
}
.menu-overlay .menu-overlay-left .menu-overlay-list li a {
  color: #fff;
}
.menu-overlay .menu-overlay-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-overlay .menu-overlay-right .menu-logo {
  margin-bottom: 30px;
  max-height: 100px;
}
@media only screen and (min-width: 768px) {
  .menu-overlay .menu-overlay-right .menu-logo {
    max-height: unset;
  }
}
.menu-overlay .menu-overlay-right .menu-social {
  margin-bottom: 15px;
}
.menu-overlay .menu-overlay-right .menu-social a {
  color: #fff;
  font-size: 16px;
  margin: 0 14px;
}
.menu-overlay .menu-overlay-right .menu-social a:hover {
  color: #ffd6d6;
}
.menu-overlay .menu-overlay-right .menu-contact {
  text-align: center;
}

.menu-overlay.show {
  display: block;
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------------------------------------------------------------
[Content]
*/
.section-hero .row {
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
}
.section-hero .intro-img {
  height: 100%;
}
.section-hero .intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 32px 0 0 32px;
}
@media (max-width: 991.98px) {
  .section-hero .intro-img img {
    border-radius: 32px 32px 0 0;
  }
}
.section-hero .intro-content {
  background-color: #b71c0c;
  color: #fff;
  padding: 56px 48px;
  height: 100%;
  border-radius: 32px;
}
@media (max-width: 991.98px) {
  .section-hero .intro-content {
    border-radius: 32px;
    padding: 32px 16px;
  }
}
.section-hero .intro-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .section-hero .intro-title {
    font-size: 28px;
  }
}
.section-hero .intro-desc {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .section-hero .intro-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.section-hero .btn-intro {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #b71c0c;
  border-radius: 32px;
  padding: 12px 36px 12px 28px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  transition: background 0.2s, color 0.2s;
  position: relative;
}
.section-hero .btn-intro .btn-intro-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b71c0c;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 16px;
  font-size: 18px;
  transition: background 0.2s, color 0.2s;
}
.section-hero .btn-intro:hover, .section-hero .btn-intro:focus {
  background: #b71c0c;
  color: #fff;
}
.section-hero .btn-intro:hover .btn-intro-icon, .section-hero .btn-intro:focus .btn-intro-icon {
  background: #fff;
  color: #b71c0c;
}
@media (max-width: 991.98px) {
  .section-hero .row {
    border-radius: 24px;
  }
  .section-hero .intro-img img,
  .section-hero .intro-content {
    border-radius: 24px;
  }
}
@media (max-width: 575.98px) {
  .section-hero .row {
    border-radius: 12px;
  }
  .section-hero .intro-img img,
  .section-hero .intro-content {
    border-radius: 12px;
  }
  .section-hero .intro-content {
    padding: 16px 8px;
  }
  .section-hero .intro-title {
    font-size: 20px;
  }
}

.section-mb {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .section-mb {
    margin-bottom: 55px;
  }
}

.section-y-padding {
  padding-bottom: 35px;
  padding-top: 35px;
}
@media only screen and (min-width: 768px) {
  .section-y-padding {
    padding-bottom: 55px;
    padding-top: 55px;
  }
}

.section-title {
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) {
  .section-title {
    margin-bottom: 35px;
  }
}

.heading-title {
  margin-bottom: 0;
}

.wrap-heading-title {
  border: 1px solid #b5190c;
  color: #000;
  text-transform: uppercase;
  border-radius: 50px;
  min-width: 135px;
  padding: 8px 20px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
}
.wrap-heading-title.bg-primary-1 {
  border-color: #b5190c;
  color: #fff;
  text-transform: capitalize;
}

/* section-news */
.card-news .card-img {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 16px;
}
.card-news .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-news .card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.card-news .card-meta .card-tag {
  background: #c62828;
  color: #fff;
  border-radius: 20px;
  padding: 6px 22px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
}
.card-news .card-meta .card-date {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 700;
}
.card-news .card-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .card-news .card-img {
    margin-bottom: 20px;
  }
  .card-news .card-title {
    font-size: 26px;
  }
}

.card-line {
  height: 1px;
  background-color: #8a8a8a;
  margin: 0 10px;
}
@media only screen and (min-width: 992px) {
  .card-line {
    margin: 0 20px;
  }
}

.card-excerpt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 14px;
  color: #231f20;
}

/* section-history */
.section-history {
  background-color: #b5190c;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .section-history .col-6:first-child .timeline-item::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: -24px;
    height: 2px;
    background-color: #fff;
    z-index: 1;
  }
}
@media only screen and (min-width: 992px) {
  .section-history .col-6:first-child .timeline-item-img {
    order: 2;
  }
}
@media only screen and (min-width: 992px) {
  .section-history .col-6:first-child .timeline-item-info {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .section-history .col-6:last-child {
    margin-top: -12px;
  }
}
@media only screen and (min-width: 992px) {
  .section-history .col-6:last-child .timeline-item-img {
    margin-top: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .section-history .col-6:last-child .timeline-item-info {
    padding-top: 25px;
    padding-bottom: 74px;
  }
  .section-history .col-6:last-child .timeline-item-info::before {
    top: 0;
    bottom: 25%;
  }
  .section-history .col-6:last-child .timeline-item-info::after {
    top: auto;
    bottom: 25%;
  }
  .section-history .col-6:last-child .timeline-item-info h4::before {
    bottom: auto;
    top: 0;
  }
  .section-history .col-6:last-child .timeline-item-info h4::after {
    top: 4px;
    bottom: auto;
  }
}
@media only screen and (min-width: 992px) {
  .section-history .col-12:last-child .col-6:last-child .timeline-item-info p::before {
    content: "";
    position: absolute;
    left: 14px;
    right: -24px;
    top: 5px;
    height: 2px;
    background-color: #b5190c;
    z-index: 1;
  }
}

.timeline-item {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .timeline-item {
    margin-bottom: 0;
    display: flex;
    text-align: left;
    justify-content: space-between;
  }
}

.timeline-item-img {
  width: 149px;
  height: 149px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px auto;
}
.timeline-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.timeline-item-info {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .timeline-item-info {
    padding-left: 20px;
    padding-top: 25%;
    padding-bottom: 45px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .timeline-item-info::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 6px;
    width: 1px;
    bottom: 0;
    border-left: 1px dashed #fff;
    z-index: 1;
  }
}
@media only screen and (min-width: 992px) {
  .timeline-item-info::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
  }
}
.timeline-item-info h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .timeline-item-info h4::before, .timeline-item-info h4::after {
    content: "";
    position: absolute;
  }
}
@media only screen and (min-width: 992px) {
  .timeline-item-info h4::before {
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
  }
}
@media only screen and (min-width: 992px) {
  .timeline-item-info h4::after {
    bottom: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b5190c;
    z-index: 2;
  }
}
.timeline-item-info p {
  line-height: 1.5;
  margin-bottom: 0;
}

/* section-about */
.card-history {
  border: 1px solid #d57e77;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .card-history {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
  }
}
.card-history .card-history-content-top {
  flex: 1;
}
.card-history .card-header {
  padding: 24px 24px 0 24px;
}
.card-history .card-header h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  border-bottom: 1px solid #d57e77;
  padding-bottom: 6px;
}
.card-history .card-body {
  padding: 16px 24px 0 24px;
  line-height: 1.5;
}
.card-history .card-image {
  width: 100%;
  object-fit: cover;
  display: block;
  margin: 25px 0 0 0;
}
.card-history .card-fab {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 51px;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .card-history .card-header {
    padding: 24px 32px 0 32px;
  }
  .card-history .card-header h3 {
    font-size: 32px;
  }
  .card-history .card-body {
    font-size: 18px;
    padding: 24px 32px 0 32px;
  }
  .card-history .card-image {
    margin: 70px 0 0 0;
  }
}

.card-history-bottom img {
  border-radius: 0 0 15px 15px;
}
@media only screen and (min-width: 768px) {
  .card-history-bottom img {
    border-radius: 0 0 30px 30px;
  }
}

.decor_border {
  z-index: 3;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  z-index: 1;
  top: 0;
  right: 0;
  border-bottom-left-radius: 30px;
}
.decor_border::before, .decor_border::after {
  background-color: #fff;
  width: 30px;
  height: 30px;
  clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
  content: "";
  position: absolute;
}
.decor_border::before {
  top: 0;
  right: 100%;
  transform: rotate(180deg);
}
.decor_border::after {
  top: 100%;
  right: 0;
  transform: rotate(180deg);
}

/* section-static */
.bg-primary-1 {
  background-color: #b5190c;
  color: #fff;
}

section.bg-primary-1 .section-title .wrap-heading-title {
  border-color: #fff;
  color: #fff;
}

.wrapper-static {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 18px;
}
@media only screen and (min-width: 768px) {
  .wrapper-static {
    padding: 18px 30px;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper-static {
    padding: 18px 40px 55px;
  }
}

.reward-value {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .reward-value {
    margin-bottom: 0;
  }
}
.reward-value .reward-main {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  padding-right: 65px;
}
.reward-value .reward-number {
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2px;
  font-family: 'Oswald', 'Arial', sans-serif;
}
.reward-value .reward-unit {
  font-size: 48px;
  font-weight: 300;
  margin-left: 2px;
  line-height: 1.1;
  font-family: 'Oswald', 'Arial', sans-serif;
  position: absolute;
  top: 3px;
  right: 0;
}
.reward-value .reward-desc {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  opacity: 0.95;
}
@media only screen and (min-width: 768px) {
  .reward-value .reward-number {
    font-size: 140px;
  }
  .reward-value .reward-unit {
    font-size: 64px;
  }
  .reward-value .reward-desc {
    font-size: 22px;
  }
}

.stat-item {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .stat-item {
    margin-bottom: 0;
  }
}
.stat-item .stat-number {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Oswald', 'Arial', sans-serif;
  margin-bottom: 2px;
}
.stat-item .stat-desc {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.95;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .stat-item .stat-number {
    font-size: 64px;
  }
  .stat-item .stat-desc {
    font-size: 18px;
  }
}

.line-divider-white {
  border-top: 1px solid #fff;
  margin: 45px 0 30px;
}

/* section-activity */
.activity-card {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .activity-card {
    margin-bottom: 60px;
  }
}
.activity-card .activity-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.activity-card .activity-card-number {
  width: 56px;
  height: 56px;
  background: #b5190c;
  color: #fff;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.activity-card .activity-card-divider {
  border: none;
  border-top: 1px solid #b1b3ae;
  margin: 0 0 16px 0;
  opacity: 0.6;
}
.activity-card .activity-card-title,
.activity-card .activity-card-title-en {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2;
}
.activity-card .activity-card-desc {
  color: #8a8a8a;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .activity-card .activity-card-number {
    width: 64px;
    height: 64px;
    font-size: 36px;
  }
  .activity-card .activity-card-title,
  .activity-card .activity-card-title-en {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .activity-card .activity-card-desc {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .row-large {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row-large > * {
    padding-left: 35px;
    padding-right: 35px;
  }
}

/* section-video */
.section-video {
  position: relative;
  width: 100%;
  min-height: 420px;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
.section-video .video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.7);
}
.section-video .video-content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-video .video-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 0;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.section-video .video-play-btn {
  width: 90px;
  height: 90px;
  background: #b71c1c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  margin: 0 auto;
  border: none;
  outline: none;
  color: #fff;
  font-size: 40px;
}
.section-video .video-play-btn:hover {
  background: #a31515;
}
@media only screen and (min-width: 768px) {
  .section-video {
    min-height: 620px;
  }
  .section-video .video-title {
    font-size: 44px;
    margin-bottom: 40px;
  }
  .section-video .video-play-btn {
    width: 120px;
    height: 120px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .section-video {
    min-height: 720px;
    align-items: flex-start;
    padding-top: 145px;
  }
  .section-video .video-title {
    font-size: 70px;
    margin-bottom: 60px;
  }
}

/* section-golfers */
.golfer-card {
  background: #fff;
  border: 1.5px solid #d57e77;
  border-radius: 15px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .golfer-card {
    border-radius: 30px;
  }
}
.golfer-card .golfer-fab {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.golfer-card .golfer-img img {
  width: 100%;
  aspect-ratio: 1.2/1;
  object-fit: cover;
  display: block;
  background: #eee;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .golfer-card .golfer-img img {
    border-radius: 30px 30px 0 0;
  }
}
.golfer-card .golfer-info {
  padding: 32px 16px 24px 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .golfer-card .golfer-info {
    padding: 30px 18px 24px 18px;
  }
}
@media only screen and (min-width: 992px) {
  .golfer-card .golfer-info {
    padding: 40px 24px 32px 24px;
  }
}
.golfer-card .golfer-info .golfer-role {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .golfer-card .golfer-info .golfer-role {
    font-size: 145x;
  }
}
.golfer-card .golfer-info .golfer-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .golfer-card .golfer-info .golfer-name {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .golfer-card .golfer-info .golfer-name {
    font-size: 32px;
  }
}

/* section-playground */
.title-discover {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .title-discover {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .title-discover {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-discover {
    font-size: 74px;
  }
}

.hole-slider {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 54px;
  flex-wrap: wrap;
}

.hole-card {
  width: 100%;
  flex: 0 0 auto;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 20px;
  height: 465px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .hole-card {
    width: 12.5%;
    flex: 0 0 auto;
    margin-bottom: 0;
    height: 625px;
  }
}
.hole-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media only screen and (min-width: 768px) {
  .hole-main {
    width: 37.5%;
    flex: 0 0 auto;
  }
}
.hole-main .hole-label {
  display: none;
}
.hole-main .hole-card-content {
  display: block;
}

.hole-label {
  font-size: 38px;
  font-weight: 700;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  bottom: 25px;
  left: 75px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  z-index: 2;
  white-space: nowrap;
  display: none;
}
@media only screen and (min-width: 768px) {
  .hole-label {
    left: 55px;
    font-size: 32px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .hole-label {
    left: 75px;
    font-size: 38px;
  }
}

.hole-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .hole-card-content {
    padding: 36px 24px;
    display: none;
  }
}
.hole-card-content .hole-location {
  border-bottom: 1px solid #fff;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #fff;
}
.hole-card-content .hole-location i {
  margin-right: 8px;
}
.hole-card-content .hole-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .hole-card-content .hole-title {
    margin-bottom: 55px;
  }
}

/* section-golfers-list */
.filter-row {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .filter-row {
    margin-bottom: 34px;
  }
}

.filter-select {
  border: 1px solid #b5190c;
  border-radius: 50px;
  min-width: 140px;
  max-width: 180px;
  text-align: center;
}
.filter-select:focus {
  border-color: #b71c1c;
  box-shadow: none;
}

@media only screen and (min-width: 768px) {
  .filter-select {
    min-width: 180px;
  }
}
.page-link {
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.page-link:hover, .page-link:focus {
  background-color: transparent;
  color: #b5190c;
  box-shadow: none;
}
.page-link.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.page-item.active .page-link {
  color: #b5190c;
  background-color: transparent;
}
.page-item.disabled .page-link {
  color: #000;
  background-color: transparent;
}

.list-btns-filter {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .list-btns-filter {
    gap: 20px;
  }
}
.list-btns-filter .btn {
  min-width: 115px;
}

/* section-special-news */
.section-special-news .card-news {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #b5190c;
}
@media only screen and (min-width: 768px) {
  .section-special-news .card-news {
    padding-bottom: 34px;
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-special-news .card-news .card-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .section-special-news .card-excerpt {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-special-news .card-excerpt {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .rox-xl {
    margin-right: -25px;
    margin-left: -25px;
  }
  .rox-xl > * {
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* section-tournament-statistics */
.tournament-info-content {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .tournament-info-content {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .tournament-info-content {
    padding-left: 30px;
  }
}
.tournament-info-content .list-inline li:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) {
  .tournament-info-content .list-inline li:not(:last-child) {
    margin-right: 20px;
  }
}
.tournament-info-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .tournament-info-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .tournament-info-title {
    font-size: 56px;
  }
}
.tournament-info-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #b5190c;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.tournament-info-img img {
  max-width: 115px;
}

/* section-golfer-detail */
.heading-title-text {
  font-size: 14px;
  font-weight: 700;
  color: #8a8a8a;
  display: inline-block;
  vertical-align: 1px;
  margin-left: 10px;
}

.single-content {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .single-content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .single-content {
    font-size: 20px;
  }
}
.single-content p {
  line-height: 1.7;
}
.single-content p strong {
  font-weight: 700;
}
.single-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(138, 138, 138, 0.5);
}
.single-content table td, .single-content table th {
  padding: 10px;
  border: 1px solid rgba(138, 138, 138, 0.5);
}
.single-content h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .single-content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .single-content h2 {
    font-size: 26px;
  }
}
.single-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .single-content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .single-content h3 {
    font-size: 22px;
  }
}
.single-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .single-content h4 {
    font-size: 18px;
  }
}

.single-title {
  font-size: 36px !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  letter-spacing: -1px;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .single-title {
    font-size: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .single-title {
    font-size: 48px !important;
  }
}

.hr-primary-1 {
  border-top: 1px solid #b5190c;
  opacity: 1;
}

.schedule-table {
  width: 100%;
  border: 1px solid #cc1f20;
  border-collapse: collapse;
  table-layout: fixed;
}
.schedule-table th,
.schedule-table td {
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  border: 1px solid #cc1f20;
}
.schedule-table th {
  background-color: #fff;
  text-align: left;
}
.schedule-table th.time-header {
  white-space: nowrap;
  width: 90px;
}
.schedule-table td.time {
  width: 90px;
  border-right: 1px solid #cc1f20;
}
.schedule-table td.activity {
  text-align: left;
}
.schedule-table tr:last-child td {
  border-bottom: 1px solid #cc1f20;
}

.activity-item {
  border: 1px solid #b5190c;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media only screen and (min-width: 992px) {
  .activity-item {
    border-radius: 30px;
    padding: 12px;
  }
}
.activity-item:hover {
  background-color: #b5190c;
  color: #fff;
}
.activity-item:hover a {
  color: #fff;
}
.activity-item:hover .activity-item-title {
  border-bottom-color: #fff;
}
@media only screen and (min-width: 992px) {
  .activity-item:nth-child(2n+2) .col-img {
    order: 12;
  }
}
@media only screen and (min-width: 992px) {
  .activity-item:nth-child(2n+2) .activity-item-content {
    padding-right: 0;
    padding-left: 18px;
  }
}

.activity-item-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media only screen and (min-width: 992px) {
  .activity-item-img img {
    border-radius: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .activity-item-content {
    padding-right: 18px;
  }
}

.activity-item-title {
  font-weight: 700;
  font-size: 24px;
  border-bottom: 1px solid #b5190c;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .activity-item-title {
    font-size: 28px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.activity-item-expert {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}
@media only screen and (min-width: 992px) {
  .activity-item-expert {
    font-size: 20px;
  }
}

.title-playground {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .title-playground {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-playground {
    font-size: 70px;
  }
}

.list-info-playground {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .list-info-playground {
    gap: 30px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .list-info-playground {
    gap: 30px 50px;
  }
}
.list-info-playground li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 47%;
}
@media only screen and (min-width: 768px) {
  .list-info-playground li {
    width: unset;
  }
}
.list-info-playground .text p, .list-info-playground .text h3 {
  margin-bottom: 0;
}
.list-info-playground .text p {
  color: #8a8a8a;
  font-size: 15px;
}
.list-info-playground .text h3 {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .list-info-playground .text h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .list-info-playground .text h3 {
    font-size: 30px;
  }
}

.img-playground-detail {
  margin-bottom: 30px;
}

.single-content-playground {
  font-size: 18px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single-content-playground {
    font-size: 20px;
  }
}
.single-content-playground h3 {
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .single-content-playground h3 {
    font-size: 20px;
  }
}
.single-content-playground p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .single-content-playground p {
    margin-bottom: 30px;
  }
}

.slider-playground {
  position: relative;
}
.slider-playground .img img {
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .slider-playground .img img {
    border-radius: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .slider-playground .content-overlay {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-playground .content-overlay {
    padding: 30px;
  }
}
.slider-playground .text {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .slider-playground .text {
    display: inline-block;
    min-width: 45%;
    color: #fff;
    padding-top: 0;
  }
}
.slider-playground .location {
  border-bottom: 1px solid #8a8a8a;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .slider-playground .location {
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-playground .location {
    font-size: 24px;
  }
}
.slider-playground ul {
  font-weight: 700;
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .slider-playground ul {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-playground ul {
    font-size: 45px;
  }
}
.slider-playground ul li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin-left: 12px;
}

.section-playground-slider {
  overflow: hidden;
}

.playgroundSwiper {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
@media only screen and (min-width: 992px) {
  .playgroundSwiper {
    max-width: 60%;
  }
}
.playgroundSwiper .swiper-slide:not(.swiper-slide-active) {
  position: relative;
  overflow: hidden;
}
.playgroundSwiper .swiper-slide:not(.swiper-slide-active)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

/*------------------------------------------------------------------
[Footer]
*/
.footer-inner {
  border: 2px solid #b5190c;
  border-radius: 40px;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-inner .footer-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer-inner .footer-desc {
  color: #b5190c;
  font-size: 18px;
  font-weight: 500;
}
.footer-inner .footer-social a {
  color: #b5190c;
  font-size: 21px;
  margin: 0 8px;
  transition: color 0.2s;
}
.footer-inner .footer-social a:hover {
  color: #333;
}
.footer-inner .footer-contact {
  color: #8a8a8a;
  margin-top: 8px;
}
.footer-inner .footer-menu-grid {
  border-left: 1px solid #e5e5e5;
}
.footer-inner .footer-menu-grid .col {
  border-right: 1px solid #e5e5e5;
}
.footer-inner .footer-menu-grid .col:last-child {
  border-right: none;
}
.footer-inner .footer-menu-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  padding-left: 24px;
}
@media (max-width: 991.98px) {
  .footer-inner .footer-menu-title {
    padding-left: 8px;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .footer-inner .footer-menu-title {
    padding-left: 3px;
    font-size: 15px;
  }
}
.footer-inner .footer-menu-list {
  list-style: none;
  padding: 0 24px;
  margin: 0;
}
.footer-inner .footer-menu-list li {
  margin-bottom: 15px;
}
.footer-inner .footer-menu-list li a {
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
}
.footer-inner .footer-menu-list li a:hover {
  text-decoration: underline;
}
.footer-inner .footer-bottom {
  color: #bdbdbd;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-top: 32px;
}
@media (max-width: 991.98px) {
  .footer-inner {
    border-radius: 20px;
  }
  .footer-inner .footer-logo {
    max-width: 160px;
  }
  .footer-inner .footer-menu-grid {
    border: none;
  }
  .footer-inner .footer-menu-grid .col {
    border: none;
  }
  .footer-inner .footer-menu-list {
    padding: 0 8px;
  }
  .footer-inner .footer-menu-list li a {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .footer-inner {
    border-radius: 12px;
  }
  .footer-inner .footer-logo {
    max-width: 120px;
  }
  .footer-inner .footer-menu-list {
    padding: 0 3px;
  }
  .footer-inner .footer-menu-list li a {
    font-size: 14px;
  }
  .footer-inner .footer-bottom {
    font-size: 13px;
  }
}
