

/* CSS Document */

.FFClanOffcWebProNewsSC {
    /* font-family: FFClanOffcWebProNewsSC; */
    font-family: FFClanOffcWebProNewsSC;
    font-weight: normal;
    font-style: normal;
}

.FFClanWebProNews {
    /* font-family: FFClanWebProNews; */
    font-family: FFClanWebProNews;
    font-weight: normal;
    font-style: normal;
}

.UniviaProRegular {
    /* font-family: UniviaProRegular; */
    font-family: UniviaProRegular;
    font-weight: normal;
    font-style: normal;
}

.UniviaPro-Medium {
    /* font-family: UniviaPro-Medium; */
    font-family: UniviaPro-Medium;
    font-weight: normal;
    font-style: normal;
}


/* -----------------------------------------------------------------------------------

	RESET & CLEARFIX

----------------------------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
figure,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

:focus {
    outline: 0;
}


/* deleting the default appearence for form elements */

input[type=text],
input[type=password],
input[type=submit],
input[type=number],
input[type=button],
textarea,
button,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}


/* HTML5 display definitions */

article,
aside,
details,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
    visibility: hidden;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}


/* Disable hover pointers on scrolling (class set by js) */

.is-scrolling,
.is-scrolling * {
    pointer-events: none;
}


/* Disable scrolling */

.noscroll {
    overflow: hidden;
}


/* Clear focus element */

*:focus,
*:hover,
*:active,
a,
input,
select,
textarea,
button,
button:focus,
img,
.btn,
.btn:focus {
    outline: none !important;
    outline-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a {
    color: #0098ce;
}

a:visited {
    color: #0098ce;
}

a:hover {
    color: #005e85;
}

.text-light a {
    color: #fff;
}

.text-light a:hover {
    color: #fff;
}

.post,
.page {
    margin: 0;
}

sup {
    font-size: 75%;
}

body {
    /* font-family: FFClanWebProNews, 'Sarabun', sans-serif; */
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    font-size: 1.01em;
    line-height: 1.75;
    background-color: #f8f9fa;
    color: #4e4d4d;
}

strong {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-style: normal;
    line-height: 1.375;
}

h1,
.h1 {
    /* font-family: UniviaPro-Medium, 'Sarabun', sans-serif; */
    font-family: 'Sarabun', sans-serif;
    font-size: 2em;
    margin-bottom: 0.5em;
}

h2,
.h2 {
    /* font-family: UniviaPro-Medium, 'Sarabun', sans-serif; */
    font-family: 'Sarabun', sans-serif;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

h3,
.h3 {
    /* font-family: UniviaPro-Medium, 'Sarabun', sans-serif; */
    font-family: 'Sarabun', sans-serif;
    font-size: 1.375em;
    margin-bottom: 0.375em;
}

h4,
.h4 {
    /* font-family: UniviaProRegular, 'Sarabun', sans-serif; */
    font-family: 'Sarabun', sans-serif;
    font-size: 1.25em;
    margin-bottom: 0.25em;
}

h5,
.h5 {
    /* font-family: UniviaProRegular, 'Sarabun', sans-serif; */
    font-family: 'Sarabun', sans-serif;
    font-size: 1.125em;
    margin-bottom: 0.25em;
}

h6,
.h6 {
    /* font-family: UniviaProRegular, 'Sarabun', sans-serif; */
    font-family: 'Sarabun', sans-serif;
    font-size: 1em;
    margin-bottom: 0.25em;
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 2.25em;
    }
    h2,
    .h2 {
        font-size: 1.75em;
    }
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.5em;
    }
    h2,
    .h2 {
        font-size: 2em;
    }
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
    font-weight: 600;
}

p,
ul,
ol {
    margin: 0 0 1.5em 0;
}

ul li {
    list-style: inside;
}

ol li {
    list-style: inside decimal;
}

ul li+li,
ol li+li {
    margin-top: 0.5em;
}

ul.nolist li,
ul.list-icon li,
ul.list-unstyled li,
ul.list-dash li,
ul.list-long-dash li {
    position: relative;
    list-style: none;
    list-style-type: none;
}

ul.list-dash li:before,
ul.list-long-dash li:before {
    padding-right: 8px;
}

ul.list-dash,
ul.list-long-dash {
    padding-left: 20px;
}

@media (min-width: 768px) {
    ul.list-dash,
    ul.list-long-dash {
        padding-left: 40px;
    }
}

ul.list-dash li ul,
ul.list-dash li ol,
ul.list-long-dash li ul,
ul.list-long-dash li ol {
    padding-left: 40px;
}

ul.list-icon li {
    padding-left: 30px;
}

ul.list-icon li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

ul.list-icon.list-dash li:before {
    content: '\002D';
}

ul.list-icon.list-long-dash li:before {
    content: '\0336';
}

ul.list-icon.list-icon-check li:before {
    content: "\f00c";
}

ul.list-icon.list-icon-close li:before {
    content: "\f00d";
}

ul.list-icon.list-icon-plus li:before {
    content: "\f067";
}

ul.list-icon.list-icon-arrow li:before {
    content: "\f061";
}

ul.list-icon.list-icon-caret li:before {
    content: "\f0da";
}

ul.list-icon.list-icon-trophy li:before {
    content: "\f091";
}

ul.list-icon.list-icon-heart li:before {
    content: "\f004";
}

ul.list-icon.list-icon-globe li:before {
    content: "\f0ac";
}

ul.list-icon.list-icon-circle-check li:before {
    content: "\f058";
}

ul.list-icon.list-icon-circle-plus li:before {
    content: "\f055";
}

ul.list-icon.list-icon-circle-arrow li:before {
    content: "\f138";
}

.text-blue {
    color: #005e85 !important;
}

.text-blue-dark {
    color: #004987 !important;
}

.bg-primary {
    background-color: #005e85 !important;
}

.bg-white {
    background-color: #fff;
}

.bg-grey-1 {
    background-color: #ededed;
}

.bg-blue-1 {
    background-color: #e2edf7;
}

.bg-blue-2 {
    background-color: #e5f0fb;
}

.bg-blue-3 {
    background-color: #dbebf0;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-plan-your-visit {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spacer-mini {
    height: 20px;
}

.spacer-small {
    height: 30px;
}

.spacer,
.spacer-medium {
    height: 50px;
}

.spacer-big {
    height: 70px;
}

@media (min-width: 992px) {
    .spacer-small {
        height: 40px;
    }
    .spacer,
    .spacer-medium {
        height: 60px;
    }
    .spacer-big {
        height: 100px;
    }
}

.img-bound {
    width: 100%;
}

.figure-infographic figcaption {
    padding: 0.75em 0;
    font-size: 0.75em;
    text-align: center;
}

.btn-white {
    color: #005e85 !important;
}

.btn-white:hover,
.btn-white:focus {
    color: #004987 !important;
}

.btn-round {
    height: 46px;
    line-height: 46px;
    padding: 0 50px;
    border: none;
    border-radius: 23px;
    background-color: #005e85;
    color: #fff;
}

.btn-round:hover {
    background-color: #004987;
    color: #fff;
}

.btn-round:visited {
    color: #fff;
}

@media (min-width: 992px) {
    .btn-round {
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
    }
}

.border-dark {
    border-color: #005e85 !important;
}

.border-dashed {
    border-style: dashed !important;
}


/* -----------------------------------------------------------------------------------

	Bootstrap Container

----------------------------------------------------------------------------------- */

.container.container-nogutter,
.container-fluid.container-nogutter,
.container.container-nogutter>.row>[class*="col-"],
.container-fluid.container-nogutter>.row>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.container.container-nogutter>.row,
.container-fluid.container-nogutter>.row {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 767px) {
    .container.container-sm-fluid {
        width: 100% !important;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container.container-sm-nogutter,
    .container-fluid.container-sm-nogutter,
    .container.container-nogutter,
    .container-fluid.container-nogutter,
    .container.container-sm-nogutter>.row>[class*="col-"],
    .container-fluid.container-sm-nogutter>.row>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .container.container-sm-nogutter>.row,
    .container-fluid.container-sm-nogutter>.row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .container.container-md-fluid {
        width: 100% !important;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container.container-md-nogutter,
    .container-fluid.container-md-nogutter,
    .container.container-nogutter,
    .container-fluid.container-nogutter,
    .container.container-md-nogutter>.row>[class*="col-"],
    .container-fluid.container-md-nogutter>.row>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .container.container-md-nogutter>.row,
    .container-fluid.container-md-nogutter>.row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .container.container-lg-fluid {
        width: 100% !important;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container.container-lg-nogutter,
    .container-fluid.container-lg-nogutter,
    .container.container-nogutter,
    .container-fluid.container-nogutter,
    .container.container-lg-nogutter>.row>[class*="col-"],
    .container-fluid.container-lg-nogutter>.row>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .container.container-lg-nogutter>.row,
    .container-fluid.container-lg-nogutter>.row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 1439px) {
    .container.container-xl-fluid {
        width: 100% !important;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container.container-xl-nogutter,
    .container-fluid.container-xl-nogutter,
    .container.container-nogutter,
    .container-fluid.container-nogutter,
    .container.container-xl-nogutter>.row>[class*="col-"],
    .container-fluid.container-xl-nogutter>.row>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .container.container-xl-nogutter>.row,
    .container-fluid.container-xl-nogutter>.row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 576px) {
    .container-outer .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container-outer .container.container-nogutter {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .container-outer .container.container-lg-nogutter {
        padding-left: 0;
        padding-right: 0;
    }
}

.wrapper {
    width: calc(100% - 30px);
    margin: 0 auto;
}

@media (min-width: 576px) {
    .wrapper {
        width: calc(100% - 60px);
    }
}


/* -----------------------------------------------------------------------------------

	ISOTOPE

----------------------------------------------------------------------------------- */


/* masonry / isotope */

.isotope-grid {
    width: 100%;
}

.isotope-grid::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.isotope-grid {
    *display: inline-block;
}

.isotope-grid[class*='isotope-spaced'] {
    left: 20px;
    width: calc(100% - 20px);
    margin-bottom: -20px;
}

[class*='wrapper'] .isotope-grid[class*='isotope-spaced'] {
    left: 0;
    width: calc(100% + 20px);
}

.isotope-grid[class*='isotope-spaced-big'] {
    left: 40px;
    width: calc(100% - 40px);
    margin-bottom: -40px;
}

[class*='wrapper'] .isotope-grid[class*='isotope-spaced-big'] {
    width: calc(100% + 40px);
}

.isotope-grid[class*='isotope-spaced-huge'] {
    left: 80px;
    width: calc(100% - 80px);
    margin-bottom: -80px;
}

[class*='wrapper'] .isotope-grid[class*='isotope-spaced-huge'] {
    width: calc(100% + 80px);
}

.isotope-grid .isotope-item {
    position: relative;
    float: left;
    margin-bottom: -0.5px;
    /* workaround for hiding minipixels */
}

.isotope-grid[class*='isotope-spaced'] .isotope-item {
    margin-bottom: 20px;
    margin-right: 20px;
}

.isotope-grid[class*='isotope-spaced-big'] .isotope-item {
    margin-bottom: 40px;
    margin-right: 40px;
}

.isotope-grid[class*='isotope-spaced-huge'] .isotope-item {
    margin-bottom: 80px;
    margin-right: 80px;
}

.isotope-grid.style-column-1 {
    width: 100%;
    left: 0;
    text-align: center;
}

.isotope-grid.style-column-1 .isotope-item {
    width: 100%;
    margin-right: 0px;
}

.isotope-grid.style-column-1[class*='isotope-spaced'] a.thumb-hover {
    display: inline-block;
    margin: 0 auto;
    width: auto;
}

.isotope-grid.style-column-1 .lazy-wrapper {
    margin: 0 auto;
}

.isotope-grid.style-column-2 .isotope-item {
    width: 50%;
}

.isotope-grid.style-column-2 .isotope-item.double-width {
    width: 100%;
}

.isotope-grid.style-column-3 .isotope-item {
    width: 33.33%;
}

.isotope-grid.style-column-3 .isotope-item.double-width {
    width: 66.66%;
}

.isotope-grid.style-column-4 .isotope-item {
    width: 25%;
}

.isotope-grid.style-column-4 .isotope-item.double-width {
    width: 50%;
}

.isotope-grid.style-column-5 .isotope-item {
    width: 20%;
}

.isotope-grid.style-column-5 .isotope-item.double-width {
    width: 40%;
}

.isotope-grid.style-column-2[class*='isotope-spaced'] .isotope-item {
    width: calc(50% - 20px);
}

.isotope-grid.style-column-2[class*='isotope-spaced'] .isotope-item.double-width {
    width: calc(100% - 20px);
}

.isotope-grid.style-column-3[class*='isotope-spaced'] .isotope-item {
    width: calc(33.33% - 20px);
}

.isotope-grid.style-column-3[class*='isotope-spaced'] .isotope-item.double-width {
    width: calc(66.66% - 20px);
}

.isotope-grid.style-column-4[class*='isotope-spaced'] .isotope-item {
    width: calc(25% - 20px);
}

.isotope-grid.style-column-4[class*='isotope-spaced'] .isotope-item.double-width {
    width: calc(50% - 20px);
}

.isotope-grid.style-column-5[class*='isotope-spaced'] .isotope-item {
    width: calc(20% - 20px);
}

.isotope-grid.style-column-5[class*='isotope-spaced'] .isotope-item.double-width {
    width: calc(40% - 20px);
}

.isotope-grid.style-column-2[class*='isotope-spaced-big'] .isotope-item {
    width: calc(50% - 40px);
}

.isotope-grid.style-column-2[class*='isotope-spaced-big'] .isotope-item.double-width {
    width: calc(100% - 40px);
}

.isotope-grid.style-column-3[class*='isotope-spaced-big'] .isotope-item {
    width: calc(33.33% - 40px);
}

.isotope-grid.style-column-3[class*='isotope-spaced-big'] .isotope-item.double-width {
    width: calc(66.66% - 40px);
}

.isotope-grid.style-column-4[class*='isotope-spaced-big'] .isotope-item {
    width: calc(25% - 40px);
}

.isotope-grid.style-column-4[class*='isotope-spaced-big'] .isotope-item.double-width {
    width: calc(50% - 40px);
}

.isotope-grid.style-column-5[class*='isotope-spaced-big'] .isotope-item {
    width: calc(20% - 40px);
}

.isotope-grid.style-column-5[class*='isotope-spaced-big'] .isotope-item.double-width {
    width: calc(40% - 40px);
}

.isotope-grid.style-column-2[class*='isotope-spaced-huge'] .isotope-item {
    width: calc(50% - 80px);
}

.isotope-grid.style-column-2[class*='isotope-spaced-huge'] .isotope-item.double-width {
    width: calc(100% - 80px);
}

.isotope-grid.style-column-3[class*='isotope-spaced-huge'] .isotope-item {
    width: calc(33.33% - 80px);
}

.isotope-grid.style-column-3[class*='isotope-spaced-huge'] .isotope-item.double-width {
    width: calc(66.66% - 80px);
}

.isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item {
    width: calc(25% - 80px);
}

.isotope-grid.style-column-4[class*='isotope-spaced-huge'] .isotope-item.double-width {
    width: calc(50% - 80px);
}

.isotope-grid.style-column-5[class*='isotope-spaced-huge'] .isotope-item {
    width: calc(20% - 80px);
}

.isotope-grid.style-column-5[class*='isotope-spaced-huge'] .isotope-item.double-width {
    width: calc(40% - 80px);
}

.isotope-grid .isotope-item img {
    width: 100%;
}

.isotope-grid .isotope-item .ratio-wrapper>img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100% !important;
}


/*
	Team
----------------------------------------------*/

.isotope-grid.isotope-team {
    left: 0;
    width: 100%;
    margin-bottom: -30px;
}

.isotope-grid.isotope-team .isotope-item {
    float: none;
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}

.isotope-grid.isotope-team .post-media {
    margin: 0 0 20px 0;
    text-align: center;
}

.isotope-grid.isotope-team .post-media img {
    width: 100%;
    max-width: 300px;
    border: 2px solid #9fd1f2;
    padding: 8px;
    background-color: #fff;
}

.isotope-grid.isotope-team .post-entry .text-title {
    display: block;
    font-size: 1.125em;
    color: #0098ce;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4e4d4d;
}

.isotope-grid.isotope-team .post-entry .text-title a {
    color: #0098ce;
}

.isotope-grid.isotope-team .post-entry .text-title a:hover {
    color: #004987;
    text-decoration: none;
}

.isotope-grid.isotope-team .post-entry .text-title-secondary {
    font-size: 1.125em;
    color: #005e85;
    margin-bottom: 5px;
}

@media (min-width: 576px) {
    .isotope-grid.isotope-team {
        width: calc(100% + 30px);
        margin-bottom: -30px;
    }
    .isotope-grid.isotope-team .isotope-item {
        float: left;
        width: calc(50% - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .isotope-grid.isotope-team {
        width: calc(100% + 65px);
        margin-bottom: -65px;
    }
    .isotope-grid.isotope-team .isotope-item {
        width: calc(50% - 65px);
        margin-right: 65px;
        margin-bottom: 65px;
    }
    .isotope-grid.isotope-team .post-entry .text-title {
        font-size: 1.25em;
    }
}


/*
	Gallery
----------------------------------------------*/

.isotope-grid.isotope-column-gallery {
    left: 0;
    width: 100%;
    margin-bottom: -15px;
}

.isotope-grid.isotope-column-gallery .isotope-item {
    float: none;
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}

.isotope-grid.isotope-column-gallery .post-media img {
    width: 100%;
}

@media (min-width: 576px) {
    .isotope-grid.isotope-column-gallery {
        width: calc(100% + 20px);
        margin-bottom: -20px;
    }
    .isotope-grid.isotope-column-gallery .isotope-item {
        float: left;
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .isotope-grid.isotope-column-gallery {
        width: calc(100% + 30px);
        margin-bottom: -30px;
    }
    .isotope-grid.isotope-column-gallery .isotope-item {
        width: calc(33.3333333% - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
    }
}


/*
	Awards
----------------------------------------------*/

.isotope-grid.isotope-wards {
    left: 0;
    width: calc(100% + 15px);
    margin-bottom: -30px;
}

.isotope-grid.isotope-wards .isotope-item {
    float: left;
    position: relative;
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 30px;
}

.isotope-grid.isotope-wards .post-media {
    padding: 0 15px;
    text-align: center;
}

.isotope-grid.isotope-wards .post-media img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}

.isotope-grid.isotope-wards .post-entry {
    padding: 15px 0 0 0;
    text-align: center;
}

.isotope-grid.isotope-wards .post-entry ul {
    color: #88aac5;
    font-weight: 600;
}

.isotope-grid.isotope-wards .post-entry ul li {
    list-style: inside;
}

.isotope-grid.isotope-wards .post-entry .text-title {
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
    color: #88aac5;
}

.isotope-grid.isotope-wards .post-entry .text-title strong {
    font-weight: 600;
}

.isotope-grid.isotope-wards .post-entry .text-badge {
    display: inline-block;
    line-height: 1.5;
    margin: 0 0 5px 0;
    padding: 2px 15px;
    background-color: #88aac5;
    font-size: 1em;
    color: #fff;
    font-weight: 600;
}

.isotope-grid.isotope-wards .post-entry .text-meta {
    margin-top: 5px;
    font-size: 0.75em;
    line-height: 1.5;
    color: #808080;
}

@media (min-width: 768px) {
    .isotope-grid.isotope-wards.items-5 {
        width: calc(100% + 15px);
        margin-bottom: -30px;
    }
    .isotope-grid.isotope-wards.items-5 .isotope-item {
        width: calc(33.3333333% - 15px);
        margin-right: 15px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .isotope-grid.isotope-wards.items-3 .isotope-item {
        width: calc(33.3333333% - 15px);
        margin-right: 15px;
        margin-bottom: 30px;
    }
    .isotope-grid.isotope-wards.items-4 {
        width: calc(100% + 15px);
        margin-bottom: -30px;
    }
    .isotope-grid.isotope-wards.items-4 .isotope-item {
        width: calc(25% - 15px);
        margin-right: 15px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .isotope-grid.isotope-wards {
        width: calc(100% + 30px);
        margin-bottom: -30px;
    }
    .isotope-grid.isotope-wards.items-3 .isotope-item {
        width: calc(33.3333333% - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .isotope-grid.isotope-wards.items-5 {
        width: calc(100% + 15px);
        margin-bottom: -30px;
    }
    .isotope-grid.isotope-wards.items-5 .isotope-item {
        width: calc(20% - 15px);
        margin-right: 15px;
        margin-bottom: 30px;
    }
}


/* -----------------------------------------------------------------------------------

	Flex Box

----------------------------------------------------------------------------------- */

.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
}

.box-cell {
    position: relative;
    box-sizing: border-box;
}

#page {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}


/* -----------------------------------------------------------------------------------

	Header

----------------------------------------------------------------------------------- */

header {
    z-index: 1001;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
}

@media (min-width: 1200px) {
    header {
        position: relative;
        height: auto;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .header-inner {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
}


/* -----------------------------------------------------------------------------------

	Logo

----------------------------------------------------------------------------------- */

#logo {
    z-index: 1505;
    position: absolute;
    top: 0;
    left: 50%;
    width: 92px;
    height: 70px;
    margin-left: -42px;
    background: url(../image/logo-superior-art-new.svg) 50% 50% no-repeat;
    background-size: 92px 50px;
    text-indent: -9999px;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    #logo {
        position: relative;
        left: auto;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        width: 147px;
        height: 100px;
        margin: 0 0 0 15px;
        background: url(../image/logo-superior-art-new.svg) 50% 50% no-repeat;
        background-size: 147px 80px;
    }
    #header-menu {
        display: flex;
    }
}

@media (min-width: 1200px) {
    #logo {
        margin-left: 30px;
    }
}


/* -----------------------------------------------------------------------------------

	Menu Action

----------------------------------------------------------------------------------- */

#menu-action {
    z-index: 1503;
    position: relative;
    width: 56px;
    height: 70px;
    transition: all 0.4s ease;
}

@media (min-width: 992px) {
    #menu-action {
        display: none;
    }
}

.menu-toggle {
    z-index: 10;
    position: relative;
    display: block;
    float: left;
    width: 56px;
    height: 70px;
    cursor: pointer;
    overflow: hidden;
    transition: height 0.3s ease, transform 0.4s ease;
}

@media (min-width: 576px) {
    .menu-toggle {
        width: 86px;
    }
}

.menu-toggle span.hamburger,
.menu-toggle span.hamburger::after,
.menu-toggle span.hamburger::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
    background: #808080;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: all 0.4s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0s;
}

.menu-toggle span.hamburger::before {
    margin-top: -7px;
    top: 0;
}

.menu-toggle span.hamburger::after {
    margin-top: 7px;
    top: 0;
}

:not(.menu-is-open) .menu-toggle:hover span.hamburger {
    width: 18px;
    margin-left: -9px;
}

.menu-is-open .menu-toggle span.hamburger {
    background: transparent !important;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}

.menu-is-open .menu-toggle span.hamburger::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 0;
}

.menu-is-open .menu-toggle span.hamburger::after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 0;
}


/* -----------------------------------------------------------------------------------

	Main Menu

----------------------------------------------------------------------------------- */

#menu-inner {
    z-index: 1502;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    padding: 35px 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: all 0.3s ease 0.3s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.menu-is-open #menu-inner {
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    transition-delay: 0.2s;
}

@media (min-width: 992px) {
    #menu-inner {
        position: relative;
        top: auto;
        width: auto;
        height: auto;
        padding: 0;
        background-color: transparent;
        font-size: 0.75em;
        opacity: 1;
        visibility: visible;
        overflow: visible !important;
    }
}

@media (min-width: 1200px) {
    #menu-inner {
        font-size: 0.875em;
    }
}

.menu-primary {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 26px;
    border-top: 1px solid #B9D2DC;
    border-bottom: 1px solid #B9D2DC;
}

.menu-primary li {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.menu-primary li+li {
    margin-top: 0;
    border-top: 1px solid #B9D2DC;
}

.menu-primary a {
    display: block;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu-primary a:hover {
    color: #005e85;
}

.menu-primary li.current-menu-item>a,
.menu-primary li.current-menu-parent>a {
    color: #005e85;
}

.menu-primary li.menu-item-has-children::after {
    content: "\f067";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 0.75em;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 46px;
    line-height: 46px;
    border-left: 1px solid #B9D2DC;
    background: #fff;
    background-size: 16px 16px;
    color: #000;
    text-align: center;
    cursor: pointer;
}

.menu-primary li.menu-item-has-children-open::after {
    content: "\f068";
    color: #005e85;
}

.menu-primary li.menu-item-has-children>a {
    position: relative;
    width: calc(100% - 70px);
}

.menu-primary li.menu-item-has-children>a.submenu-open {
    color: #005e85;
}

.menu-primary .sub-menu {
    display: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #B9D2DC;
    background-color: #e2edf7;
}

.menu-primary .sub-menu a {
    padding-left: 40px;
}

.menu-primary .sub-menu .sub-menu a {
    padding-left: 60px;
}

.menu-primary .sub-menu li.menu-item-has-children-open>a {
    background-color: #fff;
}

@media (min-width: 576px) {
    .menu-primary a {
        padding: 10px 30px;
    }
    .menu-primary .sub-menu a {
        padding-left: 60px;
    }
    .menu-primary .sub-menu .sub-menu a {
        padding-left: 90px;
    }
}

@media (min-width: 992px) {
    .menu-primary {
        position: relative;
        display: flex;
        overflow: visible;
        width: 100%;
        padding-bottom: 0;
        border: none;
        font-size: 0.875rem;
    }
    .menu-primary::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
    }
    .menu-primary>li+li {
        margin-top: 0;
        margin-left: 24px;
        border-top: none;
    }
    .menu-primary>li>a {
        color: #000;
    }
    .menu-primary>li>a:hover {
        color: #005e85;
    }
    .menu-primary>li.current-menu-item>a {
        color: #005e85;
    }
    .menu-primary>li.menu-item-has-children>a {
        position: relative;
        padding-right: 0;
    }
    .menu-primary>li.current-menu-item::before {
        width: 100%;
    }
    .menu-primary>li>a {
        padding: 14px 0;
        background-color: transparent;
    }
    .menu-primary>li:hover>a~.sub-menu,
    .menu-primary>li>a:hover~.sub-menu,
    .menu-primary .sub-menu:hover {
        position: absolute;
        top: 54px;
        left: -15px;
        display: block !important;
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        margin: 0;
        transition: all 0.3s ease;
    }
    .menu-primary .sub-menu>li:hover>a~.sub-menu,
    .menu-primary .sub-menu>li>a:hover~.sub-menu,
    .menu-primary .sub-menu .sub-menu:hover {
        z-index: 1;
        position: absolute;
        top: -1px;
        left: 237px;
        display: block !important;
        width: 280px;
        min-width: 280px;
        max-width: 280px;
    }
    .menu-primary .sub-menu li:hover>a {
        background-color: #fff;
        color: #005e85;
    }
    .menu-primary .sub-menu {
        border-top: none;
        border: 1px solid #B9D2DC;
    }
    .menu-primary .sub-menu a,
    .menu-primary .sub-menu .sub-menu a {
        padding: 10px 14px;
    }
    .menu-primary .sub-menu a:hover,
    .menu-primary .sub-menu .sub-menu a:hover {
        background-color: #fff !important;
    }
    .menu-primary .sub-menu li.current-menu-item>a,
    .menu-primary .sub-menu li.current-menu-parent>a {
        background-color: #fff;
    }
    .menu-primary li.menu-item-has-children>a {
        width: 100%;
        padding-right: 20px;
    }
    .menu-primary li.menu-item-has-children::after {
        width: 20px;
        line-height: 52px;
        border: none;
        background-color: transparent;
        text-align: right;
    }
    .menu-primary .sub-menu li.menu-item-has-children::after {
        width: 43px;
        line-height: 46px;
        text-align: center;
    }
    .menu-primary .sub-menu li.menu-item-has-children>a {
        padding-right: 43px;
    }
}

@media (min-width: 1200px) {
    .menu-primary>li+li {
        margin-left: 30px;
    }
}

@media (min-width: 1440px) {
    .menu-primary {
        width: calc(100% + 2vw);
    }
}


/* -----------------------------------------------------------------------------------

	Header Action

----------------------------------------------------------------------------------- */

#header-action {
    z-index: 1504;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 56px);
    margin-left: 56px;
}

#header-action button {
    position: absolute;
    width: auto;
    height: 70px;
    line-height: 70px;
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 0.875em;
    color: #808080;
}

#header-action .btn-search {
    left: auto;
    right: 0;
    width: 56px;
    height: 70px;
    background: url(../image/icon-search.svg) 50% 50% no-repeat;
    background-size: 24px 24px;
}

@media (min-width: 576px) {
    #header-action .btn-search {
        width: 86px;
    }
}

.menu-language {
    position: absolute;
    top: 105px;
    left: auto;
    right: 0;
    width: 56px;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transition-delay: 0.3s;
}

.menu-is-open .menu-language {
    opacity: 1;
    visibility: visible;
}

.menu-language li {
    position: relative;
    list-style: none;
}

.menu-language li a {
    display: block;
    line-height: 44px;
    text-decoration: none;
    text-align: center;
}

.menu-language a {
    color: #808080;
}

.menu-language a:hover,
.menu-language a.highlighted {
    color: #005e85;
}

.menu-language li.active a {
    color: #005e85;
}

.menu-language li.menu-item-has-children>a {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.menu-language li.menu-item-has-children>a::after {
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    z-index: -1;
    position: absolute;
    top: 20px;
    right: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 0.5rem;
    color: #808080;
    text-align: right;
    transition: all 0.3s ease;
}

.menu-language li.current-en::before {
    content: 'ENGLISH';
}

.menu-language ul {
    display: none;
    position: absolute;
    top: 56px !important;
    left: -15px !important;
    width: auto!important;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
}

.menu-language ul li {
    border-top: 1px solid #fff;
}

.menu-language ul li:first-child {
    border-top: none;
}

.menu-language ul a {
    display: block;
    width: auto;
    text-align: right;
    padding: 0 15px;
    background-color: #dfeef9;
}

@media (min-width: 576px) {
    .menu-language {
        width: 86px;
    }
}

@media (min-width: 992px) {
    .menu-language {
        position: relative;
        top: 0;
        right: auto;
        width: auto;
        margin-left: 5px;
        font-size: 0.75em;
        opacity: 1;
        visibility: visible;
    }
    .menu-language>li>a {
        line-height: 54px;
        font-weight: 600;
    }
    .menu-language>li>ul {
        top: 56px !important;
        left: auto !important;
        right: 0 !important;
        width: 100px !important;
    }
}

@media (min-width: 1200px) {
    .menu-language {
        margin-left: 15px;
        font-size: 0.875em;
    }
}

#header-action .btn-language {
    left: auto;
    right: 15px;
}

#header-action .btn-language.current-en::before {
    content: 'ENGLISH';
}

@media (min-width: 576px) {
    #header-action {
        width: calc(100% - 86px);
        margin-left: 86px;
    }
    #header-action .btn-language {
        right: 30px;
    }
}

@media (min-width: 992px) {
    #header-action {
        position: relative;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        width: auto;
        /*
		min-width: 132px;
		height: 54px;
		margin-right: 15px;
		*/
        margin-left: 0;
    }
    #header-action button {
        position: relative;
        width: auto;
        height: 54px;
        line-height: 54px;
        padding: 0;
        border: none;
        background-color: transparent;
        border-radius: 0;
        font-size: 0.75em;
    }
    #header-action button+button {
        margin-left: 10px;
    }
    #header-action .btn-search {
        width: 54px;
        height: 54px;
    }
    #header-action .btn-language {
        right: auto;
        font-size: 0.75em;
    }
}

@media (min-width: 1200px) {
    /*
	#header-action {
		margin-right: 30px;
	}
	*/
    #header-action button {
        font-size: 1em;
    }
    #header-action button+button {
        margin-left: 15px;
    }
    #header-action .btn-language {
        right: auto;
        font-size: 0.875em;
    }
}

@media (min-width: 1440px) {
    #header-action button+button {
        margin-left: 20px;
    }
}

#page-content {
    position: relative;
    margin-top: 92px;
}

@media (min-width: 992px) {
    #page-content {
        margin-top: 0;
    }
}

.hero-page {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-overlay {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-overlay.white-fade {
    width: 66.6666666%;
    background: url(/wp-content/themes/sart-03/assets/images/overlay-white-fade.png) 50% 50% repeat-y;
    background-size: contain;
}

.hero-overlay.blue-fade {
    width: 66.6666666%;
    background: url(/wp-content/themes/sart-03/assets/images/overlay-blue-fade.png) 50% 50% repeat-y;
    background-size: contain;
}

.hero-entry {
    z-index: 1;
    position: relative;
}

.hero-page .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero-page .page-title .text-title {
    color: #005e85;
    margin-bottom: 0;
}

.hero-page .page-title .text-title small {
    font-size: 75%;
}

@media (min-width: 992px) {
    .hero-page .page-title {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #005e85;
}

.swiper-slide {}

.swiper-slide .post-media {
    z-index: 1;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-slide .post-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide .post-overlay.overlay-graphic.align-left {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.swiper-slide .post-entry {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.swiper-slide .post-entry.align-top {
    top: 10%;
    left: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-slide .post-entry.align-bottom {
    top: auto;
    left: 0;
    bottom: 10%;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-slide .post-entry .text-title {
    font-size: 1.5em;
    line-height: 1.5;
    color: #005e85;
}

@media (min-width: 576px) {
    .swiper-slide .post-entry .text-title {
        font-size: 1.75em;
    }
}

@media (min-width: 768px) {
    .swiper-slide .post-entry .text-title {
        font-size: 2em;
    }
}

@media (min-width: 992px) {
    .swiper-slide .post-entry .text-title {
        font-size: 2.25em;
    }
}

@media (min-width: 1200px) {
    .swiper-slide .post-entry .text-title {
        font-size: 2.5em;
    }
}

.text-title-section {
    font-size: 1.5em;
    line-height: 1.375;
    color: #005e85;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .text-title-section {
        font-size: 1.625em;
    }
}

@media (min-width: 768px) {
    .text-title-section {
        font-size: 1.75em;
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .text-title-section {
        font-size: 1.875em;
    }
}

#home-aboutsart {
    background-color: #e2edf7;
}

#home-aboutsart .textgroup {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    #home-aboutsart .textgroup {
        margin-bottom: 0;
    }
}

#home-onlinetest .btn {
    margin-top: 5px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    #home-onlinetest .btn {
        margin-top: 10px;
    }
}

#home-whysart .img-infographic {
    margin: 20px auto 40px auto;
}

#home-whysart .textgroup {
    margin-bottom: 30px;
}

#home-whysart .text-title {
    font-size: 1.375em;
    color: #005e85;
}

@media (min-width: 576px) {
    #home-whysart .text-title {
        font-size: 1.5em
    }
}

@media (min-width: 992px) {
    #home-whysart .img-infographic {
        margin-top: 0;
    }
    #home-whysart .group-breakthrough {
        margin-top: 60px;
    }
    #home-whysart .group-personalized {
        margin-top: 120px;
    }
}

#whysart-chart {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    #whysart-chart {
        padding-top: 0;
        padding-bottom: 0;
    }
    #whysart-chart .col-left-inner {
        z-index: 1;
        position: absolute;
        width: 116.666667%;
    }
    #whysart-chart::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: #dbebf0;
    }
    #whysart-chart .text-title-section {
        margin-top: 60px;
    }
}

.nav-pills-team {
    justify-content: center;
}

.nav-pills-team li {
    list-style: none;
}

.nav-pills-team li+li {
    margin-top: 0;
}

.nav-pills-team .nav-link {
    padding: 5px 15px;
    border: 1px solid #afafaf;
    border-radius: 0;
    font-size: 0.875em;
    color: #959595;
    font-weight: 600;
    -webkit-box-shadow: inset 0px 0px 100px -30px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 100px -30px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 100px -30px rgba(0, 0, 0, 0.25);
}

.nav-pills-team li:first-child .nav-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.nav-pills-team li:last-child .nav-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
}

.nav-pills-team .nav-link.active,
.nav-pills-team .show>.nav-link {
    background-color: rgba(255, 255, 255, 0.5);
    color: #004987;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 576px) {
    .nav-pills-team {
        justify-content: flex-end;
    }
}

.infertility-conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    margin: 50px auto -30px auto;
}

.infertility-conditions .condition-item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 30px 0;
}

@media (min-width: 576px) {
    .infertility-conditions {
        width: calc(100% + 30px);
        margin-bottom: -30px;
    }
    .infertility-conditions .condition-item {
        width: calc(50% - 30px);
        margin-right: 30px;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .infertility-conditions .condition-item {
        width: calc(33.3333333% - 30px);
    }
}

.infertility-conditions .condition-item .text-title {
    font-size: 1.375em;
    color: #005e85;
    text-align: center;
    margin-bottom: 1.25em;
}

.infertility-conditions .condition-item .condition-card {
    position: relative;
    margin-top: 10px;
    padding: 30px;
    border-radius: 4px;
    background-color: #c3e6ef;
}

.infertility-conditions .condition-item:nth-child(even) .condition-card {
    background-color: #a3d5f6;
}

.infertility-conditions .condition-item .condition-card::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #c3e6ef;
}

.infertility-conditions .condition-item:nth-child(even) .condition-card::before {
    border-bottom: 16px solid #a3d5f6;
}

.infertility-conditions .condition-item .condition-card .condition-icon {
    text-align: center;
    margin-bottom: 1em;
}

.infertility-conditions .condition-item .condition-card .condition-entry {}

.fertility-evaluation {
    margin: 15px auto -15px auto;
}

.fertility-evaluation .fertility-item {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .fertility-evaluation .fertility-item {
        margin-bottom: 30px;
    }
}

.fertility-evaluation .fertility-item .fertility-visual {
    margin: 0 0 1em 0;
    padding: 20px 15px;
    border: 5px solid #00bfd6;
    border-radius: 10px;
    text-align: center;
}

.fertility-evaluation .fertility-item:nth-child(3n+2) .fertility-visual {
    border-color: #a3d5f6;
}

.fertility-evaluation .fertility-item:nth-child(3n+0) .fertility-visual {
    border-color: #0083c1;
}

.fertility-evaluation .fertility-item .fertility-visual .fertility-icon {
    margin-bottom: 1em;
}

.fertility-evaluation .fertility-item .fertility-visual .text-title {
    font-size: 1.25em;
    color: #004987;
    margin-bottom: 0;
}

.why-rates {}

.why-rates .why-rates-item {
    text-align: center;
    margin-bottom: 50px;
}

.why-rates .why-rates-item .text-rate {
    font-size: 2.5em;
    color: #004987;
    margin-bottom: 0.25em;
}

.why-rates .why-rates-item .text-title {
    font-size: 1.375em;
    color: #0098ce;
    margin-bottom: 0.25em;
}

.why-rates .why-rates-item .post-icon {
    text-align: center;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .why-rates .why-rates-item {
        margin-bottom: 0;
    }
}

.social-egg-freezing-why-outer {
    margin-bottom: 15px;
    padding: 0;
    background: #8caec9 url(/wp-content/themes/sart-03/assets/images/img-social-egg-freezing-01.jpg) 12.5% 50% no-repeat;
    background-size: cover;
}

.social-egg-freezing-why-inner {
    padding: 50px 30px;
    background-color: rgba(255, 255, 255, 0.75);
}

.social-egg-freezing-why-inner .header-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
}

.social-egg-freezing-why-inner .header-wrapper .header-icon {
    margin-right: 15px;
}

.social-egg-freezing-why-inner .header-wrapper .header-title {}

.social-egg-freezing-why-inner .header-wrapper .header-title .text-title {
    color: #0095c8;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .social-egg-freezing-why-outer {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .social-egg-freezing-why-outer {
        padding: 30px;
    }
    .social-egg-freezing-why-inner {
        width: 75%;
        margin-left: 25%;
        border-radius: 4px;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .125);
    }
    .social-egg-freezing-why-inner .header-wrapper .header-title .text-title {
        font-size: 1.75em;
    }
}

@media (min-width: 992px) {
    .social-egg-freezing-why-outer {
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .social-egg-freezing-why-outer {
        background: #8caec9 url(/wp-content/themes/sart-03/assets/images/img-social-egg-freezing-01.jpg) 0 50% no-repeat;
        background-size: contain;
    }
    .social-egg-freezing-why-inner {
        width: 66.6666667%;
        padding: 50px;
        margin-left: 33.3333333%;
        background-color: #fff;
    }
}

.social-egg-freezing-what-outer {
    background: #fff url(/wp-content/themes/sart-03/assets/images/img-social-egg-freezing-02.jpg) 87.5% 50% no-repeat;
    background-size: cover;
}

.social-egg-freezing-what-inner {
    padding: 50px 30px;
    background-color: rgba(255, 255, 255, 0.75);
}

.social-egg-freezing-what-inner .text-title {
    color: #0095c8;
}

@media (min-width: 768px) {
    .social-egg-freezing-what-inner {
        width: 66.6666667%;
        padding: 50px;
        background-color: transparent;
    }
    .social-egg-freezing-what-inner .text-title {
        font-size: 1.75em;
    }
}

@media (min-width: 992px) {
    .social-egg-freezing-what-outer {
        background: #fff url(/wp-content/themes/sart-03/assets/images/img-social-egg-freezing-02.jpg) 100% 50% no-repeat;
        background-size: contain;
    }
    .social-egg-freezing-what-inner {
        width: 50%;
        padding: 50px 0 50px 100px;
    }
}

.who-needs {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 4px solid #92cff1;
    border-radius: 4px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .125);
}

.who-needs .text-title {
    font-size: 1.5em;
    text-align: center;
}

.img-iui {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .img-iui {
        margin-top: 0;
        padding-right: 50px;
        padding-left: 50px;
    }
}

.img-blastocyst-culture {
    margin-top: 15px;
}

@media (min-width: 576px) {
    .img-blastocyst-culture {
        margin-top: 30px;
    }
}

.card-pgt {
    margin-bottom: 15px;
    padding: 30px 20px;
    border: 5px solid #a3d5f6;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.card-pgt .card-icon {
    margin-bottom: 1.25em;
}

.card-pgt .text-title {
    color: #0093c9;
    margin-bottom: 0.5em;
}

.card-pgt.no-border {
    padding: 30px;
    border: none;
    border-radius: 0;
    background-image: linear-gradient(#fff, #e2edf7);
}

@media (min-width: 576px) {
    .card-pgt {
        margin-bottom: 30px;
    }
}

.box-address {}

.box-address .box-cell {
    width: 100%;
    padding: 35px 30px 20px 30px;
    border-radius: 8px;
    border: 2px solid #005e85;
    background-color: #fff;
    color: #005e85;
}

.box-address .box-cell+.box-cell {
    margin-top: 40px;
}

.box-address .box-cell .post-label {
    position: absolute;
    top: 0;
    left: 50%;
    width: 150px;
    height: 44px;
    margin-top: -24px;
    margin-left: -75px;
    line-height: 44px;
    border-radius: 22px;
    background-color: #005e85;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.box-address .box-cell p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .box-address {
        position: relative;
        border-radius: 8px;
        border: 2px solid #005e85;
    }
    .box-address::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left: -1px;
        background-color: #005e85;
    }
    .box-address .box-cell {
        width: 50%;
        border-radius: 0;
        border: none;
    }
    .box-address .box-cell:nth-child(1) {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .box-address .box-cell:nth-child(2) {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .box-address .box-cell+.box-cell {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .box-address .box-cell {
        padding: 40px 40px 30px 40px;
    }
}

@media (min-width: 1200px) {
    .box-address .box-cell {
        padding: 40px 50px 30px 50px;
    }
}

.googlemap {
    height: 320px;
}

@media (min-width: 576px) {
    .googlemap {
        height: 360px;
    }
}

@media (min-width: 768px) {
    .googlemap {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .googlemap {
        height: 420px;
    }
}

@media (min-width: 1200px) {
    .googlemap {
        height: 480px;
    }
}

.has-icon {
    padding-left: 48px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.has-icon.icon-address {
    background-image: url(../image/icon-address-blue.svg);
}

.has-icon.icon-tel {
    background-image: url(../image/icon-tel-blue.svg);
}

.has-icon.icon-hotline {
    background-image: url(../image/icon-hotline-blue.svg);
}

.has-icon.icon-fax {
    background-image: url(../image/icon-fax-blue.svg);
}

.has-icon.icon-email {
    background-image: url(../image/icon-email-blue.svg);
}

.menu-qrcode {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.menu-qrcode li {
    list-style: none;
    display: block;
    width: 150px;
    margin: 0 auto 30px auto;
    padding: 0;
}

.menu-qrcode .post-media {
    border-radius: 8px;
    margin-bottom: 10px;
}

.menu-qrcode .post-media img {
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
}

.menu-qrcode .whatsapp .post-media {
    display: block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background-color: #1ebea5;
    font-size: 3em;
    color: #fff;
    text-align: center;
}

.menu-qrcode .text-title {
    font-size: 1em;
    color: #0098c9;
}

@media (min-width: 576px) {
    .menu-qrcode li {
        display: inline-block;
        margin: 0 10px;
        vertical-align: top;
    }
}

@media (min-width: 768px) {
    .menu-qrcode li {
        margin: 0 30px;
    }
}

.form-enquiry,
.wpcf7-form {
    margin-top: 30px;
}

.form-enquiry .form-group,
.wpcf7-form .form-group {
    position: relative;
}

.form-enquiry .form-control,
.wpcf7-form .form-control {
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid #005e85;
    background-color: #fff;
}

.form-enquiry .btn,
.wpcf7-form .btn {
    line-height: 30px;
    padding: 10px 50px;
    border-radius: 0;
    border: 1px solid #005e85;
    background-color: #005e85;
    font-size: 1em;
    color: #fff;
}

.form-enquiry .btn:hover,
.wpcf7-form .btn:hover,
.form-enquiry .btn:focus,
.wpcf7-form .btn:focus {
    border: 1px solid #004987;
    background-color: #004987;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    display: inline-block;
    background-image: url(../image/ajax-loader.gif);
    width: 52px;
    height: 52px;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

span.wpcf7-not-valid-tip {
    padding-top: 2px;
    color: #eb3433;
    font-size: 0.875em;
    font-weight: normal;
    display: block;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 1px solid #f7e700;
}

div.wpcf7-response-output {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #B14145;
    background-color: #DE6465;
    font-size: 0.875em;
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    border-color: #377c4e;
    background-color: #49b462;
}

#footer {
    background-color: #005e85;
    color: #fff;
}

#footer .footer-content {}

#footer .footer-copyright {
    position: relative;
}

footer p {
    margin: 0;
}

footer .widget {
    margin-bottom: 0;
}

footer .has-icon.icon-address {
    background-image: url(../image/icon-address.svg);
}

footer .has-icon.icon-tel {
    background-image: url(../image/icon-tel.svg);
}

footer .has-icon.icon-hotline {
    background-image: url(../image/icon-hotline.svg);
}

footer .has-icon.icon-email {
    background-image: url(../image/icon-email.svg);
}

.menu-contact {
    margin: 15px 0 0 0;
    padding: 0;
}

.menu-contact li {
    list-style: none;
    line-height: 24px;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.menu-contact li:last-child {
    margin-bottom: 0;
}

.menu-socialmedia {
    margin: 1.5rem 0 0 0;
    padding: 0;
}

.menu-socialmedia li {
    float: left;
    list-style: none;
    width: 32px;
    height: 32px;
    margin: 12px 12px 0 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

.menu-socialmedia li:last-child {
    margin-right: 0;
}

.menu-socialmedia li a {
    display: block;
    width: 32px;
    height: 32px;
}

.menu-socialmedia .icon-facebook {
    background-image: url(../image/icon-facebook.svg);
}

.menu-socialmedia .icon-instagram {
    background-image: url(../image/icon-instagram.svg);
}

.menu-socialmedia .icon-youtube {
    background-image: url(../image/icon-youtube.svg);
}

.menu-socialmedia .icon-twitter {
    background-image: url(../image/icon-twitter.svg);
}

.menu-socialmedia .icon-line {
    background-image: url(../image/icon-line.svg);
}

.menu-socialmedia .icon-wechat {
    background-image: url(../image/icon-wechat.svg);
}

.menu-socialmedia .icon-youku {
    background-image: url(../image/icon-youku.svg);
}

.menu-socialmedia .icon-in {
    background-image: url(../image/icon-in.svg);
}

footer a[href^="tel:"],
footer a[href^="mailto:"] {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

@media (min-width: 576px) {
    footer {}
    .menu-contact {
        margin-top: 0;
    }
}

.table-pgt {}

.table thead th {
    vertical-align: middle;
}

.table-pgt tr th {
    border: none;
}

.table-pgt tr td {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.table-pgt tr th:last-child,
.table-pgt tr td:last-child {
    text-align: center;
}

.table-pgt tr th:first-child {
    text-align: left;
}

.table-pgt tbody tr td {
    border-top: 1px dashed #000;
}

.table-pgt tbody tr:first-child td {
    padding-top: 1em;
    border-top: none;
}

.table-pgt tbody tr:last-child td {
    padding-bottom: 1em;
}

.table-pgt .thead-01 th,
.table-pgt .thead-02 th,
.table-pgt .thead-03 th,
.table-pgt .thead-04 th,
.table-pgt .thead-05 th,
.table-pgt .thead-06 th,
.table-pgt .thead-07 th,
.table-pgt .thead-08 th,
.table-pgt .thead-09 th,
.table-pgt .thead-10 th {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.table-pgt .thead-01 tr {
    background: rgb(111, 207, 235);
    background: -webkit-linear-gradient(left, rgba(111, 207, 235, 1) 0%, rgba(226, 244, 250, 1) 100%);
    background: -o-linear-gradient(left, rgba(111, 207, 235, 1) 0%, rgba(226, 244, 250, 1) 100%);
    background: linear-gradient(to right, rgba(111, 207, 235, 1) 0%, rgba(226, 244, 250, 1) 100%);
}

.table-pgt .thead-02 tr {
    background: rgb(20, 176, 191);
    background: -webkit-linear-gradient(left, rgba(20, 176, 191, 1) 0%, rgba(213, 241, 243, 1) 100%);
    background: -o-linear-gradient(left, rgba(20, 176, 191, 1) 0%, rgba(213, 241, 243, 1) 100%);
    background: linear-gradient(to right, rgba(20, 176, 191, 1) 0%, rgba(213, 241, 243, 1) 100%);
}

.table-pgt .thead-03 tr {
    background: rgb(176, 176, 176);
    background: -webkit-linear-gradient(left, rgba(176, 176, 176, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(left, rgba(176, 176, 176, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to right, rgba(176, 176, 176, 1) 0%, rgba(242, 242, 242, 1) 100%);
}

.table-pgt .thead-04 tr {
    background: rgb(141, 175, 202);
    background: -webkit-linear-gradient(left, rgba(141, 175, 202, 1) 0%, rgba(215, 227, 236, 1) 100%);
    background: -o-linear-gradient(left, rgba(141, 175, 202, 1) 0%, rgba(215, 227, 236, 1) 100%);
    background: linear-gradient(to right, rgba(141, 175, 202, 1) 0%, rgba(215, 227, 236, 1) 100%);
}

.table-pgt .thead-05 tr {
    background: rgb(0, 59, 113);
    background: -webkit-linear-gradient(left, rgba(0, 59, 113, 1) 0%, rgba(217, 224, 233, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 59, 113, 1) 0%, rgba(217, 224, 233, 1) 100%);
    background: linear-gradient(to right, rgba(0, 59, 113, 1) 0%, rgba(217, 224, 233, 1) 100%);
}

.table-pgt .thead-06 tr {
    background: rgb(0, 151, 206);
    background: -webkit-linear-gradient(left, rgba(0, 151, 206, 1) 0%, rgba(220, 239, 247, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 151, 206, 1) 0%, rgba(220, 239, 247, 1) 100%);
    background: linear-gradient(to right, rgba(0, 151, 206, 1) 0%, rgba(220, 239, 247, 1) 100%);
}

.table-pgt .thead-07 tr {
    background: rgb(90, 110, 127);
    background: -webkit-linear-gradient(left, rgba(90, 110, 127, 1) 0%, rgba(232, 235, 237, 1) 100%);
    background: -o-linear-gradient(left, rgba(90, 110, 127, 1) 0%, rgba(232, 235, 237, 1) 100%);
    background: linear-gradient(to right, rgba(90, 110, 127, 1) 0%, rgba(232, 235, 237, 1) 100%);
}

.table-pgt .thead-08 tr {
    background: rgb(141, 175, 202);
    background: -webkit-linear-gradient(left, rgba(141, 175, 202, 1) 0%, rgba(215, 227, 236, 1) 100%);
    background: -o-linear-gradient(left, rgba(141, 175, 202, 1) 0%, rgba(215, 227, 236, 1) 100%);
    background: linear-gradient(to right, rgba(141, 175, 202, 1) 0%, rgba(215, 227, 236, 1) 100%);
}

.table-pgt .thead-09 tr {
    background: rgb(20, 176, 191);
    background: -webkit-linear-gradient(left, rgba(20, 176, 191, 1) 0%, rgba(213, 241, 243, 1) 100%);
    background: -o-linear-gradient(left, rgba(20, 176, 191, 1) 0%, rgba(213, 241, 243, 1) 100%);
    background: linear-gradient(to right, rgba(20, 176, 191, 1) 0%, rgba(213, 241, 243, 1) 100%);
}

.table-pgt .thead-10 tr {
    background: rgb(122, 219, 212);
    background: -webkit-linear-gradient(left, rgba(122, 219, 212, 1) 0%, rgba(237, 249, 248, 1) 100%);
    background: -o-linear-gradient(left, rgba(122, 219, 212, 1) 0%, rgba(237, 249, 248, 1) 100%);
    background: linear-gradient(to right, rgba(122, 219, 212, 1) 0%, rgba(237, 249, 248, 1) 100%);
}

.table-pgt .tbody-01 tr td {
    border-color: #6FCFEB;
}

.table-pgt .tbody-02 tr td {
    border-color: #1DCAD3;
}

.table-pgt .tbody-03 tr td {
    border-color: #FF6F6F;
}

.table-pgt .tbody-04 tr td {
    border-color: #8C7BB8;
}

.table-pgt .tbody-05 tr td {
    border-color: #6FCFEB;
}

.table-pgt .tbody-06 tr td {
    border-color: #1DCAD3;
}

.table-pgt .tbody-07 tr td {
    border-color: #FF6F6F;
}

.table-pgt .tbody-08 tr td {
    border-color: #8C7BB8;
}

.table-pgt .tbody-09 tr td {
    border-color: #6FCFEB;
}

.table-pgt .tbody-10 tr td {
    border-color: #1DCAD3;
}

@media (min-width: 992px) {
    .table-pgt tr th,
    .table-pgt tr td {
        padding-right: 2em;
        padding-left: 2em;
    }
    .table-pgt .thead-01 tr {
        background: rgb(111, 207, 235);
        background: -webkit-linear-gradient(left, rgba(111, 207, 235, 1) 0%, rgba(226, 244, 250, 1) 75%, rgba(195, 233, 245, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(111, 207, 235, 1) 0%, rgba(226, 244, 250, 1) 75%, rgba(195, 233, 245, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(111, 207, 235, 1) 0%, rgba(226, 244, 250, 1) 75%, rgba(195, 233, 245, 1) 75%, rgba(255, 255, 255, 1) 100%);
    }
    .table-pgt .thead-02 tr {
        background: rgb(20, 176, 191);
        background: -webkit-linear-gradient(left, rgba(20, 176, 191, 1) 0%, rgba(213, 241, 243, 1) 75%, rgba(173, 227, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(20, 176, 191, 1) 0%, rgba(213, 241, 243, 1) 75%, rgba(173, 227, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(20, 176, 191, 1) 0%, rgba(213, 241, 243, 1) 75%, rgba(173, 227, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    }
    .table-pgt .thead-03 tr {
        background: rgb(176, 176, 176);
        background: -webkit-linear-gradient(left, rgba(176, 176, 176, 1) 0%, rgba(242, 242, 242, 1) 75%, rgba(210, 210, 210, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(176, 176, 176, 1) 0%, rgba(242, 242, 242, 1) 75%, rgba(210, 210, 210, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(176, 176, 176, 1) 0%, rgba(242, 242, 242, 1) 75%, rgba(210, 210, 210, 1) 75%, rgba(255, 255, 255, 1) 100%);
    }
    .table-pgt .thead-04 tr {
        background: rgb(141, 175, 202);
        background: -webkit-linear-gradient(left, rgba(141, 175, 202, 1) 0%, rgba(215, 227, 236, 1) 75%, rgba(184, 205, 222, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(141, 175, 202, 1) 0%, rgba(215, 227, 236, 1) 75%, rgba(184, 205, 222, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(141, 175, 202, 1) 0%, rgba(215, 227, 236, 1) 75%, rgba(184, 205, 222, 1) 75%, rgba(255, 255, 255, 1) 100%);
    }
    .table-pgt .thead-05 tr {
        background: rgb(0, 59, 113);
        background: -webkit-linear-gradient(left, rgba(0, 59, 113, 1) 0%, rgba(217, 224, 233, 1) 75%, rgba(149, 177, 201, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(0, 59, 113, 1) 0%, rgba(217, 224, 233, 1) 75%, rgba(149, 177, 201, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(0, 59, 113, 1) 0%, rgba(217, 224, 233, 1) 75%, rgba(149, 177, 201, 1) 75%, rgba(255, 255, 255, 1) 100%);
    }
    .table-pgt .thead-06 tr {
        background: rgb(0, 151, 206);
        background: -webkit-linear-gradient(left, rgba(0, 151, 206, 1) 0%, rgba(220, 239, 247, 1) 75%, rgba(141, 208, 232, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(0, 151, 206, 1) 0%, rgba(220, 239, 247, 1) 75%, rgba(141, 208, 232, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(0, 151, 206, 1) 0%, rgba(220, 239, 247, 1) 75%, rgba(141, 208, 232, 1) 75%, rgba(255, 255, 255, 1) 100%);
    }
    .table-pgt .thead-07 tr {
        background: rgb(90, 110, 127);
        background: -webkit-linear-gradient(left, rgba(90, 110, 127, 1) 0%, rgba(232, 235, 237, 1) 75%, rgba(181, 190, 197, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(90, 110, 127, 1) 0%, rgba(232, 235, 237, 1) 75%, rgba(181, 190, 197, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(90, 110, 127, 1) 0%, rgba(232, 235, 237, 1) 75%, rgba(181, 190, 197, 1) 75%, rgba(255, 255, 255, 1) 100%);
    }
    .table-pgt .thead-08 tr {
        background: rgb(141, 175, 202);
        background: -webkit-linear-gradient(left, rgba(141, 175, 202, 1) 0%, rgba(215, 227, 236, 1) 75%, rgba(184, 205, 222, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(141, 175, 202, 1) 0%, rgba(215, 227, 236, 1) 75%, rgba(184, 205, 222, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(141, 175, 202, 1) 0%, rgba(215, 227, 236, 1) 75%, rgba(184, 205, 222, 1) 75%, rgba(255, 255, 255, 1) 100%);
    }
    .table-pgt .thead-09 tr {
        background: rgb(20, 176, 191);
        background: -webkit-linear-gradient(left, rgba(20, 176, 191, 1) 0%, rgba(213, 241, 243, 1) 75%, rgba(173, 227, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(20, 176, 191, 1) 0%, rgba(213, 241, 243, 1) 75%, rgba(173, 227, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(20, 176, 191, 1) 0%, rgba(213, 241, 243, 1) 75%, rgba(173, 227, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    }
    .table-pgt .thead-10 tr {
        background: rgb(122, 219, 212);
        background: -webkit-linear-gradient(left, rgba(122, 219, 212, 1) 0%, rgba(237, 249, 248, 1) 75%, rgba(198, 238, 235, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(122, 219, 212, 1) 0%, rgba(237, 249, 248, 1) 75%, rgba(198, 238, 235, 1) 75%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(122, 219, 212, 1) 0%, rgba(237, 249, 248, 1) 75%, rgba(198, 238, 235, 1) 75%, rgba(255, 255, 255, 1) 100%);
    }
}

.lg-container {
    position: relative;
}

.lg-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.lg-hotspot {
    z-index: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
}

.lg-hotspot:hover .lg-hotspot-button,
.lg-hotspot:active .lg-hotspot-button {
    border-color: #004987;
}

.lg-hotspot:hover .lg-hotspot-button::after,
.lg-hotspot:active .lg-hotspot-button::after {
    background-color: #004987;
}

.lg-hotspot-button {
    z-index: 999;
    width: 14px;
    height: 14px;
    padding: 0px;
    border-radius: 100%;
    border: 1px solid #0098c9;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: button-pulse 7s ease-in-out infinite;
}

.lg-hotspot-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid white;
    background-color: #0098c9;
    transition: border-color 1s linear;
}

.lg-hotspot-label {
    display: none;
    z-index: 1000;
    position: absolute;
    width: 16em;
    padding: 0 0 1em 0;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 0.75em;
    line-height: 1.5;
    transition: all 0.1s linear;
}

.lg-hotspot-label h4 {
    margin: 0;
    padding: 0.75em 20px;
    background-color: #0098c9;
    font-size: 1.125em;
    font-weight: normal;
    line-height: 1.5;
    color: white;
    border-radius: 2px 2px 0 0;
}

.lg-hotspot-label h4 a {
    display: block;
    color: white;
}

.lg-hotspot-label h4 a:hover {
    text-decoration: none;
}

.lg-hotspot-label p {
    margin: 0;
    padding: 1em 20px 0 20px;
    color: #333;
}

.lg-container .top-left .lg-hotspot-label {
    top: 7px;
    right: auto;
    bottom: auto;
    left: 7px;
}

.lg-container .top-right .lg-hotspot-label {
    top: 7px;
    right: 7px;
    bottom: auto;
    left: auto;
}

.lg-container .bottom-left .lg-hotspot-label {
    top: auto;
    right: auto;
    bottom: 7px;
    left: 7px;
}

.lg-container .bottom-right .lg-hotspot-label {
    top: auto;
    right: 7px;
    bottom: 7px;
    left: auto;
}

@keyframes button-pulse {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    25% {
        transform: scale(1.1, 1.1);
        opacity: 1;
    }
    50% {
        transform: scale(1, 1);
        opacity: 1;
    }
    75% {
        transform: scale(1.1, 1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .lg-hotspot-button {
        width: 20px;
        height: 20px;
    }
    .lg-hotspot-button::after {
        width: 16px;
        height: 16px;
    }
    .lg-container .top-left .lg-hotspot-label {
        top: 10px;
        left: 10px;
    }
    .lg-container .top-right .lg-hotspot-label {
        top: 10px;
        right: 10px;
    }
    .lg-container .bottom-right .lg-hotspot-label {
        right: 10px;
        bottom: 10px;
    }
    .lg-container .bottom-left .lg-hotspot-label {
        bottom: 10px;
        left: 10px;
    }
}

.process-list {
    position: relative;
    margin: 0;
    padding: 0;
}

.process-list::before {
    content: "";
    border-left: 4px dashed #26cad3;
    left: -0.25em;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: scaleVertical 3s 1s ease both 1;
    animation: scaleVertical 3s 1s ease both 1;
}

.process-list li {
    position: relative;
    list-style: none;
    margin: 0 0 2em 0;
    padding: 0 0 0 72px;
}

.process-list li:last-child {
    margin-bottom: 0;
}

.process-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -52px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #fff;
    border: none;
    -webkit-animation: revealScaleUp 0.75s 0s ease both 1;
    animation: revealScaleUp 0.75s 0s ease both 1;
}

.process-list .process-icon {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -52px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: aqua;
    -webkit-animation: revealScaleUp 0.75s 0s ease both 1;
    animation: revealScaleUp 0.75s 0s ease both 1;
}

.process-list .process-icon img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.process-list .process-icon img:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .125) !important;
}

.process-list .text-title {
    min-height: 100px;
    line-height: 30px;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 1.25em;
    color: #005e85;
}

.process-list .text-title a {
    color: #005e85;
    text-decoration: none;
}

.process-list .text-title a:hover {
    color: #004987;
}

@media (min-width: 768px) {
    .process-list li {
        margin-bottom: 3em;
        padding-left: 122px;
    }
    .process-list li::before {
        left: -82px;
        width: 160px;
        height: 160px;
    }
    .process-list .process-icon {
        left: -82px;
        width: 160px;
        height: 160px;
    }
    .process-list .text-title {
        min-height: 160px;
        padding-top: 65px;
        font-size: 1.5em;
    }
}

.process-list {
    -webkit-animation: reveal 2s 0 ease both 1;
    animation: reveal 2s 0 ease both 1;
}

.process-list li .content {
    -webkit-animation: revealFromLeft 0.5s 0s ease both 1;
    animation: revealFromLeft 0.5s 0s ease both 1;
}

.process-list li:nth-child(1)::before,
.process-list li:nth-child(1) .process-icon,
.process-list li:nth-child(1) .content {
    -webkit-animation-delay: 1.06s;
    animation-delay: 1.06s;
}

.process-list li:nth-child(2)::before,
.process-list li:nth-child(2) .process-icon,
.process-list li:nth-child(2) .content {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.process-list li:nth-child(3)::before,
.process-list li:nth-child(3) .process-icon,
.process-list li:nth-child(3) .content {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.process-list li:nth-child(4)::before,
.process-list li:nth-child(4) .process-icon,
.process-list li:nth-child(4) .content {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.process-list li:nth-child(5)::before,
.process-list li:nth-child(5) .process-icon,
.process-list li:nth-child(5) .content {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.process-list li:nth-child(6)::before,
.process-list li:nth-child(6) .process-icon,
.process-list li:nth-child(6) .content {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.process-list li:nth-child(7)::before,
.process-list li:nth-child(7) .process-icon,
.process-list li:nth-child(7) .content {
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.process-list li:nth-child(8)::before,
.process-list li:nth-child(8) .process-icon,
.process-list li:nth-child(8) .content {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.process-list li:nth-child(9)::before,
.process-list li:nth-child(9) .process-icon,
.process-list li:nth-child(9) .content {
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
}

@-webkit-keyframes revealFromLeft {
    0% {
        -webkit-transform: translateX(-1em);
        transform: translateX(-1em);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes revealFromLeft {
    0% {
        -webkit-transform: translateX(-1em);
        transform: translateX(-1em);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes reveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes scaleVertical {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes scaleVertical {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes revealScaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes revealScaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.page-nextprev {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.page-nextprev::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    background-color: #004987;
}

.page-nextprev .prev,
.page-nextprev .next {
    position: relative;
    box-sizing: border-box;
    width: 50%;
}

.page-nextprev .prev {
    padding-right: 15px;
}

.page-nextprev .next {
    padding-left: 15px;
}

.page-nextprev .text-meta {
    position: relative;
    display: inline-block;
    color: #004987;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 15px;
    padding-right: 60px;
}

.page-nextprev .text-meta::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 1px;
    background-color: #004987;
}

.page-nextprev .nextprev-content {}

.page-nextprev .nextprev-content .content-icon {
    text-align: center;
    margin: 0 auto 15px auto;
}

.page-nextprev .nextprev-content img {
    width: 100%;
    max-width: 80px;
    height: auto;
}

.page-nextprev .nextprev-content .text-title {
    font-size: 1em;
    margin-bottom: 0;
}

.page-nextprev .nextprev-content .text-title a {
    color: #009ccc;
}

.page-nextprev .nextprev-content .text-title a:hover {
    color: #004987;
    text-decoration: none;
}

@media (min-width: 576px) {
    .page-nextprev .nextprev-content {
        display: flex;
    }
    .page-nextprev .nextprev-content .content-icon {
        margin: 0 10px 0 0;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .page-nextprev .nextprev-content .content-title {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
}

@media (min-width: 768px) {
    .page-nextprev .prev {
        padding-right: 20px;
    }
    .page-nextprev .next {
        padding-left: 20px;
    }
    .page-nextprev .nextprev-content .content-icon {
        margin-right: 15px;
    }
    .page-nextprev .nextprev-content .text-title {
        font-size: 1.125em;
    }
}

@media (min-width: 992px) {
    .page-nextprev .prev {
        padding-right: 30px;
    }
    .page-nextprev .next {
        padding-left: 30px;
    }
    .page-nextprev .nextprev-content img {
        max-width: 100px;
    }
}

@media (min-width: 1200px) {
    .page-nextprev .prev {
        padding-right: 50px;
    }
    .page-nextprev .next {
        padding-left: 50px;
    }
    .page-nextprev .nextprev-content .content-icon {
        margin-right: 20px;
    }
}

.box-content-featured-outer {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.box-content-featured-outer.text-light {
    color: rgba(255, 255, 255, 0.875);
}

.box-content-featured {
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.box-content-featured .box-media {
    z-index: 1;
    position: relative;
}

.box-content-featured .box-media img {
    -webkit-box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.5);
}

.box-content-featured .box-entry {
    z-index: 10;
    position: relative;
}

.box-content-featured .box-entry-content-inner {
    padding: 30px 15px 15px 15px;
}

.box-content-featured .box-entry-content-inner p:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .box-content-featured .box-entry-content {
        width: 100%;
    }
    .box-content-featured .box-entry-content-inner {
        padding-top: 40px;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .box-content-featured-outer {
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .box-content-featured {
        padding-bottom: 80px;
    }
    .box-content-featured .box-media {
        width: 41.666667%;
    }
    .box-content-featured .box-entry {
        width: 58.333333%;
    }
    .box-content-featured.reverse .box-media {
        order: 1;
    }
    .box-content-featured .box-media img {
        position: relative;
        margin-top: -30px;
    }
    .box-content-featured.reverse .box-entry {
        order: 0;
    }
    .box-content-featured .box-entry-content {
        width: 100%;
    }
    .box-content-featured .box-entry-content-inner {
        padding: 40px 30px 0 30px;
    }
    /*
	.box-content-featured-wrapper .box-content-featured-outer:last-child .box-content-featured {
		padding-bottom: 40px;
	}
	*/
}

@media (min-width: 1200px) {
    .box-content-featured-outer {
        margin-top: -1px;
    }
    .box-content-featured {
        padding-bottom: 100px;
    }
    .box-content-featured .box-media img {
        margin-top: -50px;
    }
    .box-content-featured .box-entry-content-inner {
        padding-top: 50px;
    }
    /*
	.box-content-featured-wrapper .box-content-featured-outer:last-child .box-content-featured {
		padding-bottom: 50px;
	}
	*/
}

.text-title-physically-prepare-females {
    font-size: 1.625em;
    color: #f0b3ca;
}

.text-title-physically-prepare-males {
    font-size: 1.625em;
    color: #00bfd6
}

.btn-primary {
    padding: 10px 20px;
    line-height: 26px;
    border: none;
    border-radius: 23px;
    background-color: #00bfd6;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #005e85;
}

@media (min-width: 768px) {
    .btn-primary {
        padding: 15px 30px;
        border-radius: 28px;
        font-size: 1.25em;
    }
}

body .ea-bootstrap {
    font-size: 1em !important;
}

body .ea-bootstrap .ui-datepicker-title {
    margin-top: 5px;
    margin-bottom: 15px;
}

body .ea-bootstrap .ui-datepicker a {
    font-size: 1.25em !important;
}

#booking-overview {}

#booking-overview small,
#booking-overview .row-location,
#booking-overview .row-service,
#booking-overview .row-worker {
    display: none !important;
}

#booking-overview .row-datetime .ea-label {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 3em !important;
}

#booking-overview .row-datetime .value {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 3em !important;
}

.ea-bootstrap h3 {
    color: #004987 !important;
    margin-top: 1.125em !important;
    margin-bottom: 1.125em !important;
}

.ea-bootstrap .step.final small {
    display: block;
    margin-bottom: 1.125em !important;
}

.ea-bootstrap .form-control {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 10px 15px !important;
    font-size: 1em !important;
    line-height: 30px !important;
    color: #666 !important;
    border: 1px solid #005e85 !important;
    background-color: #fff !important;
    background-image: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.ea-bootstrap .form-control:focus {
    background-color: #eaf4fe !important;
    color: #004987 !important;
}

.ea-bootstrap .btn {
    line-height: 30px !important;
    padding: 10px 50px !important;
    border-radius: 0 !important;
    font-size: 1em !important;
}

.ea-bootstrap .btn.btn-primary {
    border: 1px solid #005e85 !important;
    background-color: #005e85 !important;
    color: #fff !important;
}

.ea-bootstrap .btn.btn-cancel {
    border: 1px solid #005e85 !important;
    background-color: #fff !important;
    color: #666 !important;
}

@media (min-width: 576px) {
    .ea-bootstrap .step.final .col-sm-8 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .ea-bootstrap #booking-overview .row-datetime .ea-label {
        width: 33.33333333%;
    }
    .ea-bootstrap #booking-overview .row-datetime .value {
        width: 66.66666667%;
        padding-left: 10px !important;
    }
}

.event-wrapper {}

.event-wrapper .post-item {
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px dashed #a3d5f6;
}

.event-wrapper .post-media {
    padding-right: 1em;
}

@media (min-width: 768px) {
    .event-wrapper .post-media {
        padding-right: 1.5em;
    }
}

@media (min-width: 992px) {
    .event-wrapper .post-media {
        padding-right: 1.75em;
    }
}

@media (min-width: 1200px) {
    .event-wrapper .post-media {
        padding-right: 2em;
    }
}


/*----------

	Accordion

*************************************************************/

.accordion-item+.accordion-item,
.accordion-option+.accordion-option {
    margin-top: 10px;
}

.accordion-option {
    position: relative;
}

.accordion-option .accordion-toggle {
    display: none;
}

.accordion-option .accordion-title,
.accordion-option .accordion-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.accordion-option .accordion-title {
    display: block;
    margin: 0;
    padding: 13px 54px 13px 18px;
    border-radius: 2px;
    border: 2px solid #0083c1;
    background-color: #e2edf7;
    color: #0083c1;
    /* font-family: UniviaPro-Medium; */
    font-family: 'Sarabun';
    font-size: 1.125em;
    font-weight: normal;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.no-touchevents .accordion-option .accordion-title:hover {
    border-color: #b43b6b;
    color: #b43b6b;
}

.accordion-option .accordion-title::after,
.accordion-option .accordion-title::before {
    content: '';
    position: absolute;
    top: 19px;
    right: 26px;
    width: 2px;
    height: 12px;
    background-color: #323441;
}

.accordion-option .accordion-title::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option .accordion-content {
    display: none;
    padding: 18px;
    border: 2px solid #005e85;
    border-top: none;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff;
    font-size: 1em;
    overflow: hidden;
}

.accordion-option .accordion-content h1,
.accordion-option .accordion-content h2,
.accordion-option .accordion-content h3,
.accordion-option .accordion-content h4,
.accordion-option .accordion-content h5,
.accordion-option .accordion-content h6,
.accordion-option .accordion-content h1 strong,
.accordion-option .accordion-content h2 strong,
.accordion-option .accordion-content h3 strong,
.accordion-option .accordion-content h4 strong,
.accordion-option .accordion-content h5 strong,
.accordion-option .accordion-content h6 strong {
    color: #004987;
}

.accordion-option .accordion-content h3 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
}

.accordion-option .accordion-content h4 {
    font-size: 1.125em;
    margin-bottom: 0.5em;
}

.accordion-option .accordion-content h5 {
    font-size: 1em;
    margin-bottom: 0.375em;
}

.accordion-option .accordion-content ul,
.accordion-option .accordion-content ol {
    list-style: inside;
    margin-left: 0;
}

.accordion-option .accordion-content li+li {
    margin-top: 2px;
}

.accordion-option .accordion-content strong {
    color: #000;
}

.accordion-option .accordion-content a {
    font-weight: bold;
}

.accordion-option .accordion-toggle:checked+.accordion-title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #005e85;
    background-color: #005e85;
    color: #fff;
}

.accordion-option .accordion-toggle:checked+.accordion-title+.accordion-content {
    display: block;
}

.accordion-option .accordion-toggle:checked+.accordion-title::before {
    background-color: #fff;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.accordion-option .accordion-toggle:checked+.accordion-title::after {
    background-color: #fff;
}

@media (min-width: 576px) {
    .accordion-option .accordion-title {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .accordion-option .accordion-title::after,
    .accordion-option .accordion-title::before {
        top: 21px;
    }
    .accordion-option .accordion-content ul,
    .accordion-option .accordion-content ol {
        list-style: inside;
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .accordion-option .accordion-title {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 18px;
        font-size: 1.25em;
    }
    .accordion-option .accordion-title::after,
    .accordion-option .accordion-title::before {
        top: 24px;
    }
    .accordion-option .accordion-content {
        padding: 25px 18px;
    }
}

@media (min-width: 1440px) {
    .accordion-option .accordion-title {
        padding-left: 28px;
    }
    .accordion-option .accordion-content {
        padding: 30px 28px;
    }
}

.accordion-wrapper .accordion-item+.text-title-section {
    margin-top: 1.75em;
}

.box-people {}

.box-people .box-cell-left {
    background-color: #fff;
    padding: 40px 20px;
}

.box-people .box-cell-right {
    padding: 0 20px 40px 20px;
    background-color: #c9eafb;
    color: #2e3191;
}

.box-people .text-title-primary {
    font-size: 1.5em;
    color: #0099c7;
    margin-bottom: 15px;
}

.box-people .text-title-secondary {
    font-size: 1.25em;
    color: #0099c7;
    margin-bottom: 0;
}

.box-people .post-media {
    text-align: center;
    margin-bottom: 20px;
}

.box-people .post-media img {
    width: 100%;
    max-width: 280px;
    height: auto;
    border: 2px solid #9fd1f2;
    padding: 8px;
    background-color: #fff;
}

.box-people .box-cell-right strong {
    font-weight: bold;
}

.box-people .text-title-1 {
    display: block;
    position: relative;
    width: calc(100% + 45px);
    line-height: 44px;
    margin-bottom: 32px;
    margin-left: -25px;
    padding: 16px 20px 16px 25px;
    background-color: #005dab;
    font-size: 2em;
    color: #fff;
}

.box-people .text-title-2,
.box-people .text-title-3 {
    display: block;
    position: relative;
    width: calc(100% + 45px);
    line-height: 32px;
    margin-bottom: 24px;
    margin-left: -25px;
    padding: 12px 20px 12px 25px;
    background-color: #7e8081;
    font-size: 1.75em;
    color: #fff;
}

.box-people .text-title-3 {
    background-color: #0099c7;
}

.box-people .text-title-1::after,
.box-people .text-title-2::after,
.box-people .text-title-3::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -5px;
    left: 0;
    width: 5px;
    height: 5px;
    border-top: 5px solid #1D252D;
    border-left: 5px solid transparent;
}

.box-people .blocks-gallery-grid .blocks-gallery-image figure,
.box-people .blocks-gallery-grid .blocks-gallery-item figure,
.box-people .wp-block-gallery .blocks-gallery-image figure,
.box-people .wp-block-gallery .blocks-gallery-item figure {
    display: block;
}

.box-people .blocks-gallery-grid .blocks-gallery-image figcaption,
.box-people .blocks-gallery-grid .blocks-gallery-item figcaption,
.box-people .wp-block-gallery .blocks-gallery-image figcaption,
.box-people .wp-block-gallery .blocks-gallery-item figcaption {
    position: relative;
    top: 0;
    bottom: auto;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 10px 0;
    color: #2e3191;
    text-align: center;
    font-size: 0.75em;
    background: none;
}

@media (min-width: 576px) {
    .box-people .box-cell-left {
        padding: 40px;
    }
    .box-people .box-cell-right {
        padding-right: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
    }
    .box-people .text-title-1,
    .box-people .text-title-2,
    .box-people .text-title-3 {
        width: calc(100% + 85px);
        margin-left: -45px;
        padding-right: 40px;
        padding-left: 45px;
    }
    .box-people .text-title-1 {
        font-size: 2.5em;
    }
}

@media (min-width: 992px) {
    .box-people {
        overflow: hidden;
    }
    .box-people .box-cell-left {
        width: 33.3333333%;
    }
    .box-people .box-cell-right {
        width: 66.6666667%;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.125);
    }
    .box-people .box-cell-left,
    .box-people .box-cell-right {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .box-people .ribbon-starter {
        position: relative;
        top: 5px;
        width: calc(100% + 80px);
        height: 76px;
        margin-bottom: 32px;
        margin-left: -40px;
        background-color: #2c6cb4;
    }
}

.nav-pills.nav-pills-gallery .nav-link {
    color: #005e85;
    background-color: #B9D2DC;
}

.nav-pills.nav-pills-gallery .nav-link.active,
.nav-pills.nav-pills-gallery .show>.nav-link {
    color: #fff;
    background-color: #005e85;
}

.nav-pills.nav-pills-gallery .nav-link+.nav-link {
    margin-top: 5px;
}

@media (min-width: 576px) {
    .nav-pills.nav-pills-gallery {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .nav-pills.nav-pills-gallery .nav-link {
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1;
        -ms-flex: 1 1;
        flex: 1 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding-top: 0.75em;
        padding-bottom: 0.75em;
    }
    .nav-pills.nav-pills-gallery .nav-link+.nav-link {
        margin-top: 0;
        margin-left: 5px;
    }
}

.box-nextprev {}

.box-nextprev .box-cell {
    width: 50%;
    text-align: center;
}

.box-nextprev .box-cell a {
    display: block;
    padding: 1.5rem 0;
}

.box-nextprev .box-cell-prev a {
    background-color: #7e8081;
    color: #fff;
}

.box-nextprev .box-cell-next a {
    background-color: #0099c7;
    color: #fff;
}

.box-nextprev .box-cell-prev a:hover,
.box-nextprev .box-cell-next a:hover {
    background-color: #004987;
    color: #fff;
}


/*----------

	Widget
		Search

*************************************************************/

.search-form {
    position: relative;
    width: 100%;
    max-width: 480px;
}

.search-form label {
    width: 100%;
    margin: 0;
    padding: 0;
}

.search-form input[type="search"],
.search-form .search-field {
    width: 100%;
    height: 50px;
    line-height: 48px;
    margin: 0;
    padding: 0 65px 0 15px;
    border-radius: 2px;
    border: 1px solid #000;
    background-color: #fff;
}

.search-form input[type="search"]:focus,
.search-form .search-field:focus {
    outline: 0;
}

.search-form .search-submit {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #fff url(../image/icon-search-dark.svg) 50% 50% no-repeat;
    background-size: 20px 20px;
    border: 1px solid #000;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
}


/*
* Booking Page
*/

.booking-form {
    padding: 60px 30px;
    font-family: sans-serif;
}

.booking-form .form-group {
    margin-bottom: 0.75rem;
}

.booking-form ul.terms-conditions li {
    list-style: disc;
    margin-left: 20px;
    font-size: 12px;
}

.booking-form .form-group label {
    /* margin-bottom: 12px; */
}

.booking-form .form-control {
    width: 100%;
    min-width: unset;
    max-width: unset;
    height: auto;
    min-height: unset;
    max-height: unset;
    display: block;
    margin: 0;
    padding: 9px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    background-image: unset;
    line-height: 1.3em;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    border-color: #005274;
    background-color: #f1f3f5;
    color: #000000;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    margin-top: 15px;
}

.booking-form .btn-next-submit,
.booking-form .btn-submit {
    margin: 0 auto !important;
    padding: 12px 3rem !important;
    border: 1px solid #005e85 !important;
    border-radius: 32px !important;
    font-size: 1rem !important;
    line-height: 28px !important;
    background-color: #005e85;
    color: #FFFFFF;
    display: block;
    width: 210px;
    text-align: center;
}

.booking-form .fields-required {
    color: #E04562;
    font-weight: 700;
}

.frm-error-message {
    font-size: 12px;
    font-family: inherit;
    font-weight: 500;
    background-color: #F9E4E8;
    color: #E04562;
    border-radius: 2px;
    line-height: 2em;
    padding: 8px 1rem !important;
    margin: 12px 0 0 0 !important;
    border: 0;
    outline: 0;
    display: none;
}

.is-invalid .form-control {
    border-color: #e04562;
}

.is-invalid .frm-error-message {
    display: block;
}

.oc-address {
    font-size: 13px;
    padding-top: 15px;
}

.pay-button[_kpayment] {
    font-size: 16px !important;
    width: 130px !important;
}

.booking-form label {
    /* font-family: UniviaProRegular, 'Sarabun', sans-serif; */
    font-family: 'Sarabun', sans-serif;
    font-weight: bold;
}

.booking-desc {
    padding-top: 8px;
}


/* On screens that are 600px or less, set the background color to olive */

@media screen and (max-width: 600px) {
    .booking-form label {
        padding-bottom: 0;
    }
    .booking-desc {
        padding-left: 25px;
        margin-bottom: 0;
    }
    .booking-form .pay-button[_kpayment] {
        margin: 0 auto;
        display: block;
        width: 210px !important;
        height: 54px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .booking-form .terms-conditions form {
        margin-left: -20px;
    }
    .oc-address {
        text-align: right;
    }
    .page-template-page-order-confirmation .booking-form .btn-next-submit,
    .page-template-page-order-confirmation .booking-form .btn-submit {
        padding: 10px 2.5rem !important;
        width: auto;
    }
}


/* all devices */

@media all {
    #printThisDiv {
        display: block;
    }
}


/* printer specific CSS */

@media print {
    #cookie-law-info-bar,
    .btn-submit,
    #footer {
        display: none !important;
    }
    #printThisDiv {
        display: block;
    }
    .head-print {
        display: block !important;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
}