html {
  scroll-behavior: smooth;
}

.header-bg.bg-about {
  background-image: url("../images/rooms/room-05.jpeg");
  height: 400px;
}

.contact__map {
  padding: 40px 0 50px;
}

.header-bg.bg-contact {
  height: 400px;
}

::placeholder {
  font-size: 13px;
  font-style: italic;
  color: #717171;
  padding-left: 5px;
}

.confirm {
  font-size: 16px;
  padding-bottom: 40px;
}
.confirm__form {
  margin-bottom: 30px;
}
.confirm__form input,
.confirm__form textarea {
  width: 100%;
  height: 46px;
  padding: 10px 12px;
  border: 1px solid #717171;
}
.confirm__form textarea {
  height: 100px;
}
.confirm__form button {
  color: #fff;
  background-color: #f8661e;
  padding: 10px 25px;
  border: none;
  font-size: 16px;
  margin: 0 0 15px;
}
.confirm__form--list {
  width: 100%;
  margin: auto;
}
.confirm__form--list span {
  color: red;
}
.confirm__form--list label {
  font-weight: 600;
}
.confirm__form--list label.error {
  font-size: 13px;
  font-style: italic;
  color: red;
}
.confirm__form--list:not(:last-child), .confirm__contact--list:not(:last-child) {
  padding-bottom: 15px;
}
.confirm__contact--list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  background-color: #eeeeee;
  padding: 40px;
}
.confirm__contact--list a {
  color: #000;
  transition: 0.3s;
}
.confirm__contact--list a:hover {
  color: #f8661e;
}
.confirm__contact--list svg {
  color: #f8661e;
  margin-bottom: 10px;
  font-size: 50px;
}
.confirm__contact--list p {
  margin-bottom: 0;
}

.header-bg {
  background-image: url(../images/rooms/room-banner.jpeg);
  height: 400px;
}

.content {
  padding: 40px 0 30px;
}
.content h3 {
  font-size: 24px;
  color: #333;
  margin: 20px 0 34px;
}
.content__imageList {
  padding: 10px;
}
.content__imageList img {
  padding: 5px;
}
.content__info--hook {
  position: relative;
}
.content__info--hook button {
  background-color: #f8661e;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  border: none;
  transition: 0.3s;
}
.content__info--hook button:hover {
  opacity: 0.8;
}
.content .room-detail::after {
  background: #f8661e none repeat scroll 0 0;
  top: 54px;
  content: "";
  height: 2px;
  left: 17px;
  position: absolute;
  width: 120px;
}
.content .room-desc {
  font-size: 16px;
  color: #333;
}
.content strong,
.content ul li {
  font-size: 16px;
  padding-left: 20px;
}
.content__carousel {
  padding-top: 30px;
  position: relative;
}
.content__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #d3d3d3;
}
.content__price p {
  font-size: 20px;
}
.content__price strong {
  color: #f8661e;
  font-size: 29px;
}

.carousel__list {
  text-align: center;
  margin: 5px;
}
.carousel__list img {
  width: 100%;
}
.carousel__list:focus {
  outline: none;
}
.carousel__list h4 {
  color: #f8661e;
  font-size: 18px;
  padding: 10px 0;
  font-weight: 700;
}

.content__carousel--h3::after {
  background: #f8661e none repeat scroll 0 0;
  top: 83px;
  content: "";
  height: 2px;
  left: 2px;
  position: absolute;
  width: 120px;
}

ul {
  list-style: none;
}

.header-bg.details-tour {
  background-image: url(../images/tour/tour-07.jpeg);
  height: 400px;
}

.tour {
  text-align: center;
}
.tour__menu {
  background-color: #efeeed;
  padding: 10px 0px;
  opacity: 0.8;
  position: absolute;
  top: 343px;
  width: 100%;
  z-index: 999;
}
.tour__menu a {
  color: #616161;
  transition: 0.3s;
  font-size: 18px;
}
.tour__menu a:hover {
  color: #f8661e;
}
.tour__menu svg {
  opacity: 0.8;
  font-size: 18px;
}
.tour__title h2 {
  color: #f8661e;
  font-size: 40px;
  font-weight: 500;
  padding: 40px 0;
}
.tour__detail {
  margin-bottom: 30px;
}
.tour__detail a {
  color: #9c9c9c;
  font-size: 20px;
}
.tour__detail a:active {
  color: #000;
}
.tour__detail .tab-content {
  text-align: start;
  border: 1px solid #cecece;
  -moz-box-shadow: 0px 0px 3px #00000020;
  -webkit-box-shadow: 0px 0px 3px #00000020;
  box-shadow: 0px 0px 3px #00000020;
}
.tour__detail .tab-content h3 {
  font-size: 24px;
}
.tour__detail .tab-content p {
  font-size: 16px;
}
.tour button {
  background-color: #f8661e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 16px;
  border: none;
  transition: 0.3s all;
  margin-bottom: 30px;
}
.tour button:hover {
  opacity: 0.8;
}

.menu__toggle--select {
  display: flex;
  justify-content: space-between;
  background-color: #eeeeee;
  border: 1px solid #cecece;
  -moz-box-shadow: 0px 0px 3px #00000020;
  -webkit-box-shadow: 0px 0px 3px #00000020;
  box-shadow: 0px 0px 3px #00000020;
  padding: 5px 5px;
}
.menu__toggle--select button {
  margin-bottom: 0;
}

.menu__toggle--list {
  display: none;
  flex-direction: column;
}
.menu__toggle--list li {
  background-color: #eeeeee;
  border: 1px solid #cecece;
  -moz-box-shadow: 0px 0px 3px #00000020;
  -webkit-box-shadow: 0px 0px 3px #00000020;
  box-shadow: 0px 0px 3px #00000020;
  padding: 5px 5px;
  margin-bottom: 5px !important;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #cecece #cecece #fff;
}

#menu4 img {
  width: 100%;
  padding: 10px;
}

.menu_toggle {
  position: relative;
}

.header-bg.bg-gallery {
  height: 400px;
  background-image: url(../images/gallery/gallery-banner.jpeg);
}

.gallery {
  padding: 30px 15px;
}
.gallery__item {
  padding: 10px;
}
.gallery img {
  width: 100%;
}

.header-bg {
  background-image: url(../images/rooms/room-01.jpeg);
  height: 400px;
}

#reserve {
  background-color: #f8661e;
}

::placeholder {
  color: #cacaca;
  font-style: italic;
}

.reserve {
  font-size: 16px;
  padding: 40px 0;
  text-align: center;
}
.reserve__list {
  margin-bottom: 30px;
}

input {
  width: 100%;
  height: 46px;
  padding-left: 10px;
}

.textarea {
  text-align: center;
}
.textarea textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
}

.captcha {
  padding-top: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.captcha input {
  margin-top: 6px;
  width: 300px;
}
.captcha button {
  background-color: #f8661e;
  color: #fff;
  padding: 10px 25px;
  border: none;
  margin-top: 20px;
}
.captcha button:hover {
  background-color: #d3581a;
}

label.error {
  color: red;
  font-size: 13px;
  font-style: italic;
}

#random {
  background-image: url(../images/bg_captcha.jpeg);
  text-align: center;
  height: 50px;
  width: 200px;
  font-size: 30px;
}

.error-input {
  border: 1px solid red;
}
.error-input ::placeholder {
  color: red;
  font-size: 13px;
  font-style: italic;
}

@media (max-width: 425px) {
  .header__content {
    width: 300px;
  }

  .header__content--top,
.header__content--mid {
    font-size: 47px;
  }

  .banner__content--1 {
    font-size: 25px;
    line-height: 40px;
  }
  .banner__content--2 {
    font-size: 20px;
    line-height: 40px;
  }
  .banner__content--3 {
    font-size: 20px;
    line-height: 40px;
  }

  .banner__arrow {
    left: 45%;
  }
}
@media (max-width: 576px) {
  .header__menu--mobile {
    width: 100% !important;
  }

  .welcome__text--title {
    padding: 30px 0 10px !important;
  }
}
@media (min-width: 767px) {
  .special__content .reverse {
    flex-direction: inherit;
    text-align: end;
  }

  .room .room__img--inline {
    display: inline-flex;
    width: 100%;
  }

  .counter__group {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    color: #495057;
    background-color: #fff;
    border-color: none;
  }
}
@media (max-width: 768px) {
  .tour__detail a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .spa__menu {
    top: 58px !important;
  }

  .header__menu {
    justify-content: space-between;
    padding: 5px 20px;
    background-color: #000 !important;
  }

  .video iframe {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .video iframe {
    width: 700px;
  }
}
@media (min-width: 1190px) {
  .room .room__img--inline img {
    height: 400px;
  }

  .counter__group {
    width: 1140px;
  }

  .video iframe {
    width: 1000px;
    height: 500px;
  }
}
.header-bg.bg-room {
  background-image: url("../images/rooms/room-banner.jpeg");
  height: 400px;
}

.content {
  padding: 40px 0 30px;
}
.content__shot {
  padding-bottom: 30px;
  text-align: center;
}
.content__shot p {
  font-size: 17px;
  color: #333;
}

.room__image {
  overflow: hidden;
}
.room__image .image-hover {
  transition: 0.3s;
}
.room__image .image-hover img {
  width: 100%;
}
.room__image .image-hover:hover {
  transform: scale(1.1);
}
.room .padding-room {
  padding-bottom: 15px;
}
.room__info {
  padding: 5px;
  border-left: 1px solid #f1ebeb;
  border-right: 1px solid #f1ebeb;
}
.room__info--title a {
  font-size: 22px;
  font-weight: 600;
  color: #f8661e;
}
.room__info--desc {
  font-size: 14px;
  color: #666666;
}
.room__price {
  text-align: center;
  font-size: 15px;
  padding: 5px;
  color: #666666;
  border: 1px solid #f1ebeb;
}
.room__price span {
  color: #f8661e;
  font-size: 26px;
  font-weight: 700;
}
.room__price button {
  margin: 10px 0 0;
  width: 100%;
  background-color: #f8661e;
  padding: 10px 25px;
  color: #fff;
  border: none;
  font-size: 18px;
}
.room__price button:hover {
  opacity: 0.8;
}

.header-bg.bg-spa {
  background-image: url(../images/spa/spa-banner.jpeg);
  height: 400px;
}

.spa {
  text-align: center;
}
.spa__menu {
  display: none;
  background-color: #efeeed;
  padding: 10px 0px;
  opacity: 0.8;
  position: absolute;
  top: 343px;
  width: 100%;
  z-index: 999;
}
.spa__menu a {
  color: #616161;
  transition: 0.3s;
  font-size: 18px;
}
.spa__menu a:hover {
  color: #f8661e;
}
.spa__menu svg {
  opacity: 0.8;
  font-size: 18px;
}
.spa__title h2 {
  color: #f8661e;
  font-size: 40px;
  font-weight: 500;
  padding: 40px 0;
}
.spa__desc p {
  font-size: 16px;
  color: #616161;
  text-align: justify;
  margin-bottom: 15px;
}

.header-bg.bg-tour {
  background-image: url(../images/tour/banner-01.jpeg);
  height: 400px;
}

.tour {
  text-align: center;
}
.tour__menu {
  display: none;
  background-color: #efeeed;
  padding: 10px 0px;
  opacity: 0.8;
  position: absolute;
  top: 343px;
  width: 100%;
  z-index: 999;
}
.tour__menu a {
  color: #616161;
  transition: 0.3s;
  font-size: 18px;
}
.tour__menu a:hover {
  color: #f8661e;
}
.tour__menu svg {
  opacity: 0.8;
  font-size: 18px;
}
.tour__title h2 {
  color: #f8661e;
  font-size: 40px;
  font-weight: 500;
  padding: 40px 0;
}

.tour__list .tour__box {
  position: relative;
  margin-bottom: 200px;
}
.tour__list .tour__box .tour__box--overHide {
  overflow: hidden;
}
.tour__list .tour__box .tour__box--image {
  transition: transform 0.2s;
}
.tour__list .tour__box .tour__box--image img {
  width: 100%;
}
.tour__list .tour__box .tour__box--image:hover {
  transform: scale(1.2);
}
.tour__list .tour__box .tour__box--info {
  position: absolute;
  padding: 20px 15px;
  background-color: #f5f5f5;
  width: 90%;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.tour__list .tour__box .tour__box--info button {
  font-size: 13px;
  width: 100%;
  padding: 10px 0;
  border: none;
  background-color: #f8661e;
  color: #fff;
  margin-top: 20px;
}
.tour__list .tour__box .tour__box--info button:focus {
  outline: none;
}
.tour__list .tour__box .tour__box--info button:hover {
  opacity: 0.8;
}
.tour__list .tour__box .tour__box--title {
  font-size: 16px;
}
.tour__list .tour__box .tour__box--title a {
  color: #f8661e;
}
.tour__list .tour__box .tour__box--title a:hover {
  opacity: 0.8;
}
.tour__list .tour__box .tour__box--desc {
  font-size: 14px;
  color: #616161;
  text-align: justify;
  padding-bottom: 10px;
  height: 80px;
  overflow: hidden;
}

.header-bg {
  background-image: url(../images/404.jpg);
  height: 700px;
  object-fit: cover;
}

.header__content {
  text-align: center;
}
.header__content p {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}

button {
  background-color: #f8661e;
  font-size: 20px;
  color: #fff;
  padding: 10px 15px;
  border: none;
  transition: 0.3s;
}
button:hover {
  opacity: 0.8;
}
button:focus {
  outline: none;
}

button::before {
  content: "\f0a5";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wrapper {
  position: relative;
  z-index: 1;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #f8661e;
}
a:focus {
  outline: none;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

img:focus {
  outline: none;
}

p {
  margin-bottom: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
}

.header {
  position: relative;
}

.header-bg {
  background-image: url(../images/banner.jpeg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -2;
  height: 700px;
}
.header-bg::after {
  content: "";
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.header__menu {
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  padding: 10px 0;
  z-index: 999;
}
.header__menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header__menu--logo {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.header__menu--logo h1 {
  margin-bottom: 0;
  padding-left: 5px;
  color: #fff;
}
.header__menu--nav-button {
  background-color: #fff;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #7f7f7f;
}

.header {
  text-align: center;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header li {
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
}
.header__menu--nav > ul {
  display: flex;
  align-items: center;
}
.header__menu--nav > ul > li {
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.header__menu--nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 40px;
}
.header__menu--nav > ul > li > ul li {
  padding: 5px 0;
  border-bottom: 1px solid #dddddd;
}
.header ul li:last-child {
  border: none;
}
.header__menu--nav ul li:hover ul {
  display: block;
  background-color: #7f7f7f;
  width: 100px;
}
.header__menu--nav ul li:hover {
  background-color: #f8661e;
}
.header__menu--nav ul li:hover a {
  color: #fff;
}
.header__content {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__content--top, .header__content--mid {
  font-size: 60px;
}
.header__content-bottom {
  font-size: 36px;
}
.header__arrow {
  font-size: 60px;
  color: #f8661e;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.header__menu--mobile {
  transition: 0.3s;
  position: fixed;
  top: 76px;
  left: -100%;
  width: 50%;
  background-color: #000;
  padding: 0 20px;
  z-index: 1000;
  -webkit-box-shadow: 10px 9px 13px -7px rgba(0, 0, 0, 0.51);
  box-shadow: 10px 9px 13px -7px rgba(0, 0, 0, 0.51);
}
.header__menu--mobile .button-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.header__menu--mobile .button-group h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.header__menu--mobile .button-group svg {
  color: #f8661e;
  cursor: pointer;
}
.header__menu--mobile .button-group svg:hover {
  color: #ca5419;
  transition: 0.3s;
}
.header__menu--mobile ul li > ul {
  display: none;
}
.header__menu--mobile ul > li {
  position: relative;
  padding: 20px 0;
  text-align: start;
  border-bottom: 1px solid #7f7f7f;
}
.header__menu--mobile ul li:hover ul {
  display: block;
  position: absolute;
  left: 160px;
  top: 0;
  background-color: #000;
  width: 130px;
  padding-left: 30px;
  z-index: 999;
}

.welcome__text,
.welcome__icon--item {
  text-align: center;
}

.welcome__text--title {
  font-size: 40px;
  padding: 90px 0 10px;
}

.welcome__icon--item {
  padding: 10px 10px;
}

.welcome__icon--title {
  font-size: 14px;
}

.welcome__text--content {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.welcome__text--content p {
  max-width: 787px;
  line-height: 28px;
  color: #555;
}

.welcome__gallery {
  padding: 30px 0;
}
.welcome__gallery .welcome__gallery--img {
  padding: 0 10px;
}
.welcome__gallery .welcome__gallery--img img {
  width: 100%;
  padding: 5px 0;
}

.special {
  background-color: #000;
}
.special__title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
.special__content {
  padding: 0 10px 10px;
}
.special__content:focus {
  outline: none;
}
.special__content img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.special__content img:focus {
  outline: none;
}
.special__content .reverse {
  padding: 10px;
  text-align: center;
}
.special .special__content--title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.special .special__content--content {
  font-size: 14px;
  color: #fff;
  text-align: justify;
}
.special .special__content--image-full {
  padding: 0;
}
.special .slick .slick-list {
  width: 100%;
}
.special .slick-room {
  margin-bottom: 0;
}
.special .slick-room .slick-dots {
  position: relative;
  bottom: 0;
}

.room__title {
  font-size: 40px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
.room .room__img--inline {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.room .room__img--inline .box-inner {
  position: relative;
}
.room .room__img--inline img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.room .room__img--inline .room__img--inline--content {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.room .room__img--inline .room__img--inline--content--text,
.room .room__img--inline .room__img--inline--content--background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
}
.room .room__img--inline .room__img--inline--content--text {
  z-index: 3;
  text-align: center;
}
.room .room__img--inline .room__img--inline--content--text p:first-child {
  margin-top: 20px;
  font-size: 20px;
}
.room .room__img--inline .room__img--inline--content--text p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
}
.room .room__img--inline .room__img--inline--content--background {
  z-index: 2;
  background-color: #000;
  opacity: 0.6;
}
.room .room__img--inline:hover .room__img--inline--content {
  display: block;
}
.room__view {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}
.room__view button {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border: none;
  padding: 15px 20px;
  letter-spacing: 5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.room__view button:hover {
  background-color: #f8661e;
}

.counter {
  background-color: #f8661e;
  color: #fff;
}
.counter__group {
  display: block;
  padding: 70px 0;
}
.counter .count {
  font-size: 48px;
}
.counter #shiva {
  text-align: center;
  padding: 10px 0;
}

.video {
  background-color: #000;
  text-align: center;
  padding: 20px 0;
}

.hotel {
  text-align: center;
}
.hotel .slick-list {
  width: 100%;
}
.hotel .slick-list .slick-track {
  display: flex;
  justify-content: center;
}
.hotel .slick-list .slick-trach img {
  object-fit: cover;
}
.hotel__title {
  font-size: 40px;
  padding-top: 60px;
  padding-bottom: 30px;
}
.hotel__img img {
  width: 100%;
  height: 405px;
  object-fit: cover;
}
.hotel__img .hotel__img--01,
.hotel__img .hotel__img--02 {
  padding: 0 15px;
}
.hotel__img .hotel__img--title {
  font-size: 30px;
}
.hotel__img .hotel__img--desc {
  font-size: 16px;
  padding-top: 20px;
}
.hotel__button {
  padding-top: 20px;
  padding-bottom: 70px;
}
.hotel__button img {
  width: 47px !important;
  height: 38px;
  margin: 0 10px;
  cursor: pointer;
}

.review {
  margin-top: 70px;
  background-color: #232323;
  text-align: center;
}
.review__content {
  padding-bottom: 30px;
}
.review__content--img {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.review__content--img img {
  border-radius: 50%;
}
.review__title {
  padding: 40px 0;
  font-size: 40px;
  color: #f8661e;
}
.review__content--desc, .review__content--job {
  color: #fff;
  font-size: 14px;
}
.review__content--job p:first-child {
  font-size: 18px;
  color: #f8661e;
}
.review__content--slick {
  padding: 0 40px;
}
.review .slick-list {
  width: 70%;
  margin: auto;
}

.slick-prev {
  left: 30px;
}

.slick-next {
  right: 30px;
}

.logo {
  height: 250px;
  align-items: center;
  display: flex;
}
.logo .slick-list {
  width: 100%;
}
.logo img {
  height: 150px;
  object-fit: none;
}
.logo .fix {
  width: 200px;
  height: 150px;
  background-repeat: no-repeat;
}

.footer {
  text-align: center;
  padding: 40px 20px;
  background-color: #000;
}
.footer__logo p {
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
}
.footer__social {
  padding-top: 43px;
}
.footer__social a {
  color: #7f7f7f;
  font-size: 20px;
  padding: 0 15px;
}
.footer__social a:hover {
  color: #f8661e;
}
.footer__content {
  font-size: 14px;
  color: #7f7f7f;
  padding-top: 30px;
}

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