@charset "UTF-8";
@import url("./bootstrap.min.css");
@import url("https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap");
@import url("./owl.carousel.min.css");
@import url("./owl.theme.default.css");
@import url("./jquery.fancybox.css");
@import url("./aos.css");
@import url("./zeynep.css");
@import url("./style.css");
@import url("./input-radio-style.css");

html {
  font-size: 1rem;
}

html.fz_s {
  font-size: 0.8rem;
}

html.fz_l {
  font-size: 1.2rem;
}

*:focus,
*:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

body {
  animation: fade-in 1s, bg-move 10s linear infinite;
  -webkit-animation: fade-in 1s, bg-move 10s linear infinite;
  font: 1em "Sarabun", sans-serif;
  color: #000;
}

oz-selection {
  background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #195760;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cda252;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

.wrapper_pad {
  width: 90%;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  word-break: break-word;
}

@-webkit-keyframes "marquee" {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes "marquee" {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}


/* color status calendar */
.colorstatus-calendar {
  border: 1px solid #eee;
  padding: 10px;
  text-align: center;
  background: white;
  margin: 0px 150px;
}

.colorstatus-calendar li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.colorstatus-calendar li span {
  width: 30px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 5px;
}

.colorstatus-calendar li .booked {
  background-color: #3788d8;
}

.colorstatus-calendar li .pending {
  background-color: orange;
}

.colorstatus-calendar li .approved {
  background-color: green;
}

.colorstatus-calendar li .notapproved {
  background-color: red;
}

.colorstatus-calendar li .close {
  background-color: #999;
  border-radius: 0.1px !important;
  width: 14px;
  height: 14px;
}

.pending-calenda {
  background-color: orange !important;
  border: 1px solid orange !important;
}


/* //SUN */

.reviewslider.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -40px);
}

.reviewslider.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 7px;
  border-radius: 10px;
  margin: 5px;
}

.reviewslider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #195760;
}

.reviewsection {
  background-color: #fff;
  padding: 40px 30px;
  height: 270px;
}

.reviewsection .imgreview img {
  border-radius: 10px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviewsection .reviewgroup .topic-content h3 {
  font-size: 1rem;
  color: #195760;
  padding-top: 10px;
  display: block;
  font-weight: 600;
}

.reviewsection .reviewgroup .topic-content p {
  font-size: 0.9rem;
  color: #949494;
  line-height: 24px;
}

.reviewsection .reviewgroup .datereview {
  display: block;
  font-size: 0.8rem;
  color: #949494;
}

.reviewsection .reviewgroup h2 {
  font-size: 1.3rem;
  color: #195760;
  font-weight: 600;
}

.reviewsection .ratingreview li {
  list-style: none;
  display: inline-block;
}

.reviewsection .ratingreview li svg {
  width: 20px;
  color: #cda252;
}

.readMoreWrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.readMoreText {
  width: 100%;
  /* height: 90px; */
  overflow: hidden;
  padding: 0 0 15px;
  position: relative;
}


.readMoreGradient {
  width: 100%;
  height: 50px;
  /* background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff); */
  position: absolute;
  bottom: 0px;
}



.readMoreBtn {
  color: #4b4b4b;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
  position: relative;
  font-size: 0.8rem;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
}




/* sun */

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 40px;
  overflow-x: hidden;
  font-size: 1rem;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
  animation: marquee 32s linear infinite;
  padding: 0px 0px;
}

.mtmore {
  margin: 5em 0em;
}

.greentext {
  color: #195760;
}

.bannerontop {
  position: relative;
}

.bannerontop img {
  width: 100%;
}

.bannerontop .popdescop_left {
  right: inherit;
  width: 85%;
  left: 0;
}

.bannerontop .popdescop_left .popupcontent {
  border-radius: 0px 10px 0px 0px;
}

.bannerontop .popdescop_left .closepop {
  left: 0%;
  border: none;
  background-color: #195760;
  text-decoration: none;
  padding: 8px 15px;
  position: absolute;
  margin-top: -37px;
  border-radius: 8px 8px 0px 0px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.bannerontop .popdescop_left .closepop i {
  color: #fff;
}

.bannerontop .popdescop_left .closepop.collapsed {
  margin-top: -37px;
}

.bannerontop .popdescop {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 10%;
}

.bannerontop .popdescop .closepop {
  border: none;
  background-color: #195760;
  text-decoration: none;
  padding: 8px 15px;
  position: absolute;
  right: 0%;
  margin-top: -37px;
  border-radius: 8px 8px 0px 0px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.bannerontop .popdescop .closepop i {
  color: #fff;
}

.bannerontop .popdescop .closepop.collapsed {
  margin-top: -37px;
}

.bannerontop .popupcontent {
  background-color: rgba(255, 243, 220, 0.9);
  padding: 40px;
  border-radius: 10px 0px 0px 0px;
}

.bannerontop .popupcontent h2,
.bannerontop .popupcontent h1 {
  color: #195760;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.bannerontop .popupcontent p {
  color: #666666;
  line-height: 25px;
  font-size: 0.9rem;
}

.bannerontop .popupcontent span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #195760;
}

.hoverstyle figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.hoverstyle figure div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: 100%;
  width: 100%;
  line-height: 22;
}

.hoverstyle figure a img {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.hoverstyle:hover figure a img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  border-radius: 10px;
}

.hoverstyle:hover figure div {
  opacity: 1;
}

.pagination_bot {
  margin: 0 auto;
  display: table;
}

.pagination a {
  position: relative;
  display: inline-block;
  color: #666666;
  text-decoration: none;
  font-size: 0.8rem;
  margin: 0px 10px;
  font-weight: 700;
}

.pagination a:before {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination .pagination-active {
  color: #fff;
  background-color: #195760;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.pagination .pagination-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pagination a .pagination-active {
  color: #fff;
}

.pagination a:hover:before,
.pagination a .pagination-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pagination-older,
.pagination-newer {
  color: #666666;
}

.btnload {
  background-color: #cda252;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.btnload:hover {
  background-color: #4d0e3d !important;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btnloadModel {
  background-color: #cda252;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.btnloadModel:hover {
  background-color: #4d0e3d !important;
  color: #fff!important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btnloadModel1 {
  background-color: #cda252;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.btnloadModel1:hover {
  background-color: #4d0e3d !important;
  color: #fff!important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrap_menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #195760;
}

.wrap_menu.sticky {
  background-color: #195760;
  top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

.wrap_menu.sticky #menugroup .topmenu {
  margin-top: 10px;
}

.wrap_menu.sticky #menugroup .mainmenu {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.wrap_menu.sticky #menugroup .anncgroup {
  display: none;
}

.wrap_menu.sticky #menugroup .mainlogo {
  margin: 10px 0px;
}

.wrap_menu.sticky #menugroup .mainlogo a img {
  width: 50%;
}

.dropdown_menu_container {
  position: absolute;
  padding: 10px;
  top: 100%;
  height: auto;
  background-color: #fff;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: left;
}

.dropdown_menu_container .subdrop ul li {
  display: block !important;
  text-align: left;
  margin-left: 0px !important;
  border-bottom: 1px solid #eee;
  padding: 15px 0px;
  font-size: 0.9rem;
  width: 180px;
}

.dropdown_menu_container .subdrop ul li a {
  color: #000 !important;
}

.dropdown_menu_container .subdrop ul li a:hover {
  color: #195760 !important;
}

.dropdown_menu_container .subdrop ul li:last-child {
  border-bottom: none;
}

#nav {
  position: static;
}

#nav ul li {
  display: inline-block;
}

#nav ul li:hover div.dropdown_menu_container {
  opacity: 1;
  visibility: visible;
}

#menugroup .mainlogo {
  margin-top: 30px;
}

#menugroup .mainlogo a img {
  width: 65%;
}

#menugroup .topmenu {
  margin-top: 30px;
  text-align: right;
}

#menugroup .topmenu li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 0.9rem;
}

#menugroup .topmenu li a {
  text-decoration: none;
  color: #fff;
}

#menugroup .topmenu li a:hover {
  color: #6bc088;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#menugroup .topmenu .choose-size {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  padding: 5px 20px;
  margin-right: 20px;
  font-size: 0.9rem;
  color: #195760;
}

#menugroup .topmenu .choose-size span {
  padding-right: 15px;
  opacity: 0.8;
}

#menugroup .topmenu .choose-size button {
  border: none;
  background: none;
  color: #195760;
  line-height: 0.75;
}

#menugroup .topmenu .choose-size button.fontsize_s {
  font-size: 0.8rem;
}

#menugroup .topmenu .choose-size button.fontsize_m {
  font-size: 1rem;
}

#menugroup .topmenu .choose-size button.fontsize_l {
  font-size: 1.2rem;
}

#menugroup .mainmenu {
  margin-top: 30px !important;
  text-align: right;
  position: relative;
}

#menugroup .mainmenu li {
  list-style: none;
  display: inline-block;
  margin-left: 22px;
}

#menugroup .mainmenu li.active {
  color: #6bc088;
  font-weight: 600;
  border-bottom: 2px solid #6bc088;
  padding-bottom: 10px;
}

#menugroup .mainmenu li a {
  text-decoration: none;
  color: #fff;
}

#menugroup .mainmenu li a:hover {
  color: #6bc088;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#menugroup .mainmenu .donate {
  background-color: #89263a;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 500;
}

#menugroup .mainmenu .donate:hover {
  background-color: #cda252;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#menugroup .mainmenu .donate a {
  color: #fff;
}

#mobilemenu .anncgroup,
#menugroup .anncgroup {
  background-color: #ffeac5;
  color: #666666;
  font-weight: 500;
  padding: 10px 0px;
  text-align: center;
}

#menugroup .anncgroup .taganc {
  background-color: #cda252;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 20px;
  margin-right: 5px;
}

#menugroup .anncgroup .smanc {
  font-size: 0.9rem;
}

#menugroup .searchtop {
  width: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#menugroup .searchtop:hover {
  width: 200px;
  border-bottom: 1px solid #fff;
}

#menugroup .searchtop .input-group .form-control {
  background-color: transparent;
  border-radius: 0px;
  color: #fff;
  border: none;
}

#menugroup .searchtop .input-group i {
  color: #fff;
}

#menugroup .searchtop .input-group ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#menugroup .searchtop .input-group :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#menugroup .searchtop .input-group ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#menugroup .searchtop .input-group ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#menugroup .searchtop .input-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

#menugroup .searchtop .input-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

#menugroup .searchtop .input-group .btn-outline-secondary {
  border: none;
  color: #fff;
  padding: 0px;
}

#menugroup .searchtop .input-group .btn-outline-secondary:hover {
  background-color: transparent;
}

#footer {
  background-image: url(../images/footerbg.webp);
  /* background-repeat: no-repeat; */
  background-size: contain;
  background-position: left;
}

#footer .border-top {
  border-top: 1px solid #cda252 !important;
}

#footer .border-end {
  border-right: 1px solid #cda252 !important;
}

#footer .border-bottom {
  border-bottom: 1px solid #cda252 !important;
}

#footer .footercopry {
  background-color: #195760;
  color: #fff;
  padding: 5px 0px;
}

#footer .copyright {
  font-size: 0.9rem;
}

#footer .sitemap {
  text-decoration: none;
  font-size: 0.9rem;
  color: #fff;
}

#footer .footerlogo {
  padding-top: 2em;
}

#footer .footerlogo img {
  width: 70%;
}

#footer .content_footer {
  font-size: 0.95rem;
  color: #195760;
}

#footer .footerlist {
  font-size: 0.9rem;
  margin-bottom: 30px;
}

#footer .footerlist .title {
  color: #195760;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 5px;
}

#footer .footerlist .title a {
  color: #195760;
  text-decoration: none;
}

#footer .footerlist .footermenu ul li {
  list-style: none;
  padding: 5px 0px;
  font-weight: 400;
}

#footer .footerlist .footermenu ul li a {
  text-decoration: none;
  color: #666666;
}

#footer .btnsub {
  font-size: 0.9rem;
}

#footer .footersidebgmb {
  display: none;
  background-color: rgba(255, 234, 197, 0.6);
}

#footer .footersidebg {
  background-color: rgba(255, 234, 197, 0.6);
}

#footer .footersidebg .socialfooter ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

#footer .footersidebg .socialfooter ul li a {
  text-decoration: none;
  color: #6bc088;
}

#footer .footersidebg .socialfooter ul li a i {
  font-size: 1.5rem;
}

.btndarkg {
  background-color: #195760;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 30px;
  text-decoration: none;
}

.btndarkg:hover {
  background-color: #6bc088 !important;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-sm-green {
  background-color: #6bc088;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

.btn-sm-green:hover {
  background-color: #cda252 !important;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.buttongroup .btnmain {
  background-color: #6bc088;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

.buttongroup .btnmain:hover {
  background-color: #fff;
  color: #cda252;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.buttongroup .btnsub {
  background-color: #6bc088;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

.buttongroup .btnsub i {
  margin-left: 10px;
}

.buttongroup .btnsub:hover {
  background-color: #cda252;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pageontop {
  padding: 20px 0px;
}

.pageontop li {
  font-size: 0.9rem;
  color: #000 !important;
}

.pageontop li a {
  color: #cda252;
  text-decoration: none;
}

.pageontop li a i {
  color: #cda252;
  font-size: 1rem;
}

.headtitle {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Sarabun", sans-serif;
  color: #195760;
}

.headtitle h2,
.headtitle h3,
.headtitle h1 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Sarabun", sans-serif;
  color: #195760;
}

.headtitle h2 span,
.headtitle h3 span,
.headtitle h1 span {
  font-weight: 400;
  font-size: 1.5rem;
}

.subhead {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Sarabun", sans-serif;
  color: #195760;
}

.subhead h1,
.subhead h3,
.subhead h2 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Sarabun", sans-serif;
  color: #195760;
}

.thirdhead {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Sarabun", sans-serif;
  color: #195760;
}

.thirdhead h1,
.thirdhead h3,
.thirdhead h2 {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Sarabun", sans-serif;
  color: #195760;
}

.content p {
  font-size: 0.9rem;
  color: #666666;
  line-height: 25px;
  font-weight: 400;
}

.contentsub {
  font-size: 1.1rem;
  color: #666666;
  font-weight: 400;
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
}

.fortitle {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Sarabun", sans-serif;
  color: #195760;
  text-overflow: ellipsis;
}

.symb {
  position: absolute;
  top: -100px;
  z-index: -1;
  left: 20%;
}

.symbsec {
  position: absolute;
  top: -100px;
  z-index: -1;
  left: 8%;
}

.symbolBig {
  position: absolute;
  top: -100px;
  z-index: -1;
  left: 50%;
}

.formSelectSty .form-select {
  border-radius: 50px;
  border: 1px solid #195760;
  font-size: 0.9rem;
  color: #195760;
}

.display-slide {
  display: none;
}

.main-popupphoto.prodesc-popup.fancybox-content {
  padding: 0px !important;
}

#homepage .mtmore {
  margin-top: 8em;
}

#homepage .bannerbg {
  position: relative;
  background-image: url(../images/bannerbg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 620px; */
  height: 28vw
}

#homepage .bannerbg .captionban {
  color: #fff;
  padding-top: 10em;
}

#homepage .bannerbg .captionban h1 {
  font-size: 3.8rem;
}

#homepage .bannerbg .captionban span {
  font-size: 2rem;
  font-weight: 400;
}

#homepage .bannerbg .picbanner {
  text-align: right;
}

#homepage .bannerbg .picbanner .nameroom {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #195760;
  padding: 20px;
  border-radius: 10px 10px 0px 0px;
}

#homepage .bannerbg .picbanner .nameroom:hover {
  background-color: #195760;
  color: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#homepage .bannerbg .picbanner img {
  position: relative;
  border-radius: 0px 0px 0px 10px;
  width: 100%;
  display: inline-block;
}

#homepage .bannerbg .bannerslide .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
}

#homepage .bannerbg .bannerslide .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  top: 50%;
}

#homepage .bannerbg .bannerslide.owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  left: 5%;
}

#homepage .bannerbg .bannerslide.owl-theme .owl-dots {
  margin-top: 100px;
}

#homepage .bannerbg .bannerslide.owl-theme .owl-dots .owl-dot.active span,
#homepage .bannerbg .bannerslide.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

#homepage .bannerbg .bannerslide.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  margin: 5px;
}

#homepage .cropforA {
  position: relative;
}

#homepage .symbsr {
  position: absolute;
  right: 0;
  top: 0;
}

#homepage .highlightsld.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}

#homepage .highlightsld.owl-theme .owl-dots .owl-dot.active span,
#homepage .highlightsld.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #195760;
}

#homepage .highlightsld.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 7px;
  border-radius: 10px;
  margin: 5px;
}

#homepage .highlightcontent {
  padding: 0px 20px;
}

#homepage .highlightcontent span {
  display: inline-block;
  background-color: #cda252;
  color: #fff;
  padding: 5px 20px;
  font-size: 0.8rem;
  border-radius: 50px;
}

#homepage .highlightcontent .title {
  color: #195760;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 0px;
}

#homepage .highlightcontent p {
  color: #666666;
}

#homepage .collectiongroup-review {
  background-image: url(../images/collection_bg_home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3em 0em;
}

#homepage .collectiongroup {
  background-image: url(../images/collection_bg_home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3em 0em 0em 0em;
}

#homepage .collectiongroup .collection_slider .owl-nav {
  position: relative;
  opacity: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#homepage .collectiongroup .collection_slider .owl-nav .owl-prev {
  position: absolute;
  left: 21em;
  top: -14em;
}

#homepage .collectiongroup .collection_slider .owl-nav .owl-prev img {
  width: 70%;
}

#homepage .collectiongroup .collection_slider .owl-nav .owl-next {
  position: absolute;
  right: 21em;
  top: -14em;
}

#homepage .collectiongroup .collection_slider .owl-nav .owl-next img {
  width: 70%;
}

#homepage .collectiongroup .collection_slider:hover .owl-nav {
  opacity: 1;
}

#homepage .bgnewsindex {
  background-image: url(../images/bgnewsindex.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1em 0em;
}

#homepage .bgnewsindex .readmoreLink,
#homepage .bgnewsindex .subhead {
  color: #fff;
}

#homepage .bgnewsindex .hoverstyle figure {
  border-radius: 0px 10px 10px 0px;
}

#homepage .bgnewsindex .hoverstyle figure div {
  border-radius: 0px 10px 10px 0px;
}

#homepage .bgnewsindex .hoverstyle figure a img {
  border-radius: 0px 10px 10px 0px;
}

/* #homepage .bgnewsindex .hoverstyle:hover figure a img {
  border-radius: 0px 10px 10px 0px;
} */

#homepage .bgnewsindex .bgoverl {
  background-color: #fff8ed;
  padding: 20px;
  border-radius: 10px 0px 0px 10px;
}

#homepage .slideabout {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  position: absolute;
  bottom: 0;
  color: #195760;
  font-weight: 500;
}

#homepage .slideabout .owl-item {
  text-align: center;
  padding-top: 10px;
}

#homepage .slideabout .owl-nav {
  position: relative;
}

#homepage .slideabout .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  bottom: -15px;
}

#homepage .slideabout .owl-nav .owl-prev img {
  width: 50%;
}

#homepage .slideabout .owl-nav .owl-next {
  position: absolute;
  right: 0;
  bottom: -15px;
}

#homepage .slideabout .owl-nav .owl-next img {
  width: 60%;
}

#homepage .groupBoxswitch {
  display: none;
}

#homepage .newsindexbg {
  background-image: url(../images/bgnews.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 3em 0em 1em 0em;
  position: relative;
}

#homepage .owl-scrollbar {
  border-radius: 50px;
  height: 2px;
  width: 95%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, 0.4);
  box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, 0.4);
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

#homepage .owl-scrollbar .owl-scroll-handle {
  height: 2px;
  width: 15px;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 0px;
  left: -1px;
  border-radius: 10px;
}

#homepage .owl-scrollbar .owl-scroll-progress {
  background: #4d0e3d;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#homepage .newsgroup {
  position: relative;
  padding: 0px 20px;
}

#homepage .newsgroup .title {
  font-weight: 600;
  color: #195760;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
}

#homepage .newsgroup .contentnews {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9rem;
  color: #666666;
}

#homepage .carousel-section {
  overflow: hidden;
}

#homepage .carousel-section .owl-carousel .owl-stage {
  padding-left: 0 !important;
}

#homepage .carousel-section .owl-carousel .owl-stage-outer {
  overflow: unset;
}

#homepage .carousel-section .owl-carousel .owl-nav .owl-next,
#homepage .carousel-section .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  height: 50px;
  font-size: 30px;
}

#homepage .carousel-section .owl-carousel .owl-nav .owl-next:focus,
#homepage .carousel-section .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}

#homepage .carousel-container {
  padding-left: 0.5em;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}

#homepage .carousel-item {
  margin: 20px 0;
}

#homepage .carousel-item__card {
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
}

#homepage .sectionvid .video_group {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#homepage .sectionvid .video_group .wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 20px auto;
}

#homepage .sectionvid .video_group .wrapper .circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#homepage .sectionvid .video_group .wrapper .circle.pulse {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  background-color: rgba(255, 255, 255, 0.8);
}

#homepage .sectionvid .video_group .wrapper svg {
  fill: #e0e0e0;
  stroke: #e0e0e0;
  stroke-linejoin: round;
  stroke-width: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#homepage .sectionvid .video_group .wrapper svg:hover {
  cursor: pointer;
  fill: #f2f2f2;
  stroke: #f2f2f2;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

#homepage .sectionvid .video_group .covervid img {
  width: 100%;
}

#homepage .sectionvid .video_group .covervid::after {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

#homepage .sectionvid .video_group figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
}

#homepage .sectionvid .video_group figure h2 {
  padding-top: 20px;
}

#homepage .opentime .left {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}

#homepage .opentime .left i {
  color: #cda252;
  font-size: 2rem;
}

#homepage .opentime .right {
  width: 70%;
  display: inline-block;
}

#homepage .opentime .right h4 {
  font-size: 1.2rem;
  color: #4d0e3d;
  font-weight: 600;
}

#homepage .opentime .right p {
  color: #000;
}

#homepage .ticketsbg {
  background-color: #f6f6f6;
  position: relative;
  -webkit-transform: translate(110px, 0px);
  transform: translate(110px, 0px);
  border-radius: 10px 0px 0px 10px;
}

#homepage .ticketsbg .content {
  padding: 40px;
}

#homepage .ticketsbg .booking {
  text-align: right;
  display: block;
  margin-right: 20px;
}

#homepage .ticketsbg .booking a {
  background-color: #89263a;
  color: #fff;
  text-decoration: none;
  padding: 20px 40px;
  display: inline-block;
  border-radius: 10px 0px 0px 0px;
}

#homepage .ticketsbg .booking a i {
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#homepage .ticketsbg .booking a:hover {
  background-color: #4d0e3d;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.exhibg {
  background-image: url(../images/bgallsda.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: #fff3dc;
}

#exhibitionpage {
  background-color: #fff8ed;
}

#exhibitionpage .sticky-top {
  top: 15%;
}

#exhibitionpage .categoryEX {
  margin-bottom: 20px;
}

#exhibitionpage .categoryEX li {
  list-style: none;
  display: contents;
  width: 47%;
  font-size: 0.9rem;
  font-weight: 500;
}

#exhibitionpage .categoryEX li a {
  color: #195760;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #195760;
  border-radius: 50px;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 15px;
  margin-right: 5px;
}

#exhibitionpage .categoryEX li a:hover,
#exhibitionpage .categoryEX li a.active {
  color: #fff;
  background-color: #89263a;
  border: 1px solid #89263a;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.groupexe {
  margin-bottom: 30px;
}

.groupexe .hashtag {
  color: #b7b7b7;
  margin-top: 10px;
}

.groupexe .hashtag li {
  list-style: none;
  display: inline-block;
  font-size: 0.8rem;
}

.groupexe .title {
  color: #195760;
  font-weight: 600;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

.groupns {
  background-color: #195760;
  border-radius: 10px;
}

.collectionss {
  margin-bottom: 30px;
}

.collectionss .title {
  color: #666666;
  font-weight: 600;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.readmoreLink {
  color: #cda252;
  font-size: 0.9rem;
  font-weight: 600;
}

.readmoreLink:hover {
  color: #4d0e3d;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.date {
  font-size: 0.9rem;
  color: #949494;
}

.date i {
  color: #6bc088;
  margin-right: 5px;
}

.shareSocial_nobox {
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.shareSocial_nobox li {
  list-style: none;
  display: inline-block;
  padding: 3px 0px;
  font-size: 0.9rem;
  margin-right: 10px;
}

.shareSocial_nobox li a {
  text-decoration: none;
  color: #6bc088;
}

.shareSocial_nobox li a i {
  display: block;
  transform: translate(0px, -5px);
}

.shareSocial_nobox li a i:hover {
  color: #cda252;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.shareSocial {
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.13);
  display: inline-block;
  text-align: center;
  padding: 10px;
  position: fixed;
  right: 20px;
  z-index: 5;
}

.shareSocial li {
  list-style: none;
  display: block;
  padding: 3px 0px;
  font-size: 0.9rem;
}

.shareSocial li a {
  text-decoration: none;
  color: #6bc088;
}

.shareSocial li a i {
  font-size: 1.3rem;
}

.shareSocial li a i:hover {
  color: #cda252;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.contentAlldetail {
  line-height: 30px;
  color: #666666;
}

.contentAlldetail img {
  width: 100%;
  border-radius: 10px;
}

.popupdesst.fancybox-content,
.commentsgr.fancybox-content {
  background-color: #fff8ed;
  padding: 2em;
}

.colpopups.fancybox-content {
  background-image: url(../images/bgpopup.webp) !important;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding: 0em;
  overflow: hidden;
}

.popupcontent .numbertopic {
  color: #195760;
  font-weight: 600;
}

.popupcontent li {
  list-style: decimal;
  padding-bottom: 10px;
}

.popupcontent .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #195760;
  width: 100% !important;
  margin-bottom: 10px;
}

.popupcontent .table thead tr {
  background-color: #fff !important;
  vertical-align: middle;
  font-size: 0.85rem;
}

.popupcontent .table td,
.popupcontent .table th {
  vertical-align: middle;
  font-size: 0.85rem;
}

.popupcontent .table th:first-child {
  min-width: 200px;
}

.popupcontent .subtitle {
  font-weight: 600;
  color: #195760;
  font-size: 1rem;
}

.popupcontent .subtitle::before {
  background-color: #cda252;
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 25px;
  margin-right: 5px;
}

#aroundpage {
  background-color: #fff8ed;
}

#aroundpage .headtitle_sec h1 {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Sarabun", sans-serif;
  color: #6bc088;
}

#aroundpage .headtitle_sec h2 {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Sarabun", sans-serif;
  color: #4d0e3d;
}

#aroundpage .openpopss {
  background-color: #fff;
  border-radius: 0px 10px 10px 0px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 20px;
}

#aroundpage .boxlocationdetails {
  background-color: #fff;
  width: 30%;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  padding: 30px 20px;
}

#aroundpage .boxlocationdetails .closepopss {
  position: absolute;
  right: 20px;
  top: 20px;
}

#aroundpage .cropgr,
#aroundpage .groupboxx {
  position: relative;
}

#aroundpage .sidesym {
  position: absolute;
}

#aroundpage .sidesym img {
  width: 80%;
}

#aroundpage .listdetail_ard {
  margin-bottom: 20px;
}

#aroundpage .listdetail_ard .icl {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

#aroundpage .listdetail_ard .icl i {
  font-size: 1.5rem;
  color: #6bc088;
}

#aroundpage .listdetail_ard .locationdetail_c {
  width: 70%;
  display: inline-block;
  color: #666666;
  font-size: 18px;
}


#aroundpage .scrollboxlocation {
  height: 800px;
  overflow-y: scroll;
  padding: 10px;
}

#aroundpage .scrollboxlocation .storedetailgroup {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

#aroundpage .scrollboxlocation .storedetailgroup img {
  border-radius: 10px;
  width: 80%;
}

#aroundpage .scrollboxlocation .storedetailgroup p {
  font-size: 0.9rem;
  color: #666666;
}

#aroundpage .scrollboxlocation .storedetailgroup h2 {
  font-size: 1.2rem;
  color: #195760;
  font-weight: 600;
  margin-top: 10px;
}

#aroundpage #map-canvas {
  position: relative;
  height: 800px;
}

#careerpage {
  background-image: url(../images/careerbg.webp);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

#careerpage .searchcount {
  border-top: 1px solid #195760;
  color: #195760;
  font-weight: 500;
  padding: 20px 0px;
}

#careerpage .careergroup {
  border: 1px solid #195760;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 0px;
  margin-bottom: 20px;
}

#careerpage .careergroup:hover {
  background-color: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#careerpage .careergroup:hover .date,
#careerpage .careergroup:hover .title {
  color: #195760;
}

#careerpage .careergroup:hover .date i,
#careerpage .careergroup:hover .icondoc i {
  color: #6bc088;
}

#careerpage .careergroup .icondoc {
  text-align: center;
  border-right: 1px solid #195760;
}

#careerpage .careergroup .icondoc i {
  font-size: 2.5rem;
  color: #6bc088;
}

#careerpage .careergroup .title {
  font-weight: 600;
  color: #195760;
  font-size: 1.2rem;
}

.input-group-text {
  background-color: #fff !important;
}

.form-check-input {
  margin-right: 10px;
}

.form-check-input:checked {
  background-color: #cda252;
  border-color: #cda252;
}

#visitpage {
  background-color: #fff8ed;
}

#visitpage .bgmap {
  background-image: url(../images/bgmapvisit.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3em 5em;
}

#visitpage .bgmap .title {
  color: #195760;
  font-size: 2.5rem;
  font-weight: 600;
}

#visitpage .bgmap .listmap li {
  list-style: none;
  display: block;
  padding: 20px 0px;
  font-size: 1.1rem;
  border-bottom: 1px solid #195760;
}

#visitpage .bgmap .listmap li a {
  color: #195760;
  text-decoration: none;
  font-weight: 500;
}

#visitpage .bgmap .listmap li:last-child {
  border-bottom: none;
}

#visitpage .bgmap .listmap li.active,
#visitpage .bgmap .listmap li:hover {
  background-color: #195760;
  padding: 20px 10px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#visitpage .bgmap .listmap li.active a,
#visitpage .bgmap .listmap li:hover a {
  color: #fff;
}

#visitpage .sectionone {
  background-image: url(../images/bgtopvisit.webp);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 5em 0em 15em 0em;
  position: relative;
}

#visitpage .sectionone .toptopicvisit {
  background-color: #4d0e3d;
  border-radius: 10px;
  padding: 3em;
  color: #fff;
  height: 300px;
  -webkit-transform: translate(-10%, 75%);
  transform: translate(-10%, 75%);
}

#visitpage .sectionone .symbol {
  position: absolute;
  right: 30px;
}

#visitpage .sectionone .symbol img {
  width: 80%;
}

#visitpage .opentime .left {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}

#visitpage .opentime .left i {
  color: #fff;
  font-size: 2.3rem;
}

#visitpage .opentime .right {
  width: 70%;
  display: inline-block;
}

#visitpage .opentime .right h4 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}

#visitpage .opentime .right p {
  color: #fff;
}

#visitpage .noticered {
  color: #f60000;
}

#visitpage .formdoc {
  color: #195760;
  font-weight: 600;
  padding: 2em 3em;
  font-size: 1.2rem;
}

#visitpage .ticketsbg {
  background-image: url(../images/bgvisit.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 0px 0px 10px;
  -webkit-transform: translate(110px, 0px);
  transform: translate(110px, 0px);
}

#visitpage .ticketsbg .content {
  padding: 40px;
}

#visitpage .ticketsbg .content .fourhead {
  color: #fff;
  font-size: 1.8rem;
  text-shadow: #56a86c;
}

#visitpage .bgpricered {
  background-color: #ffeac5;
  padding: 20px 30px;
  font-weight: 600;
  border-radius: 10px 0px 0px 10px;
}

#visitpage .bgpriceright {
  background-color: #195760;
  padding: 20px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 0px 10px 10px 0px;
}

#visitpage .icongroup {
  width: 18%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 0px;
}

#visitpage .iconrule_one,
#visitpage .iconrule {
  background-color: #eee;
  border-radius: 50px;
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  vertical-align: text-top;
}

#visitpage .rulect {
  display: inline-block;
  width: 80%;
  padding: 30px 0px;
}

#visitpage .rulect h6 {
  font-weight: 600;
  color: #195760;
  font-size: 1.2rem;
}

#visitpage .rulect p {
  color: #666666;
  font-size: 0.9rem;
}

#visitpage .reserveTicketgroup {
  position: relative;
  -webkit-transform: translate(110px, 0px);
  transform: translate(110px, 0px);
}

#visitpage .reserveTicketgroup figure {
  position: relative;
}

#visitpage .reserveTicketgroup figure img {
  width: 100%;
  border-radius: 10px 0px 0px 10px;
}

#visitpage .reserveTicketgroup .grouptour {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 10%;
  z-index: 1;
  width: 100%;
  font-weight: 600;
  text-align: center;
  padding: 1.5em 0em;
  border-radius: 10px 10px 0px 0px;
}

#visitpage .reserveTicketgroup .grouptour .tourct {
  color: #195760;
}

#visitpage .reserveTicketgroup .groupticket {
  border-radius: 10px 10px 0px 10px;
  background-color: #195760;
  padding: 2em 0em;
  position: absolute;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
}

#visitpage .reserveTicketgroup .groupticket i {
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#visitpage .reserveTicketgroup .groupticket:hover {
  background-color: #6bc088;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.picweb img {
  width: 100%;
}

#faqspage {
  background-image: url(../images/then/thento4.webp);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

#faqspage .accordion-item {
  border: none;
  padding: 10px 0px;
  background-color: transparent;
  border-radius: 8px;
}

#faqspage .accordion-item .accordion-header {
  font-weight: 600;
}

#faqspage .accordion-item .accordion-body {
  padding: 10px 0px;
  font-size: 1rem;
  color: #666666;
  background-color: transparent;
}

#faqspage .accordion-item .accordion-button {
  background-color: transparent;
  font-weight: 600;
  border: none;
  color: #195760;
  padding: 10px 0px;
  font-size: 1.2rem;
  border-radius: 0px;
  border-bottom: 1px solid #195760;
}

#faqspage .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#faqspage .accordion-item .accordion-button::after {
  background-color: #6bc088;
  border-radius: 50px;
  width: 55px;
  height: 55px;
  content: "";
  background-image: url(../images/arrow_right.svg);
  background-size: contain;
}

#faqspage .accordion-item:last-child {
  border-bottom: none;
}

.popcontent {
  padding: 2em;
}

#activitypage {
  background-color: #fff8ed;
}

#activitypage .activitygroup {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#activitypage .content {
  font-size: 0.9rem;
  color: #666666;
}

#activitypage .actileftrela {
  position: relative;
}

#activitypage .actileftrela .ticketleft {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  padding: 8px 10px;
  border-radius: 0px 0px 10px 10px;
}

.popcontent h3 {
  font-weight: 600;
  color: #195760;
}

.btn-full {
  background-color: #666666;
  border-radius: 50px;
  text-align: center;
  width: 100px;
  height: 100px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding-top: 35px;
  text-decoration: none;
}

.btn-joinact {
  background-color: #6bc088;
  border-radius: 50px;
  text-align: center;
  width: 100px;
  height: 100px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding-top: 35px;
  text-decoration: none;
}

.btn-joinact:hover {
  color: #fff;
  background-color: #195760;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#contactpage {
  background-color: #fff9ef;
}

#contactpage .bgalls {
  background-image: url(../images/careerbg.webp);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

#contactpage .bgfootercontact {
  background-image: url(../images/Group\65.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

#contactpage .accordion-item {
  border: none;
  padding: 10px 0px;
  border-radius: 8px;
  background-color: transparent;
}

#contactpage .accordion-item .accordion-header {
  font-weight: 600;
}

#contactpage .accordion-item .accordion-body {
  padding: 10px 0px;
  font-size: 1rem;
  color: #666666;
}

#contactpage .accordion-item .accordion-button {
  background-color: transparent;
  font-weight: 500;
  border: none;
  color: #195760;
  padding: 10px 0px;
  font-size: 1.1rem;
  border-radius: 0px;
  border-bottom: 1px solid #d9d9d9;
}

#contactpage .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
}

#contactpage .accordion-item:last-child {
  border-bottom: none;
}

#contactpage .contactlisttop .nav-pills .nav-link.active {
  background-color: transparent;
  color: #195760;
  border-bottom: 1px solid #195760;
  border-radius: 0px;
}

#contactpage .contactlisttop .nav-pills {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

#contactpage .contactlisttop .nav-item {
  width: 25%;
  display: inline-block;
}

#contactpage .contactlisttop .nav-link {
  font-size: 1.5rem;
  padding: 0px;
  font-weight: 500;
  color: #949494;
}

#contactpage .contactlisttop .nav-link i {
  color: #195760;
}

#contactpage .contentContact li {
  list-style: none;
  padding-bottom: 10px;
}

#contactpage .contentContact li i {
  color: #6bc088;
  padding-right: 10px;
  font-size: 1.3rem;
  vertical-align: text-top;
}

#contactpage .contentContact iframe {
  border-radius: 10px;
}

#contactpage .contentContact .thirdtitle {
  font-weight: 600;
  color: #195760;
}

#contactpage .subhead {
  margin-top: 1em;
}

#contactpage .socialcontact li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

#contactpage .socialcontact li i {
  color: #6bc088;
  font-size: 1.5rem;
}

.formAllsty span {
  font-weight: 600;
  display: block;
}

.formAllsty label {
  font-weight: 600;
  padding: 10px 0px;
}

.formAllsty label .form-control {
  border: 1px solid #e0e0e0;
}

#historypage .fivesection,
#historypage .foursection,
#historypage .thirdsection,
#historypage .secondsection,
#historypage .firstone {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding: 6em 0em;
  height: 700px;
  position: relative;
}

#historypage .fivesection .boxopc,
#historypage .foursection .boxopc,
#historypage .thirdsection .boxopc,
#historypage .secondsection .boxopc,
#historypage .firstone .boxopc {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 10px;
}

#historypage .firstone {
  background-image: url(../images/then/thento4.webp);
}

#historypage .secondsection {
  background-image: url(../images/then/thento1.webp);
}

#historypage .thirdsection {
  background-image: url(../images/then/thento5.webp);
}

#historypage .foursection {
  background-image: url(../images/then/thento2.webp);
}

#historypage .fivesection {
  background-image: url(../images/then/thento3.webp);
}

#historypage .eightsection {
  background-color: #fff8ed;
}

#historypage .sevensection {
  background-image: url(../images/then/bgsign1.webp);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding: 6em 0em;
  position: relative;
}

#historypage .sevensection p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 35px;
}

#historypage .sevensection .signone {
  position: absolute;
  right: 15%;
  bottom: 40px;
}

#historypage .ninesection {
  background-image: url(../images/then/secmiddle.webp);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding: 8em 0em;
  position: relative;
}

#historypage .tensection {
  background-image: url(../images/then/bgsign2.webp);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  padding: 8em 0em;
  position: relative;
}

#historypage .tensection p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 35px;
}

#historypage .tensection .signone {
  position: absolute;
  right: 15%;
  bottom: 40px;
}

#historypage .content_tb {
  margin: 9em 0em;
}

#calendarpage .calendartop {
  margin-bottom: 40px;
}

#calendarpage .calendartop span {
  color: #195760;
  font-weight: 600;
  font-size: 1.4rem;
}

#calendarpage .calendartop a {
  text-decoration: none;
  padding: 0px 20px;
  display: inline-block;
}

#calendarpage .listevents {
  border-bottom: 1px solid #949494;
  text-align: center;
}

#calendarpage .listevents li {
  list-style: none;
  font-size: 1.3rem;
  display: inline-block;
  padding-bottom: 10px;
  margin-right: 20px;
}

#calendarpage .listevents li a {
  text-decoration: none;
  color: #666666;
}

#calendarpage .listevents li.active {
  padding-bottom: 10px;
  border-bottom: 4px solid #6bc088;
}

#calendarpage .listevents li.active a {
  color: #195760;
  font-weight: 600;
}

#calendarpage .calendargroup {
  position: relative;
  margin-bottom: 30px;
}

#calendarpage .calendargroup .title {
  font-weight: 600;
  color: #195760;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.1rem;
}

#calendarpage .calendargroup .daterange {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  top: 10px;
  left: 10px;
  color: #195760;
  padding: 10px;
  width: 36%;
}

#calendarpage .calendargroup .daterange .start {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

#calendarpage .calendargroup .daterange .start span {
  display: block;
  font-size: 0.8rem;
  margin-top: -3px;
}

#calendarpage .calendargroup .daterange .mid {
  width: 5%;
  display: inline-block;
}

#calendarpage .calendargroup .daterange .end {
  width: 40%;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

#calendarpage .calendargroup .daterange .end span {
  display: block;
  font-size: 0.8rem;
  margin-top: -3px;
}

#newspage .sticky-top {
  top: 15%;
}

#newspage .newsgroup {
  position: relative;
  margin-bottom: 50px;
}

#newspage .newsgroup .title {
  font-weight: 600;
  color: #195760;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.1rem;
}

#newspage .newsgroup .title::before {
  content: url(../images/smic.svg);
  position: absolute;
  left: -28px;
}

#newspage .newsgroup .contentnews {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9rem;
  color: #666666;
}

.readmore {
  color: #cda252;
  font-weight: 500;
  font-size: 0.9rem;
}

.readmore:hover {
  color: #89263a;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#sirirajpage .bannerontop .bannerslide .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

#sirirajpage .bannerontop .bannerslide .owl-nav .owl-prev {
  position: absolute;
  left: 0%;
}

#sirirajpage .bannerontop .bannerslide .owl-nav .owl-next {
  position: absolute;
  right: 0%;
}

#sirirajpage .sectionbhimuk {
  background-image: url(../images/bgpimuk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 780px;
}

#sirirajpage .transportation {
  background-image: url(../images/bglefttransport.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3em;
  color: #fff;
  height: 100%;
  position: relative;
}

#sirirajpage .mapgroup {
  background-image: url(../images/bgmap.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 5em;
}

#sirirajpage .mapgroup iframe {
  border-radius: 10px;
}

#sirirajpage .mapgroup iframe {
  border-radius: 10px;
}


#sirirajpage .sectionbhimuk .content {
  padding: 3em 5em;
}

.bgroomleft {
  background-image: url(../images/bgle.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 50px;
  color: #fff;
  background-position: right;
}

.bgroomleft p {
  font-weight: 300;
  font-size: 0.9rem;
}

.bgroomrig {
  background-image: url(../images/bgre.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 50px;
  color: #fff;
  background-position: right;
}

.bgroomrig .listrooms li {
  list-style: none;
  display: inline-block;
  width: 30%;
  padding: 10px;
  vertical-align: top;
}

.bgroomrig .listrooms li.active::before {
  content: "●";
  color: #cda252;
}

.bgroomrig .listrooms li.active a {
  color: #195760;
  font-weight: 600;
}

.bgroomrig .listrooms li a {
  text-decoration: none;
  color: #666666;
}

#museumindexpage .museumcat {
  position: relative;
}

#museumindexpage .museumcat::after {
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-4.73%, #352e21), color-stop(83.85%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #352e21 -4.73%, rgba(0, 0, 0, 0) 83.85%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: "";
}

#museumindexpage .museumcat .contentmu {
  position: absolute;
  color: #fff;
  bottom: 0;
  z-index: 1;
  width: 100%;
  left: 0;
}

#museumindexpage .museumcat .contentmu h2 {
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding: 20px 0px;
  font-size: 2rem;
  position: relative;
}

#museumindexpage .museumcat .contentmu h2:hover:after {
  width: 100%;
  left: 0;
}

#museumindexpage .museumcat .contentmu h2:after {
  width: 100%;
  right: 0;
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  background: #fff;
  -webkit-transition: width 0.5s ease 0s, right 0.5s ease 0s;
  transition: width 0.5s ease 0s, right 0.5s ease 0s;
  width: 0;
}

#museumindexpage .museumcat .contentmu .group .left {
  display: inline-block;
  width: 10%;
  vertical-align: top;
  font-weight: 600;
}

#museumindexpage .museumcat .contentmu .group .left i {
  margin-right: 5px;
}

#museumindexpage .museumcat .contentmu .group .right {
  display: inline-block;
  width: 70%;
  font-weight: 400;
}

#museumindexpage .hoverstyle figure {
  border-radius: 0px;
}

#museumindexpage .hoverstyle figure div {
  border-radius: 0px;
}

#museumindexpage .hoverstyle figure a img {
  border-radius: 0px;
}

#museumindexpage .hoverstyle:hover figure a img {
  border-radius: 0px;
}

#museumindexpage .sectionone {
  background-color: #cda252;
  color: #fff;
}

#museumindexpage .sectionone h5 {
  font-size: 1.5rem;
  font-weight: 400;
}

#museumindexpage .btndetail {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
}

#museumindexpage .btndetail:hover {
  background-color: #fff;
  color: #4d0e3d;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#museumpage .listrooms li {
  width: 49%;
  vertical-align: top;
}

#museumpage .bannerontop .bannerslide .owl-nav {
  position: absolute;
  bottom: 20%;
  width: 100%;
}

#museumpage .bannerontop .bannerslide .owl-nav .owl-prev {
  position: absolute;
  left: 0%;
}

#museumpage .bannerontop .bannerslide .owl-nav .owl-next {
  position: absolute;
  right: 0%;
}

#museumpage .mapgroup {
  background-image: url(../images/bgmap.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 5em;
}

#museumpage .mapgroup iframe {
  border-radius: 10px;
}

#museumpage .transportation {
  background-image: url(../images/bglefttransport.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3em;
  color: #fff;
  height: 100%;
  position: relative;
}


#museumpage .transportation .symb {
  position: absolute;
  right: 0%;
  z-index: 1;
  left: inherit;
  top: 0;
}

#museumpage .transportation .symb img {
  width: 70%;
}

#museumpage .transportation .accordion-item {
  border: none;
  padding: 10px 0px;
  border-radius: 8px;
  background-color: transparent;
}

#museumpage .transportation .accordion-item .accordion-header {
  font-weight: 600;
}

#museumpage .transportation .accordion-item .accordion-body {
  padding: 10px 0px;
  font-size: 1rem;
  color: #fff;
  background-color: transparent;
}

#museumpage .transportation .accordion-item .accordion-button {
  background-color: transparent;
  font-weight: 500;
  border: none;
  color: #fff;
  padding: 10px 0px;
  font-size: 1.1rem;
  border-radius: 0px;
  border-bottom: 1px solid #d9d9d9;
}

#museumpage .transportation .accordion-item .accordion-button::after,
#museumpage .transportation .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#museumpage .transportation .accordion-item:last-child {
  border-bottom: none;
}

#virtualpage .sectionbg {
  background-image: url(../images/virtualbg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

#virtualpage .virtcontent {
  margin-bottom: 50px;
}

#donatepage .sectiondonate {
  background-image: url(../images/donatebg.webp);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3em 0em;
}

#donatepage .sectiondonate .donatebox {
  border: 2px solid #195760;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  color: #666666;
}

#donatepage .sectiondonate .donatebox span {
  font-weight: 600;
  color: #195760;
}

#donatepage .sectiondonate .donatebox .banklogo {
  margin-right: 10px;
}

#donatepage .grouptable .donatebank thead {
  background-color: #e0e0e0;
}

#donatepage .grouptable .donatebank tbody tr th {
  font-weight: 600;
}

.text-topic {
  font-size: 1rem;
  color: #195760;
  font-weight: 600;
}

.text-review {
  color: #666666;
  font-size: 0.9rem;
  font-weight: 400;
}

.text-yellow-400 {
  width: 20px !important;
  height: 20px !important;
}

.text-yellow-200 {
  width: 20px !important;
  height: 20px !important;
}

.reviewimgone img,
.reviewimgtwo img {
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  transform: translate(0px, -90px);
}

.media-body a {
  color: #195760;
  ;
  font-size: 1em;
  padding: 10px 0px;
  display: block;
  text-decoration: none;
}

.media-body p {
  font-size: 0.9rem;
  color: #949494;
}

.icl {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

.locationdetail_c {
  display: inline-block;
  width: 55%;
  font-size: 0.9rem;
}

.locationdetail_c p {
  margin-top: initial;
}



#homepage .news-slide-sl.owl-theme .owl-dots .owl-dot.active span,
#homepage .news-slide-sl.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #195760;
}

#homepage .news-slide-sl.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}

#homepage .news-slide-sl.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 7px;
  border-radius: 10px;
  margin: 5px;
}

/*----------- RESPONSIVE --------------*/
@media (max-width: 1499px) {
  .icl {
    width: 35%;
  }
}

@media (max-width: 1399px) {
  .icl {
    width: 33%;
  }

  #menugroup .mainmenu ul li {
    font-size: 1rem;
    margin-left: 15px;
  }

  #menugroup .mainlogo a img {
    width: 100%;
  }
}

@media (max-width: 1199px) {

  #homepage .bgnewsindex .hoverstyle:hover figure a img {
    border-radius: 0px 10px 10px 0px;
  }

  #homepage .bgnewsindex .hoverstyle figure a img {
    border-radius: 0px 10px 10px 0px;
  }

  .icl {
    width: 40%;
  }

  #homepage .ticketsbg {
    -webkit-transform: translate(60px, 0px);
    transform: translate(60px, 0px);
  }

  #homepage .bannerbg .bannerslide.owl-theme .owl-dots {
    position: absolute;
    top: 40%;
    left: 3%;
  }

  #homepage .bannerbg .captionban {
    padding-top: 3em;
  }

  #homepage .bannerbg .captionban h1 {
    font-size: 3rem;
  }

  #homepage .bannerbg .captionban span {
    font-size: 2rem;
  }

  #homepage .bannerbg .picbanner img {
    width: 100%;
  }

  #museumindexpage .sectionone h5 {
    font-size: 1.3rem;
  }

  #museumindexpage .museumcat .contentmu .group .right {
    width: 75%;
  }

  #museumindexpage .museumcat .contentmu .group .left {
    width: 20%;
  }

  #museumpage .transportation {
    padding: 2em;
  }

  #museumpage .transportation .symb img {
    width: 55%;
  }

  #museumpage .mapgroup {
    padding: 3em;
  }

  #museumpage .sectionone h5 {
    font-size: 1.3rem;
  }

  .thirdhead {
    font-size: 1.2rem;
  }

  .headtitle {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Sarabun", sans-serif;
  }

  .headtitle h2,
  .headtitle h3,
  .headtitle h1 {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Sarabun", sans-serif;
  }

  .headtitle h2 span,
  .headtitle h3 span,
  .headtitle h1 span {
    font-size: 1.5rem;
  }

  #visitpage .bgpricered {
    padding: 10px 20px;
  }

  #visitpage .bgpriceright {
    padding: 10px 0px;
  }

  #visitpage .icongroup {
    width: 20%;
  }

  #visitpage .rulect {
    width: 75%;
  }

  .wrapper_pad {
    width: 95%;
  }

  #newspage .swaporder_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #newspage .swaporder_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #newspage .newsgroup .title {
    padding-top: 20px;
  }

  #newspage .newsgroup .contentnews {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #visitpage .reserveTicketgroup {
    -webkit-transform: translate(42px, 20px);
    transform: translate(42px, 20px);
  }

  #visitpage .reserveTicketgroup .grouptour {
    padding: 2em;
    bottom: 12%;
  }

  #sirirajage #gallerySlide .owl-nav .owl-next,
  #sirirajage #gallerySlide .owl-nav .owl-prev {
    top: 20%;
  }

  #menugroup .mainmenu li {
    margin-left: 5px;
  }

  #menugroup .mainmenu li a {
    font-size: 0.8rem;
  }

  #menugroup .mainmenu {
    margin-top: 20px;
  }

  #visitpage .ticketsbg {
    -webkit-transform: translate(65px, 0px);
    transform: translate(65px, 0px);
  }

  #visitpage .formdoc {
    font-size: 1.1rem;
    padding: 2em;
  }

  #visitpage .opentime .left {
    width: 18%;
  }

  #visitpage .opentime .right {
    width: 80%;
  }

  #contactpage .contactlisttop .nav-link {
    font-size: 1.2rem;
  }

  .date {
    font-size: 0.8rem;
  }

  .shareSocial li {
    font-size: 0.8rem;
  }

  #activitypage .content {
    font-size: 0.85rem;
  }

  .fortitle {
    font-size: 1rem;
  }

  .exhibg {
    background-position: top;
  }

  #aroundpage .listdetail_ard .locationdetail_c {
    font-size: 16px;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .colorstatus-calendar {
    margin: 0px;
    font-size: 0.9rem;
  }

  .colorstatus-calendar li span {
    width: 10px;
  }

  #homepage .bgnewsindex .hoverstyle figure {
    border-radius: 10px 10px 0px 0px;
  }

  #homepage .bgnewsindex .hoverstyle figure div {
    border-radius: 10px 10px 0px 0px;
  }

  #homepage .bgnewsindex .hoverstyle figure a img {
    border-radius: 10px 10px 0px 0px;
  }

  #homepage .bgnewsindex .hoverstyle:hover figure a img {
    border-radius: 10px 10px 0px 0px;
  }


  .bannerontop .popdescop .popupcontent {
    padding: 20px;
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 25px;
  }

  #homepage .bgnewsindex .bgoverl {
    border-radius: 0px 0px 10px 10px;
  }

  #mobilemenu .mainlogo {
    padding-bottom: 20px;
  }

  #aroundpage .listdetail_ard .locationdetail_c {
    width: 60%;
  }

  .wrapper_pad {
    width: 100%;
  }

  #homepage .sectionvid .video_group .covervid img {
    height: 450px;
    object-fit: cover;
  }

  .reviewimgtwo img,
  .reviewimgone img {
    transform: translate(0px, 0px);
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #aroundpage .scrollboxlocation {
    height: 300px;
  }

  #aroundpage .boxlocationdetails {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
  }

  #footer .accordion {
    margin: 10px 0px;
  }

  #footer .footermenu ul li {
    padding: 5px 0px;
    display: block;
  }

  #footer .footermenu ul li a {
    color: #666666;
    text-decoration: none;
  }

  #footer .footersidebgmb {
    display: block;
  }

  #footer .accordion-item {
    border: none;
    padding: 10px 0px;
    background-color: transparent;
    border-radius: 8px;
  }

  #footer .accordion-item .accordion-header {
    font-weight: 600;
  }

  #footer .accordion-item .accordion-body {
    padding: 10px 0px;
    font-size: 0.85rem;
    color: #666666;
    background-color: transparent;
  }

  #footer .accordion-item .accordion-button {
    background-color: transparent;
    font-weight: 600;
    border: none;
    color: #195760;
    padding: 5px 0px;
    font-size: 0.9rem;
    border-radius: 0px;
    border-bottom: 1px solid #195760;
  }

  #footer .accordion-item .accordion-button:not(.collapsed)::after {
    -webkit-filter: brightness(100) invert(1);
    filter: brightness(100) invert(1);
  }

  #footer .accordion-item:last-child {
    border-bottom: none;
  }

  #footer .footerlogo {
    text-align: center;
    width: 65%;
    padding: 1em 0em;
  }

  #footer .footersidebg {
    display: none;
  }

  #footer .footerlist {
    margin-bottom: 0px;
    padding: 20px;
  }

  #contactpage .symbolBig img {
    width: 60%;
  }

  .offcanvas.offcanvas-top {
    height: 220px;
  }

  .searchmb {
    background-color: transparent;
    border: none;
  }

  .searchmb i {
    color: #cda252;
    font-size: 1.5rem;
  }

  .donate {
    background-color: #89263a;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 500;
    display: inline-block;
    margin: 20px 10px;
  }

  .donate a {
    color: #fff !important;
    text-decoration: none;
  }

  .choose-size {
    display: inline-block;
    border-radius: 50px;
    padding: 5px 20px;
    margin-left: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 10px;
    background-color: #195760;
    color: #fff;
  }

  .choose-size span {
    padding-right: 15px;
    opacity: 0.8;
  }

  .choose-size button {
    border: none;
    background: none;
    color: #fff;
    line-height: 0.75;
  }

  .choose-size .fontsize_s {
    font-size: 0.75rem;

  }

  .choose-size .fontsize_m {
    font-size: 1rem;

  }

  .choose-size .fontsize_l {
    font-size: 1.3rem;

  }

  .swaporder_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .swaporder_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mobilemm li {
    list-style: none;
  }

  .mobilemm li a {
    text-decoration: none;
    padding-right: 5px;
  }

  .wrap_menu {
    padding: 15px 0px 0px 0px;
  }

  .wrap_menu.sticky {
    padding: 5px 0px;
  }

  .wrap_menu.sticky .mainlogo a img {
    width: 30%;
  }

  .mainlogo a img {
    width: 40%;
  }

  .Cropscroll {
    padding: 8px 0px;
    color: #fff;
    overflow: auto;
    white-space: nowrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }

  .zeynep {
    background-color: #fff;
    color: #404143;
    width: 295px;
    right: auto;
    left: 0;
  }

  .zeynep ul {
    list-style-type: none;
    padding: 0;
    padding-left: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .zeynep ul>li {
    display: block;
  }

  .zeynep ul>li>a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 20px;
    text-decoration: none;
    -webkit-transition: all 150ms;
    transition: all 150ms;
  }

  .zeynep ul>li>a:hover {
    background-color: #efefef;
    border-radius: 3px;
  }

  .zeynep ul>li:not(:last-child)>a {
    border-bottom: 1px solid #efefef;
  }

  .zeynep ul>li.has-submenu>a {
    background-image: url("../images/submenu-ar.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
  }

  .zeynep ul>li.has-submenu>a:hover {
    background-image: url("../images/submenu-ar.svg");
  }

  .zeynep .submenu {
    background-color: #ffffff;
    left: 295px;
  }

  .zeynep .submenu-header {
    background-image: url("../images/menu-back.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    border-bottom: solid 1px #efefef;
    cursor: pointer;
    position: relative;
  }

  .zeynep .submenu-header>a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 20px;
    padding-left: 40px;
    text-decoration: none;
  }

  .zeynep .submenu-header>a:before {
    background-image: url("../images/submenu-ar.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    content: "";
    height: 100%;
    left: 26px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 20px;
  }

  .zeynep-opened body {
    overflow: hidden;
  }

  .btn-open {
    border: 0;
    display: inline-block;
    outline: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
  }

  .btn-open i {
    font-size: 1.5rem;
    color: #cda252;
  }

  .btn-open:active {
    -webkit-box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  }

  .btn-open.first {
    background-color: transparent;
  }

  #visitpage .bgmap {
    padding: 1em;
  }

  #visitpage .bgmap .title {
    font-size: 1.3rem;
  }

  #visitpage .bgmap .listmap li {
    padding: 10px 0px;
    font-size: 0.9rem;
  }

  #visitpage .sectionone {
    padding: 5em 0em 3em 0em;
  }

  #visitpage .sectionone .toptopicvisit {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }

  #visitpage .sectionone .symbol {
    bottom: -20%;
  }

  #visitpage .sectionone .symbol img {
    width: 60%;
  }

  #visitpage .opentime .left {
    width: 10%;
  }

  #visitpage .ticketsbg {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    border-radius: 10px;
  }

  #visitpage .icongroup {
    width: 23%;
  }

  #visitpage .rulect {
    width: 70%;
  }

  #visitpage .iconrule_one {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }

  #visitpage .iconrule_one img {
    width: 60%;
  }

  #visitpage .iconrule {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }

  #visitpage .iconrule img {
    width: 80%;
  }

  #visitpage .reserveTicketgroup {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }

  #visitpage .reserveTicketgroup .groupticket {
    border-radius: 10px;
  }

  #visitpage .reserveTicketgroup figure img {
    border-radius: 10px;
  }

  .headtitle {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Sarabun", sans-serif;
  }

  .headtitle h2,
  .headtitle h3,
  .headtitle h1 {
    font-size: 2rem;
    font-weight: 600;
    font-family: "Sarabun", sans-serif;
  }

  .headtitle h2 span,
  .headtitle h3 span,
  .headtitle h1 span {
    font-size: 1.5rem;
  }

  #sirirajage .sectioncategory .groupcate .contentbimuksthan {
    padding: 2em;
  }

  #sirirajage .sectioncategory .groupcate .contentbimuksthan .title {
    font-size: 1.5rem;
  }

  #sirirajage .sectiondetailsum h3 {
    font-size: 2.5rem;
  }

  #sirirajage .sectionone h5 {
    font-size: 1rem;
  }

  #museumindexpage .museumcat img {
    width: auto;
  }

  #museumindexpage .museumcat .contentmu {
    padding-bottom: 30px;
  }

  #museumindexpage .museumcat .contentmu .group .right,
  #museumindexpage .museumcat .contentmu .group .left {
    width: 100%;
  }

  #museumindexpage .sectionone h5,
  #museumpage .sectionone h5 {
    font-size: 1rem;
  }

  #museumindexpage .sectionvid,
  #museumpage .sectionvid {
    padding: 2em 0em;
  }

  #museumindexpage .sectionvid .video_group figure,
  #museumpage .sectionvid .video_group figure {
    width: 100%;
  }

  #museumindexpage .sectionvid .video_group figure h2,
  #museumpage .sectionvid .video_group figure h2 {
    font-size: 1.8rem;
    padding-top: 10px;
  }

  #museumindexpage .sectionvid .video_group .wrapper,
  #museumpage .sectionvid .video_group .wrapper {
    width: 39px;
    height: 39px;
  }

  #museumindexpage .sectionvid .video_group .wrapper .circle,
  #museumpage .sectionvid .video_group .wrapper .circle {
    width: 60px;
    height: 60px;
  }

  #homepage .collectiongroup .collection_slider .owl-nav .owl-next {
    right: 0;
    top: -11em;
  }

  #homepage .collectiongroup .collection_slider .owl-nav .owl-next img {
    width: 60%;
  }

  #homepage .collectiongroup .collection_slider .owl-nav .owl-prev {
    left: 0;
    top: -11em;
  }

  #homepage .collectiongroup .collection_slider .owl-nav .owl-prev img {
    width: 60%;
  }

  #homepage .bannerbg {
    height: auto;
  }

  #homepage .bannerbg .bannerslide.owl-theme .owl-dots {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #homepage .bannerbg .captionban {
    padding-top: 3em;
  }

  #homepage .bannerbg .captionban h1 {
    font-size: 2rem;
  }

  #homepage .bannerbg .captionban span {
    font-size: 1.5rem;
  }

  #homepage .mtmore {
    margin-top: 4em;
  }

  #homepage .highlightcontent {
    padding: 0px;
  }

  #homepage .highlightcontent span {
    margin-top: 10px;
  }

  #homepage .ticketsbg {
    -webkit-transform: translate(0px);
    transform: translate(0px);
    border-radius: 10px 10px 0px 10px;
  }

  #homepage .ticketsbg .booking {
    margin-right: 0px;
  }

  #homepage .ticketsbg .booking a {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
  }

  #homepage .sectionvid .video_group .wrapper {
    width: 35px;
    height: 35px;
  }

  #homepage .sectionvid .video_group .wrapper .circle {
    width: 55px;
    height: 55px;
  }

  #aroundpage .sidesym {
    display: none;
  }

  .btn-full,
  .btn-joinact {
    margin-top: 20px;
  }

  .bannerontop .popdescop_left {
    position: relative;
    left: 0;
  }

  .bannerontop .popdescop {
    position: relative;
    right: 0;
  }

  .bannerontop .popdescop .closepop {
    margin-top: -37px;
  }

  .bannerontop .popdescop .popupcontent {
    padding: 20px;
  }

  .bannerontop .popdescop .popupcontent h1 {
    font-size: 1.3rem;
  }

  .bannerontop .popdescop .popupcontent p {
    font-size: 0.85rem;
  }

  #historypage .fivesection,
  #historypage .foursection,
  #historypage .thirdsection,
  #historypage .secondsection,
  #historypage .firstone {
    height: auto;
  }

  #historypage .tensection p,
  #historypage .sevensection p {
    font-size: 1.1rem;
  }

  #sirirajpage .mapgroup {
    padding: 2em;
  }

  .icl {
    display: inline-block;
    width: 25%;

  }

  .locationdetail_c {
    display: inline-block;
    width: 60%;

  }

  .reviewsection {
    height: auto;
  }
}


@media (max-width: 767px) {
  #footer .footerlogo img {
    width: 60%;
  }

  .icl {
    width: 35%;
  }

  .locationdetail_c p {
    font-size: 0.8rem;
  }

  #menugroup .anncgroup {
    padding: 5px;
    font-size: 0.8rem;
  }

  .marquee {
    font-size: 0.8rem;
    height: 25px;
  }

  #sirirajpage .transportation {
    padding: 1em 0em;
  }

  .tablespec td,
  .tablespec th {
    font-size: 0.8rem;
  }

  #homepage .bgnewsindex .bgoverl {
    border-radius: 0px 0px 10px 10px;
  }

  #homepage .bgnewsindex .hoverstyle:hover figure a img {
    border-radius: 10px 10px 0px 0px;
  }

  #homepage .bgnewsindex .hoverstyle figure a img {
    border-radius: 10px 10px 0px 0px;
  }



  #homepage .newsindexbg {
    padding: 1em 0em 1em 0em;
  }

  #homepage .mtmore {
    margin: 2em 0em;
  }

  #homepage .highlightcontent .title,
  #homepage .highlightcontent p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #homepage .highlightsld.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
  }

  #homepage .highlightsld.owl-theme .owl-dots .owl-dot span,
  #homepage .bannerbg .bannerslide.owl-theme .owl-dots .owl-dot span,
  .reviewslider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 3px;
  }

  .text-review {

    font-size: 0.9rem;
  }

  .reviewimgtwo img {
    transform: translate(0px, 0px);
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .reviewimgone img {

    margin-bottom: 10px;
    margin-top: 10px;
  }

  .collectionss .title {
    font-size: 0.9rem;
  }

  #calendarpage .calendartop img {
    width: 50%;
  }

  #calendarpage .listevents li {
    font-size: 1rem;
  }

  .bannerontop .popupcontent h2,
  .bannerontop .popupcontent h1 {
    font-size: 1.3rem;
  }

  .bgroomleft p {
    font-size: 0.85rem;
    line-height: 25px;
  }

  .bgroomrig {
    padding: 30px;
  }

  .bgroomrig .listrooms li {
    width: 49%;
    font-size: 0.85rem;
    padding: 10px 5px;
  }

  .subhead h3,
  .headtitle {
    font-size: 1.3rem;
  }

  .thirdhead h2 {
    font-size: 0.9rem;
  }

  #footer .content_footer {
    font-size: 0.8rem;
  }

  #footer .footerlogo {
    width: 100%;
  }

  #sirirajpage .sectionbhimuk {
    height: auto;
  }

  #sirirajpage .sectionbhimuk .content {
    padding: 1em;
  }

  .readmoreLink {
    font-size: 0.85rem;
  }

  #donatepage .sectiondonate .donatebox {
    font-size: 0.85rem;
  }

  #mobilemenu .wrap_menu.sticky .mainlogo a img {
    width: 50%;
  }

  #mobilemenu .mainlogo a img {
    width: 100%;
  }

  #homepage .newsgroup .contentnews {
    font-size: 0.85rem;
  }

  #homepage .slideabout .owl-item {
    font-size: 0.9rem;
  }

  #homepage .sectionvid .video_group figure h2 {
    font-size: 1rem;
  }

  #homepage .sectionvid .video_group .wrapper {
    width: 29px;
    height: 29px;
  }

  #homepage .sectionvid .video_group .wrapper .circle {
    width: 50px;
    height: 50px;
  }

  #homepage .sectionvid .video_group .covervid img {
    width: auto;
  }

  #homepage .newsgroup .title {
    padding-top: 10px;
  }

  #homepage .opentime .left {
    width: 20%;
  }

  .subhead {
    font-size: 1.3rem;
  }

  .headtitle h3,
  .headtitle h1,
  .headtitle h2 {
    font-size: 1.3rem;
  }

  .contentsub {
    font-size: 1rem;
  }

  #museumindexpage .museumcat .contentmu h2 {
    font-size: 1.8rem;
  }

  #museumindexpage .btndetail {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 1rem;
  }

  #calendarpage .calendartop a {
    padding: 0px 10px;
  }

  #museumpage .sectionvid .video_group figure h2 {
    font-size: 1.2rem;
  }

  #museumpage .sectionvid .video_group .wrapper {
    width: 29px;
    height: 29px;
  }

  #museumpage .sectionvid .video_group .wrapper .circle {
    width: 50px;
    height: 50px;
  }

  #museumpage .transportation {
    padding: 1em;
  }

  #museumpage .transportation .symb img {
    width: 50%;
  }

  #museumpage .mapgroup {
    padding: 2em;
  }

  #visitpage .reserveTicketgroup .grouptour {
    bottom: 14%;
    padding: 1em;
  }

  #visitpage .reserveTicketgroup .groupticket {
    padding: 1em 0em;
  }

  #visitpage .tourct p {
    font-size: 0.85rem;
  }

  #visitpage .ticketsbg .content .fourhead {
    font-size: 1.3rem;
    padding-top: 20px;
  }

  #visitpage .bgpriceright,
  #visitpage .bgpricered {
    font-size: 0.9rem;
  }

  #visitpage .opentime .left {
    width: 15%;
  }

  #visitpage .opentime .left i {
    font-size: 1.5rem;
  }

  #visitpage .opentime .right h4 {
    font-size: 1.1rem;
  }

  #visitpage .border-end {
    border-right: 0px !important;
  }

  #careerpage .careergroup {
    padding: 20px;
  }

  #careerpage .careergroup .icondoc {
    text-align: left;
    border-right: none;
  }

  #careerpage .careergroup .buttongroup .btnsub {
    margin-top: 20px;
  }
}

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