@font-face {
  font-family: "HeaventRoundedv";
  src: url("../fonts/DB\ HeaventRoundedv3.2.1.woff");
}

body {
  font-family: HeaventRoundedv;
  font-size: 18px;
}

.bg {
  background-color: aqua;
}

.container-head {
  padding: 0 10% 0 10%;
}

.container-event-news {
  padding: 0 3% 0 3%;
}

.logo {
  position: absolute;
  width: 180px;
  top: -45px;
  z-index: 999;
}

.img-logo {
  border-radius: 50%;
}
.text-title {
  font-size: 20px;
}

.container-title {
  display: flex;
  justify-content: center;
  /* background: #37bc9b; */
  margin: 20px;
  /* height: 200px; */
}

.store {
  /* background-image: url("../images/bg/MARK4-2.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #ab0007;
}

.container-store {
  padding: 10px 10% 40px 10%;
  /* margin-top: 10px; */
}

.img-logo-store {
  border-radius: 50%;
  padding: 5px;
  width: 120px;
}

.img-aboutus {
  border-radius: 50%;
  padding: 5px;
  width: 150px;
}

.aboutus-bg {
  background: #9a723c;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #9a723c, #b49d59);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #9a723c, #b49d59);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #9a723c, #b49d59);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #9a723c, #b49d59);
  /* Standard syntax */
}

.about-us {
  /* background-image: url("../images/BG_ABOUT_US_v2.jpg"); */
  /* Center and scale the image nicely */
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.box-title-black {
  width: 180px;
  height: 50px;
  line-height: 50px;
  /* background: #434a54; */
  color: #000;
  border: 2px solid #000;
  text-align: center;
  font-size: 18px;
}

.box-title-white {
  width: 180px;
  height: 50px;
  line-height: 50px;
  /* background: #434a54; */
  color: white;
  border: 2px solid white;
  text-align: center;
  font-size: 18px;
}

.box-event {
  align-items: center;
  padding: 0 5% 20px 6%;
  /* background-image: url("../images/bg/MARK2-1.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #f9f3ec;
}

.box-news {
  align-items: center;
  padding: 2% 5% 20px 5%;
  /* background-image: url("../images/bg/MARK3-1.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #ab0007;
}

.box-news-bg {
  /* display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg/bg3_no.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: gray; */
}

.box-new {
  display: block;
  width: 100%;
  border: 1px solid white;
  border-radius: 10px;
  background-color: white;
  padding: 10px;
  margin: 5px;
}

.box-new h4 {
  margin-top: 15px;
}

.box-text {
  padding: 0px 10% 3%;
  font-size: 18px;
}

.gallery {
  /* background-image: url("../images/bg/MARK5-1.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #f9f3ec;
}

.circle {
  /* width: 620px;
    height: 620px; */
  background-color: #ab0007;
  border: solid 1px #ab0007;
  border-radius: 100%;
  position: relative;
  /* left: -250px;
    top: -30px; */
  z-index: 2;
  text-align: center;
  /* margin-bottom: -630px; */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  display: flex;
  justify-content: flex-end;
}

.circle .circle-text {
  display: block;
  width: 250px;
  height: auto;
  z-index: 55555;
  /* border: 1px solid #000; */
  position: absolute;
  top: 35%;
  right: 16%;
  /* position: absolute; */
}

.circle .circle-text span {
  font-size: 16px;
}

.img-jkung {
  width: 35%;
  transform: rotateY(0deg) rotate(45deg);
  position: relative;
  left: 0;
}

.set-box {
  /* position: relative;
    top: -720px; */
  /* background-image: url("../images/bg/MARK6-1.png"); */
  /* background-repeat: no-repeat;*/
  background-size: 100% 100%;

  /* ให้ภาพครอบคลุมพื้นที่ */

  display: block;
  width: 100%;
  /* height: 680px; */
  background-color: #f9f3ec;
}

.text-white {
  color: white;
}

.text-gold {
  color: #daa520;
}

.text-black {
  color: #2d2d2c;
}
.text-red {
  color: #ab0007;
}
.section-padding-top {
  padding-top: 20px;
}

.box-about-item-right {
  height: 13rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: right;
  text-align: right;
}

.box-about-item-right h4 {
  color: #ab0007;
}

/* .box-about-item-right span {
    color: #ab0007;
} */

.box-about-item-left {
  /* height: 13rem; */
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: left;
  text-align: left;
  margin-top: 5%;
  margin-bottom: 5%;
}

.box-about-item-left h4 {
  color: #ab0007;
}

/* .box-about-item-left span {
    color: 11px;
} */

.map-bg {
  /* background-image: url("../images/bg/MARK7-1.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-color: #f9f3ec; */
  background-color: #f9f3ec;
  /* margin-top: 10px; */
}

.icon-size {
  font-size: 25px;
  color: white;
  vertical-align: middle;
  margin: 5px;
}

.img-icon-size {
  width: 32px;
  vertical-align: middle;
  margin: 5px;
  background-color: white;
}

.text-color-white {
  color: white;
  vertical-align: middle;
}
.text-aboutus {
  text-align: left;
}

/* swiper-container {
    width: 100%;
    height: 100%;

 } */

swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* For mobile phones: */
@media only screen and (max-width: 600px) {
  .circle {
    /* width: 300px;
        height: 300px; */
    background-color: #ab0007;
    border: solid 1px #ab0007;
    border-radius: 100%;
    position: relative;
    /* left: -130px;
        top: -10px; */
    z-index: 2;
    text-align: center;
    /* margin-bottom: -230px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
      rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  }

  .circle .circle-text {
    display: block;
    width: 150px;
    height: auto;
    z-index: 55555;
    /* border: 1px solid #000; */
    position: absolute;
    bottom: -50px;
    right: 10px;
  }

  .circle .circle-text span {
    font-size: 8px;
  }

  .img-jkung {
    width: 40%;
    transform: rotateY(0deg) rotate(45deg);
    position: relative;
    left: -10px;
  }
  .box-about-item-right {
    height: 13rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  .box-about-item-left {
    /* height: 13rem; */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  .text-aboutus {
    text-align: center;
  }
  .rotateslider-container {
    position: relative;
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #efefef; */
  }
  .rotateslider-container .rotateslider-item.next {
    display: none;
  }
  .rotateslider-container .rotateslider-item.prev {
    display: none;
  }
  .rotateslider-container .rotateslider-item.now {
    width: 90%;
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  .rotateslider-container .arrow.left {
    left: 10%;
  }

  .rotateslider-container .arrow.right {
    right: 10%;
  }
}

/* For tablets: */
@media only screen and (min-width: 600px) {
}

/* For desktop: */
@media only screen and (min-width: 768px) {
}
