@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
html, body, [canvas=container], [off-canvas] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100vh;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #333;
  letter-spacing: 1px;
}

html p, body p {
  line-height: 175%;
}

a, button, input, select, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

a {
  color: #000;
}

a:hover {
  color: #2abde2;
}

a:active {
  color: #2c9ebb;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

div.goTop {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
}

div.goTop.hide {
  -webkit-transform: translateX(165%);
          transform: translateX(165%);
}

div.goTop a.goTop {
  background: #00000090;
  border: none;
  cursor: pointer;
}

[canvas] {
  z-index: 1;
}

[canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

[canvas=container]:before,
[canvas=container]:after {
  clear: both;
  content: '';
  display: table;
}

[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0;
}

[off-canvas*=right] {
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
}

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0;
}

[off-canvas*=left] {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

[off-canvas*=reveal] {
  z-index: 0;
}

[off-canvas*=push] {
  z-index: 1;
}

[off-canvas*=overlay] {
  z-index: 9999;
}

[off-canvas*=shift] {
  z-index: 0;
}

[canvas], [off-canvas] {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-backface-visibility: hidden;
}

[off-canvas*=shift][off-canvas*=top] {
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

[off-canvas*=shift][off-canvas*=right] {
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

[off-canvas*=shift][off-canvas*=bottom] {
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

[off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

@media screen and (min-width: 992px) {
  nav.desktop {
    display: block;
  }
  nav.mobile {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  nav.desktop {
    display: none;
  }
  nav.mobile {
    display: block;
  }
}

.nav-Page {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}

@media screen and (max-width: 575.98px) {
  .nav-Page {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.pagination {
  margin-top: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}

.pagination .page-left::after {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}

.pagination .page-right::after {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}

.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  right: 0px;
}

.pagination .page-double-right::after {
  right: 6px;
}

.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 6px;
}

.pagination .page-double-left::after {
  left: 0px;
}

.pagination li.page-item {
  margin-top: 0;
  margin-right: 4px;
}

.pagination li.page-item a.page-link {
  line-height: 1;
  padding: 8px 11px;
  background: #ffb431;
  border-radius: 30px;
}

.pagination li.page-item a.page-link[href] {
  color: #fff;
}

.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}

.pagination li.page-item a.page-link[href] {
  padding: 8px 11px;
  background: #e2e2e2;
  border-radius: 30px;
  color: black !important;
}

.pagination li.page-item a.page-link:hover {
  background: #2c9ebb;
  border-radius: 30px;
  color: #fff !important;
}

.page-link {
  color: white !important;
}

body {
  background: #fff;
}

header {
  width: 100%;
  border-top: 6px solid #ffd181;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

header section.header {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 575.98px) {
  header section.header {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  header section.header {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header section.header {
    margin-left: 0px;
    margin-right: 0px;
  }
}

header section.header div.logo {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 575.98px) {
  header section.header div.logo {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

header section.header div.logo h1 {
  font-size: 2rem;
  letter-spacing: 1px;
}

header section.header div.logo h1 a {
  color: #747474;
}

header section.header nav.desktop {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 575.98px) {
  header section.header nav.desktop {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

header section.header nav.desktop ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 575.98px) {
  header section.header nav.desktop ul {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  header section.header nav.desktop ul {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header section.header nav.desktop ul {
    margin-left: 0px;
    margin-right: 0px;
  }
}

header section.header nav.desktop ul li {
  font-size: 1.25rem;
}

header section.header nav.desktop ul li::after {
  content: '|';
  padding-left: 15px;
  padding-right: 15px;
}

header section.header nav.desktop ul li:last-of-type::after, header section.header nav.desktop ul li:nth-last-of-type(2)::after {
  content: none;
}

header section.header nav.desktop ul li:nth-last-of-type(2) {
  margin-right: 45px;
}

header section.header nav.desktop ul li a {
  color: #000;
  position: relative;
}

header section.header nav.desktop ul li a:hover {
  color: #ffb431;
}

header section.header nav.desktop ul li a:active {
  color: #2c9ebb;
}

@media (min-width: 1200px) and (max-width: 1279.98px) {
  header section.header nav.desktop ul li {
    font-size: 1.15rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  header section.header nav.desktop ul li {
    font-size: 1rem;
  }
  header section.header nav.desktop ul li::after {
    padding-left: 3.75px;
    padding-right: 3.75px;
  }
}

header section.header nav.desktop ul li.language {
  background: #ffb431;
  border-radius: 150px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 30px;
  padding-right: 22.5px;
}

header section.header nav.desktop ul li.language a {
  color: #fff;
}

header section.header nav.desktop ul li.language a:hover {
  color: #000;
}

header section.header nav.desktop ul li.language a:first-of-type::after {
  content: '|';
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

header section.header nav.mobile div.btn_bar button.btn_bar {
  background: none;
  border: none;
  padding: 0px;
}

header section.header nav.mobile div.btn_bar button.btn_bar img {
  width: 1.25rem;
  height: 1.25rem;
}

header section.header nav.mobile div[off-canvas] {
  width: 100%;
  background: #fff;
}

header section.header nav.mobile div[off-canvas] button.close {
  background: none;
  border: none;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

header section.header nav.mobile div[off-canvas] button.close img {
  width: 2rem;
  height: 2rem;
}

header section.header nav.mobile div[off-canvas] ul.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 75px;
}

@media screen and (max-width: 575.98px) {
  header section.header nav.mobile div[off-canvas] ul.nav {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  header section.header nav.mobile div[off-canvas] ul.nav {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header section.header nav.mobile div[off-canvas] ul.nav {
    margin-left: 0px;
    margin-right: 0px;
  }
}

header section.header nav.mobile div[off-canvas] ul.nav li {
  border-bottom: 1px solid #999;
  font-size: 1.85rem;
  text-align: center;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

header section.header nav.mobile div[off-canvas] ul.nav li a {
  color: #000;
  padding-bottom: 3.75px;
}

header section.header nav.mobile div[off-canvas] ul.nav li a:hover {
  color: #ffb431;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header section.header nav.mobile div[off-canvas] ul.nav li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) and (max-width: 575.98px) {
  header section.header nav.mobile div[off-canvas] ul.nav li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  header section.header nav.mobile div[off-canvas] ul.nav li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) and (max-width: 575.98px) {
  header section.header nav.mobile div[off-canvas] ul.nav li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  header section.header nav.mobile div[off-canvas] ul.nav li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575.98px) and (max-width: 575.98px) {
  header section.header nav.mobile div[off-canvas] ul.nav li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

header section.headerlow {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

footer {
  background: #ffd181;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer::before, footer::after {
  content: '';
  position: absolute;
}

footer::before {
  width: 116px;
  height: 95px;
  background: url("../images/bg_footer_L.png") no-repeat;
  left: 10vw;
  bottom: -1px;
}

footer::after {
  width: 225px;
  height: 172px;
  background: url("../images/bg_footer_R.png") no-repeat;
  right: 10vw;
  bottom: -1px;
}

footer div.container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

footer div.container dl.contact_info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  margin-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 575.98px) {
  footer div.container dl.contact_info {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  footer div.container dl.contact_info {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  footer div.container dl.contact_info {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 575.98px) {
  footer div.container dl.contact_info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

footer div.container dl.contact_info dd {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-left: 82.5px;
  padding-right: 45px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 575.98px) {
  footer div.container dl.contact_info dd {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

footer div.container dl.contact_info dd::before {
  content: '';
  width: 67px;
  height: 67px;
  border-radius: 50%;
  -webkit-box-shadow: #00000033 0 0 8px;
          box-shadow: #00000033 0 0 8px;
  position: absolute;
  top: -1.25rem;
  left: 0;
}

footer div.container dl.contact_info dd.tel::before {
  background: url("../images/icon_footer_tel.svg") 50% 50% no-repeat #fff;
}

footer div.container dl.contact_info dd.mail::before {
  background: url("../images/icon_footer_mail.svg") 50% 50% no-repeat #fff;
}

footer div.container dl.contact_info dd.location::before {
  background: url("../images/icon_footer_location.svg") 50% 50% no-repeat #fff;
}

footer div.copyright {
  text-align: center;
  position: relative;
  z-index: 2;
}

div.goTop a.goTop {
  background: none;
}

div.goTop a.goTop img {
  height: 100px;
}

label sup {
  color: #f00;
}

input, textarea {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

main {
  background: url("../images/bg_page.jpg") 50% top repeat-y;
  background-size: cover;
}

div.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

div.container div.pageTitle h2 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #2c9ebb;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 60px;
}

div.container div.list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 575.98px) {
  div.container div.list {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.container div.list {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.container div.list {
    margin-left: 0px;
    margin-right: 0px;
  }
}

div.container div.list div.tab {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 575.98px) {
  div.container div.list div.tab {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

div.container div.list div.list_cont {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
}

@media screen and (max-width: 575.98px) {
  div.container div.list div.list_cont {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

div.container div.list div.list_cont div.content {
  background: #fff;
  -webkit-box-shadow: #00000066 0 0 8px;
          box-shadow: #00000066 0 0 8px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}

@media screen and (max-width: 575.98px) {
  div.container div.list div.list_cont div.content {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.container div.list div.list_cont div.content {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.container div.list div.list_cont div.content {
    margin-left: 0px;
    margin-right: 0px;
  }
}

div.container div.list div.list_cont div.content div.list_title {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media screen and (max-width: 575.98px) {
  div.container div.list div.list_cont div.content div.list_title {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

div.container div.list div.list_cont div.content div.list_title::before {
  content: '';
  height: 40px;
  position: absolute;
  top: 17px;
  left: 0;
}

div.container div.list div.list_cont div.content div.list_title h3 {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

div.container div.list div.list_cont div.content div.list_title.article_title::before {
  border-left: 5px solid #ffb431;
}

div.container div.list div.list_cont div.content div.list_title.news_title::before {
  border-left: 5px solid #2c9ebb;
}

div.container div.list div.list_cont div.content div.date {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

@media screen and (max-width: 575.98px) {
  div.container div.list div.list_cont div.content div.date {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

div.container div.list div.list_cont div.content div.date p {
  line-height: 100%;
}

div.container div.list div.list_cont div.content div.date p.year {
  font-size: 1.25rem;
  margin-bottom: 0px;
}

div.container div.list div.list_cont div.content div.date p.date {
  font-size: 3rem;
  font-weight: 700;
}

div.container div.list div.list_cont div.content div.article_lsit {
  background: url("../images/icon_foot_S.png") right bottom no-repeat #2c9ebb;
}

div.container div.list div.list_cont div.content div.news_lsit {
  background: url("../images/icon_foot_S.png") right bottom no-repeat #ffb431;
}

div.container section.cats {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
}

@media screen and (max-width: 575.98px) {
  div.container section.cats {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

div.container section.cats div.cats {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}

@media screen and (max-width: 575.98px) {
  div.container section.cats div.cats {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.container section.cats div.cats {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.container section.cats div.cats {
    margin-left: 0px;
    margin-right: 0px;
  }
}

div.container section.cats div.cats > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 575.98px) {
  div.container section.cats div.cats > div {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

div.container section.cats div.cats > div .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}

div.container section.cats div.cats > div .content figure {
  width: 100%;
  padding: 7.5px;
}

div.container section.cats div.cats > div .content figure:hover {
  border-color: #0a0;
}

div.container section.cats div.cats > div .content figure div.img {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  position: relative;
  aspect-ratio: 6/4;
}

div.container section.cats div.cats > div .content figure div.img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.container section.cats div.cats > div .content figcaption h3 {
  font-size: 1.15rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 3.75px;
}

div.container section.cats div.cats > div .content figcaption p {
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

div.container section.cats div.cats > div .content {
  background: #fff;
  -webkit-box-shadow: #00000066 0 0 8px;
          box-shadow: #00000066 0 0 8px;
  padding: 22.5px;
  padding-top: 37.5px;
  position: relative;
}

@media screen and (max-width: 575.98px) {
  div.container section.cats div.cats > div .content {
    margin-bottom: 75px;
  }
}

div.container section.cats div.cats > div .content::before {
  content: '';
  width: 233px;
  height: 57px;
  position: absolute;
  top: -2rem;
  left: 20%;
  background: url("../images/bg_ind_tab_L.png") 50% 50% no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.container section.cats div.cats > div .content::before {
    background-size: 80%;
    left: 18%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.container section.cats div.cats > div .content::before {
    background-size: 75%;
    left: 16%;
  }
}

div.container section.cats div.cats > div .content figcaption h3 {
  color: #ffb431;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

div.container section.cats div.cats > div .content figcaption p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

div.container section.cats div.cats > div .content figcaption p.price {
  margin-top: 15px;
  margin-bottom: 15px;
}

div.container section.cats div.cats > div .content figcaption p.price span {
  background: #ffb431;
  border-radius: 15px;
  color: #fff;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 15px;
  padding-right: 15px;
}

div.container section.cats div.cats > div .content figcaption p.more {
  text-align: center;
  margin-top: 15px;
}

div.container section.cats div.cats > div .content figcaption p.more span {
  background: #2c9ebb;
  color: #fff;
  text-transform: uppercase;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

div.container div.editable {
  background: #fff;
  -webkit-box-shadow: #00000066 0 0 8px;
          box-shadow: #00000066 0 0 8px;
  border-top-left-radius: 3.75px;
  border-top-right-radius: 3.75px;
}

div.container div.editable div.unitTitle {
  border-radius: 3.75px;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-left: 15px;
  padding-right: 15px;
}

div.container div.editable div.unitTitle h3 {
  border-bottom: 2px solid #fff;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

div.container div.editable div.unitTitle p {
  color: #fff;
  margin-bottom: 0px;
}

div.container div.editable div.editor {
  margin-bottom: 45px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 82.5px;
  padding-right: 82.5px;
}

div.container div.editable div.editor div.img {
  margin-bottom: 45px;
}

div.container div.editable div.editor dl.catsImg {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 575.98px) {
  div.container div.editable div.editor dl.catsImg {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  div.container div.editable div.editor dl.catsImg {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  div.container div.editable div.editor dl.catsImg {
    margin-left: 0px;
    margin-right: 0px;
  }
}

div.container div.editable div.editor dl.catsImg dd {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 575.98px) {
  div.container div.editable div.editor dl.catsImg dd {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

div.container div.editable div.editor div.price {
  text-align: right;
}

div.container div.editable div.editor div.price span {
  background: #ffb431;
  border-radius: 15px;
  color: #fff;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

div.container div.editable div.editor div.editorTitle {
  border-bottom: 1px solid #999;
  color: #ffb431;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

div.container div.article {
  background: url("../images/bg_h3.png") right 50% no-repeat #2c9ebb;
}

div.container div.news {
  background: url("../images/bg_h3.png") right 50% no-repeat #ffb431;
}

div.container div.btn_back {
  padding-bottom: 45px;
  text-align: center;
}

div.container div.btn_back span {
  background: #2c9ebb;
  color: #fff;
  text-transform: uppercase;
  padding-top: 11.25px;
  padding-bottom: 11.25px;
  padding-left: 26.25px;
  padding-right: 26.25px;
}

div.container div.btn_back span:hover {
  background: #2abde2;
}

article.contact {
  padding-left: 0px;
  padding-right: 0px;
}

article.contact section.contact {
  background: url("../upload/bg_contact_bottom.jpg") left bottom no-repeat;
  padding-top: 150px;
}

article.contact p.notice {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

@media screen and (max-width: 575.98px) {
  article.contact p.notice {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  article.contact p.notice {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575.98px) and (max-width: 575.98px) {
  article.contact p.notice {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

article.contact dl.contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 575.98px) {
  article.contact dl.contact {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  article.contact dl.contact {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  article.contact dl.contact {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 575.98px) {
  article.contact dl.contact {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  article.contact dl.contact {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) and (max-width: 575.98px) {
  article.contact dl.contact {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  article.contact dl.contact {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) and (max-width: 575.98px) {
  article.contact dl.contact {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  article.contact dl.contact {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575.98px) and (max-width: 575.98px) {
  article.contact dl.contact {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

article.contact dl.contact dd {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 575.98px) {
  article.contact dl.contact dd {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  article.contact dl.contact dd {
    padding-left: 0px;
    padding-right: 0px;
  }
}

article.contact dl.contact dd p {
  margin-bottom: 15px;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  article.contact dl.contact dd.name, article.contact dl.contact dd.phone {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) and (max-width: 575.98px) {
  article.contact dl.contact dd.name, article.contact dl.contact dd.phone {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  article.contact dl.contact dd.name, article.contact dl.contact dd.phone {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 575.98px) and (max-width: 575.98px) {
  article.contact dl.contact dd.name, article.contact dl.contact dd.phone {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

article.contact dl.contact dd.vcode p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 575.98px) {
  article.contact dl.contact dd.vcode p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

article.contact dl.contact dd.vcode input {
  width: auto;
  margin-right: 15px;
}

@media screen and (max-width: 575.98px) {
  article.contact dl.contact dd.vcode input {
    width: 100%;
    margin-bottom: 7.5px;
  }
}

article.contact dl.contact dd.vcode img {
  width: auto;
}

article.contact dl.contact dd.button {
  text-align: center;
}

article.contact dl.contact dd.button button {
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 575.98px) {
  article.contact dl.contact dd.button button {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

article.contact section.map {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

article.contact section.map div.map {
  height: 35rem;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  article.contact section.map div.map {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) and (max-width: 575.98px) {
  article.contact section.map div.map {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

article.contact section.map dl.contact_info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 575.98px) {
  article.contact section.map dl.contact_info {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  article.contact section.map dl.contact_info {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  article.contact section.map dl.contact_info {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 575.98px) {
  article.contact section.map dl.contact_info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

article.contact section.map dl.contact_info dd {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-left: 82.5px;
  padding-right: 45px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 575.98px) {
  article.contact section.map dl.contact_info dd {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

article.contact section.map dl.contact_info dd::before {
  content: '';
  width: 67px;
  height: 67px;
  border-radius: 50%;
  -webkit-box-shadow: #00000033 0 0 8px;
          box-shadow: #00000033 0 0 8px;
  position: absolute;
  top: -1.25rem;
  left: 0;
}

article.contact section.map dl.contact_info dd.tel::before {
  background: url("../images/icon_footer_tel.svg") 50% 50% no-repeat #fff;
}

article.contact section.map dl.contact_info dd.mail::before {
  background: url("../images/icon_footer_mail.svg") 50% 50% no-repeat #fff;
}

article.contact section.map dl.contact_info dd.location::before {
  background: url("../images/icon_footer_location.svg") 50% 50% no-repeat #fff;
}

section.album div.albums {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}

@media screen and (max-width: 575.98px) {
  section.album div.albums {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  section.album div.albums {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  section.album div.albums {
    margin-left: 0px;
    margin-right: 0px;
  }
}

section.album div.albums > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 575.98px) {
  section.album div.albums > div {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

section.album div.albums > div .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}

section.album div.albums > div .content figure {
  width: 100%;
  padding: 7.5px;
}

section.album div.albums > div .content figure:hover {
  border-color: #0a0;
}

section.album div.albums > div .content figure div.img {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  position: relative;
  aspect-ratio: 6/4;
}

section.album div.albums > div .content figure div.img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.album div.albums > div .content figcaption h3 {
  font-size: 1.15rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 3.75px;
}

section.album div.albums > div .content figcaption p {
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

section.album div.albums > div .content {
  background: #fff;
  border: 3px solid #ffb431;
  padding: 22.5px;
  padding-top: 37.5px;
  position: relative;
}

@media screen and (max-width: 575.98px) {
  section.album div.albums > div .content {
    margin-bottom: 75px;
  }
}

section.album div.albums > div .content::before {
  content: '';
  width: 233px;
  height: 70px;
  position: absolute;
  top: -2rem;
  left: 20%;
  background: url("../images/icon_cathead.svg") 50% 50% no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  section.album div.albums > div .content::before {
    background-size: 80%;
    left: 18%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  section.album div.albums > div .content::before {
    background-size: 75%;
    left: 16%;
  }
}

section.album div.albums > div .content figcaption h3 {
  color: #2c9ebb;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

section.album div.albums > div .content figcaption p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

section.album div.albums > div .content figcaption p.price {
  margin-top: 15px;
  margin-bottom: 15px;
}

section.album div.albums > div .content figcaption p.price span {
  background: #ffb431;
  border-radius: 15px;
  color: #fff;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 15px;
  padding-right: 15px;
}

section.album div.albums > div .content figcaption p.more {
  text-align: center;
  margin-top: 15px;
}

section.album div.albums > div .content figcaption p.more span {
  background: #2c9ebb;
  color: #fff;
  text-transform: uppercase;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

section.album div.album_detail {
  padding-left: 90px;
  padding-right: 90px;
  margin-bottom: 15px;
}

section.album div.album_detail > div > .content {
  border: none;
  padding: 0px;
  margin-bottom: 0px;
}

section.album div.album_detail > div > .content::before {
  content: none;
}

section.album div.album_detail > div > .content figure .img {
  margin-bottom: 0px;
}
/*# sourceMappingURL=pages.css.map */