*{
	font-family: Calibri !important;
}
.MsoNormal span,.page-content>p,.page-content>p span{
	font-size: 16pt !important;
	line-height: 2rem !important;
}
.MsoNormal img{
	width: 60% !important;
	margin: 0 auto;
	display: block;
}
.html-bg {
  width: 100%;
  height: auto;
}

.hid-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar {
  font-weight: 700;
  font-size: 20px;
  background: #ff9c99 !important;
}

.nav-item {
  width: 110px;
  height: 80px;
  background: #efefef;
  margin: 10px;
}

.m-icon {
  display: block;
  width: 50px;
  position: absolute;
  left: 19px;
}

.head-logo {
  width: 90px;
  display: block;
}

.arrow-down {
  width: 20px;
  padding-top: 2px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 99;
  top: 36px;
  left: -6px;
  background: #fff;
  box-shadow: 1px 1px 7px #ccc;
}

.dropdown-menu .menu {
  padding: 10px 12px;
}

.dropdown-menu .menu:hover {
  background: #f5f1f1;
}

.navbar-cont {
  position: relative;
  margin-right: 30px;
}

.navbar-cont .nav-txt {
  visibility: visible;
}

.navbar-cont:hover .dropdown-menu {
  visibility: visible;
}

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

.po-sb {
  position: absolute;
}

.pad-bt {
  padding-bottom: 30px;
}

.txt1 {
  font-size: 80px;
  top: 8%;
  left: 23%;
  font-weight: bold;
}

.txt2 {
  color: #fff;
  font-size: 58px;
  top: 21%;
  left: 21%;
  font-weight: bold;
}

.txt3 {
  font-size: 26px;
  top: 23%;
  left: 20%;
  line-height: 20px;
}

.txt4 {
  font-size: 26px;
  top: 35%;
  left: 20%;
  line-height: 20px;
}

.txt5 {
  font-size: 42px;
  top: 44.8%;
  left: 21%;
  font-weight: bold;
}

.txt6 {
  font-size: 26px;
  top: 47.4%;
  left: 21%;
  line-height: 20px;
}

.txt5 {
  font-size: 42px;
  top: 44.8%;
  left: 21%;
  font-weight: bold;
}

.txt6 {
  font-size: 26px;
  top: 47.4%;
  left: 21%;
  line-height: 20px;
}

.txt7 {
  font-size: 42px;
  top: 49.4%;
  left: 56%;
  font-weight: bold;
}

.txt8 {
  font-size: 26px;
  top: 53.4%;
  left: 56%;
  line-height: 20px;

}

.txt9 {
  color: #fff;
  font-size: 58px;
  top: 60.3%;
  left: 40%;
  font-weight: bold;
}

.txt10 {
  text-align: center;
  font-size: 36px;
  top: 63%;
  width: 100%;
  font-weight: bold;
  line-height: 20px;
}

.txt11 {
  text-align: center;
  font-size: 32px;
  top: 66%;
  left: 30%;
}

.txt12 {
  text-align: center;
  font-size: 32px;
  top: 66%;
  left: 55%;
}

.txt13 {
  text-align: center;
  font-size: 36px;
  top: 70%;
  width: 100%;
  font-weight: bold;
  line-height: 20px;
}


.txt14 {
  text-align: center;
  font-size: 32px;
  top: 73%;
  left: 30%;
}

.txt15 {
  text-align: center;
  font-size: 32px;
  top: 73%;
  left: 55%;
}

.txt16 {
  text-align: center;
  font-size: 36px;
  top: 76%;
  width: 100%;
  font-weight: bold;
  line-height: 20px;
}

.txt17 {
  text-align: center;
  font-size: 30px;
  top: 77.8%;
  width: 100%;
  line-height: 34px;
}

.cont-f-img {
  width: 100%;
  height: 400px;
}


.sm-title {
  font-size: 30px;
  padding: 30px 0;
  font-weight: bold;
  text-align: center;
}

.st-box {
  width: 750px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pi-box {
  width: 550px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.st-user {
  width: 230px;
  height: 300px;
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  cursor: pointer;
  transition: all .4s;
  transform-style: preserve-3d;
  transform: rotateY(0);
  animation-fill-mode: both;
}

.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  background: #fff;
  padding: 20px;
}

.front {
  z-index: 2;
  backface-visibility: hidden;
}

.back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  background: #fff;
  padding: 16px;
  overflow: scroll;
  overflow-x: hidden;
}

.back::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.back::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ff9c99;
}

.stamni {
  transform: rotateY(180deg);
  animation-fill-mode: both;
}

.st-icon {
  width: 190px;
  height: 210px;
  margin-bottom: 10px;
  background: #e5e5e5;
}

.st-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.f-screen {
  width: 100%;
  height: 50vh;
  background: #ff9c99;
  color: #fff;
  font-size: 110px;
  font-weight: bold;
  text-align: center;
}

.f-scr-img {
  display: block;
  width: 80%;
  margin: 50px auto;
}

.image {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  margin-block: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

.image img {
  overflow: hidden;
  width: 80%;
  max-width: 100%;
  border-radius: 16px;
}

.image .caption {
  text-align: center;
  padding: 8px;
}

.sidebar {
  margin: 30px;
  margin-left: 50px;
  padding: 0;
  width: 20%;
  position: sticky;
  height: 100vh;
  overflow: visible;
  top: 220px;
  border-radius: 0px 20px 20px 0px;
  align-self: flex-start;
}

.sidebar a {
  display: block;
  color: white;
  padding: 16px;
  text-decoration: none;
  font-size: 18px !important;
  font-family: "Kanit", sans-serif;
  border-radius: 0px 20px 20px 0px;
}

.sidebar .bar-name {
  font-size: 24px;
  color: #fff;
}

.sidebarTab {
  width: 250px;
  color: #ad92dd;
  text-align: left;
  font-family: "Kanit", sans-serif;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 6px;
}

.sele-sidebarTab {
  background: #ad92dd;
  color: #fff;
}

.iconHeader1 {
  padding-top: 20px;
}

.page-content {
  padding-left: 7%;
  padding-right: 7%;
  max-width: 1300px;
  margin: 30px auto !important;
}

.page-content>p {
  font-weight: 300;
  font-size: 18px;
  color: #666;
}

.page-title {
  color: #000;
  font-size: 28px;
  font-family: PingFangSC;
  font-weight: bold;
}

.caption {
  color: #333;
  font-style: italic;
}

.footer {
  width: 100%;
  font-size: 18px;

  color: #fff;
  padding: 60px 0;
  background: #ff9c99;
}

.footer>p {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1640px) {
  .txt1 {
    font-size: 56px;
    top: 8%;
    left: 23%;
    font-weight: bold;
  }

  .txt2 {
    color: #fff;
    font-size: 40px;
    top: 21%;
    left: 21%;
    font-weight: bold;
  }

  .txt3 {
    font-size: 20px;
    top: 23%;
    left: 20%;
    line-height: 4px;
  }

  .txt4 {
    font-size: 20px;
    top: 35%;
    left: 20%;
    line-height: 10px;
  }

  .txt5 {
    font-size: 34px;
    top: 44.8%;
    left: 21%;
    font-weight: bold;
  }

  .txt6 {
    font-size: 22px;
    top: 47.4%;
    left: 21%;
    line-height: 20px;
  }

  .txt7 {
    font-size: 34px;
    top: 49.4%;
    left: 56%;
    font-weight: bold;
  }

  .txt8 {
    font-size: 20px;
    top: 53.4%;
    left: 56%;
    line-height: 20px;
  }

  .txt9 {
    color: #fff;
    font-size: 42px;
    top: 60.3%;
    left: 40%;
    font-weight: bold;
  }

  .txt10 {
    text-align: center;
    font-size: 28px;
    top: 63%;
    width: 100%;
    font-weight: bold;
    line-height: 20px;
  }

  .txt11 {
    text-align: center;
    font-size: 24px;
    top: 66%;
    left: 30%;
  }

  .txt12 {
    text-align: center;
    font-size: 24px;
    top: 66%;
    left: 55%;
  }

  .txt13 {
    text-align: center;
    font-size: 26px;
    top: 70%;
    width: 100%;
    font-weight: bold;
    line-height: 20px;
  }

  .txt14 {
    text-align: center;
    font-size: 24px;
    top: 73%;
    left: 30%;
  }

  .txt15 {
    text-align: center;
    font-size: 24px;
    top: 73%;
    left: 55%;
  }

  .txt16 {
    text-align: center;
    font-size: 28px;
    top: 76%;
    width: 100%;
    font-weight: bold;
    line-height: 20px;
  }

  .txt17 {
    text-align: center;
    font-size: 24px;
    top: 77.8%;
    width: 100%;
    line-height: 34px;
  }
}

@media screen and (max-width: 768px) {
  .pad-bt {
    padding-bottom: 5px;
    margin-bottom: 0 !important;
  }

  .txt1 {
    font-size: 16px;
    top: 8%;
    left: 23%;
    font-weight: bold;
  }

  .txt2 {
    color: #fff;
    font-size: 12px;
    top: 21%;
    left: 21%;
    font-weight: bold;
  }

  .txt3 {
    font-size: 10px;
    top: 19%;
    left: 0%;
    line-height: 20px;
    scale: .6;
  }


  .txt3 p {
    margin-bottom: 0 !important;
  }

  .txt4 {
    font-size: 10px;
    top: 31%;
    left: 0%;
    line-height: 20px;
    scale: .6;
  }

  .txt4 p {
    margin-bottom: 0 !important;
  }

  .txt5 {
    font-size: 10px;
    top: 44.6%;
    left: 21%;
    font-weight: bold;
  }

  .txt6 {
    font-size: 10px;
    top: 47.4%;
    left: 18%;
    line-height: 0px;
    scale: .8;
  }

  .txt7 {
    font-size: 10px;
    top: 49.2%;
    left: 56%;
    font-weight: bold;
  }

  .txt8 {
    font-size: 10px;
    top: 53.4%;
    left: 56%;
    line-height: 0px;
  }

  .txt9 {
    color: #fff;
    font-size: 12px;
    top: 60.3%;
    left: 40%;
    font-weight: bold;
  }

  .txt10 {
    text-align: center;
    font-size: 10px;
    top: 63%;
    width: 100%;
    font-weight: bold;
    line-height: 0px;
  }

  .txt11 {
    text-align: center;
    font-size: 10px;
    top: 66%;
    left: 18%;
  }

  .txt12 {
    text-align: center;
    font-size: 10px;
    top: 66%;
    left: 52%;
  }

  .txt13 {
    text-align: center;
    font-size: 10px;
    top: 71%;
    width: 100%;
    font-weight: bold;
    line-height: 0px;
  }

  .txt14 {
    text-align: center;
    font-size: 10px;
    top: 73%;
    left: 18%;
  }

  .txt15 {
    text-align: center;
    font-size: 10px;
    top: 73%;
    left: 52%;
  }

  .txt16 {
    text-align: center;
    font-size: 10px;
    top: 77%;
    width: 100%;
    font-weight: bold;
    line-height: 10px;
  }

  .txt17 {
    text-align: center;
    font-size: 10px;
    top: 78%;
    width: 100%;
    line-height: 13px;
  }

  .footer {
    font-size: 10px;
    background: #ff9c99;
    color: #fff;

    padding: 20px;
  }

  .footer>p {
    text-align: center;
  }


  .fixed-top {
    padding-top: 0px;
  }

  .f-img {
    width: 100%;
    height: 414px;
  }

  .f-img .f-1 {
    width: 100%;
    height: auto !important;
  }

  .f-img .f-2 {
    width: 100%;
    height: auto !important;
  }

  .f-img .f-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .f-img .f-4 {
    width: 70%;
    height: auto !important;
  }

  .cont-f-img {
    width: 100%;
    height: 150px;
    line-height: 150px !important;
  }

  .sidebar {
    display: none;
  }

  .page-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .nav-item {
    width: 110px;
    height: auto;
    margin: 10px;
  }

  .m-icon {
    display: none;
  }


  .m-mar-bt {
    margin-bottom: 30px;
  }

  .no-pb>p {
    margin-bottom: 0;
  }

  .st-box {
    width: 100%;
    margin: 0 auto 30px;
    justify-content: center;
  }

  .pi-box {
    width: 100%;
    margin: 0 auto 0px;
    padding-bottom: 30px;
    justify-content: center;
  }

  .navbar {
    font-weight: 700;
    font-size: 20px;
    /* background: rgba(255, 255, 255, .7); */
  }

  .f-screen {
    width: 100%;
    height: 20vh;
    background: #ff9c99;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }

  .m-pt {
    font-size: 30px;

  }


  .navbar-nav {
    background: #F2F2F2;
  }

  .dropdown-menu {
    width: 300px;
  }


}
