@import "./css3_animations.css";
@import "../lib/magiczoomplus/magiczoomplus.css";
@import "../lib/magiczoomplus/magiczoomplus-style.css";
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto";
  line-height: 1.4;
  color: #1d2939;
}
@media only screen and (max-width: 575px) {
  body {
    line-height: 1.3;
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 16.5px;
  }
}
@media only screen and (min-width: 1700px) {
  body {
    font-size: 17.5px;
  }
}

main {
  min-height: 250px;
  background-color: #faf6ed;
}

a {
  text-decoration: none;
}
a:hover {
  color: #469159;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  border-color: rgba(70, 145, 89, 0.6) !important;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("../images/icomoon-img//down-bold.svg") !important;
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
  background-size: 17px !important;
  padding-left: 10px;
  padding-right: 40px !important;
  background-color: transparent;
  border: 0;
  color: #111;
}

/* Checkbox */
.cs-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cs-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: auto;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #faf6ed;
  border-radius: 4px;
  border: 1px solid #111;
}

.cs-checkbox input:checked ~ .checkmark:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-checkbox .checkmark:after {
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  content: "";
  background-color: #000;
  border-radius: 40%;
  display: none;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  border-color: #878787;
  opacity: 0.25;
}
@media only screen and (max-width: 767px) {
  hr {
    margin: 0.9rem 0;
  }
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

section {
  overflow: hidden;
}

.padding-section {
  padding: 5rem 0;
}
@media only screen and (max-width: 1199px) {
  .padding-section {
    padding: 4.5em 0;
  }
}
@media only screen and (max-width: 991px) {
  .padding-section {
    padding: 4em 0;
  }
}
@media only screen and (max-width: 767px) {
  .padding-section {
    padding: 3em 0;
  }
}

.bg-gray {
  background-color: #f5eee4;
}

.show-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .show-desktop {
    display: block;
  }
}

.show-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

.iframe-video {
  position: relative;
  padding-bottom: 56.25%;
}
.iframe-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.box-title-2 .sub-title-main {
  margin-bottom: 0;
}

.sub-title-main {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .sub-title-main {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .sub-title-main {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sub-title-main {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .sub-title-main {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1400px) {
  .sub-title-main {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1700px) {
  .sub-title-main {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1921px) {
  .sub-title-main {
    font-size: 24px;
  }
}

.title-main {
  font-size: 60px;
  font-weight: 400;
  font-family: "Bebas Neue";
  margin-bottom: 10px;
  line-height: 1.12;
}
@media only screen and (max-width: 575px) {
  .title-main {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) {
  .title-main {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .title-main {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .title-main {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-main {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1400px) {
  .title-main {
    font-size: 54px;
  }
}
@media only screen and (min-width: 1700px) {
  .title-main {
    font-size: 58px;
  }
}
@media only screen and (min-width: 1921px) {
  .title-main {
    font-size: 60px;
  }
}

.title-main-2 {
  font-size: 34px;
  font-weight: 600;
  font-family: "Bebas Neue";
}
@media only screen and (max-width: 575px) {
  .title-main-2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) {
  .title-main-2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .title-main-2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .title-main-2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-main-2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .title-main-2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1700px) {
  .title-main-2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1921px) {
  .title-main-2 {
    font-size: 35px;
  }
}

.desc-main {
  margin-bottom: 30px;
}

.title-section {
  margin-bottom: 2rem;
}

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

.bg-img-section {
  background-position: center;
  background-size: cover;
}

.box-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.box-content-line {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .box-content-line::before {
    position: absolute;
    content: "";
    top: 0.5rem;
    left: 0;
    width: 4.84rem;
    height: 1px;
    background-color: #000;
  }
}
@media only screen and (min-width: 1200px) {
  .box-content-line .box-content {
    padding-left: 6.4rem;
    text-align: justify;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 992px) {
  .box-content-line .box-content .t-box-editor {
    margin-bottom: 2.78rem;
  }
}

.btn-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  background-color: #469159;
  padding: 17px 60px 13px 35px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: "Bebas Neue";
  line-height: 1.1;
  height: 56px;
}
@media only screen and (max-width: 991px) {
  .btn-main {
    height: 48px;
  }
}
.btn-main::after {
  position: absolute;
  top: calc(50% - 7px);
  font-family: "icomoon";
  content: "\e902";
  right: 24px;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
}
.btn-main:hover {
  background-color: #9a6432;
  color: #fff;
}
.btn-main:hover.btn-viewmore {
  background: #469159;
}
.btn-main.btn-icon-left {
  padding: 20px 35px;
}
.btn-main.btn-icon-left::after {
  display: none;
}
.btn-main.btn-icon-left i {
  margin-left: 0;
  margin-right: 15px;
}
.btn-main.btn-viewmore {
  padding: 1rem 1.5rem;
  border: 1px solid #344054;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .btn-main.btn-viewmore {
    padding: 0.8rem 1.3rem;
  }
}
.btn-main.btn-viewmore:hover {
  color: #344054;
}
.btn-main.btn-viewmore i {
  font-size: 8px;
}
@media only screen and (max-width: 767px) {
  .btn-main.btn-viewmore i {
    font-size: 6px;
  }
}
.btn-main.btn-viewdetail:hover i::before {
  color: #469159 !important;
}
.btn-main.btn-viewdetail i {
  font-size: 8px;
}
.btn-main i {
  margin-left: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.t-box-input-form {
  position: relative;
}
.t-box-input-form i {
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  content: "";
  font-size: 22px;
}
.t-box-input-form input {
  width: 100%;
  height: 48px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}

.t-input-form {
  width: 100%;
  height: 48px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}

.box-img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.box-img-flex.y-img-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.box-img-flex img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.t-box-img, .roland-garros-babolat .selectors a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.t-box-img .link, .roland-garros-babolat .selectors a .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.t-box-img img, .roland-garros-babolat .selectors a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.t-box-zoom {
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
  height: 100%;
  position: absolute;
}
.t-box-zoom:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .modal .modal-header {
    padding: 10px 16px;
  }
}
.modal .style-nav-slider .owl-nav button.owl-prev,
.modal .style-nav-slider .owl-nav button.owl-next {
  width: 1.8rem;
  height: 1.8rem;
}
.modal .style-nav-slider .owl-nav .owl-prev {
  left: -0.9rem;
}
.modal .style-nav-slider .owl-nav .owl-prev span {
  padding-right: 1px;
}
.modal .style-nav-slider .owl-nav .owl-next {
  right: -0.9rem;
}
.modal .style-nav-slider .owl-nav .owl-next span {
  padding-left: 1px;
}

.style-nav-slider.style-nav-slider-2 .owl-nav .owl-prev,
.style-nav-slider.style-nav-slider-2 .owl-nav .owl-next {
  top: 44%;
}
.style-nav-slider .owl-nav button.owl-prev,
.style-nav-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  width: 2.94rem;
  height: 2.94rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 0px 1px #c9c9c9;
          box-shadow: 0px 0px 0px 1px #c9c9c9;
}
@media only screen and (max-width: 767px) {
  .style-nav-slider .owl-nav button.owl-prev,
  .style-nav-slider .owl-nav button.owl-next {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.style-nav-slider .owl-nav button.owl-prev:hover,
.style-nav-slider .owl-nav button.owl-next:hover {
  background-color: rgb(255, 255, 255);
}
.style-nav-slider .owl-nav button.owl-prev i,
.style-nav-slider .owl-nav button.owl-next i {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .style-nav-slider .owl-nav button.owl-prev i,
  .style-nav-slider .owl-nav button.owl-next i {
    font-size: 9px;
  }
}
.style-nav-slider .owl-nav button.owl-prev span,
.style-nav-slider .owl-nav button.owl-next span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.style-nav-slider .owl-nav .owl-prev {
  left: -1.4rem;
}
.style-nav-slider .owl-nav .owl-next {
  right: -1.4rem;
}
.style-nav-slider .owl-nav .owl-next i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.style-dots-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  margin-top: 2.5rem;
}
.style-dots-slider .owl-dots .owl-dot {
  width: 3rem;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px;
}
.style-dots-slider .owl-dots .owl-dot.active {
  background-color: #000 !important;
}

.t-text-editor h1,
.t-box-editor h1 {
  font-size: 72px;
}
@media only screen and (max-width: 575px) {
  .t-text-editor h1,
  .t-box-editor h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) {
  .t-text-editor h1,
  .t-box-editor h1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .t-text-editor h1,
  .t-box-editor h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .t-text-editor h1,
  .t-box-editor h1 {
    font-size: 62px;
  }
}
@media only screen and (min-width: 1400px) {
  .t-text-editor h1,
  .t-box-editor h1 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1700px) {
  .t-text-editor h1,
  .t-box-editor h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1921px) {
  .t-text-editor h1,
  .t-box-editor h1 {
    font-size: 72px;
  }
}
.t-text-editor h2,
.t-box-editor h2 {
  font-size: 64px;
}
@media only screen and (min-width: 1200px) {
  .t-text-editor h2,
  .t-box-editor h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .t-text-editor h2,
  .t-box-editor h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .t-text-editor h2,
  .t-box-editor h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) {
  .t-text-editor h2,
  .t-box-editor h2 {
    font-size: 24px;
  }
}
.t-text-editor h3,
.t-box-editor h3 {
  font-size: 48px;
}
@media only screen and (max-width: 575px) {
  .t-text-editor h3,
  .t-box-editor h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) {
  .t-text-editor h3,
  .t-box-editor h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .t-text-editor h3,
  .t-box-editor h3 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 992px) {
  .t-text-editor h3,
  .t-box-editor h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .t-text-editor h3,
  .t-box-editor h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .t-text-editor h3,
  .t-box-editor h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1700px) {
  .t-text-editor h3,
  .t-box-editor h3 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1921px) {
  .t-text-editor h3,
  .t-box-editor h3 {
    font-size: 48px;
  }
}
.t-text-editor h4,
.t-box-editor h4 {
  font-size: 34px;
}
@media only screen and (max-width: 575px) {
  .t-text-editor h4,
  .t-box-editor h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) {
  .t-text-editor h4,
  .t-box-editor h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .t-text-editor h4,
  .t-box-editor h4 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .t-text-editor h4,
  .t-box-editor h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .t-text-editor h4,
  .t-box-editor h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .t-text-editor h4,
  .t-box-editor h4 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1700px) {
  .t-text-editor h4,
  .t-box-editor h4 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1921px) {
  .t-text-editor h4,
  .t-box-editor h4 {
    font-size: 35px;
  }
}
.t-text-editor h5,
.t-box-editor h5 {
  font-size: 24px;
}
@media only screen and (max-width: 575px) {
  .t-text-editor h5,
  .t-box-editor h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .t-text-editor h5,
  .t-box-editor h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .t-text-editor h5,
  .t-box-editor h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .t-text-editor h5,
  .t-box-editor h5 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1400px) {
  .t-text-editor h5,
  .t-box-editor h5 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1700px) {
  .t-text-editor h5,
  .t-box-editor h5 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1921px) {
  .t-text-editor h5,
  .t-box-editor h5 {
    font-size: 24px;
  }
}
.t-text-editor h6,
.t-box-editor h6 {
  font-size: 18px;
}
@media only screen and (min-width: 576px) {
  .t-text-editor h6,
  .t-box-editor h6 {
    font-size: 16px;
  }
}
.t-text-editor blockquote,
.t-box-editor blockquote {
  margin: 0 0 1.25em;
  padding: 0 1.25em 0 1.875em;
  border-left: 2px solid #111;
  font-style: italic;
}
.t-text-editor p,
.t-box-editor p {
  margin-bottom: 10px;
}
.t-text-editor img,
.t-box-editor img {
  max-width: 100%;
  height: auto !important;
}
.t-text-editor iframe,
.t-box-editor iframe {
  max-width: 100%;
}
.t-text-editor .box-iframe,
.t-box-editor .box-iframe {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 26.2%;
  padding-top: 30%;
}
.t-text-editor .box-iframe iframe,
.t-box-editor .box-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-text-editor table,
.t-box-editor table {
  width: 100%;
}
.t-text-editor i,
.t-box-editor i {
  font-style: italic;
}
.t-text-editor u,
.t-box-editor u {
  text-decoration: underline;
}
.t-text-editor a,
.t-box-editor a {
  text-decoration: underline;
}
.t-text-editor b,
.t-text-editor strong,
.t-box-editor b,
.t-box-editor strong {
  font-weight: bold;
}
.t-text-editor ul,
.t-box-editor ul {
  padding-left: 30px;
  list-style-type: disc;
}
.t-text-editor ul li,
.t-box-editor ul li {
  display: list-item;
  list-style-type: disc;
}
.t-text-editor ol,
.t-box-editor ol {
  padding-left: 30px;
  list-style-type: decimal;
}
.t-text-editor ol li,
.t-box-editor ol li {
  display: list-item;
  list-style-type: decimal;
}
.t-text-editor blockquote,
.t-box-editor blockquote {
  border-left: 5px solid #000;
}
.t-text-editor figure.image figcaption,
.t-box-editor figure.image figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 0.9rem;
  font-style: italic;
}

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.list-social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.list-social li a {
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-social li a:hover i::before {
  color: #469159;
}
.list-social li a:hover svg g {
  fill: #469159;
}
.list-social li a i {
  font-size: 26px;
}

.align-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #31271e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .scroll-top-btn {
    width: 40px;
    height: 40px;
  }
}
.scroll-top-btn:hover {
  background-color: #469159;
}

.scroll-top-btn.visible {
  opacity: 0.9;
  visibility: visible;
}

.scroll-top-btn:hover {
  opacity: 1;
}

.scroll-top-btn i {
  color: #fff;
}

.modal-main .close {
  position: absolute;
  top: -40px;
  right: -40px;
}
.modal-main .close i {
  color: #d5d5d5;
  font-size: 30px;
}
.modal-main .modal-content {
  border-radius: 0;
}
.modal-main .modal-content .modal-body {
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  background-color: transparent;
  z-index: 998;
  width: 100%;
  padding: 0 3em;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .header {
    padding: 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0 1.5em;
  }
}
.header.fixed {
  background-color: rgba(0, 0, 0, 0.9);
}
.header.fixed .box-header {
  padding: 1.5em 0;
}
@media only screen and (max-width: 1199px) {
  .header.fixed .box-header {
    padding: 1em 0;
  }
}
.header:focus-visible {
  outline: none;
}
.header .box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1199px) {
  .header .box-header {
    padding: 1.2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .box-header {
    padding: 1em 0;
  }
}
.header .menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media only screen and (max-width: 1199px) {
  .header .menu-header {
    display: none;
  }
}
.header .menu-header li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menu-header li.active a {
  position: relative;
}
.header .menu-header li.has-submenu {
  position: relative;
}
.header .menu-header li.has-submenu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header .menu-header li.has-submenu .sub-menu {
  position: absolute;
  top: 64px;
  left: -0.7em;
  margin: 0 auto;
  padding: 0.5em 0;
  width: 200px;
  background: #242424;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.header .menu-header li.has-submenu .sub-menu li {
  padding: 10px 20px;
}
.header .menu-header li.has-submenu .sub-menu li a {
  text-transform: none;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
}
.header .menu-header li a {
  position: relative;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 2px 0;
}
.header .menu-header li a:hover::after {
  width: 100%;
}
.header .menu-header li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  margin: 0 auto;
  width: 0;
  height: 2px;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #fff;
}
.header .menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .header .menu-left .menu-header {
    display: none;
  }
}
.header .logo {
  margin-right: 80px;
}
@media only screen and (max-width: 767px) {
  .header .logo {
    margin-right: 40px;
  }
}
.header .logo a {
  height: 2.5rem;
}
@media only screen and (max-width: 1199px) {
  .header .logo a {
    height: 2em;
  }
}
.header .menu-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 1200px) {
  .header .menu-right ul {
    gap: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .header .menu-right ul li:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header .menu-right ul li:nth-child(4) {
    display: none;
  }
}
.header .menu-right ul li a {
  color: #fff;
}
.header .menu-right ul li a .icon {
  color: #fff;
  font-size: 22px;
}
.header .menu-right .btn-contact {
  max-height: 46px;
  padding-left: 25px;
}
.header .menu-right .btn-menu-mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 3em;
}
@media only screen and (min-width: 1200px) {
  .header .menu-right .btn-menu-mobile {
    display: none !important;
  }
}
.header .menu-right .btn-menu-mobile .icon {
  font-size: 30px;
  padding-bottom: 3px;
}
.header .search-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #101010;
  padding: 4em 0;
}
@media only screen and (max-width: 767px) {
  .header .search-header {
    padding: 2em 0;
  }
}
.header .search-header .form-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  width: 100%;
}
.header .search-header .form-search .input-search {
  position: relative;
  width: 100%;
}
.header .search-header .form-search .input-search input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Bebas Neue";
  width: 100%;
  height: 60px;
  padding: 10px 4.5rem 10px 2rem;
}
.header .search-header .form-search .input-search input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.header .search-header .form-search .input-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.header .search-header .form-search .input-search input::-moz-placeholder {
  color: #fff;
}
.header .search-header .form-search .input-search input::-ms-input-placeholder {
  color: #fff;
}
.header .search-header .form-search .input-search input::placeholder {
  color: #fff;
}
.header .search-header .form-search .btn-search {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .search-header .form-search .btn-search:hover i {
  color: #469159;
}
.header .search-header .form-search .btn-search i {
  color: #ffffff;
  font-size: 24px;
}
.header .search-header .form-search .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 3em;
}

.menu-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -85%;
  width: 85%;
  max-width: 400px;
  background-color: #111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  font-family: "Bebas Neue";
  color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.menu-bar.show {
  right: 0;
}
.menu-bar .top-bar {
  position: relative;
  width: 100%;
}
.menu-bar .top-bar .box-logo {
  height: 38px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu-bar .top-bar .m-menu-bar-close {
  position: absolute;
  top: calc(50% - 15px);
  right: -10px;
  color: #fff;
}
.menu-bar .top-bar .m-menu-bar-close i {
  font-size: 30px;
}
.menu-bar .list-social-menu {
  width: 100%;
}
.menu-bar .list-social-menu li {
  margin-top: 30px;
}
.menu-bar .list-social-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #fff;
  font-size: 18px;
}
.menu-bar .list-social-menu li a img {
  height: 20px;
}
.menu-bar .bot-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-bar .bot-bar .item {
  margin-bottom: 15px;
}
.menu-bar .bot-bar a {
  color: #fff;
  font-size: 27px;
}
.menu-bar .bot-bar a.email {
  font-size: 1em;
  font-family: "Roboto";
}

.overlay-menu-bar.active {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 888;
}

/* CSS Menu mobile */
.t-mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -85%;
  width: 85%;
  max-width: 400px;
  background-color: #111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  font-family: "Bebas Neue";
}
.t-mobile-menu.show {
  left: 0;
}
.t-mobile-menu .m-menu__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px 40px;
  color: rgba(255, 255, 255, 0.5);
}
.t-mobile-menu .m-menu__title .title {
  font-size: 20px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.t-mobile-menu .m-menu__title .m-menu-close {
  position: absolute;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  color: #fff;
  top: 50%;
  right: 20px;
}
.t-mobile-menu .m-menu__title .m-menu-close i {
  font-size: 30px;
}
.t-mobile-menu ul {
  margin: 0;
  padding-left: 0;
}
.t-mobile-menu ul li {
  position: relative;
  list-style-type: none;
}
.t-mobile-menu ul li.active > a {
  color: #469159;
}
.t-mobile-menu ul li.has-submenu a {
  margin-right: 30px;
}
.t-mobile-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 11px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.3;
  font-size: 24px;
}
.t-mobile-menu .has-submenu.opened > .btn-toggle-sub:before {
  content: "-";
}
.t-mobile-menu .has-submenu > a {
  position: relative;
}
.t-mobile-menu .has-submenu > .btn-toggle-sub {
  width: 40px;
  height: 53px;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  z-index: 2;
}
.t-mobile-menu .has-submenu > .btn-toggle-sub:before {
  content: "+";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 30px;
}
.t-mobile-menu .has-submenu .btn-toggle-sub {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.t-mobile-menu .has-submenu .title-has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-mobile-menu .has-submenu .sub-menu {
  padding-left: 20px;
  display: none;
}
.t-mobile-menu .has-submenu .sub-menu li:hover a::after {
  width: 100%;
}
.t-mobile-menu .has-submenu .sub-menu li a {
  font-size: 14px;
}
.t-mobile-menu .has-submenu .sub-menu li a:after {
  width: 0;
}

.overlay-menu.active {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 888;
}

.breadcrumb-section {
  position: relative;
  padding: 200px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-section {
    padding: 120px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section {
    padding: 120px 0 40px;
  }
}
.breadcrumb-section::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #232321;
  opacity: 0.62;
  -webkit-transition: 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: 0.3s, border-radius 0.3s, opacity 0.3s;
  pointer-events: none;
}
.breadcrumb-section .box-breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.breadcrumb-section .box-breadcrumb .title {
  font-family: "Bebas Neue";
  text-align: center;
  width: 100%;
  font-size: 57px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-section .box-breadcrumb .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section .box-breadcrumb .title {
    margin-bottom: 5px;
  }
}
.breadcrumb-section .box-breadcrumb .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 58px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-section .box-breadcrumb .icon {
    font-size: 36px;
  }
}

.roland-garros-babolat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roland-garros-babolat .selectors {
  padding-right: 30px;
  width: 99.5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .roland-garros-babolat .selectors {
    padding-right: 20px;
    width: 70px;
  }
}
.roland-garros-babolat .selectors .mz-thumb {
  position: relative;
  opacity: 0.5;
}
.roland-garros-babolat .selectors .mz-thumb.mz-thumb-selected {
  opacity: 1;
}
.roland-garros-babolat .selectors .mz-thumb img {
  max-width: 100%;
}
.roland-garros-babolat .selectors .mz-thumb-selected img {
  -webkit-filter: none;
          filter: none;
}
.roland-garros-babolat .selectors a {
  width: 90px;
  margin-bottom: 20px;
  background-color: #eee8dc;
}
.roland-garros-babolat .babolat-preview {
  overflow: hidden;
}
.roland-garros-babolat a[data-zoom-id] img,
.roland-garros-babolat .mz-thumb img {
  border: 0;
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: blur(100);
          filter: blur(100);
}

@media only screen and (max-width: 991px) {
  .product-detail-section .zoom-product-detail {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .product-detail-section .box-product-detail {
    padding-left: 25px;
  }
}
.product-detail-section .box-product-detail .title-product {
  font-size: 35px;
  font-family: "Bebas Neue";
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product-detail-section .box-product-detail .title-product {
    font-size: 30px;
  }
}
.product-detail-section .box-product-detail .price {
  font-size: 24px;
  font-family: "Bebas Neue";
  color: #469159;
  margin-bottom: 27px;
}
@media only screen and (max-width: 575px) {
  .product-detail-section .box-product-detail .price {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .product-detail-section .box-product-detail .price {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .product-detail-section .box-product-detail .price {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-detail-section .box-product-detail .price {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1400px) {
  .product-detail-section .box-product-detail .price {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1700px) {
  .product-detail-section .box-product-detail .price {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1921px) {
  .product-detail-section .box-product-detail .price {
    font-size: 24px;
  }
}
.product-detail-section .box-product-detail .title-info {
  font-family: "Bebas Neue";
}
.product-detail-section .box-product-detail .editor-product-detail table {
  font-size: 0.8em;
  width: 100%;
}
.product-detail-section .box-product-detail .editor-product-detail table th,
.product-detail-section .box-product-detail .editor-product-detail table td {
  padding: 15px 5px;
}
.product-detail-section .box-product-detail .editor-product-detail table thead tr th {
  font-weight: 300;
  text-transform: uppercase;
}
.product-detail-section .box-product-detail .editor-product-detail table tbody tr:nth-child(2n+2) {
  background-color: #f5eee4;
}
.product-detail-section .box-product-detail .editor-product-detail table .list-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #f5eee4;
  padding: 15px 0;
  margin-top: 20px;
}

.list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 30px;
}
@media only screen and (max-width: 991px) {
  .list-category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-category .item-category {
  width: calc(33.33% - 20px);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .list-category .item-category {
    width: calc(50% - 15px);
  }
}
.list-category .item-category .tag {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
  text-align: center;
  color: #fff;
  padding: 0 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 24px;
  font-family: "Bebas Neue";
  line-height: 24px;
}
.list-category .item-category .tag.hot {
  background-color: #469159;
}
.list-category .item-category .tag.stock {
  background-color: #111;
}
.list-category .item-category .img-product {
  margin-bottom: 20px;
}
.list-category .item-category .img-product .t-box-zoom img {
  max-width: initial;
  height: 100% !important;
}
.list-category .item-category .title-product {
  font-family: "Bebas Neue";
  font-size: 20px;
  color: #000;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .list-category .item-category .title-product {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) {
  .list-category .item-category .title-product {
    font-size: 16.5px;
  }
}
@media only screen and (min-width: 768px) {
  .list-category .item-category .title-product {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .list-category .item-category .title-product {
    font-size: 17.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .list-category .item-category .title-product {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .list-category .item-category .title-product {
    font-size: 18.5px;
  }
}
@media only screen and (min-width: 1700px) {
  .list-category .item-category .title-product {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1921px) {
  .list-category .item-category .title-product {
    font-size: 20px;
  }
}
.list-category .item-category .title-product:hover {
  color: #469159;
}

.footer {
  background-color: #111;
  color: #a59d9a;
  font-size: 0.9em;
}
.footer a {
  color: #a59d9a;
}
.footer a:hover {
  color: #fff;
}
.footer .box-footer {
  padding: 6.5em 0 0;
}
.footer .box-footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .box-footer .logo-footer {
  height: 190px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .footer .box-footer .logo-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 140px;
  }
}
.footer .box-footer .title-footer {
  color: #fff;
  font-family: "Bebas Neue";
  margin-bottom: 30px;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .footer .box-footer .title-footer {
    margin-bottom: 20px;
  }
}
.footer .box-footer .email-underline {
  position: relative;
}
.footer .box-footer .email-underline::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a59d9a;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer .box-footer .email-underline:hover:after {
  width: 0;
}
@media only screen and (max-width: 1199px) {
  .footer .box-footer .item-footer {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .box-footer .item-footer:first-child {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .box-footer .item-footer .list-item.list-contact {
    margin-bottom: 1.2rem;
  }
}
.footer .box-footer .item-footer .list-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .footer .box-footer .item-footer .list-item .item:last-child {
    min-height: auto;
    margin-bottom: 0;
  }
}
.footer .box-footer .item-footer .list-item .item i {
  font-size: 15px;
  min-width: 20px;
  padding-top: 3px;
  text-align: center;
  margin-right: 12px;
}
.footer .box-footer .item-footer .list-item .item i::before {
  font-size: 14px;
}
.footer .box-footer .item-footer .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .box-footer .item-footer .list-link a {
  position: relative;
}
.footer .box-footer .item-footer .list-link a::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #a59d9a;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer .box-footer .item-footer .list-link a:hover {
  color: #fff;
}
.footer .box-footer .item-footer .list-link a:hover::after {
  width: 100%;
}
.footer .box-footer .item-footer .list-link .item {
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer .box-footer .item-footer .list-link .item:hover {
  color: #fff;
  padding-left: 10px;
}
.footer .box-footer .map-footer {
  height: 266px;
  border-radius: 20px;
}
.footer .form-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer .form-footer:before {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  content: "\e904";
  font-size: 20px;
  font-family: "icomoon" !important;
  color: #a59d9a;
}
.footer .form-footer input {
  position: relative;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #a59d9a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  padding-left: 25px;
  border-radius: 0;
}
.footer .form-footer .btn-send-email {
  padding: 10px;
}
.footer .form-footer .btn-send-email i {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.footer .copyright {
  border-top: 1px solid #3b2e28;
  padding: 25px 15px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 0;
  }
}