/* Custom CSS */

/* Hide Side Scroll Bar */
::-webkit-scrollbar { display: none; }

/* Margin CSS */
.mb75 { margin-bottom: 75px!important; }
.mb85 { margin-bottom: 85px!important; }

/* progres bar */
.progress-bar {
  height: 2px;
  background: #ED3237;
  width: 0%;
}

/* Text CSS */
.textCenter { text-align: center; }

/* Font CSS */
.font40 { font-size: 40px!important;}

/* Height CSS */
.h45 { height:45px!important;} 
.h170 { height: 170px!important; } 

.margintop10 { margin-top: 20px; }

.BannerCover { padding: 200px 0px 80px; }

/* Padding 0 */
.padding0 { padding-left: 0; padding-right: 0; }


/* Custom CSS */

.footerAbout 
{
	color: #9f9e9e;
    font-size: 18px;
	padding-right: 1.5rem;
	text-align: justify;
}

.FooterA {
	position: relative;
    color: #7c7b7b;
    font-size: 18px;
    line-height: 1.6em;
	display: flex;
    flex-direction: row;
}

.footerH3 {
	    font-size: 20px;
		color: #bfbfbf;
}

.mr5 { margin-right: 0.62rem; } 

.dFlex { 
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.contactBorder 
{
	border: 1px solid red;
    padding: 1.5rem;
}

/* Div Flipflop Changes */
html {
  font-family: sans-serif;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.box-container {
  /* align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0px 15px 0;
  width: 100%; */
}

@media screen and (min-width:1380px) {
  .box-container {
    flex-direction: row
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  padding: 0.5rem;
  margin-bottom: 35px;
  width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  min-height: 350px;
  /* height: 450px; */
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
} 

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ed3237;
}

.flip-box-back .overlay {
  opacity: 1;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 30px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  font-size: 24px;
}

.flip-box p {
  font-size: 16px;
  line-height: 1.45em;
}

.flip-box-img {
  margin-top: 25px;
  width: 15%;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
  padding: 5px 20px;
  text-transform: uppercase;
}

.textWhite { color: #fff!important; }
.textColorGray { color: #bdbdbd!important; }

/* Padding CSS */
.paddingTop10 { 
  font-size: 15px;
  margin-top: 10px;
  padding: 0.65rem;
  line-height: 22px;
}
.paddingTop20 { padding-top: 20px; font-size: 13px; }
.paddingTop30 { padding-top: 30px; }

.chooseIcon3 {
    line-height: 29px;
    display: flex;
    background-color: #fff;
    height: 180px;
    border: 10px solid #f8f8f8;
    position: relative;
    text-align: center;
    font-size: 14px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

/* Table CSS */
table {
  border-collapse: collapse;
  width: 100%;
}

th 
{
    color: #fff;
    background-color: #9a9a9a;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(odd) {background-color: #f2f2f2;}

/* Custom Style */
.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 100;
  font-size: 1.5em;
  height: 40px;
  width: 40px;
  color: #B7B7B7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: .3;
  transition: opacity .25s;
  cursor: pointer;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: .65;
}
.slick-slider .slick-prev {
  left: 5px;
}
.slick-slider .slick-next {
  right: 5px;
}

#detail .product-images {
  width: 100%;
  margin: 0 auto;
}
#detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {
  display: block;
  outline: none;
  border: none;
  width: -webkit-fill-available;
  background-color: #fbfbfb;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding:20px 10px;
  max-width: 600px;
  display: none;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color .25s;
  -ms-transition: border-color .25s;
  -moz-transition: border-color .25s;
  transition: border-color .25s;
}
#detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current img {
  border-color: #d12f81;
}

/* Accrodation */

.accordion {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  border: 1px solid #d3d3d3;
}

.accordion__content {
  order: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
}

.accordion__label {
  display: block;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
  padding: 1% 5% 1% 5%;
  background-color: var(--color-four);
  margin-right: 1px;
  border-bottom: 1px solid var(--color-five);
}

.accordion__radio {
  display: none;
}

.accordion input[type="radio"] {
	display: none;
}

.accordion input[type="radio"] + label {
   color: var(--color-six);
   z-index: 1;
}

.accordion input[type="radio"]:checked + label {
  background-color: #ebebeb;
  font-weight: 600;
  border-top: 1px solid var(--color-five);
  border-left: 1px solid var(--color-five);
  border-right: 1px solid var(--color-five);
  border-bottom: none;
}
.accordion input[type="radio"]:checked + label + .accordion__content {
	display: flex;
  margin-right: 0;
  border-left: 1px solid var(--color-five);
  border-right: 1px solid var(--color-five);
  border-bottom: 1px solid var(--color-five);
}

.accordion__content__image__container {
  width: 40%;
  height: 100%;
  margin-right: 10px;
}

.accordion__content__image {
  max-width: 100%;
  max-height: 88%;
  margin: 3%;
  background-color: teal;
}

.accordion__content__text {
  width: 100%;
  margin-top: 2%;
  margin-left: 0px;
  padding: 0 1rem;
}

.accordion__content__text__title {
  margin-top: 3%;
}

.accordion__content__text__horizontal-line {
  border: none;
  border-bottom: 1px solid var(--color-five);
  margin-right: 2%;
}

.accordion__content__text__body {
  margin-top: 2%;
  padding-right: 5%;
}

@media (max-width: 900px){
  .accordion {
    border: 1px solid var(--color-five);
  }
  
  .accordion-tab--status {
    display: inline;
  }
  .accordion__content,
  .accordion__label
  {
    order: initial;
  }
  
  .accordion__content {
    flex-direction: column;
  }
  
  .accordion__label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1px;
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    padding: 5% 6% 5% 6%;
  }

  .accordion__label:last-child {
    background-color: magenta;
  }

  .accordion__content__image__container {
    width: 100%;
  }

  .accordion__content__image {
    padding: 0;
    margin: 0;
    object-fit: cover;
    height: 300px;
    width: 100%;
  }

  .accordion__content__text {
    font-size: 0.9em;
    margin: 4% 5% 4% 5%;
  }

  .accordion__content__text__title {
    margin: 2% 0 2% 0;
  }

  .accordion__content__text__horizontal-line {
    width: 100%;
  }

  .accordion input[type="radio"] + label span:after  {
    content: '+';
  }

  .accordion input[type="radio"]:checked + label span:after  {
    content: '—';
  }

  .accordion input[type="radio"]:checked + label {
    border: none; 
  }

  .accordion input[type="radio"]:checked + label + .accordion {
    border: none;  
  }

  .accordion input[type="radio"]:checked + label + .accordion__content {
    border: none;
  }
}


/* Slider CSS */
.textSlider01 {
  text-align: left!important;
  line-height: 40px!important;
  font-weight: 300!important;
  text-transform: uppercase;
  letter-spacing: 0.75rem;
  text-align: left!important;
  font-size: 30px!important;
}

@media only screen and (max-width: 1500px) and (min-width: 1200px)  {
  .flip-box-front, .flip-box-back { min-height: 200px;}
  .flip-box-header { font-size: 20px; }
  .flip-box p {
    margin-top: 10px;
    font-size: 9px;
  }
  .flip-box-button {
    font-size: 10px;
    margin-top: 0px;
    padding: 2px 15px;
  }

  .flip-box .inner {
    padding: 15px;
  }

  .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .customImage { width: max-content; }
}

@media only screen and (max-width: 3500px) and (min-width: 1501px)  {
  .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}