/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


#header{
  height: 1000px;
  width:  100%;
  min-width: 1500px;
  position: relative;
}

.menu01{
  background: url(../images/menubg.jpg) center top  no-repeat;
  width: 100%;
  min-width: 1500px;
  height:151px;
}


.main{
  background: url(../images/mainbg.jpg) center top  repeat-y;
  position: relative;
  width: 100%;
  min-width: 1500px;
  margin: 0;
  padding-top: 7em;
  padding-bottom: 100px;
}

.tab1{
  background-image: url(../images/icon01.png);
  height: 95px;
  width: 371px;
  text-indent: -9999px;
}
.tab2{
  background-image: url(../images/icon02.png);
  /* height: 95px; */
  width: 371px;
  text-indent: -9999px;
}
.tab3{
  background-image: url(../images/icon03.png);
  height: 95px;
  width: 371px;
  text-indent: -9999px;
}
.tab1:hover{
  background-image: url(../images/icon01_h.png);
  height: 95px;
  width: 371px;
  text-indent: -9999px;
}
.tab2:hover{
  background-image: url(../images/icon02_h.png);
  height: 95px;
  width: 371px;
  text-indent: -9999px;
}
.tab3:hover{
  background-image: url(../images/icon03_h.png);
  height: 95px;
  width: 371px;
  text-indent: -9999px;
}
[ripple] {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
[ripple] .ripple {
  position: absolute;
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-animation: ripple 1.6s;
          animation: ripple 1.6s;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}
.tabs {
  z-index: 15px;
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 0 auto 10px;
  overflow: hidden;
}
.tabs-header {
  position: absolute;
  left: 50%;
  margin-left: -257px;
  top: 0;
  overflow: hidden;
  width: 767px;
  z-index: 9;
}
.btn {
    padding:inherit!important;
}
.tabs-header .border {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F4B142;
  width: auto;
  height: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tabs-header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 0px);
}
.tabs-header li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  margin-left: 5px;
}
.tabs-header a {
  height: 75px;
  width: 75px;
  z-index: 10;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: -1px;
}
.tabs-nav {
  position: absolute;
  top: 0;
  right: 0;
  background: #4285F4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 10px;
  color: #FFFFFF;
  -webkit-user-select: none;

     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs-nav:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 0 0 20px 10px #4285F4;
}
.tabs-nav i {
  border-radius: 100%;
  cursor: pointer;
}
.tabs-content {
  position: relative;
  height: 100%!important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}
.tabs-content img{
  margin-bottom: 0.3em;
  margin-left: -94px;
}
.tabs-content p{
  margin-top: 0.5em;
  font-weight:bold;
}
.tabs-content li{
  float: left;
  background-color: #fff;
  width: 426px;
  height: 320px;
  padding: 0.2em;
  margin-left: 1.5em;
  margin-bottom: 1.7em;
}
.tabs-content li a{
  color: #6b4d2a;
  text-decoration:none;
  font-weight:bold;
}
.tabs-content li a:hover{
  color: #462703;
}
.tabs-content:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  color: #6b4d2a;
  font-size: 20em;
}
.tabs-content .tab {
  display: none;
}
.tabs-content .tab.active {
  display: block;
}
.material-icons {
  position:  absolute;
  top: 45%;
  left: 80px;
  background: url(../images/prevBtnTop.png) center top  no-repeat;
  width: 101px;
  height: 234px;
  z-index: 3;
  cursor: pointer;
}
.material-icons02 {
  position:  absolute;
  top: 45%;
  right: 80px;
  background: url(../images/nextBtnTop.png) center top  no-repeat;
  width: 101px;
  height: 234px;
  z-index: 3;
  cursor: pointer;
}
.btn {
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
}
.btn01 {
    background-position: 0px 0px;
    height: 75px;
    width: 75px;
    text-indent: -9999px;
}
.btn02 {
    background-position: -78px 0px;
    height: 75px;
    width: 75px;
    text-indent: -9999px;
}
.btn03 {
    background-position: -157px 0px;
    height: 75px;
    width: 75px;
    text-indent: -9999px;
}
.btn04 {
    background-position: -235px 0px;
    height: 75px;
    width: 75px;
    text-indent: -9999px;
}
.btn05 {
    background-position: -314px 0px;
    height: 75px;
    width: 75px;
    text-indent: -9999px;
}
.btn06 {
    background-position: -394px 0px;
    height: 75px;
    width: 75px;
    text-indent: -9999px;
}
.btn07 {
  background-position: -474px 0px;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
}
.btn08 {
  background-position: -552px 0px;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
}
.btn09 {
  background-position: -631px 0px;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
}
.btn10 {
  background-position: -709px 0px;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
}
.btn11 {
  background-position: -787px 0px;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
}
.btn12 {
  background-position: -869px 0px;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
}
.btn13 {
  background-position: -947px 0px;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
}
.btn14 {
  background-position: -1024px 0px;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
}
.btn15 {
  background-position: -1103px 0px;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
}
.btn16 {
  background-position: -1184px 0px;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
}
.btn17 {
  background-position: -1264px 0px;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
}
.btn18 {
  background-position: -1344px 0px;
  height: 75px;
  width: 75px;
  text-indent: -9999px;
}
.btn01:hober {
    background-position: -12px -88px;
}
.btn02:hober {
    background-position: -88px -88px;
}
.btn03:hober {
    background-position: -164px -88px;
}
.btn04:hober {
    background-position: -240px -88px;
}
.btn05:hober {
    background-position: -316px -88px;
}
.btn06:hober {
  background-position: -392px -88px;
}
.btn07:hober {
    background-position: -474px -88px;
}
.btn08:hober {
  background-position: -552px -88px;
}
.btn09:hober {
  background-position: -631px -88px;
}
.btn10:hober {
  background-position: -709px -88px;
}
.btn11:hober {
  background-position: -787px -88px;
}
.btn12:hober {
  background-position: -869px -88px;
}
.btn13:hober {
  background-position: -947px -88px;
}
.btn14:hober {
  background-position: -1024px -88px;
}
.btn15:hober {
  background-position: -1103px -88px;
}
.btn16:hober {
  background-position: -1184px -88px;
}
.btn17:hober {
  background-position: -1264px -88px;
}
.btn18:hober {
  background-position: -1344px -88px;
}
.btn01.active {
    background-position: 0px -77px;
}
.btn02.active {
    background-position: -78px -78px;
}
.btn03.active {
    background-position: -157px -78px;
}
.btn04.active {
    background-position: -235px -78px;
}
.btn05.active {
    background-position: -316px -78px;
}
.btn06.active {
    background-position: -395px -78px;
}
.btn07.active {
  background-position: -474px -77px;
}
.btn08.active {
  background-position: -552px -78px;
}
.btn09.active {
  background-position: -631px -78px;
}
.btn10.active {
  background-position: -709px -78px;
}
.btn11.active {
  background-position: -787px -78px;
}
.btn12.active {
  background-position: -869px -78px;
}
.btn13.active {
  background-position: -947px -78px;
}
.btn14.active {
  background-position: -1024px -78px;
}
.btn15.active {
  background-position: -1103px -78px;
}
.btn16.active {
  background-position: -1184px -78px;
}
.btn17.active {
  background-position: -1264px -78px;
}
.btn18.active {
  background-position: -1344px -78px;
}
 @media screen and (max-width: 600px){
  .tabs-content p{
  margin-top: 0.2em;
  font-weight:bold;
  
  font-size: 2.5rem;
  }
  .tabs-content li {
    float: left;
    background-color: #fff;
    width: 93%;
    height: 100%;
    padding: 0.2em;
    margin-left: 1.5em;
    margin-bottom: 1.7em;
  }
  .tabs-content img {
    width: 100%
  }

}
.htmleaf-container{
  padding-top: 70px;
  margin-bottom: 0;
}
.flow_l{
  background: url(../images/follow_l.png) center top  no-repeat;
  width: 792px;
  /* height: 686px; */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.flow_h{
  background: url(../images/follow_h.png) center top  no-repeat;
  width: 780px;
  /* height: 682px; */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.player { position: absolute; left: 0; top: 0; width: 100%; height: 950px; z-index: 0; }
@media screen and (min-width: 1200px) {
  .tabs-content p{
    display: none;
   margin-top: 0.2em;
   font-weight:blod;
 }
  .tabs-content li{
  float: left;
  background-color: #fff;
  width: 426px;
  height: 320px;
  padding: 0.2em;
  margin-left: 1.5em;
  margin-bottom: 1.7em;
 }

}
@media screen and (min-width: 768px) and (max-width: 992px){
  .tabs-content p{
    margin-top: 0.2em;
    font-weight: 700;
    font-size: 2.5rem;
 }
  .tabs-content li {
    float: left;
    background-color: #fff;
    width: 93%;
    height: 100%;
    padding: 0.2em;
    margin-left: 1.5em;
    margin-bottom: 1.7em;
  }
  .tabs-content img {
    width: 100%;
    height: 100%;
  }
  .img01{
    display: none;
  }
}
.video{
  width: 100%;
  height: 100%;
}