body {
  font-family: 'Microsoft JhengHei';
  -webkit-text-size-adjust: 100%; }

.page-container {
  position: relative;
  padding: 0;
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-top: 130px; }

.inner-container {
  width: 100%; }

header, footer {
  position: relative;
  width: 100%; }

.wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 1180px;
  z-index: 2; }

.main-content {
  position: relative;
  width: 100%;
  overflow: hidden; }

/*==========================================
Header
==========================================*/
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  z-index: 9; }
  header.scrolled {
    height: 90px; }
    header.scrolled #header-top {
      display: none;
      padding-top: 20px;
      margin-bottom: 0; }
    header.scrolled .main-logo {
      margin-top: 10px;
      width: 55px; }
    header.scrolled #head-top-bar {
      display: none; }
    header.scrolled .inner-container .wrap > .fl-right {
      margin-top: 27px; }
    header.scrolled .nav-sub {
      top: 63px; }
      header.scrolled .nav-sub:before {
        top: 63px; }
    header.scrolled #nav-search {
      top: 30px; }
    header.scrolled .promo-bar {
      margin-top: -40px; }
      header.scrolled .promo-bar.promo-user {
        display: none; }
  header .wrap {
    overflow: visible; }
  header #header-top {
    padding-top: 40px;
    margin-bottom: 20px; }
  header #head-top-bar {
    margin-bottom: 10px; }
  header .main-logo {
    width: 65px;
    margin-top: 20px;
    transition: 0.4s;
    -webkit-transition: 0.4s; }
  header .inner-container .wrap > .fl-right {
    margin-top: 22px;
    width: calc(100% - 140px); }
  header .icon-pin {
    float: right;
    padding-left: 30px;
    line-height: 35px;
    font-size: 16px;
    color: #000;
    background: url("../images/icons/icon_pin01.png") no-repeat left center; }
  header .head-button {
    margin-left: 20px;
    padding: 0 15px; }
    header .head-button img {
      margin-right: 5px; }
    header .head-button:hover {
      background-color: #000;
      border-color: #000;
      color: #fff; }
  header .promo-bar {
    position: relative;
    background-color: #000;
    padding: 5px 0;
    margin-bottom: 10px;
    width: 100%;
    z-index: 5;
    transition: 0.4s;
    -webkit-transition: 0.4s; }
    header .promo-bar.promo-user {
      /*        position:fixed;
              top:170px;
              left:0;*/
      position: absolute;
      bottom: -50px;
      width: 100%;
      overflow: hidden;
      background-color: #c30d23;
      z-index: 1; }
      header .promo-bar.promo-user p, header .promo-bar.promo-user p a {
        color: #fff; }
    header .promo-bar p {
      margin-bottom: 0;
      text-align: center;
      color: #e9c500; }
    header .promo-bar .btn-close {
      position: absolute;
      top: 13px;
      right: 40px;
      width: 12px;
      height: 12px;
      background: url("../images/icons/btn_close02.png") no-repeat left bottom; }
  header nav {
    position: relative;
    margin-right: 80px; }
    header nav > div {
      position: relative;
      float: left;
      margin: 0 30px 0 20px;
      padding: 0 0 20px 0;
      z-index: 2; }
      header nav > div a {
        display: block;
        font-size: 16px;
        color: #000;
        text-align: center;
        padding-top: 32px; }
      header nav > div:hover {
        /*background:url('../images/icons/deco_nav.png') no-repeat center top;*/ }
        header nav > div:hover > a {
          color: #c30d23; }
        header nav > div:hover .nav-sub {
          display: block; }
          header nav > div:hover .nav-sub > ul {
            top: 0; }
          header nav > div:hover .nav-sub:before {
            opacity: 1; }
      header nav > div.selected {
        /*background:url('../images/icons/deco_nav.png') no-repeat center top;*/ }
        header nav > div.selected > a {
          color: #c30d23; }
      header nav > div.icon-fb {
        background: none;
        padding: 24px 0 0 0;
        margin-right: 0; }
        header nav > div.icon-fb a {
          background: url("../images/icons/icon_fb01.png");
          display: block;
          width: 29px;
          height: 29px;
          padding: 0; }
    header nav .nav-sub {
      display: none;
      position: absolute;
      top: 62px;
      left: calc((200px - 100%) / -2);
      width: 200px;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.9);
      border-top: 1px solid #ccc;
      padding: 15px 0;
      /*            ul {
                      position:relative;
                      top:-200px;
                      width:240px;
                      background-color:#fff;
                      z-index:3;                
                  }
                  li {
                      position:relative;
                      font-size:16px;
                      line-height:24px;
                      a { 
                          position:relative;
                          display:block;
                          padding:10px 15px;
                          color:#000;         
                          text-align:left;
                          &.has-sub {
                              &:before {
                                  position:absolute;
                                  top:18px;
                                  right:15px;
                                  content:"";
                                  width: 0;
                                  height: 0;
                                  border-style: solid;
                                  border-width: 4px 0 4px 5px;
                                  border-color: transparent transparent transparent #000;
                              }
                          }
                          &:hover {
                              background-color:$color-red01;
                              color:#fff;
                          }
                      }
                      &:hover {
                          > ol {
                              display:block;
                          }
                      }
                      > ol {
                          display:none;
                          position:absolute;
                          top:0;
                          left:100%;
                          width:100%;
                          background-color:#eeeeee;
                          li {
      
                          }
                          ol {
                              background-color:#cccccc;
                          }
                      }
                  }*/
      /*            &:before {
                      content:"";
                      position:fixed;
                      top:228px;
                      left:0;
                      width:100%;
                      height:100%;
                      background-color:rgba(0,0,0, .7);
                      z-index:1;
                  }*/ }
      header nav .nav-sub.nav-sub-simple .wrap ul {
        /*text-align:center;*/ }
        header nav .nav-sub.nav-sub-simple .wrap ul > li {
          /*                        display:inline-block;
                                  float:none;*/
          margin: 0; }
          header nav .nav-sub.nav-sub-simple .wrap ul > li > a {
            /*text-align:center;*/ }
      header nav .nav-sub .wrap {
        overflow: hidden; }
      header nav .nav-sub ul {
        position: static;
        width: 100%; }
        header nav .nav-sub ul > li {
          float: left;
          width: 100%;
          padding: 5px 20px;
          vertical-align: top;
          margin-bottom: 0px; }
          header nav .nav-sub ul > li a {
            padding: 0;
            font-size: 15px;
            line-height: 32px;
            text-align: center; }
            header nav .nav-sub ul > li a:hover {
              color: #c30d23; }
          header nav .nav-sub ul > li > a {
            font-size: 16px;
            font-weight: 600;
            color: #fff; }
          header nav .nav-sub ul > li ol li {
            width: 100%; }
            header nav .nav-sub ul > li ol li a {
              text-align: left;
              font-size: 14px;
              color: #3f3f3f; }
            header nav .nav-sub ul > li ol li ol {
              margin: 0;
              border: 0;
              padding: 0; }
              header nav .nav-sub ul > li ol li ol li {
                padding: 0 10px; }
  header #nav-line {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 105px;
    height: 3px;
    background-color: #c30d23;
    transition: 0.4s;
    -webkit-transition: 0.4s; }
  header #nav-function {
    margin-top: 30px; }
    header #nav-function li {
      position: relative;
      float: left;
      margin-left: 40px; }
      header #nav-function li:nth-child(1) {
        margin-left: 0; }
      header #nav-function li a {
        display: block;
        width: 21px;
        height: 21px;
        background: url("../images/icons/icon_nav.png"); }
        header #nav-function li a.icon-user {
          background-position: calc(100% / 2 * 0) 0; }
          header #nav-function li a.icon-user:hover {
            background-position: calc(100% / 2 * 0) 21px; }
        header #nav-function li a.icon-cart {
          background-position: calc(100% / 2 * 1) 0; }
          header #nav-function li a.icon-cart:hover {
            background-position: calc(100% / 2 * 1) 21px; }
        header #nav-function li a.icon-search {
          background-position: calc(100% / 2 * 2) 0; }
          header #nav-function li a.icon-search:hover {
            background-position: calc(100% / 2 * 2) 21px; }
      header #nav-function li span {
        position: absolute;
        top: -20px;
        right: -24px;
        width: 24px;
        height: 24px;
        background-color: #c30d23;
        border-radius: 100%;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        color: #fff; }
  header #nav-search {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    background-color: #fff;
    width: 400px;
    z-index: 2; }
    header #nav-search input[type="text"] {
      width: calc(100% - 20px);
      border-radius: 6px;
      float: right;
      padding-right: 20px; }
    header #nav-search .btn-search {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 21px;
      height: 21px;
      background: url("../images/icons/icon_nav.png") no-repeat;
      background-position: right bottom; }
      header #nav-search .btn-search:hover {
        background-position: right bottom; }
    header #nav-search .btn-search-close {
      float: left;
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-top: 12px;
      background: url("../images/icons/btn_close02.png") no-repeat left top; }
  header #nav-sub-menu {
    position: fixed;
    top: 180px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 0;
    background-color: #fff; }
    header #nav-sub-menu ul {
      position: relative;
      left: 0; }
      header #nav-sub-menu ul li {
        float: left; }

header .btn-toggle {
  position: absolute;
  top: 5px;
  right: 10px;
  border: 0;
  padding: 0;
  background: none;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer; }
  header .btn-toggle:after {
    position: absolute;
    top: 13px;
    left: 11px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #000000 transparent transparent transparent; }
  header .btn-toggle.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

header .nav-sub .btn-toggle {
  top: 0;
  right: -10px; }

#header-anchor {
  position: absolute;
  top: 228px;
  left: 0; }

/*==========================================
Common
==========================================*/
#banner iframe {
  display: block;
  width: 100%;
  height: calc(720vw / 19.2);
  border: 0; }
#banner .swiper-slide {
  background-size: cover; }
  #banner .swiper-slide img {
    display: block;
    width: 100%;
    /*height:calc(810vw / 19.2);*/ }
#banner .swiper-pagination-bullets {
  bottom: 20px; }
  #banner .swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1 !important;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background-color: #fff; }
    #banner .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #e9c500;
      border: 1px solid #e9c500; }
#banner .swiper-button-prev, #banner .swiper-button-next {
  width: 24px;
  height: 46px;
  background: url("../images/icons/btn_arrow03.png"); }
#banner .swiper-button-prev {
  left: 30px;
  background-position: top left; }
  #banner .swiper-button-prev:hover {
    background-position: bottom left; }
#banner .swiper-button-next {
  right: 30px;
  background-position: top right; }
  #banner .swiper-button-next:hover {
    background-position: bottom right; }

#home {
  background: url("../images/bg01.jpg") no-repeat;
  background-attachment: fixed; }

.home-section {
  position: relative;
  height: 600px;
  padding-top: 50px;
  padding: 50px 54px 0 54px;
  /*    background:url('../images/bg01.jpg') no-repeat;*/
  /*    &:before, &:after {
          content:"";
          position:absolute;
          background:url('../images/icons/deco_border01.png');
          width:54px;
          height:100%;
          top:0;
      }*/ }
  .home-section:before {
    left: 0; }
  .home-section:after {
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

#home-about {
  padding-top: 0; }

.facility-list {
  padding: 40px 0;
  margin-bottom: -40px; }
  .facility-list li {
    border-radius: 5px;
    overflow: hidden;
    /*display:block;*/
    position: relative;
    width: calc(50% - 20px);
    height: 360px;
    background-size: cover;
    margin-bottom: 40px;
    box-shadow: 0px 3px 8px rgba(120, 120, 120, 0.2); }
    .facility-list li > a {
      position: absolute;
      top: calc(100% - 50px);
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      transition: 0.4s;
      -webkit-transition: 0.4s;
      z-index: 2; }
      .facility-list li > a h2 {
        color: #fff;
        margin: 0;
        /*width:calc(100% - 120px);*/
        /*font-weight:600;*/
        /*float:left;*/
        /*text-align:left;*/
        padding: 5px 20px;
        font-size: 18px; }
      .facility-list li > a .btn-style02 {
        /*float:right;*/
        /*margin:10px 20px 0 0;*/
        padding: 0 15px;
        /*background-color:$color-red01;*/
        color: #fff; }
    .facility-list li:hover > a {
      top: 0;
      padding-top: calc(50% - 160px); }
    .facility-list li:before {
      /*content:"";*/
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      transition: 0.4s;
      -webkit-transition: 0.4s; }
    .facility-list li h1 {
      font-size: 40px;
      line-height: 56px;
      margin-bottom: 30px;
      color: #e9c500; }
    .facility-list li h2 {
      color: #fff;
      margin-bottom: 15px; }
    .facility-list li .btn-style02 {
      background: none;
      border-color: #fff;
      color: #fff; }
      .facility-list li .btn-style02:hover {
        background-color: #c30d23;
        border-color: #c30d23;
        color: #fff; }

#home .facility-list {
  padding: 40px; }
  #home .facility-list li {
    height: calc(600vw / 19.2); }
    #home .facility-list li > a, #home .facility-list li:hover > a {
      top: 0;
      padding: 0; }

.product-list {
  margin-bottom: 50px; }
  .product-list li {
    display: inline-block;
    width: 220px;
    margin: 0 calc(60vw / 19.2); }
    .product-list li .img-thumb {
      position: relative; }
      .product-list li .img-thumb:hover .buy-now {
        display: block; }
      .product-list li .img-thumb .buy-now {
        display: none;
        position: absolute;
        width: 100%;
        bottom: 3px; }
        .product-list li .img-thumb .buy-now a {
          display: inline-block;
          padding: 0 30px;
          line-height: 28px;
          font-size: 13px;
          background-color: #c30d23;
          color: #fff; }
    .product-list li p {
      position: relative;
      margin: 10px 0 15px 0; }
      .product-list li p .oldprice {
        position: absolute;
        text-decoration: line-through;
        color: #a8a8a8;
        font-size: 12px;
        right: 0; }

#product .product-list li {
  float: left;
  margin: 0 5px 30px 5px;
  text-align: center; }
  #product .product-list li:nth-child(4n) {
    margin-right: 0; }

#product-added {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  background-color: #fff;
  text-align: center; }
  #product-added p {
    margin: 0 !important; }

.contact-form .table-tr > div {
  position: relative;
  margin-bottom: 20px; }
  .contact-form .table-tr > div input[type="text"], .contact-form .table-tr > div input[type="tel"], .contact-form .table-tr > div input[type="email"] {
    width: 100%;
    height: 50px;
    border: 1px solid #c9cacb;
    font-size: 16px;
    color: #6f6f6f;
    padding: 0 15px; }
  .contact-form .table-tr > div textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #c9cacb;
    font-size: 16px;
    color: #6f6f6f;
    padding: 15px; }
  .contact-form .table-tr > div label {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 16px;
    line-height: 50px;
    color: #000; }
  .contact-form .table-tr > div.gender-left {
    width: calc(100% - 145px); }
  .contact-form .table-tr > div.gender {
    width: 145px; }
    .contact-form .table-tr > div.gender label {
      position: static; }
    .contact-form .table-tr > div.gender > div {
      float: right; }
    .contact-form .table-tr > div.gender input[type="radio"] {
      margin: 0 9px 0 12px;
      width: 16px;
      height: 16px; }
  .contact-form .table-tr > div.captcha-left {
    width: calc(100% - 110px); }
  .contact-form .table-tr > div.captcha {
    width: 110px; }
  .contact-form .table-tr > div.col-xl-6:nth-of-type(1) {
    padding-right: 12px; }
  .contact-form .table-tr > div.col-xl-6:nth-of-type(2) {
    padding-left: 12px; }

#quickview-box {
  position: relative;
  width: 800px;
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  margin: 0 auto; }
  #quickview-box.clear {
    width: 100%;
    margin: 0;
    background: none;
    padding: 0; }
  #quickview-box #quickview-info {
    padding-left: 30px; }
    #quickview-box #quickview-info h3 {
      margin-bottom: 0; }
    #quickview-box #quickview-info p {
      margin-bottom: 10px; }
  #quickview-box .mfp-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url("../images/icons/btn_close01.png") no-repeat;
    width: 15px;
    height: 15px; }
  #quickview-box h3 {
    color: #c30d23; }
  #quickview-box .quickview-price {
    font-size: 26px;
    line-height: 40px; }
    #quickview-box .quickview-price span {
      text-decoration: line-through;
      font-size: 16px;
      color: #a8a8a8; }
  #quickview-box .quickview-add p {
    margin-bottom: 0;
    line-height: 35px; }
  #quickview-box .quickview-add input {
    width: 40px;
    height: 35px;
    margin-left: 10px;
    font-size: 16px;
    text-align: center; }
  #quickview-box .quickview-add .btn-style01:hover {
    background-color: #000;
    color: #fff;
    border-color: #000; }
  #quickview-box .quickview-add .img-inline {
    margin-right: 5px; }

.sku-list {
  margin-left: 10px; }
  .sku-list li {
    margin-right: 3px;
    float: left;
    cursor: pointer;
    font-size: 13px;
    line-height: 22px;
    height: 24px;
    color: #a5a5a5;
    background-color: #fff;
    border: 1px solid #a5a5a5;
    width: 30px;
    text-align: center; }
    .sku-list li.selected {
      color: #fff;
      background-color: #c30d23; }

.inner-section {
  position: relative;
  width: 100%;
  background-image: url("../images/bg01.jpg");
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 40px;
  min-height: 450px;
  /*    &:before, &:after {
          content:"";
          position:absolute;
          background:url('../images/icons/deco_border01.png');
          width:54px;
          height:100%;
          top:0;
      }*/
  /*    &:before, &:after {
          content:"";
          position:absolute;
          background:url('../images/icons/deco01.png') no-repeat left top;
          width:100px;
          height:200px;
          background-size:auto 100%;
          opacity:0.1;
      }*/ }
  .inner-section:before {
    left: 0;
    top: 80px;
    background-position: right center; }
  .inner-section:after {
    right: 0;
    bottom: 80px;
    background-position: left center; }

.bg02 {
  background-image: url("../images/bg01.jpg"); }

.bg03 {
  background-image: url("../images/bg01.jpg"); }

.inner-banner {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center center;
  z-index: 3;
  /*    .banner-img {
          width:calc(100% - 600px);
          height:100%;
          background-size:cover;
          background-position:center center;
          float:left;
      }*/ }
  .inner-banner .banner-title {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover; }
    .inner-banner .banner-title:before {
      top: 0;
      left: 0; }
    .inner-banner .banner-title:after {
      bottom: 0;
      left: 0;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .inner-banner .banner-title.banner-about {
      background-image: url("../images/banners/about01.jpg"); }
    .inner-banner .banner-title.banner-course {
      background-image: url("../images/banners/course01.jpg"); }
    .inner-banner .banner-title.banner-centre {
      background-image: url("../images/banners/centre01.jpg"); }
      .inner-banner .banner-title.banner-centre h1 {
        /*color:$color-red01;*/ }
    .inner-banner .banner-title.banner-news {
      background-image: url("../images/banners/news01.jpg"); }
    .inner-banner .banner-title h1 {
      font-size: 48px;
      line-height: 72px;
      color: #fff;
      margin-bottom: 0; }

.breadcrumb {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0;
  padding-left: 30px;
  background: url("../images/icons/icon_home01.png") no-repeat left center; }
  .breadcrumb a {
    color: #000; }
    .breadcrumb a:hover, .breadcrumb a.selected {
      color: #c30d23; }
    .breadcrumb a.selected {
      cursor: default; }

.booking-step {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px; }
  .booking-step li {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 10px; }
    .booking-step li > div {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
      .booking-step li > div span {
        display: inline-block;
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        border-radius: 100%;
        background-color: #d38800;
        color: #fff; }
        .booking-step li > div span:after {
          content: "";
          position: absolute;
          top: 22px;
          left: 180px;
          width: calc(100% - 70px);
          height: 1px;
          background-color: #9fa0a0; }
    .booking-step li p {
      margin-bottom: 0; }
    .booking-step li .title {
      font-size: 18px;
      margin-bottom: 5px;
      color: #d38800;
      font-weight: 600; }
    .booking-step li:nth-last-child(1) > div span:after {
      display: none; }

.sidebar {
  position: relative;
  float: left;
  width: 230px;
  /*    background-color:rgba(255,255,255, .8);*/
  overflow: hidden;
  padding-bottom: 60px;
  /*border-radius:5px;*/
  /*padding:15px;*/
  /*border:1px solid #000;*/
  /*border-left:3px solid $color-red01;*/
  /*border-bottom:5px solid $color-red01;*/
  /*    &:after {
          content:"";
          position:absolute;
          bottom:0px;
          left:0;        
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0  0 60px 255px;
          border-color: transparent transparent transparent #ffffff;
      }*/ }
  .sidebar .sidebar-title {
    padding: 10px 0 0 0;
    border-bottom: 1px solid #000;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    font-weight: 600; }
  .sidebar .btn-toggle {
    position: absolute;
    top: 15px;
    right: 0;
    border: 0;
    padding: 0;
    background: none;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 9; }
    .sidebar .btn-toggle:after {
      position: absolute;
      top: 13px;
      left: 11px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 4px 0 4px;
      border-color: #000000 transparent transparent transparent; }
    .sidebar .btn-toggle.active {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
  .sidebar > ul {
    /*background-color:#fff;*/
    /*padding:10px 10px 30px 10px;*/ }
    .sidebar > ul > li {
      position: relative;
      width: 100%;
      padding: 8px 0px;
      /*border-top:1px solid #ccc;*/ }
      .sidebar > ul > li > a {
        display: block;
        font-weight: 600; }
      .sidebar > ul > li:nth-child(1) {
        border: 0;
        /*                padding-top:0;*/ }
      .sidebar > ul > li .btn-toggle {
        top: 0; }
      .sidebar > ul > li > ol {
        width: 100%;
        overflow: hidden; }
        .sidebar > ul > li > ol > li {
          width: 100%;
          overflow: hidden;
          border: 0;
          margin-top: 10px; }
          .sidebar > ul > li > ol > li ol {
            padding-left: 10px; }
            .sidebar > ul > li > ol > li ol li a {
              font-size: 15px;
              line-height: 25px; }
          .sidebar > ul > li > ol > li a {
            position: relative;
            padding-left: 15px; }
            .sidebar > ul > li > ol > li a:before {
              position: absolute;
              top: 9px;
              left: 0;
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 4px 0 4px 5px;
              border-color: transparent transparent transparent #000; }
      .sidebar > ul > li.sidebar-sub-sub {
        margin-top: -15px;
        border: 0; }
        .sidebar > ul > li.sidebar-sub-sub a {
          padding-left: 25px;
          font-size: 15px; }
          .sidebar > ul > li.sidebar-sub-sub a:before {
            content: "";
            position: absolute;
            top: 9px;
            left: 10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 5px;
            border-color: transparent transparent transparent #000; }
      .sidebar > ul > li a {
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 25px;
        color: #000;
        padding: 2px 0; }
        .sidebar > ul > li a:hover {
          color: #c30d23; }
      .sidebar > ul > li.selected {
        /*background-color:$color-red01;*/
        /*background-color:#2d2d2d;*/
        /*                padding:0 20px;*/ }
        .sidebar > ul > li.selected:before {
          content: "";
          position: absolute;
          top: 10px;
          left: -20px;
          width: 2px;
          height: calc(100% - 20px);
          /*                    background-color:$color-red01;*/
          /*background-color:#e9dc39;*/ }
        .sidebar > ul > li.selected a {
          color: #c30d23;
          /*color:#e9dc39;*/ }

.inner-content {
  /*width:calc(100% - 300px);*/
  width: 100%;
  /*float:right;*/ }
  .inner-content h1 {
    color: #c30d23; }
  .inner-content.inner-side {
    width: calc(100% - 260px);
    float: right; }

.content-group {
  position: relative;
  min-height: 300px; }
  .content-group .content-text {
    width: calc(100% - 230px);
    text-align: justify; }
    .content-group .content-text p {
      margin: 0;
      color: #fff; }
  .content-group .content-img {
    right: 0;
    top: 0;
    /*position:absolute;*/
    /*width:230px;*/
    height: 100%;
    background-size: cover;
    background-position: center; }

#course .content-group, #centre .content-group {
  /*background-color:#fff;*/
  margin-bottom: 20px; }
  #course .content-group .content-text, #centre .content-group .content-text {
    /*margin-bottom:30px;*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(45% + 30px);
    text-align: justify;
    padding: 30px 0 30px 60px;
    /*background-color:rgba(0,0,0, .7);*/
    min-height: 150px;
    z-index: 3; }
    #course .content-group .content-text p, #centre .content-group .content-text p {
      color: #000; }
  #course .content-group .content-img, #centre .content-group .content-img {
    width: 55%;
    float: left;
    position: relative;
    z-index: 2; }
    #course .content-group .content-img img, #centre .content-group .content-img img {
      width: 100%;
      display: block; }

.paging {
  display: inline-block; }
  .paging li {
    float: left;
    margin-right: 10px; }
    .paging li:nth-last-child(1) {
      margin-left: 0px; }
    .paging li a {
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background-color: transparent;
      line-height: 30px;
      font-size: 16px;
      text-align: center;
      color: #000; }
      .paging li a:hover, .paging li a.selected {
        background-color: #c30d23;
        color: #fff; }

.course-list li {
  margin-bottom: 30px; }

.teacher-list li {
  padding: 45px 0;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #c1c1c1; }
  .teacher-list li:nth-child(1) {
    padding-top: 10px; }
  .teacher-list li:nth-last-child(1) {
    border-bottom: 0; }
  .teacher-list li h3 {
    font-weight: 600;
    color: #c30d23; }
.teacher-list .img-thumb {
  margin: 10px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-shadow: 0px 3px 27px rgba(120, 120, 120, 0.7); }
.teacher-list figcaption {
  width: calc(100% - 255px);
  margin-top: 25px; }

.teacher-detail figure {
  width: 100%; }
.teacher-detail .img-thumb {
  width: 255px;
  float: left; }
.teacher-detail figcaption {
  width: calc(100% - 300px);
  float: right; }
.teacher-detail .table-cert {
  margin-bottom: 30px; }
  .teacher-detail .table-cert td {
    height: 30px;
    font-size: 16px;
    line-height: 30px; }
    .teacher-detail .table-cert td:nth-child(1) {
      width: 75px; }

.period-list {
  overflow: hidden;
  text-align: center; }
  .period-list li {
    display: inline-block;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    padding: 20px 0;
    background-color: #fff; }
    .period-list li p {
      margin-bottom: 0; }
    .period-list li .period-name {
      display: inline-block;
      min-width: 46px;
      height: 46px;
      line-height: 46px;
      border-radius: 46px;
      background-color: #9fa0a0;
      font-size: 20px;
      color: #fff;
      margin-bottom: 15px; }
    .period-list li .period-day {
      width: 100%;
      overflow: hidden;
      margin: 10px 0; }
      .period-list li .period-day > div {
        display: inline-block;
        width: 22px;
        height: 25px;
        line-height: 25px;
        background-color: #dedede;
        font-size: 14px;
        color: #000; }
        .period-list li .period-day > div.selected {
          color: #fff;
          background-color: #c30d23; }
    .period-list li .period-time {
      display: inline-block;
      font-size: 16px;
      line-height: 30px;
      padding-left: 20px;
      background: url("../images/icons/icon_clock01.png") no-repeat left center; }
  .period-list.period-3 li {
    width: 280px;
    margin: 0 20px 20px 0; }
    .period-list.period-3 li:nth-child(3n) {
      margin-right: 0; }
  .period-list.period-4 li {
    width: 215px;
    margin: 10px 5px 20px 0; }
    .period-list.period-4 li:nth-child(4n) {
      margin-right: 0; }
  .period-list .name-long {
    padding: 0 15px; }

.table-class {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden; }
  .table-class td {
    background-color: #fff;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #ededed;
    vertical-align: top;
    overflow: hidden; }
    .table-class td:before {
      display: none;
      content: " ";
      position: absolute;
      top: 5px;
      left: 10px;
      font-size: 14px;
      line-height: 24px;
      color: #643d20;
      font-weight: 600; }
    .table-class td .link {
      color: #c30d23;
      text-decoration: underline; }
      .table-class td .link:hover {
        color: #d38800; }
    .table-class td:nth-child(1) {
      width: 150px;
      font-weight: 600; }
    .table-class td:nth-child(2) {
      /*width:260px;*/
      width: auto; }
    .table-class td:nth-child(3) {
      min-width: 100px; }
    .table-class td:nth-child(4) {
      width: 270px; }
    .table-class td:nth-last-child(1) {
      padding-right: 15px;
      width: 145px; }
    .table-class td .class-name {
      cursor: pointer; }
      .table-class td .class-name span.label {
        position: relative;
        top: -5px;
        left: 5px;
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background-color: #166fba;
        font-size: 10px;
        line-height: 15px;
        color: #fff;
        text-align: center; }
    .table-class td .btn-style01 {
      padding: 0;
      width: 100px;
      text-align: center; }
    .table-class td .class-radio > div {
      float: left;
      margin-right: 10px; }
      .table-class td .class-radio > div input {
        float: left;
        line-height: 30px;
        margin-top: 8px; }
      .table-class td .class-radio > div label {
        font-size: 16px;
        line-height: 30px; }
    .table-class td .class-radio.payment-radio > div {
      width: 100%; }
  .table-class thead th {
    color: #fff;
    font-weight: 600;
    height: 50px;
    padding: 0 0 0 20px;
    vertical-align: middle; }
  .table-class.course-class thead th {
    background-color: #643d20; }
  .table-class.centre-class thead th {
    background-color: #d2cb65; }
    .table-class.centre-class thead th:nth-child(1) {
      width: 135px; }

.faq-list li {
  width: 100%;
  overflow: hidden; }
  .faq-list li .faq-question {
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px; }
    .faq-list li .faq-question:hover {
      color: #c30d23; }
      .faq-list li .faq-question:hover .btn-toggle:after {
        border-color: #c30d23 transparent transparent transparent; }
    .faq-list li .faq-question .btn-toggle {
      position: relative;
      display: block;
      float: right;
      width: 30px;
      height: 30px; }
      .faq-list li .faq-question .btn-toggle:after {
        position: absolute;
        top: 12px;
        left: 12px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 4px 0 4px;
        border-color: #000000 transparent transparent transparent; }
  .faq-list li .faq-answer {
    display: none;
    width: 100%;
    padding: 20px 40px 0 40px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    margin-bottom: 30px; }
  .faq-list li.active .faq-question {
    color: #c30d23; }
  .faq-list li.active .btn-toggle:after {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #c30d23 transparent; }
  .faq-list li.active:hover .btn-toggle:after {
    border-color: transparent transparent #c30d23 transparent; }

.recommand-list {
  width: 100%;
  overflow: hidden; }
  .recommand-list li {
    width: 50%;
    float: left;
    padding: 0 25px;
    margin-bottom: 10px; }
    .recommand-list li .icon {
      display: inline-block;
      width: 110px;
      height: 110px;
      border-radius: 100%;
      /*background-color:#643d20;*/
      /*border:1px solid #e9dc39;*/
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      margin-bottom: 15px; }
    .recommand-list li p {
      text-align: left; }

.contact-info li {
  position: relative;
  padding-left: 60px;
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  background-repeat: no-repeat;
  background-position: left top; }
  .contact-info li a {
    color: #000;
    text-decoration: underline; }
    .contact-info li a:hover {
      color: #c30d23; }

#contact-map {
  width: 100%;
  height: 435px; }

.login-panel > .col-xl-6.fl-left {
  padding-right: 20px; }
.login-panel > .col-xl-6.fl-right {
  padding-left: 20px; }
.login-panel h3.fl-left {
  margin-right: 20px;
  line-height: 40px; }

#login .login-panel {
  padding: 0 60px; }

.checkbox-container {
  margin-bottom: 20px;
  overflow: hidden; }
  .checkbox-container input {
    float: left;
    margin: 8px 10px 0 0; }
  .checkbox-container label {
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #000; }

.btn-fblogin {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 25px 0 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background-color: #4267b2;
  background-image: url("../images/icons/deco_fb.png");
  background-repeat: no-repeat;
  background-position: left 8px center; }
  .btn-fblogin:hover {
    opacity: 0.9; }

.user-form .table-tr > div {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px; }
  .user-form .table-tr > div:nth-of-type(1) {
    width: 110px;
    font-weight: 600;
    padding: 8px 0; }
  .user-form .table-tr > div:nth-of-type(2) {
    width: calc(100% - 110px); }
.user-form .table-tr .select-type1 select {
  float: left;
  width: 125px; }
.user-form .table-tr .select-type1 input {
  float: right;
  width: calc(100% - 145px); }
.user-form .table-tr .select-type2 select {
  float: left;
  width: calc(50% - 10px); }
  .user-form .table-tr .select-type2 select:nth-of-type(1) {
    float: right; }

#user .breadcrumb {
  margin-top: 20px; }

#user .user-form {
  position: relative;
  width: 570px;
  padding-right: 30px; }
  #user .user-form .table-tr {
    width: 100%; }
    #user .user-form .table-tr.birthday-real p {
      float: left;
      margin-bottom: 10px; }
    #user .user-form .table-tr.birthday-real .radio-label {
      width: 100%;
      overflow: hidden;
      margin-bottom: 0; }
      #user .user-form .table-tr.birthday-real .radio-label p {
        width: 255px; }
      #user .user-form .table-tr.birthday-real .radio-label input {
        float: left;
        margin-top: 6px; }
      #user .user-form .table-tr.birthday-real .radio-label label {
        float: left;
        display: block;
        margin: 0 28px 0 8px;
        font-size: 16px;
        line-height: 24px; }
    #user .user-form .table-tr.birthday-real .text-label {
      width: 100%;
      overflow: hidden; }
      #user .user-form .table-tr.birthday-real .text-label p {
        width: 150px;
        font-weight: 400;
        line-height: 40px; }
      #user .user-form .table-tr.birthday-real .text-label input {
        float: right;
        width: calc(100% - 150px); }
    #user .user-form .table-tr input.datepicker {
      padding-right: 40px;
      background-image: url("../images/icons/icon_calendar01.png");
      background-repeat: no-repeat;
      background-position: right 10px center; }

.address-plus {
  border-top: 1px solid #c9cacb;
  padding-top: 15px; }
  .address-plus .btn-add {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    position: relative;
    padding-left: 32px;
    color: #000; }
    .address-plus .btn-add:hover {
      color: #c30d23; }
    .address-plus .btn-add:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      background: url("../images/icons/icon_add.png") no-repeat; }

.record-box {
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #231f20;
  width: 240px;
  margin-bottom: 20px; }
  .record-box h2 {
    margin: 20px 0 0 0; }
  .record-box .num {
    font-size: 32px;
    display: block;
    margin: 10px 0; }
  .record-box .btn-style01 {
    margin-bottom: 10px; }
  .record-box .record-box-list li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0; }
    .record-box .record-box-list li .number {
      font-size: 40px;
      font-weight: 600; }
    .record-box .record-box-list li h3 {
      padding-bottom: 5px; }
      .record-box .record-box-list li h3 span {
        display: block;
        font-size: 16px;
        color: #000; }
    .record-box .record-box-list li p {
      margin-bottom: 10px; }
    .record-box .record-box-list li:nth-child(1) {
      padding-top: 10px; }
    .record-box .record-box-list li:nth-last-child(1) {
      border: 0; }

.user-record {
  width: calc(100% - 270px); }

.user-table {
  width: 100%; }
  .user-table td {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 10px 8px 0; }
    .user-table td:nth-last-child(1) {
      padding-right: 0;
      text-align: right; }
    .user-table td:before {
      display: none;
      content: " ";
      position: absolute;
      /*top:5px;*/
      top: 2px;
      left: 10px;
      font-size: 14px;
      line-height: 24px;
      color: #643d20;
      font-weight: 600; }
  .user-table thead th {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #6b3400;
    text-align: left; }
  .user-table.user-wish .img-thumb {
    width: 100px; }
  .user-table.user-wish td {
    vertical-align: middle;
    font-size: 16px; }
    .user-table.user-wish td:nth-of-type(1) {
      width: 120px; }
    .user-table.user-wish td:nth-last-of-type(2) {
      width: 130px; }
    .user-table.user-wish td:nth-last-of-type(1) {
      width: 80px; }
    .user-table.user-wish td .price.discounted span {
      font-size: 12px;
      color: #a8a8a8;
      text-decoration: line-through; }
    .user-table.user-wish td .btn-delete {
      display: inline-block;
      width: 26px;
      height: 26px;
      background: url("../images/icons/btn_delete01.png") no-repeat left top; }
      .user-table.user-wish td .btn-delete:hover {
        background-position: left bottom; }

.full-calendar .fc-view-container {
  background-color: #fff;
  min-width: 800px; }
  .full-calendar .fc-view-container .fc-head {
    background-color: #2d2d2d; }
    .full-calendar .fc-view-container .fc-head .fc-widget-header {
      height: 60px; }
      .full-calendar .fc-view-container .fc-head .fc-widget-header.fc-axis {
        width: 70px; }
      .full-calendar .fc-view-container .fc-head .fc-widget-header .fc-day-header {
        padding: 10px 10px; }
        .full-calendar .fc-view-container .fc-head .fc-widget-header .fc-day-header a {
          color: #fff;
          display: block;
          text-align: left;
          font-size: 14px;
          line-height: 20px;
          cursor: default; }
          .full-calendar .fc-view-container .fc-head .fc-widget-header .fc-day-header a:hover {
            text-decoration: none; }
  .full-calendar .fc-view-container .fc-time {
    background-color: #c1c1c1;
    color: #000; }
  .full-calendar .fc-view-container .fc-event {
    border-radius: 0;
    border: 1px solid #c30d23; }
    .full-calendar .fc-view-container .fc-event .fc-bg {
      background-color: #343434;
      opacity: 1; }
    .full-calendar .fc-view-container .fc-event.full .fc-bg {
      background-color: #2e2e2e !important; }
  .full-calendar .fc-view-container .fc-time-grid .fc-slats td {
    height: 40px; }
  .full-calendar .fc-view-container .fc-time-grid-event .fc-time, .full-calendar .fc-view-container .fc-time-grid-event .fc-title {
    padding: 5px; }
  .full-calendar .fc-view-container .fc-time-grid-event .fc-title {
    font-size: 13px; }
  .full-calendar .fc-view-container .fc-course01 .fc-bg {
    background-color: #2d2d2d; }
  .full-calendar .fc-view-container .fc-course02 .fc-bg {
    background-color: #643d20; }

#dojo-calendar .fc-event .fc-bg {
  background-color: #643d20; }

.full-calendar-date {
  width: 300px;
  float: right;
  padding-left: 32px;
  background: url("../images/icons/icon_calendar01.png") no-repeat left center; }
  .full-calendar-date input {
    height: 34px; }

.fc-detail {
  width: calc(100% - 10px);
  overflow: hidden;
  margin: 0 5px;
  padding-top: 5px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .fc-detail .quota {
    float: left;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    line-height: 15px;
    padding-left: 15px;
    background: url("../images/icons/icon_people01.png") no-repeat left center; }
  .fc-detail .btn-sign {
    float: right;
    font-size: 13px;
    color: #c30d23;
    line-height: 15px;
    text-decoration: underline; }

.fc-function .btn-style01 {
  margin-left: 10px;
  padding: 0 12px; }

.page-confirm .table-tr > div {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 8px;
  color: #000; }
  .page-confirm .table-tr > div:nth-of-type(1) {
    width: 135px;
    font-weight: 600; }
  .page-confirm .table-tr > div:nth-of-type(2) {
    width: calc(100% - 135px); }

.full-calendar-footer {
  margin-top: 20px; }
  .full-calendar-footer .btn-style01 {
    margin-left: 10px; }

.course-color-list {
  width: 100%;
  overflow: hidden; }
  .course-color-list li {
    margin-right: 10px;
    float: left;
    font-size: 13px;
    line-height: 28px;
    padding: 0 10px;
    color: #fff; }

.mfp-popup-box {
  position: relative;
  padding: 40px;
  background-color: #fff;
  width: 1050px;
  margin: 0 auto; }
  .mfp-popup-box h1 {
    color: #c30d23;
    text-align: center; }
  .mfp-popup-box .user-table {
    border-bottom: 1px solid #6e3906;
    margin-bottom: 30px; }
    .mfp-popup-box .user-table thead th {
      border-color: #e9e9e9; }
    .mfp-popup-box .user-table tbody td {
      padding: 8px 10px 8px 0;
      vertical-align: middle; }
  .mfp-popup-box .btn-delete {
    float: right;
    display: block;
    width: 26px;
    height: 26px;
    background: url("../images/icons/btn_delete01.png") no-repeat left top; }
    .mfp-popup-box .btn-delete:hover {
      background-position: left bottom; }

.mfp-close-btn-in .mfp-close {
  top: 0px;
  right: -50px;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url("../images/icons/btn_close03.png"); }

.centre-buttons {
  text-align: center;
  margin-bottom: 20px; }
  .centre-buttons .btn-style02 {
    margin: 0 5px; }
    .centre-buttons .btn-style02.selected {
      color: #fff;
      border-color: #c30d23;
      background-color: #c30d23; }

.full-calendar-color > div {
  position: relative;
  float: left;
  margin-right: 20px;
  font-size: 16px;
  color: #000;
  line-height: 30px;
  padding-left: 40px; }
  .full-calendar-color > div span {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px; }

.payment-list li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }
  .payment-list li input {
    float: left;
    margin-right: 10px;
    margin-top: 10px; }
  .payment-list li .label {
    float: left;
    width: calc(100% - 100px); }

.photos-deco {
  width: 100%;
  overflow: hidden;
  /*    background-color:#fff;*/
  padding: 5px; }
  .photos-deco li {
    float: left;
    width: calc(100% / 3);
    /*margin:0 30px 30px 0;*/ }
    .photos-deco li .img-thumb {
      padding: 5px; }
      .photos-deco li .img-thumb img {
        width: 100%;
        display: block; }
    .photos-deco li .text-block {
      padding: 30px; }
    .photos-deco li.x2 {
      width: calc(100% / 3 * 2); }

.photos-block {
  /*background-color:#2d2d2d;*/
  margin-bottom: 60px; }
  .photos-block .text-side {
    text-align: justify;
    height: 400px; }
    .photos-block .text-side h2, .photos-block .text-side p {
      /*color:#fff;*/ }
  .photos-block .img-side {
    background-size: cover;
    background-position: center;
    border-radius: 5px; }
  .photos-block.flex-fl-left .text-side {
    padding: 20px 40px 0 0; }
  .photos-block.flex-fl-right .text-side {
    padding: 20px 0 0 40px; }

.course-intro {
  width: 100%;
  height: 600px;
  background: url("../images/course_bg01.jpg");
  background-size: cover; }
  .course-intro p {
    width: 50%;
    padding: 0 30px;
    float: right;
    color: #fff; }
    .course-intro p .font-xl {
      color: #fff; }

.effect-list {
  width: 100%;
  overflow: hidden; }
  .effect-list > li {
    float: left;
    width: 49%;
    overflow: hidden;
    /*padding:20px;*/
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 2%; }
    .effect-list > li:nth-child(even) {
      margin-right: 0; }
    .effect-list > li .left {
      position: relative;
      float: left;
      width: 35%;
      height: 100%;
      text-align: center;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat; }
      .effect-list > li .left p {
        position: absolute;
        bottom: 20px;
        left: 0px;
        width: 100%;
        color: #fff;
        z-index: 2;
        margin: 0;
        /*background-color:rgba(255,255,255, .3);*/
        font-size: 18px;
        padding: 5px 0;
        font-weight: 600;
        text-shadow: 1px 1px 5px #2e2e2e; }
    .effect-list > li .right {
      height: 100%;
      width: 65%;
      padding: 20px;
      border-left: 1px solid #eee; }
      .effect-list > li .right ol {
        overflow: hidden;
        width: 100%;
        height: 100%;
        /*margin-left:20px;*/
        float: right; }
        .effect-list > li .right ol li {
          width: 100%;
          padding-left: 30px;
          margin-bottom: 10px;
          font-size: 16px;
          line-height: 24px;
          background: url("../images/icons/icon_tick01.png") no-repeat left top; }

.course-share-list li {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px; }
  .course-share-list li h2 {
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px; }
    .course-share-list li h2 span {
      font-size: 18px; }
    .course-share-list li h2 .learn-time {
      float: right; }
  .course-share-list li p {
    position: relative;
    padding: 20px 30px;
    margin: 0; }
    .course-share-list li p:before, .course-share-list li p:after {
      position: absolute;
      content: "";
      width: 17px;
      height: 15px;
      background: url("../images/icons/icon_quote01.png"); }
    .course-share-list li p:before {
      left: 0;
      top: 0;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .course-share-list li p:after {
      right: 0;
      bottom: 0; }

.news-list li {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .news-list li.x2 {
    width: calc(100% / 3 * 2); }
  .news-list li figure {
    background-color: #fff;
    overflow: hidden; }
    .news-list li figure .img-thumb {
      float: left;
      width: 30%; }
    .news-list li figure figcaption {
      float: right;
      width: 70%;
      padding: 20px;
      background-color: #fafafa; }
      .news-list li figure figcaption p {
        text-align: justify; }
      .news-list li figure figcaption .btn-style01 {
        padding: 0 20px; }
  .news-list li p {
    margin: 0 0 10px 0; }

.news-cate {
  background-color: #643d20;
  padding: 8px 20px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px; }

.news-date {
  padding-left: 30px;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  background: url("../images/icons/icon_calendar01.png") no-repeat left center;
  margin-bottom: 10px;
  background-size: 20px; }

.cart-step {
  margin: 15px 0 30px 0;
  text-align: center; }
  .cart-step a {
    display: inline-block;
    font-size: 28px;
    line-height: 40px;
    color: #000;
    font-weight: 300; }
    .cart-step a.selected {
      color: #c30d23; }
  .cart-step span {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 21px;
    background: url("../images/icons/icon_arrow01.png");
    background-position: right top;
    margin: 0 25px; }

.cart-table {
  width: 100%;
  border: 1px solid #aaaaaa;
  background-color: #fff;
  padding: 0 30px;
  margin-bottom: 10px; }
  .cart-table table {
    width: 100%; }
    .cart-table table td {
      position: relative;
      padding: 10px 0;
      vertical-align: middle;
      font-size: 16px;
      line-height: 24px;
      text-align: center; }
      .cart-table table td:before {
        display: none;
        content: " ";
        position: absolute;
        top: 5px;
        left: 10px;
        font-size: 14px;
        line-height: 24px;
        color: #643d20;
        font-weight: 600; }
      .cart-table table td:nth-of-type(1) {
        width: 130px; }
    .cart-table table thead th {
      font-size: 20px;
      height: 40px;
      text-align: center;
      font-weight: 600;
      border-bottom: 1px solid #6b3400;
      vertical-align: middle; }
    .cart-table table .img-thumb {
      width: 100px; }
    .cart-table table input[type=number] {
      width: 50px; }
    .cart-table table .price.discounted span {
      font-size: 12px;
      color: #a8a8a8;
      text-decoration: line-through; }
    .cart-table table .price-total {
      font-size: 20px; }
    .cart-table table .btn-delete {
      display: inline-block;
      width: 26px;
      height: 26px;
      background: url("../images/icons/btn_delete01.png") no-repeat left top; }
      .cart-table table .btn-delete:hover {
        background-position: left bottom; }

.cart-section {
  margin-bottom: 20px; }
  .cart-section .table-tr > div {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 20px; }
    .cart-section .table-tr > div:nth-of-type(1) {
      width: 130px;
      padding: 8px 0;
      font-weight: 600; }
    .cart-section .table-tr > div:nth-of-type(2) {
      width: 370px;
      font-weight: 300; }
    .cart-section .table-tr > div:nth-of-type(3) {
      padding-left: 20px; }
  .cart-section textarea {
    width: 100%;
    height: 150px;
    border-color: #c9cacb; }
  .cart-section.cart-review-billing .table-tr > div {
    padding: 0; }

.cart-shipping-left {
  width: 540px; }

.cart-shipping-right {
  width: calc(100% - 560px); }

.selectbox-1 {
  width: 100%;
  overflow: hidden; }
  .selectbox-1 select {
    float: left;
    width: 120px;
    height: 40px; }
  .selectbox-1 input {
    float: right;
    width: calc(100% - 140px); }

.selectbox-2 {
  width: 100%;
  overflow: hidden; }
  .selectbox-2 select {
    width: calc(50% - 10px);
    height: 40px; }

.cart-radio {
  width: 100%;
  overflow: hidden; }
  .cart-radio li {
    float: left;
    position: relative;
    width: 50%;
    padding-right: 50px; }
    .cart-radio li input {
      position: absolute;
      top: 8px;
      left: 0;
      margin: 0;
      width: 14px;
      height: 14px; }
    .cart-radio li div {
      padding-left: 25px; }
      .cart-radio li div p {
        font-size: 14px;
        color: #000; }

#cart-address {
  width: 800px;
  background-color: #fff;
  padding: 30px;
  margin: 0 auto; }
  #cart-address li {
    float: left;
    width: calc(100% / 3);
    padding: 0 10px; }

#cart-bottom {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 0;
  padding: 15px 0; }

.cart-coupon input[type=text] {
  margin-bottom: 10px; }
.cart-coupon .clear ul li {
  font-size: 13px;
  line-height: 20px; }
  .cart-coupon .clear ul li .btn-delete {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-left: 10px;
    background: url("../images/icons/btn_close02.png") no-repeat left top; }
    .cart-coupon .clear ul li .btn-delete:hover {
      background-position: left bottom; }

.cart-total {
  width: 360px; }
  .cart-total .table-tr > div {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0; }
    .cart-total .table-tr > div:nth-of-type(1) {
      width: auto;
      padding: 0; }
    .cart-total .table-tr > div:nth-of-type(2) {
      float: right;
      width: auto;
      font-weight: 300; }
  .cart-total .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 5px 0; }

#cart-invoice {
  margin-bottom: 20px; }
  #cart-invoice .table-tr > div {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000; }
    #cart-invoice .table-tr > div:nth-of-type(1) {
      width: 155px;
      font-weight: 600; }
    #cart-invoice .table-tr > div:nth-of-type(2) {
      width: calc(100% - 155px);
      font-weight: 300; }

.print-version {
  background-color: #fff; }
  .print-version h2, .print-version p, .print-version #cart-invoice .table-tr > div, .print-version .cart-section .table-tr > div, .print-version .cart-table table td {
    color: #000; }
  .print-version.page-container {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0; }
    .print-version.page-container .wrap {
      width: 700px;
      margin: 0 auto; }
  .print-version h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px; }
  .print-version h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px; }
  .print-version p, .print-version #cart-invoice .table-tr > div, .print-version .cart-table table td, .print-version .cart-total .table-tr > div, .print-version .cart-section .table-tr > div {
    font-size: 13px;
    line-height: 18px;
    width: auto; }
    .print-version p:nth-of-type(1), .print-version #cart-invoice .table-tr > div:nth-of-type(1), .print-version .cart-table table td:nth-of-type(1), .print-version .cart-total .table-tr > div:nth-of-type(1), .print-version .cart-section .table-tr > div:nth-of-type(1) {
      min-width: 80px; }
  .print-version #cart-invoice {
    position: relative;
    margin-bottom: 20px; }
    .print-version #cart-invoice .btn-style01 {
      position: absolute;
      top: 0;
      right: 0; }
  .print-version .cart-table table {
    margin-bottom: 10px; }
    .print-version .cart-table table tbody td {
      height: auto; }
    .print-version .cart-table table td {
      padding: 5px 0; }
      .print-version .cart-table table td:nth-child(1) {
        width: 80px; }
      .print-version .cart-table table td:nth-child(3), .print-version .cart-table table td:nth-child(4) {
        width: 140px; }
      .print-version .cart-table table td .img-thumb {
        width: 60px; }
  .print-version .cart-section {
    margin-bottom: 10px;
    padding: 0 10px; }
    .print-version .cart-section .table-tr {
      margin-bottom: 10px; }
      .print-version .cart-section .table-tr > div {
        padding: 0px;
        margin: 0; }
        .print-version .cart-section .table-tr > div:nth-of-type(1) {
          min-width: 80px; }
    .print-version .cart-section .cart-total {
      width: 280px; }
      .print-version .cart-section .cart-total .table-tr {
        margin-bottom: 2px; }
      .print-version .cart-section .cart-total .line {
        margin: 5px 0; }

.please-swipe {
  margin: 0;
  padding-left: 25px;
  background: url("../images/icons/icon_swipe.png") no-repeat left center;
  background-size: 20px; }

.bg-section {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: calc(700vw / 19.2);
  min-height: 500px; }
  .bg-section .wrap {
    height: 100%; }
  .bg-section .flex-fl-right h2, .bg-section .flex-fl-right p {
    /*text-align:right;*/ }
  .bg-section .breadcrumb {
    position: absolute;
    right: 0;
    top: 30px;
    color: #fff; }
    .bg-section .breadcrumb a {
      color: #fff; }

#home-features {
  text-align: center;
  padding: 30px 0;
  /*background:url("../images/bg01.jpg") no-repeat;*/ }
  #home-features li {
    position: relative;
    display: inline-block;
    width: calc(420vw / 19.2);
    height: calc(420vw / 19.2);
    background-size: cover;
    background-position: center;
    margin: 0 calc(30vw / 19.2); }
    #home-features li h2 {
      color: #fff; }
    #home-features li > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.6); }
    #home-features li .btn-style02 {
      background: none;
      border: 1px solid #fff;
      color: #fff; }
      #home-features li .btn-style02:hover {
        background-color: #c30d23;
        border-color: #c30d23; }

/* mobile */
.mobile-icon {
  display: none;
  position: absolute;
  top: 13px;
  right: 20px;
  height: 36px;
  width: 36px;
  background-color: #c30d23;
  padding: 8px;
  border: 2px solid #c30d23;
  border-radius: 5px;
  z-index: 999; }
  .mobile-icon span {
    margin: 0 auto;
    display: block;
    width: 17px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s; }
    .mobile-icon span:nth-last-of-type(1) {
      margin-bottom: 0; }
  .mobile-icon.opened {
    padding: 3px 8px; }
    .mobile-icon.opened span:nth-of-type(1) {
      transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
      -webkit-transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
      margin-bottom: 0; }
    .mobile-icon.opened span:nth-of-type(2) {
      display: none; }
    .mobile-icon.opened span:nth-last-of-type(1) {
      -webkit-transform: translate(0px, 11px) rotate(45deg) scalex(1.3);
      transform: translate(0px, 11px) rotate(45deg) scalex(1.3); }

.inner-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2); }
  .inner-menu .wrap {
    overflow: visible; }
  .inner-menu .sidebar {
    width: 100%;
    background: none;
    border: 0;
    overflow: visible;
    padding: 0; }
    .inner-menu .sidebar:after {
      display: none; }
    .inner-menu .sidebar .sidebar-title {
      display: none; }
    .inner-menu .sidebar ul {
      text-align: center;
      background: none;
      padding: 0; }
      .inner-menu .sidebar ul > li {
        display: inline-block;
        padding: 8px 10px;
        width: auto;
        /*width:calc( (100% / 7) - 5px ) ;*/
        border: 0;
        border-bottom: 3px solid transparent; }
        .inner-menu .sidebar ul > li:before {
          display: none; }
        .inner-menu .sidebar ul > li:hover {
          border-color: #e9dc39; }
          .inner-menu .sidebar ul > li:hover > a {
            color: #e9dc39; }
          .inner-menu .sidebar ul > li:hover > ol {
            display: block; }
        .inner-menu .sidebar ul > li.selected {
          border-color: #e9dc39;
          background: none; }
          .inner-menu .sidebar ul > li.selected > a {
            color: #e9dc39; }
        .inner-menu .sidebar ul > li > a {
          font-size: 16px;
          color: #fff;
          text-align: center; }
    .inner-menu .sidebar ol {
      display: none;
      position: absolute;
      top: 48px;
      left: calc(50% - 100px);
      width: 200px;
      padding: 0 20px 10px 20px;
      background-color: #000;
      z-index: 2; }
      .inner-menu .sidebar ol li {
        padding: 5px 0; }
        .inner-menu .sidebar ol li a {
          color: #fff;
          text-align: center;
          padding: 0; }
          .inner-menu .sidebar ol li a:before {
            display: none; }
          .inner-menu .sidebar ol li a:hover {
            color: #e9dc39; }

/*==========================================
Footer
==========================================*/
#subscription {
  width: 100%;
  height: 300px;
  background: url("../images/bg_subscription.jpg");
  background-position: center; }
  #subscription .wrap > div {
    width: 560px;
    margin: 0 auto; }
    #subscription .wrap > div input[type="text"] {
      float: left;
      width: calc(100% - 100px);
      padding: 0 15px;
      height: 32px;
      background-color: #fff;
      border: 0;
      font-size: 15px;
      color: #000; }
    #subscription .wrap > div .btn-subscribe {
      display: block;
      float: right;
      width: 100px;
      background-color: #c30d23;
      text-align: center;
      font-size: 15px;
      line-height: 30px;
      height: 32px;
      border: 1px solid #c30d23;
      color: #fff; }

footer #footer-top {
  background-color: #2d2d2d;
  padding: 40px 0 0 0; }
  footer #footer-top #footer-nav {
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 25px; }
    footer #footer-top #footer-nav > li {
      vertical-align: top;
      display: inline-block;
      font-size: 16px;
      width: 125px;
      color: #fff; }
      footer #footer-top #footer-nav > li > a {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        margin-bottom: 10px; }
        footer #footer-top #footer-nav > li > a:hover {
          color: #c30d23; }
      footer #footer-top #footer-nav > li ol li {
        margin-bottom: 10px; }
        footer #footer-top #footer-nav > li ol li a {
          font-size: 14px;
          line-height: 20px;
          color: #fff; }
          footer #footer-top #footer-nav > li ol li a:hover {
            color: #c30d23; }
  footer #footer-top #footer-low-sub {
    padding: 10px 0; }
    footer #footer-top #footer-low-sub p {
      color: #fff;
      margin: 0 0 5px 0; }
    footer #footer-top #footer-low-sub input[type="text"] {
      float: left;
      width: calc(100% - 100px);
      padding: 0 15px;
      height: 32px;
      background-color: #fff;
      border: 0;
      font-size: 15px;
      color: #000; }
    footer #footer-top #footer-low-sub .btn-subscribe {
      display: block;
      float: right;
      width: 100px;
      background-color: #c30d23;
      text-align: center;
      font-size: 15px;
      line-height: 30px;
      height: 32px;
      border: 1px solid #c30d23;
      color: #fff; }
  footer #footer-top #footer-low-nav {
    margin: 35px 0; }
    footer #footer-top #footer-low-nav li {
      float: left;
      padding: 0 13px;
      font-size: 14px;
      line-height: 15px;
      color: #fff;
      border-right: 1px solid #fff; }
      footer #footer-top #footer-low-nav li:nth-last-child(1) {
        border-right: 0;
        padding-right: 0; }
      footer #footer-top #footer-low-nav li a {
        color: #fff; }
        footer #footer-top #footer-low-nav li a:hover {
          color: #c30d23; }
footer #footer-bottom {
  background-color: #000000;
  height: 40px; }
  footer #footer-bottom .copyright {
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0; }
    footer #footer-bottom .copyright a {
      color: #fff;
      text-decoration: none; }

/*Top btn*/
#back-top {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 90px;
  right: 15px; }
  #back-top a {
    display: block;
    width: 48px;
    height: 48px;
    background: url("../images/icons/btn_top.png") no-repeat left top;
    background-size: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
    #back-top a:hover {
      background-position: left bottom; }

/*
#back-top {
  display: block;
  z-index: 999;
  a {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url('../images/icons/btn_top.png') no-repeat left top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    &:hover {
      background-position: left bottom;
    }
  }
}
*/

/*# sourceMappingURL=main.css.map */
