@import url('/theme/font/PTSerif-Regular/styles.css');
@import url('/theme/font/OpenSans-Regular/styles.css');
body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
  font-family: 'OpenSans-Regular', 'PTSerif-Regular', 'Microsoft JhengHei', '微軟正黑體', 'Font Awesome 5 free', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
body[lang="en"] h1,
body[lang="en"] h2,
body[lang="en"] h3,
body[lang="en"] h4,
body[lang="en"] h5,
body[lang="en"] h6 {
  font-family: 'PTSerif-Regular';
}
body[lang="tc"] h1,
body[lang="tc"] h2,
body[lang="tc"] h3,
body[lang="tc"] h4,
body[lang="tc"] h5,
body[lang="tc"] h6 {
  font-family: 'Noto Sans TC', sans-serif;
}
body[lang="tc"][page="home"] .main .section.section-home-banner .desc .title {
  font-size: 42px !important;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  body[lang="tc"][page="home"] .main .section.section-home-banner .desc .title {
    margin-top: 120px;
  }
}
a.inline-link {
  color: #212e54;
}
a.button-link {
  padding: 4px 20px;
  font-size: 12px;
  color: #fff;
  background-color: #212e54;
  border-radius: 4px;
}
.layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.layer.bg-layer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.cs-button {
  width: 100%;
  max-width: 180px;
  text-transform: uppercase;
  padding: 8px;
  background-color: #212e54;
  border-radius: 4px;
  border: none;
  color: #fff;
}
.cs-button.upload-file {
  max-width: 100%;
  background-color: #c1aa78;
  padding: 0;
}
.cs-button.upload-file label {
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 40px;
  cursor: pointer;
}
.cs-button.upload-file input[type="file"] {
  position: absolute;
  opacity: 1;
  visibility: hidden;
}
.cs-button.inline-button {
  width: auto;
  max-width: initial;
  background-color: transparent;
  color: #c1aa78;
  text-transform: none;
}
.cs-button:hover {
  color: #fff;
  opacity: 0.8;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.3s;
}
.bookmark {
  font-size: 22px;
  color: #ccc;
  cursor: pointer;
}
.bookmark.active {
  color: #ff6262;
}
.full-width {
  width: 100% !important;
}
.half-width {
  width: 50% !important;
}
.full-height {
  height: 100% !important;
}
@media screen and (min-width: 992px) {
  .half-lg-width {
    width: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .full-lg-width {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .auto-lg-width {
    width: auto !important;
  }
}
@media screen and (min-width: 576px) {
  .w-sm-128 {
    width: calc(100% - 128px);
  }
}
.form-control {
  border: 1px solid #ced4da;
  height: 40px;
}
.form-control.for-other-txt {
  border: none;
  border-bottom: 1px solid #c1aa78;
}
.form-control[disabled] {
  border: 0;
  appearance: none;
  background-color: transparent;
  border: 1px solid #ced4da;
  padding: 0;
  min-height: 40px;
  height: auto;
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #c1aa78;
}
select.form-control {
  border: 1px solid #ced4da;
  appearance: none;
  background-image: url('/images/arrow.svg');
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 10px;
}
select.form-control:focus {
  border: 1px solid #c1aa78;
}
select.form-control[disabled] {
  padding: 6px 12px;
  border: none;
  background-image: none;
}
input.form-control {
  height: 40px;
  color: #000;
}
input[type="search"].form-control {
  border-radius: 0;
  border: 1px solid #c1aa78;
  height: 30px;
}
input[type="number"].form-control::-webkit-outer-spin-button,
input[type="number"].form-control::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.custom-checkbox .custom-control-label {
  padding-left: 0px;
}
.custom-checkbox .custom-control-label:before,
.custom-checkbox .custom-control-label:after {
  width: 16px;
  height: 16px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ca132a;
  border: 1px solid #ca132a;
}
.custom-checkbox .custom-control-input:focus {
  box-shadow: none;
}
.cs-select {
  position: relative;
}
.cs-select .select-title {
  position: relative;
  font-size: 16px;
  background-color: #fff;
  padding: 7px 12px;
  background-image: url('/images/arrow.svg');
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 10px;
  border-radius: 4px;
  border: 1px solid #c1aa78;
  z-index: 2;
}
.cs-select .select-checkbox {
  display: none;
  position: absolute;
  width: 100%;
  top: 40px;
  background-color: #fff;
  border: 1px solid #c1aa78;
  border-radius: 4px;
  padding: 12px;
  z-index: 1;
}
.cs-select .select-checkbox .checkbox {
  text-align: left;
}
.cs-select .select-checkbox .checkbox:last-child {
  margin-bottom: 0;
}
.cs-select:focus {
  border: 1px solid #c1aa78;
}
.slider-container.slider1-container {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .slider-container.slider1-container {
    width: 800px;
  }
}
.slider-container.slider1-container .slide {
  width: 100%;
  margin: 0 15px;
}
.slider-container.slider1-container .slide img {
  position: relative;
  margin-right: 24px;
  margin-bottom: -24px;
  z-index: 3;
}
.slider-container.slider1-container .slide .inner-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 32px 24px;
  border-radius: 24px;
  min-height: 185px;
}
.slider-container.slider1-container .slide:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
  margin: auto;
}
.slider-container.slider2-container .slider .slide {
  position: relative;
  display: block;
  margin: 0 15px;
}
.slider-container.slider2-container .slider .slide .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.95);
}
.slider-container.slider2-container .slider .slide:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.slider-container .slick-prev {
  left: 0;
}
@media screen and (min-width: 992px) {
  .slider-container .slick-prev {
    left: -24px;
  }
}
.slider-container .slick-next {
  right: 0;
}
@media screen and (min-width: 992px) {
  .slider-container .slick-next {
    right: -24px;
  }
}
.slider-container .slick-dots li {
  width: 24px;
  height: auto;
  padding: 4px 0;
}
.slider-container .slick-dots li button {
  width: 24px;
  height: 4px;
  padding: 0;
}
.slider-container .slick-dots li button:before {
  content: '';
  display: block;
  position: static;
  width: 24px;
  height: 4px;
  background-color: #fff;
  opacity: 0.75;
}
.slider-container .slick-dots li.slick-active button:before {
  background-color: #212e54;
}
.media-login {
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
}
.media-login img {
  width: 24px;
}
.media-login object[type*="image"] {
  display: block;
  width: 100%;
  max-width: 48px;
  padding: 8px;
}
.media-login.facebook {
  background-color: #3b5998;
}
.popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background-color: rgba(33, 46, 84, 0.75);
}
.popup .inner-content {
  background-color: #fff;
  padding: 24px;
}
.popup.popup-reminder .inner-content {
  width: 100%;
  max-width: 480px;
}
.popup.popup-tips {
  display: block;
  width: 100%;
  min-width: 320px;
  top: auto;
  bottom: 100%;
  left: 0;
  right: auto;
  margin: 0;
  padding: 16px;
  margin-bottom: 8px;
  background-color: rgba(33, 46, 84, 0.9);
  color: #fff;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-property: opacity, visibility;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -ms-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-duration: 0.3s;
  z-index: 2;
}
.popup.show {
  z-index: 5;
}
.single-data {
  position: relative;
  width: 100%;
  padding-right: 15px;
  margin-bottom: 16px;
}
.single-data:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 576px) {
  .single-data {
    width: 50%;
  }
}
.single-data .icon {
  position: relative;
  display: block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #ca132a;
}
.single-data .icon.no-bg {
  background-color: transparent;
}
.single-data .icon.no-bg .bg-layer {
  width: 85%;
  height: 85%;
}
.single-data .icon.gold-bg {
  background-color: #ca132a;
}
.single-data .icon .bg-layer {
  width: 65%;
  height: 65%;
  background-size: contain;
  margin: auto;
}
.single-data .icon.gender .bg-layer {
  background-image: url('/images/icon-gender.svg');
}
.single-data .icon.religious .bg-layer {
  background-image: url('/images/icon-religlous.svg');
}
.single-data .icon.size .bg-layer {
  background-image: url('/images/icon-size.svg');
}
.single-data .icon.event .bg-layer {
  background-image: url('/images/icon-event.svg');
}
.single-data .icon.user .bg-layer {
  background-image: url('/images/icon-user.svg');
}
.single-data .icon.book .bg-layer {
  background-image: url('/images/icon-book.svg');
}
.single-data .icon.medal .bg-layer {
  background-image: url('/images/icon-medal.svg');
}
.single-data .icon.price .bg-layer {
  background-image: url('/images/icon-coin.svg');
}
.single-data .icon.boys .bg-layer {
  border-radius: 0;
  background-image: url('/images/icon-boys.svg');
}
.single-data .icon.girls .bg-layer {
  border-radius: 0;
  background-image: url('/images/icon-girls.svg');
}
.single-data .icon.course .bg-layer {
  background-image: url('/images/icon-class.svg');
}
.single-data .icon.exam .bg-layer {
  background-image: url('/images/icon-exam.svg');
}
.single-data .icon.visa .bg-layer {
  background-image: url('/images/icon-visa.svg');
}
.single-data .icon.kids .bg-layer {
  background-image: url('/images/icon-kids.svg');
}
.single-data .icon.tag .bg-layer {
  background-image: url('/images/icon-tag.svg');
}
.single-data .icon.to-do-list .bg-layer {
  background-image: url('/images/icon-to-do-list.svg');
}
.single-data .icon.united-kingdom .bg-layer {
  background-image: url('/images/icon-united-kingdom.svg');
}
.single-data .icon.plane .bg-layer {
  background-image: url('/images/icon-plane.svg');
}
.single-data .icon.boss .bg-layer {
  background-image: url('/images/icon-boss.svg');
}
.single-data .has-tips:hover .popup-tips {
  opacity: 1;
  visibility: visible;
}
.single-data .data-title {
  font-size: 14px;
  color: #212e54;
  font-weight: 700;
}
.single-data .data-value {
  font-size: 13px;
  color: #333;
}
hr.dashed {
  width: 100%;
  height: 2px;
  margin: 24px 0;
  border: none;
}
hr.dashed:before {
  content: '';
  display: block;
  border-bottom: 2px dashed #212e54;
}
.hide {
  display: none;
}
.main {
  /* school index */
  /* end of school index */
  /* detail */
  /* end of detail */
  /* profile list view */
  /* end of profile list view */
}
.main .title {
  font-size: 20px;
  color: #212e54;
}
.main .title.underline:after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background-color: #212e54;
  margin-top: 16px;
}
.main .title.underline2:after {
  content: '';
  display: block;
  width: 64px;
  height: 6px;
  margin: 24px auto 0;
  background-color: #ca132a;
  border-top: 2px solid #212e54;
  border-bottom: 2px solid #212e54;
}
.main .title.fsize-28 {
  font-size: 28px;
}
.main .title.fsize-32 {
  font-size: 32px;
}
.main .title.fsize-46 {
  font-size: 46px;
}
.main .title.fsize-48 {
  font-size: 48px;
}
.main .page-title {
  font-size: 20px;
  text-transform: uppercase;
}
.main .page-title div {
  color: #fff;
}
.main .page-title div:last-child {
  color: #ca132a;
}
.main .section-title {
  font-size: 20px;
  color: #212e54;
}
.main .no-result-title {
  color: #212e54;
  text-transform: uppercase;
  font-family: 'PTSerif-Regular';
}
.main .theme-font {
  font-family: 'PTSerif-Regular';
}
.main .must-fill {
  color: #ca132a;
  text-transform: uppercase;
  font-size: 12px;
}
.main .searching2 {
  width: 100%;
  padding: 0 6%;
}
@media screen and (min-width: 992px) {
  .main .searching2 {
    width: 40%;
  }
}
.main .searching2 .title {
  text-align: center;
}
.main .searching2 .title.underline:after {
  background-color: #fff;
  margin: 16px auto 0;
}
.main .searching2 .form-group .form-control {
  border-radius: 4px;
}
.main .searching2 .form-group .cs-select.onTop {
  z-index: 4;
}
.main .fullscreen-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 160px);
}
.main .pages-viewer ul.page-view li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}
.main .pages-viewer ul.page-view li .item {
  display: block;
  border-bottom: 2px solid transparent;
}
.main .pages-viewer ul.page-view li .item:hover,
.main .pages-viewer ul.page-view li .item.active {
  color: #c1aa78;
  border-bottom: 2px solid #c1aa78;
}
.main .pages-viewer .page-print {
  background-color: #c1aa78;
  border-radius: 50px;
  padding: 8px 10px;
}
.main .pool .item {
  background-color: #fff;
  border-top: 3px solid #c1aa78;
}
.main .pool .item .img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 160px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .main .pool .item .img {
    margin: 0;
  }
}
.main .pool .item .img:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.main .pool .item .title.underline:after {
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .main .pool .item .desc1 {
    min-width: 540px;
    max-width: 560px;
  }
}
.main .data-table {
  margin-bottom: 32px;
}
.main .data-table .header {
  position: relative;
  color: #fff;
  background-color: #212e54;
  font-size: 18px;
  padding: 12px 24px;
}
.main .data-table .header i {
  cursor: pointer;
}
.main .data-table .body {
  background-color: #fff;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .main .data-table .body {
    padding: 24px;
  }
}
.main .data-table .body .inner-content table {
  width: 100%;
  border: 1px solid #eee;
}
.main .data-table .body .inner-content table tr td {
  font-size: 14px;
  padding: 4px;
}
.main .data-table .body .inner-content table tr td:first-child {
  width: 50%;
}
.main .data-table .body .inner-content > .tab-body {
  border: none;
}
.main .data-table .body .tab-bar {
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.main .data-table .body .tab-bar::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}
.main .data-table .body .tab-bar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.main .data-table .body .tab-bar::-webkit-scrollbar-thumb {
  background: #888;
}
.main .data-table .body .tab-bar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.main .data-table .body .tab-bar .tab {
  padding: 8px;
  font-size: 14px;
  background-color: #eee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
}
.main .data-table .body .tab-bar .tab.active {
  color: #fff;
  background-color: #212e54;
}
.main .data-table .body .tab-bar.scrolled {
  overflow-x: scroll;
}
.main .data-table .body .tab-body {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 6px;
}
@media screen and (min-width: 768px) {
  .main .data-table .body .tab-body {
    padding: 16px;
  }
}
.main .data-table .body .tab-body .tab {
  margin-right: 4px;
}
.main .data-table .body .tab-body table {
  width: 100%;
  margin-bottom: 12px;
}
.main .data-table .body .tab-body table tbody tr td {
  border: 1px solid #ddd;
  padding: 4px;
  font-size: 12px;
  width: 60%;
}
.main .data-table .body .tab-body table tbody tr td:first-child {
  width: 50%;
}
.main .data-table .body .tab-body table tbody tr td:not(:first-child) {
  width: calc(40% / 3);
  text-align: center;
}
.main .data-table .body .tab-body table tbody tr:first-child {
  background-color: #eee;
}
.main .data-table .body .tab-body table.table-no-bg tbody tr {
  background-color: transparent;
}
.main .data-table .body .tab-body table.table_2_cols tbody tr td {
  width: 50%;
}
.main .data-table .body .tab-body table.table_4_cols tbody tr td {
  width: 25% !important;
  vertical-align: middle;
  font-size: 12px;
}
.main .data-table .body .tab-body table.table_5_cols tbody tr td {
  width: 20% !important;
  vertical-align: middle;
  font-size: 12px;
}
.main .data-table .body .tab-body table.table-term-data tr th,
.main .data-table .body .tab-body table.table-term-data tr td {
  text-align: center;
  font-size: 14px;
}
.main .data-table .body .tab-body .table-expand {
  margin-bottom: 8px;
  padding: 8px 0;
  cursor: pointer;
}
.main .data-table .body .tab-body .table-expand .separator {
  width: auto;
  height: 1px;
  padding: 0 4px;
  background-color: #ddd;
}
.main .data-table .body .hr {
  width: 100%;
  height: 2px;
  margin: 24px 0;
}
.main .data-table .body .hr:before {
  content: '';
  display: block;
  border-bottom: 2px dashed #212e54;
}
.main .data-table.body-hide .body {
  display: none;
}
.main .filter-wrapper {
  background-color: #fff;
  border: 2px solid #c1aa78;
  padding: 24px;
}
.main .filter-wrapper .search-input .label {
  background-color: #ca132a;
  text-align: center;
  color: #fff;
  height: 40px;
  border-radius: 5px 0px 0px 5px;
  font-size: 12px;
  min-width: 160px;
}
@media (max-width: 767px) {
  .main .filter-wrapper .search-input .label {
    font-size: 14px;
  }
}
.main .filter-wrapper .search-input .form-group .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.main .filter-wrapper .expand-item {
  border: 1px solid #ced4da;
  padding: 9px 15px;
  border-radius: 4px;
}
.main .filter-wrapper .expand-item .item {
  display: block;
  position: relative;
  font-size: 14px;
  color: #2d2d2d;
}
.main .filter-wrapper .expand-item .item > img {
  width: 10px;
  height: auto;
}
.main .filter-wrapper .expand-item .sub-item {
  display: none;
  margin: 8px 0;
}
.main .filter-wrapper .expand-item:hover {
  border-color: #c1aa78;
}
.main .school-cate-wrapper {
  background: #fff;
  padding: 15px 15px;
  margin-bottom: 18px;
}
.main .school-cate-wrapper ul.items {
  margin-bottom: 0px;
  padding-left: 0px;
}
.main .school-cate-wrapper ul.items li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 8px;
}
@media (min-width: 1822px) {
  .main .school-cate-wrapper ul.items li {
    margin-bottom: 0 !important;
  }
}
.main .school-cate-wrapper ul.items li .img {
  width: 24px;
  height: 24px;
}
.main .school-cate-wrapper ul.items li .description {
  font-size: 14px;
}
.main .rates {
  position: absolute;
  top: 0;
  right: 0;
}
.main .rates .rate {
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}
.main .rates .rate.orange {
  background-color: #e07b53;
}
.main .rates .rate.green {
  background-color: #32be32;
}
.main .rates .rate.blue {
  background-color: #3b83c0;
}
.main .rates .rate.yellow {
  background-color: #f2c61f;
}
.main .rates .rate.blue2 {
  background-color: #055da5;
}
.main .rates .rate.red {
  background-color: #781032;
}
.main .rates .rate:not(:first-child) {
  margin-left: 4px;
}
.main .school-items-list .map-result-wrap {
  background: #fff;
  padding: 100px 20px;
}
.main .school-items-list .map-result-wrap .fas {
  font-size: 1.3em;
  color: #768cc1;
}
.main .school-items-list.float {
  position: absolute;
  width: 70%;
  bottom: 24px;
  left: 24px;
  display: block;
}
@media screen and (min-width: 992px) {
  .main .school-items-list.float {
    display: none;
  }
}
.main .school-items-list.float .map-result-wrap {
  background-color: #fff;
  padding: 12px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.main .result-item {
  border-top: 4px solid #ca132a;
  background-color: #fff;
  padding: 16px;
  margin-bottom: 10px;
}
.main .result-item .image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 242px;
  height: auto;
}
.main .result-item .image .layer > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.main .result-item .image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.main .result-item .desc-col .title {
  font-size: 21px;
}
.main .result-item .desc-col .subtitle {
  font-size: 14px;
  color: #333;
}
.main .result-item .desc-col .subtitle > i {
  color: #c1aa78;
}
.main .result-item .desc-col table {
  width: 100%;
  font-size: 14px;
  padding-right: 16px;
}
.main .result-item .desc-col table tr td {
  color: #333;
}
.main .result-item .desc-col table tr td p {
  margin-bottom: 0;
}
.main .result-item .desc-col table tr td:first-child {
  width: 30%;
  vertical-align: top;
  color: #212e54;
  font-weight: 600;
}
.main .result-item .desc-col .detail-list .detail-item {
  margin-bottom: 8px;
}
.main .result-item .desc-col .detail-list .detail-item .detail-icon {
  width: 32px;
  height: 32px;
}
.main .result-item .desc-col .detail-list .detail-item .detail-icon,
.main .result-item .desc-col .detail-list .detail-item .detail-inner {
  display: block;
}
.main .result-item .desc-col .detail-list .detail-item .detail-icon div:first-child,
.main .result-item .desc-col .detail-list .detail-item .detail-inner div:first-child {
  font-weight: bold;
}
.main .result-item .desc-col .center-desc .single-data:last-child {
  margin-bottom: 16px;
}
.main .result-item .rates {
  position: static;
}
.main .single-data {
  position: relative;
  width: 100%;
  padding-right: 15px;
  margin-bottom: 16px;
}
.main .single-data:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width: 576px) {
  .main .single-data {
    width: 50%;
  }
}
.main .single-data .icon {
  position: relative;
  display: block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #ca132a;
}
.main .single-data .icon.no-bg {
  background-color: transparent;
}
.main .single-data .icon.no-bg .bg-layer {
  width: 85%;
  height: 85%;
}
.main .single-data .icon.gold-bg {
  background-color: #ca132a;
}
.main .single-data .icon .bg-layer {
  width: 65%;
  height: 65%;
  background-size: contain;
  margin: auto;
}
.main .single-data .icon.gender .bg-layer {
  background-image: url('/images/icon-gender.svg');
}
.main .single-data .icon.religious .bg-layer {
  background-image: url('/images/icon-religlous.svg');
}
.main .single-data .icon.size .bg-layer {
  background-image: url('/images/icon-size.svg');
}
.main .single-data .icon.event .bg-layer {
  background-image: url('/images/icon-event.svg');
}
.main .single-data .icon.user .bg-layer {
  background-image: url('/images/icon-user.svg');
}
.main .single-data .icon.book .bg-layer {
  background-image: url('/images/icon-book.svg');
}
.main .single-data .icon.medal .bg-layer {
  background-image: url('/images/icon-medal.svg');
}
.main .single-data .icon.price .bg-layer {
  background-image: url('/images/icon-coin.svg');
}
.main .single-data .icon.boys .bg-layer {
  border-radius: 0;
  background-image: url('/images/icon-boys.svg');
}
.main .single-data .icon.girls .bg-layer {
  border-radius: 0;
  background-image: url('/images/icon-girls.svg');
}
.main .single-data .icon.course .bg-layer {
  background-image: url('/images/icon-class.svg');
}
.main .single-data .icon.exam .bg-layer {
  background-image: url('/images/icon-exam.svg');
}
.main .single-data .icon.visa .bg-layer {
  background-image: url('/images/icon-visa.svg');
}
.main .single-data .icon.kids .bg-layer {
  background-image: url('/images/icon-kids.svg');
}
.main .single-data .icon.tag .bg-layer {
  background-image: url('/images/icon-tag.svg');
}
.main .single-data .icon.to-do-list .bg-layer {
  background-image: url('/images/icon-to-do-list.svg');
}
.main .single-data .icon.united-kingdom .bg-layer {
  background-image: url('/images/icon-united-kingdom.svg');
}
.main .single-data .icon.plane .bg-layer {
  background-image: url('/images/icon-plane.svg');
}
.main .single-data .icon.boss .bg-layer {
  background-image: url('/images/icon-boss.svg');
}
.main .single-data .data-wrap .title {
  font-size: 14px;
  color: #212e54;
}
.main .single-data .data-wrap .data {
  font-size: 13px;
  color: #333;
}
.main .single-data .data-wrap:hover .popup-wrap {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 576px) {
  [class*="cols_3"] .main .single-data {
    width: calc(100% / 3);
  }
}
.main .single-data .popup-wrap {
  display: block;
  position: absolute;
  width: 100%;
  min-width: 240px;
  bottom: 100%;
  padding: 16px;
  margin-bottom: 8px;
  background-color: rgba(33, 46, 84, 0.9);
  z-index: 2;
  color: #fff;
  text-align: justify;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-property: opacity, visibility;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -ms-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-duration: 0.3s;
}
.main .btn-table-expand {
  cursor: pointer;
}
.main .btn-table-expand .text {
  font-size: 14px;
}
.main .btn-table-expand .separator {
  width: auto;
  height: 1px;
  background-color: #ddd;
}
.main .table-information {
  width: 100%;
  display: none;
}
.main .table-information.active {
  display: inline-block;
}
.main .table-information table td {
  vertical-align: top;
}
.main .gm-style .gm-style-iw-d #content {
  min-width: 240px !important;
}
.main .gm-style .gm-style-iw-c {
  padding: 12px !important;
  max-width: 400px !important;
}
@media (max-width: 414px) {
  .main .gm-style .gm-style-iw-c {
    max-width: 300px !important;
  }
}
@media screen and (min-width: 768px) {
  .main .gm-style .gm-style-iw-c {
    padding: 16px !important;
  }
}
.main .gm-style .gm-style-iw-c .firstHeading {
  color: #212e54;
}
@media (max-width: 414px) {
  .main .gm-style .gm-style-iw-c .firstHeading {
    font-size: 18px;
  }
}
.main .gm-style .gm-style-iw-c table {
  width: 100%;
}
.main .gm-style .gm-style-iw-c table tr td {
  font-family: 'OpenSans-Regular';
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .main .gm-style .gm-style-iw-c table tr td {
    font-size: 14px;
    padding-bottom: 2px;
  }
}
.main .gm-style .gm-style-iw-c table tr td:first-child {
  width: 40%;
  vertical-align: top;
}
.main .gm-style .gm-style-iw-c .button {
  display: block;
  min-width: 160px;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .main .gm-style .gm-style-iw-c .button {
    margin-right: 6px;
    margin-bottom: 0;
  }
}
.main .gm-style .gm-style-iw-c .custom-control .custom-control-label div {
  margin-top: 4px;
}
.main .gm-ui-hover-effect {
  top: 4px !important;
  right: 4px !important;
}
.main .gm-ui-hover-effect > img {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}
.main .information-detail .logo {
  width: 120px;
}
.main .message-box object[type*="image"] {
  width: 100%;
  max-width: 24px;
}
.main .message-box .msg-content {
  background-color: #fff;
  padding: 16px;
  border-left: 4px solid #c1aa78;
}
.main .card .card-header {
  background-color: #212e54;
  color: #fff;
  padding: 12px 24px;
  font-size: 18px;
  cursor: pointer;
}
.main .card .card-content {
  display: none;
  padding: 24px;
  background-color: #fff;
}
.main .card table.table {
  width: 100%;
  border: 1px solid #eee;
}
.main .card table.table tr td {
  font-size: 14px;
  padding: 4px;
}
.main .card table.table tr td:first-child {
  width: 50%;
}
.main .card > .tab-body {
  border: none;
}
.main .gallery {
  width: 100%;
}
.main .gallery .slide {
  position: relative;
  margin: 0 15px;
}
.main .gallery .slide:first-child .layer.bg-layer {
  background-image: url('/images/home-section-05-img-01.jpg');
  background-size: contain;
}
.main .gallery .slide:nth-child(2) .layer.bg-layer {
  background-image: url('/images/home-section-06-img-01.jpg');
  background-size: contain;
}
.main .gallery .slide:before {
  content: '';
  display: block;
  padding-bottom: 70%;
}
.main .gallery .slick-dots li {
  width: 32px;
  height: 3px;
}
.main .gallery .slick-dots li button {
  width: 32px;
  height: 3px;
  padding: 0;
}
.main .gallery .slick-dots li button:before {
  content: '';
  width: 32px;
  height: 3px;
  background-color: #c1aa78;
}
.main .rating,
.main .rating2 {
  font-size: 24px;
  color: #f5d02e !important;
}
.main .verify-code {
  width: 100%;
  max-width: 160px;
}
.main .datetime {
  color: #808080;
  font-size: 12px;
  text-align: right;
}
.main .enquiry-form {
  padding: 16px;
  background-color: #fff;
  border: 3px solid #c1aa78;
  border-radius: 5px;
}
.main .for-student-upload-report {
  width: 100%;
  max-width: calc(135px + 46px + 44px);
}
@media screen and (min-width: 768px) {
  .main .for-student-upload-report {
    max-width: calc(164px + 46px + 44px);
  }
}
.main .section.section-login-form {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 3;
  background-color: transparent;
}
.main .section.section-login-form .login-form {
  position: relative;
  width: 100%;
  max-width: 385px;
  background-color: rgba(33, 46, 84, 0.9);
  padding: 24px;
  border-radius: 4px;
  margin: 0 15px;
}
.main .section.section-login-form .login-form > img,
.main .section.section-login-form .login-form > object[type*="image"] {
  position: absolute;
  width: 56px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translateX(26px) translateY(16px);
}
.main .section.section-register .form-title {
  color: #fff;
  text-transform: none;
  background-color: #c1aa78;
  padding: 8px 16px;
}
.main .section.section-register .form-title img {
  width: 48px;
  height: 48px;
}
.main .section.section-register .form-title .text {
  font-size: 18px;
}
.main .section.section-register .register-form {
  background-color: #fff;
  border: 4px solid #c1aa78;
  padding: 96px;
}
.main .section.section-accordion .accordion .card {
  border-radius: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 8px;
}
.main .section.section-accordion .accordion .card .card-header {
  border-radius: 0;
  padding: 8px 24px;
  background-color: #212e54;
}
.main .section.section-accordion .accordion .card .card-header h2 {
  margin-bottom: 0;
  line-height: 0;
}
.main .section.section-accordion .accordion .card .card-header h2 .btn {
  width: 100%;
  font-size: 20px;
  text-align: left;
  padding: 0;
}
.main .section.section-accordion .accordion .card .card-header h2 .btn.btn-link {
  color: #fff;
  border: none;
}
.main .section.section-accordion .accordion .card .card-header h2 .btn.btn-link:focus,
.main .section.section-accordion .accordion .card .card-header h2 .btn.btn-link:hover {
  text-decoration: none;
}
.main .section.section-accordion .accordion .card .card-body {
  font-size: 14px;
  color: #666;
  background-color: #fff;
}
.main .section.section-partnered .partnered-gallery .image {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .main .section.section-partnered .partnered-gallery .image {
    width: calc(100% / 4);
    max-width: calc(100% / 4);
  }
}
.main .section.section-partnered .partnered-gallery .image .bg-layer {
  background-size: contain;
}
.main .section.section-partnered .partnered-gallery .image:before {
  content: '';
  display: block;
  padding-bottom: 50%;
}
.main .viewer .img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 120px;
}
.main .viewer .img:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.main .viewer .txt {
  text-transform: uppercase;
  position: relative;
  margin: auto;
}
.main .viewer .txt.txt-msg {
  width: 24px;
  height: 24px;
}
.main .viewer .txt.txt-msg.no-msg .far {
  color: #adadad;
}
.main .viewer .txt.txt-msg.no-msg .badge {
  display: none;
}
.main .viewer .txt.txt-msg .far {
  padding: 1px;
  font-size: 21px;
}
.main .viewer .txt.txt-msg .badge {
  position: absolute;
  top: -8px;
  right: -8px;
}
.main .viewer.listing-viewer .item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.main .viewer.listing-viewer .item .img:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.main .btn-upload {
  position: relative;
  display: table;
  width: 100%;
  min-height: 40px;
  background-color: #c1aa78;
  border-radius: 4px;
}
.main .btn-upload > label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  color: #fff !important;
  cursor: pointer;
}
.main .btn-upload input[type='file'] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.main .tab-list .tab-item a {
  position: relative;
  display: block;
  transition: all 0.8s ease-in-out;
}
.main .tab-list .tab-item a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #c1aa78;
  transform: scaleX(0);
  transition: all 0.8s ease-in-out;
}
.main .tab-list .tab-item:hover a,
.main .tab-list .tab-item.active a {
  color: #c1aa78;
}
.main .tab-list .tab-item:hover a:after,
.main .tab-list .tab-item.active a:after {
  transform: scaleX(1);
}
.main .chat-date {
  display: block;
  width: 100%;
  max-width: 130px;
  font-size: 12px;
  margin-bottom: 16px;
  color: #666;
  background-color: #ddd;
  line-height: 2.5em;
  margin: 0 auto 16px;
  border-radius: 50px;
  text-align: center;
}
.main .chat-content .chat-box {
  font-size: 13px;
  margin-bottom: 16px;
}
.main .chat-content .chat-box .side {
  padding: 16px;
  border-radius: 5px;
  position: relative;
}
.main .chat-content .chat-box .side .person {
  font-size: 15px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.main .chat-content .chat-box .side .date {
  margin-top: 10px;
  text-align: right;
}
.main .chat-content .chat-box .side:before,
.main .chat-content .chat-box .side:after {
  position: absolute;
  top: 0;
  display: block;
  width: 15px;
  height: 15px;
}
.main .chat-content .chat-box .side.left-side {
  margin-left: 15px;
  color: #fff;
  background-color: #212e54;
  border-top-left-radius: 0;
}
.main .chat-content .chat-box .side.left-side:before {
  content: '';
  left: -14px;
  background-color: #212e54;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.main .chat-content .chat-box .side.right-side {
  margin-right: 15px;
  background-color: #c1aa78;
  border-top-right-radius: 0;
  color: #fff;
}
.main .chat-content .chat-box .side.right-side:after {
  content: '';
  right: -14px;
  background-color: #c1aa78;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.main .chat-inputbox textarea.form-control {
  font-size: 14px;
  background-color: #fff;
  min-height: initial;
}
.main .chat-inputbox textarea::placeholder {
  color: #999;
}
.main .chat-inputbox button[type="submit"] {
  width: 100%;
  border-radius: 20px;
  transition-property: background-color;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-duration: 0.3s;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .chat-inputbox button[type="submit"][disabled] {
  color: #aaa;
  background-color: #ddd;
  border-radius: 20px;
}
.main .form input[type="search"] {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .main .form input[type="search"] {
    max-width: 165px;
  }
}
.main .form .tab-bar .tab {
  padding: 8px;
  margin-right: 4px;
  background-color: #eee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.main .form .tab-bar .tab.active {
  color: #fff;
  background-color: #212e54;
}
.main .form .tab-body {
  border: 1px solid #eee;
  padding: 8px;
}
.main .form .tab-body table label {
  margin-bottom: 0;
}
.main .form .tab-body table input[readonly] {
  text-align: center;
}
.main .form .tab-body table tr td {
  padding: 4px 8px;
  vertical-align: middle;
}
.main .form .tab-body table.table_2_cols tr td {
  width: 50%;
}
.main .form .tab-body table.table_2_cols tr td:not(:first-child) {
  text-align: center;
}
.main .form .tab-body table.table_4_cols tr td {
  width: 25%;
}
.main .form .tab-body table.table_4_cols tr td:not(:first-child) {
  text-align: center;
}
.main .form .tab-body table.table_5_cols tr td {
  width: 20%;
}
.main .form .tab-body table.table_5_cols tr td:not(:first-child) {
  text-align: center;
}
.main .form.form-qna .item .form-group input.form-control[type="text"] {
  border: 1px solid #ced4da;
}
.main .form.form-qna .item .form-group input.form-control[type="text"][readonly] {
  color: #fff;
  background-color: #212e54;
  padding: 8px 16px;
  border: none;
}
.main .form.form-qna .item .form-group input.form-control[type="text"][readonly]:focus {
  border: none;
}
.main .form.form-qna .item .form-group input.form-control[type="text"]:focus {
  border: 1px solid #c1aa78;
}
.main .form.form-term .tab-body table.table_4_cols tr th,
.main .form.form-term .tab-body table.table_4_cols tr td {
  text-align: left !important;
  font-size: 13px;
}
.main .form.form-term .tab-body table.table_5_cols tr th,
.main .form.form-term .tab-body table.table_5_cols tr td {
  text-align: left !important;
  font-size: 13px;
}
.main .form.form-vacancies form .form-group:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.main .form.form-applicant .image {
  position: relative;
  width: 100%;
  max-width: 120px;
  background-color: #fff;
  margin-bottom: 16px;
}
.main .form.form-applicant .image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.main .form.form-applicant ul li {
  position: relative;
  padding-bottom: 8px;
}
.main .form.form-applicant ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  bottom: 0px;
  left: -24px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #212e54;
}
body[page^="home"] .main .section {
  padding: 48px 0;
  overflow: hidden;
}
body[page^="home"] .main .section .title {
  text-align: center;
}
@media screen and (min-width: 992px) {
  body[page^="home"] .main .section .title {
    text-align: left;
  }
}
body[page^="home"] .main .section .searching2 .title {
  text-align: center;
}
body[page^="home"] .main .section .desc {
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  body[page^="home"] .main .section .desc {
    width: 60%;
  }
}
body[page^="home"] .main .section .desc ul li {
  position: relative;
  line-height: 1.4em;
  padding-bottom: 8px;
}
body[page^="home"] .main .section .desc ul li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -24px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('/images/home_icon_listing.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
body[page^="home"] .main .section .desc ul.tick-red li:before {
  background-image: url('/images/home_icon_listing_red.svg');
}
body[page^="home"] .main .section .img {
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  body[page^="home"] .main .section .img {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  body[page^="home"] .main .section .img {
    width: 40%;
  }
}
body[page^="home"] .main .section .img object[type*="image"] {
  width: 100%;
  max-width: 100%;
  max-height: 320px;
}
body[page^="home"] .main .section:nth-child(odd) {
  background: #dfcda6;
  background: linear-gradient(180deg, #dfcda6 0%, #f7e8c7 100%);
}
body[page^="home"] .main .section:nth-child(even) {
  background: #1b2a4b;
  background: linear-gradient(180deg, #1b2a4b 0%, #2e4476 100%);
}
body[page^="home"] .main .section.section-home-banner {
  overflow: initial;
  background: linear-gradient(180deg, #1b2a4b 0%, #2e4476 100%);
}
body[page^="home"] .main .section.section-home-banner .desc img {
  width: 100%;
  max-width: 100px;
}
body[page^="home"] .main .section.section-1 {
  position: relative;
}
body[page^="home"] .main .section.section-1 .container {
  position: relative;
}
body[page^="home"] .main .section.section-1 .container object[type*="image"] {
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 992px) {
  body[page^="home"] .main .section.section-1 .container object[type*="image"] {
    right: auto;
  }
}
body[page^="home"] .main .section.section-2,
body[page^="home"] .main .section.section-3,
body[page^="home"] .main .section.section-4,
body[page^="home"] .main .section.section-5,
body[page^="home"] .main .section.section-6 {
  height: auto;
}
@media screen and (min-width: 992px) {
  body[page^="home"] .main .section.section-2,
  body[page^="home"] .main .section.section-3,
  body[page^="home"] .main .section.section-4,
  body[page^="home"] .main .section.section-5,
  body[page^="home"] .main .section.section-6 {
    padding: 0;
    height: 420px;
  }
}
body[page^="home"] .main .section.section-7 {
  background: rgba(255, 255, 255, 0.8) !important;
}
body[page^="home"] .main .section.section-7 .title.underline:after {
  margin: 16px auto 0;
}
body[page^="home"] .main .section.section-7 .slider2-container .desc {
  width: 80%;
  padding: 8px;
}
body[page^="home"] .main .section.section-7 .slider2-container .desc > .title {
  text-align: left;
  font-size: 12px;
}
body[page^="home"] .main .section.section-7 .slider2-container .desc > .title:after {
  content: none;
}
body[page^="home"] .main .section.section-7 .slider2-container .slick-dots li button:before {
  background-color: #212e54;
  opacity: 0.25;
}
body[page^="home"] .main .section.section-7 .slider2-container .slick-dots li.slick-active button:before {
  opacity: 0.95;
}
body[page="home"] .main .section.section-7 .slick-arrow.slick-next:before,
body[page="home"] .main .section.section-7 .slick-arrow.slick-prev:before,
body[page="home"] .main .section.section-7 .slick-arrow.slick-next:after,
body[page="home"] .main .section.section-7 .slick-arrow.slick-prev:after {
  background-color: #212f53;
}
body[page="login2"] .main .fullscreen-wrap {
  min-height: 750px;
}
body[page="login2"] .main a[href*="student"] {
  position: relative;
}
body[page="login2"] .main a[href*="student"] img {
  position: absolute;
  width: 64px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body[page="school"] .main .map-wrap {
  position: relative;
  height: calc(100vh - 15px);
}
body[page="school"] .main .map-wrap .map-sticky {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
body[page="school"] .main .map-wrap .map-sticky.fixing {
  position: fixed;
  width: calc(100% - 33.333333% - 30px);
  height: 100vh;
  top: 0;
  right: 15px;
}
body[page="school"] .main .map-wrap #map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body[page*="detail"] .main .section.section-detail .rates {
  position: static;
}
body[page*="detail"] .main .section.section-detail .gallery {
  width: 100%;
}
body[page*="detail"] .main .section.section-detail .gallery .slide {
  position: relative;
  margin: 0 15px;
}
body[page*="detail"] .main .section.section-detail .gallery .slide:first-child .layer.bg-layer {
  background-image: url('/images/home-section-05-img-01.jpg');
  background-size: contain;
}
body[page*="detail"] .main .section.section-detail .gallery .slide:nth-child(2) .layer.bg-layer {
  background-image: url('/images/home-section-06-img-01.jpg');
  background-size: contain;
}
body[page*="detail"] .main .section.section-detail .gallery .slide:before {
  content: '';
  display: block;
  padding-bottom: 70%;
}
body[page*="detail"] .main .section.section-detail .gallery .slick-dots li {
  width: 32px;
  height: 3px;
}
body[page*="detail"] .main .section.section-detail .gallery .slick-dots li button {
  width: 32px;
  height: 3px;
  padding: 0;
}
body[page*="detail"] .main .section.section-detail .gallery .slick-dots li button:before {
  content: '';
  width: 32px;
  height: 3px;
  background-color: #c1aa78;
}
body[page*="detail"] .main .section.section-detail .message-wrapper .message {
  padding: 20px 20px;
  border-left: 5px solid #c1aa78;
  background: #fff;
  font-size: 1.1em;
}
body[page*="detail"] .main .section.section-detail .data-table {
  margin-bottom: 32px;
}
body[page*="detail"] .main .section.section-detail .data-table .header {
  position: relative;
  color: #fff;
  background-color: #212e54;
  font-size: 18px;
  padding: 12px 24px;
}
body[page*="detail"] .main .section.section-detail .data-table .header i {
  cursor: pointer;
}
body[page*="detail"] .main .section.section-detail .data-table .body {
  background-color: #fff;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  body[page*="detail"] .main .section.section-detail .data-table .body {
    padding: 24px;
  }
}
body[page*="detail"] .main .section.section-detail .data-table .body .inner-content table {
  width: 100%;
  border: 1px solid #eee;
}
body[page*="detail"] .main .section.section-detail .data-table .body .inner-content table tr td {
  font-size: 14px;
  padding: 4px;
}
body[page*="detail"] .main .section.section-detail .data-table .body .inner-content table tr td:first-child {
  width: 50%;
}
body[page*="detail"] .main .section.section-detail .data-table .body .inner-content > .tab-body {
  border: none;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-bar {
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-bar::-webkit-scrollbar {
  width: 10px;
  height: 4px;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-bar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-bar::-webkit-scrollbar-thumb {
  background: #888;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-bar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-bar .tab {
  padding: 8px;
  font-size: 14px;
  background-color: #eee;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-bar .tab.active {
  color: #fff;
  background-color: #212e54;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-bar.scrolled {
  overflow-x: scroll;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 6px;
}
@media screen and (min-width: 768px) {
  body[page*="detail"] .main .section.section-detail .data-table .body .tab-body {
    padding: 16px;
  }
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body .tab {
  margin-right: 4px;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body table {
  width: 100%;
  margin-bottom: 12px;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body table tbody tr td {
  border: 1px solid #ddd;
  padding: 4px;
  font-size: 12px;
  width: 60%;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body table tbody tr td:first-child {
  width: 50%;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body table tbody tr td:not(:first-child) {
  width: calc(40% / 3);
  text-align: center;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body table tbody tr:first-child {
  background-color: #eee;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body table.table-no-bg tbody tr {
  background-color: transparent;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body table.table_2_cols tbody tr td {
  width: 50%;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body table.table_4_cols tbody tr td {
  width: 25% !important;
  vertical-align: middle;
  font-size: 12px;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body table.table_5_cols tbody tr td {
  width: 20% !important;
  vertical-align: middle;
  font-size: 12px;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body table.table-term-data tr th,
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body table.table-term-data tr td {
  text-align: center;
  font-size: 14px;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body .table-expand {
  margin-bottom: 8px;
  padding: 8px 0;
  cursor: pointer;
}
body[page*="detail"] .main .section.section-detail .data-table .body .tab-body .table-expand .separator {
  width: auto;
  height: 1px;
  padding: 0 4px;
  background-color: #ddd;
}
body[page*="detail"] .main .section.section-detail .data-table .body .hr {
  width: 100%;
  height: 2px;
  margin: 24px 0;
}
body[page*="detail"] .main .section.section-detail .data-table .body .hr:before {
  content: '';
  display: block;
  border-bottom: 2px dashed #212e54;
}
body[page*="detail"] .main .section.section-detail .data-table.body-hide .body {
  display: none;
}
body[page*="detail"] .main .section.section-detail .single-data .title {
  font-size: 14px;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper textarea {
  min-height: 100px;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .verify-code {
  max-width: 100%;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper small {
  font-size: 11px;
  color: #808080;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .add-comment-wrap {
  margin-bottom: 40px;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .add-comment-wrap .detail-title {
  font-size: 14px;
  color: #212e54;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .add-comment-wrap .rating,
body[page*="detail"] .main .section.section-detail .comment-wrapper .add-comment-wrap .rating2 {
  font-size: 25px;
  color: #cddc39;
  margin-bottom: 15px;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .comment-list-wrap .list-header {
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px 0px 20px 0px;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .comment-list-wrap .list-header .count {
  color: #0c82df;
  font-weight: bold;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .comment-list-wrap .list-body {
  padding: 0px 15px;
  width: 100%;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .comment-list-wrap .list-body .comment-item {
  border-bottom: 1px solid #eee;
  padding: 20px 0px;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .comment-list-wrap .list-body .comment-item .datetime {
  color: #808080;
  font-size: 12px;
  text-align: right;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .comment-list-wrap .list-body .comment-item .student-name {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0px 0px 15px;
  color: #212e54;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .comment-list-wrap .list-body .comment-item .content {
  color: #808080;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .comment-list-wrap .list-body .comment-item .rating,
body[page*="detail"] .main .section.section-detail .comment-wrapper .comment-list-wrap .list-body .comment-item .rating2 {
  font-size: 16px;
  color: #cddc39;
  margin-bottom: 15px;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .comment-list-wrap .list-body .more-btn-wrap {
  margin-top: 40px;
}
body[page*="detail"] .main .section.section-detail .comment-wrapper .comment-list-wrap .list-body .no-comment {
  color: #808080;
  text-align: center;
}
body[page*="detail"] .main .section.section-detail .school-detail {
  color: #000;
  font-size: 14px;
  word-break: break-word;
}
body[page*="detail"] .main .section.section-detail .school-detail .icon {
  position: relative;
  width: 24px;
  height: 24px;
  min-width: 24px;
}
body[page*="detail"] .main .section.section-detail .school-detail .icon > i {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #ca132a;
}
body[page*="detail"] .main .section.section-detail .school-detail a {
  color: #212e54;
}
body[page*="detail"] .main .section.section-detail .detail-map {
  border: 3px solid #c1aa78;
  border-radius: 5px;
  padding: 24px;
  background-color: #fff;
  margin-bottom: 24px;
}
body[page*="detail"] .main .section.section-detail .detail-map .map-wrap {
  position: relative;
  width: 100%;
  height: 400px;
}
body[page*="detail"] .main .section.section-detail .detail-map .map-wrap #map {
  position: absolute;
  width: 100%;
  height: 100%;
}
body[page*="profilebusiness"] .main .img-col {
  width: 100%;
  max-width: 120px;
}
body[page*="profilebusiness"] .main .img-col:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
body[page*="consultant"] .main .section form {
  position: relative;
  z-index: 3;
}
body[page="blogs"] .main .section.section-01,
body[page*="blogsdetail"] .main .section.section-01 {
  padding: 30px 0;
}
body[page="blogs"] .main .section.section-01 .info-list .info-item,
body[page*="blogsdetail"] .main .section.section-01 .info-list .info-item {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}
body[page="blogs"] .main .section.section-01 .info-list .info-item:before,
body[page*="blogsdetail"] .main .section.section-01 .info-list .info-item:before {
  height: 16px;
}
body[page="blogs"] .main .section.section-01 .blog-item,
body[page*="blogsdetail"] .main .section.section-01 .blog-item {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ca132a;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
body[page="blogs"] .main .section.section-01 .blog-item .slick-dots,
body[page*="blogsdetail"] .main .section.section-01 .blog-item .slick-dots {
  width: auto;
  bottom: auto;
  top: 0;
  right: 0;
}
body[page="blogs"] .main .section.section-01 .blog-item .slick-dots li,
body[page*="blogsdetail"] .main .section.section-01 .blog-item .slick-dots li {
  margin: 0;
}
body[page="blogs"] .main .section.section-01 .blog-item .slick-dots li button:before,
body[page*="blogsdetail"] .main .section.section-01 .blog-item .slick-dots li button:before {
  font-size: 8px;
  color: #c1aa78;
}
body[page="blogs"] .main .section.section-01 .blog-item .slick-dots li button:active:before,
body[page*="blogsdetail"] .main .section.section-01 .blog-item .slick-dots li button:active:before {
  opacity: 0.9;
}
body[page="blogs"] .main .section.section-01 .blog-item .blog-gallery .slider,
body[page*="blogsdetail"] .main .section.section-01 .blog-item .blog-gallery .slider {
  overflow: hidden;
}
body[page="blogs"] .main .section.section-01 .blog-item .blog-gallery .slider .slide,
body[page*="blogsdetail"] .main .section.section-01 .blog-item .blog-gallery .slider .slide {
  position: relative;
}
body[page="blogs"] .main .section.section-01 .blog-item .blog-gallery .slider .slide > .bg-layer,
body[page*="blogsdetail"] .main .section.section-01 .blog-item .blog-gallery .slider .slide > .bg-layer {
  background-size: contain !important;
}
body[page="blogs"] .main .section.section-01 .blog-item .blog-gallery .slider .slide:before,
body[page*="blogsdetail"] .main .section.section-01 .blog-item .blog-gallery .slider .slide:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
body[page="blogs"] .main .section.section-01 .blog-item .blog-info,
body[page*="blogsdetail"] .main .section.section-01 .blog-item .blog-info {
  padding: 20px 15px;
}
body[page="blogs"] .main .section.section-01 .blog-item h5.blog-title,
body[page*="blogsdetail"] .main .section.section-01 .blog-item h5.blog-title {
  text-transform: uppercase;
  margin: 0px;
  font-size: 16px;
}
body[page="blogs"] .main .section.section-01 .blog-item h5.blog-title a,
body[page*="blogsdetail"] .main .section.section-01 .blog-item h5.blog-title a {
  color: #212e54;
}
body[page="blogs"] .main .section.section-01 .blog-item h5.blog-title a:hover,
body[page*="blogsdetail"] .main .section.section-01 .blog-item h5.blog-title a:hover {
  color: #ca132a;
}
body[page="blogs"] .main .section.section-01 .blog-item .blog-desc,
body[page*="blogsdetail"] .main .section.section-01 .blog-item .blog-desc {
  color: #000;
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1.5em;
  word-break: break-word;
}
body[page="blogs"] .main .section.section-01 .blog-item a.button,
body[page*="blogsdetail"] .main .section.section-01 .blog-item a.button {
  text-transform: none;
  font-size: 13px;
  color: #212e54;
  text-decoration: underline;
  font-family: 'PTSerif-Regular';
  text-align: right;
  width: 100%;
}
body[page="blogs"] .main .section.section-01 .blog-item a.button:hover,
body[page*="blogsdetail"] .main .section.section-01 .blog-item a.button:hover {
  color: #ca132a;
}
body[page="blogs"] .main .section.section-01 .content-wrap,
body[page*="blogsdetail"] .main .section.section-01 .content-wrap {
  margin: 0px 0px 50px;
}
body[page="blogs"] .main .section.section-01 .blog-list,
body[page*="blogsdetail"] .main .section.section-01 .blog-list {
  margin-top: 30px;
}
body[page="blogs"] .main .section.section-02 {
  position: relative;
  background-color: #414141;
  padding: 0;
  max-height: 500px;
}
body[page="blogs"] .main .section.section-02 .layer.bg-layer {
  opacity: 0.65;
  background-position: center bottom;
}
body[page="blogs"] .main .section.section-02 .layer.text-layer {
  z-index: 2;
  text-align: center;
}
body[page="blogs"] .main .section.section-02 .layer.text-layer .title {
  font-size: 28px;
  line-height: 1.8em;
  font-family: 'PTSerif-Regular';
  color: #fff;
}
body[page="blogs"] .main .section.section-02 .layer.text-layer .subtitle {
  line-height: 1.8em;
  color: #fff;
}
body[page="blogs"] .main .section.section-02 .layer.text-layer .form-group .form-control {
  width: 50%;
  height: 40px;
  border-radius: 0;
  margin: 48px auto;
  background-clip: border-box;
}
body[page="blogs"] .main .section.section-02 .layer.text-layer .button[type="submit"] {
  width: 20%;
  height: 40px;
  margin: auto;
  font-size: 14px;
}
body[page="blogs"] .main .section.section-02:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
@media screen and (min-width: 992px) {
  body[page="blogs"] .main .section.section-02:before {
    padding-bottom: 35%;
  }
}
body[page*="blogsdetail"] .main .section.section-01 {
  padding: 24px 0;
}
body[page*="blogsdetail"] .main .section.section-01 h5.title {
  margin-bottom: 16px;
}
body[page*="blogsdetail"] .main .section.section-01 .related-blogs-wrap h5.title {
  font-size: 16px;
  text-align: left;
}
body[page*="blogsdetail"] .main .section.section-01 .info-list .info-item {
  color: #5f5f5f;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-item h2.blog-title {
  text-align: left;
  text-transform: uppercase;
  color: #212e54;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-item .blog-gallery .slider .slide {
  position: relative;
  max-height: 560px;
  margin-bottom: 20px;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-item .blog-gallery .slider .slide:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-item .blog-desc {
  font-size: 16px;
  color: #000;
  margin-bottom: 32px;
  line-height: 2em;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-item .blog-desc ul,
body[page*="blogsdetail"] .main .section.section-01 .blog-item .blog-desc ol {
  padding-left: 16px;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-item .widget .title {
  font-size: 14px;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-item .widget a.soical-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #666;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-item .widget a.soical-icon:before {
  content: '\f39e';
  font-family: 'Font Awesome 5 Brands';
}
body[page*="blogsdetail"] .main .section.section-01 .blog-item .widget a.soical-icon:hover {
  color: #3b5998;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-list .blog-item .blog-gallery .slider .slide {
  max-height: 160px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-list .blog-item .blog-title {
  font-size: 16px;
  color: #666;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-list .blog-item .blog-desc {
  margin-bottom: 0;
  font-size: 12px;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-list .blog-item .info-list .info-item {
  font-size: 12px;
}
body[page*="blogsdetail"] .main .section.section-01 .blog-list .blog-item:hover .blog-gallery .slider .slide {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
body[page*="blogsdetail"] .main .section.section-01 .row [class^="col"]:first-child .blog-item {
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
}
