.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #414141;
  font-size: 17px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 0px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 45px;
  color: #414141;
  font-size: 44px;
  line-height: 58px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #414141;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}

p {
  margin-bottom: 36px;
  text-align: justify;
  letter-spacing: 2px;
}

a {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #8e44ad;
  text-decoration: none;
}

a:hover {
  color: #be7ada;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 24px;
  letter-spacing: 2px;
}

ol {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: justify;
}

label {
  display: block;
  margin-bottom: 5px;
  clear: both;
  font-weight: 400;
}

.section-content {
  display: block;
  padding-top: 90px;
  padding-bottom: 90px;
}

.container {
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
}

.img-block {
  color: #414141;
  text-align: center;
}

.img-block.in-txt {
  margin-bottom: 30px;
  text-align: left;
}

.img-full {
  display: inline-block;
  width: 100%;
}

.article-details-heading {
  margin-bottom: 0px;
}

.heading-line-base {
  height: 4px;
  margin-top: -4px;
  clear: both;
  background-color: #f0f0f0;
}

.heading-line {
  height: 4px;
  margin-top: 10px;
  background-color: #7c1141;
}

.heading-line.inactive {
  background-color: #828282;
}

.link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.link:hover {
  color: #be7ada;
}

.article-tag-block {
  position: static;
  width: 70%;
  margin-left: -10px;
}

.article-tag-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-icon-block {
  display: block;
  width: auto;
  margin-right: -16px;
}

.icon-bookmark-block {
  position: relative;
  top: 50%;
  display: block;
  width: 12px;
  height: 45px;
  padding-right: 16px;
  padding-left: 36px;
  float: left;
  background-image: url('../images/icon-bookmark.svg');
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #7c1141;
}

.icon-bookmark-block:hover {
  background-image: url('../images/icon-bookmark-hover.svg');
}

.icon-fav-txt {
  position: relative;
  top: 50%;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transform: translate(0px, -51%);
  -ms-transform: translate(0px, -51%);
  transform: translate(0px, -51%);
  font-size: 14px;
}

.icon-fav-block {
  height: 45px;
  min-width: 20px;
  padding-right: 0px;
  padding-left: 16px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/icon-favorite.svg');
  background-position: 0px 52%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #414141;
}

.icon-fav-block:hover {
  background-image: url('../images/icon-favorite-hover.svg');
  color: #d03632;
}

.content-block {
  margin-top: 0px;
  margin-bottom: 45px;
}

.article-editor-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #414141;
  font-weight: 500;
}

.article-editor-link:hover {
  color: #d03632;
}

.article-headnote {
  float: left;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.article-footnote {
  color: #7f8c8d;
  font-size: 14px;
  line-height: 28px;
  font-style: italic;
}

.tag-all {
  margin-right: 16px;
  margin-left: 16px;
  color: #dd7162;
  font-size: 14px;
}

.tag-all:hover {
  color: #dd7162;
  text-decoration: underline;
}

.tag-all.home-article-list {
  margin-right: 0px;
  margin-left: 0px;
}

.tag-all.home-banner {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  font-weight: 100;
}

.tag-all.article-list {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 16px;
}

.article-bottom-tag {
  margin-left: -16px;
}

.btn {
  height: 45px;
  min-width: 140px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #7c1141;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 14px;
  line-height: 0px;
}

.btn:hover {
  opacity: 0.6;
}

.btn.article-tag {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 6px;
}

.btn.article-tag.red {
  background-color: #d03632;
}

.btn.article-tag.green {
  background-color: #64c568;
}

.btn.article-tag.black {
  background-color: #000;
}

.btn.margin-left-30 {
  margin-right: 30px;
}

.btn.cancel {
  background-color: #828282;
}

.article-suggestion-block {
  margin-top: 45px;
}

.sub-heading-txt-block {
  display: inline-block;
}

.sub-heading-block {
  margin-bottom: 30px;
}

.article-suggestion-items {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-suggestion-item-link-block {
  display: block;
}

.sub-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #7c1141;
}

.sub-heading.inactive {
  color: #828282;
}

.sub-heading.inactive:hover {
  color: #7c1141;
}

.sub-content-p {
  color: #414141;
}

.form-textarea {
  min-height: 90px;
}

.all {
  display: block;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.all.author {
  overflow: visible;
}

.author-article-block {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.page-title-highlight {
  color: #7c1141;
}

.page-title {
  display: inline-block;
}

.page-title-txt {
  margin-bottom: 0px;
}

.btn-txt {
  color: #fff;
  line-height: 45px;
  text-align: center;
}

.article-suggestion-item-heading {
  margin-top: 30px;
  margin-bottom: 30px;
}

.article-list-block {
  margin-right: -20px;
  margin-left: -20px;
}

.article-list-item-block {
  margin-right: 0px;
  margin-bottom: 45px;
  margin-left: 0px;
}

.article-list-item-img {
  width: 100%;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.article-list-item-img:hover {
  opacity: 0.7;
}

.article-heading {
  margin-top: 0px;
  margin-bottom: 10px;
}

.article-heading-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
}

.article-heading-link:hover {
  color: #cf5322;
}

.tags-block {
  color: #dd7162;
  line-height: 20px;
  letter-spacing: 0px;
}

.tags-block.home-banner {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.article-list-item-editor-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #828282;
  font-size: 16px;
  font-weight: 400;
}

.article-list-item-editor-link:hover {
  color: #d03632;
}

.article-list-item-img-block {
  width: 36%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.article-list-item-p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}

.article-list-item-date-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-list-item-detail-block {
  display: block;
  width: 62%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-list-item-date {
  position: relative;
  display: block;
  margin-right: 20px;
  float: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.article-list-sort {
  position: relative;
  z-index: 900;
  margin-bottom: 30px;
}

.sort-dropdown {
  float: right;
  font-size: 14px;
}

.sort-dropdown-toggle {
  width: 200px;
  height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #7f8c8d;
}

.sort-dropdown-toggle:hover {
  border-color: #7c1141;
}

.sort-dropdown-txt {
  position: relative;
  top: 50%;
  display: block;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.sort-dropdown-link {
  height: 45px;
  padding: 0px 66px;
  color: #414141;
  line-height: 45px;
}

.sort-dropdown-link:hover {
  background-color: #f0f0f0;
  background-image: url('../images/icon-sort-current.svg');
  background-position: 24px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #cf5322;
}

.sort-dropdown-link.sort-current {
  background-image: url('../images/icon-sort-current.svg');
  background-position: 24px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.sort-dropdown-option-icon {
  position: relative;
  top: 50%;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  margin-left: 0px;
  padding-left: 0px;
  float: left;
  clear: none;
  background-image: url('../images/icon-sort-newest.svg');
  background-position: 50% 46%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.sort-dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 3px 0 19px -3px #c7c7c7;
}

.link-list-row-block {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.download-list-title {
  position: relative;
  top: 50%;
  display: block;
  width: auto;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #414141;
  font-weight: 400;
}

.download-list-btn {
  float: right;
}

.list-line-base {
  position: relative;
  bottom: -20px;
  height: 4px;
  clear: both;
  background-color: #f0f0f0;
}

.link-list-row {
  display: block;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-line {
  position: relative;
  bottom: -20px;
  width: 0%;
  height: 4px;
  margin-top: -4px;
  clear: both;
  background-color: #dd7162;
}

.link-img-block {
  position: relative;
  top: 50%;
  width: 40%;
  height: 60px;
  padding-right: 15px;
  float: left;
  clear: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.img-h-full {
  max-height: 100%;
}

.link-list-title {
  position: relative;
  top: 50%;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #414141;
  font-weight: 400;
}

.link-list-title-txt {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-list-icon-block {
  position: relative;
  top: 50%;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.link-list-icon {
  display: block;
  width: 45px;
  height: 45px;
  float: right;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  background-image: url('../images/icon-open.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

.link-list-icon:hover {
  border-color: #7c1141;
  background-image: url('../images/icon-open-hover.svg');
}

.download-list-row {
  position: relative;
  display: block;
  height: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-list-row-block {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 24px;
}

.contact-form-block {
  width: 50%;
  margin-bottom: 45px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
}

.form-txt-field {
  margin-bottom: 30px;
}

.form-txt-field.number {
  width: 200px;
  margin-bottom: 30px;
}

.form-txt-field.form-name {
  width: 50%;
  margin-right: 15px;
  margin-left: 15px;
  float: left;
}

.form-txt-field.id-p1 {
  width: 50px;
  margin-right: 15px;
  float: left;
  text-align: center;
}

.form-txt-field.id-p2 {
  width: 100px;
  margin-right: 15px;
  float: left;
  text-align: center;
}

.form-txt-field.id-p3 {
  width: 40px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  text-align: center;
}

.contact-form-textarea {
  min-height: 200px;
  margin-bottom: 30px;
}

.contact-info-block {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  font-size: 14px;
  line-height: 20px;
}

.contact-block {
  margin-right: -30px;
  margin-left: -30px;
}

.contact-info {
  margin-bottom: 45px;
}

.contact-info-field {
  width: 40%;
  float: left;
  font-weight: 500;
}

.contact-info-data {
  width: 60%;
  float: left;
  color: #828282;
  font-weight: 400;
}

.contact-info-row {
  margin-bottom: 10px;
}

.map {
  position: relative;
  z-index: 1000;
  height: 500px;
  margin-bottom: -1px;
}

.login-block {
  width: 50%;
  padding-right: 45px;
  padding-left: 45px;
  float: left;
}

.signup-block {
  width: 50%;
  padding-right: 45px;
  padding-left: 45px;
  float: left;
  border-left: 2px solid #f0f0f0;
}

.login-signup-block {
  margin-right: -45px;
  margin-left: -45px;
}

.login-forgetpw-trigger {
  margin-top: -20px;
  margin-bottom: 30px;
  color: #cf5322;
  font-size: 14px;
}

.login-forgetpw-trigger:hover {
  text-decoration: underline;
}

.login-forgetpw-block {
  display: none;
}

.form-radio {
  display: inline-block;
  height: 44px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
}

.form-radio-btn {
  position: relative;
  top: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.form-radio-txt {
  position: relative;
  top: 22px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.form-raio-group {
  margin-right: -15px;
  margin-bottom: 30px;
  margin-left: -15px;
}

.form-raio-group.form-element-group {
  margin-top: -15px;
}

.form-dropdown {
  margin-bottom: 30px;
}

.signup-checkbox-btn {
  margin-top: 0px;
}

.signup-checkbox-field {
  margin-bottom: 30px;
}

.hide {
  display: none;
}

.form-smallnote-small {
  margin-top: 0px;
  margin-bottom: 0px;
  clear: both;
  color: #828282;
  font-size: 12px;
  line-height: 18px;
}

.form-smallnote-big-title {
  margin-bottom: 0px;
  float: left;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
}

.form-pw-strength-bar-base {
  height: 8px;
  margin-bottom: 0px;
  background-color: #f0f0f0;
}

.form-pw-strength-bar-top {
  width: 25%;
  height: 8px;
  background-color: #828282;
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.form-smallnote-big {
  margin-bottom: 0px;
  float: left;
  color: #828282;
  font-size: 14px;
}

.form-smallnote-big.wrong {
  margin-bottom: 0px;
  color: red;
}

.form-smallnote-block {
  margin-top: -15px;
  margin-bottom: 30px;
}

.form-notrobot {
  margin-bottom: 30px;
}

.margin-bottom-30 {
  display: none;
}

.form {
  width: auto;
}

.txt-center {
  text-align: center;
}

.about-profession-block {
  margin: 90px -15px;
}

.about-profession {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.about-profession-title-block {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #7c1141;
  text-align: center;
}

.about-profession-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
}

.about-profession-content {
  padding: 36px 36px 15px;
  border: 1px solid #828282;
}

.about-statistics-block {
  margin-top: 90px;
  margin-bottom: 90px;
}

.about-statistics {
  width: 25%;
  float: left;
  border-bottom: 0px solid #000;
}

.about-statistics-icon-block {
  text-align: center;
}

.about-statistics-icon {
  display: inline-block;
  width: 80px;
  padding-bottom: 15px;
  border-bottom: 4px solid #7c1141;
}

.about-statistics-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.about-statisics-content {
  color: #828282;
  font-weight: 500;
  text-align: center;
}

.about-people-block {
  margin-right: -15px;
  margin-left: -15px;
}

.about-people {
  width: 33.333333333333336%;
  margin-bottom: 45px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.about-people-txt {
  text-align: center;
}

.about-people-name {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.about-people-qualification {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 28px;
}

.about-people-img {
  margin-bottom: 15px;
}

.about-team {
  margin-bottom: 30px;
  text-align: center;
}

.about-team-people {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  color: #828282;
  font-weight: 500;
}

.home-banner-half {
  position: relative;
  width: 50%;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-img-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 78%;
}

.home-img-block.banner-01 {
  background-image: url('../images/home-banner-img12x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.banner-02 {
  background-image: url('../images/home-banner-img22x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.banner-04 {
  background-image: url('../images/home-banner-img42x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.banner-03 {
  background-image: url('../images/home-banner-img32x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.banner-05 {
  background-image: url('../images/home-banner-img52x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.article-01 {
  background-image: url('../images/home-new-article-img-top2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.article-02 {
  background-image: url('../images/home-new-article-img1_1home-new-article-img1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.article-03 {
  background-image: url('../images/home-new-article-img2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.article-04 {
  background-image: url('../images/home-new-article-img3_1home-new-article-img3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.article-05 {
  background-image: url('../images/home-new-article-img4_1home-new-article-img4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.article-06 {
  background-image: url('../images/home-new-article-img5_1home-new-article-img5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.article-07 {
  background-image: url('../images/home-new-article-img6_1home-new-article-img6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.article-08 {
  background-image: url('../images/home-new-article-img7_1home-new-article-img7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.article-09 {
  background-image: url('../images/home-new-article-img8_1home-new-article-img8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-img-block.service-01 {
  background-image: url('../images/home-service-img12x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-overlay-txt-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.home-banner-overlay-txt-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.home-banner-line-base {
  position: relative;
  top: -4px;
  height: 4px;
  margin-top: -10px;
  margin-bottom: 10px;
  background-color: hsla(0, 0%, 94.1%, 0.5);
}

.home-banner-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 400;
}

.home-banner-heading-link {
  color: #fff;
}

.home-banner-heading-link:hover {
  color: #cf5322;
}

.home-banner-line {
  position: relative;
  z-index: 1;
  width: 0%;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #dd7162;
}

.home-banner-tags-block {
  display: inline-block;
}

.section-home-banner {
  display: block;
}

.home-banner-quater {
  position: relative;
  width: 50%;
  float: left;
}

.home-left-block {
  width: 67%;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
}

.home-new-article-top-block {
  margin-right: -25px;
  margin-left: -25px;
}

.home-middle-center {
  margin-right: -25px;
  margin-left: -25px;
}

.home-right-block {
  width: 33%;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
}

.home-banner-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.home-new-article-top-img-block {
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
}

.home-banner-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 102%;
  height: 102%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.72)), color-stop(66%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 66%);
}

.home-hot-topic-block {
  margin-top: -30px;
}

.home-hot-topic {
  position: relative;
  display: block;
  height: 70px;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
}

.home-hot-topic:hover {
  background-color: hsla(0, 0%, 94.1%, 0.28);
}

.home-hot-topic-num {
  padding-right: 30px;
  float: left;
  color: #c7c7c7;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}

.home-hot-topic-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.home-new-article-txt-block {
  width: 70%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.home-new-article-txt-block.top {
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
}

.home-new-article-block {
  margin-right: -10px;
  margin-left: -10px;
}

.home-new-article {
  width: 50%;
  margin-bottom: 30px;
  float: left;
}

.home-new-article-img-block {
  width: 30%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.home-new-article-img-block.even {
  float: right;
}

.home-article-info-block {
  margin-right: -5px;
  margin-left: -5px;
  color: #828282;
  font-size: 14px;
  line-height: 20px;
}

.home-article-info-publisher {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #828282;
}

.home-article-info-publisher:hover {
  text-decoration: underline;
}

.home-article-info-date {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.home-column-heading-txt {
  margin-bottom: 15px;
  text-align: center;
}

.home-column-slider-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-top: 4px solid #7c1141;
}

.home-column-slide-img-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.home-column-slide-img-block.column-01 {
  background-image: url('../images/home-column-img12x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-column-slide-img-block.column-02 {
  background-image: url('../images/home-column-img22x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-column-slide-img-block.column-03 {
  background-image: url('../images/home-column-img32x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-column-slide-img-block.column-04 {
  background-image: url('../images/home-column-img42x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-column-slide-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 102%;
  height: 102%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.87)), color-stop(32%, transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.87), transparent 32%);
}

.home-column-slide-overlay-txt-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-bottom: 100%;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
}

.home-column-slide-overlay-txt-wrapper:hover {
  color: #cf5322;
}

.home-column-slide-overlay-txt-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.about-statistics-icon-img {
  width: 80px;
  height: 80px;
}

.home-hot-topic-num-block {
  position: relative;
  top: 50%;
  width: 20%;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.home-hot-topic-heading-block {
  position: relative;
  top: 50%;
  width: 80%;
  max-width: 80%;
  float: right;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.home-column-slider {
  height: auto;
}

.home-column-slide {
  overflow: hidden;
  width: 25%;
  margin-bottom: -11px;
}

.home-column-slide:hover {
  color: #cf5322;
}

.home-clumn-slide-link-block {
  width: 100%;
}

.section-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1e1e1e;
}

.footer-sitemap-block {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
}

.footer-sidemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-form-block {
  margin-bottom: 45px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.footer-form-field {
  position: absolute;
  top: 50%;
  width: 65%;
  float: left;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #f0f0f0;
  font-size: 14px;
  line-height: 20px;
}

.footer-form-btn-block {
  position: relative;
  float: right;
  text-align: right;
}

.footer-form {
  position: relative;
}

.footer-sitemap-col {
  width: 33.333333333333336%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
}

.footer-sitemap-col-heading {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #414141;
  color: #c7c7c7;
}

.footer-sitemap-col-sublink {
  color: #f0f0f0;
  line-height: 28px;
}

.footer-sitemap-col-heading-link {
  color: #c7c7c7;
}

.footer-sitemap-col-heading-link:hover {
  color: #f0f0f0;
}

.footer-sitemap-col-sublink-link {
  -webkit-transition: opacity 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, color 500ms ease;
  color: #f0f0f0;
  line-height: 29px;
}

.footer-sitemap-col-sublink-link:hover {
  opacity: 0.7;
  color: #f0f0f0;
}

.footer-siteinfo-block {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.footer-siteinfo-logo-block {
  margin-right: -22px;
  margin-bottom: 45px;
  margin-left: -22px;
}

.footer-siteinfo-logo {
  height: 60px;
  margin-right: 22px;
  margin-left: 22px;
  float: left;
  -webkit-transition: opacity 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, color 500ms ease;
}

.footer-siteinfo-logo:hover {
  opacity: 0.5;
}

.footer-siteinfo-contact-block {
  color: #f0f0f0;
}

.footer-siteinfo-contact-heading {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

.footer-siteinfo-contact-content {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
}

.footer-siteinfo-contact-social {
  margin-top: 15px;
  margin-right: -11px;
  margin-left: -11px;
}

.footer-siteinfo-contact-social-icon {
  padding-right: 11px;
  padding-left: 11px;
  float: left;
  -webkit-transition: opacity 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, color 500ms ease;
}

.footer-siteinfo-contact-social-icon:hover {
  opacity: 0.5;
}

.footer-siteinfo-copyright {
  margin-top: 30px;
  color: #f0f0f0;
  font-size: 14px;
  line-height: 20px;
}

.footer-block {
  margin-right: -15px;
  margin-left: -15px;
}

.footer-siteinfo-contact-link {
  color: #f0f0f0;
}

.footer-siteinfo-contact-link:hover {
  color: #f0f0f0;
  text-decoration: underline;
}

.home-service-slider {
  overflow: hidden;
  height: auto;
}

.home-service-slide {
  overflow: hidden;
}

.header {
  height: 154px;
  border-top: 4px solid #7c1141;
  background-color: #f6f6f6;
}

.header-logo {
  top: 50%;
  width: 25%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header-top {
  position: relative;
  height: 100px;
  padding-top: 11px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}

.header-top-bar {
  height: auto;
}

.header-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #828282;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-link {
  color: #828282;
}

.nav-link:hover {
  color: #7c1141;
}

.header-nav-dropdown-title {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header-nav-dropdown {
  height: 50px;
  padding: 0px 20px 0px 0px;
  background-image: url('../images/icon-dropdown.svg');
  background-position: 100% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #828282;
}

.header-nav-dropdown:hover {
  background-image: url('../images/icon-dropdown-hover.svg');
  color: #7c1141;
}

.header-nav-dropdown-item-block.w--open {
  border-style: solid;
  border-width: 4px 1px 1px;
  border-color: #7c1141 #d2d2d2 #d2d2d2;
  background-color: #fff;
}

.header-nav-dropdown-item {
  width: 200px;
  padding: 5px 20px;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #828282;
  font-size: 15px;
  font-weight: 400;
}

.header-nav-dropdown-item:hover {
  background-color: #f0f0f0;
  color: #7c1141;
}

.header-nav-dropdown-item.w--current {
  color: #000;
}

.header-nav-dropdown-block {
  margin-right: 1px;
  margin-left: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-top-right {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-right: -15px;
  margin-left: -15px;
  float: right;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header-top-right-group {
  margin-right: 15px;
  margin-left: 15px;
  float: left;
  -webkit-transition: opacity 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, color 500ms ease;
}

.header-top-right-group:hover {
  opacity: 0.5;
  text-decoration: underline;
}

.header-top-right-txt {
  padding-left: 10px;
  float: left;
  color: #7c1141;
  font-size: 14px;
  line-height: 20px;
}

.header-top-right-icon {
  float: left;
}

.nav-menu-mobile-content-block {
  display: none;
}

.bav-menu-social-icon-block {
  margin-top: 15px;
  margin-right: -11px;
  margin-left: -11px;
}

.nav-menu-social-icon {
  padding-right: 11px;
  padding-left: 11px;
  float: left;
  -webkit-transition: opacity 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, color 500ms ease;
}

.nav-menu-social-icon:hover {
  opacity: 0.5;
}

.btn-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  margin-right: 30px;
  margin-bottom: 30px;
  padding-top: 45px;
  padding-left: 45px;
  border: 1px solid #828282;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/icon-top.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
}

.btn-top:hover {
  background-color: #f0f0f0;
}

.page-top {
  position: absolute;
}

.article-list-heading-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  font-size: 20px;
}

.article-list-heading-link:hover {
  color: #cf5322;
}

.home-article-list-item-p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}

.article-author-img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  float: left;
  border-radius: 50%;
  background-color: #dadada;
  background-image: url('../images/article-detail-author-img2x.jpg');
  background-position: 50% 50%;
  background-size: 60px;
}

.article-detail-author-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-heading-link-block {
  display: block;
  margin-bottom: -4px;
  float: left;
}

.home-hot-topic-section-title-block {
  width: 50%;
  float: left;
}

.author-author-block {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  width: 33.333333333333336%;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
}

.author-article-wrap {
  width: 66.66666666666666%;
  float: left;
}

.author-article {
  display: block;
}

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

.author-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}

.p-author {
  font-size: 16px;
}

.booking-personal-info-block {
  padding-top: 30px;
  border-top: 1px solid #d2d2d2;
}

.booking-form-content-wrapper {
  width: 50%;
}

.booking-name {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.booking-name-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}

.booking-checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.booking-checkbox-btn {
  margin-top: 0px;
  margin-right: 15px;
}

.booking-id {
  width: 33.333333333333336%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.text-block {
  float: left;
}

html.w-mod-js *[data-ix="interaction-slide-from-under-and-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 50px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 20px;
  }
  p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 34px;
  }
  ol {
    padding-left: 24px;
    letter-spacing: 2px;
  }
  label {
    font-size: 16px;
    line-height: 27px;
  }
  .section-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .container {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8%;
    padding-left: 8%;
  }
  .article-tag-block {
    margin-left: -5px;
  }
  .content-block.service {
    width: 45%;
    float: left;
  }
  .content-block.hot-topic {
    width: 45%;
    float: right;
  }
  .btn.article-tag {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .article-suggestion-block {
    margin-top: 45px;
  }
  .all {
    padding-top: 80px;
  }
  .author-article-block {
    font-size: 14px;
  }
  .article-suggestion-item-heading {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000;
  }
  .article-list-item-block {
    display: block;
    float: left;
  }
  .article-list-item-img-block {
    width: 45%;
  }
  .article-list-item-p {
    font-size: 16px;
  }
  .article-list-item-detail-block {
    width: 55%;
  }
  .link-img-block {
    width: 40%;
  }
  .img-h-full {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .link-list-title-txt {
    font-size: 16px;
    line-height: 32px;
  }
  .contact-form-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-txt-field {
    border-radius: 0px;
  }
  .contact-info-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-block {
    margin-right: 0px;
    margin-left: 0px;
  }
  .about-profession-content {
    height: 100%;
  }
  .about-statistics-icon {
    width: 40%;
  }
  .about-statistics-title {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 30px;
  }
  .about-statisics-content {
    font-size: 14px;
    line-height: 24px;
  }
  .home-banner-half {
    width: 100%;
  }
  .home-img-block.banner-04 {
    background-image: url('../images/home-banner-img42x.jpg');
    background-size: cover;
  }
  .home-left-block {
    width: 100%;
  }
  .home-right-block {
    width: 100%;
  }
  .home-new-article-top-img-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-hot-topic-num {
    font-size: 30px;
    line-height: 36px;
  }
  .home-hot-topic-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .home-new-article-txt-block {
    width: 65%;
  }
  .home-new-article-txt-block.top {
    width: 100%;
  }
  .home-new-article-img-block {
    width: 35%;
  }
  .home-hot-topic-num-block {
    width: 20%;
  }
  .home-hot-topic-heading-block {
    width: 90%;
    float: left;
  }
  .footer-sitemap-block {
    width: 100%;
    margin-bottom: 60px;
  }
  .footer-sidemap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-form-field {
    border-radius: 0px;
  }
  .footer-sitemap-col {
    width: 20%;
  }
  .footer-siteinfo-block {
    width: 100%;
    text-align: center;
  }
  .footer-siteinfo-logo-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-siteinfo-contact-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header {
    position: fixed;
    width: 100%;
    height: 80px;
  }
  .header-logo {
    width: 30%;
  }
  .header-logo.w--current {
    width: 30%;
  }
  .header-top {
    height: 80px;
    border-bottom-style: none;
  }
  .header-nav-menu {
    position: fixed;
    top: 0px;
    z-index: 1000;
    overflow: auto;
    height: 100vh;
    padding-top: 80px;
    padding-right: 8%;
    padding-left: 8%;
    background-color: #1e1e1e;
    color: #f6f6f6;
    font-size: 14px;
  }
  .nav-link {
    position: relative;
    top: 50%;
    display: block;
    height: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    color: #f6f6f6;
  }
  .nav-link:hover {
    color: #cf5322;
  }
  .header-nav-dropdown {
    width: auto;
    height: 40px;
    padding-right: 0px;
    color: #f6f6f6;
    text-align: center;
  }
  .header-nav-dropdown:hover {
    background-image: url('../images/icon-dropdown-hover2.svg');
    color: #cf5322;
  }
  .header-nav-dropdown-item-block.w--open {
    margin-bottom: 20px;
    border-style: none;
    background-color: transparent;
  }
  .header-nav-dropdown-item {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    text-align: center;
  }
  .header-nav-dropdown-item:hover {
    background-color: transparent;
    color: #cf5322;
  }
  .header-top-right {
    display: none;
  }
  .header-nav-btn {
    top: 50%;
    z-index: 1001;
    width: 30px;
    height: 30px;
    background-image: url('../images/icon-nav.svg');
    background-position: 100% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .header-nav-btn.w--open {
    background-color: transparent;
    background-image: url('../images/icon-nav-opened.svg');
  }
  .nav-link-block {
    position: relative;
    height: 40px;
  }
  .nav-menu-mobile-content {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #414141;
  }
  .nav-menu-mobile-content.last {
    padding-bottom: 90px;
  }
  .nav-menu-mobile-form-block {
    margin-bottom: 0px;
  }
  .nav-menu-mobile-content-block {
    display: block;
    margin-top: 45px;
  }
  .bav-menu-social-icon-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-menu-mobile-form-link {
    color: #f6f6f6;
  }
  .nav-menu-mobile-form-link:hover {
    color: #f6f6f6;
    text-decoration: underline;
  }
  .article-list-heading-link {
    font-size: 18px;
  }
  .article-detail-author-info {
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .author-author-block {
    width: 25%;
  }
  .author-article-wrap {
    width: 75%;
  }
  .article-article-heading {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000;
  }
  .p-author {
    font-size: 15px;
  }
  .booking-checkbox-field {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  p {
    font-size: 16px;
    line-height: 28px;
  }
  ul {
    padding-left: 20px;
    font-size: 16px;
    line-height: 28px;
  }
  ol {
    font-size: 16px;
    line-height: 28px;
    list-style-type: decimal;
  }
  li {
    text-align: left;
  }
  label {
    font-size: 14px;
  }
  .container {
    padding-right: 6%;
    padding-left: 6%;
  }
  .article-tag-block {
    width: 100%;
    margin-left: -5px;
  }
  .article-tag-icon-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-icon-block {
    width: 100%;
  }
  .content-block.service {
    width: 100%;
  }
  .content-block.hot-topic {
    width: 100%;
  }
  .article-headnote {
    font-size: 14px;
    line-height: 24px;
  }
  .tag-all.article-list {
    font-size: 14px;
  }
  .article-suggestion-block {
    margin-top: 30px;
  }
  .article-suggestion-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-suggestion-item-link-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .sub-heading {
    text-align: left;
  }
  .sub-content-p {
    margin-bottom: 16px;
  }
  .all.author {
    overflow: hidden;
  }
  .author-article-block {
    margin-bottom: 30px;
    padding-right: 2%;
    padding-left: 2%;
  }
  .article-list-block {
    margin-right: -10px;
    margin-left: -10px;
  }
  .article-list-item-editor-link {
    font-size: 14px;
  }
  .article-list-item-img-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .article-list-item-p {
    font-size: 14px;
  }
  .article-list-item-detail-block {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  .article-list-item-date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sort-dropdown {
    float: left;
  }
  .link-img-block {
    width: 40%;
  }
  .link-list-title {
    width: 45%;
  }
  .link-list-title-txt {
    position: static;
    line-height: 28px;
  }
  .contact-info-field {
    width: 100%;
  }
  .contact-info-data {
    width: 100%;
  }
  .login-block {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 2px solid #f0f0f0;
  }
  .signup-block {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
  }
  .login-signup-block {
    margin-right: 0px;
    margin-left: 0px;
  }
  .margin-bottom-30 {
    display: block;
    height: 45px;
  }
  .about-profession-block {
    margin-bottom: 45px;
  }
  .about-profession {
    width: 100%;
  }
  .about-statistics {
    width: 50%;
    margin-bottom: 45px;
  }
  .about-people {
    width: 50%;
  }
  .about-people-name {
    font-size: 16px;
  }
  .about-people-qualification {
    font-size: 14px;
    line-height: 24px;
  }
  .about-team-people {
    font-size: 16px;
    line-height: 28px;
  }
  .home-banner-line-base {
    display: none;
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .home-banner-line-base.first {
    display: block;
  }
  .home-banner-heading {
    font-size: 14px;
  }
  .home-banner-heading.first {
    font-size: 16px;
  }
  .home-banner-line {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .home-banner-tags-block {
    display: none;
  }
  .home-banner-tags-block.first {
    display: block;
  }
  .home-new-article-txt-block {
    width: 70%;
  }
  .home-new-article {
    width: 100%;
  }
  .home-new-article-img-block {
    width: 30%;
  }
  .home-new-article-img-block.even {
    float: left;
  }
  .home-column-heading {
    padding-right: 6%;
    padding-left: 6%;
  }
  .about-statistics-icon-img {
    width: auto;
    height: auto;
  }
  .home-hot-topic-num-block {
    width: 10%;
    min-width: 50px;
  }
  .home-hot-topic-heading-block {
    width: 70%;
  }
  .home-column-slide {
    width: 50%;
  }
  .footer-sidemap {
    display: block;
  }
  .footer-sitemap-col {
    width: 33.333333333333336%;
    margin-bottom: 45px;
    float: left;
    font-size: 13px;
    text-align: center;
  }
  .header-logo {
    width: 40%;
  }
  .header-logo.w--current {
    width: 40%;
  }
  .header-nav-menu {
    padding-right: 6%;
    padding-left: 6%;
  }
  .article-list-heading-link {
    font-size: 16px;
  }
  .article-author-img {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .article-detail-author-info {
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .author-author-block {
    position: static;
    width: 100%;
    margin-bottom: 45px;
    padding-right: 2%;
    padding-left: 2%;
    float: none;
  }
  .author-article-wrap {
    width: 100%;
    float: none;
  }
  .author-article {
    width: 100%;
    margin-bottom: 30px;
  }
  .author-wrapper {
    margin-right: -2%;
    margin-left: -2%;
  }
  .booking-form-content-wrapper {
    width: 100%;
  }
  .booking-checkbox-field {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 36px;
  }
  p {
    text-align: justify;
  }
  .article-tag-block {
    margin-top: -10px;
  }
  .article-headnote {
    font-size: 14px;
    line-height: 24px;
  }
  .btn.cancel.margin-left-30 {
    margin-bottom: 15px;
  }
  .all {
    padding-top: 60px;
  }
  .article-list-item-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .article-list-item-img-block {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .article-list-item-detail-block {
    width: 100%;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
  }
  .sort-dropdown-toggle {
    width: 180px;
  }
  .sort-dropdown-option-icon {
    margin-left: 0px;
  }
  .sort-dropdown-list.w--open {
    width: 180px;
  }
  .download-list-title {
    position: static;
    width: 100%;
    margin-top: auto;
    margin-bottom: 20px;
    float: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .download-list-btn {
    float: left;
  }
  .link-list-row {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-img-block {
    position: static;
    width: 100%;
    padding-right: 0px;
    float: none;
    clear: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .link-list-title {
    position: static;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .link-list-icon-block {
    position: relative;
    top: auto;
    right: 50%;
    -webkit-transform: translate(50%, 0px);
    -ms-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
  }
  .download-list-row {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-info-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .login-block {
    margin-bottom: 30px;
  }
  .login-forgetpw-block {
    display: none;
    padding-bottom: 30px;
  }
  .about-statistics {
    width: 100%;
  }
  .about-people {
    padding-right: 14px;
    padding-left: 14px;
  }
  .home-banner-overlay-txt-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-banner-overlay-txt-block.first {
    padding-right: 30px;
    padding-left: 30px;
  }
  .home-banner-heading {
    font-size: 12px;
    line-height: 20px;
  }
  .home-banner-heading.first {
    line-height: 25px;
  }
  .home-new-article-txt-block {
    width: 55%;
  }
  .home-new-article-img-block {
    width: 45%;
  }
  .home-new-article-img-block.even {
    float: left;
  }
  .home-column-slide {
    width: 100%;
  }
  .footer-form-block {
    border-bottom-style: none;
  }
  .footer-form-field {
    position: static;
    width: 100%;
    float: none;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .footer-form-btn-block {
    float: none;
    text-align: center;
  }
  .footer-sitemap-col {
    width: 50%;
    float: left;
  }
  .header {
    height: 60px;
  }
  .header-logo {
    width: 50%;
  }
  .header-logo.w--current {
    width: 50%;
  }
  .header-top {
    height: 60px;
  }
  .header-nav-menu {
    padding-top: 60px;
  }
  .header-nav-dropdown-item.w--current {
    color: #828282;
  }
}

