:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0!important
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    color: #32373c;
    background-color: transparent;
    border: 2px solid
}

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.wp-block-buttons .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: 8px
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: 8px
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #007cba;
    color: var(--wp-admin-theme-color)
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 20px 38px
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100%!important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px)!important;
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }
    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type^=core-embed],
.wp-block[data-align=right]>[data-type^=core-embed] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type^=core-embed] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type^=core-embed] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 16px)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - 10.66667px);
        margin-right: 16px
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - 12px);
        margin-right: 16px
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - 12.8px);
        margin-right: 16px
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - 13.33333px);
        margin-right: 16px
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - 13.71429px);
        margin-right: 16px
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - 14px);
        margin-right: 16px
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 20px 38px
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.is-style-circle-mask img,
.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 20px 20px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 20px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 20px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 20px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 20px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 20px)
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
    margin-bottom: 20px
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100%!important;
        grid-template-columns: 100%!important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color),
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e
}

.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
    background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) {
    color: #fff
}

.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container {
    background-color: #1e1e1e
}

.items-justified-left>ul {
    justify-content: flex-start
}

.items-justified-center>ul {
    justify-content: center
}

.items-justified-right>ul {
    justify-content: flex-end
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: fit-content;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: 8px
}

@media (min-width:782px) {
    .has-child .wp-block-navigation__container {
        left: 24px
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: 8px;
        background: transparent
    }
    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation-link__content {
    text-decoration: none;
    padding: 8px 16px
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: 6px 16px
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 20px 38px
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 16px
}

.wp-block-post-author__bio {
    margin-bottom: 8px;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none!important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root .editor-styles-wrapper .has-pale-pink-background-color,
:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-background-color,
:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-background-color,
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-background-color,
:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
    background-color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-background-color,
:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-background-color,
:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .editor-styles-wrapper .has-black-background-color,
:root .has-black-background-color {
    background-color: #000
}

:root .editor-styles-wrapper .has-pale-pink-color,
:root .has-pale-pink-color {
    color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-color,
:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-color,
:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-color,
:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-color,
:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-color,
:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-color,
:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-color,
:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-color,
:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .editor-styles-wrapper .has-white-color,
:root .has-white-color {
    color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-color,
:root .has-very-light-gray-color {
    color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-color,
:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-color,
:root .has-very-dark-gray-color {
    color: #313131
}

:root .editor-styles-wrapper .has-black-color,
:root .has-black-color {
    color: #000
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background,
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background,
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background,
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background,
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,
:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,
:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,
:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .editor-styles-wrapper .has-purple-crush-gradient-background,
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,
:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .editor-styles-wrapper .has-pale-ocean-gradient-background,
:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .editor-styles-wrapper .has-electric-grass-gradient-background,
:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .editor-styles-wrapper .has-subdued-olive-gradient-background,
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .editor-styles-wrapper .has-atomic-cream-gradient-background,
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .editor-styles-wrapper .has-nightshade-gradient-background,
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .editor-styles-wrapper .has-midnight-gradient-background,
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root .editor-styles-wrapper .has-link-color a,
:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.editor-styles-wrapper .has-small-font-size,
.has-small-font-size {
    font-size: 13px
}

.editor-styles-wrapper .has-normal-font-size,
.editor-styles-wrapper .has-regular-font-size,
.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
    font-size: 20px
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    font-size: 36px
}

.editor-styles-wrapper .has-huge-font-size,
.editor-styles-wrapper .has-larger-font-size,
.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}
@font-face {
    font-family: Koko-Regular;
    src: url(assets/fonts/KokomoBreeze-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: BeVietnam-Light;
    src: url(assets/fonts/BeVietnam-Light.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@media (max-width:1024px) {
    left: 30px;
    width: 34.722222%
}

button,
input,
select,
textarea {
    margin: 0;
    outline: none
}

*,
html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

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

iframe {
    border: 0
}

body,
html {
    margin: 0;
    padding: 0
}

::-webkit-scrollbar {
    width: 6px
}

@media (max-width:768px) {
    ::-webkit-scrollbar {
        width: 4px
    }
}

::-webkit-scrollbar-thumb {
    background: #00cae2;
    border-radius: 3px
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #00cae2
}

::selection {
    background: #00cae2;
    color: #fff
}

a.disabled {
    cursor: no-drop
}

body,
html {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.typography blockquote,
.typography body,
.typography dd,
.typography dl,
.typography dt,
.typography fieldset,
.typography figure,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography hr,
.typography html,
.typography iframe,
.typography legend,
.typography li,
.typography ol,
.typography p,
.typography pre,
.typography textarea,
.typography ul {
    margin: 0;
    padding: 0
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-size: 100%;
    font-weight: 400
}

.typography ul {
    list-style: none
}

.typography table {
    border-collapse: collapse;
    border-spacing: 0
}

.typography td,
.typography th {
    padding: 0
}

.typography td:not([align]),
.typography th:not([align]) {
    text-align: left
}

.typography img {
    display: block
}

@keyframes spinAround {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes shakeX2 {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    to {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes overflow {
    0% {
        overflow: hidden
    }
    to {
        overflow: initial
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn)
    }
}

@keyframes social_rotate {
    0% {
        transform: rotate(0deg) scale(1)
    }
    50% {
        transform: rotate(-15deg) scale(1.05)
    }
    to {
        transform: rotate(0deg) scale(1)
    }
}

@keyframes scale_ellipse_2 {
    0% {
        transform: scale(1);
        opacity: 1
    }
    50% {
        transform: scale(1.1);
        opacity: 0
    }
}

@keyframes ChangeColor {
    0% {
        fill: #fff200
    }
    50% {
        fill: #ed287a
    }
    to {
        fill: #fff200
    }
}

@keyframes imageScaleAnimation {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

@keyframes liness {
    0% {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: 1000
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

.see-more-def {
    width: 180px;
    height: 46px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #42320c;
    text-decoration: none;
    position: relative;
    transition: all .5s ease;
    z-index: 0
}

.see-more-def:after,
.see-more-def:before {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all .5s ease;
    top: 50%;
    transform: translateY(-50%)
}

.see-more-def:before {
    width: 100%;
    height: 100%;
    background: #ECBC7A;
    right: 0
}

.see-more-def:after {
    left: 0;
    background: #0A5E86;
    width: 0;
    height: 100%
}

@media (min-width:769px) {
    .see-more-def:hover {
        color: #fff
    }
    .see-more-def:hover:before {
        width: 0
    }
    .see-more-def:hover:after {
        width: 100%
    }
}

.container_common {
    max-width: 1440px;
    margin: 0 auto
}

.container_common .content_common {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%
}

@media (max-width:1280px) {
    .container_common .content_common {
        padding-left: 5.5555555556%;
        padding-right: 5.5555555556%
    }
}

@media (max-width:1024px) {
    .container_common .content_common {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:480px) {
    .container_common .content_common {
        padding-left: 15px;
        padding-right: 15px
    }
}

.title-upper-def {
    font-weight: 700;
    font-size: 160px;
    line-height: 168px;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #fff200
}

@media (max-width:480px) {
    .title-upper-def {
        font-size: 100px;
        line-height: 118px
    }
}

.title-def {
    letter-spacing: .03em;
    color: #ECBC7A;
    font-weight: 400;
    font-size: 140px;
    line-height: 150px;
    font-family: Koko-Regular;
    text-transform: capitalize
}

@media (max-width:480px) {
    .title-def {
        font-size: 95px;
        line-height: 115px
    }
}

.title-section-def {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -.01em;
    text-transform: uppercase;
    color: #828282
}

@media (max-width:480px) {
    .title-section-def {
        font-size: 20px;
        line-height: 26px
    }
}

#header-main {
    width: 100%
}

#header-main .language {
    display: flex;
    align-items: center
}

#header-main .language li {
    position: relative
}

#header-main .language li:last-child a {
    padding-right: 0
}

#header-main .language li:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #4f4f4f;
    height: 12.5px;
    width: 1px
}

#header-main .language li:first-child a {
    padding-left: 0
}

#header-main .language li.current-lang a {
    color: #ff1c7b;
    font-weight: 700
}

#header-main .language li a {
    text-transform: uppercase;
    color: #4f4f4f;
    padding: 0 5px;
    transition: all .5s ease;
    text-decoration: none
}

@media (min-width:769px) {
    #header-main .language li a:hover {
        color: #ff1c7b
    }
}

#header-main .header-main {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 2.9861111111%;
    height: 100px;
    align-items: center;
    z-index: 1000;
    transition: all .5s ease;
    top: 0;
    left: 0
}

@media (max-width:480px) {
    #header-main .header-main {
        padding: 0 15px;
        justify-content: space-between;
        height: 60px
    }
}

#header-main .header-main.hide-heade {
    background: #fff;
    height: 90px
}

@media (max-width:768px) {
    #header-main .header-main.hide-heade {
        height: 80px
    }
}

@media (max-width:480px) {
    #header-main .header-main.hide-heade {
        height: 55px
    }
}

#header-main .header-main.hide-heade .menu-click span {
    background: #ff1c7b
}

#header-main .header-main .logo-header {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
    top: 50%
}

@media (max-width:768px) {
    #header-main .header-main .logo-header {
        width: 95px
    }
}

@media (max-width:480px) {
    #header-main .header-main .logo-header {
        width: 70px
    }
}

#header-main .header-main .language {
    margin-right: 35px
}

@media (max-width:480px) {
    #header-main .header-main .language {
        margin-right: 0
    }
}

#header-main .header-main .menu-click {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer
}

@media (min-width:769px) {
    #header-main .header-main .menu-click:hover span {
        background: #ff1c7b
    }
    #header-main .header-main .menu-click:hover span:nth-child(2) {
        width: 22px
    }
    #header-main .header-main .menu-click:hover span:last-child {
        width: 100%
    }
}

#header-main .header-main .menu-click span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #4f4f4f;
    margin-bottom: 5px;
    transition: all .5s ease
}

#header-main .header-main .menu-click span:last-child {
    width: 22px;
    margin-bottom: 0
}

#header-main .soical-fixed .soical {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 16px;
    position: fixed;
    right: 0;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:1024px) {
    #header-main .soical-fixed .soical {
        padding-right: 13px
    }
}

@media (max-width:375px) {
    #header-main .soical-fixed .soical {
        padding-right: 10px
    }
}

#header-main .soical-fixed .soical ._360 {
    display: none
}

@media (max-width:768px) {
    #header-main .soical-fixed .soical ._360 {
        display: flex;
        background: #ff1c7b
    }
}

#header-main .soical-fixed .soical a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ff1c7b;
    transition: all .5s ease;
    position: relative
}

@media (max-width:768px) {
    #header-main .soical-fixed .soical a {
        position: unset
    }
}

#header-main .soical-fixed .soical a:last-child {
    margin-bottom: 0
}

@media (min-width:769px) {
    #header-main .soical-fixed .soical a:hover {
        color: #fff;
        background: #ff1c7b
    }
    #header-main .soical-fixed .soical a:hover img {
        filter: brightness(0) invert(1)
    }
    #header-main .soical-fixed .soical a:hover .before {
        width: 147px;
        height: 40px;
        opacity: 1;
        transform: scale(1) translateY(-50%)
    }
    #header-main .soical-fixed .soical a:hover:first-child .before {
        width: 275px
    }
    #header-main .soical-fixed .soical a:hover i,
    #header-main .soical-fixed .soical a:hover img {
        animation-name: shakeX2;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
        animation-duration: 1s;
        animation-timing-function: ease-in-out
    }
}

@media (max-width:1024px) {
    #header-main .soical-fixed .soical a {
        margin-bottom: 13px
    }
}

@media (max-width:480px) {
    #header-main .soical-fixed .soical a {
        width: 35px;
        height: 35px
    }
}

@media (max-width:375px) {
    #header-main .soical-fixed .soical a {
        margin-bottom: 10px
    }
}

#header-main .soical-fixed .soical a .before {
    position: absolute;
    top: 50%;
    transform: scale(0) translateY(-50%);
    right: 0;
    height: 0;
    width: 0;
    padding-left: 15px;
    z-index: -1;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: #ff1c7b;
    transition: all .5s ease;
    opacity: 0
}

@media (max-width:768px) {
    #header-main .soical-fixed .soical a .before {
        display: none
    }
}

#header-main .soical-fixed .register {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 11;
    width: 240px;
    color: #fff
}

@media (min-width:769px) {
    #header-main .soical-fixed .register:hover {
        color: #000
    }
    #header-main .soical-fixed .register:hover img {
        filter: invert(.8)
    }
}

@media (max-width:480px) {
    #header-main .soical-fixed .register {
        width: 50%
    }
}

@media (max-width:375px) {
    #header-main .soical-fixed .register {
        font-size: 12px
    }
}

#header-main .soical-fixed .register:before {
    background: #00cae2
}

#header-main .soical-fixed .register:after {
    background: #fff200
}

#header-main .soical-fixed .register img {
    margin-right: 8px;
    filter: invert(0);
    transition: all .5s ease
}

@media (max-width:375px) {
    #header-main .soical-fixed .register img {
        margin-right: 3px
    }
}

#header-main #scroll_top {
    position: fixed;
    right: 16px;
    z-index: 11;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ff1c7b
}

@media (min-width:769px) {
    #header-main #scroll_top:hover {
        color: #fff;
        background: #ff1c7b
    }
}

@media (max-width:1024px) {
    #header-main #scroll_top {
        right: 13px
    }
}

@media (max-width:480px) {
    #header-main #scroll_top {
        width: 35px;
        height: 35px
    }
}

@media (max-width:375px) {
    #header-main #scroll_top {
        right: 10px
    }
}

#header-main #scroll_top i {
    transform: rotate(90deg)
}

#header-main .menu-toggle {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10001;
    background: linear-gradient(180deg, #00cae2, rgba(0, 202, 226, .5) 50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: .3s
}

@media (max-width:768px) {
    #header-main .menu-toggle {
        padding-bottom: 40px
    }
}

#header-main .menu-toggle.menu-toggle-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

#header-main .menu-toggle .menu-top {
    width: 100%;
    height: 110px;
    border-bottom: .5px solid #8bf3ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 27px;
    position: relative
}

@media (max-width:1024px) {
    #header-main .menu-toggle .menu-top {
        height: 90px
    }
}

@media (max-width:480px) {
    #header-main .menu-toggle .menu-top {
        height: 75px;
        padding: 0 20px
    }
}

#header-main .menu-toggle .menu-top .logo-menu {
    width: 135px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:1024px) {
    #header-main .menu-toggle .menu-top .logo-menu {
        width: 110px
    }
}

@media (max-width:480px) {
    #header-main .menu-toggle .menu-top .logo-menu {
        width: 95px
    }
}

#header-main .menu-toggle .menu-top .close-menu {
    width: 45px;
    height: 45px;
    cursor: pointer;
    margin-top: 45px
}

@media (min-width:769px) {
    #header-main .menu-toggle .menu-top .close-menu:hover span {
        background: #ff1c7b
    }
}

@media (max-width:480px) {
    #header-main .menu-toggle .menu-top .close-menu {
        width: 30px;
        margin-top: 40px
    }
}

#header-main .menu-toggle .menu-top .close-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .5s ease
}

#header-main .menu-toggle .menu-top .close-menu span:first-child {
    transform: rotate(135deg)
}

#header-main .menu-toggle .menu-top .close-menu span:last-child {
    transform: rotate(45deg)
}

#header-main .menu-toggle .menu-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 16.6666666667%
}

@media (max-width:1024px) {
    #header-main .menu-toggle .menu-main {
        padding: 0 8.3333333333%
    }
}

@media (max-width:480px) {
    #header-main .menu-toggle .menu-main {
        padding: 0 30px
    }
}

@media (max-width:375px) {
    #header-main .menu-toggle .menu-main {
        padding: 0 15px
    }
}

#header-main .menu-toggle .menu-main li {
    width: calc(50% - 100px);
    position: relative;
    margin-right: 200px;
    padding-left: 100px
}

@media (max-width:1366px) {
    #header-main .menu-toggle .menu-main li {
        margin-right: 100px;
        padding-left: 80px;
        width: calc(50% - 50px)
    }
}

@media (max-width:1024px) {
    #header-main .menu-toggle .menu-main li {
        padding-left: 60px
    }
}

@media (max-width:768px) {
    #header-main .menu-toggle .menu-main li {
        padding-left: 40px;
        margin-right: 50px;
        width: calc(50% - 25px)
    }
}

@media (max-width:480px) {
    #header-main .menu-toggle .menu-main li {
        padding-left: 25px;
        margin-right: 0;
        width: 50%
    }
}

#header-main .menu-toggle .menu-main li:first-child:before {
    content: "01"
}

#header-main .menu-toggle .menu-main li:nth-child(2):before {
    content: "02"
}

#header-main .menu-toggle .menu-main li:nth-child(3):before {
    content: "03"
}

#header-main .menu-toggle .menu-main li:nth-child(4):before {
    content: "04"
}

#header-main .menu-toggle .menu-main li:nth-child(5):before {
    content: "05"
}

#header-main .menu-toggle .menu-main li:nth-child(6):before {
    content: "06"
}

#header-main .menu-toggle .menu-main li:nth-of-type(2n+2) {
    margin-right: 0
}

#header-main .menu-toggle .menu-main li:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 80px;
    text-transform: uppercase;
    color: #fff;
    transition: all .25s ease
}

@media (max-width:1024px) {
    #header-main .menu-toggle .menu-main li:before {
        font-size: 15px
    }
}

@media (max-width:375px) {
    #header-main .menu-toggle .menu-main li:before {
        font-size: 14px
    }
}

#header-main .menu-toggle .menu-main li.current_page_item:before,
#header-main .menu-toggle .menu-main li.current_page_item a {
    font-weight: 700
}

#header-main .menu-toggle .menu-main li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 47px;
    line-height: 80px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    display: block;
    transition: all .25s ease
}

@media (max-width:1024px) {
    #header-main .menu-toggle .menu-main li a {
        font-size: 43px;
        line-height: 75px
    }
}

@media (max-width:768px) {
    #header-main .menu-toggle .menu-main li a {
        font-size: 30px;
        line-height: 65px
    }
}

@media (max-width:480px) {
    #header-main .menu-toggle .menu-main li a {
        font-size: 20px;
        line-height: 40px
    }
}

@media (max-width:375px) {
    #header-main .menu-toggle .menu-main li a {
        font-size: 14px
    }
}

#header-main .menu-toggle .menu-soical {
    width: 100%;
    padding: 0 16.6666666667%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:1024px) {
    #header-main .menu-toggle .menu-soical {
        padding: 0 8.3333333333%
    }
}

@media (max-width:480px) {
    #header-main .menu-toggle .menu-soical {
        padding: 0 30px;
        flex-wrap: wrap
    }
}

@media (max-width:375px) {
    #header-main .menu-toggle .menu-soical {
        padding: 0 15px
    }
}

#header-main .menu-toggle .menu-soical .follow {
    display: flex;
    align-items: center
}

@media (max-width:375px) {
    #header-main .menu-toggle .menu-soical .follow {
        width: 100%;
        margin-bottom: 10px
    }
}

#header-main .menu-toggle .menu-soical .follow a {
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

@media (min-width:769px) {
    #header-main .menu-toggle .menu-soical .follow a:hover i {
        animation-name: shakeX2;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        color: #ff1c7b
    }
}

#header-main .menu-toggle .menu-soical .follow a:first-child {
    margin-right: 39px
}

@media (max-width:480px) {
    #header-main .menu-toggle .menu-soical .follow a:first-child {
        margin-right: 10px
    }
}

#header-main .menu-toggle .menu-soical .follow a:last-child {
    margin-left: 12px
}

#header-main .menu-toggle .menu-soical .hotline {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center
}

@media (min-width:769px) {
    #header-main .menu-toggle .menu-soical .hotline:hover a {
        color: #ff1c7b
    }
}

@media (max-width:375px) {
    #header-main .menu-toggle .menu-soical .hotline {
        width: 100%;
        font-size: 12px
    }
}

#header-main .menu-toggle .menu-soical .hotline a {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    margin-left: 9px;
    color: #fff;
    transition: all .5s ease
}

@media (max-width:1024px) {
    #header-main .menu-toggle .menu-soical .hotline a {
        font-size: 18px
    }
}

@media (max-width:480px) {
    #header-main .menu-toggle .menu-soical .hotline a {
        font-size: 15px
    }
}

@media (max-width:375px) {
    #header-main .menu-toggle .menu-soical .hotline a {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .zalo-chat-widget {
        left: 0;
        right: auto!important
    }
}

.footer_main {
    width: 100%;
    display: flex;
    background: #00bbd1;
    padding: 48px 8.3333333333% 45px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

@media (max-width:1024px) {
    .footer_main {
        padding: 40px 30px 45px
    }
}

@media (max-width:768px) {
    .footer_main {
        flex-wrap: wrap
    }
}

@media (max-width:480px) {
    .footer_main {
        padding: 30px 15px
    }
}

.footer_main ._lable_ft {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: .01em;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    padding-left: 14px
}

.footer_main ._lable_ft:before {
    position: absolute;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
    content: "";
    width: 4px;
    height: 20px;
    background-color: #fff
}

.footer_main ._social {
    margin: 34px 0;
    font-weight: 500
}

.footer_main ._social img {
    filter: brightness(0) invert(1)
}

.footer_main ._social ._title {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px
}

.footer_main ._social ._link a {
    display: inline-block;
    margin: 0 8px
}

@media (max-width:480px) {
    .footer_main ._social {
        margin: 20px 0 32px
    }
}

.footer_main ._left {
    width: 30%;
    text-align: center
}

.footer_main ._left ._logo {
    display: inline-block
}

.footer_main ._left ._logo img {
    max-width: 110px
}

.footer_main ._left ._copyright {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .05em
}

@media (max-width:768px) {
    .footer_main ._left {
        width: 100%
    }
    .footer_main ._left ._logo {
        margin-bottom: 20px
    }
    .footer_main ._left ._copyright,
    .footer_main ._left ._social {
        display: none
    }
}

.footer_main ._center {
    width: 30%;
    padding-right: 20px
}

@media (max-width:768px) {
    .footer_main ._center {
        padding-right: 0
    }
}

.footer_main ._center ._intro {
    margin-top: 8px
}

.footer_main ._center ._intro p {
    margin-bottom: 12px
}

.footer_main ._center ._intro p:first-of-type {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 9px
}

.footer_main ._center ._intro p:nth-of-type(2),
.footer_main ._center ._intro p:nth-of-type(3) {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 12px
}

.footer_main ._center ._intro p:nth-of-type(2):before,
.footer_main ._center ._intro p:nth-of-type(3):before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff
}

.footer_main ._center ._hotline {
    margin-top: 40px;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.footer_main ._center ._hotline a {
    font-size: 20px;
    text-decoration: none;
    color: #fff
}

.footer_main ._center ._social {
    display: none
}

@media (max-width:768px) {
    .footer_main ._center {
        width: 45%
    }
    .footer_main ._center ._social {
        display: block
    }
}

@media (max-width:480px) {
    .footer_main ._center {
        width: 100%
    }
    .footer_main ._center ._hotline {
        margin-top: 20px
    }
}

.footer_main ._right {
    width: 40%
}

.footer_main ._right ._list_document {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: 34px;
    border-bottom: 1px solid #fff
}

.footer_main ._right ._list_document select {
    width: 50%;
    height: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    border: 0;
    background: transparent;
    color: #fff
}

.footer_main ._right ._list_document select option {
    color: #00bbd1
}

.footer_main ._right ._list_document ._download {
    font-weight: 700;
    font-size: 14px;
    line-height: 26px
}

.footer_main ._right ._list_document ._download a {
    text-decoration: none;
    color: #fff
}

.footer_main ._right ._note {
    margin-top: 10px
}

.footer_main ._right ._note p {
    font-size: 12px;
    line-height: 20px
}

.footer_main ._right ._note p:first-of-type {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 13px
}

.footer_main ._right ._copyright_mobile {
    display: none
}

@media (max-width:768px) {
    .footer_main ._right {
        width: 55%
    }
    .footer_main ._right ._list_document select {
        width: calc(100% - 100px)
    }
    .footer_main ._right ._note {
        margin-top: 25px
    }
    .footer_main ._right ._copyright_mobile {
        display: block;
        margin-top: 15px
    }
}

@media (max-width:480px) {
    .footer_main ._right {
        width: 100%
    }
    .footer_main ._right ._note p {
        text-align: justify
    }
}

.contact_ft {
    position: relative;
    width: 100%;
    padding: 44px 8.3333333333% 73px;
    font-family: Montserrat, sans-serif;
    color: #fff
}

@media (max-width:1024px) {
    .contact_ft {
        padding: 44px 30px 55px
    }
}

@media (max-width:480px) {
    .contact_ft {
        padding: 0
    }
}

.contact_ft ._bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contact_ft ._box {
    position: relative;
    width: 35%;
    padding: 48px 52px 48px 40px;
    background-color: rgba(0, 202, 226, .7)
}

.contact_ft ._box ._lable {
    margin-bottom: 32px
}

.contact_ft ._box ._lable p {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: .01em;
    color: #fff
}

.contact_ft ._box ._lable p:nth-of-type(2) {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 6px
}

.contact_ft ._box ._form_content ._form_group {
    position: relative
}

.contact_ft ._box ._form_content ._form_group input {
    width: 100%;
    height: 32px;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 26px;
    text-align: justify;
    color: #fff;
    background-color: transparent;
    margin-bottom: 24px
}

.contact_ft ._box ._form_content ._form_group input::-webkit-input-placeholder {
    color: #fff
}

.contact_ft ._box ._form_content ._form_group input::-moz-placeholder {
    color: #fff
}

.contact_ft ._box ._form_content ._form_group input:-ms-input-placeholder {
    color: #fff
}

.contact_ft ._box ._form_content ._form_group input:-moz-placeholder {
    color: #fff
}

.contact_ft ._box ._form_content ._form_group ._error_msg {
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: 10px;
    font-style: italic
}

.contact_ft ._box ._form_content .btn_submit {
    height: 40px;
    padding: 11px 55px 9px;
    background: #fff200;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    margin-top: 16px
}

@media (max-width:1024px) {
    .contact_ft ._box {
        width: 420px
    }
}

@media (max-width:480px) {
    .contact_ft ._box {
        width: 100%;
        padding: 45px 30px 35px 20px
    }
}

.home-page .h-section1 {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}

@media (max-width:480px) {
    .home-page .h-section1 {
        height: 32vh
    }
}

.home-page .h-section1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #f3f3f3 -9.58%, transparent 29.61%);
    z-index: 2;
    pointer-events: none
}

.home-page .h-section1 .bgr_ss {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%
}

@media (min-width:481px) {
    .home-page .h-section1 .bgr_ss {
        animation: imageScaleAnimation 30s ease infinite
    }
}

.home-page .h-section1 .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 66px;
    cursor: pointer;
    z-index: 2
}

@media (max-width:768px) {
    .home-page .h-section1 .icon-play {
        width: 50px;
        height: 50px
    }
}

@media (max-width:480px) {
    .home-page .h-section1 .icon-play {
        width: 40px;
        height: 40px
    }
}

.home-page .h-section1 .video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10001;
    top: 0;
    left: 0;
    object-fit: cover
}

.home-page .h-section1 .close_video {
    font-size: 30px;
    position: absolute;
    right: 2.9861111111%;
    top: 32px;
    color: #fff;
    cursor: pointer;
    z-index: 10001;
    transition: all .5s ease
}

@media (min-width:769px) {
    .home-page .h-section1 .close_video:hover {
        color: #ff1c7b
    }
}

@media (max-width:480px) {
    .home-page .h-section1 .close_video {
        right: 10px;
        top: 45px;
        font-size: 25px
    }
}

.home-page .h-section1 .swiper-container {
    height: 100%
}

.home-page .h-section1 .swiper-container .swiper-slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:768px) {
    .home-page .h-section1 ._360 {
        display: none
    }
}

.home-page .h-section2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.home-page .h-section2 ._left {
    width: 52.0833333333%
}

.home-page .h-section2 ._left img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width:768px) {
    .home-page .h-section2 ._left {
        width: 100%;
        order: 2
    }
}

.home-page .h-section2 ._right {
    width: 47.9166666667%;
    padding: 50px 0 70px 7.9861111111%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.home-page .h-section2 ._right .title-upper-def {
    color: #0A5E86;
    position: relative;
    margin-bottom: 35px
}

.home-page .h-section2 ._right .title-upper-def .title-def {
    position: absolute;
    top: 6%;
    right: 15%;
    font-size: 110px;
    transform: rotate(-5deg)
}

.home-page .h-section2 ._right .content {
    width: 65%
}

.home-page .h-section2 ._right .content .title-section-def {
    margin-bottom: 23px
}

.home-page .h-section2 ._right .content .exp {
    padding: 24px 31px 28px 28px;
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
    letter-spacing: -.01em;
    color: #fff;
    background: #0A5E86;
    margin-bottom: 40px
}

.home-page .h-section2 ._right .decor_ss {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 51.7857142857%
}

.home-page .h-section2 ._right .decor_ss img {
    max-width: 100%
}

@media (max-width:1024px) {
    .home-page .h-section2 ._right {
        padding: 20px 0 50px 30px
    }
    .home-page .h-section2 ._right .content {
        width: 60%
    }
}

@media (max-width:768px) {
    .home-page .h-section2 ._right {
        width: 100%;
        order: 1;
        padding: 20px 0 20px 30px
    }
}

@media (max-width:480px) {
    .home-page .h-section2 ._right {
        padding: 0 15px 20px
    }
    .home-page .h-section2 ._right .content {
        width: 100%
    }
    .home-page .h-section2 ._right .content .exp {
        padding: 24px 25px 28px;
        margin-bottom: 20px
    }
    .home-page .h-section2 ._right .decor_ss {
        display: none
    }
}

.home-page .h-section3 {
    width: 100%;
    padding-bottom: 90px
}

@media (max-width:768px) {
    .home-page .h-section3 {
        padding-bottom: 60px
    }
}

@media (max-width:575px) {
    .home-page .h-section3 {
        padding-bottom: 30px
    }
}

.home-page .h-section3 ._pagination {
    position: absolute;
    bottom: 0;
    right: 8.3333333333%;
    width: 200px;
    height: 20px
}

@media (max-width:480px) {
    .home-page .h-section3 ._pagination {
        right: auto;
        transform: translateX(-50%);
        left: 50%
    }
}

.home-page .h-section3 ._pagination .swiper-button-next,
.home-page .h-section3 ._pagination .swiper-button-prev {
    outline: none;
    width: 27px;
    height: 7px;
    bottom: 0;
    margin: 0
}

.home-page .h-section3 ._pagination .swiper-button-next:after,
.home-page .h-section3 ._pagination .swiper-button-prev:after {
    display: none
}

.home-page .h-section3 ._pagination .swiper-button-prev img {
    transform: rotate(180deg)
}

.home-page .h-section3 ._pagination .swiper-pagination {
    left: 50%;
    transform: translateX(-50%)
}

.home-page .h-section3 ._pagination .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 6px!important;
    height: 6px!important;
    background: #15535a;
    position: relative;
    opacity: 1!important;
    outline: none
}

.home-page .h-section3 ._pagination .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 1px solid #15535a;
    border-radius: 50%;
    transition: all .5s ease
}

.home-page .h-section3 ._pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 16px;
    height: 16px
}

.home-page .h-section3 ._tooltip-h,
.home-page .h-section3 ._tooltip-h2 {
    width: 29px;
    height: 29px;
    position: absolute;
    border-radius: 0 0 15px 15px;
    background: #ff1c7b;
    font-weight: 700;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    opacity: 0
}

@media (max-width:1366px) {
    .home-page .h-section3 ._tooltip-h,
    .home-page .h-section3 ._tooltip-h2 {
        width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px
    }
}

@media (max-width:480px) {
    .home-page .h-section3 ._tooltip-h,
    .home-page .h-section3 ._tooltip-h2 {
        width: 15px;
        height: 15px;
        font-size: 9px;
        line-height: 16px
    }
}

.home-page .h-section3 ._tooltip-h2 .before,
.home-page .h-section3 ._tooltip-h .before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 118px;
    height: 63px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:480px) {
    .home-page .h-section3 ._tooltip-h2 .before,
    .home-page .h-section3 ._tooltip-h .before {
        width: 79px;
        height: 42px
    }
}

.home-page .h-section3 ._tooltip-h2 .before img,
.home-page .h-section3 ._tooltip-h .before img {
    display: block;
    max-height: 100%
}

.home-page .h-section3 ._tooltip-h2.visible,
.home-page .h-section3 ._tooltip-h.visible {
    transition: all .5s;
    z-index: 3!important;
    opacity: 1;
    display: block
}

.home-page .h-section3 #Layer_2 .cls-70 {
    animation: ChangeColor 3s infinite
}

.home-page .h-section3 #Layer_2 #duong_1,
.home-page .h-section3 #Layer_2 #duong_2 {
    stroke-dashoffset: 2000;
    animation: draw 60s linear infinite
}

.home-page .h-section3 .top {
    width: 100%;
    position: relative
}

@media (max-width:480px) {
    .home-page .h-section3 .top {
        overflow: hidden
    }
    .home-page .h-section3 .top svg {
        width: 175%
    }
}

.home-page .h-section3 .top .content_top {
    position: absolute;
    top: 94px;
    right: 0;
    width: 50%;
    padding-left: 120px
}

.home-page .h-section3 .top .content_top:before {
    content: url(assets/images/common/aria.png);
    position: absolute;
    bottom: 0;
    left: 30px
}

@media (max-width:480px) {
    .home-page .h-section3 .top .content_top:before {
        display: none
    }
}

.home-page .h-section3 .top .content_top .title-section-def {
    color: #FF1C7B;
    position: relative;
    padding-bottom: 55px;
    padding-left: 85px
}

.home-page .h-section3 .top .content_top .title-section-def .title-def {
    top: 15px;
    left: 185px;
    color: #fff200;
    text-transform: none;
    margin-left: -85px;
    line-height: 100px
}

.home-page .h-section3 .top .content_top .list-item {
    display: flex;
    margin-bottom: 40px;
    padding-left: 85px
}

@media (max-width:480px) {
    .home-page .h-section3 .top .content_top .list-item {
        margin-bottom: 25px
    }
}

.home-page .h-section3 .top .content_top .list-item .item {
    display: flex
}

.home-page .h-section3 .top .content_top .list-item .item:first-child {
    margin-right: 66px
}

@media (min-width:769px) {
    .home-page .h-section3 .top .content_top .list-item .item:hover img {
        animation-name: shakeX2;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
        animation-duration: 1s;
        animation-timing-function: ease-in-out
    }
}

.home-page .h-section3 .top .content_top .list-item .item .icon {
    width: 22px;
    margin-right: 15px
}

.home-page .h-section3 .top .content_top .list-item .item .text {
    width: 140px;
    border-left: 1px solid #fff;
    padding-left: 15px
}

.home-page .h-section3 .top .content_top .list-item .item .text p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    display: flex
}

.home-page .h-section3 .top .content_top .list-item .item .text p:nth-of-type(2n+2) {
    margin-bottom: 12px
}

.home-page .h-section3 .top .content_top .list-item .item .text p:last-child {
    margin-bottom: 0
}

.home-page .h-section3 .top .content_top .list-item .item .text p strong {
    font-size: 26px;
    margin-bottom: 10px;
    display: block;
    margin-right: 5px;
    font-weight: 500
}

.home-page .h-section3 .top .content_top .see-more-def {
    margin-left: 122px
}

@media (max-width:1024px) {
    .home-page .h-section3 .top .content_top {
        position: relative;
        top: 0;
        width: 100%;
        padding: 50px 30px 30px
    }
    .home-page .h-section3 .top .content_top .title-section-def {
        color: #828282
    }
    .home-page .h-section3 .top .content_top .title-section-def .title-def {
        color: #ff1c7b
    }
    .home-page .h-section3 .top .content_top .list-item {
        padding-left: 0
    }
    .home-page .h-section3 .top .content_top .list-item .item {
        width: 50%
    }
    .home-page .h-section3 .top .content_top .list-item .item .icon img {
        filter: invert(100%)
    }
    .home-page .h-section3 .top .content_top .list-item .item .text {
        width: auto;
        border-left: 1px solid #4f4f4f
    }
    .home-page .h-section3 .top .content_top .list-item .item .text p {
        font-size: 16px;
        line-height: 24px;
        color: #4f4f4f
    }
    .home-page .h-section3 .top .content_top .list-item .item .text p strong {
        font-size: 30px
    }
    .home-page .h-section3 .top .content_top .see-more-def {
        margin-left: 0
    }
}

@media (max-width:480px) {
    .home-page .h-section3 .top .content_top {
        padding: 40px 15px 15px
    }
    .home-page .h-section3 .top .content_top .title-section-def {
        text-align: center;
        padding-left: 0;
        padding-bottom: 30px
    }
    .home-page .h-section3 .top .content_top .title-section-def br {
        display: none
    }
    .home-page .h-section3 .top .content_top .title-section-def .title-def {
        left: 0;
        line-height: 70px;
        margin-left: 0;
        padding-bottom: 15px
    }
    .home-page .h-section3 .top .content_top .list-item .item:first-child {
        margin-right: 20px
    }
    .home-page .h-section3 .top .content_top .list-item .item .text {
        width: 100%
    }
    .home-page .h-section3 .top .content_top .list-item .item .text p {
        font-size: 12px;
        line-height: 18px
    }
    .home-page .h-section3 .top .content_top .list-item .item .text p strong {
        font-size: 22px
    }
    .home-page .h-section3 .top .content_top .see-more-def {
        margin-left: 0
    }
}

.home-page .h-section3 .bottom {
    width: 100%;
    padding-left: 8.3333333333%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px
}

@media (max-width:1280px) {
    .home-page .h-section3 .bottom {
        padding-left: 5.5555555556%
    }
}

@media (max-width:1024px) {
    .home-page .h-section3 .bottom {
        padding: 0 30px
    }
}

@media (max-width:480px) {
    .home-page .h-section3 .bottom {
        padding: 0
    }
}

.home-page .h-section3 .bottom .-left {
    width: 36.3636363636%;
    position: relative;
    z-index: 1
}

@media (max-width:480px) {
    .home-page .h-section3 .bottom .-left {
        padding: 0 15px
    }
}

.home-page .h-section3 .bottom .-left .decor {
    width: 100%
}

.home-page .h-section3 .bottom .-left .decor img {
    display: block
}

.home-page .h-section3 .bottom .-left .title {
    display: flex;
    flex-direction: column;
    padding-left: 61px
}

.home-page .h-section3 .bottom .-left .title.title_bonus {
    margin-bottom: 35px;
    padding-left: 0
}

.home-page .h-section3 .bottom .-left .title .title-section-def {
    letter-spacing: -.01em;
    text-transform: uppercase;
    font-weight: 700;
    color: #00cae2;
    font-size: 72px;
    line-height: 74px
}

.home-page .h-section3 .bottom .-left .title .title-def {
    font-size: 150px;
    line-height: 80px;
    letter-spacing: .01em;
    text-transform: unset;
    padding-left: 104px
}

@media (max-width:1366px) {
    .home-page .h-section3 .bottom .-left .title .title-def {
        padding-left: 40px;
        font-size: 115px
    }
}

.home-page .h-section3 .bottom .-left .see-more-def {
    margin-top: 50px
}

@media (max-width:1024px) {
    .home-page .h-section3 .bottom .-left {
        width: 100%;
        padding-top: 30px
    }
    .home-page .h-section3 .bottom .-left .title-def {
        font-size: 115px
    }
    .home-page .h-section3 .bottom .-left .decor {
        display: none
    }
    .home-page .h-section3 .bottom .-left .title {
        flex-direction: row;
        align-items: center
    }
    .home-page .h-section3 .bottom .-left .title .title-section-def {
        font-size: 30px
    }
    .home-page .h-section3 .bottom .-left .title .title-def {
        font-size: 115px;
        line-height: 75px;
        padding-left: 15px
    }
    .home-page .h-section3 .bottom .-left .see-more-def {
        margin-bottom: 15px;
        margin-top: 12px
    }
}

@media (max-width:768px) {
    .home-page .h-section3 .bottom .-left .title .title-def {
        font-size: 110px
    }
}

@media (max-width:480px) {
    .home-page .h-section3 .bottom .-left .title {
        margin-bottom: 0;
        padding-left: 0
    }
    .home-page .h-section3 .bottom .-left .title.title_bonus {
        margin-bottom: 0
    }
    .home-page .h-section3 .bottom .-left .title .title-section-def {
        font-size: 20px
    }
    .home-page .h-section3 .bottom .-left .title .title-def {
        font-size: 89px;
        line-height: 65px
    }
    .home-page .h-section3 .bottom .-left .see-more-def {
        margin-bottom: 15px;
        margin-top: 15px
    }
}

.home-page .h-section3 .bottom .-right {
    width: 63.6363636364%;
    position: relative;
    padding-top: 50px
}

.home-page .h-section3 .bottom .-right .svg {
    width: 100%;
    margin-bottom: 17px
}

.home-page .h-section3 .bottom .-right .svg svg {
    width: 100%
}

.home-page .h-section3 .bottom .-right .svg svg text {
    position: relative
}

.home-page .h-section3 .bottom .-right .svg svg text.tooltip_bonus:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ff1c7b;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    z-index: 2
}

.home-page .h-section3 .bottom .-right .svg .cls-6 {
    fill: #11525a!important
}

.home-page .h-section3 .bottom .-right .slide-top {
    width: 51.7857142857%;
    margin: 0 auto 28px
}

.home-page .h-section3 .bottom .-right .slide-top .swiper-slide {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 44px;
    color: #4f4f4f;
    border-left: 1px solid #bdbdbd;
    cursor: pointer;
    transition: all .2s ease
}

.home-page .h-section3 .bottom .-right .slide-top .swiper-slide.swiper-slide-thumb-active {
    color: #00cae2;
    font-weight: 700
}

@media (min-width:769px) {
    .home-page .h-section3 .bottom .-right .slide-top .swiper-slide:hover {
        color: #00cae2;
        font-weight: 700
    }
}

@media (max-width:480px) {
    .home-page .h-section3 .bottom .-right .slide-bottom {
        padding: 0 15px
    }
}

.home-page .h-section3 .bottom .-right .slide-bottom .swiper-container {
    padding-bottom: 50px
}

.home-page .h-section3 .bottom .-right .slide-bottom .swiper-slide {
    display: flex;
    flex-wrap: wrap
}

.home-page .h-section3 .bottom .-right .slide-bottom .swiper-slide .item {
    width: 33.33333%;
    display: flex;
    align-items: center;
    color: #828282;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px;
    transition: all .5s ease;
    cursor: pointer
}

.home-page .h-section3 .bottom .-right .slide-bottom .swiper-slide .item.item-active {
    color: #4f4f4f;
    font-weight: 700
}

.home-page .h-section3 .bottom .-right .slide-bottom .swiper-slide .item.item-active .num {
    background: #ff1c7b
}

@media (min-width:769px) {
    .home-page .h-section3 .bottom .-right .slide-bottom .swiper-slide .item:hover {
        color: #4f4f4f;
        font-weight: 700
    }
    .home-page .h-section3 .bottom .-right .slide-bottom .swiper-slide .item:hover .num {
        background: #ff1c7b
    }
}

.home-page .h-section3 .bottom .-right .slide-bottom .swiper-slide .item .num {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .03em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00cae2;
    margin-right: 10px;
    transition: all .5s ease
}

.home-page .h-section3 .bottom .-right .slide-bottom .swiper-slide .item p {
    width: calc(100% - 40px);
    line-height: 20px
}

.home-page .h-section3 .bottom .-right .slide-bottom .note {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4f4f4f;
    font-weight: 700
}

@media (max-width:1024px) {
    .home-page .h-section3 .bottom .-right {
        width: 100%;
        padding-top: 0
    }
    .home-page .h-section3 .bottom .-right .svg {
        position: relative
    }
}

@media (max-width:480px) {
    .home-page .h-section3 .bottom .-right .slide-top {
        width: 100%
    }
    .home-page .h-section3 .bottom .-right .slide-bottom .swiper-slide .item {
        width: 50%
    }
    .home-page .h-section3 .bottom .-right .slide-bottom .note {
        position: relative;
        margin-top: 20px
    }
}

.home-page #Layer_2 .cls-1,
.home-page #Layer_2 .cls-8,
.home-page #Layer_2 .cls-9,
.home-page #Layer_2 .cls-10,
.home-page #Layer_2 .cls-11,
.home-page #Layer_2 .cls-12,
.home-page #Layer_2 .cls-13,
.home-page #Layer_2 .cls-15,
.home-page #Layer_2 .cls-16,
.home-page #Layer_2 .cls-17,
.home-page #Layer_2 .cls-64 {
    fill: none
}

.home-page #Layer_2 .cls-2 {
    fill: #2ec1db
}

.home-page #Layer_2 .cls-3 {
    -webkit-clip-path: url(#clip-path);
    clip-path: url(#clip-path)
}

.home-page #Layer_2 .cls-4 {
    fill: #2baac0
}

.home-page #Layer_2 .cls-5 {
    fill: #3f848b
}

.home-page #Layer_2 .cls-6 {
    fill: #30c2db
}

.home-page #Layer_2 .cls-7 {
    fill: #001e27
}

.home-page #Layer_2 .cls-8,
.home-page #Layer_2 .cls-10 {
    stroke: #3f848b
}

.home-page #Layer_2 .cls-8,
.home-page #Layer_2 .cls-9,
.home-page #Layer_2 .cls-10,
.home-page #Layer_2 .cls-11,
.home-page #Layer_2 .cls-12,
.home-page #Layer_2 .cls-13,
.home-page #Layer_2 .cls-15,
.home-page #Layer_2 .cls-16,
.home-page #Layer_2 .cls-17,
.home-page #Layer_2 .cls-64 {
    stroke-miterlimit: 10
}

.home-page #Layer_2 .cls-8,
.home-page #Layer_2 .cls-9 {
    stroke-width: .81px
}

.home-page #Layer_2 .cls-9 {
    stroke: #448f97
}

.home-page #Layer_2 .cls-10 {
    stroke-width: 1.86px
}

.home-page #Layer_2 .cls-11 {
    stroke: #d7a045
}

.home-page #Layer_2 .cls-11,
.home-page #Layer_2 .cls-12,
.home-page #Layer_2 .cls-13,
.home-page #Layer_2 .cls-64 {
    stroke-width: 3px
}

.home-page #Layer_2 .cls-12,
.home-page #Layer_2 .cls-13,
.home-page #Layer_2 .cls-64 {
    stroke: #1f6e72
}

.home-page #Layer_2 .cls-13 {
    stroke-dasharray: 9.88 14.82
}

.home-page #Layer_2 .cls-14 {
    fill: #105259
}

.home-page #Layer_2 .cls-15,
.home-page #Layer_2 .cls-16,
.home-page #Layer_2 .cls-17 {
    stroke: #fff;
    stroke-width: .93px
}

.home-page #Layer_2 .cls-16 {
    stroke-dasharray: 5.62 5.62
}

.home-page #Layer_2 .cls-17 {
    stroke-dasharray: 5.59 5.59
}

.home-page #Layer_2 .cls-18 {
    font-size: 11.28px
}

.home-page #Layer_2 .cls-18,
.home-page #Layer_2 .cls-20,
.home-page #Layer_2 .cls-22,
.home-page #Layer_2 .cls-28 {
    fill: #1f6e72
}

.home-page #Layer_2 .cls-18,
.home-page #Layer_2 .cls-22,
.home-page #Layer_2 .cls-30,
.home-page #Layer_2 .cls-36,
.home-page #Layer_2 .cls-40,
.home-page #Layer_2 .cls-43,
.home-page #Layer_2 .cls-47,
.home-page #Layer_2 .cls-52,
.home-page #Layer_2 .cls-59,
.home-page #Layer_2 .cls-65 {
    font-family: Montserrat-Bold, Montserrat;
    font-weight: 700
}

.home-page #Layer_2 .cls-19 {
    letter-spacing: -.03em
}

.home-page #Layer_2 .cls-21 {
    fill: #fafdff
}

.home-page #Layer_2 .cls-22 {
    font-size: 11.28px
}

.home-page #Layer_2 .cls-23 {
    letter-spacing: -.01em
}

.home-page #Layer_2 .cls-24 {
    letter-spacing: .01em
}

.home-page #Layer_2 .cls-25 {
    letter-spacing: -.01em
}

.home-page #Layer_2 .cls-26,
.home-page #Layer_2 .cls-27 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-28 {
    font-size: 7.89px
}

.home-page #Layer_2 .cls-28,
.home-page #Layer_2 .cls-44,
.home-page #Layer_2 .cls-72,
.home-page #Layer_2 .cls-89 {
    font-family: Montserrat-Regular, Montserrat
}

.home-page #Layer_2 .cls-29 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-30 {
    font-size: 7.42px
}

.home-page #Layer_2 .cls-30,
.home-page #Layer_2 .cls-36,
.home-page #Layer_2 .cls-40,
.home-page #Layer_2 .cls-43,
.home-page #Layer_2 .cls-44,
.home-page #Layer_2 .cls-47,
.home-page #Layer_2 .cls-52,
.home-page #Layer_2 .cls-59,
.home-page #Layer_2 .cls-65,
.home-page #Layer_2 .cls-71,
.home-page #Layer_2 .cls-72,
.home-page #Layer_2 .cls-89 {
    fill: #fff
}

.home-page #Layer_2 .cls-31 {
    letter-spacing: .01em
}

.home-page #Layer_2 .cls-32,
.home-page #Layer_2 .cls-33 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-34 {
    letter-spacing: .01em
}

.home-page #Layer_2 .cls-35 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-36 {
    font-size: 7.42px
}

.home-page #Layer_2 .cls-37 {
    letter-spacing: -.01em
}

.home-page #Layer_2 .cls-38 {
    letter-spacing: -.02em
}

.home-page #Layer_2 .cls-39 {
    letter-spacing: .01em
}

.home-page #Layer_2 .cls-40 {
    font-size: 7.42px
}

.home-page #Layer_2 .cls-41 {
    letter-spacing: -.05em
}

.home-page #Layer_2 .cls-42 {
    letter-spacing: -.01em
}

.home-page #Layer_2 .cls-43 {
    font-size: 7.42px
}

.home-page #Layer_2 .cls-44 {
    font-size: 5.57px
}

.home-page #Layer_2 .cls-45 {
    letter-spacing: -.01em
}

.home-page #Layer_2 .cls-46 {
    letter-spacing: -.03em
}

.home-page #Layer_2 .cls-47 {
    font-size: 7.42px
}

.home-page #Layer_2 .cls-48 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-49 {
    letter-spacing: -.03em
}

.home-page #Layer_2 .cls-50 {
    letter-spacing: -.02em
}

.home-page #Layer_2 .cls-51 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-52 {
    font-size: 7.42px
}

.home-page #Layer_2 .cls-53,
.home-page #Layer_2 .cls-54 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-55 {
    letter-spacing: -.02em
}

.home-page #Layer_2 .cls-56 {
    letter-spacing: .01em
}

.home-page #Layer_2 .cls-57,
.home-page #Layer_2 .cls-58 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-59 {
    font-size: 7.42px
}

.home-page #Layer_2 .cls-60 {
    letter-spacing: -.01em
}

.home-page #Layer_2 .cls-61,
.home-page #Layer_2 .cls-62 {
    letter-spacing: -.02em
}

.home-page #Layer_2 .cls-63 {
    letter-spacing: -.01em
}

.home-page #Layer_2 .cls-64 {
    stroke-dasharray: 10 15
}

.home-page #Layer_2 .cls-65 {
    font-size: 7.42px
}

.home-page #Layer_2 .cls-66 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-67 {
    letter-spacing: -.05em
}

.home-page #Layer_2 .cls-68,
.home-page #Layer_2 .cls-69 {
    letter-spacing: -.01em
}

.home-page #Layer_2 .cls-70 {
    fill: #ed287a
}

.home-page #Layer_2 .cls-72 {
    font-size: 5.57px
}

.home-page #Layer_2 .cls-73 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-74 {
    letter-spacing: .01em
}

.home-page #Layer_2 .cls-75,
.home-page #Layer_2 .cls-76 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-77,
.home-page #Layer_2 .cls-78 {
    letter-spacing: -.01em
}

.home-page #Layer_2 .cls-79 {
    letter-spacing: -.02em
}

.home-page #Layer_2 .cls-80 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-81 {
    letter-spacing: .01em
}

.home-page #Layer_2 .cls-82 {
    letter-spacing: -.03em
}

.home-page #Layer_2 .cls-83,
.home-page #Layer_2 .cls-84 {
    letter-spacing: 0
}

.home-page #Layer_2 .cls-85 {
    letter-spacing: -.01em
}

.home-page #Layer_2 .cls-86 {
    fill: #d7a045
}

.home-page #Layer_2 .cls-87 {
    letter-spacing: -.05em
}

.home-page #Layer_2 .cls-88 {
    letter-spacing: -.01em
}

.home-page #Layer_2 .cls-89 {
    isolation: isolate;
    font-size: 5.57px
}

.home-page #Layer_2 .cls-90 {
    letter-spacing: -.01em
}

.home-page #Layer_2 .cls-91 {
    letter-spacing: -.06em
}

.home-page #Layer_2 .cls-92 {
    letter-spacing: 0
}

.home-page #Layer_1 .cls-1 {
    fill: none
}

.home-page #Layer_1 .cls-2 {
    -webkit-clip-path: url(#clip-path);
    clip-path: url(#clip-path)
}

.home-page #Layer_1 .cls-3,
.home-page #Layer_1 .cls-5,
.home-page #Layer_1 .cls-7,
.home-page #Layer_1 .cls-8,
.home-page #Layer_1 .cls-9,
.home-page #Layer_1 .cls-10,
.home-page #Layer_1 .cls-11,
.home-page #Layer_1 .cls-12 {
    isolation: isolate
}

.home-page #Layer_1 .cls-4 {
    fill: #11525a
}

.home-page #Layer_1 .cls-5 {
    font-size: 9.52px
}

.home-page #Layer_1 .cls-5,
.home-page #Layer_1 .cls-7,
.home-page #Layer_1 .cls-8,
.home-page #Layer_1 .cls-9,
.home-page #Layer_1 .cls-10,
.home-page #Layer_1 .cls-11,
.home-page #Layer_1 .cls-12 {
    font-weight: 700
}

.home-page #Layer_1 .cls-5,
.home-page #Layer_1 .cls-7 {
    font-family: Lato-Bold, Lato
}

.home-page #Layer_1 .cls-6 {
    fill: #ff1c7b
}

.home-page #Layer_1 .cls-7 {
    font-size: 9.48px
}

.home-page #Layer_1 .cls-8,
.home-page #Layer_1 .cls-9,
.home-page #Layer_1 .cls-10,
.home-page #Layer_1 .cls-11,
.home-page #Layer_1 .cls-12 {
    font-size: 12.65px;
    font-family: MyriadPro-Bold, Myriad Pro
}

.home-page #Layer_1 .cls-9 {
    letter-spacing: .01em
}

.home-page #Layer_1 .cls-10 {
    letter-spacing: -.04em
}

.home-page #Layer_1 .cls-11 {
    letter-spacing: -.05em
}

.home-page #Layer_1 .cls-12 {
    letter-spacing: .01em
}

.home-page .h-section4 {
    width: 100%;
    height: 910px;
    background: linear-gradient(171.33deg, rgba(0, 202, 226, .8) 2.96%, rgba(0, 175, 219, .8) 92.52%);
    position: relative;
    margin-top: 132px;
}

@media (min-width:1441px) {
    .home-page .h-section4 {
        height: 455px
    }
}

@media (max-width:575px) {
    .home-page .h-section4 {
        height: auto;
        margin-top: 30px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column
    }
}

.home-page .h-section4 .img-top {
    position: absolute;
    left: 0;
    width: 66.6666666667%;
    height: 515px;
    top: -132px
}

@media (min-width:1441px) {
    .home-page .h-section4 .img-top {
        height: 587px
    }
}

.home-page .h-section4 .img-top .see-more-def {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 23px);
    z-index: 1
}

.home-page .h-section4 .img-top .swiper-container {
    height: 100%
}

.home-page .h-section4 .img-top .swiper-container .swiper-button-next,
.home-page .h-section4 .img-top .swiper-container .swiper-button-prev {
    outline: none;
    width: 27px;
    height: 7px;
    bottom: 39px;
    margin: 0;
    top: auto!important
}

.home-page .h-section4 .img-top .swiper-container .swiper-button-next img,
.home-page .h-section4 .img-top .swiper-container .swiper-button-prev img {
    filter: brightness(0) invert(1)
}

.home-page .h-section4 .img-top .swiper-container .swiper-button-next:after,
.home-page .h-section4 .img-top .swiper-container .swiper-button-prev:after {
    display: none
}

.home-page .h-section4 .img-top .swiper-container .swiper-button-next {
    right: 49px;
    left: auto!important
}

@media (max-width:768px) {
    .home-page .h-section4 .img-top .swiper-container .swiper-button-next {
        right: 43px
    }
}

.home-page .h-section4 .img-top .swiper-container .swiper-button-prev img {
    transform: rotate(180deg)
}

.home-page .h-section4 .img-top .swiper-container .swiper-pagination {
    bottom: 35px;
    right: 100px;
    width: -webkit-max-content;
    width: max-content;
    left: auto
}

@media (max-width:768px) {
    .home-page .h-section4 .img-top .swiper-container .swiper-pagination {
        right: 85px
    }
}

@media (max-width:480px) {
    .home-page .h-section4 .img-top .swiper-container .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        right: auto
    }
}

.home-page .h-section4 .img-top .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 6px!important;
    height: 6px!important;
    background: #0A5E86;
    position: relative;
    opacity: 1!important;
    outline: none
}

.home-page .h-section4 .img-top .swiper-container .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 1px solid #0A5E86;
    border-radius: 50%;
    transition: all .5s ease
}

.home-page .h-section4 .img-top .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 16px;
    height: 16px
}

.home-page .h-section4 .img-top .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.home-page .h-section4 .img-top .swiper-slide .title_slide {
    position: absolute;
    left: 35px;
    bottom: 35px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff
}

@media (max-width:768px) {
    .home-page .h-section4 .img-top .swiper-slide .title_slide {
        left: 20px
    }
}

@media (max-width:480px) {
    .home-page .h-section4 .img-top .swiper-slide .title_slide {
        bottom: 65px
    }
}

@media (max-width:575px) {
    .home-page .h-section4 .img-top {
        position: relative;
        top: 0;
        height: 350px;
        width: 100%;
        order: 2;
        background: none;
        padding: 0
    }
}

.home-page .h-section4 .left {
    width: 33.3333333333%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-top: 137px;
    padding-left: 28px
}

@media (max-width:1280px) {
    .home-page .h-section4 .left {
        padding-top: 90px
    }
}

@media (max-width:768px) {
    .home-page .h-section4 .left {
        padding-left: 10px
    }
}

.home-page .h-section4 .left .title-upper-def {
    position: absolute;
    bottom: 100%;
    left: 0
}

.home-page .h-section4 .left .title-upper-def img {
    max-width: 100%
}

.home-page .h-section4 .left .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:1441px) {
    .home-page .h-section4 .left .after {
        height: 290%
    }
}

.home-page .h-section4 .left .title-section-def {
    font-weight: 500;
    font-size: 80px;
    line-height: 84px;
    letter-spacing: -.01em;
    text-transform: uppercase;
    color: #fff;
}

.home-page .h-section4 .left .title-section-def.title-section-def-bonus {
    padding-top: 20px
}

@media (max-width:480px) {
    .home-page .h-section4 .left .title-section-def.title-section-def-bonus {
        padding-top: 10px
    }
}

.home-page .h-section4 .left .title-def {
    font-size: 150px;
    line-height: 110px;
    color: #fff;
    position: relative;
    padding-top: 5px;
    z-index: 0;
    padding-left: 28px
}

.home-page .h-section4 .left .title-def img {
    position: absolute;
    bottom: -15%;
    right: -25px;
    z-index: -1
}

@media (max-width:768px) {
    .home-page .h-section4 .left .title-def {
        font-size: 110px;
        line-height: 90px
    }
}

@media (max-width:575px) {
    .home-page .h-section4 .left {
        position: relative;
        width: 100%;
        padding: 0 15px;
        align-items: flex-start;
        order: 1
    }
    .home-page .h-section4 .left .title-upper-def {
        position: relative;
        margin: 20px auto 15px
    }
    .home-page .h-section4 .left .title-upper-def img {
        max-width: 200px;
        filter: brightness(0) invert(1)
    }
    .home-page .h-section4 .left .title-section-def br {
        display: none
    }
    .home-page .h-section4 .left .title-def {
        font-size: 100px;
        width: -webkit-max-content;
        width: max-content;
        text-align: center;
        margin: 0 auto 20px
    }
    .home-page .h-section4 .left .title-def br {
        display: none
    }
    .home-page .h-section4 .left .title-def img {
        right: -52px
    }
    .home-page .h-section4 .left .after {
        position: relative;
        top: 0;
        height: calc(100% + 210px)
    }
}

@media (max-width:480px) {
    .home-page .h-section4 .left .title-section-def {
        line-height: 50px;
        width: 100%;
        text-align: center;
        font-size: 50px;
    }
}

.home-page .h-section4 .bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.home-page .h-section4 .bottom .see-more-def {
    width: 230px;
    margin-bottom: 30px;
    margin-left: 8.3333333333%
}

@media (max-width:1280px) {
    .home-page .h-section4 .bottom .see-more-def {
        margin-left: 5.5555555556%
    }
}

@media (max-width:1024px) {
    .home-page .h-section4 .bottom .see-more-def {
        margin-left: 30px
    }
}

@media (max-width:480px) {
    .home-page .h-section4 .bottom .see-more-def {
        margin: 0 auto 20px
    }
}

.home-page .h-section4 .bottom .before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

.home-page .h-section4 .bottom .title-upper-def {
    padding-left: 4.8611111111%
}

.home-page .h-section4 .bottom .title-def {
    color: #fff;
    font-size: 150px;
    line-height: 110px;
    margin-bottom: 15px;
    padding-left: 8.3333333333%
}
.modal-custom {
    display: none;
    position: fixed;
    z-index: 3;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
}
.modal-content-custom {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 1140px;
    position: relative;
}
.modal-content-custom img {
    width: 100%;
    display: block;
}
@media (max-width:1280px) {
    .home-page .h-section4 .bottom .title-def {
        padding-left: 5.5555555556%
    }
}

@media (max-width:1024px) {
    .home-page .h-section4 .bottom .title-def {
        padding-left: 30px
    }
}

.home-page .h-section4 .bottom .exp {
    font-weight: 700;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 8.3333333333%
}

@media (max-width:1280px) {
    .home-page .h-section4 .bottom .exp {
        padding-left: 5.5555555556%
    }
}

@media (max-width:1024px) {
    .home-page .h-section4 .bottom .exp {
        padding-left: 30px
    }
}

.home-page .h-section4 .bottom .img {
    position: absolute;
    left: 33.3333333333%;
    bottom: -70px;
    width: 55.9027777778%;
    height: 500px
}

.home-page .h-section4 .bottom .img ._bg {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(3deg)
}

@media (min-width:1441px) {
    .home-page .h-section4 .bottom .img {
        height: 550px;
        bottom: -120px
    }
}

@media (max-width:768px) {
    .home-page .h-section4 .bottom .title-def {
        font-size: 110px;
        line-height: 90px;
        padding-left: 30px
    }
    .home-page .h-section4 .bottom .exp {
        padding-left: 30px
    }
    .home-page .h-section4 .bottom .img {
        left: 33.3333333333%;
        width: 62.5%
    }
}

@media (max-width:575px) {
    .home-page .h-section4 .bottom {
        position: relative;
        order: 3
    }
    .home-page .h-section4 .bottom .before {
        width: 100%
    }
    .home-page .h-section4 .bottom .title-def {
        font-size: 100px;
        padding-left: 0;
        text-align: center;
        margin-bottom: 0;
        margin-top: -20px
    }
    .home-page .h-section4 .bottom .title-def br {
        display: none
    }
    .home-page .h-section4 .bottom .title-upper-def {
        margin-bottom: 0;
        padding-left: 0
    }
    .home-page .h-section4 .bottom .exp {
        font-size: 18px;
        line-height: 38px;
        margin-bottom: 20px;
        padding-left: 0;
        text-align: center
    }
    .home-page .h-section4 .bottom .img {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 350px
    }
    .home-page .h-section4 .bottom .img ._bg {
        transform: rotate(0)
    }
}

.home-page .home_section5 {
    position: relative;
    width: 100%;
    padding: 162px 8.3333333333% 0;
    overflow: hidden
}

@media (max-width:1024px) {
    .home-page .home_section5 {
        padding: 88px 30px 0
    }
}

@media (max-width:575px) {
    .home-page .home_section5 {
        padding: 30px 15px 0
    }
}

.home-page .home_section5 .s5_decor {
    position: absolute;
    left: 8.3333333333%;
    top: 75px;
    width: auto;
    height: auto;
    max-width: 100%
}

@media (max-width:1024px) {
    .home-page .home_section5 .s5_decor {
        left: 0
    }
}

.home-page .home_section5 .title-def {
    position: absolute;
    z-index: 2;
    top: 99px;
    left: 41.6666666667%;
    line-height: 110px
}

@media (max-width:1024px) {
    .home-page .home_section5 .title-def {
        top: 35px
    }
}

@media (max-width:768px) {
    .home-page .home_section5 .title-def {
        left: 30px
    }
}

@media (max-width:575px) {
    .home-page .home_section5 .title-def {
        left: 0;
        width: 100%;
        text-align: center;
        top: 20px
    }
}

.home-page .home_section5 .see-more-def {
    position: absolute;
    z-index: 2;
    top: 127px;
    left: 72.5%
}

@media (max-width:1024px) {
    .home-page .home_section5 .see-more-def {
        position: relative;
        top: 0;
        left: 0;
        margin: 10px auto 0
    }
}

.home-page .home_section5 ._list_news {
    padding-right: 8.3333333333%
}

.home-page .home_section5 ._list_news .s5_panigation {
    left: auto!important;
    transform: translateY(-50%)!important
}

@media (max-width:1024px) {
    .home-page .home_section5 ._list_news {
        padding-right: 0
    }
}

.home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item ._img {
    display: block;
    margin-top: 110px;
    overflow: hidden;
    transition: all .65s ease;
    margin-left: 14.2857142857%
}

.home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item ._img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: all .65s ease;
    transform: scale(1)
}

.home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item ._content {
    font-family: Montserrat, sans-serif;
    padding: 30px 0 5px 14.2857142857%
}

.home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item ._content ._time {
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    text-align: justify;
    letter-spacing: .1em;
    color: #828282;
    margin-bottom: 10px
}

.home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item ._content ._title {
    text-decoration: none
}

.home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item ._content ._title h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #4f4f4f;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .45s ease
}

.home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item:hover ._img img {
    transform: scale(1.1)
}

.home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item:hover ._content ._title h3 {
    color: #ff1c7b
}

@media (min-width:1024px) {
    .home-page .home_section5 ._list_news .swiper-container .swiper-slide.is-active ._item ._img {
        margin-top: 0;
        margin-left: 0
    }
    .home-page .home_section5 ._list_news .swiper-container .swiper-slide.is-active ._item ._img img {
        width: 100%;
        margin-left: 0;
        height: 340px
    }
    .home-page .home_section5 ._list_news .swiper-container .swiper-slide.is-active ._item ._content {
        padding: 30px 14.2857142857% 5px 0
    }
}

@media (max-width:768px) {
    .home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item ._img {
        margin-left: 0
    }
    .home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item ._content {
        padding: 30px 0 5px
    }
}

@media (max-width:480px) {
    .home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item ._content {
        padding: 20px 0 5px
    }
    .home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item ._content ._title h3 {
        font-size: 14px;
        line-height: 22px
    }
    .home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item:hover ._img img {
        transform: scale(1.1)
    }
    .home-page .home_section5 ._list_news .swiper-container .swiper-slide ._item:hover ._content ._title h3 {
        color: #ff1c7b
    }
}

.home-page .home_section6 {
    position: relative;
    width: 100%;
    padding: 90px 8.3333333333% 100px;
    font-family: Montserrat, sans-serif;
    color: #fff
}

@media (max-width:1024px) {
    .home-page .home_section6 {
        padding: 60px 30px
    }
}

@media (max-width:480px) {
    .home-page .home_section6 {
        padding: 40px 15px
    }
}

.home-page .home_section6 .s6_decor {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    max-width: 100%
}

.home-page .home_section6 ._top {
    position: relative;
    display: flex
}

.home-page .home_section6 ._top ._left {
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.home-page .home_section6 ._top ._left img {
    display: none;
    width: 100%;
    height: auto
}

.home-page .home_section6 ._top ._right {
    width: 60%;
    background: #00cae2;
    padding: 32px 0 64px 5.5%
}

.home-page .home_section6 ._top ._right ._intro {
    display: flex;
    align-items: center
}

.home-page .home_section6 ._top ._right ._intro ._name {
    width: 40%
}

.home-page .home_section6 ._top ._right ._intro ._name p {
    font-weight: 600;
    font-size: 18px;
    line-height: 14px
}

.home-page .home_section6 ._top ._right ._intro ._name img {
    margin-top: 15px
}

.home-page .home_section6 ._top ._right ._intro_other {
    margin-top: 70px;
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    padding-right: 6%
}

.home-page .home_section6 ._top ._right ._intro_other ._label {
    display: inline-block;
    padding: 4px 20px;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #00cae2;
    margin-bottom: 20px
}

.home-page .home_section6 ._top ._right ._intro_other .swiper-container {
    padding: 0 36px
}

.home-page .home_section6 ._top ._right ._intro_other .swiper-container ._img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 60px
}

.home-page .home_section6 ._top ._right ._intro_other .swiper-container .swiper-button {
    opacity: 1
}

.home-page .home_section6 ._top ._right ._intro_other .swiper-container .swiper-button:after {
    display: none
}

@media (max-width:1024px) {
    .home-page .home_section6 ._top {
        flex-wrap: wrap
    }
    .home-page .home_section6 ._top ._left {
        width: 100%;
        background-image: none!important
    }
    .home-page .home_section6 ._top ._left img {
        display: block
    }
    .home-page .home_section6 ._top ._right {
        width: 100%
    }
    .home-page .home_section6 ._top ._right ._intro ._address,
    .home-page .home_section6 ._top ._right ._intro ._name {
        width: 50%
    }
}

@media (max-width:600px) {
    .home-page .home_section6 ._top ._right ._intro {
        flex-wrap: wrap
    }
    .home-page .home_section6 ._top ._right ._intro ._name {
        width: 100%;
        margin-bottom: 12px
    }
    .home-page .home_section6 ._top ._right ._intro ._address {
        width: 100%
    }
    .home-page .home_section6 ._top ._right ._intro_other {
        margin-top: 40px
    }
}

.home-page .home_section6 ._bottom {
    position: relative;
    width: 100%;
    background: #00b5cb;
    padding: 40px 0 42px
}

.home-page .home_section6 ._bottom .swiper-container {
    padding: 0 3.75%
}

.home-page .home_section6 ._bottom .swiper-container .swiper-slide ._title {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center
}

.home-page .home_section6 ._bottom .swiper-container .swiper-slide ._img img {
    max-height: 55px;
    display: block;
    margin: 0 auto
}

.home-page .home_section6 ._bottom .s6_advisory_panigation {
    display: none;
    width: 100%;
    bottom: 20px
}

.home-page .home_section6 ._bottom .s6_advisory_panigation .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
    margin: 0 5px
}

.home-page .home_section6 ._bottom .s6_advisory_panigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff1c7b
}

@media (max-width:1023px) {
    .home-page .home_section6 ._bottom {
        padding: 40px 0 55px
    }
    .home-page .home_section6 ._bottom .swiper-container {
        padding: 0
    }
    .home-page .home_section6 ._bottom .s6_advisory_panigation {
        display: block
    }
}

.home-page .home_section7 {
    position: relative;
    width: 100%;
    padding: 102px 8.3333333333% 0
}

@media (max-width:1366px) {
    .home-page .home_section7 {
        padding: 0 8.3333333333%
    }
}

@media (max-width:1024px) {
    .home-page .home_section7 {
        padding: 80px 30px 0
    }
}

@media (max-width:480px) {
    .home-page .home_section7 {
        padding: 40px 15px 0
    }
}

.home-page .home_section7 ._intro_content {
    position: relative;
    display: flex;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    min-height: 520px
}

@media (max-width:768px) {
    .home-page .home_section7 ._intro_content {
        min-height: auto;
        flex-wrap: wrap
    }
}

.home-page .home_section7 ._intro_content ._left {
    width: 42.9166666667%;
    padding-right: 6.25%
}

.home-page .home_section7 ._intro_content ._left ._title .title-def {
    padding-left: 15.9722222222%;
    line-height: 85px;
    margin-bottom: 40px
}

.home-page .home_section7 ._intro_content ._left ._title .title-section-def span {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.01em;
    text-transform: uppercase;
    color: #828282
}

@media (max-width:768px) {
    .home-page .home_section7 ._intro_content ._left ._title .title-def {
        padding-left: 25%;
        line-height: 90px
    }
}

@media (max-width:480px) {
    .home-page .home_section7 ._intro_content ._left ._title .title-def {
        line-height: 70px;
        margin-bottom: 30px
    }
    .home-page .home_section7 ._intro_content ._left ._title .title-section-def span {
        font-size: 16px
    }
}

.home-page .home_section7 ._intro_content ._left ._content {
    font-size: 14px;
    line-height: 24px;
    color: #4f4f4f;
    text-align: justify;
    margin-bottom: 40px
}

@media (max-width:575px) {
    .home-page .home_section7 ._intro_content ._left ._content {
        margin-bottom: 30px
    }
}

.home-page .home_section7 ._intro_content ._left ._btn {
    display: flex;
    justify-content: flex-end
}

@media (max-width:768px) {
    .home-page .home_section7 ._intro_content ._left ._btn {
        justify-content: center
    }
}

@media (max-width:768px) {
    .home-page .home_section7 ._intro_content ._left {
        width: 100%;
        padding-right: 0;
        margin-top: 30px
    }
}

@media (max-width:575px) {
    .home-page .home_section7 ._intro_content ._left {
        margin-top: 20px
    }
}

.home-page .home_section7 ._intro_content ._right {
    width: 57.0833333333%
}

.home-page .home_section7 ._intro_content ._right .s7_intro_right .swiper-slide {
    position: relative;
    width: 100%;
    background-position: 50%;
    background-size: cover;
    padding-top: 71%
}

@media (max-width:768px) {
    .home-page .home_section7 ._intro_content ._right {
        width: 100%;
        margin-top: 45px
    }
}

@media (max-width:575px) {
    .home-page .home_section7 ._intro_content ._right .s7_intro_right {
        margin-bottom: 15px
    }
}

.home-page .home {
    animation-name: overflow;
    animation-iteration-count: 1;
    animation-duration: 5s;
    animation-fill-mode: forwards
}

.home-page .loading_main {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #00bbd1;
    z-index: 100011;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation-name: fadeOut;
    animation-iteration-count: 1;
    animation-duration: .8s;
    animation-delay: 1.8s;
    animation-fill-mode: forwards;
    pointer-events: none
}

.home-page .loading_main svg .loading-star-1 {
    animation-name: fadeInOut;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

.home-page .loading_main svg .loading-star-2 {
    animation-name: fadeInOut;
    animation-duration: 2.8s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

.home-page .loading_main svg .text-domain {
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

.home-page .loading_main svg .text-1 {
    animation-duration: .6666666667s
}

.home-page .loading_main svg .text-2 {
    animation-duration: 1.3333333333s
}

.home-page .loading_main svg .text-3 {
    animation-duration: 2s
}

.home-page .loading_main svg .text-4 {
    animation-duration: 2.6666666667s
}

.home-page .loading_main svg .text-5 {
    animation-duration: 3.3333333333s
}

.home-page .loading_main svg .text-6 {
    animation-duration: 4s
}

.home-page .loading_main svg .text-7 {
    animation-duration: 4.6666666667s
}

.home-page .loading_main svg .text-8 {
    animation-duration: 5.3333333333s
}

.home-page .loading_main svg .text-9 {
    animation-duration: 6s
}

.home-page .loading_main svg .text-10 {
    animation-duration: 6.6666666667s
}

.home-page .loading_main svg .text-11 {
    animation-duration: 7.3333333333s
}

.home-page .loading_main svg .text-12 {
    animation-duration: 8s
}

.home-page .loading_main img {
    width: 200px
}

@media (max-width:480px) {
    .home-page .loading_main img {
        width: 129px
    }
}

.home-page .loading_main .loading-icon {
    margin-top: 40px;
    color: #fff
}

.s5_panigation {
    position: absolute;
    top: 55%;
    right: 5.2083333333%;
    width: 80px!important;
    height: 80px;
    border-radius: 50%;
    background: #fff200;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.s5_panigation span {
    font-family: Montserrat, sans-serif
}

.s5_panigation span:first-of-type {
    font-weight: 600;
    font-size: 16px;
    color: #514323;
    margin-right: 20px;
    margin-bottom: -10px
}

.s5_panigation span:nth-of-type(2) {
    font-size: 34px;
    transform: rotate(35deg);
    color: #b5a98c
}

.s5_panigation span:nth-of-type(3) {
    font-size: 12px;
    color: #b5a98c;
    margin-left: 20px;
    margin-top: -10px
}

@media (max-width:1024px) {
    .s5_panigation {
        top: 190px;
        right: 0
    }
}

@media (max-width:480px) {
    .s5_panigation {
        width: 60px!important;
        height: 60px
    }
    .s5_panigation span:first-of-type {
        font-size: 14px
    }
    .s5_panigation span:nth-of-type(3) {
        font-size: 10px
    }
}

._navigation {
    position: absolute;
    right: 5.5555555556%;
    top: calc(50% + 80px);
    transform: translateY(-50%);
    display: flex;
    align-items: center
}

._navigation .swiper-button {
    position: static;
    opacity: 1;
    width: 28px;
    height: 18px;
    margin: 0;
    outline: none;
    border: 0
}

._navigation .swiper-button:after {
    display: none
}

._navigation span {
    display: block;
    margin: 0 5px;
    width: 4px;
    height: 4px;
    background: #4f4f4f;
    border-radius: 50%
}

@media (max-width:1024px) {
    ._navigation {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 30px;
        justify-content: center
    }
}

._360 {
    pointer-events: all;
    width: 60px;
    height: 60px;
    background: #ff1c7b;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 8px;
    bottom: 120px;
    z-index: 111
}

@media (max-width:768px) {
    ._360 {
        width: 50px;
        height: 50px
    }
}

@media (max-width:480px) {
    ._360 {
        width: 40px;
        height: 40px
    }
    ._360 img {
        width: 20px
    }
}

a {
    text-decoration: none
}

.decor_ss {
    width: 83.3333333333%;
    height: 100%;
    margin: 0 auto;
    border-left: 1px solid hsla(0, 0%, 100%, .4588235294117647);
    border-right: 1px solid hsla(0, 0%, 100%, .4588235294117647);
    position: absolute;
    left: 8.3333333333%;
    top: 0;
    z-index: 2;
    pointer-events: none
}

@media (max-width:1024px) {
    .decor_ss {
        width: 79.8611111111%
    }
}

.decor_ss .scroll-down {
    position: absolute;
    bottom: 25px;
    left: -50px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .36em;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width:480px) {
    .decor_ss .scroll-down {
        font-size: 11px;
        left: -45px
    }
}

.decor_ss .scroll-down div {
    transform: rotate(90deg);
    margin-bottom: 40px
}

@media (max-width:480px) {
    .decor_ss .scroll-down div {
        margin-bottom: 30px
    }
}

.banner-def {
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 36.15%;
    position: relative
}

@media (max-width:1024px) {
    .banner-def {
        padding-top: 45.15%
    }
}

@media (max-width:768px) {
    .banner-def {
        padding-top: 50.15%
    }
}

@media (max-width:480px) {
    .banner-def {
        padding-top: 75.15%
    }
}

.banner-def .decor_ss {
    border-right: none
}

.banner-def .breadcrumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    display: flex;
    flex-direction: column
}

@media (max-width:768px) {
    .banner-def .breadcrumb {
        bottom: 30px
    }
}

@media (max-width:480px) {
    .banner-def .breadcrumb {
        bottom: 10px
    }
}

.banner-def .breadcrumb .list_a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center
}

@media (max-width:480px) {
    .banner-def .breadcrumb .list_a {
        margin-bottom: 5px
    }
}

.banner-def .breadcrumb .list_a a {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    font-weight: 600
}

.banner-def .breadcrumb .list_a img {
    margin: 0 10px
}

.banner-def .breadcrumb .page-name {
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff
}

@media (max-width:480px) {
    .banner-def .breadcrumb .page-name {
        font-size: 30px;
        line-height: 35px
    }
}

.page-new {
    width: 100%
}

.page-new .content-page {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 90px
}

@media (max-width:768px) {
    .page-new .content-page {
        padding-bottom: 50px
    }
}

@media (max-width:480px) {
    .page-new .content-page {
        padding-top: 50px
    }
}

.page-new .content-page .new_hot {
    padding-right: 12.7083333333%;
    padding-bottom: 86px;
    position: relative;
    margin-bottom: 95px
}

@media (max-width:1024px) {
    .page-new .content-page .new_hot {
        padding-right: 120px;
        padding-bottom: 50px
    }
}

@media (max-width:768px) {
    .page-new .content-page .new_hot {
        padding-right: 0;
        padding-bottom: 80px;
        margin-bottom: 60px
    }
}

.page-new .content-page .new_hot .s5_panigation {
    left: auto;
    right: 4.5833333333%;
    top: 42%
}

@media (max-width:1024px) {
    .page-new .content-page .new_hot .s5_panigation {
        right: 30px
    }
}

@media (max-width:768px) {
    .page-new .content-page .new_hot .s5_panigation {
        top: auto;
        bottom: 5%
    }
}

.page-new .content-page .new_hot ._navigation {
    z-index: 1;
    right: 4.5833333333%;
    top: calc(50% + 50px)
}

@media (max-width:1024px) {
    .page-new .content-page .new_hot ._navigation {
        position: absolute;
        margin-top: 0;
        justify-content: unset;
        right: 30px
    }
}

@media (max-width:768px) {
    .page-new .content-page .new_hot ._navigation {
        top: calc(100% - 25px)
    }
}

@media (max-width:480px) {
    .page-new .content-page .new_hot ._navigation {
        top: calc(100% - 15px);
        right: 25px
    }
}

.page-new .content-page .new_hot .aria {
    position: absolute;
    left: calc(50% + 40px);
    bottom: 65%
}

@media (max-width:768px) {
    .page-new .content-page .new_hot .aria {
        display: none
    }
}

.page-new .content-page .new_hot .decor {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 65%;
    background: #00cae2
}

.page-new .content-page .new_hot .decor img {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%
}

.page-new .content-page .new_hot .title_section {
    width: 100%;
    padding-left: 9.5465393795%;
    margin-bottom: 39px
}

@media (max-width:1366px) {
    .page-new .content-page .new_hot .title_section {
        margin-bottom: 30px
    }
}

@media (max-width:768px) {
    .page-new .content-page .new_hot .title_section {
        margin-bottom: 20px;
        padding-left: 30px
    }
}

@media (max-width:480px) {
    .page-new .content-page .new_hot .title_section {
        text-align: center;
        padding: 0 15px
    }
}

.page-new .content-page .new_hot .swiper-container .swiper-slide {
    display: flex;
    align-items: flex-end
}

@media (max-width:768px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide {
        flex-wrap: wrap
    }
}

@media (min-width:769px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide:hover .img_scale {
        transform: scale(1.1)
    }
}

.page-new .content-page .new_hot .swiper-container .swiper-slide .left {
    width: 57.2792362768%;
    padding: 5px;
    background: #00cae2
}

@media (max-width:768px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .left {
        width: 100%;
        margin-bottom: 40px
    }
}

@media (max-width:480px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .left {
        margin-bottom: 20px
    }
}

.page-new .content-page .new_hot .swiper-container .swiper-slide .left .bgr {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56%;
    position: relative;
    overflow: hidden
}

@media (max-width:1024px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .left .bgr {
        padding-top: 65%
    }
}

@media (max-width:768px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .left .bgr {
        padding-top: 50%
    }
}

@media (max-width:480px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .left .bgr {
        padding-top: 65%
    }
}

.page-new .content-page .new_hot .swiper-container .swiper-slide .left .bgr .img_scale {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out
}

.page-new .content-page .new_hot .swiper-container .swiper-slide .right {
    width: 42.7207637232%;
    height: -webkit-max-content;
    height: max-content
}

@media (max-width:768px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right {
        width: 100%;
        height: auto
    }
}

.page-new .content-page .new_hot .swiper-container .swiper-slide .right .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media (max-width:1024px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .title {
        padding-left: 30px
    }
}

@media (max-width:768px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .title {
        padding: 0 30px
    }
}

@media (max-width:480px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .title {
        padding: 0 15px
    }
}

.page-new .content-page .new_hot .swiper-container .swiper-slide .right .date {
    color: #fff;
    margin-bottom: 23px;
    padding-left: 67px
}

@media (max-width:1366px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .date {
        margin-bottom: 10px
    }
}

@media (max-width:1024px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .date {
        padding-left: 30px
    }
}

@media (max-width:768px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .date {
        padding: 0 30px
    }
}

@media (max-width:480px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .date {
        padding: 0 15px
    }
}

.page-new .content-page .new_hot .swiper-container .swiper-slide .right .exp {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 24px;
    padding-left: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media (max-width:1366px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .exp {
        margin-bottom: 10px
    }
}

@media (max-width:1024px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .exp {
        padding-left: 30px
    }
}

@media (max-width:768px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .exp {
        padding: 0 30px
    }
}

@media (max-width:480px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .exp {
        padding: 0 15px
    }
}

.page-new .content-page .new_hot .swiper-container .swiper-slide .right .see-more {
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: .01em;
    color: #fff;
    padding-left: 67px
}

@media (max-width:1024px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .see-more {
        padding-left: 30px
    }
}

@media (max-width:768px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .see-more {
        padding: 0 30px
    }
}

@media (max-width:480px) {
    .page-new .content-page .new_hot .swiper-container .swiper-slide .right .see-more {
        padding: 0 15px
    }
}

.page-new .content-page .new_other {
    width: 100%;
    padding: 0 8.3333333333%
}

@media (max-width:1280px) {
    .page-new .content-page .new_other {
        padding: 0 5.5555555556%
    }
}

@media (max-width:1024px) {
    .page-new .content-page .new_other {
        padding: 0 30px
    }
}

@media (max-width:480px) {
    .page-new .content-page .new_other {
        padding: 0 15px
    }
}

.page-new .content-page .new_other .title_section {
    width: 100%;
    text-align: center;
    margin-bottom: 45px
}

@media (max-width:1366px) {
    .page-new .content-page .new_other .title_section {
        margin-bottom: 30px
    }
}

@media (max-width:768px) {
    .page-new .content-page .new_other .title_section {
        margin-bottom: 20px
    }
}

.page-new .content-page .new_other .list_item {
    display: flex;
    flex-wrap: wrap
}

.page-new .content-page .new_other .list_item .item {
    width: calc(33.33333% - 40px);
    margin-right: 60px;
    margin-bottom: 33px
}

@media (max-width:1366px) {
    .page-new .content-page .new_other .list_item .item {
        width: calc(33.33333% - 20px);
        margin-right: 30px;
        margin-bottom: 25px
    }
}

@media (max-width:768px) {
    .page-new .content-page .new_other .list_item .item {
        width: calc(33.33333% - 10px);
        margin-right: 15px;
        margin-bottom: 20px
    }
}

@media (max-width:480px) {
    .page-new .content-page .new_other .list_item .item {
        width: 100%;
        margin-right: 0
    }
}

@media (min-width:769px) {
    .page-new .content-page .new_other .list_item .item:hover .img_scale {
        transform: scale(1.1)
    }
    .page-new .content-page .new_other .list_item .item:hover .exp {
        color: #ff1c7b
    }
}

.page-new .content-page .new_other .list_item .item:nth-of-type(3n+3) {
    margin-right: 0
}

.page-new .content-page .new_other .list_item .item .img {
    width: 100%;
    position: relative;
    padding-top: 63.8%;
    margin-bottom: 30px;
    overflow: hidden
}

@media (max-width:1366px) {
    .page-new .content-page .new_other .list_item .item .img {
        margin-bottom: 10px
    }
}

.page-new .content-page .new_other .list_item .item .img .img_scale {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out
}

.page-new .content-page .new_other .list_item .item .date {
    color: #828282;
    margin-bottom: 10px
}

@media (max-width:1366px) {
    .page-new .content-page .new_other .list_item .item .date {
        margin-bottom: 0
    }
}

.page-new .content-page .new_other .list_item .item .exp {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #4f4f4f;
    transition: all .5 ease;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media (max-width:768px) {
    .page-new .content-page .new_other .list_item .item .exp {
        font-size: 14px;
        line-height: 23px
    }
}

.page-new .content-page .new_other .see-more-def {
    margin: 30px auto 0
}

.title_section {
    font-weight: 500;
    font-size: 30px;
    line-height: 160.94%;
    text-transform: uppercase;
    color: #42320c
}

@media (max-width:480px) {
    .title_section {
        font-size: 25px
    }
}

.date {
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: .1em
}

.page-single-new .banner-def .breadcrumb img {
    transform: rotate(180deg)
}

.page-single-new .content-page-single {
    width: 100%;
    padding: 110px 8.3333333333% 56px;
    display: flex;
    flex-wrap: wrap
}

@media (max-width:1366px) {
    .page-single-new .content-page-single {
        padding: 60px 8.3333333333% 40px
    }
}

@media (max-width:1280px) {
    .page-single-new .content-page-single {
        padding: 60px 5.5555555556% 40px
    }
}

@media (max-width:1024px) {
    .page-single-new .content-page-single {
        padding: 40px 30px
    }
}

@media (max-width:480px) {
    .page-single-new .content-page-single {
        padding: 40px 15px
    }
}

.page-single-new .content-page-single .left {
    width: 60%;
    margin-right: 10%
}

@media (max-width:1024px) {
    .page-single-new .content-page-single .left {
        margin-right: 6.6666666667%
    }
}

@media (max-width:768px) {
    .page-single-new .content-page-single .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }
}

.page-single-new .content-page-single .left .date {
    color: #828282;
    margin-bottom: 10px
}

@media (max-width:480px) {
    .page-single-new .content-page-single .left .date {
        margin-bottom: 5px
    }
}

.page-single-new .content-page-single .left .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 135%;
    text-transform: uppercase;
    color: #42320c;
    margin-bottom: 56px
}

@media (max-width:480px) {
    .page-single-new .content-page-single .left .title {
        font-size: 20px
    }
}

.page-single-new .content-page-single .left .the-content {
    margin-bottom: 56px
}

.page-single-new .content-page-single .left .the-content div,
.page-single-new .content-page-single .left .the-content h1,
.page-single-new .content-page-single .left .the-content h2,
.page-single-new .content-page-single .left .the-content h3,
.page-single-new .content-page-single .left .the-content h4,
.page-single-new .content-page-single .left .the-content p,
.page-single-new .content-page-single .left .the-content table {
    font-family: BeVietnam-Light;
    font-size: 15px;
    line-height: 25px;
    color: #4f4f4f;
    margin-bottom: 25px
}

@media (max-width:1024px) {
    .page-single-new .content-page-single .left .the-content div,
    .page-single-new .content-page-single .left .the-content h1,
    .page-single-new .content-page-single .left .the-content h2,
    .page-single-new .content-page-single .left .the-content h3,
    .page-single-new .content-page-single .left .the-content h4,
    .page-single-new .content-page-single .left .the-content p,
    .page-single-new .content-page-single .left .the-content table {
        margin-bottom: 20px
    }
}

@media (max-width:480px) {
    .page-single-new .content-page-single .left .the-content div,
    .page-single-new .content-page-single .left .the-content h1,
    .page-single-new .content-page-single .left .the-content h2,
    .page-single-new .content-page-single .left .the-content h3,
    .page-single-new .content-page-single .left .the-content h4,
    .page-single-new .content-page-single .left .the-content p,
    .page-single-new .content-page-single .left .the-content table {
        margin-bottom: 15px
    }
}

.page-single-new .content-page-single .left .the-content div img,
.page-single-new .content-page-single .left .the-content h1 img,
.page-single-new .content-page-single .left .the-content h2 img,
.page-single-new .content-page-single .left .the-content h3 img,
.page-single-new .content-page-single .left .the-content h4 img,
.page-single-new .content-page-single .left .the-content p img,
.page-single-new .content-page-single .left .the-content table img {
    object-fit: contain;
    display: block;
    margin: 0 auto
}

.page-single-new .content-page-single .left .the-content h1,
.page-single-new .content-page-single .left .the-content h2,
.page-single-new .content-page-single .left .the-content h3,
.page-single-new .content-page-single .left .the-content h4,
.page-single-new .content-page-single .left .the-content strong {
    font-weight: 700
}

.page-single-new .content-page-single .left .the-content img {
    display: block;
    margin: 0 auto 25px
}

@media (max-width:1024px) {
    .page-single-new .content-page-single .left .the-content img {
        margin-bottom: 20px
    }
}

@media (max-width:480px) {
    .page-single-new .content-page-single .left .the-content img {
        margin-bottom: 15px
    }
}

.page-single-new .content-page-single .left .the-content i {
    font-family: BeVietnam-Light;
    font-size: 15px;
    line-height: 25px;
    color: #4f4f4f;
    margin-bottom: 25px
}

@media (max-width:1024px) {
    .page-single-new .content-page-single .left .the-content i {
        margin-bottom: 20px
    }
}

@media (max-width:480px) {
    .page-single-new .content-page-single .left .the-content i {
        margin-bottom: 15px
    }
}

.page-single-new .content-page-single .left .the-content a {
    font-family: BeVietnam-Light;
    font-size: 15px;
    line-height: 25px;
    display: inline-block
}

.page-single-new .content-page-single .left .the-content a:hover {
    text-decoration: underline
}

.page-single-new .content-page-single .left .the-content a img {
    display: block;
    margin: 0 auto 25px
}

@media (max-width:1024px) {
    .page-single-new .content-page-single .left .the-content a img {
        margin-bottom: 20px
    }
}

@media (max-width:480px) {
    .page-single-new .content-page-single .left .the-content a img {
        margin-bottom: 15px
    }
}

.page-single-new .content-page-single .left .the-content ul li {
    font-family: BeVietnam-Light;
    font-size: 15px;
    line-height: 25px;
    color: #4f4f4f;
    margin-bottom: 10px
}

.page-single-new .content-page-single .left .share {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 21px
}

.page-single-new .content-page-single .left .share a {
    margin-right: 12px
}

@media (min-width:769px) {
    .page-single-new .content-page-single .left .share a:hover img {
        animation-name: shakeX2;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
        animation-duration: 1s;
        animation-timing-function: ease-in-out
    }
}

.page-single-new .content-page-single .left .share a:last-child {
    margin-right: 0
}

.page-single-new .content-page-single .left .post_other {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-single-new .content-page-single .left .post_other a {
    display: flex;
    flex-direction: column;
    align-items: end;
    transition: all .5s ease
}

@media (min-width:769px) {
    .page-single-new .content-page-single .left .post_other a:hover {
        background: linear-gradient(171.33deg, #00cae2 2.96%, #00afdb 92.52%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
}

.page-single-new .content-page-single .left .post_other a:nth-child(2) {
    align-items: flex-end
}

.page-single-new .content-page-single .left .post_other a:nth-child(2) img {
    transform: rotate(180deg)
}

.page-single-new .content-page-single .left .post_other a p {
    font-family: BeVietnam-Light;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin: 0 0 5px
}

.page-single-new .content-page-single .right {
    width: 30%
}

@media (max-width:1024px) {
    .page-single-new .content-page-single .right {
        width: 33.3333333333%
    }
}

@media (max-width:768px) {
    .page-single-new .content-page-single .right {
        width: 100%
    }
}

.page-single-new .content-page-single .right .title_section {
    margin-bottom: 48px
}

@media (max-width:1024px) {
    .page-single-new .content-page-single .right .title_section {
        margin-bottom: 20px
    }
}

.page-single-new .content-page-single .right .list_other {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 31px
}

.page-single-new .content-page-single .right .list_other a {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 32px
}

@media (max-width:1024px) {
    .page-single-new .content-page-single .right .list_other a {
        margin-bottom: 20px
    }
}

@media (min-width:769px) {
    .page-single-new .content-page-single .right .list_other a:hover .img_scale {
        transform: scale(1.1)
    }
    .page-single-new .content-page-single .right .list_other a:hover .text .title {
        color: #ff1c7b
    }
}

.page-single-new .content-page-single .right .list_other a .img {
    position: relative;
    overflow: hidden;
    padding-top: 23.4%;
    width: 141px;
    margin-right: 22px
}

@media (max-width:1024px) {
    .page-single-new .content-page-single .right .list_other a .img {
        padding-top: 26.4%
    }
}

@media (max-width:768px) {
    .page-single-new .content-page-single .right .list_other a .img {
        padding-top: 13.4%
    }
}

@media (max-width:480px) {
    .page-single-new .content-page-single .right .list_other a .img {
        padding-top: 25.4%
    }
}

.page-single-new .content-page-single .right .list_other a .img .img_scale {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out
}

.page-single-new .content-page-single .right .list_other a .text {
    width: calc(100% - 163px);
    display: flex;
    flex-direction: column
}

.page-single-new .content-page-single .right .list_other a .text .date {
    color: #828282;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px
}

.page-single-new .content-page-single .right .list_other a .text .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .01em;
    color: #4f4f4f;
    transition: all .5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.page-contact .content_contact {
    padding: 108px 11.8055555556% 60px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    align-items: flex-end
}

@media (max-width:1024px) {
    .page-contact .content_contact {
        padding: 80px 60px 60px 0
    }
}

@media (max-width:768px) {
    .page-contact .content_contact {
        padding: 30px 30px 50px;
        flex-direction: column-reverse
    }
}

@media (max-width:480px) {
    .page-contact .content_contact {
        padding: 30px 15px 50px
    }
}

.page-contact .content_contact .aria {
    position: absolute;
    left: 50%;
    bottom: 70%;
    display: flex;
    z-index: -1
}

@media (max-width:1024px) {
    .page-contact .content_contact .aria {
        left: auto;
        right: 0
    }
}

@media (max-width:768px) {
    .page-contact .content_contact .aria {
        display: none
    }
}

.page-contact .content_contact .decor {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 70%;
    background: #00cae2;
    z-index: -1
}

@media (max-width:768px) {
    .page-contact .content_contact .decor {
        height: 100%
    }
}

.page-contact .content_contact .decor img {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%
}

.page-contact .content_contact .left {
    width: 56.6929133858%
}

@media (max-width:1024px) {
    .page-contact .content_contact .left {
        width: 62.2406639004%
    }
}

@media (max-width:768px) {
    .page-contact .content_contact .left {
        width: 100%
    }
}

.page-contact .content_contact .left img {
    width: 100%
}

.page-contact .content_contact .right {
    width: 43.3070866142%;
    height: -webkit-max-content;
    height: max-content
}

@media (max-width:1024px) {
    .page-contact .content_contact .right {
        width: 37.7593360996%
    }
}

@media (max-width:768px) {
    .page-contact .content_contact .right {
        width: 100%;
        margin-bottom: 30px
    }
}

.page-contact .content_contact .right .content_right {
    padding-left: 80px
}

@media (max-width:1024px) {
    .page-contact .content_contact .right .content_right {
        padding-left: 40px
    }
}

@media (max-width:768px) {
    .page-contact .content_contact .right .content_right {
        padding-left: 0
    }
}

.page-contact .content_contact .right .content_right .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 160.94%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px
}

@media (max-width:1366px) {
    .page-contact .content_contact .right .content_right .title {
        margin-bottom: 10px
    }
}

.page-contact .content_contact .right .content_right span {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-family: BeVietnam-Light;
    margin-bottom: 6px;
    font-weight: 500
}

.page-contact .content_contact .right .content_right .phone {
    font-weight: 700;
    font-size: 17px;
    line-height: 160.94%;
    color: #fff;
    margin-bottom: 16px
}

@media (max-width:1366px) {
    .page-contact .content_contact .right .content_right .phone {
        margin-bottom: 5px
    }
}

@media (max-width:1024px) {
    .page-contact .content_contact .right .content_right .phone {
        margin-bottom: 0
    }
}

.page-contact .content_contact .right .content_right .phone.phone_bonus {
    margin-top: 9px;
    padding-bottom: 5px;
    border-left: 1px solid #fff200
}

.page-contact .content_contact .right .content_right .phone.phone_bonus .item {
    margin-bottom: 9px;
    padding-left: 13px;
    position: relative
}

.page-contact .content_contact .right .content_right .phone.phone_bonus .item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff200
}

.page-contact .content_contact .right .content_right .phone.phone_bonus .item:last-child {
    margin-bottom: 0
}

.page-contact .content_contact .right .content_right .phone.phone_bonus .item:last-child .phone p:first-child,
.page-contact .content_contact .right .content_right .phone.phone_bonus .item:last-child .phone p:nth-child(2) {
    display: none
}

.page-contact .content_contact .right .content_right .phone.phone_bonus .item:last-child .phone p:nth-child(3) {
    display: block
}

.page-contact .content_contact .right .content_right .phone.phone_bonus .item span {
    font-weight: 500
}

.page-contact .content_contact .right .content_right .phone.phone_bonus .item .phone {
    margin-bottom: 0
}

.page-contact .content_contact .right .content_right .phone.phone_bonus .item .phone p {
    margin: 0
}

.page-contact .content_contact .right .content_right .phone.phone_bonus .item .phone p:first-child,
.page-contact .content_contact .right .content_right .phone.phone_bonus .item .phone p:nth-child(3),
.page-contact .content_contact .right .content_right .phone.phone_bonus .item .phone p br {
    display: none
}

.page-contact .aria2 {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end
}

.page-album .content_album {
    padding: 100px 8.3333333333% 135px
}

@media (max-width:1366px) {
    .page-album .content_album {
        padding: 80px 8.3333333333% 100px
    }
}

@media (max-width:1280px) {
    .page-album .content_album {
        padding: 80px 5.5555555556% 100px
    }
}

@media (max-width:1024px) {
    .page-album .content_album {
        padding: 60px 30px 80px
    }
}

@media (max-width:480px) {
    .page-album .content_album {
        padding: 50px 15px 60px
    }
}

.page-album .content_album .menu_album {
    display: flex;
    justify-content: center;
    margin-bottom: 60px
}

@media (max-width:480px) {
    .page-album .content_album .menu_album {
        margin-bottom: 30px
    }
}

.page-album .content_album .menu_album a {
    width: 160px;
    height: 42px;
    margin-right: 16px;
    color: #fff
}

@media (max-width:480px) {
    .page-album .content_album .menu_album a {
        margin-right: 5px;
        font-size: 13px
    }
}

@media (min-width:769px) {
    .page-album .content_album .menu_album a:hover {
        color: #42320c
    }
}

.page-album .content_album .menu_album a:before {
    background: #00cae2
}

.page-album .content_album .menu_album a:after {
    background: #fff200
}

.page-album .content_album .menu_album a.active {
    color: #42320c;
    font-weight: 700
}

.page-album .content_album .menu_album a.active:before {
    width: 0
}

.page-album .content_album .menu_album a.active:after {
    width: 100%
}

.page-album .content_album .menu_album a:last-child {
    margin-right: 0
}

.page-album .content_album .title_section {
    text-align: center;
    margin-bottom: 60px
}

@media (max-width:1366px) {
    .page-album .content_album .title_section {
        margin-bottom: 40px
    }
}

@media (max-width:768px) {
    .page-album .content_album .title_section {
        margin-bottom: 20px
    }
}

.page-album .content_album .video:nth-of-type(4n+3) .back .min,
.page-album .content_album .video:nth-of-type(4n+4) .back .min {
    bottom: auto;
    top: calc(100% - 12px)
}

@media (min-width:769px) {
    .page-album .content_album .video:hover .play {
        background: #00cae2;
        border: 1.5px solid #00cae2!important
    }
    .page-album .content_album .video:hover .name_img {
        color: #00cae2
    }
}

.page-album .content_album .video .back {
    width: 100%;
    padding-top: 62.2%;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 13px;
    z-index: 0
}

.page-album .content_album .video .back .play {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fff;
    transition: all .5s ease
}

@media (max-width:768px) {
    .page-album .content_album .video .back .play {
        width: 55px;
        height: 55px
    }
    .page-album .content_album .video .back .play img {
        width: 20px
    }
}

.page-album .content_album .video .back .min {
    right: 39px;
    bottom: 24px;
    position: absolute;
    width: 62px;
    height: 30px;
    background: #00cae2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 160.94%;
    color: #000
}

@media (max-width:768px) {
    .page-album .content_album .video .back .min {
        right: 20px
    }
}

.page-album .content_album .name_img {
    font-weight: 500;
    font-size: 18px;
    line-height: 160.94%;
    color: #42320c;
    transition: all .5s ease
}

.page-album .content_album .list_item {
    display: flex;
    flex-wrap: wrap
}

.page-album .content_album .list_item .img {
    width: calc(33.33333% - 40px);
    margin-right: 60px;
    margin-bottom: 72px
}

@media (max-width:768px) {
    .page-album .content_album .list_item .img {
        width: calc(33.33333% - 13.33333px);
        margin-right: 20px;
        margin-bottom: 30px
    }
}

@media (max-width:480px) {
    .page-album .content_album .list_item .img {
        width: 100%;
        margin-right: 0
    }
}

@media (min-width:769px) {
    .page-album .content_album .list_item .img:hover .back:before {
        width: 100%;
        height: 100%
    }
    .page-album .content_album .list_item .img:hover .back .show_img {
        opacity: 1
    }
    .page-album .content_album .list_item .img:hover .name_img {
        color: #00cae2
    }
}

.page-album .content_album .list_item .img:nth-of-type(3n+3) {
    margin-right: 0
}

.page-album .content_album .list_item .img .back {
    width: 100%;
    padding-top: 75%;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 13px;
    z-index: 0
}

@media (max-width:480px) {
    .page-album .content_album .list_item .img .back {
        margin-bottom: 5px
    }
}

.page-album .content_album .list_item .img .back .num_img {
    position: absolute;
    bottom: 10px;
    left: 30px;
    color: #fff
}

.page-album .content_album .list_item .img .back:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 202, 226, .35);
    z-index: -1;
    transition: all .5s ease
}

.page-album .content_album .list_item .img .back:after {
    content: url(assets/images/common/icon_ab_img.png);
    position: absolute;
    top: 14px;
    right: 23px
}

.page-album .content_album .list_item .img .back .show_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0;
    transition: all .75s ease;
    z-index: -1
}

.page-album .content_album .list_item .img .back .show_img:before {
    content: url(assets/images/common/show_img.png);
    position: absolute;
    top: 0;
    left: 0
}

.page-album .content_album .list_item .video {
    width: calc(50% - 21px);
    margin-bottom: 45px
}

@media (max-width:480px) {
    .page-album .content_album .list_item .video {
        width: 100%;
        margin-bottom: 30px
    }
}

.page-album .content_album .list_item .video:nth-of-type(odd) {
    margin-right: 42px
}

@media (max-width:480px) {
    .page-album .content_album .list_item .video:nth-of-type(odd) {
        margin-right: 0
    }
}

.page-album .content_album .list_video {
    display: flex;
    flex-wrap: wrap
}

.page-album .content_album .list_video .video {
    width: calc(33.33333% - 20px);
    margin-bottom: 45px;
    margin-right: 30px
}

@media (max-width:768px) {
    .page-album .content_album .list_video .video {
        width: calc(33.33333% - 10px);
        margin-bottom: 30px;
        margin-right: 15px
    }
}

@media (max-width:480px) {
    .page-album .content_album .list_video .video {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0
    }
}

.page-album .content_album .list_video .video:nth-of-type(3n+3) {
    margin-right: 0
}

.page-album .content_album .list_video .video .back .play {
    width: 55px;
    height: 55px
}

.page-album .content_album .list_video .video .back .play img {
    width: 20px
}

.page-album .content_album .video_other .title_section {
    margin: 41px 0 56px
}

@media (max-width:480px) {
    .page-album .content_album .video_other .title_section {
        margin: 20px 0
    }
}

.page-album .content_album .video_other .see-more-def {
    margin: 8px auto 0
}

.page-album .content_album .video_other .video .min {
    top: calc(100% - 20px)
}

.page-album .content_album>.see-more-def {
    margin: 8px auto 0
}

.page-album .content_album .document {
    width: calc(33.33333% - 40px);
    margin-right: 60px;
    margin-bottom: 62px
}

@media (max-width:768px) {
    .page-album .content_album .document {
        width: calc(33.33333% - 13.33333px);
        margin-right: 20px;
        margin-bottom: 40px
    }
}

@media (max-width:480px) {
    .page-album .content_album .document {
        width: 100%;
        margin-right: 0
    }
}

@media (min-width:769px) {
    .page-album .content_album .document:hover .title {
        background: #ff1c7b
    }
}

.page-album .content_album .document:nth-of-type(3n+3) {
    margin-right: 0
}

.page-album .content_album .document .img_doc {
    width: 100%;
    padding-top: 140%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-album .content_album .document .title {
    width: 100%;
    padding: 25px;
    display: flex;
    background: #00cae2;
    transition: all .5s ease;
    align-items: center
}

@media (max-width:768px) {
    .page-album .content_album .document .title {
        padding: 10px
    }
}

.page-album .content_album .document .title .name_doc {
    width: calc(100% - 40px);
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    padding-right: 10px
}

@media (max-width:768px) {
    .page-album .content_album .document .title .name_doc {
        font-size: 15px;
        line-height: 30px
    }
}

.page-album .content_album .document .title .icon {
    width: 40px
}
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.no-js img.lazyload { display: none; }
figure.wp-block-image img.lazyloading { min-width: 150px; }
.lazyload, .lazyloading { opacity: 0; }
.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}
.cls-1,
.cls-6,
.cls-7,
.cls-8 {
    fill: none;
}

.cls-2,
.cls-85 {
    fill: url(#New_Gradient_Swatch_1);
}

.cls-2 {
    clip-rule: evenodd;
}

.cls-3 {
    isolation: isolate;
}

.cls-4 {
    fill: url(#New_Gradient_Swatch_2);
}

.cls-5 {
    fill: #95b2dd;
}

.cls-6 {
    stroke: #fff;
    stroke-width: 5.34px;
}

.cls-6,
.cls-7,
.cls-8 {
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cls-7 {
    stroke: #bfbfbf;
    stroke-width: 2.83px;
}

.cls-8 {
    stroke: #cabb9a;
    stroke-width: 4px;
    stroke-dashoffset: 2000;
    stroke-dasharray: 9.88 14.82;
    animation: draw 60s linear infinite;
}

.cls-9 {
    fill: #f05525;
}

.cls-10 {
    fill: #ffc614;
}

.cls-11 {
    fill: #7ed0e5;
}

.cls-12 {
    fill: #273238;
}

.cls-13 {
    fill: #cc4728;
}

.cls-14 {
    fill: #bd6928;
}

.cls-15 {
    fill: #fff;
}

.cls-16,
.cls-75 {
    font-size: 7.52px;
}

.cls-16,
.cls-18,
.cls-20,
.cls-34,
.cls-40 {
    fill: #01675c;
}

.cls-16,
.cls-18,
.cls-19,
.cls-20,
.cls-22,
.cls-23,
.cls-24,
.cls-25,
.cls-26,
.cls-27,
.cls-28,
.cls-29,
.cls-39,
.cls-75 {
    font-family: "UTM-AvoBold";
    font-weight: 900;
}

.cls-17 {
    letter-spacing: -0.02em;
}

.cls-18 {
    font-size: 5.69px;
}

.cls-19 {
    font-size: 6.38px;
}

.cls-19,
.cls-37,
.cls-39 {
    fill: #de222b;
}

.cls-20 {
    font-size: 5.81px;
}

.cls-21 {
    letter-spacing: -0.02em;
}

.cls-22 {
    font-size: 7.52px;
}

.cls-22,
.cls-23,
.cls-24,
.cls-25,
.cls-26,
.cls-27,
.cls-28,
.cls-29,
.cls-30,
.cls-31,
.cls-32,
.cls-33,
.cls-75,
.cls-76 {
    fill: #414042;
}

.cls-23 {
    font-size: 7.52px;
}

.cls-24 {
    font-size: 7.52px;
}

.cls-25 {
    font-size: 7.52px;
}

.cls-26 {
    font-size: 7.52px;
}

.cls-27 {
    font-size: 7.52px;
}

.cls-28 {
    font-size: 7.52px;
}

.cls-29 {
    font-size: 7.52px;
}

.cls-30 {
    font-size: 7.52px;
}

.cls-30,
.cls-31,
.cls-32,
.cls-33,
.cls-76,
.cls-77,
.cls-79,
.cls-81 {
    font-family: "UTM-AvoBold";
}

.cls-31 {
    font-size: 7.52px;
}

.cls-32 {
    font-size: 7.52px;
}

.cls-33 {
    font-size: 7.52px;
}

.cls-34 {
    font-size: 11.29px;
    font-family: Roboto-Medium, Roboto;
    font-weight: 500;
}

.cls-35 {
    fill: #414241;
}

.cls-36 {
    fill: #891c1c;
}

.cls-38 {
    fill: #e9615e;
}

.cls-39 {
    font-size: 6.89px;
}

.cls-41 {
    fill: #818181;
}

.cls-42 {
    fill: #4f4f4f;
}

.cls-43 {
    fill: #f3f2f2;
}

.cls-44 {
    fill: #cbcbca;
}

.cls-45 {
    fill: #343433;
}

.cls-46 {
    fill: #e5e5e5;
}

.cls-47 {
    fill: #f2e6e9;
}

.cls-48 {
    fill: #9ddae9;
}

.cls-49 {
    opacity: 0.5;
    mix-blend-mode: multiply;
}

.cls-50 {
    clip-path: url(#clip-path);
}

.cls-51 {
    clip-path: url(#clip-path-2);
}

.cls-52 {
    clip-path: url(#clip-path-3);
}

.cls-53 {
    clip-path: url(#clip-path-4);
}

.cls-54 {
    clip-path: url(#clip-path-5);
}

.cls-55 {
    clip-path: url(#clip-path-6);
}

.cls-56 {
    clip-path: url(#clip-path-7);
}

.cls-57 {
    clip-path: url(#clip-path-8);
}

.cls-58 {
    clip-path: url(#clip-path-9);
}

.cls-59 {
    clip-path: url(#clip-path-10);
}

.cls-60 {
    fill: #c1282d;
}

.cls-61 {
    opacity: 0.1;
}

.cls-62 {
    clip-path: url(#clip-path-11);
}

.cls-63 {
    fill: #010101;
}

.cls-64 {
    clip-path: url(#clip-path-12);
}

.cls-65 {
    clip-path: url(#clip-path-13);
}

.cls-66 {
    clip-path: url(#clip-path-14);
}

.cls-67 {
    clip-path: url(#clip-path-15);
}

.cls-68 {
    clip-path: url(#clip-path-16);
}

.cls-69 {
    clip-path: url(#clip-path-17);
}

.cls-70 {
    clip-path: url(#clip-path-18);
}

.cls-71 {
    clip-path: url(#clip-path-19);
}

.cls-72 {
    clip-path: url(#clip-path-20);
}

.cls-73 {
    letter-spacing: 0em;
}

.cls-74 {
    fill: #cdc0a2;
}

.cls-76 {
    font-size: 7.52px;
}

.cls-77 {
    font-size: 6.27px;
}

.cls-77,
.cls-79,
.cls-81 {
    fill: #066aac;
}

.cls-78 {
    letter-spacing: -0.09em;
}

.cls-79 {
    font-size: 6.27px;
}

.cls-80 {
    letter-spacing: -0.09em;
}

.cls-81 {
    font-size: 6.27px;
}

.cls-82 {
    letter-spacing: -0.09em;
}

.cls-83 {
    letter-spacing: 0em;
}

.cls-84,
.cls-85,
.cls-96 {
    fill-rule: evenodd;
}

.cls-84 {
    fill: url(#New_Gradient_Swatch_1-2);
}

.cls-86 {
    clip-path: url(#clip-path-21);
}

.cls-87 {
    fill: url(#New_Gradient_Swatch_1-4);
}

.cls-88 {
    fill: url(#New_Gradient_Swatch_1-5);
}

.cls-89 {
    fill: url(#New_Gradient_Swatch_1-6);
}

.cls-90 {
    fill: url(#New_Gradient_Swatch_1-7);
}

.cls-91 {
    fill: url(#New_Gradient_Swatch_1-8);
}

.cls-92 {
    fill: url(#New_Gradient_Swatch_1-9);
}

.cls-93 {
    fill: url(#New_Gradient_Swatch_1-10);
}

.cls-94 {
    fill: url(#New_Gradient_Swatch_1-11);
}

.cls-95 {
    fill: url(#New_Gradient_Swatch_1-12);
}

.cls-96 {
    fill: url(#New_Gradient_Swatch_1-13);
}

.cls-97 {
    fill: url(#New_Gradient_Swatch_1-14);
}

.cls-98 {
    fill: url(#New_Gradient_Swatch_1-15);
}

.cls-99 {
    fill: url(#New_Gradient_Swatch_1-16);
}

.cls-100 {
    fill: url(#New_Gradient_Swatch_1-17);
}

.cls-101 {
    fill: url(#New_Gradient_Swatch_1-18);
}

.cls-102 {
    fill: url(#New_Gradient_Swatch_1-19);
}

.cls-103 {
    fill: url(#New_Gradient_Swatch_1-20);
}

.cls-104 {
    fill: url(#New_Gradient_Swatch_1-21);
}
.menu-toggle .menu-pc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 16.6666666667%;
}
.menu-pc li {
    width: calc(50% - 100px);
    position: relative;
    margin-right: 200px;
    padding-left: 100px;
}
.menu-pc li:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 80px;
    text-transform: uppercase;
    color: #fff;
    transition: all .25s ease;
}
.menu-pc li:first-child:before {
    content:"01";
}
.menu-pc li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 2rem;
    line-height: 80px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    display: block;
    transition: all .25s ease;
}
.menu-pc li a:hover {
    color: #FBC984;
}
.menu-pc li:nth-of-type(2n+2) {
    margin-right: 0;
}
.menu-pc li:nth-child(2):before {
    content: "02";
}
.menu-pc li:nth-child(3):before {
    content: "03";
}
.menu-pc li:nth-child(4):before {
    content: "04";
}
.menu-pc li:nth-child(5):before {
    content: "05";
}
.menu-pc li:nth-child(6):before {
    content: "06";
}
.contact_ft {
    position: absolute;
    width: 100%;
    padding: 44px 8.3333333333% 73px;
    font-family: Montserrat,sans-serif;
    color: #fff;
    z-index: 9;
    top:50%;
    transform: translateY(-50%);
}
.contact_ft ._box {
    position: relative;
    width: 35%;
    padding: 48px 52px 48px 40px;
    background-color: rgba(0,202,226,.7);
    margin-left: auto;
}
.contact_ft ._box ._lable {
    margin-bottom: 32px;
}
.contact_ft ._box ._lable p {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: .01em;
    color: #fff;
}
.contact_ft ._box ._lable p:nth-of-type(2) {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 6px;
}
.contact_ft ._box ._form_content ._form_group {
    position: relative;
}
.contact_ft ._box ._form_content ._form_group input,.contact_ft ._box ._form_content ._form_group select {
    width: 100%;
    height: 32px;
    border: none;
    border-bottom: 1px solid hsla(0,0%,100%,.3);
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    line-height: 26px;
    text-align: justify;
    color: #fff;
    background-color: transparent;
    margin-bottom: 24px;
}
.contact_ft ._box ._form_content ._form_group textarea {
    color: #FFF;
    background-color: transparent;
    border: 1px solid hsla(0,0%,100%,.3);
    font-family: Montserrat,sans-serif;
    width: 100%;
}
.contact_ft ._box ._form_content ._form_group select option {
    color: #000;
}
.contact_ft ._box ._form_content ._form_group ._error_msg {
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: 10px;
    font-style: italic;
}::placeholder {
    color: #FFF;
    line-height: 2;
 }
.contact_ft ._box ._form_content .btn_submit {
    height: 40px;
    padding: 0;
    background: #fff200;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    margin-top: 16px;
}
.video-youtube {
    margin-top: 50px;
}
.video-youtube iframe {
    width: 100% !important;
    height: calc(100vw * 150/500) !important;
    max-width: 1140px;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 1366px){
    .menu-pc li {
        margin-right: 100px;
        padding-left: 80px;
        width: calc(50% - 50px);
    }
    .menu-pc li {
        margin-right: 100px;
        padding-left: 80px;
        width: calc(50% - 50px);
    }
}
@media (max-width: 1024px) {
    .contact_ft {
        padding: 44px 30px 55px;
    }
    .contact_ft ._box {
        width: 420px;
    }
    .title-upper-def {
        font-size: 125px;
    }
    .video-youtube iframe {
        height: calc(100vw * 300/500) !important;
    }
    .home-page .h-section2 ._right .title-upper-def {
        font-size: 4rem;
    }
}

@media (max-width: 480px){
    .contact_ft {
        padding: 0;
    }
    .contact_ft ._box {
        width: 100%;
        padding: 45px 30px 35px 20px;
    }
    .video-youtube iframe {
        height: calc(100vw * 300/500) !important;
    }
    .home-page .h-section2 ._right .title-upper-def .title-def {
        font-size: 5rem;
        top:45%;
    }

}
.modal-custom {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: opacity 1s ease;
}
.modal-custom.active {
    opacity: 1;
    transition: opacity 1s ease;
    display: block;
}
.modal-content-custom {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    height:80vh;
    position: relative;
}
.modal-content-custom iframe {
    width: 100%;
    height:100%;
}
.modal-content-custom p {
    position: absolute;
    top:0;
    right:-40px;
    width: 40px;
    height: 40px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:0;
}
.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;float: right;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.description-left-right {
    padding:0 15vw;
}



#section_news {
    padding: 80px 0px;
}
#section_news h3 {
    text-align: center;
    font-family: "UTM-AvoBold";
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 30px;
    color:#FF1C7B;
}

#section_news a h4 {
    color:#FF1C7B;
    font-weight: 700;
}
#section_news a:hover h4 {
    color:#33CCE6
}


#default-new {
    padding: 50px 0px 50px;
}
#default-new h3 {
    margin-bottom: 30px;
    font-family: "UTM-AvoBold";
}


