
@import "reset.css";
@import "animate.css";
@import "bootstrap.min.css";
@import "table.css";
@import "buttons.css";
@import "../fonts/font-awesome-4.7.0/css/font-awesome.min.css";
@import "../fonts/Evatheme-Icon/css/Evatheme-Icon-Fonts.css";


   body {
    font-family: 'Lato', sans-serif;
    font-family:"\5FAE\8F6F\96C5\9ED1";
    color:#666666;
    font-size:16px;
    line-height:26px;
    font-weight: 300;
    background:#fff;
   }

   *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   }

   ::selection{
    color: #fff;
    background-color: #0066cc;
   }

   ::-moz-selection{
    color: #fff;
    background-color: #0066cc;
   }

   ::-webkit-scrollbar{
    background: #cdcdcd;
    width: 8px;
   }

   ::-webkit-scrollbar-thumb{background: #333;}


   ::-webkit-input-placeholder{
    color:#999999;
    -webkit-transition: text-indent .5s ease, color .5s ease;
        transition: text-indent .5s ease, color .5s ease;
   }

   input::-moz-placeholder{
    color:#999999;
    opacity:1;
   }

   textarea::-moz-placeholder{
    color: #999999;
    opacity: 1;
   }

   ::ms-input-placeholder{
    color:#999999;
   }

   [placeholder]:focus::-webkit-input-placeholder{
    text-indent:10em;
    color:transparent;
   }

      .bg_white{
        background-color: #fff;
      }

      .bg_grey{
        background-color: #fafafa;
      }

      .bg_blue{
        background-color: #0066cc;
      }

      .bg_black{
        background-color: #262626;
      }

      .bg_grey2{
        background-color: #a2a2a2;
      }

      .bg_grey3{
        background-color: #e0e0e0;
      }

      .bg_red{
        background-color: #be1132;
        background-color: rgba(190,17,50,0.85);
      }

      .bg1{
        background-image: url(../images/bg1.jpg);
      }

      .bg2{
        background-image: url(../images/bg2.jpg);
      }

      .bg3{
        background-image: url(../images/bg3.jpg);
      }

      .bg4{
        background-image: url(../images/bg4.png);
        background-color: rgba(190,17,50,0.85);
      }

      .bgabout{
        background-image: url(../images/about.jpg);
      }

      .xs-visible{
        display:none;
      }


.home-video .video {
  width: 270px;
  display: block;
  position: relative;
}

.home-video .video i.play {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  background: url("../images/play.png");
  width: 66px;
  height: 66px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.home-video .video i.play:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.home-video .video img,.home-video .video video {
  width: 100%;
  display: block
}

  
  .video_presentation_img{}
  .play_video{
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
      display: inline-block;
      vertical-align: middle;
      position: relative;
      background:none;
    }

   .play_video:before{
      content: "\f04b";
      display: block;
      width: 50px;
      height: 50px;
      position: absolute;
      padding-left: 3px;
      top: 50%;
      left: 50%;
      z-index: 99;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      background: #fff;
      background: none;
      border: 1px solid #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      color: #06c;
      font: normal normal normal 20px/48px FontAwesome;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

   .play_video:hover:before{
      background-color: #025db9;
      color: #fff;
    }

    

    /*
     .play_video{
      position: relative;
      padding: 0;
      outline: none;
      background: none;
      border: 4px solid #fff;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden;
    }

    .play_video:hover{
      background-color: #fff;
      color: #0066cc;
    }

    .play_video:before{
      content: "\e99e";
      font: normal 104px/1 'Evatheme-Icon-Fonts';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 99;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .play_video.pause:before{
      content: '';
      width: 30px;
      height: 40px;
      border-left: 5px solid #fff;
      border-right: 5px solid #fff;
      -webkit-transition: border-color 0.5s;
      -o-transition: border-color 0.5s;
      transition: border-color 0.5s;
    }

    .play_video.pause:hover:before{
      border-color: #0066cc;
      -webkit-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      transition: border-color 0.3s;
    }
    */


    textarea{
      resize: none;
    }

    input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
    textarea{
      width: 100%;
      outline: none;
      background-color: #fff;
      border: 1px solid #e1e1e1;
      font-size: 14px;
      line-height: 20px;
      padding: 10px;
      color: #262626;
    -webkit-transition: border-color 0.2s, color 0.2s;
      transition: border-color 0.2s, color 0.2s;
    }
  
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus,
    textarea:focus{
    border-color:#0066cc !important;
    color:#333 !important;
  }
  
    .f_col2:not(:first-child){
      padding-left: 5px;
    }

    .f_col2:not(:last-child){
      padding-right: 5px;
    }

    .f_col2{
      float: left;
      display: inline-block;
      width: 50%;
      margin-bottom: 10px;
    }

    .f_col1{
      width: 100%;
      margin-bottom: 10px;
    }

    .form_select1{
      background-color:#fff;
      border: 1px solid #e1e1e1;
      text-align: left;
      color: #999;
      text-shadow: none;
      width: 100%;
      height: 42px;
    }

    .jq-selectbox__select,
    .jq-selectbox .placeholder{
      color: #999;
      text-shadow: none;
    box-shadow:none;
    }

    .form_select1{
      margin-bottom: 10px;
    }

    .jq-selectbox.focused .jq-selectbox__select{
      border: none !important;
    }

    .jq-selectbox__trigger-arrow{
      width: 5px;
      height: 5px;
      transform: rotate(135deg);
      border-top: 1px solid #262626;
      border-right: 1px solid #262626;
    }

    .jq-selectbox__trigger{
      border-left: none;
    }

    .jq-selectbox.focused .jq-selectbox__trigger-arrow{
      border-bottom: 1px solid #262626;
      border-left: 1px solid #262626;
      border-top:none;
      border-right:none;
    }

    .jq-selectbox__select{
      padding: 5px 10px;
      width: 100%;
      height: 40px;
      border-radius: 0;
      background: #fff !important;
      border: none;
      color: #999;
      text-shadow: none;
      font-size: 14px;
    }

    textarea.type1{
      color: #999;
      font-size: 14px;
      width: 100%;
      height: 120px;
      background-color: #fff;
      border: 1px solid #e1e1e1;
    }

    textarea.type1:not(:last-child){
      margin-bottom: 25px;
    }


   .align_left{
    text-align: left;
   }

   .align_right{
    text-align: right;
   }

   .align_center{
    text-align: center;
   }

   .f_left{
    float: left;
   }

   .f_right{
    float: right;
   }

   .wrapper{overflow: hidden;}

   .hide{ display: none;}

   .show{ display: block;}

   .d_ib{display: inline-block;}

   .transparent{ opacity:0; }

   .invisible{
    opacity: 0;
    visibility: hidden;
   }

   .visible{
    opacity:1;
    visibility: visible;
   }

   .p_abs{position: absolute;}

   .p_rel{position: relative;}

   .p_fix{position: fixed;}

   .clear{clear:both;width:100%;line-height:0;font-size:0;}

   .clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
   }

   .reg{text-transform:uppercase;}


  #content{
	  overflow-x:hidden;
	  padding:0px 0px 0px 0px;
  }

  .back_to_top{
    border: none;
    outline: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #333;
    z-index: 99;
  }

  .back_to_top:hover{
    background-color: #673300;
  }

  .back_to_top i{
    font-size: 30px;
    line-height: 30px;
    margin: 0;
  }


    .section_offset{
      padding: 100px 0;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 0 0;
    }

    .section_offset2:not(:first-child){
      padding-top: 20px;
    }

    .section_offset:not([class*="bg_"]) + .section_offset:not([class*="bg_"]):not(.section_border),
    .section_vertical:not([class*="bg_"]) + .section_offset:not([class*="bg_"]):not(.section_border){
      padding-top: 0;
    }


    .blackout{
      padding: 100px 0;
      color: #fff;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-attachment: fixed;
    }

    .blackout2{
      padding: 190px 0 220px;
      color: #fff;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-attachment: fixed;
    }

    .blackout3{
      padding: 230px 0;
      color: #fff;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-attachment: fixed;
    }

    .blackout4{
      padding: 50px 0;
      color: #fff;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      /*background-attachment: fixed;*/
    }



    .section_offset:not([class*="bg_"]) + .section_border{
      border-top: 1px solid #e1e1e1;
    }


    h1,h2,h3,h4,h5,h6{
      /*font-family: 'Lato', sans-serif;*/
      font-family:"\5FAE\8F6F\96C5\9ED1";
      font-weight:300;
      line-height: 1.23em;
      color: #333333;
      margin: 0;
      margin-bottom: 17px;
    }

    h1{
      font-size: 100px;
      line-height: 100px;
      margin-bottom: 40px;
    }

    h2{
      font-size: 50px;
      text-align: center;
    }
    h2 strong{
      font-weight: 400;
    }

    h3{font-size: 22px;}

    h4{
      font-size: 18px;
    }
    h5{font-size: 16px;}

    h6{
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      margin-bottom: 15px;
    }

    .blackout h1,
    .blackout h2,
    .blackout h3,
    .blackout h4,
    .blackout h5,
    .blackout h6,
    .blackout2 h1,
    .blackout2 h2,
    .blackout2 h3,
    .blackout2 h4,
    .blackout2 h5,
    .blackout2 h6,
    .first_screen_inner h1,
    .first_screen_inner h2,
    .first_screen_inner h3,
    .first_screen_inner h4,
    .first_screen_inner h5,
    .first_screen_inner h6{
      color: #fff;
    }

    .first_screen_inner img{width: 120px; height: 120px}

    .title_box1:not(:last-child){
      margin-bottom: 60px;
    }

    .subtitle{
      font-size: 15px;
      line-height: 30px;
      color: #333;
    }

    .first_screen_inner .subtitle,
    .blackout2 .subtitle,
    .blackout .subtitle{
      color: #fff;
    }

    .first_screen_inner .subtitle{
      margin-top:30px;
      font-size: 40px;
    }

    .first_screen_inner .subtitlefirst{
      margin-top:120px;
      font-size: 40px;
    }

    .title_icon{
      font-size: 35px;
      color: #ccc;
      margin-bottom: 30px;
    }

    .title1{
      font-size: 70px;
      line-height: 1;
      margin-bottom: 50px;
    }

    .title1 span{
      display: block;
      font-size: 24px;
    }

    p:not(:last-child){margin-bottom: 20px;}

    mark{background-color: #20cfef;padding: 0 2px;color: #fff;}
    mark.red{background-color: #ee352f;}

    a{
      color: #0066cc;
      text-decoration: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
    a:hover{
      color: #666;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    a:focus,
    a:visited{
      outline: none;
      text-decoration: none;
    }

    img{
      max-width: 100%;
    }

     /* ------------------------------------------------
      5.4. Courses University
  -------------------------------------------------*/
    .courses_box{
      padding-bottom: 100px;
      overflow: hidden;
    }
    .course_indent{
      /* padding: 0 15px; */
      padding-top: 10px;
      padding-bottom: 18px;
      margin: 0 -15px;
    }
      .course_slider{
        text-align: center;
        margin-top: -30px;
      }
        .course_slider .owl-item{
          padding: 0 15px;
          display: inline-block;
        }
          .course_slider_figure{
            margin: 60px 0 30px;
            position: relative;
            -webkit-transition: all ease 0.5s;
               -moz-transition: all ease 0.5s;
                -ms-transition: all ease 0.5s;
                 -o-transition: all ease 0.5s;
                    transition: all ease 0.5s;
          }
            .course_slider_img{

            }
            .course_slider_text{
              text-align: center;
              min-height: 190px;
              background-color: #FFF;
              padding: 25px 15px 0 15px;
              -webkit-transition: all ease 0.5s;
                 -moz-transition: all ease 0.5s;
                  -ms-transition: all ease 0.5s;
                   -o-transition: all ease 0.5s;
                      transition: all ease 0.5s;
            }
              .course_slider_figure:hover .course_slider_text{
                background-color: #663300;
                -webkit-transition: all ease 0.5s;
                   -moz-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                     -o-transition: all ease 0.5s;
                        transition: all ease 0.5s;
              }
              .course_slider_text h4{
                font-size: 15px;
                line-height: 20px;
                font-weight: bold;
                color: #2f3338;
                margin-bottom: 10px;
                text-align: left;
              }
                .course_slider_figure:hover .course_slider_text h4{
                  color: #FFF;
                  -webkit-transition: all ease 0.5s;
                   -moz-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                     -o-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                }
              .course_slider_text p{
                font-size: 13px;
                line-height: 23px;
                text-align: left;
                color: #373737;
              }
                .course_slider_figure:hover .course_slider_text p{
                  color: #FFF;
                  -webkit-transition: all ease 0.5s;
                   -moz-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                     -o-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                }
            .course_slider_figure a{
              position: absolute;
              z-index: 9;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
            }
          .course_slider_figure:hover{
            -webkit-transform: translateY(-30px);
               -moz-transform: translateY(-30px);
                -ms-transform: translateY(-30px);
                 -o-transform: translateY(-30px);
                    transform: translateY(-30px);
            -webkit-transition: all ease 0.5s;
               -moz-transition: all ease 0.5s;
                -ms-transition: all ease 0.5s;
                 -o-transition: all ease 0.5s;
                    transition: all ease 0.5s;
              -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
                      box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
          }
    .button_after_carousel{
      text-align: center;
    }
      .button_after_carousel a{

      }

      /*pump*/

    .courses_box_pump{
      padding-bottom: 100px;
      overflow: hidden;
    }
    .course_indent_pump{
      /* padding: 0 15px; */
      padding-top: 10px;
      padding-bottom: 18px;
      margin: 0 -15px;
    }
      .course_slider_pump{
        text-align: center;
        margin-top: -30px;
      }
        .course_slider_pump .owl-item{
          padding: 0 15px;
          display: inline-block;
        }
          .course_slider_figure_pump{
            margin: 30px 0 30px;
            position: relative;
            -webkit-transition: all ease 0.5s;
               -moz-transition: all ease 0.5s;
                -ms-transition: all ease 0.5s;
                 -o-transition: all ease 0.5s;
                    transition: all ease 0.5s;
          }
            .course_slider_img_pump{

            }
            .course_slider_text_pump{
              text-align: center;
              min-height: 140px;
              background-color: #FFF;
              padding: 25px 15px 0 15px;
              -webkit-transition: all ease 0.5s;
                 -moz-transition: all ease 0.5s;
                  -ms-transition: all ease 0.5s;
                   -o-transition: all ease 0.5s;
                      transition: all ease 0.5s;
            }
              .course_slider_figure_pump:hover .course_slider_text_pump{
                background-color: #663300;
                -webkit-transition: all ease 0.5s;
                   -moz-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                     -o-transition: all ease 0.5s;
                        transition: all ease 0.5s;
              }
              .course_slider_text_pump h4{
                font-size: 30px;
                line-height: 20px;
                font-weight: bold;
                color: #2f3338;
                margin-bottom: 20px;
                text-align: center;
              }
                .course_slider_figure_pump:hover .course_slider_text_pump h4{
                  color: #FFF;
                  -webkit-transition: all ease 0.5s;
                   -moz-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                     -o-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                }
              .course_slider_text_pump p{
                font-size: 13px;
                line-height: 23px;
                text-align: left;
                color: #373737;
              }
                .course_slider_figure_pump:hover .course_slider_text_pump p{
                  color: #FFF;
                  -webkit-transition: all ease 0.5s;
                   -moz-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                     -o-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                }
            .course_slider_figure_pump a{
              position: absolute;
              z-index: 9;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
            }
          .course_slider_figure_pump:hover{
            -webkit-transform: translateY(-30px);
               -moz-transform: translateY(-30px);
                -ms-transform: translateY(-30px);
                 -o-transform: translateY(-30px);
                    transform: translateY(-30px);
            -webkit-transition: all ease 0.5s;
               -moz-transition: all ease 0.5s;
                -ms-transition: all ease 0.5s;
                 -o-transition: all ease 0.5s;
                    transition: all ease 0.5s;
              -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
                      box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
          }
    .button_after_carousel{
      text-align: center;
    }
      .button_after_carousel a{

      }


 /* ------------------------------------------------
      佳文赏析 Hot News
  -------------------------------------------------*/
    .courses_box_hot{
      padding-bottom: 100px;
      overflow: hidden;
    }
    .course_indent_hot{
      /* padding: 0 15px; */
      padding-top: 10px;
      padding-bottom: 18px;
      margin: 0 -15px;
    }
      .course_slider_hot{
        text-align: center;
        margin-top: -30px;
      }
        .course_slider_hot .owl-item{
          padding: 0 15px;
          display: inline-block;
        }
          .course_slider_figure_hot{
            margin: 20px 0 10px;
            position: relative;
            -webkit-transition: all ease 0.5s;
               -moz-transition: all ease 0.5s;
                -ms-transition: all ease 0.5s;
                 -o-transition: all ease 0.5s;
                    transition: all ease 0.5s;
          }
            .course_slider_img_hot{

            }
            .course_slider_text_hot{
              text-align: left;
              /*min-height: 190px;*/
              background-color: #FFF;
              padding: 25px 15px 25px 15px;
              -webkit-transition: all ease 0.5s;
                 -moz-transition: all ease 0.5s;
                  -ms-transition: all ease 0.5s;
                   -o-transition: all ease 0.5s;
                      transition: all ease 0.5s;
            }
              .course_slider_figure_hot:hover .course_slider_text_hot{
                background-color: #673300;
                -webkit-transition: all ease 0.5s;
                   -moz-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                     -o-transition: all ease 0.5s;
                        transition: all ease 0.5s;
              }
              .course_slider_text_hot h4{
                font-size: 15px;
                line-height: 18px;
                font-weight: bold;
                color: #673300;
                margin-bottom: 10px;
              }
                .course_slider_figure_hot:hover .course_slider_text_hot h4{
                  color: #FFF;
                  -webkit-transition: all ease 0.5s;
                   -moz-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                     -o-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                }
              .course_slider_text_hot p{
                font-size: 14px;
                line-height: 14px;
                color: #673300;
              }
                .course_slider_figure_hot:hover .course_slider_text_hot p{
                  color: #FFF;
                  -webkit-transition: all ease 0.5s;
                   -moz-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                     -o-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                }
            .course_slider_figure_hot a{
              position: absolute;
              z-index: 9;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
            }
          .course_slider_figure_hot:hover{
            -webkit-transform: translateY(-30px);
               -moz-transform: translateY(-30px);
                -ms-transform: translateY(-30px);
                 -o-transform: translateY(-30px);
                    transform: translateY(-30px);
            -webkit-transition: all ease 0.5s;
               -moz-transition: all ease 0.5s;
                -ms-transition: all ease 0.5s;
                 -o-transition: all ease 0.5s;
                    transition: all ease 0.5s;
              -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
                      box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
          }


/* ------------------------------------------------
      会员自媒
  -------------------------------------------------*/
    .courses_box_member{
      padding-bottom: 100px;
      overflow: hidden;
    }
    .course_indent_member{
      /* padding: 0 15px; */
      padding-top: 10px;
      padding-bottom: 18px;
      margin: 0 -15px;
    }
      .course_slider_member{
        text-align: center;
        margin-top: -30px;
      }
      
        .course_slider_member .owl-item{
          padding: 0 15px;
          display: inline-block;
        }
          .course_slider_figure_member{
            margin: 20px 0 30px;
            position: relative;
            -webkit-transition: all ease 0.5s;
               -moz-transition: all ease 0.5s;
                -ms-transition: all ease 0.5s;
                 -o-transition: all ease 0.5s;
                    transition: all ease 0.5s;
          }
            .course_slider_img_member{

            }
            .course_slider_text_member{
              text-align: left;
              min-height: 190px;
              background-color: #FFF;
              padding: 25px 15px 0 15px;
              -webkit-transition: all ease 0.5s;
                 -moz-transition: all ease 0.5s;
                  -ms-transition: all ease 0.5s;
                   -o-transition: all ease 0.5s;
                      transition: all ease 0.5s;
            }

            /*
              .course_slider_figure_member:hover .course_slider_text_member{
                background-color: #025DB9;
                -webkit-transition: all ease 0.5s;
                   -moz-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                     -o-transition: all ease 0.5s;
                        transition: all ease 0.5s;
              }
              .course_slider_text_member h4{
                font-size: 24px;
                line-height: 26px;
                font-weight: 300;
                color: #333;
                margin-bottom: 25px;
              }
                .course_slider_figure_member:hover .course_slider_text_member h4{
                  color: #FFF;
                  -webkit-transition: all ease 0.5s;
                   -moz-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                     -o-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                }
              .course_slider_text_member p{
                font-size: 16px;
                line-height: 26px;
                color: #373737;
              }
                .course_slider_figure_member:hover .course_slider_text_member p{
                  color: #FFF;
                  -webkit-transition: all ease 0.5s;
                   -moz-transition: all ease 0.5s;
                    -ms-transition: all ease 0.5s;
                     -o-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                }
            .course_slider_figure_member a{
              position: absolute;
              z-index: 9;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
            }
          .course_slider_figure_member:hover{
            -webkit-transform: translateY(-30px);
               -moz-transform: translateY(-30px);
                -ms-transform: translateY(-30px);
                 -o-transform: translateY(-30px);
                    transform: translateY(-30px);
            -webkit-transition: all ease 0.5s;
               -moz-transition: all ease 0.5s;
                -ms-transition: all ease 0.5s;
                 -o-transition: all ease 0.5s;
                    transition: all ease 0.5s;
              -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
                      box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
          }
          */



      button{
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      button:focus{
        outline: none;
      }

      button:hover{
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn_type1.big{
        min-width: 166px;
        font-size: 16px;
        padding: 14px 25px 16px;
      }

      .btnsmall{
        display: inline-block;
        outline: none;
        background: none;
        border: none;
        color: #0066cc;
        font-size: 13px;
        line-height: 13px;
        position: relative;
        padding-right: 30px;
      }

      .btnsmall:before{
        content: "\f105";
        display: block;
        position: absolute;
        text-align: center;
        width: 18px;
        height: 18px;
        right: 0;
        top: 50%;
        margin-top: -9px;
        border: 2px solid #0066cc;
        border-radius: 50%;
        font: normal normal normal 14px/14px FontAwesome;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btnsmall:after{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        height: 1px;
        background-color: #be1132;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btnsmall:hover{
        color: #be1132;
      }

      .btnsmall:hover:before{
        background-color: #be1132;
        border: 2px solid #be1132;
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btnsmall:hover:after{
        right: 35px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn{
        display: inline-block;
        outline: none;
        background: none;
        border: none;
        color: #0066cc;
        font-size: 24px;
        line-height: 30px;
        position: relative;
        padding-right: 35px;
      }

      .btn:before{
        content: "\f105";
        display: block;
        position: absolute;
        text-align: center;
        width: 26px;
        height: 26px;
        right: 0;
        top: 50%;
        margin-top: -12px;
        border: 2px solid #0066cc;
        border-radius: 50%;
        font: normal normal normal 14px/22px FontAwesome;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn:after{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        height: 1px;
        background-color: #be1132;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn:hover{
        color: #be1132;
      }

      .btn:hover:before{
        background-color: #be1132;
        border: 2px solid #be1132;
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn:hover:after{
        right: 35px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn_type1.blue{
        background: #06c;
      }

      .btn_type1.white{
        color:  #06c;
        background: #fff;
         min-width: 120px;
         padding: 8px 10px 10px;
         margin-top: 60px;
      }

      .btn_type1{
        color: #fff;
        position: relative;
        background: rgba(0,0,0,0.85);
        display: inline-block;
        font-family:"\5FAE\8F6F\96C5\9ED1";
        font-size: 13px;
        font-weight: 300;
        border-radius: 30px;
        line-height: 16px;
        min-width: 130px;
        padding: 7px 19px 9px;
        text-align: center;
      }

      .btn_type1 span{
        display: inline-block;
        position: relative;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn_type1 span:after{
        content: "\f105";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px;
        font: normal normal normal 14px/20px FontAwesome;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .btn_type1:hover{
        background-color: #575757;
        color: #fff;
      }

      .btn_type1:hover span{
        -webkit-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
        -o-transform: translate(-10px, 0);
        transform: translate(-10px, 0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      .btn_type1:hover span:after{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0);
        -o-transform: translate(20px, 0);
        transform: translate(20px, 0);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }

      /*white button*/

      .first_screen_inner .btn,
      .blackout .btn,
      .blackout .btnsmall,
      .blackout2 .btn,
      .project_box .btn{
        color: #fff;
      }

      .first_screen_inner .btn:hover,
      .blackout .btn:hover,
      .blackout .btnsmall:hover,
      .blackout2 .btn:hover,
      .project_box .btn:hover{
        color: #fff;
      }

      .first_screen_inner .btn:before,
      .blackout .btn:before,
      .blackout .btnsmall:before,
      .blackout2 .btn:before,
      .project_box .btn:before{
        border-color: #fff;
      }

      .first_screen_inner .btn:after,
      .blackout .btn:after,
      .blackout .btnsmall:after,
      .blackout2 .btn:after,
      .project_box .btn:after{
        background-color: #fff;
      }

      .first_screen_inner .btn:hover:before,
      .blackout .btn:hover:before,
      .blackout .btnsmall:hover:before,
      .blackout2 .btn:hover:before,
      .project_box .btn:hover:before{
        background-color: #fff;
        color: #0066cc;
      }

      .link_type1{
        display: inline-block;
        position: relative;
        color: #0066cc;
      }

      .link_type1:before{
        content: '';
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 100%;
        height: 1px;
        background-color: #0066cc;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
      }

      .link_type1:hover{
        color: #0066cc;
      }

      .link_type1:hover:before{
        right: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }


    .flexslider{
      border: none;
      margin: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none;
    }

    .flex-direction-nav a:before{
      color: #fff;
      line-height: 1;
    }

    .flexslider:hover .flex-direction-nav .flex-next {
      right: 40px;
    }

    .flexslider:hover .flex-direction-nav .flex-prev {
      left: 40px;
    }

    .flex-direction-nav .flex-prev,.flex-direction-nav .flex-next{
      overflow: visible;
      width: 30px;
      height: 60px;
      font-size: 0;
    }

    .flex-direction-nav a::before{
      content: '' !important;
      width: 40px;
      height: 40px;
      position: absolute;
      border-width: 1px;
      border-style: solid;
      border-color: transparent;
      top: 50%;
      margin-top: -20px;
      -moz-transform: rotate(-52deg) skewX(-15deg);
      -webkit-transform: rotate(-52deg) skewX(-15deg);
      -o-transform: rotate(-52deg) skewX(-15deg);
      -ms-transform: rotate(-52deg) skewX(-15deg);
      transform: rotate(-52deg) skewX(-15deg);
    }

    .flex-direction-nav .flex-prev:before{
      border-top-color: #fff;
      border-left-color: #fff;
      left: 0;
    }

    .flex-direction-nav .flex-next:before{
      border-bottom-color: #fff;
      border-right-color: #fff;
      right: 0;
    }

    .flex-control-nav{
      bottom: 30px;
      z-index: 999;
      line-height: 0;
    }

    .flex-control-paging li a.flex-active{
      opacity: 1;
      width: 10px;
      height: 10px;
      border: 2px solid #06c;
      background: none;
    }

    .flex-control-paging li a{
      width: 10px;
      height: 10px;
      opacity: 0.5;
      background-color: #fff;
    }

    .owl-nav>div{
      position: absolute;
      top: 50%;
      margin-top: -30px;
      left: -50px;
      width: 30px;
      height: 60px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .owl-nav>div:hover{
      opacity: 0.5;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }

    .owl-nav>div.owl-next{
      left: auto;
      right: -50px;
      text-align: right;
    }

    .owl-nav>div:before{
      content: "\f104";
      font: normal normal normal 50px/60px FontAwesome;
    }

    .owl-nav>div.owl-next:before{
      content: "\f105";
    }

    .owl-dots{
      position: absolute;
      width: 100%;
      bottom: -60px;
      left: 0;
      text-align: center;
      line-height: 0;
    }

    .owl-dots>div{
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 8px;
      border-radius: 50%;
      border: 2px solid #b0b0b0;
      background-color: #b0b0b0;
    }

    .owl-dots>div.active{
      border-color: #0066cc;
      background: none;
    }

    .owl-nav > div.owl-next,.owl-nav > div.owl-prev{
      overflow: visible;
      width: 30px;
      height: 60px;
      font-size: 0;
    }

    .owl-nav > div:before{
      content: '' !important;
      width: 40px;
      height: 40px;
      position: absolute;
      border-width: 1px;
      border-style: solid;
      border-color: transparent;
      top: 50%;
      margin-top: -20px;
      -moz-transform: rotate(-52deg) skewX(-15deg);
      -webkit-transform: rotate(-52deg) skewX(-15deg);
      -o-transform: rotate(-52deg) skewX(-15deg);
      -ms-transform: rotate(-52deg) skewX(-15deg);
      transform: rotate(-52deg) skewX(-15deg);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .owl-nav > div:hover:before{
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }

    .owl-nav > div.owl-prev:before{
      border-top-color: #cccccc;
      border-left-color: #cccccc;
      left: 0;
    }

    .owl-nav > div.owl-next:before{
      border-bottom-color: #cccccc;
      border-right-color: #cccccc;
      right: 0;
    }

    /*basic style slider*/

    .owl-nav > div.owl-next:before{
      right: 0;
    }

    .owl-nav > div.owl-prev:before{
      left: 0;
    }

    .owl-nav > div.owl-next:hover:before{
      border-bottom-color: #0066cc;
      border-right-color: #0066cc;
    }

    .owl-nav > div.owl-prev:hover:before{
      border-top-color: #0066cc;
      border-left-color: #0066cc;
    }


    .video_box{
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
    }

    .video_img{
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .video_img img{
      width: auto !important;
      height:auto !important;
      min-width: 100%;
      min-height: 100%;
      max-width: initial;
    }

    .video_wrapper {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 0;
      visibility: hidden;
    }

    .video{
      min-height: 100%;
      min-width: 100%;
    }

    .video_box.pause .video_img {
      opacity: 0;
      visibility: hidden;
    }

    .video_box.pause .video_wrapper {
      opacity: 1;
      visibility: visible;
    }

    .video_btn{
      position: relative;
      padding: 0;
      outline: none;
      background: none;
      border: 4px solid #fff;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden;
    }

    .video_btn:hover{
      background-color: #fff;
      color: #0066cc;
    }

    .video_btn:before{
      content: "\e99e";
      font: normal 104px/1 'Evatheme-Icon-Fonts';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .video_btn.pause:before{
      content: '';
      width: 30px;
      height: 40px;
      border-left: 5px solid #fff;
      border-right: 5px solid #fff;
      -webkit-transition: border-color 0.5s;
      -o-transition: border-color 0.5s;
      transition: border-color 0.5s;
    }

    .video_btn.pause:hover:before{
      border-color: #0066cc;
      -webkit-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      transition: border-color 0.3s;
    }


    .icons_container{
      margin-top: -70px;
    }

    .icon_box{
      position: relative;
      padding-left: 60px;
      padding-right: 10px;
      margin-top: 70px;
    }

    .icon_box i{
      position: absolute;
      top: 0;
      left: 0;
      font-size: 35px;
      color: #ccc;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .icon_box:hover i{
      color: #0066cc;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }

    .icon_box_title{
      font-size: 24px;
      line-height: 1.2;
      margin-bottom: 15px;
    }


    .partner_list{
      text-align: center;
      padding-top: 35px;
    }

    .partner_list li {
      display: inline-block;
      width: 24%;
      margin-top: 55px;
      padding: 0 20px;
      vertical-align: middle;
    }

    .partner_list li a {
      opacity: 0.5;
    }

    .partner_list li a:hover {
      opacity: 1;
    }

    .filter_navigation{
      text-align: center;
      padding-top: 15px;
    }

    .filter_navigation:not(:last-child){
      margin-bottom: 50px;
    }

    .filter_navigation ul li ul li{
      display: inline-block;
    }

    .filter_navigation ul li ul li a{
      display: block;
      font-size: 13px;
      line-height: 16px;
      padding: 7px 15px;
      text-transform: uppercase;
      color: #999;
      border-radius: 15px;
    }

    .filter_navigation ul li ul li a:hover{
      color: #0066cc;
    }

    .filter_navigation ul li ul li.selected a,
    .filter_navigation ul li ul li.selected a:hover{
      color: #333;
      background-color: #f3f3f3;
      cursor: default;
    }

    #isotope_container{
      margin: 0px -15px 30px;
    }

    .project_box{
      position: relative;
      overflow: hidden;
      margin-bottom: 30px;
    }

    .overlay{
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      background-color: rgba(51,51,51,0.7);
      background-color: rgba(190,17,50,0.60);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .project_box:hover .overlay{
      opacity: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }

    .project_btn{
      display: inline-block;
      white-space: nowrap;
      position: absolute;
      left: 50%;
      bottom: -10%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }

    .project_box:hover .project_btn{
      bottom: 50%;
      -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      -o-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
    }

    .load_more_works,
    .load_more_works:focus{
      text-align: center;
      position: relative;
      display: inline-block;
      width: 46px;
      height: 46px;
      border: 2px solid #bfbfbf;
      border-radius: 50%;
      font-weight: 700;
      font-size: 30px;
      color: #bfbfbf;
    }

    .load_more_works:before{
      content: "+";
      display: block;
      position: absolute;
      width: 40px;
      line-height: 40px;
      top: 50%;
      left: 50%;
      margin-left: -20px;
      margin-top: -21px;
    }

    .load_more_works:hover{
      color: #0066cc;
      border-color: #0066cc;
    }
	
	.load_more_works.no_more_items{
      cursor:default;
	  color: #bfbfbf !important;
      border-color: #bfbfbf !important;
	  opacity:0.5;
    }
	
    .load_more_works.loaded{
      animation: loadMore linear 1s;
      animation-iteration-count: infinite;
      transform-origin: 50% 50%;
      -webkit-animation: loadMore linear 1s;
      -webkit-animation-iteration-count: infinite;
      -webkit-transform-origin: 50% 50%;
      -moz-animation: loadMore linear 1s;
      -moz-animation-iteration-count: infinite;
      -moz-transform-origin: 50% 50%;
      -o-animation: loadMore linear 1s;
      -o-animation-iteration-count: infinite;
      -o-transform-origin: 50% 50%;
      -ms-animation: loadMore linear 1s;
      -ms-animation-iteration-count: infinite;
      -ms-transform-origin: 50% 50%;
    }

    @keyframes loadMore{
      0% {
        transform: rotate(0deg) ;
      }
      100% {
        transform: rotate(360deg) ;
      }
    }

    @-moz-keyframes loadMore{
      0% {
        -moz-transform: rotate(0deg) ;
      }
      100% {
        -moz-transform: rotate(360deg) ;
      }
    }

    @-webkit-keyframes loadMore {
      0% {
        -webkit-transform: rotate(0deg) ;
      }
      100% {
        -webkit-transform: rotate(360deg) ;
      }
    }

    @-o-keyframes loadMore {
      0% {
        -o-transform: rotate(0deg) ;
      }
      100% {
        -o-transform: rotate(360deg) ;
      }
    }

    @-ms-keyframes loadMore {
      0% {
        -ms-transform: rotate(0deg) ;
      }
      100% {
        -ms-transform: rotate(360deg) ;
      }
    }


    .team_slider{
      margin: 0 -20px;
    }

    .team_slider .owl-item{
      z-index: 1;
    }

    .team_box{
      position: relative;
      z-index: 1;
      text-align: center;
      background-color: #fff;
      padding: 0px 0px 0px;
      margin: 0px 15px 0px;
      -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.05);
      box-shadow: 0 4px 5px rgba(0,0,0,0.05);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .team_box:hover{
      background-color: #fafafa;
      -webkit-box-shadow: 0 15px 30px rgba(34,111,171,0.2);
      box-shadow: 0 15px 30px rgba(34,111,171,0.2);
    }

    .team_img{
      margin-bottom: 30px;
    }

    .team_excerpt{
      padding:20px 15px 30px 20px;
      font-size: 13px;
      text-align: left;
      margin-bottom: 30px;
    }

    .team_person{
      font-weight: 400;
      color: #999999;
    }

    .team_name{
      font-weight: 600;
      color: #2f3338;
    }

 /*------  HEADER STYLE  ------*/
.header{
  position: fixed;
  width: 100%;
  height: 90px;
  padding-top: 35px;
  padding-left: 0px;
  z-index: 21;    
  text-align: center;

    -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;

  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.header.bg{
  padding-top: 9px;
  height: 60px;
}
.header:before{
  top: -50px;

    -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header.bg:before {
    background-color: #226fab;
    background-color: rgba(102,51,0,0.85);
    content: "";
    height: 60px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.header .logo{
  height: 150px;
  width: 200px;
  display: inline-block;
  background:url(../images/logo.png) no-repeat; 
  vertical-align: middle;
  background-size: cover;

    -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header.bg .logo {
   height: 43px;
  width: 57px;
  background:url(../images/logo-mini.png) no-repeat;
  margin-top: 0px;
}
.header a{
  margin: 0px 15px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
}

.header a:hover{
  color: #eeeff0;
}

.mobile-menu{
  display: none;
  cursor: pointer;
}

.homeleisure{
  display: none;
  cursor: pointer;
}

  /*
    nav{
      text-align: center;
      line-height: 17px;
      padding-right: 60px;
    }
    */

    .nav_btn{
      display: none;
      border: none;
      outline: none;
      width: 50px;
      height: 50px;
      color: #fff;
      background-color: rgba(32,32,32,0.85);
      border-top: 1px solid #0066cc;
      font-size: 20px;
      position: absolute;
      left: -50px;
      top: -1px;
    }

    .nav_btn:hover{
      color: #0066cc;
    }

    .navigation{
      display: inline-block;
    }

    .navigation>li{
      float: left;
      position: relative;
      padding: 19px 0 19px;
    }

    .navigation>li:not(:last-child){
      padding-right: 75px;
    }

    .navigation li a{
      color: #fff;
      line-height: 17px;
      display: block;
    }

    .navigation li a:hover,
    .navigation li.current a{
      color: #999;
    }


    .search_box{
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 60px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .search_box input:not([type="radio"]):not([type="checkbox"]):not([type="file"]){
      width: 100%;
      outline: none;
      border: none;
      background-color: #0f0f0f;
      font: 300 16px/20px '\5FAE\8F6F\96C5\9ED1',sans-serif;
      padding: 15px 60px 15px 20px;
      color: #fff;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }

    .search_btn{
      outline: none;
      border: none;
      background: none;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 50%;
      margin-top: -10px;
      right: 20px;
      color: #fff;
    }

    .search_btn:before{
      content: "\f002";
      font: normal normal normal 16px/20px FontAwesome;
      display: block;
      width: 100%;
      height: 100%;
    }

    .search_box.active .search_btn:before{
      content: "\f00d";
    }

    .search_box.active{
      width: 100%;
    }

    .search_box.active input:not([type="radio"]):not([type="checkbox"]):not([type="file"]){
      opacity: 1;
    }


  .first_screen{
    text-align: center;
    color: #fff;
    min-height: 680px;
    overflow: hidden;
  }

  .main_slider .slides li:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -5px;
  }

  .first_screen_inner{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
  }

  .slider_title{
    font-size: 60px;
    line-height: 60px;
    margin-top: 100px;
    margin-bottom: 30px;
  }

  .margin-top-title{
    margin-top: 120px;
  }

  .video_btn_box{
    display:block;
    padding-top: 30px;
  }

  .first_screen_subtitle{
    font-size: 30px;
    line-height: 30px;
    margin-top: 120px;
    margin-bottom: 45px !important;
    font-weight: 100;
  }


    .main_slider .slides li{
      text-align: center;
      overflow: hidden;
      padding-top: 50px;
    }

    .main_slider,
    .main_slider .slides,
    .main_slider .slides li{
      height: 100%;
    }

    .main_slider .slides li{
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }

    .main_slider .slides li.bg2{
      background-image: url(../images/first_screen_bg2.jpg);
    }

.six_box{
  text-align: center;
}

.six_box h3{
  font-size: 24px;
  font-weight:300;
}

.bignum{
  font-size: 48px;
  vertical-align: baseline;
}

.bignumtitle{
  font-size: 52px;
  vertical-align: baseline;
}

.bigtitle{
  font-size: 36px;
  font-weight:300;
  margin-bottom: 30px;
}

.leftrighth{
  font-size: 26px;
  padding-top: 20px;
  font-weight: 100;
  color: #fff;
}

.bigtitletrue{
  font-size: 50px;
  font-weight:300;
  margin-bottom: 20px;
  text-align: center;
  color: #663300;
}

.stitletrue{
  font-size: 17px;
  line-height: 25px;
  font-weight:normal;
  margin-bottom: 0px;
  text-align: left;
  color: #663300;
}

.buttitle{
  font-size: 16px;
  font-weight:300;
  margin-bottom: 30px;
}

.buttitlemember{
  font-size: 20px;
  font-weight:100;
  padding: 0 20px;
  margin-bottom: 70px;
}

.smalltitle{
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 0px;
}

.aboutwisdom{
  font-size: 24px;
  font-weight:100;
  margin-bottom: 40px;
}

.ssmalltitle{
  font-size: 20px;
  line-height: 50px;
  padding:0 35px;
  margin-bottom: 0px;
  color: #c68c52;
  word-break:break-all;
}

.smallnum
{
  font-size: 36px;
  vertical-align: baseline;
}

.tdswidth{
  width: 10%;
}

.tdswidthe1{
  width: 20%;
}

.tdswidthe2{
  width: 30%;
}

.icon_boxt{
  position: relative;
  text-align: center;
}

.icon_boxt i{
  padding-right: 10px;
  font-size: 35px;
  color: #be1132;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.icon_boxt:hover i{
  color: #0066cc;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.icon_boxt_stitle{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.hezuotitle{
    font-size: 21px;
    line-height: 1.2;
    color: #fdf7f7;
    text-align: center;
    margin-bottom: 35px;
}

.six_box .subtitle:not(:last-child){
  margin-bottom: 50px;
}

.six_partner_list{
  text-align: center;
  padding-top: 35px;
}

.six_partner_list li {
  display: inline-block;
  /*width: 16%;*/
  margin-top: 0px;
  padding: 0 15px;
  vertical-align: middle;
}

.six_partner_list li a {
  opacity: 0.5;
}

.six_partner_list li a:hover {
  opacity: 1;
}

.imgmember{
  margin-bottom: 50px;
}

.pmember{
  font-size: 14px;
}

.hmemberfirst{
  font-size: 20px;
}

.hmember{
  font-size: 20px;
  margin-top: 70px
}


  .about_box{
    text-align: center;
  }

  .about_box .subtitle:not(:last-child){
    margin-bottom: 50px;
  }


    .team_wrap_n{
      margin-top: -40px;
    }

    .team_box_n{
      margin-top: 40px;
    }

    .team_box_n:after{
      content: '';
      display: block;
      clear: both;
    }

    .team_img_n{
      margin-top: 20px;
      width: 100%;
      float: left;
      overflow: hidden;
      border-radius: 50%;
    }

    .team_img_n img{
      width: 100%;
    }

    .team_desc_n{
      overflow: hidden;
      padding: 25px 30px 0;
    }

    .team_title_n{
      color: #fff;
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 22px;
    }

    .team_excerpt_n{
      color: #fff;
    }

    .team_box_n .social_list_n li a{
      font-size: 20px;
    }

    .team_desc_n .social_list_n{
      text-align: left;
    }

    .team_desc_n .social_list_n li{
      padding: 0;
    }

    .team_desc_n .social_list_n li:not(:last-child){
      padding-right: 25px;
    }

/* ------------------------------------------------

    联盟

------------------------------------------------ */
  .choose{}

  .choose_item{
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .choose_item img{
    width: 100%;
    height: auto;
  }

  .choose_item:hover{
    margin-top: -20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }

  .choose_list{
    margin: 50px 0;
    min-height: 230px;
  }

  .choose_list li{
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
  }

  .choose_list li p{
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px;
    text-align: left;
    line-height: 27px;
  }

  .choose_price{
    display: inline-block;
    color: #06c;
    font-size: 70px;
    line-height: 70px;
    margin: 25px 0 50px;
    position: relative;
  }

  .choose_price:after{
    content:"$";
    font-size: 34px;
    line-height: 45px;
    position: absolute;
    bottom: 0;
  }

  .choose_title{
    color: #fff;
    line-height: 60px;
    font-size: 24px;
    height: 60px;
    background-color: #06c;
  }

  .choose_btn{
    margin-bottom: 50px;
  }

  .choose_item.free .choose_price,
  .choose_item.free .choose_btn{
    color: #57a25e;
  }

  .choose_item.free .btn.choose_btn:before{
    border-color: #57a25e;
  }

  .choose_item.free .btn.choose_btn:hover:before{
    background: #57a25e;
  }

  .choose_item.free .choose_title,
  .choose_item.free .btn.choose_btn:after{
    background-color: #57a25e;
  }


  /* --------------------------------------------
        5.4. Person Box
  -------------------------------------------- */

    .person_box:after{
      content: '';
      display: block;
      clear: both;
    }

    .person_box>*{
      float: left;
      width: 50%;
    }

    .person_img img{
      width: 100%;
    }

    .person_box:nth-child(even) .person_img{
      float: right;
    }

    .person_desc:before{
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 0;
      margin-left: -5px;
    }

    .person_desc_inner{
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      width: 100%;
      padding: 30px 12%;
    }

    .person_text{
      font-size: 24px;
      line-height: 34px;
    }

    .person_text:not(:last-child){
      margin-bottom: 65px;
    }


 /* --------------------------------------------
        5.4. Partners Logo
  -------------------------------------------- */

    .partners_logo_slider{
      text-align: center;
      padding: 0 40px;
    }

    .owl-carousel .owl-item{
      z-index: 1;
    }

    .partner_logo_item{
      padding: 0 40px;
      height: 220px;
    }

    .partner_logo_item a{
      display: inline-block;
      vertical-align: middle;
      opacity: 0.5;
    }

    .partner_logo_item a:hover{
      opacity: 1;
    }

    .partner_logo_item:before{
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 50%;
      margin-left: -6px;
    }

    .partners_logo_slider a img{
      vertical-align: middle;
      margin-top: 15px;
      max-width: 100%;
    }

    .partner_list li a:hover{
      opacity: 1;
    }

    .partners_logo_slider .owl-dots{
      /*display: none !important;*/
    }

    .partners_logo_slider .owl-nav > div.owl-prev:before{
      border-top-color: #cccccc;
      border-left-color: #cccccc;
      left: 0;
    }

    .partners_logo_slider .owl-nav > div.owl-next:before{
      border-bottom-color: #cccccc;
      border-right-color: #cccccc;
      right: 0;
    }

    
/* --------------------------------------------
        5.5. Info Box
  -------------------------------------------- */

    .info_box{
      display: table;
      width: 100%;
      table-layout: fixed;
    }

    .info_box>*{
      display: table-cell;
      width: 50%;
      vertical-align: middle;
    }

    .info_box_img{
      overflow: hidden;
    background-image: url(../images/info_box_img.jpg);
    background-size:cover;
    background-position:center center;
    }

    .info_box_img img{
      width: auto;
      height: auto;
      max-width: initial !important;
      min-height: 100%;
      max-width: 100%;
    }


    .info_box_desc{
      background-color: #000;
      color: #fff;
      padding:0px 15px 0px 80px;
    }

    .info_title{
      font-size: 50px;
      line-height: 50px;
      color: #fff;
      margin-bottom: 0;
    }

    .info_box .subtitle{
      color: #fff;
    }

    .info_box_desc_inner{
      position: relative;
      padding-left: 0px;
    }

    .info_box_desc_inner i{
      position: absolute;
      top: 12px;
      left: 0;
      font-size: 65px;
      line-height: 1;
      color: #fcd00d;
    }

    .info_box_desc_inner_img{
      position: absolute;
      top: 12px;
      left: 0;
      font-size: 65px;
      line-height: 1;
      color: #fcd00d;
    }

     .info_box_desc_inner a{
        font-size: 37px;
        padding-top: 20px;
        font-weight: 100;
        color: #fff;
     }

    .info_box_desc_inner a:hover{
      color: #eeeff0;
    }


/* ------------------------------------------------

  10. Contact

-------------------------------------------------*/
  .subscribe{
    overflow:hidden;
  padding-top: 100px;
  }

  .subscribe_form{
    text-align: center;
    margin-bottom: 100px;
  }

  .subscribe_box{
    position: relative;
  }

  .subscribe_desc{
    position: relative;
    float: left;
    width: 50%;
    padding-right: 15px;
  }

  .subscribe_title{
    text-align: left;
    margin-bottom: 30px;
  }


  .subscribe_text{
    margin-right: 70px;
  }

  .subscribe_img{
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    vertical-align: bottom;
  }
/* ------------------------------------------------

    9. Latest Project

------------------------------------------------ */

  .latest_box{
    overflow:hidden;
	padding-bottom: 0;
    text-align: center;
    color: #000;
  }

  .latest_box .subtitle,
  .latest_box .title1 span{
    opacity: 0.5;
  }

  .latest_box .title1 span{
    font-size: 16px;
    margin-bottom: 15px;
  }

  .latest_img{
    padding-top: 0px;
  }

/* ------------------------------------------------

    10. Contact Us

------------------------------------------------ */

  .contact_us{
    text-align: center;
  }

  .contact_us i{
    display: inline-block;
    font-size: 65px;
    margin-bottom: 40px;
  }

  .contact_us .contact_title1{
    margin-bottom: 0;
  }

  .contact_us .contact_title2{
    margin-bottom: 40px;
  }


/* ------------------------------------------------

    11. Footer

------------------------------------------------ */

  footer {
    /*
    background-color: #f2f2f2;
    padding: 62px 0;
    text-align: center;
    */
  }

  .social_list{
    padding-top: 30px;
    display: inline-block;
  }

  .social_list li{
    float: left;
  }

  .social_list li:not(:last-child){
    margin-right: 50px;
  }

  .social_list li a{
    display:block;
	width:26px;
	font-size: 25px;
    color: #ccc;
  }

  .social_list li a:hover{
    color: #06c;
  }

/*
  .copyright{
    font-size: 13px;
    line-height: 20px;
    color: #999;
    padding-top: 25px;

  }

  .copyright a{
    color: inherit;
  }

  .copyright a:hover{
    color: #0066cc;
  }
*/
/* ------------------------------------------------

    12. Animate

------------------------------------------------ */

  .animate_el{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }


  .tr_top{
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  .tr_bottom{
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
  .tr_left{
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    -o-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  .tr_right{
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    -o-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }

  .flex-active-slide .animate_el{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .delay_1{
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .delay_2{
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .delay_3{
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  .delay_4{
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  .delay_5{
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  .delay_6{
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }

  .delay_7{
    -webkit-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }

/* ------------------------------------------------

    13. Spacing

------------------------------------------------ */

.m0{margin: 0;}
.m5{margin: 5px;}

.mb0{margin-bottom: 0;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

.mt0{margin-top: 0;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.p0{padding: 0;}
.p5{padding: 5px;}

.pb0{padding-bottom: 0;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}

.pt0{padding-top: 0;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}


@media (max-width: 1200px){
  .header a{
    margin: 0 10px;
  }
}

@media (max-width: 1000px){
  .header a{
    margin: 0 6px;
  }
}

@media (max-width: 800px){
  .header{
    height: 60px;
    background-color: rgba(102,51,0,0.85);
    background-color: #663300;
  }
  .header a.logo {
    background: url("../images/logo-mini.png") no-repeat;
      left: 10px;
      position: absolute;
      top: -36px;
      display: block !important;
      opacity: 1 !important;
      height: 37px;
      margin-top: 3px;
      width: 57px;
  }
  .header .logo > img{
    height: 42px;
  }
  .mobile-menu {
      color: #999;
      display: block;
      font-size: 30px;
      position: absolute;
      right: 10px;
      top: 18px;
  }
  .main-navi {
      left: 0;
      position: absolute;
      top: 45px;
      width: 100%;
  }
  .mobile-menu{
    display: block;
  }
  .header a {
      background-color: rgba(102,51,0,0.85);
       background-color: #663300;
      display: none;
      font-size: 10px;
      line-height: 30px;
      margin: 0;
      opacity: 0;
  }
}

@media (max-width: 580px){
  .header .logo > img{
    height: 42px;
  }
  .header a {
      font-size: 13px;
  }
}
