.container {
  max-width: 1300px;
}
body {
  background-color: #F9F9F9;
}
.more {
  display: table;
  padding: 10px 25px;
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid #fff;
  background: #FEEFF1;
  color: #B27272;
  transition: all 0.5s;
  font-weight: bold;
}
.more:hover {
  background: #B27272;
  color: #FEEFF1;
}
.model {
  margin-bottom: 50px;
}
header {
  border-bottom: 6px solid #E6E1C8;
}
header .header-content {
  padding: 15px 0 0;
  display: flex;
  justify-content: space-between;
}
header .header-content .member {
  display: flex;
  float: right;
  align-items: center;
}
header .header-content .member > a,
header .header-content .member button,
header .header-content .member #search {
  padding: 8px 14px;
  display: flex;
  align-items: center;
  background: #F8F8F5 0% 0% no-repeat padding-box !important;
  border-radius: 17px;
  color: #8E7B5A;
  box-shadow: initial !important;
  margin-right: 15px;
  white-space: nowrap;
  font-size: 15px;
}
header .header-content .member > a img,
header .header-content .member button img,
header .header-content .member #search img {
  margin-right: 10px;
  width: 17px;
  height: 17px;
}
header .header-content .member button {
  margin: 0;
  border: 0;
}
header .header-content .member .dropdown-menu {
  min-width: 100%;
  width: 100%;
  padding: 0;
}
header .header-content .member .dropdown-menu li {
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #8E7B5A;
}
header .header-content .member .dropdown-menu li a:after {
  display: none!important;
}
header .header-content .menu {
  padding: 15px 0;
  clear: both;
}
header .header-content .menu ul {
  padding: 0;
  display: flex;
  align-items: center;
}
header .header-content .menu ul li {
  list-style: none;
  padding: 10px 20px;
}
header .header-content .menu ul li a {
  color: #5A5A5A;
  font-size: 16px;
  position: relative;
}
header .header-content .menu ul li a span.cart_count {
  position: absolute;
  top: 0;
  right: -5px;
  width: 15px;
  height: 15px;
  color: #8E7B5A;
  border-radius: 50%;
  border: 1px solid #8E7B5A;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
header .header-content .menu ul li#cart {
  padding-right: 0;
}
.banner .swiper-slide .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .swiper-slide .banner-content .banner-box p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #fff;
}
.banner .swiper-slide .banner-content .banner-box h1 {
  color: #fff;
  font-weight: bold;
  margin: 22px 0;
}
.banner .swiper-slide .banner-content .banner-box a {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #FFD4D9;
  opacity: 1;
  transition: all 0.5s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 37px;
  background: #D8B37B;
}
.brand-icon {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100000;
}
.brand-icon a {
  box-shadow: 0 0 10px #ccc;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 12px;
  background: #fff;
  color: #8E7B5A;
  border-radius: 50%;
  display: block;
  transition: all 0.5s;
}
.brand-icon a i {
  font-size: 18px;
}
.brand-icon a:hover {
  background: #8E7B5A;
  color: #FFF;
}
.unify-swiper .more {
  margin-right: 20px;
}
.unify-swiper .swiper-button-prev,
.unify-swiper .swiper-button-next {
  position: initial;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  margin: initial;
  background-image: initial;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  box-shadow: 0 0 10px #ccc;
  margin-right: 10px;
  color: #A2A2A2;
  background: #fff;
}
.unify-swiper .swiper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.unify-swiper .swiper-header h1 {
  font-size: 36px;
  color: #707070;
  font-weight: bold;
}
.unify-swiper .swiper-header > div {
  display: flex;
}
.courses-box .courses-item img,
.courses-box .courses-content img {
  width: 100%;
}
.courses-box .courses-item .courses-name,
.courses-box .courses-content .courses-name {
  font-size: 24px;
  color: #4B6157;
  font-weight: bold;
  margin-bottom: 15px;
  min-height: 60px;
}
.courses-box .courses-item p,
.courses-box .courses-content p {
  font-size: 18px;
  color: #5A5A5A;
  line-height: 1.5;
}
.courses-box .courses-item p.tutor_name,
.courses-box .courses-content p.tutor_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.courses-box .courses-item p.description,
.courses-box .courses-content p.description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.courses-box .courses-item a.more,
.courses-box .courses-content a.more {
  margin-top: 20px;
}
.class-box .courses-item {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.class-box .bg-h1 {
  text-align: center;
  font: normal normal normal 80px/36px Playfair Display;
  letter-spacing: 8.64px;
  color: #FFFFFF;
  opacity: 1;
}
.class-box .class-info {
  width: 100%;
  background: #FEEFF1;
  margin-top: 20px;
  padding: 0 10px;
}
.class-box .class-info .class-info-issue {
  position: relative;
  top: -10px;
  width: 100%;
  background: #fff;
  padding: 50px 100px;
  color: #4B6157;
  line-height: 2;
}
.class-box .class-info .class-info-issue h1 {
  font-size: 24px;
  margin-bottom: 36px;
  color: #4B6157;
  font-weight: bold;
}
.class-box .class-info .class-info-issue p {
  font-size: 18px;
}
.class-box .class-info .class-info-issue p b {
  margin-bottom: 10px;
}
.class-box .class-info .class-info-issue .more {
  margin: 0 auto;
}
.class-box .class-description {
  margin: 100px 0 0;
  padding: 0 20px;
}
.class-box .class-description .class-img-txt {
  position: relative;
  padding-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}
.class-box .class-description .class-img-txt .txt {
  padding: 40px;
  background: #648F7C;
  width: 55%;
}
.class-box .class-description .class-img-txt .txt * {
  color: #fff !important;
  line-height: 1.5;
  text-align: justify;
}
.class-box .class-description .class-img-txt .txt ul {
  padding-left: 20px;
}
.class-box .class-description .class-img-txt .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.class-box .class-description .class-img-txt:nth-child(2n) .img {
  left: 0;
  right: initial;
}
.class-box .class-description .class-img-txt:nth-child(2n) .txt {
  float: right;
  background: #FEEFF1;
}
.class-box .class-description .class-img-txt:nth-child(2n) .txt * {
  color: #B27272 !important;
}
.class-address {
  background: #fff;
  margin-bottom: 100px;
  padding: 40px;
}
.class-address p {
  font-size: 16px;
  color: #648F7C;
  line-height: 1.5;
  font-weight: bold;
}
.apply-box h1 {
  width: 100%;
  font-size: 24px;
  color: #4B6157;
  font-weight: bold;
  margin-bottom: 0;
}
.apply-box p {
  color: #4B6157;
  text-align: justify;
  font-size: 18px;
}
.apply-box p b {
  color: #648F7C;
  margin-bottom: 10px;
}
.apply-box hr {
  display: block;
  width: 100%;
  border-top: 2px solid #CECECE;
}
.apply-box form .input-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.apply-box form .input-group input,
.apply-box form .input-group textarea,
.apply-box form .input-group select {
  width: 100%;
  height: 46px;
  border: 1px solid #CECECE;
  padding-left: 22px;
  border-radius: 5px;
  margin-top: 20px;
  background: #fff;
}
.apply-box form .input-group textarea {
  height: 200px;
  padding-top: 22px;
}
.apply-box form .input-group .input1 {
  width: 48%;
}
.apply-box form .input-group input::-webkit-input-placeholder,
.apply-box form .input-group textarea::-webkit-input-placeholder {
  color: #bebebe;
}
.apply-box form .input-group .radio {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.apply-box form .input-group .radio label {
  width: 20%;
  padding: 0;
}
.apply-box form .input-group .radio label input {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.apply-box form .input-group .radio label span {
  margin-left: 30px;
}
.apply-box form .input-group button {
  height: 48px;
  padding: 0 40px;
  background: #f9bccd;
  color: #fff;
  border-radius: 5px;
  border: 0;
  margin-top: 20px;
}
.courses-content {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.courses-content .image {
  background: #FEEFF1;
}
.courses-content .image img {
  position: relative;
  top: 15px;
  left: 15px;
}
.courses-content .courses-content-text {
  padding: 0 100px;
}
.courses-content .courses-content-text a {
  margin: 0 auto;
}
.home-graphic {
  background: #FEEFF1;
  padding: 70px 0;
}
.home-graphic .graphic {
  position: relative;
}
.home-graphic .graphic img {
  width: 100%;
}
.home-graphic .graphic .text {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 50px;
  background: #648F7C;
}
.home-graphic .graphic .text h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.home-graphic .graphic .text p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.home-graphic .graphic .text a {
  background: #fff;
  color: #4B6157;
}
.home-workshop .workshop-box img {
  width: 100%;
}
.home-workshop .workshop-box .item-name {
  margin: 20px 0 40px;
  font-size: 18px;
}
.home-workshop .workshop-box .item-name a {
  color: #5A5A5A;
}
.home-workshop .workshop-box .date-more {
  display: flex;
  justify-content: space-between;
}
.home-workshop .workshop-box .date-more a,
.home-workshop .workshop-box .date-more p {
  font-size: 18px;
  color: #5A5A5A;
}
.home-workshop .workshop-box .date-more a {
  text-decoration: underline;
}
.index-tutor {
  background: #FEEFF1;
  padding: 70px 0;
}
.index-tutor a.more {
  background: #fff;
  color: #8E7B5A;
}
.index-tutor .index-tutor-item {
  position: relative;
}
.index-tutor .index-tutor-item img {
  width: 100%;
}
.index-tutor .index-tutor-item .mb {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #00000000 0%, #2E2E2E 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  top: 0;
}
.index-tutor .index-tutor-item p {
  position: absolute;
  bottom: 15px;
  padding-left: 10px;
  color: #fff;
  width: 100%;
  z-index: 2;
}
.home-video h1 {
  font-size: 36px;
  color: #707070;
  font-weight: bold;
}
.home-video p {
  font-size: 24px;
  margin: 30px 0;
}
.home-news {
  background: #FEEFF1;
  padding: 70px 0;
}
.home-news .unify-swiper a {
  background: #fff;
  color: #8E7B5A;
}
.home-news .news-box img {
  width: 100%;
}
.home-news .news-box .news-item {
  border-top: 2px solid #c8c8c8;
  padding: 10px 0;
}
.home-news .news-box .news-item p {
  font-size: 14px;
}
.home-news .news-box .news-item h2 {
  font-size: 24px;
  color: #707070;
  font-weight: bold;
  height: 64px;
}
.home-news .news-box .news-item a {
  background: #F3B5AE;
  color: #fff;
}
.home-other .other-box img {
  width: 100%;
}
.home-other .other-box .item-name {
  font-size: 24px;
  font-weight: bold;
  color: #5A5A5A;
}
.home-other .other-box .date-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-other .other-box .date-more p {
  font-size: 18px;
  color: #5A5A5A;
  padding-right: 30px;
}
.home-other .other-box .date-more a {
  white-space: nowrap;
}
footer {
  background: #82A294;
}
footer .logo-menu {
  display: flex;
  justify-content: space-between;
}
footer .logo-menu .menu {
  padding: 50px 0;
  border-bottom: 1px solid #bababa;
  display: flex;
  justify-content: flex-end;
}
footer .logo-menu .menu li {
  list-style: none;
}
footer .logo-menu .menu li a {
  color: #fff;
  font-size: 16px;
  margin-left: 25px;
}
footer .footer-content {
  padding: 20px 0;
}
footer .footer-content p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
footer .footer-content .contac {
  padding: 25px 0;
}
footer .footer-content .contac > div {
  display: flex;
  align-items: center;
  color: #fff;
}
footer .footer-content .contac > div a i{
  box-shadow: 0 0 10px #ccc;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #8E7B5A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  margin-right: 15px;
}
footer .footer-content .contac > div a i {
  font-size: 18px;
}
footer .footer-bommot {
  background: #4B7563;
  padding: 10px 0;
}
footer .footer-bommot .bommot-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bommot .bommot-box .informations {
  display: flex;
  align-items: center;
}
.tutor-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.tutor-box .tutor-item {
  margin-bottom: 30px;
}
.tutor-box .tutor-item img {
  width: 100%;
}
.tutor-box .tutor-item h3 {
  margin: 20px 0;
  font-size: 24px;
  color: #4B6157;
  font-weight: bold;
}
.tutor-box .tutor-item ul {
  padding-left: 20px;
}
.tutor-box .tutor-item ul li {
  color: #4B6157;
  font-size: 18px;
  line-height: 1.5;
}
.category-left-box {
  background: transparent;
  padding: 20px !important;
}
.category-left-box h2 {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.category-left-box select {
  border-radius: 0;
  color: #858585;
  font-size: 16px;
  border-color: #E2E2E2;
  margin-bottom: 50px;
}
.category-left-box .sidebar-widget > li {
  padding: 0;
}
.category-left-box .sidebar-widget hr {
  margin-bottom: 0;
}
.category-left-box .sidebar-widget li {
  background: transparent;
}
.category-left-box .sidebar-widget li ul {
  padding: 0;
}
.category-left-box .sidebar-widget li ul li a {
  font-size: 16px;
  color: #BBBBBB;
}
.category-left-box .sidebar-widget li ul li a:hover {
  color: #000;
}
.shopsection .gallery-thumbs .swiper-slide {
  padding: 17px;
  background: #F8F8F8;
}
.shopsection .swiper-imgb {
  padding: 65px;
  background: #F8F8F8;
}
.shopsection .p_title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.shopsection .table {
  border: 0;
  margin-bottom: 50px;
}
.shopsection .table td,
.shopsection .table tr {
  border: 0;
  vertical-align: top;
  color: #A1A1A1;
  font-size: 16px;
}
.shopsection .table td b,
.shopsection .table tr b {
  white-space: nowrap;
  color: #000;
}
.shopsection .table td {
  padding: 15px 8px;
}
.ncatnews-box .ncat-ncategory {
  margin: 50px 0;
}
.ncatnews-box .ncat-ncategory ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ncatnews-box .ncat-ncategory ul li {
  list-style: none;
  padding: 10px 25px;
  border-radius: 25px;
  transition: all 0.5s;
  color: #6A6A6A;
  font-size: 18px;
  margin: 0 15px;
}
.ncatnews-box .ncat-ncategory ul li:hover,
.ncatnews-box .ncat-ncategory ul li.active {
  background: #8E7B5A;
  color: #fff;
}
.ncatnews-box .article-new {
  margin-bottom: 50px;
  overflow: hidden;
}
.ncatnews-box .article-new h3 {
  font-size: 24px;
  color: #4B6157;
  font-weight: bold;
}
.ncatnews-box .article-new p {
  font-size: 18px;
  color: #4B6157;
  line-height: 1.5;
}
.about-box .bg-right,
.about-box .bg-left {
  position: relative;
}
.about-box .bg-right:after,
.about-box .bg-left:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 45vw;
  background: #FEEFF1;
  height: 100%;
  z-index: -1;
}
.about-box .bg-left:after {
  right: initial;
  left: 0;
}
.about-box .about-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-box .about-top h2 {
  font-size: 24px;
  font-weight: bold;
  color: #648F7C;
}
.about-box .about-top .about-content {
  margin-top: 30px;
}
.about-box .about-top .about-content p {
  text-align: justify;
  font-size: 18px;
  color: #646464;
  line-height: 1.5;
}
.site-box .site-table {
  width: 100vw;
  border: 0;
}
.site-box .site-table tr td {
  border: 13px solid #F9F9F9;
  background: #fff;
  padding: 15px 30px;
  text-align: center;
  color: #648F7C;
  font-size: 18px;
  font-weight: bold;
}
.site-box .site-table tr td:first-child {
  text-align: left;
}
.site-box .site-table tr:first-child td {
  background: #648F7C;
  color: #fff;
}
.site-box .site-remarks {
  padding: 0 13px;
  line-height: 1.5;
}
.site-box .site-remarks p {
  color: #648F7C;
  font-size: 16px;
}
.site-box .site-title {
  font-weight: bold;
  color: #7E786C;
  margin: 30px 0 15px;
}
.site-box .site-box {
  display: flex;
  flex-wrap: wrap;
}
.site-box .site-box .site-item {
  margin-bottom: 30px;
}
.site-box .site-box .site-item img {
  width: 100%;
}
.site-box .site-box .site-item h3 {
  color: #4B6157;
  font-weight: bold;
}
.site-box .site-box .site-item p {
  color: #4B6157;
  font-size: 16px;
}
.site-box .site-footer > div .div-title {
  font-size: 80px;
  color: #fff;
  margin-top: 191px;
}
.site-box .site-footer > div .site-footer-content {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 60px;
}
.site-box .site-footer > div .site-footer-content table {
  width: 100vw;
  margin: 0;
  border: 0;
}
.site-box .site-footer > div .site-footer-content table td,
.site-box .site-footer > div .site-footer-content table tr,
.site-box .site-footer > div .site-footer-content table th {
  border: 0;
}
.site-box .site-footer > div .site-footer-content table td,
.site-box .site-footer > div .site-footer-content table th {
  width: 33.333333%;
}
.site-box .site-footer > div .site-footer-content td,
.site-box .site-footer > div .site-footer-content th,
.site-box .site-footer > div .site-footer-content p {
  color: #4B6157;
  font-size: 18px;
}
.site-box .site-footer > div .site-footer-content p {
  width: 70%;
  margin: 0 auto;
  line-height: 1.5;
}
@media (max-width: 992px) {
 /* html {
    overflow-x: hidden;
    overflow-y: scroll;
  }*/
  #form-language .dropdown-toggle {
    border: 0;
    padding: 0 !important;
    padding-top: 3px !important;
    background: #fff !important;
  }
  #form-language .dropdown-toggle .caret {
    display: none;
  }
  #form-language .dropdown-toggle img {
    margin-right: 5px;
  }
  .banner .swiper-slide img {
    height: 50vh;
    object-fit: cover;
  }
  .banner .swiper-slide .banner-content .banner-box p {
    font-size: 16px;
    line-height: 1.2;
  }
  .banner .swiper-slide .banner-content .banner-box h1 {
    font-size: 24px;
    margin: 10px 0 22px;
  }
  .brand-icon {
    display: none;
    right: 15px;
    top: initial;
    transform: initial;
    bottom: 87px;
  }
  .main {
    padding: 0 15px;
  }
  .unify-swiper .more {
    margin-right: 0;
  }
  .unify-swiper .swiper-button-prev,
  .unify-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
  }
  .unify-swiper .swiper-button-prev {
    left: 0;
  }
  .unify-swiper .swiper-button-next {
    right: 0;
  }
  .unify-swiper .swiper-header {
    padding: 20px 0;
  }
  .unify-swiper .swiper-header h1 {
    font-size: 30px;
    margin: 0;
  }
  .unify-swiper .swiper-header > div {
    display: flex;
  }
  .home-graphic {
    background: #fff;
    padding: 0;
  }
  .home-graphic .graphic {
    position: relative;
  }
  .home-graphic .graphic .text {
    position: initial;
    transform: initial;
    padding: 0 15px;
    background: initial;
  }
  .home-graphic .graphic .text > div {
    background: #648F7C;
    padding: 15px;
  }
  .index-tutor {
    background: initial;
    padding: 0;
  }
  .index-tutor a.more {
    background: #FEEFF1;
    color: #B27272;
  }
  .home-video h1 {
    font-size: 30px;
  }
  .home-video p {
    font-size: 18px;
    margin: 15px 0;
    line-height: 1.5;
  }
  .home-video iframe {
    height: 45vh !important;
  }
  .model {
    margin-bottom: 20px;
  }
  .home-news {
    background: initial;
    padding: 0;
  }
  .home-news .unify-swiper a {
    background: #FEEFF1;
    color: #B27272;
  }
  .home-other .other-box > div {
    margin-bottom: 20px;
  }
  .home-other .other-box .date-more {
    flex-wrap: wrap;
  }
  .home-other .other-box .date-more p {
    padding-right: 0;
  }
  footer .logo-menu {
    padding: 0 15px;
    justify-content: center;
  }
  footer .logo-menu .menu {
    display: none !important;
  }
  footer .footer-content {
    padding: 20px 15px;
    margin: 0;
  }
  footer .footer-content .contac {
    padding: 25px 0;
  }
  footer .footer-content .contac > div {
    margin-bottom: 15px;
    /*min-width: 300px;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: unset;
  }

  footer .footer-content .contac > div a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: unset;
    background: unset;
    width: unset;
    color: #fff;
  }
  footer .footer-content .contac > div a i{
   line-height: unset;
  }


  footer .footer-bommot {
    padding: 10px 15px;
  }
  footer .footer-bommot .bommot-box {
    flex-wrap: wrap;
  }
  .courses-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
  }
  .courses-content .image {
    background: #FEEFF1;
  }
  .courses-content .image img {
    position: relative;
    top: initial;
    left: initial;
  }
  .courses-content .courses-content-text {
    padding: 0 15px;
  }
  .courses-content .courses-content-text .courses-name {
    min-height: auto !important;
  }
  .courses-content .courses-content-text a {
    margin: 0 auto;
  }
  .breadcrumb-wrapper {
    height: 20vh;
  }
  .breadcrumb-wrapper h1 {
    font-size: 28px !important;
  }
  .product-wrapper {
    margin: 0 !important;
  }
  .product-wrapper .product-layout {
    width: 50%;
  }
  .product-wrapper .product-layout .cart {
    opacity: 1 !important;
  }
  .breadcrumb {
    margin: 0;
  }
  .proone .pics .swiper-button-next:after,
  .proone .pics .swiper-button-prev:after {
    display: none;
  }
  .proone .prodetail .pro-cart {
    width: auto;
  }
  .bnews-item .txt .more,
  .article-new .more {
    padding: 5px 20px;
    margin: 10px 0;
  }
  .ncatnews-box {
    margin: 0 -15px;
  }
  .ncatnews-box .ncat-ncategory {
    margin: 20px 0 0;
  }
  .ncatnews-box .ncat-ncategory ul {
    justify-content: start;
  }
  .ncatnews-box .ncat-ncategory ul li {
    padding: 10px 15px;
    font-size: 16px;
  }
  .ncatnews-box .bnews-list {
    padding: 0;
  }
  .ncatnews-box .bnews-list .txt-content {
    padding: 0;
  }
  .ncatnews-box .bnews-list .txt-content .name {
    line-height: 1.5;
  }
  .about-box .bg-right:after,
  .about-box .bg-left:after {
    width: 50vw;
  }
  .about-box .about-top iframe {
    margin: 100px 0  0!important;
  }
  .about-box .about-top > div {
    width: 100%;
  }
  .about-box .about-top > div.col-md-1 {
    width: 100%;
  }
  .class-box .class-info .class-info-issue {
    padding: 20px 15px;
  }
  .class-box .class-description {
    margin: 30px 0 0;
    padding: 0 20px;
  }
  .class-box .class-description .class-img-txt {
    position: relative;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .class-box .class-description .class-img-txt .txt {
    padding: 15px;
    width: 100%;
  }
  .class-box .class-description .class-img-txt .img {
    position: initial;
  }
  .class-box .class-description .class-img-txt .img img {
    width: 100%;
    height: auto;
  }
  .class-address {
    margin-bottom: 50px;
    padding: 20px 15px;
  }
  .site-box .site-table tr td {
    border: 1px solid #F9F9F9;
    padding: 0 5px;
    font-size: 16px;
  }
  .site-box .site-remarks,
  .site-box .div-site-table {
    padding: 0 15px;
  }
  .site-box .site-box {
    padding: 0 15px;
  }
  .site-box .site-footer > div {
    width: 100%;
  }
  .site-box .site-footer > div .site-footer-content {
    width: 100%;
    background: #fff;
    padding: 30px 0;
    margin-bottom: 60px;
  }
  .site-box .site-footer > div .site-footer-content table {
    width: 100vw;
    border: 1px solid #F9F9F9;
    padding: 0 5px;
    font-size: 16px;
  }
  .site-box .site-footer > div .site-footer-content p {
    width: 95%;
  }
}


.iconwechat{
  position: relative;
}

.iconwechat div{
    position: absolute;
    width: 0;
    height: 0;
    right: 60px;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /*display: none;*/
    opacity: 0;
}
.iconwechat div img{
  width: 100%;
}

.iconwechat:hover div{
  display: block;
   width: 155px;
    height: 155px;
    opacity: 1;
}








/*# sourceMappingURL=lightworker-output.css.map */


