.sanfun-background {
    background-image: url('assets/sanfun19/bg.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    background-position: center;
  }

.bg-glass{
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: rgba(36, 35, 35, 0.151) 0px 0px 20px 0px;
}

.sanfun-text{
  color: #ff8400;
}

.hero-section-full {
  overflow: hidden;
  background-repeat: no-repeat; }
  .hero-section-full:before {
    content: '';
    position: absolute;
    height: 450px;
    width: 350px;
    opacity: 0.2;
    left: 0;
    top: 10%;
    z-index: -2;
    background: #e07f00;
    -webkit-filter: blur(200px);
    filter: blur(200px); }
  .hero-section-full:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: url() no-repeat; }
  .hero-section-full .container {
    min-width: 1350px;
    min-height: 1350px; }



    .theme-btn,
    a.theme-btn {
      color: white;
      cursor: pointer;
      border-radius: 5px;
      font-weight: 600;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      text-align: center;
      padding: 10px 30px;
      display: inline-block;
      text-transform: uppercase;
      background: #ff8400;
      font-family: "Kanit", serif;
      border: 1px solid #ff8400; }
      .theme-btn:hover, .theme-btn:focus,
      a.theme-btn:hover,
      a.theme-btn:focus {
        color: #ff8400;
        background: #ffa600; }
      @media only screen and (max-width: 480px) {
        .theme-btn,
        a.theme-btn {
          padding: 12px 20px; } }
      .theme-btn.style-two,
      a.theme-btn.style-two {
        color: #ff8400;
        background: #ffa600; }
        .theme-btn.style-two:hover,
        a.theme-btn.style-two:hover {
          color: white;
          background: #ff8400; }
