@font-face {
  font-family: popl;
  src: url(../assets/fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: popr;
  src: url(../assets/fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: sy;
  src: url(../assets/fonts/ZaoZiGongFangShangYa-FeiShangYong-ChangGuiTi-1.otf);
}

body {
  font-family: popr;
  margin: 0;
  background-color: #f2f2f2;
}

* {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sy;
  margin: 0;
  color: #000000;
}

p,
span,
li,
a,
input,
textarea,
tr,
label,
th,
td {
  color: #5f6161;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

p {
  margin: 0;
}

.header-wrapper {
  height: 157px;
  position: relative;
  z-index: 10;
}

header {
  background-color: #fff;
  z-index: 10;
  position: static;
  top: -100%;
  left: 0;
  width: 100%;
  transition: 0.5s;
}

.header {
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.header .logo {
  width: 140px;
  padding: 0 15px;
}

.header .menu {
  width: calc(100% - 140px - 130px);
  text-align: center;
}

.header .menu nav > ul > li {
  position: relative;
}

.header .menu nav > ul > li > img {
  display: none;
}

.header .menu nav > ul > li > a {
  font-family: sy;
  padding: 0px 15px;
  border-right: 1px solid #000000;
  display: inline-block;
  color: #000000;
}

.header .menu nav > ul > li > ul {
  position: absolute;
  top: calc(100%);
  left: 0;
  width: 160px;
  text-align: left;
  padding: 10px 0px;
  z-index: 100;
  overflow: hidden;
  display: none;
}

.header .menu nav > ul > li:hover > ul:hover,
.header .menu nav > ul > li:hover > ul {
  display: block;
}

.header .menu nav > ul > li > ul > li {
  background-color: #f2f2f2;
  padding-left: 15px;
  border-bottom: 1px solid #aaaaaa;
}

.header .menu nav > ul > li > ul > li:first-child {
  border-top: 1px solid #aaaaaa;
}

.header .menu nav > ul > li > ul > li:hover {
  background-color: #dcd2c8;
}

.header .menu nav > ul > li > ul > li > a {
  padding: 3px 15px 3px 0;
  color: #000;
  display: inline-block;
}

.header .menu nav > ul > li:last-child a {
  border-right: 0px solid #000000;
}

.header .feature {
  width: 130px;
  text-align: center;
}

.header .feature span {
  width: 40px;
  padding: 0 10px;
  cursor: pointer;
}

body.scrolled header {
  position: fixed;
  top: 0%;
  padding: 5px 15px 0px;
  box-shadow: 0px 0px 40px -5px #000000;
}

body.scrolled .header .logo {
  width: 50px;
  padding: 0;
}

body.scrolled .header {
  padding: 0px 15px;
}

body.scrolled .header .menu {
  width: calc(100% - 50px - 130px);
}

figure {
  margin: 0;
  line-height: 0;
}

img {
  max-width: 100%;
}

.ibc {
  font-size: 0;
}

.ibc > * {
  font-size: 16px;
  display: inline-block;
}

.ibc-m > * {
  vertical-align: middle;
}

.ibc-t > * {
  vertical-align: top;
}

.ibc-b > * {
  vertical-align: bottom;
}

.bg {
  position: relative;
}

.bg > * {
  z-index: 5;
}

.bg > .bg-img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 0;
}

input {
  border: none;
}

button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.slider .slides ul {
  position: relative;
}

.slider .slides > ul > li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  line-height: 0;
  z-index: 0;
  width: 100%;
}

.slider .slides > ul > li.active {
  position: relative;
  opacity: 1;
  z-index: 5;
}

.slider .dot ul {
  text-align: center;
  padding: 20px 0;
}

.slider .dot ul li {
  width: 8px;
  height: 8px;
  margin: 0px 12px;
  border-radius: 50%;
  background-color: #aaaaaa;
  cursor: pointer;
}

.slider .dot ul li.active {
  background-color: #c8aa89;
}

.slider .dot.dot-black ul li {
  background-color: #ffffff;
}

.slider .dot.dot-black ul li.active {
  background-color: #5f6161;
}

.content {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.content.content-space {
  padding: 60px 15px;
}

.title {
  width: 70px;
  padding: 30px 0;
}

.cards > ul > li {
  width: 48%;
}

.cards > ul > li:nth-child(2n + 1) {
  margin: 30px 2% 30px 0;
}

.cards > ul > li:nth-child(2n) {
  margin: 30px 0 30px 2%;
}

.card {
  max-width: 600px;
  background-color: #fff;
  margin: auto;
}

.card .card-btm {
  padding: 15px 25px;
}

.card .card-btm .row-1 {
  margin-bottom: 20px;
}

.card .card-btm .row-1 .card-title {
  width: calc(100% - 30px);
  padding-right: 15px;
  height: 190px;
  overflow: hidden;
}

.card .card-btm .row-1 .card-title .card-cat {
  display: inline-block;
  padding: 4px 10px 3px;
  line-height: 1;
  color: #c8aa89;
  border: 1px solid #c8aa89;
  font-size: 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.card .card-btm .row-1 .card-title:hover {
  overflow: auto;
}

.card .card-btm .row-1 .card-title h3 {
  display: block;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden;
}

.card .card-btm .row-1 .card-title p {
  margin-bottom: 10px;
  font-size: 12px;
  color: #aaaaaa;
}

.card .card-btm .row-1 .card-icon {
  width: 30px;
}

.card .card-btm .row-1 .card-icon div {
  text-align: center;
}

.card .card-btm .row-1 .card-icon div span {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.card .card-btm .row-1 .card-icon div span img {
  transition: 0.3s;
  cursor: pointer;
}

.card .card-btm .row-1 .card-icon div span img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.card .card-btm .row-1 .card-icon div span:hover img {
  opacity: 0;
}

.card .card-btm .row-1 .card-icon div span:hover img:last-child {
  opacity: 1;
}

.card .card-btm .row-2 {
  margin-bottom: 20px;
}

.card .card-btm .row-2 .card-tags {
  width: calc(100% - 100px);
}

.card .card-btm .row-2 .card-tags ul li {
  margin-right: 15px;
  border-bottom: 2px solid #c8aa89;
  font-size: 12px;
  line-height: 1.5;
  color: #5f6161;
}

.card .card-btm .row-2 .card-tags ul li a {
  font-family: sy;
}

.card .card-btm .row-2 .card-date {
  width: 100px;
  text-align: right;
}

.card .card-btm .row-2 .card-date span {
  font-size: 14px;
  color: #aaaaaa;
}

.card.card-hori {
  max-width: 1200px;
}

.card.card-hori .card-top {
  width: 40%;
}
.card.card-hori .card-btm {
  width: 60%;
}
.card.card-hori .card-btm .row-1 .card-title h4 {
  margin-bottom: 5px;
}
.card.card-hori .row-1 {
  margin-bottom: 30px;
}

.join-member {
  padding-bottom: 37.5%;
  margin: 30px 0;
}

.join-member .join-member-text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 0;
  text-align: center;
  width: 100%;
}

.join-member .join-member-text p {
  font-family: sy;
  font-size: 48px;
  margin-bottom: 30px;
  color: #ffffff;
}
.join-member .join-member-text a span {
  font-family: sy;
  font-size: 24px;
  color: #ffffff;
}
.join-member .join-member-text img {
  width: 24px;
  margin-left: 20px;
}

.cards-hori > ul > li {
  width: 100%;
  margin-bottom: 30px;
}

.bg-brown {
  background-color: #dcd2c8;
}

.zhuan-lan {
  padding: 50px 0;
}

.zl-item {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.zl-item .zl-profile {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
}

.zl-item .zl-profile figure img {
  border-radius: 50%;
  width: 280px;
  height: 280px;
  object-fit: cover;
}

.zl-item .zl-box {
  background-color: #fff;
  margin-left: auto;
  width: calc(100% - 120px);
  border-radius: 10px;
}

.zl-item .zl-box .zl-text {
  padding: 120px 60px 120px 210px;
  width: calc(100% - 60px);
  line-height: 1.5;
}

.zl-item .zl-box .zl-text h4 {
  color: #5f6161;
  margin-bottom: 60px;
}

.zl-item .zl-box .zl-text h2 {
  color: #000000;
  margin-bottom: 15px;
}

.zl-item .zl-box .zl-text p {
  color: #aaaaaa;
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.8;
}

.zl-item .zl-box .zl-text .zl-full a {
  color: #c8aa89;
  font-size: 12px;
  font-family: sy;
}

.zl-item .zl-box .zl-text .zl-full img {
  width: 14px;
  margin-left: 10px;
}

.zl-item .zl-box .zl-icon {
  width: 30px;
  padding-top: 30px;
}

.zl-item .zl-box .zl-icon div {
  text-align: center;
}

.zl-item .zl-box .zl-icon div span {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.zl-item .zl-box .zl-icon div span img {
  transition: 0.3s;
  cursor: pointer;
}

.zl-item .zl-box .zl-icon div span img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.zl-item .zl-box .zl-icon div span:hover img {
  opacity: 0;
}

.zl-item .zl-box .zl-icon div span:hover img:last-child {
  opacity: 1;
}

.event-calender {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
}

.event-calender .ec-days .ec-head span {
  width: 14.2857%;
  width: calc(100% / 7);
  text-align: center;
  padding: 15px;
  border-right: 2px solid #f2f2f2;
}

.event-calender .ec-days .ec-head span:last-child {
  border-right: 0px solid #f2f2f2;
}

.event-calender .ec-days .ec-head span img {
  width: auto;
  height: 16px;
}

.event-calender .ec-days .ec-day ul li {
  width: 14.2857%;
  width: calc(100% / 7);
  position: relative;
  border-top: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  height: 240px;
}

.event-calender .ec-days .ec-day ul li:nth-child(7n) {
  border-right: 0px solid #f2f2f2;
}

.event-calender .ec-days .ec-day ul li.event:before {
  content: '';
  display: block;
  position: absolute;
  width: 90%;
  height: 5px;
  top: 0;
  left: 5%;
  background-color: #c8aa89;
}

.event-calender .ec-days .ec-day ul li .date-num {
  font-family: popr;
  color: #aaaaaa;
  font-size: 40px;
  padding: 0px 10px 0px;
}

.event-calender .ec-days .ec-day ul li .date-detail {
  padding: 0 15px;
  overflow: hidden;
  height: 165px;
}

.event-calender .ec-days .ec-day ul li .date-detail:hover {
  overflow: auto;
}

.event-calender .ec-days .ec-day ul li .date-detail a {
  text-align: center;
  display: block;
}

.event-calender .ec-days .ec-day ul li .date-detail a img {
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.event-calender .ec-days .ec-day ul li .date-detail a p {
  font-family: sy;
  display: block;
  color: #000;
}

.ec-wrapper {
  padding: 60px 0;
}

footer.footer {
  background-color: #fff;
  padding: 60px 15px;
  text-align: center;
}

footer.footer > figure {
  margin: auto;
  margin-bottom: 30px;
}

footer.footer > figure img {
  width: 70px;
}

footer.footer p.quote {
  font-family: sy;
  font-size: 48px;
  margin-bottom: 60px;
  color: #000;
}

footer.footer nav ul li {
  border-right: 1px solid #aaaaaa;
}

footer.footer nav ul li:last-child {
  border-right: 0px solid #aaaaaa;
}

footer.footer nav ul li a {
  padding: 0 20px;
  color: #aaaaaa;
  font-size: 14px;
}

footer.footer hr {
  border: 0px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;

  margin-top: 60px;
  margin-bottom: 30px;
}

footer.footer ul.social {
  margin-bottom: 30px;
}

footer.footer ul.social li {
  padding: 0 20px;
}

footer.footer ul.social li a img {
  width: auto;
  height: 18px;
}

footer.footer p.copyright {
  margin-bottom: 30px;
  font-size: 12px;
  color: #aaaaaa;
}

.search-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(220, 210, 200, 0.9);
  text-align: center;
}

.search-modal .search-center {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
}

.search-modal .search-center figure {
  margin: auto;
  margin-bottom: 60px;
}

.search-modal .search-center figure img {
  width: 100px;
}

.search-modal .search-center form {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 30px;
}

.search-modal .search-center form .search-input span {
  width: calc(100% - 120px);
}

.search-modal .search-center form .search-input span input {
  width: 100%;
  padding: 15px 25px;
  font-size: 20px;
  font-family: popr;
  outline: none;
}

.search-modal .search-center form .search-input button,
.search-modal .search-center form .search-input span#search-cancel {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 17px;
  outline: none;
  cursor: pointer;
}

.search-modal .search-center form .search-input button img {
  width: 26px;
}

.search-modal .search-center .search-tags li {
  margin: 5px 15px;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 2px 12px 0px;
}

.search-modal .search-center .search-tags li a {
  color: #000;
}

.search-modal .search-foot {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 30px;
  max-width: 1200px;
}

.search-modal .search-foot nav {
  margin-bottom: 15px;
}

.search-modal .search-foot nav ul li {
  border-right: 1px solid #000000;
}

.search-modal .search-foot nav ul li:last-child {
  border-right: 0px solid #000000;
}

.search-modal .search-foot nav ul li a {
  padding: 0 20px;
  color: #000000;
  font-size: 14px;
}

.search-modal .search-foot ul.social {
  margin-bottom: 60px;
}

.search-modal .search-foot ul.social li {
  padding: 0 20px;
}

.search-modal .search-foot ul.social li a img {
  width: auto;
  height: 18px;
}

.search-modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  transition: visibility 0s 0.5s, opacity 0s 0.5s, z-index 0s 0.5s, top 0.5s;
}

.search-modal-wrapper.active {
  top: 0%;
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transition: top 0.5s;
}

.drawer {
  max-width: 320px;
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.drawer .profile-detail {
  margin-bottom: 60px;
}

.drawer .profile-detail figure {
  width: 80px;
  padding-right: 15px;
}

.drawer .profile-detail figure img {
  border-radius: 50%;
}

.drawer .profile-detail p {
  width: calc(100% - 80px);
}

.drawer .profile-detail p span {
  font-family: sy;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.drawer .profile-detail p span:last-child {
  font-size: 14px;
}

.drawer .drawer-top ul li {
  margin-bottom: 30px;
}

.drawer .drawer-top ul li a {
  font-size: 18px;
  font-family: sy;
  color: #000;
}

.drawer hr {
  border: none;
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 30px;
}

.drawer .drawer-btm ul li {
  margin-bottom: 30px;
}

.drawer .drawer-btm ul li a {
  font-size: 18px;
  font-family: sy;
  color: #000;
}

.drawer .notification-input {
  margin-bottom: 30px;
}

.drawer .notification-input button {
  position: relative;
  padding: 0;
}

.drawer .notification-input button img {
  width: 80px;
  opacity: 0;
  z-index: 0;
}

.drawer .notification-input button img:first-child {
  opacity: 1;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
}

.drawer .notification-input button.active img:first-child {
  opacity: 0;
  z-index: 0;
}

.drawer .notification-input button.active img:last-child {
  opacity: 1;
  z-index: 5;
}

.drawer .notification-input p {
  font-size: 12px;
  color: #aaaaaa;
  margin-top: 10px;
}

.drawer .drawer-foot {
  position: absolute;
  bottom: 0%;
  text-align: center;
  left: auto;
}

.drawer .drawer-foot .social {
  margin-bottom: 15px;
}

.drawer .drawer-foot .social li {
  padding: 0 20px;
}

.drawer .drawer-foot .social li a img {
  width: auto;
  height: 16px;
}

.drawer .drawer-foot p.copyright {
  margin-bottom: 15px;
  font-size: 10px;
  color: #aaaaaa;
}

.drawer .drawer-links {
  max-height: calc(100% - 40px);
  overflow: auto;
}

.drawer-modal-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0;
  z-index: -100;
  background-color: rgba(255, 255, 255, 0);
  transition: z-index 0s 0.5s, background-color 0.3s;
}

.drawer-modal-wrapper.active {
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.6);
  transition: background-color 0.3s;
}

.drawer-modal-wrapper .drawer-cancel-area {
  width: calc(100% - 320px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.drawer-modal-wrapper .drawer-inner-wrapper {
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0%;
  right: -400px;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  transition: visibility 0s 0.5s, opacity 0s 0.5s, z-index 0s 0.5s, right 0.5s;
  box-shadow: 0px 0px 60px -5px #000000;
}

.drawer-modal-wrapper.active .drawer-inner-wrapper {
  top: 0%;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transition: right 0.5s;
}

.drawer #drawer-cancel {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.drawer #drawer-cancel img {
  width: 18px;
}

.newsletters {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: 800px;
}

.newsletters .newsletters-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: #f2f2f2;
  box-shadow: 0px 0px 60px -5px #aaaaaa;
}

.newsletters .newsletters-wrapper > div {
  padding: 75px 60px;
}

.newsletters .newsletters-wrapper > div figure {
  width: 45%;
  padding-right: 45px;
}

.newsletters .newsletters-wrapper > div figure img {
  width: 100%;
}

.newsletters .newsletters-wrapper > div .newsletters-btn {
  width: 55%;
}

.newsletters .newsletters-wrapper > div .newsletters-btn h3 {
  margin-bottom: 30px;
  font-size: 30px;
}

.newsletters .newsletters-wrapper > div .newsletters-btn p {
  margin-bottom: 45px;
  font-family: sy;
  color: #000;
  font-size: 20px;
  line-height: 2;
}

.newsletters .newsletters-wrapper > div .newsletters-btn button {
  background-color: #c8aa89;
  font-size: 24px;
  font-family: sy;
  color: #ffffff;
  padding: 15px 45px;
}

.newsletters .newsletters-wrapper .newsletters-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -45px;
  right: -45px;
  background-color: #f2f2f2;
  border-radius: 50%;
  padding: 10px;
  z-index: 5;
  box-shadow: 0px 0px 60px -5px #000000;
  cursor: pointer;
}

.newsletters-modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  opacity: 0;
  z-index: -100;
  transition: z-index 0s 0.5s, opacity 0.5s;
  background-color: rgba(255, 255, 255, 0.6);
}

.newsletters-modal-wrapper.active {
  top: 0%;
  left: 0;
  opacity: 1;
  z-index: 100;
  transition: opacity 0.5s;
}

.google-ads {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
}

.google-ads .google-ads-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f2f2f2;
  box-shadow: 0px 0px 60px -5px #aaaaaa;
  max-width: 1200px;
}

.google-ads .google-ads-wrapper .google-ads-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -45px;
  right: -45px;
  background-color: #f2f2f2;
  border-radius: 50%;
  padding: 10px;
  z-index: 5;
  box-shadow: 0px 0px 60px -5px #000000;
  cursor: pointer;
}

.google-ads-modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  opacity: 0;
  z-index: -100;
  transition: z-index 0s 0.5s, opacity 0.5s;
  background-color: rgba(255, 255, 255, 0.6);
}

.google-ads-modal-wrapper.active {
  top: 0%;
  left: 0;
  opacity: 1;
  z-index: 100;
  transition: opacity 0.5s;
}

.single-event {
  padding: 120px 0;
}

.single-event figure {
  width: 50%;
}

.single-event figure img {
  width: 100%;
}

.single-event .single-event-detail {
  width: calc(50% - 40px);
  padding: 0px 30px;
}

.single-event .single-event-detail h2 {
  margin-bottom: 45px;
  font-size: 36px;
}

.single-event .single-event-detail > p {
  margin-bottom: 60px;
  color: #aaaaaa;
}

.single-event .single-event-detail > div > p {
  width: 50%;
  padding-right: 15px;
}

.single-event .single-event-detail > div > p span {
  display: inline-block;
  width: 100%;
  color: #aaaaaa;
}

.single-event .single-event-next {
  width: 40px;
  cursor: pointer;
}

.single-event .single-event-next > span {
  color: #000;
  line-height: 1;
  display: inline-block;
}

.title-text {
  padding: 30px 0;
  margin-bottom: 30px;
}

.title-text h1 {
  font-size: 42px;
  color: #c8aa89;
  width: 84px;
  margin: auto;
}

.title-text.title-text-big h1 {
  font-size: 62px;
  width: 124px;
}

.title-text h1 span {
  color: #c8aa89;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.category-cat > li {
  margin-bottom: 60px;
}

.category-cat > li .category-cat-title {
  width: 120px;
}

.category-cat > li .category-cat-title p {
  width: auto;
  font-size: 30px;
  border-bottom: 5px solid #c8aa89;
  display: inline-block;
}

.category-cat > li .category-cards {
  width: calc(100% - 120px);
  padding-left: 60px;
  font-size: 0;
}

.category-cat > li .category-cards .category-card {
  width: 49%;
}

.category-cat > li .category-cards .category-card:nth-child(odd) {
  margin-right: 2%;
}

.category-cat > li > a {
  text-align: right;
  width: 100%;
  margin-top: 15px;
  color: #aaaaaa;
  font-size: 14px;
}

.sub-cat > li {
  margin-bottom: 30px;
}

.sub-cat-pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sub-cat-pagination .pag-btn {
  width: 24px;
  line-height: 0;
}

.sub-cat-pagination .pag-btn.pag-prev {
  transform: scale(-1);
}

.sub-cat-pagination ul {
  font-size: 0;
  margin: 0 30px;
}

.sub-cat-pagination ul li {
  font-size: 14px;
  margin: 0 15px;
}

.sub-cat-pagination ul li a {
  color: #aaaaaa;
}

.sub-cat-pagination ul li a.active {
  color: #c8aa89;
}

.sub-cat-pagination ul li.more {
  color: #aaaaaa;
}

.term-of-use .title-text.title-text-big {
  max-width: 800px;
  margin: auto;
}

.term-of-use .title-text.title-text-big h1 {
  margin: 0;
  width: 186px;
}

.term-of-use-wrapper {
  max-width: 800px;
  margin: auto;
  padding: 30px 0;
}

.term-of-use p {
  color: #aaaaaa;
  font-size: 20px;
}

.term-of-use .space-btm {
  margin-bottom: 30px;
}

.contact .title-text.title-text-big h1 {
  margin: 0;
  width: 186px;
}

.contact .contact-detail {
  padding: 60px 0;
}

.contact .contact-detail p {
  font-size: 24px;
  color: #aaaaaa;
  margin-bottom: 30px;
}

.contact .contact-person {
  margin-top: 30px;
}

.contact .contact-person h6 {
  font-size: 30px;
  font-family: popl;
  color: #aaaaaa;
}

.contact .contact-person ul {
  padding: 30px 0;
}

.contact .contact-person ul li {
  width: 33.33%;
  text-align: center;
  padding: 15px;
}

.contact .contact-person ul li figure {
  margin-bottom: 15px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.contact .contact-person ul li figure img {
  border-radius: 50%;
}

.contact .contact-person ul li > div:nth-child(2) {
  margin-bottom: 5px;
}

.contact .contact-person ul li .contact-position {
  border-bottom: 2px solid #c8aa89;
  color: #aaaaaa;
}

.contact .contact-person ul li .contact-name {
  font-size: 20px;
  color: #aaaaaa;
}

.contact .contact-person ul li a {
  margin-bottom: 15px;
  color: #aaaaaa;
}

.contact hr {
  border: 0px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  margin-top: 60px;
  margin-bottom: 30px;
}

.contact .contact-info {
  padding: 30px 0;
}

.contact .contact-info > div {
  margin-bottom: 15px;
}

.contact .contact-info > div span {
  width: calc(100% - 50px);
}

.contact .contact-info > div span:first-child {
  width: 50px;
}

.about .title-text.title-text-big h1 {
  margin: 0;
  width: 186px;
}

.about figure img {
  width: 100%;
}

.about .about-detail {
  padding: 60px 0;
}

.about .about-detail p {
  margin-bottom: 30px;
  font-size: 24px;
  color: #aaaaaa;
}

.writer .title-text.title-text-big h1 {
  margin: auto;
  width: 186px;
}

.writer .writer-person {
  margin-top: 30px;
}

.writer .writer-person ul {
  padding: 30px 0;
}

.writer .writer-person ul li {
  width: 25%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.writer .writer-person ul li a figure {
  margin-bottom: 15px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.writer .writer-person ul li a figure img {
  border-radius: 50%;
}

.writer .writer-person ul li a > div:nth-child(2) {
  margin-bottom: 10px;
}

.writer .writer-person ul li a .writer-position {
  color: #c8aa89;
  font-family: sy;
  font-size: 28px;
}

.writer .writer-person ul li a .writer-name {
  font-size: 24px;
  font-family: sy;
  color: #aaaaaa;
}

.writer-card {
  max-width: 350px;
  background-color: #fff;
  margin: auto;
  width: 100%;
  padding: 30px;
}

.writer-card .writer-card-top .row-1 {
  margin-bottom: 20px;
}

.writer-card .writer-card-top .row-1 .writer-card-date {
  width: calc(100% - 30px);
  padding-right: 30px;
}

.writer-card .writer-card-top .row-1 .writer-card-date span {
  font-size: 12px;
  color: #aaaaaa;
  margin-bottom: 30px;
  display: inline-block;
}
.writer-card .writer-card-top .row-1 .writer-card-date h2 {
  font-size: 24px;
  color: #000000;
}

.writer-card .writer-card-top .row-1 .writer-card-icon {
  width: 30px;
}

.writer-card .writer-card-top .row-1 .writer-card-icon div {
  text-align: center;
}

.writer-card .writer-card-top .row-1 .writer-card-icon div span {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.writer-card .writer-card-top .row-1 .writer-card-icon div span img {
  transition: 0.3s;
  cursor: pointer;
}

.writer-card .writer-card-top .row-1 .writer-card-icon div span img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.writer-card .writer-card-top .row-1 .writer-card-icon div span:hover img {
  opacity: 0;
}

.writer-card .writer-card-top .row-1 .writer-card-icon div span:hover img:last-child {
  opacity: 1;
}

.writer-card .writer-card-btm .writer-card-desc {
  margin-bottom: 30px;
  padding-right: 15px;
  line-height: 2;
  height: 220px;
  overflow: hidden;
}

.writer-card .writer-card-btm .writer-card-desc:hover {
  overflow: auto;
}

.writer-card .writer-card-btm .writer-card-desc p {
  color: #aaaaaa;
  font-size: 12px;
  line-height: 2;
}

.writer-card .writer-card-btm .writer-card-full a {
  width: 100%;
  text-align: right;
  display: inline-block;
}

.writer-card .writer-card-btm .writer-card-full a span {
  font-size: 12px;
  font-family: sy;
  color: #c8aa89;
}

.writer-card .writer-card-btm .writer-card-full a img {
  margin-left: 10px;
  width: 13px;
}

.single-writer .title-text.title-text-big h1 {
  margin: auto;
  width: 186px;
}

.single-writer .single-writer-wrapper .single-writer-person {
  width: 120px;
  text-align: center;
}

.single-writer .single-writer-wrapper .single-writer-person figure {
  margin-bottom: 10px;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.single-writer .single-writer-wrapper .single-writer-person figure img {
  border-radius: 50%;
}

.single-writer .single-writer-wrapper .single-writer-person > div:nth-child(2) {
  margin-bottom: 5px;
}

.single-writer .single-writer-wrapper .single-writer-person .single-writer-position {
  color: #c8aa89;
  font-family: sy;
  font-size: 20px;
}

.single-writer .single-writer-wrapper .single-writer-person .single-writer-name {
  font-size: 16px;
  font-family: sy;
  color: #aaaaaa;
}

.single-writer .single-writer-wrapper {
  padding-top: 60px;
}

.single-writer .single-writer-wrapper .single-writer-cards {
  width: calc(100% - 120px);
  padding-left: 30px;
  font-size: 0;
  padding-bottom: 60px;
}

.single-writer .single-writer-wrapper .single-writer-cards li {
  width: 33.33%;
  width: calc(100% / 3);
  padding-left: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.comment figure {
  width: 60px;
}

.comment figure img {
  border-radius: 50%;
}

.comment .comment-txt {
  padding-left: 30px;
  width: calc(100% - 60px);
  padding-top: 10px;
}

.comment .comment-txt .comment-name {
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-family: popr;
}

.comment .comment-txt p {
  color: #5f6161;
  font-size: 14px;
}

.comment .comment-txt form input {
  padding: 10px 15px;
  font-size: 14px;
  outline: none;
  width: 100%;
  max-width: 400px;
}

.comment .comment-txt form button {
  background-color: #c8aa89;
  color: #fff;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 14px;
}

.article .article-feature-img {
  margin: auto;
}

.article .article-feature-img img {
  width: 100%;
}

.article > h1 {
  font-size: 36px;
  color: #000;
  text-align: center;
  padding-top: 30px;
}

.article .article-author {
  margin-top: 30px;
  text-align: center;
}

.article .article-author span {
  display: inline-block;
  margin: 0 30px;
  color: #aaaaaa;
}

.article .article-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article .article-wrapper .article-content {
  width: calc(100% - 350px);
  padding-right: 30px;
  border-right: 1px solid #aaaaaa;
}

.article .article-wrapper .article-content article {
  line-height: 2;
}

.article .article-wrapper .article-content article p {
  margin-bottom: 15px;
  color: #5f6161;
}

.article .article-wrapper .article-content article img {
  /*width: 100%;*/
  margin-bottom: 15px;
  height: auto !important;
}

.article article img[style*="float: left"] {
	margin-right: 15px;
}

.article article img[style*="float: right"] {
	margin-left: 15px;
}

figure.image.align-left {
	float: left;
	margin-right: 15px;
}
figure.image figcaption {
	font-weight: bold;
	line-height: 1.3rem;
}

.article .article-wrapper .article-content article h2 {
  margin-bottom: 15px;
  text-align: center;
  color: #c8aa89;
  font-size: 30px;
}

.article .article-wrapper .article-side {
  width: 350px;
  padding-left: 30px;
}

.article .article-wrapper .article-side .article-ads {
  margin-bottom: 30px;
}

.article .article-wrapper .article-side .article-ads p {
  text-align: center;
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 30px;
}

.article .article-wrapper .article-side .article-ads img {
  width: 100%;
}

.article .article-wrapper .article-side .article-side-links {
  background-color: #fff;
  padding: 30px;
}

.article .article-wrapper .article-side .article-side-links .article-links-cat {
  text-align: center;
  margin-bottom: 30px;
}

.article .article-wrapper .article-side .article-side-links .article-links-cat > div {
  width: 50%;
  cursor: pointer;
}

.article .article-wrapper .article-side .article-side-links .article-links-cat > div span {
  font-family: sy;
  font-size: 18px;
  padding-bottom: 5px;
  color: #000;
}

.article .article-wrapper .article-side .article-side-links .article-links-cat > div.active span {
  border-bottom: 3px solid #cc88aa;
}

.article .article-wrapper .article-side .article-side-links .article-links-list {
  position: relative;
}

.article .article-wrapper .article-side .article-side-links .article-links-list > ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.article .article-wrapper .article-side .article-side-links .article-links-list > ul.active {
  position: relative;
  z-index: 5;
  opacity: 1;
}

.article .article-wrapper .article-side .article-side-links .article-links-list > ul li {
  margin-bottom: 10px;
}

.article .article-wrapper .article-side .article-side-links .article-links-list > ul li a span {
  font-size: 16px;
  color: #5f6161;
  width: 30px;
}

.article .article-wrapper .article-side .article-side-links .article-links-list > ul li a span:last-child {
  width: calc(100% - 30px);
  padding-left: 10px;
}

.article .article-comment {
  padding-top: 30px;
}

.article .article-comment .article-comment-num {
  margin-bottom: 30px;
}

.article .article-comment .article-comment-num span {
  font-size: 14px;
  color: #000;
}

.article .article-comment > ul > li {
  padding: 20px 30px;
  border-bottom: 1px solid #aaaaaa;
}

.article .article-comment > ul > li:last-child {
  padding: 20px 30px;
  border-bottom: 0px solid #aaaaaa;
}

.article .article-comment .article-more-comment {
  text-align: center;
  padding: 10px 15px;
}

.article .article-comment .article-more-comment button {
  padding: 10px 50px;
  color: #c8aa89;
  border: 1px solid #c8aa89;
  border-radius: 30px;
  font-size: 24px;
  font-family: sy;
  transition: 0.3s;
}

.article .article-comment .article-more-comment button:hover {
  background-color: #c8aa89;
  color: #fff;
}

.article .article-comment-input {
  padding: 20px 30px;
}

.article .article-icon {
  text-align: right;
}

.article .article-icon div a {
  font-size: 0;
  margin-right: 30px;
}

.article .article-icon div span {
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #aaaaaa;
}

.article .article-icon div span:first-child {
  width: 30px;
  margin-right: 15px;
}

.article .article-icon div span img {
  transition: 0.3s;
  cursor: pointer;
}

.article .article-icon div span img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.article .article-icon div span:hover img {
  opacity: 0;
}

.article .article-icon div span:hover img:last-child {
  opacity: 1;
}

.article .article-icon.article-share-icon div span:first-child {
  margin-right: 0;
}

.article-more > h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.article-more .slider .slide-nav {
  width: 30px;
  cursor: pointer;
  line-height: 0;
}

.article-more .slider .slide-nav.slide-nav-left img {
  transform: scale(-1);
}

.article-more .slider .slides {
  width: calc(100% - 60px);
  padding: 30px;
}

.article-more .slider .slides > ul > li {
  width: 50%;
}

.article-more .slider .slides > ul > li.active + li {
  position: relative;
  opacity: 1;
  z-index: 5;
}

.article-more .slider .slides > ul > li .article-card {
  padding: 0 15px;
  width: 100%;
  line-height: 1.6;
}

#menu-mobile-open {
  display: none;
}

#menu-mobile-open img {
  transform: rotate(90deg);
  transition: 0.3s;
}

#menu-mobile-open.active img {
  transform: rotate(-90deg);
}

@media only screen and (max-width: 1199px) {
  .google-ads .google-ads-wrapper {
    width: 100%;
  }

  .google-ads .google-ads-wrapper .google-ads-close {
    top: -55px;
    right: 50%;
    margin-right: -20px;
  }

  .single-writer .single-writer-wrapper {
    padding-top: 0;
  }

  .single-writer .single-writer-wrapper .single-writer-cards {
    width: 100%;
    padding-left: 0;
  }

  .single-writer .single-writer-wrapper .single-writer-person {
    width: 100%;
    margin-bottom: 30px;
  }

  .single-writer .single-writer-wrapper .single-writer-cards li {
    padding: 0px 5px 10px;
  }
}

@media only screen and (max-width: 991px) {
  #menu-mobile-open {
    display: inline-block;
  }

  .header {
    position: relative;
    padding: 10px 15px;
    z-index: 5;
  }

  .header .logo {
    width: 60px;
    padding: 0;
  }

  .header .menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    max-height: 0;
    transition: 0.3s;
    overflow: auto;
  }

  .header .menu.active {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    max-height: calc(100vh - 80px);
    transition: 0.3s;
    overflow: auto;
  }

  .header .menu nav > ul {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
  }

  .header .menu nav > ul > li {
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
  }

  .header .menu nav > ul > li > a {
    border-right: 0px solid #000000;
    padding: 15px;
  }

  .header .menu nav > ul > li > img {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 20px;
    right: 20px;
    top: 15px;
    transform: rotate(90deg);
    transition: 0.3s;
  }

  .header .menu nav > ul > li > ul.active + img {
    transform: rotate(-90deg);
  }

  .header .menu nav > ul > li > ul {
    position: static;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
  }

  .header .menu nav > ul > li > ul,
  .header .menu nav > ul > li:hover > ul:hover,
  .header .menu nav > ul > li:hover > ul {
    display: none;
  }

  .header .menu nav > ul > li > ul.active,
  .header .menu nav > ul > li:hover > ul.active:hover,
  .header .menu nav > ul > li:hover > ul.active {
    display: block;
  }

  .header .feature {
    width: calc(100% - 60px);
    text-align: right;
  }

  .header-wrapper {
    height: 87px;
  }

  body.scrolled .header .logo {
    width: 30px;
  }

  body.scrolled .header .menu {
    width: 100%;
    width: calc(100% + 30px);
    left: -15px;
  }

  body.scrolled .header .feature {
    width: calc(100% - 30px);
  }

  .article .article-icon {
    margin-top: 15px;
  }

  .article .article-wrapper .article-content {
    width: 100%;
    padding-right: 0px;
    border-right: 0px solid #aaaaaa;
  }

  .article .article-wrapper {
    padding-top: 0;
  }

  .article .article-wrapper .article-side {
    width: 350px;
    padding-left: 0;
    display: block;
    margin: 30px auto;
  }

  .category-cat > li .category-cat-title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .category-cat > li .category-cards {
    width: 100%;
    padding-left: 0;
  }

  .contact .contact-detail {
    padding: 0px 0;
  }

  .contact .contact-person {
    margin-top: 60px;
  }

  .contact .contact-person ul li {
    width: 33.33%;
    width: calc(100% / 3);
  }

  .contact hr {
    margin-top: 30px;
  }

  .join-member {
    margin: 0;
  }

  .zhuan-lan {
    padding: 0px 0;
  }

  .zl-item .zl-profile {
    width: 230px;
  }
  .zl-item .zl-profile figure img {
    width: 230px;
    height: 230px;
    object-fit: cover;
  }

  .zl-item .zl-box {
    width: calc(100% - 70px);
  }

  .zl-item .zl-box .zl-text {
    padding-left: 190px;
  }

  .ec-wrapper {
    padding: 30px 0;
  }

  .landing.content.content-space {
    padding-top: 30px;
  }

  .single-event {
    padding: 60px 15px;
  }

  .single-event figure {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: block;
  }

  .single-event .single-event-detail {
    width: 100%;
    margin: auto;
    padding: 0;
    margin-top: 30px;
  }

  .single-event .single-event-detail h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .single-event .single-event-detail > p {
    text-align: center;
    margin-bottom: 30px;
  }

  .single-event .single-event-detail > div {
    text-align: center;
  }

  .single-event .single-event-detail > div > p {
    max-width: 200px;
    text-align: center;
  }

  .single-event .single-event-next {
    width: 200px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: 45px;
    justify-content: center;
  }

  .single-event .single-event-next > span {
    margin: 0 10px;
    order: -1;
  }

  .single-event .single-event-next > img {
    margin: 0 10px;
    width: 30px;
  }

  .writer .writer-person ul {
    padding: 0;
  }

  .writer .writer-person ul li {
    width: 33.33%;
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 767px) {
  .newsletters .newsletters-wrapper .newsletters-close {
    top: -55px;
    right: 50%;
    margin-right: -20px;
  }

  .title-text.title-text-big h1 {
    font-size: 42px;
    width: 84px;
  }

  .term-of-use p,
  .contact .contact-detail p,
  .about .about-detail p {
    font-size: 18px;
  }

  .writer .title-text.title-text-big h1,
  .term-of-use .title-text.title-text-big h1,
  .contact .title-text.title-text-big h1,
  .about .title-text.title-text-big h1 {
    width: 126px;
  }

  .article-more .slider .slides > ul > li {
    width: 100%;
  }

  .article-more .slider .slides > ul > li.active + li {
    position: absolute;
    opacity: 0;
    z-index: 0;
  }

  .comment .comment-txt form button {
    margin-left: 0;
    margin-top: 15px;
  }

  .comment .comment-txt form input {
    max-width: none;
  }

  .contact .contact-person ul li {
    width: 50%;
  }

  .event-calender .ec-days .ec-day ul li {
    height: 80px;
    cursor: pointer;
  }

  .event-calender .ec-days .ec-day ul li .date-num {
    font-size: 30px;
  }

  .event-calender .ec-days .ec-day ul li .date-detail {
    opacity: 0;
    transform: scale(0);
    transform-origin: center center;
    height: 0;
    transition: transform 0.3s;
  }

  .event-calender .ec-days .ec-day.active ul li,
  .event-calender .ec-days .ec-head.active span {
    width: calc((100% - 170px) / 6);
  }

  .event-calender .ec-days .ec-day.active ul li.active,
  .event-calender .ec-days .ec-day.active ul li.active-col,
  .event-calender .ec-days .ec-head.active span.active {
    width: 170px;
  }

  .event-calender .ec-days .ec-day.active ul li.active-row,
  .event-calender .ec-days .ec-day.active ul li.active {
    height: 240px;
  }

  .event-calender .ec-days .ec-day.active ul li.active .date-detail {
    opacity: 1;
    transform: scale(1);
    height: 165px;
  }

  .event-calender .ec-days .ec-day.active ul li.active .date-num {
    font-size: 40px;
  }

  .zl-item .zl-profile {
    width: 100%;
    position: static;
    transform: none;
    margin-bottom: -70px;
    padding-left: 250px;
  }

  .zl-item .zl-profile figure {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .zl-item .zl-profile figure img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }

  .zl-item .zl-box {
    width: 100%;
    margin-left: 0;
  }

  .zl-item .zl-box .zl-text {
    padding: 30px;
    padding-bottom: 0;
    width: 100%;
  }

  .zl-item .zl-box .zl-icon {
    width: 100%;
    padding-bottom: 15px;
    text-align: right;
  }

  .zl-item .zl-box .zl-icon div span {
    width: 30px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .zl-item .zl-box .zl-text h4 {
    margin-bottom: 45px;
  }

  .join-member .join-member-text p {
    font-size: 36px;
  }

  .join-member .join-member-text a span {
    font-size: 20px;
  }

  .join-member .join-member-text img {
    width: 20px;
    margin-left: 10px;
  }

  .single-writer .single-writer-wrapper .single-writer-cards li {
    width: 50%;
  }

  .writer .writer-person ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .newsletters .newsletters-wrapper > div {
    padding: 30px 30px;
  }

  .newsletters .newsletters-wrapper > div figure {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .newsletters .newsletters-wrapper > div figure img {
    width: 100%;
    max-width: 150px;
  }

  .newsletters .newsletters-wrapper > div .newsletters-btn {
    width: 100%;
    text-align: center;
  }

  .newsletters .newsletters-wrapper > div .newsletters-btn h3 {
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
  }

  .newsletters .newsletters-wrapper > div .newsletters-btn p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .newsletters .newsletters-wrapper > div .newsletters-btn button {
    font-size: 16px;
    padding: 10px 35px;
  }

  footer.footer p.quote {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .article .article-icon {
    text-align: center;
  }

  .article .article-icon div a {
    margin-right: 15px;
    margin-left: 15px;
  }

  .article .article-icon {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .category-cat > li .category-cards .category-card {
    width: 100%;
    margin-bottom: 15px;
  }

  .category-cat > li .category-cards .category-card:nth-child(odd) {
    margin-right: 0;
  }

  .event-calender .ec-days .ec-day ul li {
    height: 60px;
  }

  .event-calender .ec-days .ec-day ul li .date-num {
    font-size: 20px;
  }

  .event-calender .ec-days .ec-day ul li.event:before {
    height: 3px;
  }

  .cards > ul > li {
    width: 100%;
  }

  .cards > ul > li:nth-child(2n),
  .cards > ul > li:nth-child(2n + 1) {
    margin: 15px 0% 15px 0;
  }

  .join-member .join-member-text p {
    font-size: 30px;
  }

  .card.card-hori {
    max-width: 600px;
  }

  .card.card-hori .card-btm,
  .card.card-hori .card-top {
    width: 100%;
  }

  .zl-item .zl-profile {
    padding-left: 0;
  }

  .zl-item .zl-box .zl-text {
    padding-top: 90px;
  }

  .single-writer .single-writer-wrapper .single-writer-cards li {
    width: 100%;
  }

  .single-writer .single-writer-wrapper .single-writer-cards li {
    padding: 0px 0px 10px;
  }
}

@media only screen and (max-width: 474px) {
  .search-modal .search-center {
    padding: 0 15px;
  }

  .search-modal .search-center figure {
    margin-bottom: 30px;
  }

  .search-modal .search-center form .search-input button,
  .search-modal .search-center form .search-input span#search-cancel {
    width: 40px;
    height: 60px;
    padding: 17px 9px;
  }

  .search-modal .search-foot nav ul li {
    width: 50%;
  }

  .search-modal .search-foot nav ul li a {
    padding: 0px 15px;
  }

  .search-modal .search-foot nav ul li:nth-child(even) {
    border-right: 0px solid #000000;
  }

  footer.footer p.quote {
    font-size: 24px;
  }

  footer.footer {
    background-color: #fff;
    padding: 30px 15px;
    text-align: center;
  }

  footer.footer nav ul li {
    width: 50%;
  }

  footer.footer nav ul li:nth-child(even) {
    border-right: 0px solid #aaaaaa;
  }

  footer.footer hr {
    margin-top: 30px;
  }

  footer.footer p.copyright {
    margin-bottom: 15px;
  }

  .article .article-wrapper .article-side {
    width: 100%;
    max-width: 350px;
  }

  .article .article-wrapper {
    padding-bottom: 0;
  }

  .article .article-comment .article-comment-num {
    margin-bottom: 15px;
  }

  .article .article-comment > ul > li:last-child,
  .article .article-comment > ul > li {
    padding: 10px 10px;
  }

  .comment figure {
    width: 50px;
  }

  .comment .comment-txt {
    padding-left: 10px;
    width: calc(100% - 50px);
    padding-top: 0px;
  }

  .article .article-comment .article-more-comment {
    padding: 30px 15px;
  }

  .article .article-comment .article-more-comment button {
    padding: 5px 30px;
    font-size: 18px;
  }

  .article .article-comment-input {
    padding: 10px;
  }

  .article-more .slider .slides {
    padding: 0;
  }

  .article > h1 {
    font-size: 24px;
  }

  .article .article-wrapper .article-content article h2 {
    font-size: 20px;
  }

  .card .card-btm {
    padding: 10px;
  }

  .card .card-btm .row-1 {
    margin-bottom: 10px;
  }

  .card .card-btm .row-2 {
    margin-bottom: 0;
  }

  .card .card-btm .row-1 .card-title {
    padding-right: 5px;
  }

  .card .card-btm .row-2 .card-date {
    width: 100%;
  }

  .card .card-btm .row-2 .card-tags {
    width: 100%;
    margin-bottom: 5px;
  }

  .category-cat > li .category-cat-title p {
    font-size: 24px;
  }

  .category-cat > li > a {
    margin-top: 0;
  }

  .category-cat > li {
    margin-bottom: 30px;
  }

  .title-text {
    padding: 15px 0;
    margin-bottom: 15px;
  }

  .content.content-space {
    padding: 45px 15px;
  }

  .contact .contact-person ul li {
    width: 100%;
  }

  .contact .contact-person {
    margin-top: 45px;
  }

  .contact .contact-person h6 {
    font-size: 24px;
  }

  .contact hr {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact .contact-info {
    padding-bottom: 0;
  }

  .event-calender .ec-days .ec-head span {
    padding: 15px 0;
  }

  .event-calender .ec-days .ec-head span img {
    height: 14px;
  }

  .event-calender .ec-days .ec-day ul li .date-num {
    padding-right: 0;
    font-size: 16px;
  }

  .join-member .join-member-text p {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .join-member .join-member-text a span {
    font-size: 16px;
  }

  .join-member .join-member-text img {
    width: 18px;
    margin-left: 15px;
  }

  .zl-item .zl-profile figure {
    max-width: 160px;
  }
  .zl-item .zl-profile figure img {
    width: 160px;
    height: 160px;
    object-fit: cover;
  }

  .single-event .single-event-detail h2 {
    font-size: 24px;
  }

  .sub-cat-pagination ul {
    margin: 0 10px;
  }

  .sub-cat-pagination ul li {
    margin: 0 10px;
  }

  .writer .writer-person ul li a .writer-position {
    font-size: 20px;
  }

  .writer .writer-person ul li a > div:nth-child(2) {
    margin-bottom: 5px;
  }

  .writer .writer-person ul li a .writer-name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 400px) {
  .article .article-wrapper .article-side {
    max-width: none;
  }

  .article .article-wrapper .article-side .article-side-links .article-links-list > ul li a span {
    font-size: 14px;
  }

  .article-more .slider .slides > ul > li .article-card {
    padding: 0px 5px;
  }

  .event-calender .ec-days .ec-day ul li .date-num {
    padding-right: 0;
    padding-left: 2px;
    font-size: 16px;
  }

  .event-calender .ec-days .ec-day.active ul li .date-num {
    font-size: 12px;
    padding-left: 0;
  }

  .single-event .single-event-detail > div > p {
    width: 100%;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 360px) {
  .writer-card {
    padding: 15px;
  }

  .writer-card .writer-card-top .row-1 .writer-card-date {
    padding-right: 15px;
  }

  .writer-card .writer-card-top .row-1 .writer-card-date span {
    margin-bottom: 15px;
  }

  .writer-card .writer-card-btm .writer-card-desc {
    margin-bottom: 15px;
  }

  .writer .writer-person ul li {
    width: 100%;
  }
}
