﻿@font-face {
  font-family: "almafont";
  src: url("../fonts/IRANSansWeb(FaNum).ttf") format("truetype");
  src: url("../fonts/IRANSansWeb(FaNum).woff") format("woff"); }

input:focus {
  outline: none; }

/*$pink: #ec18ac;*/
/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff0484;
  border-radius: 10px; }

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

.backblack {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 110vh;
  top: -30px;
  z-index: 1;
  display: none; }

.btn {
  line-height: 19px;
  height: 45px;
  padding: 5px 15px; }

.btn-success {
  background-color: #31E1E1;
  /*box-shadow: 0 0 10px $green;*/
  border: 1px solid #31E1E1; }

.btn-success:hover {
  background-color: #205fd1;
  box-shadow: 0 3px 15px -7px #205fd1;
  border: 1px solid #205fd1; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

input, .input {
  outline: none;
  height: 30px;
  border: 1px solid #c1c1c1; }

input:focus, .input:focus {
  background-color: #f9ffc8; }

a {
  text-decoration: none !important; }

a:hover {
  text-decoration: none;
  color: #31E1E1; }

li {
  list-style: none; }

body {
  background-color: #fff;
  width: 100%;
  direction: rtl;
  font-family: almafont;
  overflow-x: hidden;
  color: #2e2e2e; }

.clear {
  clear: both; }

.w90 {
  width: 95%;
  margin: 0 auto; }

.top30 {
  padding-top: 30px; }

#headb {
  /*margin-top: 30px;*/
  background: #3b6e94 url(../img/header-pattern.png);
  height: 82px;
  background-size: 10%;
  width: 101%; }
  #headb .top30 {
    padding-top: 30px; }
  #headb .hedright nav li {
    display: inline-block;
    float: right;
    margin: -5px 10px; }
    #headb .hedright nav li a {
      font-size: 16px;
      padding: 5px 10px;
      color: #fff; }
    #headb .hedright nav li a:hover {
      color: #fff;
      text-shadow: 0 0 10px !important; }
  #headb .hedright nav li:first-child {
    margin-left: 30px; }
  #headb .hedleft {
    float: left; }
    #headb .hedleft nav li {
      display: inline-block;
      float: right;
      /*border: 1px solid $blue;*/
      border: 1px solid #fff;
      /*color: $blue;*/
      color: #fff;
      border-radius: 20px;
      padding: 0 10px;
      margin: 0 5px;
      transition: all ease-in-out 0.3s; }
      #headb .hedleft nav li a {
        padding: 5px 10px;
        /*color: $blue;*/
        color: #fff; }
    #headb .hedleft nav li:hover {
      background-color: #ffc107;
      border-radius: 3px;
      box-shadow: 0 0 9px #ffc107;
      color: #673ab7;
      transition: all ease-in-out 0.3s; }
    #headb .hedleft nav .userinf {
      background-color: #ff0484;
      border: none;
      border-radius: 5px;
      line-height: 33px;
      margin-top: -3px;
      font-size: 14px;
      color: #fff !important; }
      #headb .hedleft nav .userinf a {
        color: #fff !important; }
    #headb .hedleft nav .userinf:hover {
      outline: none;
      box-sizing: border-box;
      border: none;
      background-color: #ff5722; }
    #headb .hedleft nav li:hover {
      /*  border: 1px solid $bluedark;
                color: $bluedark; */
      /*border: 1px solid #fff;*/
      color: #fff; }
      #headb .hedleft nav li:hover a {
        color: #000; }
      #headb .hedleft nav li:hover i {
        color: #000; }

/*#headb {*/
/*margin-top: 30px;*/
/*.top30{
        padding-top:30px;
    }
    .hedright {

        nav {
            li {
                display: inline-block;
                float: right;

                a {
                    padding: 5px 10px;
                    color: $white;
                }

                a:hover {
                    color: #fff;
                    text-shadow: 0 0 10px !important;
                }
            }

            li:first-child {
                margin-left: 30px;
            }
        }
    }

    .hedleft {
        float: left;

        nav {
            li {
                display: inline-block;
                float: right;
                border: 1px solid $blue;
                color: $blue;
                border-radius: 20px;
                padding: 0 10px;
                margin: 0 5px;

                a {
                    padding: 5px 10px;
                    color: $blue;
                }

                a:hover {
                    color: $bluedark;
                    text-shadow: 0 0 10px 15px;
                }
            }

            li:hover {
                border: 1px solid $bluedark;
                color: $bluedark;
            }
        }
    }
}*/
#main {
  width: 100%; }
  #main .slid {
    position: relative;
    height: 500px; }
    #main .slid .slback {
      width: 1200px;
      height: 800px;
      border-radius: 80px;
      background: url(../img/bg.jpg) no-repeat;
      position: absolute;
      top: -291px;
      right: -400px;
      transform: rotate(15deg);
      z-index: -1;
      background-size: cover;
      overflow: hidden;
      background-position-x: -249px; }
      #main .slid .slback .cover {
        width: 1200px;
        height: 1200px;
        /*    background: linear-gradient( 45deg, rgba(0,138,138,0.8),rgba(20,189,255,0.75));*/
        background: linear-gradient(-45deg, rgba(238, 119, 82, 0.8), rgba(231, 60, 126, 0.8), rgba(35, 166, 213, 0.8), rgba(35, 213, 171, 0.81));
        background-size: 400% 400%;
        animation: gradient 15s ease infinite; }
    #main .slid .bac {
      transform: rotate(30deg);
      overflow: no-display;
      right: -269px;
      width: 1097px;
      /* background-color: #eee; */
      background: #eaf4ff; }
    #main .slid .slright {
      text-align: center;
      display: inline-block;
      width: 600px;
      margin-top: 43px; }
      #main .slid .slright img {
        width: 360px; }
      #main .slid .slright h1 {
        color: #fff;
        text-shadow: 0 0 10px; }
      #main .slid .slright .boxsearch {
        background-color: #fff;
        border-radius: 16px;
        height: 110px;
        padding: 21px;
        position: relative; }
        #main .slid .slright .boxsearch .search {
          width: 55px !important;
          border-radius: 3px !important;
          margin-left: -8px; }
          #main .slid .slright .boxsearch .search i {
            color: #fff;
            font-weight: bold;
            font-size: 27px; }
        #main .slid .slright .boxsearch input {
          display: inline-block; }
        #main .slid .slright .boxsearch .btn {
          background-color: #ff0484 !important;
          box-shadow: 0 0 10px #ff0484 !important;
          border: 1px solid #ff0484 !important; }
        #main .slid .slright .boxsearch h2 {
          color: #31E1E1;
          text-align: right;
          padding-right: 26px; }
        #main .slid .slright .boxsearch .alotsearch {
          width: 600px;
          background: #fff;
          position: absolute;
          right: 0;
          top: 95px;
          border-radius: 0 0 16px 16px;
          display: none; }
          #main .slid .slright .boxsearch .alotsearch ul {
            text-align: right;
            margin: 22px; }
            #main .slid .slright .boxsearch .alotsearch ul li {
              display: inline-block;
              padding: 6px 10px;
              border: 1px solid #c5c5c5;
              border-radius: 5px; }
              #main .slid .slright .boxsearch .alotsearch ul li a {
                color: #636363; }
            #main .slid .slright .boxsearch .alotsearch ul li:hover {
              background-color: #00bcd4; }
              #main .slid .slright .boxsearch .alotsearch ul li:hover a {
                color: #fff; }
        #main .slid .slright .boxsearch .btnpezeshk {
          width: 60%;
          border-radius: 0 5px 5px 0 !important;
          font-size: 13px;
          padding-right: 10px;
          height: 41px;
          margin-top: 10px;
          border: 1px solid #EEE; }
        #main .slid .slright .boxsearch .iran {
          padding-top: 9px;
          width: 170px !important; }
        #main .slid .slright .boxsearch .btn {
          background-color: #205fd1;
          box-shadow: 0 0 24px #205fd1;
          border-radius: 5px 0 0 5px;
          margin-right: -6px;
          margin-top: 2px;
          width: 125px;
          height: 41px;
          border: 1px solid #205fd1; }
        #main .slid .slright .boxsearch .city {
          display: none;
          position: fixed;
          height: 70vh;
          overflow-y: scroll;
          background-color: #fff;
          width: 350px;
          padding: 20px;
          text-align: right;
          top: 100px;
          left: 0;
          right: 0;
          margin: 0 auto;
          z-index: 2;
          border-radius: 10px; }
          #main .slid .slright .boxsearch .city .left {
            float: left;
            padding-bottom: 24px; }
          #main .slid .slright .boxsearch .city .filter {
            width: 100%;
            line-height: 56px;
            height: 50px;
            font-size: 14px;
            border-radius: 5px;
            border: 2px solid #003886; }
          #main .slid .slright .boxsearch .city h1 {
            color: #adadad;
            text-shadow: 0 0 black;
            line-height: 53px;
            border-bottom: 1px solid #eee;
            font-weight: 100; }
          #main .slid .slright .boxsearch .city table {
            width: 100%; }
            #main .slid .slright .boxsearch .city table tr {
              border-bottom: 1px solid #EEF;
              line-height: 40px;
              width: 133%; }
              #main .slid .slright .boxsearch .city table tr a {
                color: #4a4a4a;
                font-size: 14px; }
    #main .slid .slbackleft {
      /*     position: absolute;
            left: -500px;
            opacity: 0.3;
            top: -95px;*/
      display: none;
      position: absolute;
      left: -637px;
      opacity: 1;
      top: 152px;
      background: #eaf4ff;
      border-radius: 72px;
      transform: rotate(127deg); }
  #main .slleft {
    width: 408px;
    float: left;
    margin-top: 83px;
    text-align: justify; }
    #main .slleft quote-rotate {
      transition: ease-in-out 1s; }
    #main .slleft h1 {
      color: #ff0484;
      font-weight: bold; }
    #main .slleft p {
      color: #545454;
      font-size: 14px; }
    #main .slleft .btnslid {
      text-align: center;
      margin-top: 20px; }
      #main .slleft .btnslid .btn {
        /*     background-color: $green;*/
        /*box-shadow: 0 0 10px $green;*/
        /*border: 1px solid $green;*/
        padding: 5px 15px;
        line-height: 35px;
        height: 45px;
        color: #fff; }
      #main .slleft .btnslid .btn:hover {
        background-color: #205fd1;
        box-shadow: 0 0 10px #205fd1;
        border: 1px solid #205fd1; }
  #main .special {
    padding: 20px;
    text-align: center; }
    #main .special h1 {
      color: #31E1E1;
      font-size: 16px; }
    #main .special h2 span {
      color: #31E1E1; }
    #main .special .spbox {
      /*            background: #fff;
            box-shadow: 0 0 26px -10px;*/
      border-radius: 12px;
      margin-top: 30px;
      padding: 25px;
      position: relative;
      background-color: #fff;
      box-shadow: 0 0 20px -12px; }
      #main .special .spbox li {
        display: inline-block;
        border: 1px solid #eaeaea;
        padding: 10px;
        margin: 5px 10px;
        border-radius: 10px;
        width: 175px;
        border-top: 5px solid #ff0484;
        background-color: #fff; }
        #main .special .spbox li img {
          height: 96px;
          width: 96px;
          background-image: linear-gradient(to top, #03a9f4, #00bcd4);
          border-radius: 50px;
          padding: 4px; }
        #main .special .spbox li h3 {
          color: #ff0484;
          font-weight: bold;
          font-size: 14px; }
        #main .special .spbox li h6 {
          color: #8e8e8e;
          font-size: 12px; }
      #main .special .spbox li:nth-child(3n+1) {
        border-top: 5px solid #31E1E1; }
      #main .special .spbox li:nth-child(2n+1) {
        border-top: 5px solid #14bdff; }
      #main .special .spbox li:nth-child(3n) {
        border-top: 5px solid #f1f312; }
    #main .special .spbox:after {
      content: "";
      position: absolute;
      width: 94%;
      height: 185px;
      /*background-color: rgba(50,225,225,0.1);*/
      transform: rotate(7deg);
      margin: 0 auto;
      left: 2%;
      top: 0;
      border-radius: 12px;
      z-index: -1; }
  #main .goldtime {
    width: 115% !important;
    right: -66px !important;
    text-align: center;
    padding: 47px 0 45px;
    background: url(../img/footer-pattern.png) repeat 0 0 #153248;
    position: relative;
    /*        background: linear-gradient(-45deg, rgba(238, 119, 82, 0.8), rgba(231, 60, 126, 0.8), rgba(35, 166, 213, 0.8), rgba(35, 213, 171, 0.81));
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;*/ }
    #main .goldtime .tiright {
      /*    width: 600px;
            margin-right: 100px;*/ }
      #main .goldtime .tiright h3 {
        color: #ffee1f;
        font-weight: bold; }
      #main .goldtime .tiright h1 {
        color: #fff;
        font-weight: bold;
        text-shadow: 0 0 13px #fff;
        line-height: 48px; }
      #main .goldtime .tiright .drsug {
        border-radius: 18px;
        height: 11px;
        padding: 9px 2px;
        position: relative;
        border: 2px dashed #757575;
        line-height: 40px;
        height: 86px;
        width: 800px;
        margin: 0 auto; }
      #main .goldtime .tiright .boxtime {
        /*     background-color: #fff;
                border-radius: 16px;
                height: 80px;
                padding: 21px;
                position: relative;*/ }
        #main .goldtime .tiright .boxtime input {
          display: inline-block; }
        #main .goldtime .tiright .boxtime .btnpezesh {
          width: 40%;
          height: 57px;
          margin-left: -5px;
          border-radius: 0;
          border-left: none;
          border: 1px solid #d8d8d8;
          padding-right: 10px; }
        #main .goldtime .tiright .boxtime .t2 {
          border-radius: 0 10px 10px 0; }
        #main .goldtime .tiright .boxtime .btn {
          background-color: #31E1E1 !important;
          box-shadow: 0 0 10px #31E1E1;
          border: 1px solid #31E1E1;
          margin-right: 0px;
          margin-top: 2px;
          border-radius: 10px 0 0 10px;
          height: 57px; }
      #main .goldtime .tiright p {
        font-size: 13px !important;
        color: #fff;
        padding-top: 20px; }
    #main .goldtime .tileft {
      background: url(../img/back.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 426px;
      /* background-position-x: 56px; */
      float: left;
      margin-top: -170px;
      margin-left: 100px; }
      #main .goldtime .tileft img {
        width: 200px;
        margin-right: 98px; }
    #main .goldtime .baright {
      background: linear-gradient(90deg, #1febdb 0%, #009bff 100%);
      width: 500px;
      height: 500px;
      border-radius: 30px;
      position: absolute;
      transform: rotate(20deg);
      right: -400px;
      opacity: 0.2;
      z-index: -1; }
  #main .rowpezeshk {
    padding: 20px;
    text-align: center;
    position: relative; }
    #main .rowpezeshk h1 {
      color: #31E1E1;
      font-size: 16px; }
    #main .rowpezeshk h2 span {
      color: #31E1E1; }
    #main .rowpezeshk .pezbox {
      width: 225px !important;
      border: 1px solid #eee;
      border-radius: 10px;
      text-align: right;
      padding: 5px 10px;
      display: inline-block;
      background-color: #fff; }
      #main .rowpezeshk .pezbox img {
        position: relative;
        margin-top: 20px;
        /* width: 88px; */
        width: 100%;
        top: 10px;
        margin: 0 auto;
        border-radius: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 205px; }
      #main .rowpezeshk .pezbox h1 {
        /*margin-right: 21px !important;*/
        position: relative;
        /*right: 11px;*/
        font-size: 16px;
        top: 12px; }
      #main .rowpezeshk .pezbox h5 {
        color: #8e8e8e;
        font-size: 12px;
        position: relative;
        /*right: 11px;*/
        top: 12px; }
      #main .rowpezeshk .pezbox .btn {
        height: 30px;
        margin-top: 30px;
        position: relative;
        font-size: 12px;
        top: -1px;
        /*left: 10px;*/
        width: 100%; }
  #main .rowpezeshk:before {
    position: absolute;
    content: "";
    width: 78%;
    height: 160px;
    background-color: #f0f6fd;
    transform: rotate(3deg);
    margin: 0 auto;
    left: 10%;
    top: 82px;
    border-radius: 12px;
    z-index: -1; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  #main .about {
    position: relative;
    margin-top: 70px; }
    #main .about .tiright {
      display: inline-block;
      width: 58%;
      text-align: justify; }
    #main .about .tileft {
      display: inline-block;
      width: 40%;
      float: left;
      position: relative; }
      #main .about .tileft img {
        border-radius: 5px;
        box-shadow: 0 0 6px -1px; }

footer {
  background: url(../img/footer-pattern.png) repeat 0 0 #153248;
  width: 101%;
  height: 530px;
  position: relative;
  padding: 50px;
  margin-top: 45px; }
  footer .right {
    float: right !important;
    width: 41%; }
    footer .right .top h1 {
      color: #3effff;
      font-size: 20px;
      text-shadow: 0 0 15px; }
    footer .right .top h6 {
      color: #ababab;
      padding: 3px 0;
      font-size: 16px; }
    footer .right .top h3 {
      color: #fff;
      font-size: 16px; }
    footer .right .bottom {
      margin-top: 34px; }
      footer .right .bottom ul {
        /*width: 400px;*/ }
        footer .right .bottom ul li {
          display: inline-block;
          width: 150px;
          padding: 6px 0; }
          footer .right .bottom ul li a {
            text-decoration: none !important;
            color: #fff;
            font-size: 14px; }
          footer .right .bottom ul li a:hover {
            color: #31E1E1; }
      footer .right .bottom .ul2 {
        padding-top: 15px; }
        footer .right .bottom .ul2 li {
          width: 35px !important; }
  footer .left {
    width: 55%;
    display: inline-block; }
    footer .left .cer {
      border-bottom: 1px solid #5d5d5d;
      padding-bottom: 16px;
      width: 95%; }
      footer .left .cer ul li {
        display: inline-block;
        width: 100px; }
        footer .left .cer ul li img {
          width: 100px; }
    footer .left .txt {
      padding-top: 10px;
      color: #eee;
      font-size: 14px; }
    footer .left .tandis ul li {
      width: 115px;
      display: inline-block; }
      footer .left .tandis ul li img {
        width: 100px; }
  footer .copyright {
    top: 462px;
    position: absolute;
    width: 90%;
    color: #a5a5a5;
    border-top: 1px solid #656565;
    padding-top: 20px;
    font-size: 13px; }

.video-play-button {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 313px;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff0484;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite; }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ff0484;
  border-radius: 50%;
  transition: all 200ms; }

.video-play-button:hover:after {
  background-color: #d0006a; }

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms; }

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1; }

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms; }

.video-overlay-close:hover {
  color: #fa183d; }

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75); }

.lightSlider {
  height: 185px; }

.list #myTable, .list #myTable2 {
  width: 100%; }

.list .right {
  width: 28%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 10px;
  display: inline-block; }
  .list .right h1 {
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #0fb2ff; }
  .list .right h3 {
    line-height: 56px;
    /* color: #0fb2ff; */
    font-weight: bold;
    font-size: 18px; }
  .list .right .btn {
    background-color: #ff0484 !important;
    box-shadow: 0 0 10px #ff0484;
    border: 1px solid #ff0484 !important; }
  .list .right .btn:hover {
    background-color: #8bc34a !important;
    box-shadow: 0 5px 17px -8px #8bc34a !important;
    border: 1px solid #8bc34a !important; }
  .list .right .city {
    height: 70vh;
    overflow-y: scroll;
    background-color: #fff;
    width: 100%;
    padding: 4px;
    text-align: right;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    border-radius: 10px; }
    .list .right .city .filter {
      position: relative !important;
      width: 100%;
      line-height: 56px;
      height: 50px;
      font-size: 14px;
      border-radius: 5px;
      border: 2px solid #003886; }
    .list .right .city .clos {
      width: 100%;
      display: block;
      color: #3c3c3c !important;
      line-height: 30px;
      padding-right: 9px; }
    .list .right .city .clos:hover {
      background-color: #e91e63 !important;
      border-radius: 10px;
      color: #fff !important; }
    .list .right .city .filter2 {
      position: relative !important;
      width: 100%;
      line-height: 56px;
      height: 50px;
      font-size: 14px;
      border-radius: 5px;
      border: 2px solid #003886; }
  .list .right .filerul {
    padding: 15px; }
    .list .right .filerul li {
      border-bottom: 1px solid #eee;
      position: relative; }
      .list .right .filerul li input {
        height: 25px;
        width: 19px; }
      .list .right .filerul li label {
        padding-right: 12px;
        margin-top: -6px;
        position: relative;
        top: -10px;
        right: -8px; }
  .list .right .day li {
    width: 30%;
    display: inline-block;
    position: relative;
    border-bottom: none; }
    .list .right .day li input {
      height: 25px;
      width: 19px; }
    .list .right .day li label {
      padding-right: 12px;
      margin-top: -6px;
      position: absolute;
      top: 6px;
      right: 14px; }
  .list .right .star li {
    width: 50%;
    display: inline-block;
    position: relative;
    border-bottom: none; }
    .list .right .star li input {
      height: 25px;
      width: 19px; }
    .list .right .star li label {
      padding-right: 12px;
      margin-top: -6px;
      position: absolute;
      top: 6px;
      right: 14px; }

.list .left {
  float: left;
  width: 70%; }
  .list .left .title {
    color: #ff5722;
    font-weight: bold;
    font-size: 13px;
    padding: 14px 10px;
    margin-top: 1px !important;
    border-radius: 8px;
    box-shadow: #dee1e4 0px 1px 10px 0px; }
  .list .left .discript {
    color: #a5a5a5;
    font-size: 13px;
    padding: 14px 10px;
    border-radius: 8px;
    box-shadow: #dee1e4 0px 1px 10px 0px;
    margin-top: 19px; }
  .list .left .boxlist {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    margin: 18px 0;
    box-shadow: 0 0 10px #eee; }
    .list .left .boxlist .rig {
      display: inline-block; }
      .list .left .boxlist .rig img {
        width: 125px;
        border-radius: 7px;
        box-shadow: 0 9px 12px -6px; }
    .list .left .boxlist .mid {
      display: inline-block;
      width: 56%;
      padding-right: 16px;
      /*height: 124px;*/ }
      .list .left .boxlist .mid ul {
        position: relative;
        top: -18px; }
        .list .left .boxlist .mid ul li {
          font-size: 14px; }
          .list .left .boxlist .mid ul li h1 {
            font-weight: bold;
            font-size: 18px; }
          .list .left .boxlist .mid ul li .first {
            height: 32px;
            background-color: #14bdff;
            box-shadow: none;
            border: none;
            position: relative;
            top: 7px; }
          .list .left .boxlist .mid ul li .first:hover {
            height: 32px;
            background-color: #205fd1;
            box-shadow: none;
            border: none;
            position: relative;
            top: 7px; }
          .list .left .boxlist .mid ul li .secend {
            height: 32px;
            color: #1d1d1d;
            background-color: #ffffff;
            border: none; }
    .list .left .boxlist .lef {
      display: inline-block;
      width: 25%;
      float: left; }
      .list .left .boxlist .lef .btn {
        height: 50px;
        color: #1b1b1b;
        line-height: 42px;
        margin: 2px 0;
        background-color: #fff59d;
        border-color: #009688;
        width: 100%; }
        .list .left .boxlist .lef .btn a {
          color: #fff; }
      .list .left .boxlist .lef .btn:hover {
        background-color: #fdd835; }
      .list .left .boxlist .lef .map {
        width: 100%;
        background-image: url(../img/map.jpg);
        height: 65px;
        line-height: 58px;
        color: #ed891d; }
  .list .left .boxlist:hover {
    box-shadow: 0 0 12px -9px;
    position: relative;
    transition: all 0.5s; }
  .list .left .boxlist:first-child {
    margin-top: 0; }

.fil {
  display: none; }

.showmap {
  position: fixed;
  top: 0;
  background-color: rgba(33, 33, 33, 0.7);
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  height: 100vh;
  z-index: 10;
  display: none; }
  .showmap .mapouter {
    position: relative;
    text-align: center;
    height: 500px;
    width: 988px;
    margin: 0 auto;
    top: 30px;
    border-radius: 50px; }

#booking .right {
  width: 60%;
  float: right; }
  #booking .right .info h1 {
    font-weight: bold;
    font-size: 24px; }
  #booking .right .info img {
    width: 150px;
    border-radius: 10px;
    /* float: right; */
    display: inline-block; }
  #booking .right .info ul {
    margin-right: 10px;
    display: inline-block;
    margin-top: -30px;
    position: relative;
    top: -34px; }
  #booking .right p {
    text-align: justify;
    font-size: 14px; }
  #booking .right .map {
    width: 30%;
    background-image: url(../img/map.jpg);
    height: 65px;
    line-height: 58px;
    color: #ed891d; }
  #booking .right .btn {
    margin: 5px 0;
    background-color: #009688;
    border-color: #009688; }
  #booking .right .spoi {
    background-color: #fff;
    border-color: #03a9f4;
    line-height: 16px;
    height: 25px;
    position: absolute;
    color: #03a9f4; }
  #booking .right .address {
    display: inline-block;
    position: relative;
    top: 12px;
    right: 10px; }

#booking .lef {
  float: left;
  /*margin-top: -360px;*/
  left: 0;
  min-height: 440px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 38px 15px;
  width: 39%;
  position: relative;
  overflow: hidden;
  z-index: 9;
  background: #fff; }
  #booking .lef .select .btnsel .online {
    background: #f64e60 !important;
    border-color: #f64e60 !important;
    box-shadow: 0 9px 16px 0 rgba(246, 78, 96, 0.25) !important;
    color: #fff;
    height: 67px;
    width: 100%;
    margin-top: 33px; }
  #booking .lef .select .btnsel .hoz {
    background: #0bb7af !important;
    border-color: #0bb7af !important;
    box-shadow: 0 9px 16px 0 rgba(27, 197, 189, 0.3) !important;
    color: #fff;
    height: 67px;
    width: 100%;
    margin-top: 33px; }
  #booking .lef .select .btnsel i {
    font-size: 36px;
    padding: 5px;
    position: relative;
    top: 9px; }
  #booking .lef .select .list {
    margin-top: 20px; }
    #booking .lef .select .list p {
      line-height: 40px; }
    #booking .lef .select .list .input {
      width: 100%;
      font-weight: 300 !important;
      font-size: 14px;
      margin-bottom: 9px;
      margin-top: -3px;
      line-height: 60px;
      height: 45px;
      border-radius: 7px; }
  #booking .lef h1 {
    line-height: 45px;
    /* position: absolute; */
    margin-top: 0;
    position: absolute;
    top: -3px;
    text-align: center;
    width: 100%;
    right: 0px;
    border: 1px solid #00bcd4;
    background-color: #00bcd4;
    color: #fff;
    border-radius: 5px 5px 0 0; }
  #booking .lef h5 {
    margin-top: 19px;
    background-color: #f3f3f3;
    font-size: 13px;
    padding: 5px;
    border-radius: 5px; }
  #booking .lef .slidday {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 28px; }
    #booking .lef .slidday .per {
      display: inline-block;
      padding: 15px;
      font-size: 24px; }
    #booking .lef .slidday .mid {
      display: inline-block;
      border: 1px solid #ddd;
      padding: 15px;
      border-radius: 5px; }
    #booking .lef .slidday .mid:hover {
      cursor: pointer;
      color: #14bdff; }
    #booking .lef .slidday .next {
      display: inline-block;
      padding: 15px;
      font-size: 24px; }
  #booking .lef .roz {
    margin-top: 10px;
    font-size: 13px; }
    #booking .lef .roz .week {
      background-color: #03a9f4;
      padding: 5px 18px;
      border: 1px solid;
      border-radius: 6px;
      color: #ffffff;
      display: inline-block;
      margin-left: -9px; }
    #booking .lef .roz .tit {
      line-height: 45px;
      /*text-shadow: 0 0 14px #e91e63;*/
      color: #e91e63;
      font-weight: bold; }
  #booking .lef .time ul li {
    list-style: none;
    display: inline-block;
    margin: 2px 0px;
    background-color: #26a69a;
    color: #fff;
    width: 71px;
    padding: 3px 17px;
    border-radius: 6px; }
    #booking .lef .time ul li a {
      color: #fff;
      width: 100%;
      padding: 2px 17px;
      text-align: center;
      margin-right: -19px; }

.spinner-wrapper {
  position: absolute;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff; }

.spinner {
  position: absolute;
  top: 50%;
  /* centers the loading animation vertically one the screen */
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  width: 3.75rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -1.875rem;
  /* is width and height divided by two */
  text-align: center; }

.spinner > div {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #00bfd8;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.ui-menu .ui-menu-item a {
  font-family: almafont;
  font-size: 14px;
  line-height: 39px !important; }

.ui-menu .ui-menu-item a:hover {
  background-color: #e0f7fa !important;
  background: none;
  border: none;
  outline: none;
  box-sizing: border-box; }

.weblog {
  text-align: center; }
  .weblog .inputfilter {
    width: 20%;
    font-weight: 300 !important;
    font-size: 14px;
    margin-bottom: 9px;
    margin-top: -3px;
    line-height: 60px;
    height: 45px;
    outline: none;
    border-radius: 7px; }
  .weblog .blog {
    width: 22%;
    margin: 0px 6px 0px 6px;
    padding: 0px 0px 12px 0px;
    border-radius: 7px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden; }
    .weblog .blog img {
      /*width: 100%;*/
      height: 200px;
      border-radius: 7px 7px 0 0; }
    .weblog .blog h1 {
      font-size: 18px;
      text-align: right;
      padding-right: 10px;
      color: #31E1E1;
      height: 60px; }
    .weblog .blog .par {
      font-size: 14px;
      text-align: justify;
      padding: 13px;
      height: 150px;
      overflow: hidden; }
      .weblog .blog .par p {
        text-align: justify !important; }
    .weblog .blog .cover {
      height: 55px;
      width: 100%;
      background: linear-gradient(360deg, white, transparent);
      position: absolute;
      bottom: 85px;
      right: 0; }
    .weblog .blog a {
      margin-top: 31px;
      line-height: 0;
      font-size: 14px;
      padding: 22px;
      background-color: #F5F0FF;
      color: #673ab7;
      border: none;
      text-align: right;
      float: right;
      margin-right: 15px;
      height: 43px; }
    .weblog .blog .date {
      font-size: 12px;
      direction: ltr;
      background-color: #ffebae;
      padding: 10px;
      border-radius: 6px;
      position: absolute;
      width: 145px;
      left: 2px;
      bottom: 14px; }
  .weblog .blog:hover {
    transition: all .3s;
    transform: scale(1.02);
    box-shadow: 0 0 20px -14px;
    cursor: pointer; }

.blogdet .top {
  line-height: 51px;
  font-size: 14px;
  color: #889296;
  padding-right: 20px; }
  .blogdet .top ul li {
    display: inline-block; }
    .blogdet .top ul li a {
      color: #889296;
      padding: 0 6px; }

.blogdet .right {
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 0 7px 0 #eaeff4;
  position: relative;
  border: 1px solid #ecf0f4;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block; }
  .blogdet .right .tag li {
    line-height: 35px;
    display: inline-block; }
    .blogdet .right .tag li a {
      color: #666;
      font-size: 14px;
      background: #eee;
      padding: 3px 28px;
      border-radius: 5px; }
    .blogdet .right .tag li a:hover {
      color: #03a9f4;
      font-size: 15px;
      transition: ease-in-out 0.1s;
      /*text-shadow: 0 0 22px;*/ }
  .blogdet .right img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 11px 0 #dcdcdc; }
  .blogdet .right .date {
    position: absolute;
    direction: ltr;
    left: 24px;
    color: #767676;
    font-size: 14px;
    margin-top: -21px;
    text-shadow: 0 0 18px; }
  .blogdet .right .txt {
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-top: 20px;
    text-align: justify; }
    .blogdet .right .txt p {
      text-align: justify !important;
      font-size: 14px; }

.blogdet .left {
  float: left;
  overflow: hidden;
  width: 32%;
  position: relative; }
  .blogdet .left img {
    width: 100%; }
  .blogdet .left .vip {
    box-shadow: 0 0 7px 0 #eaeff4;
    border: 1px solid #ecf0f4;
    border-radius: 5px;
    padding: 0; }
  .blogdet .left .cat {
    box-shadow: 0 0 7px 0 #eaeff4;
    border: 1px solid #ecf0f4;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin-top: 15px; }
    .blogdet .left .cat h1 {
      font-weight: bold;
      border-bottom: 1px solid #eee;
      line-height: 35px; }
    .blogdet .left .cat ul {
      padding-top: 10px; }
      .blogdet .left .cat ul li {
        line-height: 35px; }
        .blogdet .left .cat ul li a {
          color: #666;
          font-size: 14px; }
        .blogdet .left .cat ul li a:hover {
          color: #03a9f4;
          font-size: 15px;
          transition: ease-in-out 0.1s;
          /*text-shadow: 0 0 22px;*/ }
        .blogdet .left .cat ul li a:before {
          position: absolute;
          right: 5px;
          content: '*';
          font-family: 'material';
          color: #00b3e9;
          font-size: 15px;
          padding-top: 3px; }

.point {
  width: 40%;
  position: fixed;
  background-color: #ffffff;
  padding: 20px;
  left: 0;
  right: 0;
  top: 85px;
  margin: 0 auto;
  z-index: 11;
  border-radius: 5px;
  overflow: hidden;
  display: none; }
  .point h1 {
    background-color: #673ab7;
    color: #fff;
    padding: 10px;
    position: relative;
    z-index: -1;
    left: 0;
    right: -20px;
    margin: 0 auto;
    width: 108%;
    height: 60px;
    top: -13px; }
  .point .close {
    background: no-repeat;
    border: none;
    font-size: 33px;
    float: left;
    margin-top: -14px;
    color: #d9d9d9; }
  .point .emtiaz {
    position: absolute;
    top: 135px;
    font-size: 18px; }
  .point .hoz {
    width: 100%; }
  .point .input {
    width: 100%;
    border-radius: 5px; }
  .point ul {
    margin-top: 16px;
    text-align: center; }
    .point ul li {
      list-style: none;
      display: inline-block;
      position: relative;
      border: 1px solid #eee;
      padding: 10px;
      border-radius: 5px;
      height: 100px;
      width: 94px;
      margin: 6px; }
      .point ul li i {
        font-size: 35px; }

.point2 {
  text-align: center; }
  .point2 table {
    width: 99%; }
    .point2 table tr {
      display: inline-block; }
      .point2 table tr td {
        list-style: none;
        display: inline-block;
        position: relative;
        border: 1px solid #eee;
        padding: 10px;
        border-radius: 5px;
        height: 100px;
        width: 94px;
        margin: 6px;
        cursor: pointer; }
        .point2 table tr td input {
          width: 19px;
          position: absolute;
          bottom: 9px;
          right: 18px;
          display: none; }
        .point2 table tr td i {
          font-size: 35px;
          margin-right: 0; }
        .point2 table tr td label div {
          text-align: center;
          font-size: 22px;
          position: absolute;
          left: 45px;
          bottom: 3px; }
      .point2 table tr td:active, .point2 table tr td:hover, .point2 table tr text-decoration:nth-child(1) {
        border: 1px solid #03a9f4;
        box-shadow: 0 0 10px #ffeb3b;
        background-color: #ffeb3b; }

.backpoint {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 110vh;
  top: -30px;
  z-index: 10;
  display: none;
  right: 0; }

.titlemess {
  text-shadow: 0 0 10px #fcc2d6;
  font-weight: bold;
  color: #e91e63;
  font-size: 18px;
  margin-bottom: 14px; }

.messagebody {
  width: 100%; }
  .messagebody tr td {
    padding: 6px 20px;
    border-radius: 8px; }
    .messagebody tr td img {
      width: 84px;
      float: right;
      padding: 11px; }
    .messagebody tr td h4 {
      font-weight: bold;
      display: inline-block;
      margin-top: 15px; }
    .messagebody tr td h5 {
      font-size: 13px;
      color: #a0a0a0;
      padding: 10px 19px;
      display: inline-block; }
  .messagebody tr:nth-child(2n+1) {
    background-color: #f4f4f4; }

.blogopinion {
  background-color: #eee;
  padding: 10px;
  margin-top: 50px; }
  .blogopinion h1 {
    font-weight: bold;
    margin-bottom: 12px; }
  .blogopinion p {
    margin: 15px; }
    .blogopinion p label {
      display: block; }
    .blogopinion p .input {
      width: 100%;
      height: 40px;
      border-radius: 5px; }
  .blogopinion .btn {
    width: 100%; }

.sweet-alert {
  font-family: almafont !important; }

.messageblog img {
  width: 84px !important;
  box-shadow: none !important; }

.messageblog .answer {
  background-color: #e1f5fe;
  padding: 13px;
  width: 89%;
  float: left;
  margin-top: 10px;
  border-radius: 5px; }
  .messageblog .answer .ti {
    color: #f44336;
    font-weight: bold; }
