@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alexbrush/v22/SZc83FzrJKuqFbwMKk6EtUI.ttf) format('truetype');
}
* {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}
.transform {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 0;
}
.transition {
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.p {
  font-size: 14px;
  line-height: 22px;
  color: #747474;
}
.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.border {
  border: solid 1px #dedede;
}
.my-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: auto !important;
}
[src="loading-icon.gif"] {
  width: 30px !important;
  height: 30px !important;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  position: relative;
}
.container {
  max-width: 1360px;
}
.orangeColor {
  color: #ED6D05 !important;
}
.turquoiseColor {
  color: #009DB1 !important;
}
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  left: 0;
  top: 0;
  z-index: 1060;
  overflow: hidden;
}
.loading.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.loadingLogo {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.loadingLogo > img {
  width: 250px;
  height: auto;
  display: block;
  animation-name: hareket;
  animation-duration: 1s;
  animation-delay: 0.35s;
  animation-iteration-count: infinite;
}
@keyframes hareket {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*--- Form ---*/

input[type="text"] {
  width: 100%;
  height: 50px;
  border: solid 1px #dedede;
  padding: 0 10px;
  border-radius: 3px;
  color: #1F1A17;
  font-size: 14px;
}
input[type="text"]:active,
input[type="text"]:focus-visible {
  outline-color: #bebebe;
}
select {
  width: 100%;
  height: 50px;
  border: solid 1px #dedede;
  padding: 0 10px;
  border-radius: 3px;
  color: #747474;
  font-size: 14px;
}
select:active,
select:focus-visible {
  outline-color: #bebebe;
}
textarea {
  width: 100%;
  min-height: 150px;
  border: solid 1px #dedede;
  padding: 10px;
  border-radius: 3px;
  color: #1F1A17;
  font-size: 14px;
}
textarea:active,
textarea:focus-visible {
  outline-color: #bebebe;
}
.orangeButton {
  background: #ED6D05;
  border: solid 1px #ED6D05;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
}
.orangeButton:hover {
  text-decoration: none;
  color: #ED6D05;
  background: transparent;
}
.orangeButtonLine {
  background: transparent;
  border: solid 1px #ED6D05;
  font-size: 14px;
  font-weight: 600;
  color: #ED6D05;
  display: inline-block;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
}
.orangeButtonLine:hover {
  text-decoration: none;
  color: #ffffff;
  background: #ED6D05;
}
.whiteButtonLine {
  background: transparent;
  border: solid 1px #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
}
.whiteButtonLine:hover {
  text-decoration: none;
  color: #67BF57;
  background: #ffffff;
}
/*--- Form ---*/
header {
  position: absolute;
  z-index: 2;
}
header .headerInner {
  position: relative;
}
header .headerInner:before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  border-radius: 5px;
  background: #00161d;
  opacity: 0.7;
  filter: opacity(0.9);
}
header .headerInner .headerPhone {
  text-decoration: none;
}
header .headerInner .headerPhone i {
  font-size: 32px;
  display: block;
  color: #ffffff;
}
header .headerInner .headerPhone span {
  display: block;
}
header .headerInner .headerPhone span strong {
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
  display: block;
}
header .headerInner .headerPhone span {
  font-size: 10px;
  letter-spacing: 0.3px;
  color: #ffffff;
  display: block;
}
header .headerInner .nav-menu > li {
  margin: 0px 15px;
}
header .headerInner .nav-menu > li > a {
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
header .headerInner .nav-menu > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
header .headerInner .nav-menu > li:hover > a,
header .headerInner .nav-menu > li.active > a,
header .headerInner .nav-menu > li.focus > a {
  background: transparent;
}
header .headerInner .nav-menu > li:hover > a:before,
header .headerInner .nav-menu > li.active > a:before,
header .headerInner .nav-menu > li.focus > a:before {
  opacity: 1;
  bottom: 5px;
}
header .headerInner .megamenu-list > li > a:hover {
  background-color: #1F1A17;
}
header .headerInner .megamenu-list > li.megamenu-list-title > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1F1A17;
}
header .headerInner .nav-dropdown > li > a:hover,
header .headerInner .nav-dropdown > li > a:focus {
  color: #1F1A17;
}
header .headerInner .nav-dropdown li:hover > a,
header .headerInner .nav-dropdown li.focus > a {
  color: #1F1A17;
}
header .headerInner .submenu-indicator-chevron {
  border-width: 0 2px 2px 0;
}
header .headerInner .nav-dropdown > li:hover > a .submenu-indicator-chevron,
header .headerInner .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #1F1A17 #1F1A17 transparent;
}
header .headerInner .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
}
.slider {
  background: url("../images/bg.jpg") no-repeat top center;
  background-size: cover;
  width: 100%;
}
.slider .swiper .swiper-wrapper {
  height: 90vh;
}
.slider .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.slider .swiper .swiper-wrapper .swiper-slide .sliderTitle {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 38%;
  left: 28%;
  z-index: 1;
  text-align: center;
}
.slider .swiper .swiper-wrapper .swiper-slide .sliderTitle strong {
  color: #ffffff;
  font-size: 62px;
  font-weight: 900;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.slider .swiper .swiper-wrapper .swiper-slide .sliderTitle span {
  font-family: "Alex Brush", cursive;
  color: #ffffff;
  font-size: 32px;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}
.slider .swiper .swiper-wrapper .swiper-slide .sliderBrand {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  z-index: 1;
  opacity: 0.2;
}
.slider .swiper .swiper-wrapper .swiper-slide .sliderBrand span {
  color: #ffffff;
  font-size: 250px;
  font-weight: 900;
  display: block;
}
.slider .swiper .swiper-wrapper .swiper-slide .sliderImages {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 60%;
  left: 50%;
  z-index: 2;
}
.slider .swiper .swiper-wrapper .swiper-slide .sliderImages > img {
  max-width: 750px;
}
.slider .swiper .swiper-wrapper .swiper-slide .homePriceBox {
  position: absolute;
  width: 100%;
  bottom: 70px;
  right: 0;
  z-index: 2;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}
.slider .swiper .swiper-wrapper .swiper-slide .homePriceBox .homePriceBoxInner {
  margin-top: 200px;
}
.slider .swiper .swiper-wrapper .swiper-slide .homePriceBox .homePriceBoxInner .homePrice {
  background: #ED6D05;
  height: 70px;
  line-height: 70px;
  border-radius: 2px 5px 0 0;
  display: flex;
  align-items: center;
  position: relative;
}
.slider .swiper .swiper-wrapper .swiper-slide .homePriceBox .homePriceBoxInner .homePrice:before {
  content: "";
  position: absolute;
  left: -69px;
  bottom: 0px;
  border-style: solid;
  border-top-width: 70px;
  border-right-width: 70px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-top-color: transparent;
  border-right-color: #ED6D05;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.slider .swiper .swiper-wrapper .swiper-slide .homePriceBox .homePriceBoxInner .homePrice strong {
  font-size: 42px;
  color: #ffffff;
}
.slider .swiper .swiper-wrapper .swiper-slide .homePriceBox .homePriceBoxInner .homePrice span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
.slider .swiper .swiper-wrapper .swiper-slide .homePriceBox .homePriceBoxInner .sliderButton {
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: 800;
  color: #ED6D05;
  text-decoration: none;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.slider .swiper .swiper-wrapper .swiper-slide .homePriceBox .homePriceBoxInner .sliderButton:hover {
  background: #ED6D05;
  color: #ffffff;
}
.slider .swiper .swiper-wrapper .swiper-slide-active .sliderTitle strong strong {
  animation: 1.6s fadeInUp both;
}
.slider .swiper .swiper-wrapper .swiper-slide-active .sliderTitle span span {
  animation: 1.9s fadeInUp both;
}
.slider .swiper .swiper-wrapper .swiper-slide-active .sliderBrand span {
  animation: 1.6s zoomIn both;
}
.slider .swiper .swiper-wrapper .swiper-slide-active .sliderImages img {
  animation: 1s zoomIn both;
}
.slider .swiper .swiper-wrapper .swiper-slide-active .homePriceBox {
  animation: 1.3s slideInUp both;
}
.slider .swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #ffffff;
  left: 30px;
}
.slider .swiper .swiper-button-prev i {
  right: -40%;
  position: relative;
  color: #ffffff;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.slider .swiper .swiper-button-prev:after {
  display: none;
}
.slider .swiper .swiper-button-prev:hover i {
  right: -30%;
}
.slider .swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #ffffff;
  right: 30px;
}
.slider .swiper .swiper-button-next i {
  left: -40%;
  position: relative;
  color: #ffffff;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.slider .swiper .swiper-button-next:after {
  display: none;
}
.slider .swiper .swiper-button-next:hover i {
  left: -30%;
}
.reservationBox {
  position: relative;
  z-index: 1;
  top: -70px;
  min-height: 100px;
}
.reservationBox .reservationBoxInner {
  border-radius: 5px;
  position: relative;
  background: #057f8e;
  background: linear-gradient(180deg, #057f8e 0%, #009db1 100%);
}
.reservationBox .reservationBoxInner strong {
  color: #ffffff;
  font-size: 18px;
}
.reservationBox .reservationBoxInner .resInputBox {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
}
.reservationBox .reservationBoxInner .resInputBox:before {
  content: "\e902";
  font-family: 'icomoon';
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 18px;
  color: #009DB1;
  pointer-events: none;
}
.reservationBox .reservationBoxInner .resInputBox .resInput {
  width: 150px;
  font-size: 14px;
  color: #009DB1;
  font-weight: 600;
  background: transparent;
  border: 0;
}
.reservationBox .reservationBoxInner .resInputBox .resInput:focus {
  outline: none;
}
.reservationBox .reservationBoxInner .orangeButton:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.cardBox {
  border-radius: 5px;
  border: solid 1px #dedede;
  display: block;
  text-decoration: none;
  background: #ffffff;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.cardBox:hover {
  text-decoration: none;
  border: solid 1px #ED6D05;
}
.cardBox:hover .orangeButton {
  text-decoration: none;
  color: #ED6D05;
  background: transparent;
}
.cardBox .carBrand {
  height: 50px;
}
.cardBox .cardBoxImages {
  height: 230px;
  width: 100%;
  display: block;
}
.cardBox .cardBoxImages img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cardBox .cardBoxTitle {
  color: #1F1A17;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
}
.cardBox ul {
  margin-bottom: 0;
  padding-left: 0;
  border-top: solid 1px #dedede;
  list-style: none;
}
.cardBox ul li {
  text-align: center;
  width: calc(100% / 5);
  margin: 0px 7px;
}
.cardBox ul li:first-child {
  margin-left: 0;
}
.cardBox ul li:last-child {
  margin-right: 0;
}
.cardBox ul li i {
  font-size: 24px;
  color: #1F1A17;
  display: block;
  margin-bottom: 5px;
}
.cardBox ul li strong {
  font-size: 12px;
  color: #1F1A17;
  display: block;
  margin-bottom: 5px;
}
.cardBox ul li span {
  display: block;
  background: #009DB1;
  color: #ffffff;
  font-size: 12px;
  border-radius: 3px;
  height: 26px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}
.homeSpecial {
  background: #f4f4f4;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
}
.homeSpecial .swiper-wrapper .swiper-slide {
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  margin: 50px 0;
  width: 200px;
  display: flex;
}
.homeSpecial .swiper-wrapper .swiper-slide .cardBox {
  border: none;
  background: transparent;
  pointer-events: none;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.homeSpecial .swiper-wrapper .swiper-slide .cardBox ul {
  opacity: 0;
  border: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.homeSpecial .swiper-wrapper .swiper-slide .cardBox .cardBoxImages img {
  transform: scale(0.7);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.homeSpecial .swiper-wrapper .swiper-slide .cardBox .cardBoxTitle {
  display: flex !important;
  font-size: 20px;
  height: 55px;
  opacity: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.homeSpecial .swiper-wrapper .swiper-slide .cardBox .orangeButton {
  width: 100%;
  opacity: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.homeSpecial .swiper-wrapper .swiper-slide-active {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.homeSpecial .swiper-wrapper .swiper-slide-active .cardBox {
  margin-top: 0;
  background: #ffffff;
  pointer-events: stroke;
}
.homeSpecial .swiper-wrapper .swiper-slide-active .cardBox ul {
  display: flex !important;
  opacity: 1;
}
.homeSpecial .swiper-wrapper .swiper-slide-active .cardBox .cardBoxImages {
  height: auto;
}
.homeSpecial .swiper-wrapper .swiper-slide-active .cardBox .cardBoxImages img {
  transform: scale(1);
}
.homeSpecial .swiper-wrapper .swiper-slide-active .cardBox .cardBoxTitle {
  display: flex !important;
  font-size: 20px;
  height: 55px;
  opacity: 1;
}
.homeSpecial .swiper-wrapper .swiper-slide-active .cardBox .orangeButton {
  display: block !important;
  opacity: 1;
}
.homeSpecial .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #ED6D05;
  left: 30px;
}
.homeSpecial .swiper-button-prev i {
  right: -40%;
  position: relative;
  color: #ED6D05;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.homeSpecial .swiper-button-prev:after {
  display: none;
}
.homeSpecial .swiper-button-prev:hover i {
  right: -30%;
}
.homeSpecial .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #ED6D05;
  right: 30px;
}
.homeSpecial .swiper-button-next i {
  left: -40%;
  position: relative;
  color: #ED6D05;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.homeSpecial .swiper-button-next:after {
  display: none;
}
.homeSpecial .swiper-button-next:hover i {
  left: -30%;
}
.main .titleBox .title {
  color: #1F1A17;
  font-weight: 900;
  display: block;
}
.main .titleBox .titleDescription {
  color: #747474;
  display: block;
}
.main .homeBrandBox .swiper-wrapper {
  margin-bottom: 7px;
}
.main .homeBrandBox .swiper-wrapper .swiper-slide {
  border: solid 1px #dedede;
  border-radius: 5px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.main .homeBrandBox .swiper-wrapper .swiper-slide:hover {
  box-shadow: 7px 7px 0px #F4F4F4;
  border-radius: 5px;
}
.main .bannerBox .bannerImages {
  position: relative;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  height: 100%;
}
.main .bannerBox .bannerImages img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .bannerBox .bannerImages:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background: #ed6d05;
  background: linear-gradient(90deg, rgba(237, 109, 5, 0) 0%, #ed6d05 100%);
  z-index: 1;
  top: 0;
  right: 0;
}
.main .bannerBox .bannerInner {
  background: #ED6D05;
  height: 100%;
  border-radius: 0 5px 5px 0;
}
.main .bannerBox .bannerInner strong {
  color: #ffffff;
  display: block;
  font-weight: 900;
}
.main .bannerBox .bannerInner p {
  color: #ffffff;
  display: block;
  font-weight: 900;
  border-bottom: solid 1px #ffffff;
}
.main .bannerBox .bannerInner .newslatter strong {
  color: #ffffff;
  font-weight: 600;
}
.main .bannerBox .bannerInner .newslatter .newslatterInner {
  border: solid 2px #ffffff;
  border-radius: 3px;
}
.main .bannerBox .bannerInner .newslatter .newslatterInner input {
  background: transparent;
  border: 0;
  padding: 0 15px;
  min-width: 350px;
  color: #ffffff;
}
.main .bannerBox .bannerInner .newslatter .newslatterInner input:focus {
  outline: none;
}
.main .bannerBox .bannerInner .newslatter .newslatterInner input::placeholder {
  color: #ffffff;
}
.main .bannerBox .bannerInner .newslatter .newslatterInner button {
  background: transparent;
  border: 0px;
  padding: 0px 15px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  color: #ffffff;
  font-size: 24px;
}
.main .bannerBox .bannerInner .newslatter .newslatterInner button:hover {
  color: #ffffff;
}
.main .news .newsCard {
  border: solid 1px #dedede;
  border-radius: 5px;
  display: block;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.main .news .newsCard .newsImages {
  width: 100%;
  height: 250px;
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.main .news .newsCard .newsImages > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .news .newsCard .newsBottom .newsDate {
  border: solid 1px rgba(237, 109, 5, 0.5);
  background: rgba(237, 109, 5, 0.1);
  color: #ED6D05;
  font-size: 12px;
  border-radius: 3px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.main .news .newsCard .newsBottom .newsDate > i {
  font-size: 18px;
}
.main .news .newsCard .newsBottom .newsTitle {
  color: #000000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main .news .newsCard .newsBottom p {
  color: #747474;
  line-height: 22px;
  height: 42px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main .swiper-pagination {
  position: relative;
  top: 0;
  height: 20px;
}
.main .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  margin: 6px;
  background: #747474;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.main .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ED6D05;
  margin: 0 6px;
}
.main .h1 {
  font-size: 36px;
}
.main .h2 {
  font-size: 30px;
}
.main .h3 {
  font-size: 24px;
}
.main .h4 {
  font-size: 18px;
}
.main .h5 {
  font-size: 14px;
}
.main .h6 {
  font-size: 12px;
}
.main .innerImages {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.main .innerImages:before {
  content: "";
  display: block;
  padding-top: 135px;
}
.main .innerImages img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.main .breadcrumb {
  margin-bottom: 0;
  border-bottom: solid 1px #dedede;
}
.main .breadcrumb li.breadcrumb-item {
  font-size: 13px;
  color: #1F1A17;
  font-weight: 600;
}
.main .breadcrumb li.breadcrumb-item a {
  font-size: 13px;
  color: #747474;
  font-weight: 500;
  text-decoration: none;
}
.main .breadcrumb li.breadcrumb-item a:hover {
  text-decoration: underline;
  color: #1F1A17;
}
.main .leftMenu .leftMenuTitle {
  pointer-events: none;
  border: 0px;
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
}
.main .leftMenu .leftMenuTitle:focus-visible {
  outline: none;
}
.main .leftMenu .leftMenuTitle .leftMenuTitleInner {
  font-weight: 700;
  text-align: left;
  font-size: 16px;
  color: #1F1A17;
  margin-bottom: 0;
}
.main .leftMenu .collapse:not(.show) {
  display: block;
}
.main .leftMenu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.main .leftMenu ul li {
  margin-bottom: 20px;
  font-size: 14px;
  color: #747474;
}
.main .leftMenu ul li strong {
  font-size: 14px;
  color: #1F1A17;
  display: block;
}
.main .leftMenu ul li a {
  font-size: 14px;
  color: #747474;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  display: inline-block;
  text-decoration: none;
}
.main .leftMenu ul li a:hover {
  text-decoration: none;
}
.main .stepLine {
  border: solid 1px #dedede;
  border-radius: 5px;
  background: #FDFDFD;
}
.main .stepLine .row .col-3:first-child .stepLineInner:before {
  display: none;
}
.main .stepLine .row .col-3:nth-child(2) .slActive:before,
.main .stepLine .row .col-3:nth-child(3) .slActive:before {
  background: #ED6D05;
}
.main .stepLine .row .col-3:nth-child(4) .slActive:before {
  background: #ED6D05;
}
.main .stepLine .row .col-3:nth-child(4) .slActive span:before {
  content: "\e90f";
  font-size: 20px;
}
.main .stepLine .stepLineInner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.main .stepLine .stepLineInner:before {
  content: "";
  width: 75%;
  height: 1px;
  background: #dedede;
  position: absolute;
  top: 30px;
  right: calc(50% + 15% + 7px);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.main .stepLine .stepLineInner span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 32px;
  color: #dedede;
  font-weight: bold;
  border: solid 1px #dedede;
  background: transparent;
  display: block;
}
.main .stepLine .stepLineInner strong {
  font-size: 14px;
  color: #747474;
  font-weight: 600;
}
.main .stepLine .slActive span {
  color: #ffffff;
  border: solid 1px #ED6D05;
  background: #ED6D05;
  position: relative;
}
.main .stepLine .slActive span:before {
  content: "\e910";
  font-family: 'icomoon';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ED6D05;
  border-radius: 30px;
  font-size: 24px;
}
.main .stepLine .slActive strong {
  color: #ED6D05;
}
.main .backButton {
  border-radius: 5px;
  border: solid 1px #009DB1;
  color: #009DB1;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.main .backButton:hover {
  background: #009DB1;
  color: #ffffff;
}
.main .detailSlider {
  width: 100%;
  max-height: 475px;
  border-radius: 5px;
  border: solid 1px #dedede;
}
.main .detailSlider .swiper-button-next:after,
.main .detailSlider .swiper-button-prev:after {
  display: none;
}
.main .detailSlider .swiper-button-next i,
.main .detailSlider .swiper-button-prev i {
  font-size: 24px;
  color: #ED6D05;
}
.main .detailSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main .detailSliderThumb {
  width: 100%;
  height: auto;
}
.main .detailSliderThumb .swiper-slide {
  width: 100%;
  max-height: 90px;
  border-radius: 5px;
  border: solid 1px #dedede;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.main .detailSliderThumb .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main .detailSliderThumb .swiper-slide-thumb-active {
  border: solid 1px #ED6D05;
}
.main .warningBox {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: solid 1px rgba(0, 157, 177, 0.5);
  background: rgba(214, 235, 240, 0.8);
  color: #009DB1;
  font-size: 14px;
  display: block;
}
.main .warningBox a {
  color: #009DB1;
  font-size: 14px;
}
.main .warningBox i {
  color: #009DB1;
  font-size: 22px;
}
.main .informationBox {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: solid 1px rgba(237, 109, 5, 0.5);
  background: rgba(237, 109, 5, 0.2);
  color: #ED6D05;
  font-size: 14px;
  display: block;
}
.main .informationBox a {
  color: #009DB1;
  font-size: 14px;
}
.main .informationBox i {
  color: #009DB1;
  font-size: 22px;
}
.main .detailReservationBox {
  border-radius: 5px;
  border: solid 1px #dedede;
}
.main .detailReservationBox .detailReservationBoxInner {
  border-radius: 5px;
  position: relative;
  background: #ffffff;
}
.main .detailReservationBox .detailReservationBoxInner strong {
  color: #009DB1;
  font-size: 16px;
}
.main .detailReservationBox .detailReservationBoxInner .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: solid 1px #dedede;
  border-radius: 3px;
}
.main .detailReservationBox .detailReservationBoxInner .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #747474;
}
.main .detailReservationBox .detailReservationBoxInner .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  color: #747474;
}
.main .detailReservationBox .detailReservationBoxInner .resInputBox {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  border: solid 1px #dedede;
}
.main .detailReservationBox .detailReservationBoxInner .resInputBox:before {
  content: "\e902";
  font-family: 'icomoon';
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 18px;
  color: #747474;
  pointer-events: none;
}
.main .detailReservationBox .detailReservationBoxInner .resInputBox .resInput {
  width: 150px;
  font-size: 14px;
  color: #747474;
  font-weight: 600;
  background: transparent;
  border: 0;
}
.main .detailReservationBox .detailReservationBoxInner .resInputBox .resInput:focus {
  outline: none;
}
.main .detailReservationBox .detailReservationBoxInner .orangeButton {
  font-size: 16px;
}
.main .detailReservationBox .detailReservationBoxInner .orangeButton:hover {
  color: #ffffff;
  border-color: #009DB1;
  background: #009DB1;
}
.main .bottomButton {
  position: fixed;
  z-index: 99;
  width: calc(100% - 30px);
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #ffffff;
  background: #ED6D05;
  left: 15px;
  bottom: 15px;
  text-align: center;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.main .filtreBox {
  width: 100%;
  height: auto;
  border: solid 1px #dedede;
  border-radius: 5px;
}
.main .filtreBox > strong {
  font-size: 16px;
  color: #1F1A17;
  border-bottom: solid 1px #dedede;
  display: block;
  background: rgba(244, 244, 244, 0.2);
}
.main .filtreBox .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: solid 1px #dedede;
  border-radius: 3px;
  color: #1F1A17;
}
.main .filtreBox .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  color: #1F1A17;
}
.main .filtreBox .form-check-input {
  border-color: #d5d5d5;
}
.main .filtreBox .form-check-input:checked {
  background-color: #ED6D05;
  border-color: #ED6D05;
}
.main .filtreBox .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 109, 7, 0.25);
}
.main .filtreBox label {
  font-size: 14px;
  color: #1F1A17;
  font-weight: 600;
}
.main .paginationArea {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.main .paginationArea li {
  margin: 0px 5px;
}
.main .paginationArea li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #1F1A17;
  border: solid 1px #dedede;
  text-align: center;
  display: inline-block;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.main .paginationArea li a:hover {
  background: #ED6D05;
  color: #ffffff;
  border: solid 1px #ED6D05;
  border-radius: 20px;
  display: block;
}
.main .paginationArea li a.active {
  background: #ED6D05;
  color: #ffffff;
  border: solid 1px #ED6D05;
  border-radius: 20px;
  display: block;
}
.main .yellowBg {
  background: #FCC841;
  height: 150px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .greenBg {
  background: #67BF57;
  height: 150px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .redBg {
  background: #D9453B;
  height: 150px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main .maps {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 30%;
  border-radius: 5px;
}
.main .maps .mapsInner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.main .contactLeft {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.main .contactLeft span strong {
  font-size: 14px;
  color: #1F1A17;
  display: block;
}
.main .contactLeft span a,
.main .contactLeft span p {
  font-size: 14px;
  color: #747474;
}
.main .contactLeft .contactIcon {
  min-width: 50px;
  min-height: 50px;
  border-radius: 25px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 50px;
  color: #1F1A17;
}
.main .contactLeft .contactIcon > i {
  font-size: 18px;
}
.main .contactLeft .contactSm {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.main .contactLeft .contactSm li {
  margin-right: 20px;
  margin-bottom: 0 !important;
}
.main .contactLeft .contactSm li a:hover i {
  color: #ED6D05;
}
.main .contactLeft .contactSm li a i {
  font-size: 22px;
  color: #1F1A17;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.main .contactLeft .contactPhone {
  text-decoration: none;
  border: solid 1px #ED6D05;
  border-radius: 5px;
}
.main .contactLeft .contactPhone > i {
  font-size: 32px;
  display: block;
  color: #ED6D05;
}
.main .contactLeft .contactPhone > span {
  display: block;
}
.main .contactLeft .contactPhone > span > strong {
  font-size: 28px !important;
  line-height: 28px !important;
  color: #ED6D05 !important;
  display: block;
}
.main .contactLeft .contactPhone > span > span {
  font-size: 10px;
  letter-spacing: 0.3px;
  color: #ED6D05;
  display: block;
}
.main .accordion .accordion-item {
  border-radius: 5px;
  border: solid 1px #dedede;
}
.main .accordion .accordion-button:not(.collapsed),
.main .accordion .accordion-button {
  color: #1F1A17;
  font-weight: bold;
  background-color: transparent;
  box-shadow: none;
}
.main .carInformation {
  border-radius: 5px;
  border: solid 1px #dedede;
}
.main .carInformation .carInformationInner {
  border-radius: 3px;
  border: solid 1px #dedede;
}
.main .carInformation .carInformationInner strong {
  background: #FDFDFD;
  color: #1F1A17;
  text-align: center;
  display: block;
  border-radius: 3px;
  font-size: 14px;
}
.main .carInformation .carInformationInner span {
  font-size: 16px;
  font-weight: bold;
  color: #009DB1;
  text-align: center;
  display: block;
  border-top: solid 1px #dedede;
}
.main .tabBox .nav {
  border: 0px;
}
.main .tabBox .nav .nav-link {
  border-radius: 5px 5px 0 0;
  border-top: solid 1px #dedede;
  border-left: solid 1px #dedede;
  border-right: solid 1px #dedede;
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  height: calc(100% + 1px);
}
.main .tabBox .nav .nav-link.active,
.main .tabBox .nav .show > .nav-link {
  background: #fff;
  position: relative;
  z-index: 1;
  color: #009DB1;
}
.main .tabBox .tab-content {
  border-radius: 0 5px 5px 5px;
  border: solid 1px #dedede;
}
.main .tabBox .tab-content .tab-pane .table {
  text-align: center;
  border-radius: 5px;
  border: solid 1px #dedede;
}
.main .tabBox .tab-content .tab-pane .table tbody tr th {
  background: #FDFDFD;
  font-size: 14px;
  padding: 10px 0;
  font-weight: bold;
}
.main .tabBox .tab-content .tab-pane .table tbody tr td {
  border-left: solid 1px #dedede;
  font-size: 14px;
  padding: 10px 0;
  font-weight: 600;
}
.main .tabBox .tab-content .tab-pane .table tbody tr td > a {
  color: #009DB1;
}
.main .bottomInformation {
  border-radius: 5px;
  border: solid 1px #dedede;
}
.main .bottomInformation .table {
  text-align: center;
  border-radius: 5px;
  border: solid 1px #dedede;
}
.main .bottomInformation .table tbody tr th {
  background: #FDFDFD;
  font-size: 14px;
  padding: 10px 0;
  font-weight: bold;
  border-left: solid 1px #dedede;
}
.main .bottomInformation .table tbody tr td {
  border-left: solid 1px #dedede;
  font-size: 14px;
  padding: 10px 0;
  font-weight: 600;
}
.main .stepBox {
  border-radius: 5px;
  border: solid 1px #dedede;
}
.main .stepBox .turquoiseColor {
  border-right: solid 1px #dedede;
}
.main .stepBox > strong {
  font-size: 16px;
  color: #009DB1;
}
.main .stepBox ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.main .stepBox ul li {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.main .stepBox ul li:last-child {
  margin-bottom: 0;
}
.main .stepBox ul li i {
  color: #009DB1;
  font-size: 18px;
}
.main .stepBox ul li strong {
  font-size: 18px;
  color: #009DB1;
  font-weight: 700;
}
.main .stepBox ul li span {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.main .stepBox .table {
  border-radius: 5px;
  border: solid 1px #dedede;
}
.main .stepBox .table tbody tr th {
  background: #FDFDFD;
  font-size: 14px;
  padding: 15px 10px;
  font-weight: bold;
}
.main .stepBox .table tbody tr td {
  border-left: solid 1px #dedede;
  font-size: 14px;
  padding: 15px 10px;
  font-weight: 700;
  color: #009DB1;
}
.main .stepBox .table tbody tr td span {
  color: #1F1A17;
  padding: 4px 0;
  display: block;
}
.main .stepBox .addButton {
  border-radius: 3px;
  background: #009DB1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #ffffff;
  min-width: 50px;
  font-size: 14px;
}
.main .stepBox .revomeButton {
  border-radius: 3px;
  background: #ED6D05;
  text-align: center;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #ffffff;
  min-width: 50px;
  font-size: 14px;
}
.main .formOutBox {
  border-radius: 5px;
  border: solid 1px #dedede;
}
.main .formOutBox .checkboxArea .form-check-input {
  border-color: #d5d5d5;
}
.main .formOutBox .checkboxArea .form-check-input:checked {
  background-color: #ED6D05;
  border-color: #ED6D05;
}
.main .formOutBox .checkboxArea .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 109, 7, 0.25);
}
.main .formOutBox .checkboxArea label {
  font-size: 14px;
  color: #1F1A17;
  font-weight: 500;
}
.main .formOutBox .checkboxArea a {
  color: #ED6D05;
  text-decoration: underline;
}
.main .stepInformationBox {
  border-radius: 5px;
  border: solid 1px #dedede;
}
.main .stepInformationBox label {
  border-radius: 5px;
  border: solid 1px #dedede;
  position: relative;
  cursor: pointer;
}
.main .stepInformationBox label span {
  font-size: 14px;
  font-weight: 600;
  color: #1F1A17;
}
.main .stepInformationBox label input:checked + span {
  color: #ffffff;
}
.main .stepInformationBox label input:checked + span:before {
  content: "";
  background: #009DB1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.main .stepInformationBox label .form-check-input:checked {
  background-color: #009DB1;
  border-color: #ffffff;
}
.main .stepInformationBox label .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.main .stepInformationBox .table {
  text-align: center;
  border-radius: 5px;
  border: solid 1px #dedede;
}
.main .stepInformationBox .table tbody tr th {
  background: #FDFDFD;
  font-size: 14px;
  padding: 10px 0;
  font-weight: bold;
}
.main .stepInformationBox .table tbody tr td {
  border-left: solid 1px #dedede;
  font-size: 14px;
  padding: 10px 0;
  font-weight: 600;
}
.main .stepInformationBox .table tbody tr td > a {
  color: #009DB1;
}
.main .stepInformationBox .cardinfoBox strong {
  color: #1F1A17;
  font-size: 14px;
}
.main .stepInformationBox .cardinfoBox .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: solid 1px #dedede;
  border-radius: 3px;
}
.main .stepInformationBox .cardinfoBox .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #747474;
}
.main .stepInformationBox .cardinfoBox .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  color: #747474;
}
.main .approvalBox {
  border: solid 1px #dedede;
  border-radius: 4px;
  background: #67BF57;
}
.main .approvalBox .tickBox {
  width: 150px;
  height: 150px;
  border: solid 2px #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.main .approvalBox i {
  font-size: 50px;
  color: #ffffff;
}
.main .approvalBox p,
.main .approvalBox strong {
  color: #ffffff;
}
.innerText {
  font-size: 14px;
  color: #1F1A17;
  line-height: 22px;
}
.btn-close {
  --bs-btn-close-focus-shadow: none;
}
footer .footerInner {
  background: url("../images/footerBg.png") center center #1F1A17;
  position: relative;
  border-radius: 5px;
}
footer .footerInner .footerPhone {
  text-decoration: none;
}
footer .footerInner .footerPhone i {
  font-size: 32px;
  display: block;
  color: #ffffff;
}
footer .footerInner .footerPhone span {
  display: block;
}
footer .footerInner .footerPhone span strong {
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
  display: block;
}
footer .footerInner .footerPhone span {
  font-size: 10px;
  letter-spacing: 0.3px;
  color: #ffffff;
  display: block;
}
footer .footerInner .footerMenu .footerTitle {
  pointer-events: none;
  border: 0px;
  background-color: transparent;
  padding: 0;
  margin-bottom: 10px;
}
footer .footerInner .footerMenu .footerTitle:focus-visible {
  outline: none;
}
footer .footerInner .footerMenu .footerTitle .footerTitleInner {
  font-weight: 700;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}
footer .footerInner .footerMenu .collapse:not(.show) {
  display: block;
}
footer .footerInner .footerMenu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .footerInner .footerMenu ul li {
  margin-bottom: 15px;
  font-size: 14px;
  color: #ffffff;
}
footer .footerInner .footerMenu ul li strong {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 3px;
}
footer .footerInner .footerMenu ul li a {
  font-size: 14px;
  color: #ffffff;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  display: inline-block;
  text-decoration: none;
}
footer .footerInner .footerMenu ul li a:hover {
  padding-left: 5px;
  text-decoration: none;
}
footer .footerInner .socialMedia.border-top {
  border-top: solid 1px #4E4E4E !important;
}
footer .footerInner .socialMedia ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
footer .footerInner .socialMedia ul li a {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
footer .footerInner .socialMedia ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  padding: 2px;
}
footer .footerInner .footerText p {
  font-size: 13px;
  color: #747474;
}
footer .copy {
  font-size: 12px;
  color: #1F1A17;
  display: flex;
  align-items: center;
}
footer .iwt {
  display: flex;
  align-items: center;
  min-height: 30px;
  background: url(../images/iwt.png) no-repeat center left;
  padding-left: 35px;
  color: #1F1A17;
  font-size: 12px;
  background-size: 30px;
}
footer .footerAltMenu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
footer .footerAltMenu li a {
  font-size: 12px;
  color: #1F1A17;
  text-decoration: none;
}
footer .footerAltMenu li a:hover {
  text-decoration: underline;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
}
#top {
  bottom: 100px;
  right: 80px;
  position: fixed;
  display: none;
  cursor: pointer;
  font-size: 32px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  background: #009DB1;
  height: 50px;
  width: 50px;
  z-index: 999;
  border-radius: 50px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
#top:hover {
  font-size: 22px;
}
@media (min-width: 0px) and (max-width: 991px) {
  #top {
    display: none !important;
  }
  header .megamenu-panel {
    transform: none;
    -webkit-transform: none;
    left: auto;
    width: auto;
  }
  header .headerInner .nav-menu > li {
    margin: 0;
  }
  header .headerInner .nav-menu > li > a {
    color: #1F1A17;
    height: auto;
    padding: 10px 15px;
  }
  header .headerInner .nav-menu > li > a:hover {
    background: #ED6D05;
    color: #ffffff;
  }
  header .headerInner .nav-menu > li > a:before {
    display: none;
  }
  .main .bannerBox .bannerImages:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(237, 109, 5, 0) 0%, #ed6d05 100%);
    top: auto;
    bottom: 0;
  }
  .main .bannerBox .bannerImages {
    border-radius: 5px 5px 0 0;
  }
  .main .bannerBox .bannerInner {
    border-radius: 0 0 5px 5px;
  }
  .main .leftMenu .collapse:not(.show) {
    display: none;
  }
  .main .leftMenu .leftMenuTitle {
    pointer-events: stroke;
    text-align: center;
    padding: 15px;
    display: block;
    border: 0;
    border-radius: 5px;
    width: 100%;
    background: #009DB1;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    margin-bottom: 0;
    position: relative;
    text-align: left;
  }
  .main .leftMenu .leftMenuTitle .leftMenuTitleInner {
    color: #ffffff;
  }
  .main .leftMenu .leftMenuTitle::before {
    content: "\F286";
    font-family: bootstrap-icons !important;
    color: #ffffff;
    position: absolute;
    right: 15px;
  }
  .main .leftMenu .leftMenuTitle.collapsed::before {
    content: "\F282";
  }
  .main .leftMenu ul {
    margin-top: 15px;
  }
  .main .leftMenu ul li {
    padding-left: 15px;
  }
  .main .leftMenu ul li:last-child {
    margin-bottom: 0;
  }
  .newslatter,
  .main .bannerBox .bannerInner strong,
  .main .bannerBox .bannerInner p {
    text-align: center;
    width: 100%;
  }
  .main .bannerBox .bannerInner .newslatter .newslatterInner input {
    min-width: auto;
  }
  .nav-menus-wrapper-close-button {
    width: 100%;
    height: 50px;
    margin: 0px;
    color: #ffffff;
    font-size: 20px;
    background: #009DB1;
    text-align: right;
    padding: 0 15px 0 0;
    line-height: 50px;
  }
  html {
    scroll-behavior: smooth !important;
    scroll-padding-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider .swiper .swiper-wrapper .swiper-slide .sliderImages > img {
    max-width: 600px;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .sliderTitle strong {
    font-size: 52px;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .sliderTitle span {
    font-size: 28px;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .sliderBrand span {
    font-size: 220px;
  }
  .main .h1 {
    font-size: 32px;
  }
  .main .h2 {
    font-size: 26px;
  }
  .main .h3 {
    font-size: 20px;
  }
  .main .h4 {
    font-size: 18px;
  }
  .main .h5 {
    font-size: 16px;
  }
  .main .h6 {
    font-size: 14px;
  }
  .main .stepLine .stepLineInner:before {
    top: 25px;
  }
  .main .stepLine .stepLineInner span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
  .main .stepLine .stepLineInner strong {
    font-size: 12px;
  }
  .main .stepLine .slActive span:before {
    font-size: 24px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .slider .swiper .swiper-wrapper .swiper-slide .sliderImages > img {
    max-width: 500px;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .sliderTitle strong {
    font-size: 42px;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .sliderTitle span {
    font-size: 20px;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .sliderBrand span {
    font-size: 150px;
  }
  .main .stepLine .stepLineInner:before {
    top: 20px;
  }
  .main .stepLine .stepLineInner:before {
    width: 70%;
    right: calc(55% + 12% + 9px);
  }
  .main .stepLine .stepLineInner span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .main .stepLine .stepLineInner strong {
    font-size: 10px;
  }
  .main .stepLine .slActive span:before {
    font-size: 16px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .slider .swiper .swiper-wrapper .swiper-slide .sliderTitle {
    top: 30%;
    left: 50%;
    width: 100%;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .sliderTitle span {
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .slider .swiper .swiper-wrapper {
    height: 75vh;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .sliderImages > img {
    max-width: 350px;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .sliderTitle strong {
    font-size: 46px;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .sliderBrand span {
    font-size: 100px;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .sliderBrand {
    top: 48%;
  }
  .homeSpecial .swiper-button-prev,
  .homeSpecial .swiper-button-next,
  .slider .swiper .swiper-button-prev,
  .slider .swiper .swiper-button-next {
    width: 45px;
    height: 45px;
  }
  .homeSpecial .swiper-button-prev i,
  .homeSpecial .swiper-button-next i,
  .slider .swiper .swiper-button-next i,
  .slider .swiper .swiper-button-prev i {
    font-size: 12px;
  }
  .slider .swiper .swiper-button-next {
    right: 15px;
  }
  .slider .swiper .swiper-button-prev {
    left: 15px;
  }
  .reservationBox .reservationBoxInner .resInputBox .resInput {
    width: 125px;
  }
  .homeSpecial .swiper-wrapper .swiper-slide .cardBox .cardBoxTitle,
  .homeSpecial .swiper-wrapper .swiper-slide .cardBox .orangeButton {
    display: block !important;
  }
  .homeSpecial .swiper-wrapper .swiper-slide .cardBox {
    border: solid 1px #dedede;
    background: #ffffff;
    pointer-events: stroke;
    width: 100%;
  }
  .homeSpecial .swiper-wrapper .swiper-slide .cardBox ul {
    display: flex !important;
  }
  .homeSpecial .swiper-wrapper .swiper-slide .cardBox .cardBoxImages {
    height: 230px;
  }
  .homeSpecial .swiper-wrapper .swiper-slide .cardBox .cardBoxTitle {
    font-size: 20px;
    height: 46px;
  }
  .homeSpecial .swiper-wrapper .swiper-slide .cardBox .cardBoxImages img {
    transform: scale(1);
  }
  .homeSpecial .swiper-wrapper .swiper-slide-prev img {
    padding-left: 0;
  }
  .homeSpecial .swiper-wrapper .swiper-slide-next img {
    padding-right: 0;
  }
  .homeSpecial .swiper-wrapper .swiper-slide {
    margin: 20px 0 50px 0;
  }
  .main .h1 {
    font-size: 30px;
  }
  .main .h2 {
    font-size: 24px;
  }
  .main .h3 {
    font-size: 18px;
  }
  .main .h4 {
    font-size: 16px;
  }
  .main .h5 {
    font-size: 14px;
  }
  .main .h6 {
    font-size: 12px;
  }
  .main .stepLine .stepLineInner:before {
    top: 20px;
  }
  .main .stepLine .stepLineInner:before {
    width: 60%;
    right: calc(65% + 10% + 8px);
  }
  .main .stepLine .stepLineInner span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .main .stepLine .stepLineInner strong {
    font-size: 10px;
  }
  .main .stepLine .slActive span:before {
    font-size: 16px;
  }
  footer .footerInner .footerMenu .collapse:not(.show) {
    display: none;
  }
  footer .footerInner .footerMenu .footerTitle {
    pointer-events: stroke;
    text-align: center;
    padding: 15px;
    display: block;
    border: 0;
    border-radius: 5px;
    width: 100%;
    background: #1F1A17;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    margin-bottom: 0;
    position: relative;
    text-align: left;
  }
  footer .footerInner .footerMenu .footerTitle .footerTitleInner {
    color: #ffffff;
  }
  footer .footerInner .footerMenu .footerTitle::before {
    content: "\F286";
    font-family: bootstrap-icons !important;
    color: #ffffff;
    position: absolute;
    right: 15px;
  }
  footer .footerInner .footerMenu .footerTitle.collapsed::before {
    content: "\F282";
  }
  footer .footerInner .footerMenu ul {
    margin-top: 15px;
  }
  footer .footerInner .footerMenu ul li {
    margin-bottom: 15px;
    padding-left: 15px;
  }
  footer .footerInner .footerMenu ul li:last-child {
    margin-bottom: 0;
  }
  .main .maps {
    padding-top: 70%;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  .slider .swiper .swiper-wrapper .swiper-slide .homePriceBox .homePriceBoxInner .homePrice strong {
    font-size: 28px;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .homePriceBox .homePriceBoxInner .homePrice {
    border-radius: 5px 5px 0 0;
    height: 60px;
    line-height: 60px;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .homePriceBox .homePriceBoxInner .homePrice:before {
    display: none;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .homePriceBox .homePriceBoxInner .sliderButton {
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    height: 60px;
  }
  .slider .swiper .swiper-wrapper .swiper-slide .homePriceBox {
    bottom: 70px;
  }
}
