body {
    min-width: 300px;
    color: #707070;
    background-color: #FFF;
    font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
    font-style: normal;
    font-weight: 400;
    /* regular */
    font-size: 62.5%;
    /* 10px */
    line-height: 1.2;
    overflow: auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html.zh_TW body {
    font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
}

html.zh_CN body {
    font-family: 'Open Sans', 'Noto Sans SC', sans-serif;
}

body.small {
    font-size: 46.875%;
}

body.large {
    font-size: 78.125%;
}

body.small .main-menu ul>li,
body.small .footer-sitemap>ul>li {
    font-size: 7.5px;
}

body.large .main-menu ul li,
body.large .footer-sitemap>ul>li {
    font-size: 11px;
}

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

a {
    color: #FBC445;
    /* #06F */
    text-decoration: none;
}

p {
    margin-bottom: 1.2em;
    font-size: 1.6em;
    line-height: 1.5;
    text-align: left;
}

p.small {
    font-size: 1.3em;
}

p.center {
    text-align: center;
}

p:last-child {
    margin-bottom: 0;
}

p a,
li a {
    color: #418ae4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.content table {
    width: 100%;
    table-layout: auto;
}

.content td,
.content th {
    /* padding: 5px 10px;
  border: 1px solid #CCC; */
    padding: 0 10px 10px 0;
    font-size: 1.6em;
    /* 1.6 */
    vertical-align: top;
    text-align: left;
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

span.description {
    color: transparent;
    font: 0/0 a;
}

.content ul {
    margin-left: 2em;
    margin-bottom: 2em;
}

.content ul,
.content ul ul ul,
.content ul ul ul ul ul {
    list-style: outside disc;
}

.content ul ul,
.content ul ul ul ul,
.content ul ul ul ul ul ul {
    list-style: outside circle;
}

.content ol {
    list-style: outside decimal;
    margin-left: 1.5em;
    margin-bottom: 2em;
}

.content ul ul,
.content ol ol,
.content ul ol,
.content ol ul {
    margin-top: 1em;
    margin-bottom: 0;
}

.content li {
    margin-bottom: 1em;
    font-size: 1.6em;
    line-height: 1.5;
    /* 1.6 */
}

table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 10px;
}

.content li p,
.content p li,
.content p p,
.content li li,
.content th p,
.content td p,
.content th li,
.content td li {
    font-size: 1em;
}

.content th ul,
.content th ol,
.conten td ul,
.content td ol {
    margin-left: 1em;
}

.container {
    width: 100%;
    min-width: 300px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 auto;
    overflow: hidden;
}

.map-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    margin: 0 auto;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.map-container iframe,
.map-container object,
.map-container embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-container p {
    color: transparent;
    font: 0/0 a;
}

.details-content {
    color: black;
}


/* ALL PAGES */

.header-logo img {
    height: 70px;
    padding-right: 25px;
}

.header-logo {
    font-size: 1.8em;
    line-height: 1.5;
    align-self: center;
    color: black;
}

.logo-zh-hk {
    font-size: 1.1em;
    font-weight: bold;
}

.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.content-wrapper {
    width: 100%;
    max-width: none;
}

.slider {
    visibility: hidden;
}

.site-title-hidden {
    font: 0/0 a;
    color: transparent;
}

.home-banner-wrapper {
    display: none;
}

.header {
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
}

.footer {
    box-shadow: 0 -5px 6px rgb(0 0 0 / 15%);
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: none;
}

.header-left {
    width: 60%;
    padding: 20px 0 15px 0;
    display: flex;
}

.header-right {
    position: fixed;
    right: 0;
    height: 112px;
    cursor: pointer;
}

.footer {
    font-size: 1.5em;
}

.footer-wrapper {
    padding: 30px 0 35px 0;
    text-align: center;
}

.footer-statement {
    padding-bottom: 8px;
    font-weight: bold;
    color: #544947;
}

.main-menu>ul {
    display: flex;
    justify-content: space-between;
}

.main-menu>ul>li {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
}

.main-menu>ul>li>a {
    color: #544947;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.7em 0;
    letter-spacing: -0.03em;
}

.header-title .us-en {
    background: #FCB32A;
    background: -moz-linear-gradient(90deg, #FCB32A 0%, #898F49 100%);
    background: -webkit-linear-gradient(90deg, #FCB32A 0%, #898F49 100%);
    background: linear-gradient(90deg, #FCB32A 0%, #898F49 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FCB32A", endColorstr="#898F49", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 1.5em;
}

.header-title .zh-hk {
    color: #716253;
    font-weight: 800;
    font-size: 1.5em;
    letter-spacing: 1.5em;
    padding-left: 1.5em;
}

.images {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.blocks-images {
    overflow: hidden;
}

.blocks-image {
    float: left;
    display: block;
    position: relative;
    width: 33.3333%;
    cursor: pointer;
}

.blocks-image:nth-child(odd) {
    background: rgb(244 176 21);
    background: -moz-linear-gradient(90deg, rgb(255 222 147) 0%, rgb(244 176 21) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255 222 147) 0%, rgb(244 176 21) 100%);
    background: linear-gradient(90deg, rgb(255 222 147) 0%, rgb(244 176 21) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFCD5D", endColorstr="#F4B015", GradientType=1);
}

.blocks-image:nth-child(even) {
    background: rgb(215 237 188);
    background: -moz-linear-gradient(90deg, rgb(215 237 188) 0%, rgb(162 173 103) 100%);
    background: -webkit-linear-gradient(90deg, rgb(215 237 188) 0%, rgb(162 173 103) 100%);
    background: linear-gradient(90deg, rgb(215 237 188) 0%, rgb(162 173 103) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#D7EDBC", endColorstr="#A2AD67", GradientType=1);
}

.blocks-image-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.blocks-image-layer {
    /* filter: grayscale(100%);
    mix-blend-mode: screen; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    display: block;
    opacity: 1;
    will-change: opacity;
    transition: opacity 0.5s ease-in-out;
}

.blocks-image:hover .blocks-image-layer {
    opacity: 0;
}

.blocks-image-text,
.blocks-hover-text {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 50px;
    color: black;
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-weight: 800;
    color: #544947;
    will-change: opacity;
    transition: opacity 0.5s ease-in-out;
}

.blocks-image-text {
    font-size: 3.6em;
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 1201px) {
    .blocks-image-text {
        font-size: 2.4vw;
    }
}

.blocks-image:hover .blocks-image-text {
    opacity: 0;
    pointer-events: none;
}

.blocks-hover-text {
    font-size: 2.3em;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    margin-left: 10%;
    width: 80%;
    padding: 5%;
    line-height: 1.6;
}

@media (min-width: 1201px) {
    .blocks-hover-text {
        font-size: 1.4vw;
    }
}

.blocks-hover-text:before,
.blocks-hover-text:after {
    position: absolute;
    display: block;
    content: '';
    width: 15%;
    height: 0;
    padding-bottom: 15%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.blocks-hover-text:before {
    left: 0;
    top: 0;
    background-image: url('images/newstudent/frame-1@2x.png');
}

.blocks-hover-text:after {
    right: 0;
    bottom: 0;
    background-image: url('images/newstudent/frame-2@2x.png');
}

.blocks-image:hover .blocks-hover-text {
    opacity: 1;
    pointer-events: auto;
}

.home-blocks {
    margin: 0 auto;
    overflow: hidden;
}

.header-title {
    padding: 20px 0;
    text-align: center;
    font-size: 2.5em;
}

.home-youtube-section {
    position: relative;
    padding: 6% 0;
}

.home-youtube-code {
    width: 80%;
    max-width: 1600px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.home-youtube-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.5;
}

.social-media-feed {
    display: flex;
    height: 80px;
    width: 100%;
}

.social-media-icon {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 5px rgba(100, 100, 100, 0.3);
    cursor: pointer;
}

.social-media-icon img {
    height: 40px;
}

.social-media-icon i {
    font-size: 4em;
}

.social-media-icon:nth-child(odd) i {
    color: rgb(244, 176, 21);
}

.social-media-icon:nth-child(even) i {
    color: rgb(162, 173, 103);
}

.social-media-icon.active i {
    color: white;
}

.social-media-icon.active {
    cursor: default;
    background: rgb(164, 121, 80);
}

.social-media-icon.active:nth-child(odd) {
    background: rgb(244 176 21);
    background: -moz-linear-gradient(90deg, rgb(255 205 93) 0%, rgb(244 176 21) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255 205 93) 0%, rgb(244 176 21) 100%);
    background: linear-gradient(90deg, rgb(255 205 93) 0%, rgb(244 176 21) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFCD5D", endColorstr="#F4B015", GradientType=1);
}

.social-media-icon.active:nth-child(even) {
    background: rgb(215 237 188);
    background: -moz-linear-gradient(90deg, rgb(215 237 188) 0%, rgb(162 173 103) 100%);
    background: -webkit-linear-gradient(90deg, rgb(215 237 188) 0%, rgb(162 173 103) 100%);
    background: linear-gradient(90deg, rgb(215 237 188) 0%, rgb(162 173 103) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#D7EDBC", endColorstr="#A2AD67", GradientType=1);
}

.social-media-block {
    display: inline-block;
    width: 22%;
    margin: 0 1% 2% 1%;
}

.social-media-block-inner {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.social-media-content {
    display: none;
    padding: 5% 4% 3% 4%;
    text-align: center;
    background: rgb(164, 121, 80);
}

.social-media-content:nth-child(odd) {
    background: rgb(244 176 21);
    background: -moz-linear-gradient(90deg, rgb(255 205 93) 0%, rgb(244 176 21) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255 205 93) 0%, rgb(244 176 21) 100%);
    background: linear-gradient(90deg, rgb(255 205 93) 0%, rgb(244 176 21) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFCD5D", endColorstr="#F4B015", GradientType=1);
}

.social-media-content:nth-child(even) {
    background: rgb(215 237 188);
    background: -moz-linear-gradient(90deg, rgb(215 237 188) 0%, rgb(162 173 103) 100%);
    background: -webkit-linear-gradient(90deg, rgb(215 237 188) 0%, rgb(162 173 103) 100%);
    background: linear-gradient(90deg, rgb(215 237 188) 0%, rgb(162 173 103) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#D7EDBC", endColorstr="#A2AD67", GradientType=1);
}

.social-media-content.active {
    display: block;
}

.home-testimonial-author {
    font-weight: bold;
}

.home-testimonials-row {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.home-testimonials-row h3 {
    font-weight: 800;
    font-size: 2.8em;
    text-align: right;
    line-height: 1.5;
    margin: 15px 0 10px 0;
}

.home-testimonials-container {
    position: relative;
    border: solid 1px #534b49;
    padding: 3% 8%;
}

.home-testimonials h4 {
    font-size: 1.2em;
    margin-top: 30px;
}

.home-testimonials {
    position: relative;
}

.ht-slider-container .bx-wrapper .bx-controls-direction a.bx-prev,
.ht-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    width: 33px;
    height: 34px;
    margin-top: 0;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}

.ht-slider-container .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -6%;
    right: auto;
    background-image: url(images/newstudent/testimonial-arrow2@2x.png);
}

.ht-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
    left: auto;
    right: -6%;
    background-image: url(images/newstudent/testimonial-arrow@2x.png);
}

.home-testimonial {
    font-size: 2em;
}

.home-testimonial-text {
    font-style: italic;
}

.header-banner {
    position: relative;
    padding: 5% 0;
}

.header-banner-style-1 {
    background: rgb(244 176 21);
    background: -moz-linear-gradient(90deg, rgb(255 205 93) 0%, rgb(244 176 21) 100%);
    background: -webkit-linear-gradient(90deg, rgb(255 205 93) 0%, rgb(244 176 21) 100%);
    background: linear-gradient(90deg, rgb(255 205 93) 0%, rgb(244 176 21) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFCD5D", endColorstr="#F4B015", GradientType=1);
}

.header-banner-style-0 {
    background: rgb(215 237 188);
    background: -moz-linear-gradient(90deg, rgb(215 237 188) 0%, rgb(162 173 103) 100%);
    background: -webkit-linear-gradient(90deg, rgb(215 237 188) 0%, rgb(162 173 103) 100%);
    background: linear-gradient(90deg, rgb(215 237 188) 0%, rgb(162 173 103) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#D7EDBC", endColorstr="#A2AD67", GradientType=1);
}

.header-banner-layer {
    filter: grayscale(100%);
    mix-blend-mode: screen;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.section-large-title {
    padding: 3% 0;
    font-size: 4em;
}

.banner-title {
    position: relative;
    display: block;
    width: 100%;
    color: black;
    text-align: left;
    font-weight: 700;
    font-size: 3.2em;
    z-index: 1;
    /*
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    */
}

.section-content {
    margin: 60px 10%;
}

.section-content-upper,
.section-content-lower {
    display: flex;
    padding-top: 30px;
}

.section-upper-left {
    width: 60%;
    padding-right: 50px;
}

.section-title {
    padding: 2% 0;
    font-size: 2.4em;
    font-weight: 600;
}

.section-text {
    padding: 2% 0;
}

.section-detail {
    padding: 0;
}

.section-detail h5 {
    padding-bottom: 20px;
    font-size: 2.2em;
    font-weight: 600;
}

.section-detail p {
    font-size: 1.9em;
}

.section-upper-right {
    width: 40%;
    position: relative;
}

.section-lower-left {
    padding-right: 50px;
    width: 50%
}

.section-lower-left p,
.section-lower-right p {
    font-size: 1.9em
}

.section-lower-right {
    width: 50%;
}

.table-row-1,
.table-row-2,
.table-row-3,
.table-row-4,
.table-header-title {
    width: 25%;
}

.section-table-content {
    display: flex;
    flex-wrap: wrap;
}

.section-table-header {
    display: flex;
}

.section-table-header div,
.section-table-content div {
    border: solid 1px #B9C3A6;
    padding: 2%;
    font-size: 1.8em;
}

.section-table-header div {
    background: rgb(164, 121, 80);
    background: -moz-linear-gradient(90deg, rgb(164, 121, 80) 0%, rgb(84, 73, 71) 100%);
    background: -webkit-linear-gradient(90deg, rgb(164, 121, 80) 0%, rgb(84, 73, 71) 100%);
    background: linear-gradient(90deg, rgb(164, 121, 80) 0%, rgb(84, 73, 71) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#A47950", endColorstr="#544947", GradientType=1);
    color: white;
}

.section-content-table {
    padding-top: 30px;
}

.photos-slider-container .bx-pager a.active {
    display: inline-block;
    border: 1px solid red;
    padding: 5px;
    padding-bottom: 0px !important;
    margin-bottom: 50px;
}

.nd-slide span,
.photos-slider-container .bx-wrapper .bx-controls-direction a,
.photos-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.photos-slider-container .bx-wrapper,
.photos-slider-container .bx-viewport,
.photos-slider,
.photos-slide {
    position: relative;
    padding-bottom: 44%;
    height: 0;
}

.photos-slider-container {
    margin: 6% 0 0;
}

.photos-slider-container .bx-wrapper .bx-controls-direction a {
    top: 90.6%;
    width: 33px;
    height: 33px;
}

.photos-slider-container .bx-wrapper .bx-prev {
    background-image: url(images/newstudent/white-arrow-prev-btn@2x.png);
    left: unset;
    right: 17%;
    /*180px*/
}

.photos-slider-container .bx-wrapper .bx-next {
    background-image: url(images/newstudent/white-arrow-btn@2x.png);
    right: 4%;
    /*42px*/
}

.photos-slider-container .bx-wrapper .bx-controls-direction {
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: 99;
    width: 100%;
    text-align: right;
}

.photos-slider-container .bx-wrapper .bx-controls-direction a {
    position: absolute;
    display: inline-block;
}

.photos-slider-container .bx-wrapper .bx-controls-direction a,
.photos-slider-container .bx-wrapper .bx-pager {
    display: none;
}

.nd-slider-container .bx-wrapper .bx-controls-direction a {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.nd-slider-container .bx-wrapper,
.nd-slider-container .bx-viewport {
    position: relative;
    padding-bottom: 12.1%;
    height: 0;
    background-color: #002D50;
}

.nd-slider,
.nd-slide {
    position: relative;
    padding-bottom: 2.1%;
    /*18%*/
    height: 0;
}

.nd-slider-container .bx-wrapper .bx-controls-direction {
    position: inherit;
    height: 100%;
    top: 0;
}

.nd-slider-container .bx-wrapper .bx-controls-direction a {
    display: block;
    position: absolute;
    top: 0;
    width: 41px;
    height: 100%;
    background-image: url(images/newstudent/white-prev.png);
    background-size: cover;
}

.nd-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    background-image: url(images/newstudent/white-next.png);
}

.nd-slide {
    width: 18%;
    margin: 0;
    /*20px 5px*/
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.nd-slide span {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 90%;
}

.nd-slider-container .bx-wrapper .bx-controls-direction a {
    margin-top: 0px;
}

.nd-slider-container .bx-wrapper .bx-prev {
    left: 0px;
}

.nd-slider-container .bx-wrapper .bx-next {
    left: unset;
}

.nd-slider-container .bx-viewport {
    width: 80%!important;
    margin: 0 auto;
}

.details-button-container {
    padding: 2% 0;
}

.details-button {
    display: inline-block;
    padding: 1em 2em;
    font-size: 2em;
    font-weight: 700;
    color: white;
    background: #F9C259;
    background: -moz-linear-gradient(90deg, #F9C259 0%, #CA8809 100%);
    background: -webkit-linear-gradient(90deg, #F9C259 0%, #CA8809 100%);
    background: linear-gradient(90deg, #F9C259 0%, #CA8809 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#F9C259", endColorstr="#CA8809", GradientType=1);
}

.details-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.details-wrapper+.details-wrapper {
    padding-top: 0;
}

.details-wrapper+.details-wrapper.section-large-title {
    padding-top: 3%;
}


/* Photos styling from newsletter */

.details-photo-more-caption,
.details-photo-caption,
.details-photo-inner,
.details-photo {
    display: block;
}

.details-photo.details-photo-more:after,
.details-photo.with-caption:before {
    content: "";
}

.details-photo-more-caption,
.details-caption {
    position: absolute;
}

.details-photo-caption,
.details-photo {
    position: relative;
}

.details-photo {
    float: left;
}

.event-more,
.details-photo-more-caption {
    text-align: center;
}

.details-photos {
    padding: 2% 0;
    overflow: hidden;
}

.details-photo-more-caption,
.side-menu i,
.search-form-submit {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.details-photo-inner,
.fsli-image-inner,
.fsh-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.details-photos-contain .details-photo-inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.details-photos:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.details-photo {
    margin: 0 1% 1% 0;
}


/* total 1 photo: 1 in 1st row */

.details-photos-1 .details-photo {
    float: none;
    width: 100%;
    margin-right: 0;
}


/* total 2 or 4 photos: 2 in 1st row */

.details-photos-2 .details-photo:first-child,
.details-photos-2 .details-photo:nth-child(2),
.details-photos-4 .details-photo:first-child,
.details-photos-4 .details-photo:nth-child(2) {
    width: 49.5%;
}

.details-photos-2 .details-photo:nth-child(2),
.details-photos-4 .details-photo:nth-child(2) {
    margin-right: 0;
}

.details-photos-2 .details-photo:nth-child(3),
.details-photos-4 .details-photo:nth-child(3) {
    clear: both;
}


/* total 3 or 5+ photos: 3 in 1st row */

.details-photos-3 .details-photo:first-child,
.details-photos-3 .details-photo:nth-child(2),
.details-photos-3 .details-photo:nth-child(3),
.details-photos-5 .details-photo:first-child,
.details-photos-5 .details-photo:nth-child(2),
.details-photos-5 .details-photo:nth-child(3),
.details-photos-6 .details-photo:first-child,
.details-photos-6 .details-photo:nth-child(2),
.details-photos-6 .details-photo:nth-child(3),
.details-photos-7 .details-photo:first-child,
.details-photos-7 .details-photo:nth-child(2),
.details-photos-7 .details-photo:nth-child(3),
.details-photos-more .details-photo:first-child,
.details-photos-more .details-photo:nth-child(2),
.details-photos-more .details-photo:nth-child(3) {
    width: 32.66%;
}

.details-photos-3 .details-photo:nth-child(3),
.details-photos-5 .details-photo:nth-child(3),
.details-photos-6 .details-photo:nth-child(3),
.details-photos-7 .details-photo:nth-child(3),
.details-photos-more .details-photo:nth-child(3) {
    margin-right: 0;
}

.details-photos-4 .details-photo:nth-child(3) {
    clear: both;
}


/* total 4 or 5 photos: 2 in 2nd row */

.details-photos-4 .details-photo:nth-child(3),
.details-photos-4 .details-photo:nth-child(4),
.details-photos-5 .details-photo:nth-child(4),
.details-photos-5 .details-photo:nth-child(5) {
    width: 49.5%;
}

.details-photos-4 .details-photo:nth-child(4),
.details-photos-5 .details-photo:nth-child(5) {
    margin-right: 0;
}


/* total 6 photos: 3 in 2nd row */

.details-photos-6 .details-photo:nth-child(4),
.details-photos-6 .details-photo:nth-child(5),
.details-photos-6 .details-photo:nth-child(6) {
    width: 32.66%;
}

.details-photos-6 .details-photo:nth-child(6) {
    margin-right: 0;
}


/* total 7+ photos: 4 in 2nd row */

.details-photos-7 .details-photo:nth-child(4),
.details-photos-7 .details-photo:nth-child(5),
.details-photos-7 .details-photo:nth-child(6),
.details-photos-7 .details-photo:nth-child(7),
.details-photos-more .details-photo:nth-child(4),
.details-photos-more .details-photo:nth-child(5),
.details-photos-more .details-photo:nth-child(6),
.details-photos-more .details-photo:nth-child(7) {
    width: 24.25%;
}

.details-photos-7 .details-photo:nth-child(7),
.details-photos-more .details-photo:nth-child(7) {
    margin-right: 0;
}

.details-photos-hide .details-photo,
.details-photo-hide {
    display: none;
}

.details-photo-inner {
    width: 100%;
    height: 0;
    padding-bottom: 67%;
}

.details-photos-contain .details-photo-inner {
    background-color: #f1f1f2;
}

.details-photo-inner.contain {
    background-color: #f1f1f2;
    background-size: contain;
}

.details-photo.with-caption:before {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.details-photo-caption {
    color: white;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.5;
    padding: 15px 25px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.details-photo.with-caption:hover:before,
.details-photo:hover .details-photo-caption {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.details-photo.details-photo-more:after,
.details-photo.with-caption:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.details-photo.details-photo-more:before {
    display: none;
}

.details-photo.details-photo-more:after {
    background-color: rgba(248, 193, 88, 0.2);
}

.details-photo-more-caption {
    color: white;
    font-size: 3.2em;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    padding: 15px 25px;
    z-index: 2;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background: transparent;
    box-sizing: border-box;
    border: 2px solid #212121;
}

.header {
    background-color: white;
    z-index: 1000;
    position: relative
}

.fp-tableCell,
.vertical-scrolling {
    height: unset!important;
}

.menu-text {
    position: absolute;
    right: 43%;
    color: white;
    font-size: 3em;
    top: 34%;
}

#fp-nav ul li .fp-tooltip {
    right: 20px!important;
    display: block;
    color: #544947;
    width: 30px;
    font-weight: 700;
    font-size: 12px;
    opacity: unset;
    top: 0;
    max-width: fit-content!important;
    overflow: unset!important;
    width: 360px;
    white-space: nowrap!important;
}

#fp-nav ul li {
    height: 17px
}

.main-menu {
    padding-top: 30px;
}

.header-title-image {
    padding: 10px 0;
}

.header-title-image img {
    width: 30%;
    max-width: 320px;
}

.section-text table {
    margin-bottom: 40px;
}

.section-text table th,
.section-text table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.language-switcher {
    padding: 0 0 0 30px;
}

body.logged-in .language-switcher {
    padding-top: 30px;
}

.main-menu .language-switcher ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-right: 15px;
}

.main-menu .language-switcher ul li a {
    font-size: 2em;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.main-menu ul.dot-menu {}

.main-menu ul.dot-menu li {
    display: list-item;
    list-style: disc outside;
    padding: 15px 20px 5px 5px;
    margin-left: 25px;
    color: white;
}

.main-menu ul.dot-menu li a {
    display: block;
    font-size: 1.8em;
    color: white;
}

.table-container {
    overflow-x: auto;
}

.home-popup {
    width: 80%;
    max-width: 500px;
    padding: 4em 2em;
    color: white;
    background-color: #a2ad66;
    border-radius: 20px;
}

.home-popup p {
    font-size: 2em;
}

.home-popup a {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 0.9em;
    font-weight: 700;
    color: white;
    background: #F9C259;
    background: -moz-linear-gradient(90deg, #F9C259 0%, #CA8809 100%);
    background: -webkit-linear-gradient(90deg, #F9C259 0%, #CA8809 100%);
    background: linear-gradient(90deg, #F9C259 0%, #CA8809 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#F9C259", endColorstr="#CA8809", GradientType=1);
}

.home-popup-text a:hover {
    text-decoration: underline;
}

#fullpage {
    transform: none !important;
}

#fp-nav ul li .fp-tooltip.right {
    opacity: 0;
}

#fp-nav ul li:hover .fp-tooltip.right {
    opacity: 1;
}