@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100&display=swap');

@font-face {
  font-family: 'semibold';
  src: url('../fonts/kanit_semibold-webfont.woff2') format('woff2'),
       url('../fonts/kanit_semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'db_helvethaica_x55_regular';
  src: url('../fonts/db_helvethaica_x_v3.2-webfont.woff2') format('woff2'),
       url('../fonts/db_helvethaica_x_v3.2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    font-size:15px;
}

div.gallery {
  margin: 10px;
  float:left;
  width: 250px;
  height: 300px;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.CategoryStyle{
  font-family: 'Kanit', sans-serif;
  font-size:18px;
  padding-top:20px;
  color: rgb(87, 84, 84);
}

.PackageDetailStyle{
  font-family: 'Kanit', sans-serif;
  font-size:16px;
  padding-top:20px;
}


.TitleStyle{
  font-family: 'Kanit', sans-serif;
  font-size:18px;
  padding-left:50px;
  font-weight: bold;
  color: rgb(87, 84, 84);
}

.strStyle{
  font-family: 'Kanit', sans-serif;
  font-size:14px;
  padding-left:10px;
  color: rgb(87, 84, 84);
}

.strStyle a:link{
  font-family: 'Kanit', sans-serif;
  font-size:14px;
  padding-left:10px;
  color: rgb(87, 84, 84);
}

.strStyle a:hover{
  font-family: 'Kanit', sans-serif;
  font-size:14px;
  padding-left:10px;
  color: rgb(87, 84, 84);
}

.strStyle a:visited{
  font-family: 'Kanit', sans-serif;
  font-size:14px;
  padding-left:10px;
  color: rgb(87, 84, 84);
}

.strStyleSubTitle{
  font-family: 'Kanit', sans-serif;
  font-size:13px;
  padding-left:10px;
  color: rgb(155, 155, 155);
  text-align:center;
}


.flex-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;  
}


.flexContentCenter {
  padding: 10px;
  flex: 100%;
}


.bgcontent {
  background-image: url("../images/bg-Oscar-2021.png");
  background-size:contain;  
  background-repeat: no-repeat; 
  background-position: bottom;
}

.bgcontent2 {
  background-image: url("../images/bg-Oscar-2021.png");
  background-size:cover;  
  background-repeat: no-repeat; 
  background-position: bottom;
}

.bgNavBar {
    background-color: #62c1ed;
}

.bgFooter{
  background-image: url("../images/footerbg.png");
  background-size: cover; 
  background-position: bottom center;
  color:#FFFFFF;
}

.navbar-dark a {
  color:#FFFFFF;
}

nav .navbar-nav li a{
  color: white !important;
}


nav .navbar-nav li a:hover{
  color: rgb(231, 231, 231) !important;
}

nav .nav-link {
  font-family: 'Kanit', sans-serif;
  font-size: 25px;
}

.alertdate{
  font-family: 'Prompt', sans-serif;
  font-size:12px;
  color:red;
  font-weight: bold;
}

.borderTop {
  border-top: 1px solid rgb(170, 168, 168);;  
}

.TitleDetail{
  font-family: 'Kanit', sans-serif;
  font-size: 25px;
  padding-top:20px;
}


.TitlePackDetail{
  background-color: #00a189;
  height:40px;
  text-align: center;
  color:#FFFFFF;
  font-weight: bold;
  padding-top:7px;
  padding-bottom:5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bgCategoryDetail{
  font-family: 'Kanit', sans-serif;
  font-size:20px;
  color:#FFFFFF;
  font-weight: 200;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #607acc;
}

.PackDetail{
  margin-left: auto;
  margin-right: auto;
}

.PackTitle{
  font-family: 'Kanit', sans-serif;
  font-size:14px;
}

.MapTitle {
  font-family: 'Kanit', sans-serif;
  font-size:18px;
  font-weight: 200;
  border-bottom: 5px solid rgb(170, 168, 168);
  margin-bottom: 20px;
  
}

.AddressDetail{
  font-family: 'Kanit', sans-serif;
  font-size:14px;
  color:#FFFFFF;
  background-color: #485893;
  padding: 20px 20px 20px 20px;
}

.PackID{
  font-family: 'Prompt', sans-serif;
  font-size:12px;
}

.PackPriod{
  font-family: 'Prompt', sans-serif;
  font-size:12px;
  text-align: center;
  border-left: 1px solid rgb(170, 168, 168);
  border-right: 1px solid rgb(170, 168, 168);;
}

.PackDate{
  font-family: 'Prompt', sans-serif;
  font-size:12px;
  text-align: right;
}

.TitlePackage{
  font-family: 'Kanit', sans-serif;
  font-size:19px;
  font-weight: bold;
}

.obj-right {
  position: fixed;
  padding:10px;
  text-align: center;
  z-index:200;
  right: 0;
  display: block;
}

.icon-bar {
  position: fixed;
  padding-left:20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:300;
  display: block;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 30px;
}

.icon-bar a:hover {
  background-color: rgb(133, 133, 133);
}

.facebook {
  background: #485893;
  color: white;
}

.line {
  background: #01B901;
  color: white;
}

.phone {
  background: #F05A28;
  color: white;
}

.envelope {
  background: #BF1E2E;
  color: white;
}


.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}
.owl-carousel .owl-nav{
  overflow: hidden;
  height: 0px;
}


/* .owl-carousel .item {
    text-align: center;
} */


.owl-carousel .nav-btn{
    height: 32px;
    position: absolute;
    width: 32px;
    cursor: pointer;
    top: 80px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide{
    background: url("../images/next_ga.png") no-repeat scroll 0 0;
    left: -33px;
}
.owl-carousel .next-slide{
    background: url("../images/next.png") no-repeat scroll 0 0;
    right: -33px;
}


span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize;
}
span.img-text:hover {
  color: #2caae1;
}


.scroller {
  text-align: left;
  overflow-y: scroll;
  display: flex;
  box-sizing: border-box;
  scroll-snap-type: y mandatory;
}


@media only screen and (max-width: 600px) {
  .obj-right {
      display: none;
  }
 
  .icon-bar {
    display: none;
  }

  #linesept{
    display:none;
  }

}

footer{
	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}


.footer-distributed{
  background-image: url("../images/footerbg.png");
  background-size: cover; 
  background-position: bottom center;
  color:#FFFFFF;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	margin-top: 0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img{
	width: 30%;
}

.footer-distributed h3 span{
	color:  #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #e0ac1c;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}