@charset "UTF-8";
@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun/Sarabun-Light.ttf") format("truetype");
    font-weight: 300
}

@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun/Sarabun-Regular.ttf") format("truetype");
    font-weight: 400
}

@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun/Sarabun-Medium.ttf") format("truetype");
    font-weight: 500
}

@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun/Sarabun-SemiBold.ttf") format("truetype");
    font-weight: 600
}

@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun/Sarabun-ExtraBold.ttf") format("truetype");
    font-weight: 800
}

@font-face {
    font-family: "Sarabun";
    src: url("../fonts/Sarabun/Sarabun-Bold.ttf") format("truetype");
    font-weight: 700
}

@font-face {
    font-family: "Magistral";
    src: url("../fonts/Magistral/FS%20Magistral-Medium.ttf") format("truetype");
    font-weight: 500
}

@font-face {
    font-family: "Magistral";
    src: url("../fonts/Magistral/FS%20Magistral-Bold.ttf") format("truetype");
    font-weight: 700
}

@font-face {
    font-family: "FS-PFBeauSansPro";
    src: url("../fonts/FS-PFBeauSansPro/FS-PFBeauSansPro-Regular.ttf") format("truetype");
    font-weight: 400
}

@font-face {
    font-family: "FS-PFBeauSansPro";
    src: url("../fonts/FS-PFBeauSansPro/FS-PFBeauSansPro-SemiBold.ttf") format("truetype");
    font-weight: 600
}

@font-face {
    font-family: "FS-PFBeauSansPro";
    src: url("../fonts/FS-PFBeauSansPro/FS-PFBeauSansPro-Bold.ttf") format("truetype");
    font-weight: 700
}

abbr, address, article, aside, audio, b, blockquote, canvas, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit
}

b, strong, th {
    font-weight: bold
}

em, i {
    font-style: italic
}

sub, sup {
    font-size: 75%
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 20px 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
    color: inherit;
    outline: none
}

li, ol, ul {
    padding: 0;
    list-style: none;
    margin: 0
}

label {
    font-weight: normal
}

input[type=email], input[type=password], input[type=text] {
    padding-left: 12px;
    padding-right: 12px
}

select {
    padding-left: 8px;
    cursor: pointer
}

input[type=number] {
    padding-left: 5px
}

textarea {
    padding: 8px 12px 5px 12px
}

a, button, button:active, button:focus, button:hover, input, select, textarea {
    outline: none
}

button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer
}

* {
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-top: constant(safe-area-inset-top)
}

img {
    max-width: 100%;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover
}

html {
    font-size: 62.5%
}

@media (max-width: 1650px) {
    html {
        font-size: 51%
    }
}

.col-f20, .col-lg-f20, .col-md-f20, .col-sm-f20, .col-xl-f20 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

@media (min-width: 576px) {
    .col-sm-f20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 768px) {
    .col-md-f20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 992px) {
    .col-lg-f20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 1200px) {
    .col-xl-f20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.pad-0 {
    padding-left: 0px;
    padding-right: 0px
}

.pad-5 {
    padding-left: 5px;
    padding-right: 5px
}

.pad-8 {
    padding-left: 8px;
    padding-right: 8px
}

.pad-10 {
    padding-left: 10px;
    padding-right: 10px
}

.margin-auto {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1200px) {
    .col-mar-13 {
        margin-left: -1.3rem;
        margin-right: -1.3rem
    }

    .col-mar-13 .col, .col-mar-13 [class*=col-] {
        padding-left: 1.3rem;
        padding-right: 1.3rem
    }

    .col-mar-20 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .col-mar-20 .col, .col-mar-20 [class*=col-] {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .col-mar-39 {
        margin-left: -3.9rem;
        margin-right: -3.9rem
    }

    .col-mar-39 .col, .col-mar-39 [class*=col-] {
        padding-left: 3.9rem;
        padding-right: 3.9rem
    }
}

.col-mar-0 {
    margin-left: 0px;
    margin-right: 0px
}

.col-mar-0 .col, .col-mar-0 [class*=col-] {
    padding-left: 0px;
    padding-right: 0px
}

.col-mar-5 {
    margin-left: -5px;
    margin-right: -5px
}

.col-mar-5 .col, .col-mar-5 [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.col-mar-8 {
    margin-left: -8px;
    margin-right: -8px
}

.col-mar-8 .col, .col-mar-8 [class*=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.col-mar-10 {
    margin-left: -10px;
    margin-right: -10px
}

.col-mar-10 .col, .col-mar-10 [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.fx-mid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ifx-top {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start
}

.ifx-bot {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
}

.ifx-mid {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.relative {
    position: relative
}

.static {
    position: static
}

.absolute {
    position: absolute
}

.clearfix:after, .clearfix:before {
    content: "";
    display: block;
    clear: both
}

.bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.ic {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.smooth {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width: 575px) {
    .container {
        max-width: 100%;
        padding-left: 10.78125%;
        padding-right: 10.78125%
    }

    .container.v1 {
        max-width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }
}

@media (max-width: 991px) {
    .md-pad-7 {
        margin: 0 -7px
    }

    .md-pad-7 > [class^=col-] {
        padding: 0 7px
    }

    .md-pad-5 {
        margin: 0 -5px
    }

    .md-pad-5 > [class^=col-] {
        padding: 0 5px
    }
}

@media (max-width: 767px) {
    .sm-pad-7 {
        margin: 0 -7px
    }

    .sm-pad-7 > [class^=col-] {
        padding: 0 7px
    }

    .sm-pad-5 {
        margin: 0 -5px
    }

    .sm-pad-5 > [class^=col-] {
        padding: 0 5px
    }

    .tb-responsive {
        display: block
    }

    .tb-responsive tbody, .tb-responsive td, .tb-responsive tfoot, .tb-responsive th, .tb-responsive tr {
        display: block
    }

    .tb-responsive thead {
        display: none
    }

    .tb-responsive tr:nth-child(2n) {
        background: #f5f5f5
    }

    .tb-responsive td {
        position: relative;
        padding: 10px 10px 10px 50%
    }

    .tb-responsive td:before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        width: 50%;
        padding-right: 15px
    }
}

@media (max-width: 575px) {
    .xs-pad-7 {
        margin: 0 -7px
    }

    .xs-pad-7 > [class^=col-] {
        padding: 0 7px
    }

    .xs-pad-5 {
        margin: 0 -5px
    }

    .xs-pad-5 > [class^=col-] {
        padding: 0 5px
    }
}

.slick-list {
    margin: 0 -15px
}

.slick-list .slick-slide {
    margin: 0 15px
}

.slick-arrow {
    cursor: pointer;
    z-index: 1;
    text-align: center;
    position: absolute
}

.slick-dots {
    text-align: center
}

.slick-dots button {
    display: none
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer
}

.slick-dots li.slick-active {
    background: #666
}

.i-select {
    position: relative
}

.i-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: "";
    width: 100%
}

.s-content {
    word-break: break-word
}

.s-content a[href] {
    color: #007bff
}

.s-content a[href]:hover {
    text-decoration: underline
}

.s-content a, .s-content a:active, .s-content a:focus, .s-content a:hover {
    text-decoration: underline
}

.s-content ol {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px
}

.s-content ul {
    list-style: initial;
    margin-left: 15px;
    margin-bottom: 10px
}

.s-content li {
    list-style: inherit;
    margin-bottom: 5px
}

.s-content p {
    margin-bottom: 10px
}

.s-content img {
    max-width: 100%;
    height: auto !important;
    margin: 10px auto;
    object-fit: initial
}

.s-content .alignleft, .s-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

.s-content .alignright, .s-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

.s-content .aligncenter, .s-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.s-content blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

.s-content blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

.s-content iframe, .s-content table {
    max-width: 100%;
    max-width: calc(100vw - 30px);
    margin: auto
}

.s-content iframe {
    display: block
}

.s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
    font-weight: bold
}

.s-content h1 {
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em
}

.s-content h2 {
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em
}

.s-content h3 {
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em
}

.s-content h4 {
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em
}

.s-content h5 {
    font-size: 0.83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em
}

.s-content h6 {
    font-size: 0.67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em
}
.s-content .info-background-gr{
    display: inline;
}
.hc-upload {
    position: relative
}

.hc-upload .hc-del {
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 21px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    top: -12px;
    right: -12px;
    cursor: pointer
}

.hc-upload .hc-del:hover {
    background: rgba(0, 0, 0, 0.85)
}

body {
    font-size: 14px;
    font-family: "Sarabun", sans-serif;
    line-height: 1.5;
    color: #000
}

.wrap {
    overflow: hidden;
    background: #FFF
}

.wrap.v2 {
    background: #F5F5F7
}

.wrap.v2 footer, .wrap.v2 header {
    background: rgba(0, 0, 0, 0)
}

.link-pri {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.delay02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.delay03 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.delay04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.delay05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.delay06 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.delay07 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.delay08 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.delay09 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.delay10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.delay12 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.delay14 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.delay16 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.delay18 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.scrollbar-y {
    overflow-y: auto
}

.scrollbar-x {
    overflow-x: auto
}

.scrollbar::-webkit-scrollbar {
    width: 2px;
    height: 6px;
    border-radius: 10px
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(242, 244, 248, 0);
    box-shadow: inset 0 0 5px rgba(242, 244, 248, 0);
    border-radius: 10px
}

.scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px
}

.acd-drop:after {
    content: "+"
}

.acd-drop.active:after {
    content: "−"
}

@media (min-width: 992px) {
    .m-nav, .m-nav-over {
        display: none !important
    }
}

@media (max-width: 991px) {
    .m-nav-over {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 998;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out
    }

    .m-nav {
        display: block;
        position: fixed;
        top: 0;
        width: 280px;
        bottom: 0;
        z-index: 999;
        color: #fff;
        background: #333;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        left: -280px
    }

    .m-nav.active {
        -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
        box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
        left: 0
    }

    .m-nav.active .m-nav-close {
        visibility: visible;
        opacity: 1
    }

    .m-nav .m-nav-close {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        left: 100%;
        background: #444;
        outline: none;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        -webkit-transition: inherit;
        transition: inherit;
        opacity: 0;
        visibility: hidden
    }

    .m-nav .nav-ct {
        height: 100%;
        overflow: auto
    }

    .m-nav a {
        display: block;
        font-size: 14px;
        font-family: arial, sans-serif;
        line-height: 20px;
        padding: 10px 15px 10px 18px;
        border-bottom: solid 1px #444
    }

    .m-nav ul ul {
        background: rgba(255, 255, 255, 0.04);
        display: none
    }

    .m-nav ul ul a {
        padding-left: 36px
    }

    .m-nav ul ul ul {
        padding-left: 54px
    }

    .m-nav .acd-drop {
        width: 40px;
        height: 40px;
        float: right;
        position: relative;
        z-index: 1;
        font-size: 20px;
        color: inherit;
        font-family: monospace;
        outline: none;
        cursor: pointer;
        border-left: solid 1px #444;
        background: rgba(255, 255, 255, 0.04)
    }
}

header {
    padding: 2.45rem 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1 !important;
    height: auto !important;
    z-index: 3
}

header.v1 {
    position: absolute;
    top: 0;
    left: 0
}

header.v2 {
    background: #fff
}

.logo {
    max-width: 25.5rem
}

.logo img {
    width: 100%
}

.social-pri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-pri li {
    font-size: 2.4rem;
    margin-left: 1.8rem;
    color: #A0A0A0;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.social-pri li:first-child, .social-pri li:nth-child(2) {
    font-size: 1.5rem
}

.social-pri li:first-child a, .social-pri li:nth-child(2) a {
    width: 2.4rem;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #A0A0A0;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.social-pri li:nth-child(2) {
    font-size: 1.4rem
}

.social-pri li:hover {
    color: #000
}

.social-pri li:hover:first-child a, .social-pri li:hover:nth-child(2) a {
    background-color: #000
}

@media (max-width: 991px) {
    header {
        padding: 1rem 3%
    }

    .logo {
        max-width: 20rem
    }
}

footer {
    padding-top: 6rem
}

footer .info {
    font-size: 1.2rem;
    line-height: 1.6
}

footer .info p {
    margin-bottom: 1rem;
    color: #4F4F4F
}

@media screen and (max-width: 767px) {
    footer.v2 .col-f20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 2rem
    }
}

@media screen and (max-width: 375px) {
    footer.v2 .col-f20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

footer.v2 .top-ft .row {
    margin-right: -14px;
    margin-left: -14px
}

footer.v2 .top-ft .row .col-f20 {
    padding-right: 14px;
    padding-left: 14px
}

footer.v2 .top-ft .ft-item .title {
    font-size: 1.6rem;
    color: #4F4F4F
}

footer.v2 .top-ft .ft-item .ct {
    font-weight: 600;
    font-size: 1.6rem;
    color: #4F4F4F
}

footer.v2 .top-ft .social-pri li {
    font-size: 3.2rem;
    color: #414141
}

footer.v2 .top-ft .social-pri li:first-child {
    margin-left: 0
}

footer.v2 .top-ft .social-pri li:first-child, footer.v2 .top-ft .social-pri li:nth-child(2) {
    font-size: 2rem
}

footer.v2 .top-ft .social-pri li:first-child a, footer.v2 .top-ft .social-pri li:nth-child(2) a {
    width: 3.2rem;
    height: 3.2rem;
    background-color: #414141
}

footer.v2 .top-ft .social-pri li:hover {
    color: #282828
}

footer.v2 .top-ft .social-pri li:hover:first-child a, footer.v2 .top-ft .social-pri li:hover:nth-child(2) a {
    background-color: #282828
}

footer.v2 .bottom-ft {
    border-top: 1px solid #C6C6C6;
    padding-top: 1.5rem
}

.logo-ft {
    max-width: 25.5rem
}

.logo-ft img {
    width: 100%
}

.bottom-ft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
    margin-top: 3.5rem;
    border-top: 1px solid #EE0033
}

@media (max-width: 768px) {
    .bottom-ft {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bottom-ft .left {
        margin-bottom: 2rem
    }
}

.bottom-ft .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-ft .left .copyright {
    font-size: 1.4rem;
    margin-left: 2rem;
    color: #4F4F4F
}

.bottom-ft .connect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-ft .connect .title {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    color: #4F4F4F
}

.wrap-banner {
    background-color: #000
}

.home-banner {
    position: relative
}

.home-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1
}

.home-banner .img {
    position: relative;
    overflow: hidden;
    height: 56.5vh
}

.home-banner .img img {
    width: 100%;
    height: 100%
}

.home-banner .ct {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 3
}

@media screen and (min-width: 992px) {
    .home-banner .ct .container {
        padding-left: 7.25%;
        padding-right: 7.25%
    }

    .home-banner .ct .desc, .home-banner .ct .head-banner {
        max-width: 45%
    }
}

.home-banner .ct .head-banner {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-weight: 600;
    font-size: 6.5rem;
    color: rgba(242, 242, 242, 0.9);
    margin-bottom: 2.5rem
}

.home-banner .ct .desc {
    font-size: 1.6rem;
    color: #C4C4C4
}

.list-magazine-post {
    background: #ee0033;
    padding-top: 4rem;
    padding-bottom: 4.5rem;
    padding-left: 8rem;
    padding-right: 8rem
}

@media (min-width: 992px) {
    .list-magazine-post {
        padding-left: 14rem;
        padding-right: 14rem
    }
}

@media (min-width: 375px) {
    .list-magazine-post {
        padding-left: 11rem;
        padding-right: 11rem
    }
}

.list-magazine-post .item {
    position: relative
}

.list-magazine-post .item:hover .img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.list-magazine-post .item .img {
    position: relative;
    overflow: hidden;
    height: 275px
}

@media (max-width: 575px) and (min-width: 425px) {
    .list-magazine-post .item .img {
        height: 500px
    }
}

.list-magazine-post .item .img img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 100%
}

.list-magazine-post .item .ct {
    color: #FFFFFF;
    margin: 1.5rem 0
}

.list-magazine-post .item .ct .category {
    font-family: "Magistral", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0.5rem
}

.list-magazine-post .item .ct .title {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    max-height: calc(1.5em * 2);
    font-size: 1.6rem;
    margin-bottom: 0.5rem
}

.list-magazine-post .item .ct .published-date {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 0.15em
}

@media (min-width: 1600px) {
    .list-magazine-post .slick-list {
        margin: 0 -42px
    }

    .list-magazine-post .slick-list .slick-slide {
        margin: 0 42px
    }
}

@media (min-width: 768px) {
    .list-magazine-post .slick-list {
        margin: 0 -30px
    }

    .list-magazine-post .slick-list .slick-slide {
        margin: 0 30px
    }
}

.list-magazine-post .slick-arrow {
    cursor: pointer;
    z-index: 1;
    text-align: center;
    position: absolute;
    top: 38%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.list-magazine-post .slick-arrow.slick-disabled {
    opacity: 0;
    cursor: default
}

@media (min-width: 375px) {
    .list-magazine-post .slick-arrow.prev {
        left: -10rem
    }

    .list-magazine-post .slick-arrow.next {
        right: -10rem
    }
}

.list-magazine-post .slick-arrow.prev {
    left: -6rem
}

.list-magazine-post .slick-arrow.next {
    right: -6rem
}

.home-content {
    padding: 5rem 0
}

@media (min-width: 992px) {
    .home-content {
        padding-top: 10rem;
        padding-bottom: 31rem
    }
}

.home-content .top-content {
    text-align: center;
    margin-bottom: 2rem
}

.home-content .top-content .head-title {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: 0.6em;
    color: #000000;
    margin-bottom: 3rem
}

.home-content .top-content .desc {
    font-weight: 300;
    font-size: 2.4rem;
    color: #000000;
    margin: 0 auto
}

@media (min-width: 425px) {
    .home-content .top-content .desc {
        max-width: 69%
    }
}

.home-content .bottom-content .item:nth-of-type(2n) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (min-width: 992px) {
    .home-content .bottom-content .item:nth-of-type(2n) .img {
        margin-right: auto;
        margin-left: 0
    }
}

.home-content .bottom-content .item .col-lg-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1440px) {
    .home-content .bottom-content .item {
        margin-bottom: 2rem
    }

    .home-content .bottom-content .item .img {
        width: 40rem !important;
        height: 40rem !important
    }
}

.home-content .bottom-content .item .img {
    position: relative;
    overflow: hidden;
    width: 66rem;
    height: 66rem;
    margin: 0 auto;
    border-radius: 50%
}

@media (min-width: 992px) {
    .home-content .bottom-content .item .img {
        margin-left: auto
    }
}

.home-content .bottom-content .item .img img {
    width: 100%;
    height: 100%
}

.home-content .bottom-content .item .ct .head-pri {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-weight: 300;
    color: #EE0033;
    margin-bottom: 4rem
}

.home-content .bottom-content .item .ct .head-pri p {
    font-size: 5.3rem
}

.home-content .bottom-content .item .ct .s-content {
    font-weight: 300;
    font-size: 2.6rem;
    color: #000000
}

@media screen and (max-width: 767px) {
    .home-banner .ct .head-banner {
        text-align: center
    }

    .home-content .bottom-content .item .ct .head-pri p {
        font-size: 4rem !important
    }
}

.page-banner {
    position: relative;
    color: #fff
}

.page-banner:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55))
}

@media (min-width: 768px) {
    .page-banner .img {
        position: relative;
        padding-top: 62.5vh;
        overflow: hidden
    }

    .page-banner .img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }
}

.page-banner .ct {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-banner .ct .head-banner {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-weight: 600;
    font-size: 5rem;
    text-align: center;
    max-width: 90rem;
    margin-bottom: 2rem
}

.page-banner .ct .category {
    font-family: "Magistral", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center
}

.page-banner .ct .banner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-banner .ct .banner-info span {
    font-size: 1.6rem;
    color: #EBEEEE;
    padding: 0 1.2rem;
    position: relative
}

.detail-post {
    padding: 8rem 0
}

@media (min-width: 575px) {
    .detail-post .container {
        padding-left: 25.9%;
        padding-right: 25.9%
    }
}

.detail-post .desc {
    font-size: 2.4rem;
    color: #191512;
    margin-bottom: 5.8rem
}

.detail-post .s-content p {
    font-weight: 300;
    font-size: 2rem;
    color: #191512
}

@media (min-width: 768px) {
    .related-post {
        padding-bottom: 16rem
    }

    .related-post .head-pri:before {
        content: "";
        background: #CCCCCC;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        z-index: -1
    }

    .related-post .head-pri span {
        padding: 0.6rem 2rem
    }
}

.related-post .head-pri {
    position: relative;
    margin-bottom: 4.5rem;
    text-align: center
}

.related-post .head-pri span {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #000000;
    background: #fff;
    z-index: 2
}

.blog-wrapper {
    padding-top: 4.5rem;
    padding-bottom: 23.2rem
}

.blog-wrapper .post-related {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 4rem 2.5rem 1.5rem
}

.blog-wrapper .post-related .row [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

.blog-wrapper .post-related .row [class*=col-]:not(:last-child) .item {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 4rem
}

.blog-wrapper .post-related .title-pri {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    text-transform: uppercase;
    color: #191512;
    padding-bottom: 1.7rem;
    border-bottom: 1px solid #EA0029;
    margin-bottom: 5rem
}

.blog-wrapper .post-related .item {
    padding-bottom: 1.5rem
}

.blog-wrapper .post-related .item .img {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    padding-top: 67.5%
}

.blog-wrapper .post-related .item .img:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.blog-wrapper .post-related .item .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.blog-wrapper .post-related .item .ct .title {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-weight: 500;
    font-size: 2.8rem;
    color: #191512;
    margin-top: 2.5rem;
    margin-bottom: 0.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    max-height: calc(1.4em * 2)
}

.blog-wrapper .post-related .item .ct .title:hover {
    color: #EE0033
}

.blog-wrapper .post-related .item .ct .time {
    font-weight: 500;
    font-size: 1.6rem;
    color: #838383
}

.blog-wrapper .content {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 4.5rem 4rem
}

.blog-wrapper .desc {
    font-size: 2.4rem;
    color: #191512;
    margin-bottom: 5rem
}

.blog-wrapper .s-content p {
    font-weight: 300;
    font-size: 2rem;
    color: #191512
}

.blog-wrapper .top-content {
    padding-bottom: 1.8rem;
    border-bottom: 1px solid rgba(131, 131, 131, 0.5);
    margin-bottom: 3.5rem
}

.blog-wrapper .top-content .title {
    font-weight: 500;
    font-size: 4rem;
    font-family: "FS-PFBeauSansPro", sans-serif;
    margin-bottom: 4rem
}

.blog-wrapper .top-content .post-info {
    font-size: 1.6rem;
    color: #838383
}

.blog-wrapper .top-content .post-info span {
    position: relative
}

.blog-wrapper .top-content .post-info span:last-child:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #838383;
    margin: 3px 10px;
    display: inline-block
}

@media (max-width: 767px) {
    .page-banner {
        overflow: hidden
    }

    .page-banner .ct {
        padding: 5rem 2rem;
        position: relative
    }

    .page-banner .img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden
    }

    .page-banner .img img {
        width: 100%;
        height: 100%
    }

    .page-banner .ct .head-banner {
        font-size: 3.2rem
    }
}

.space_100 {
    padding-top: 10rem
}

.space_50 {
    padding-top: 5rem
}

.space_30 {
    padding-top: 3rem
}

.space_20 {
    padding-top: 2rem
}

.space_10 {
    padding-top: 1rem
}

@media (max-width: 991px) {
    .space_100 {
        padding-top: 6rem
    }

    .space_50 {
        padding-top: 3.5rem
    }

    .space_30 {
        padding-top: 2rem
    }

    .space_20 {
        padding-top: 1.5rem
    }

    .space_10 {
        padding-top: 0.5rem
    }
}

.psy-pane {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    opacity: 0;
    -webkit-transform: translateY(-6rem);
    transform: translateY(-6rem);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.psy-pane.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.psy-pane li {
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 6rem
}

.psy-pane li .psy-btn {
    color: #6e6e6e;
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-size: 2.4rem;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.psy-pane li .psy-btn span {
    position: relative;
    z-index: 2
}

.psy-pane li .psy-btn.active {
    color: #fff
}

.psy-pane li .psy-btn.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(238, 0, 51, 0.7)
}

.psy-pane li .psy-btn.active .dc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.banner-text {
    position: relative
}

.banner-text.mobile {
    display: none
}

@media screen and (max-width: 1199px) {
    .banner-text.desktop {
        display: none
    }

    .banner-text.mobile {
        display: block
    }
}

@media screen and (min-width: 1200px) {
    .banner-text .img img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.banner-text .img img {
    width: 100%
}

.banner-text .ct {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 10%;
    color: #fff;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.banner-text .ct .title {
    font-weight: 600;
    font-family: "FS-PFBeauSansPro", sans-serif;
    text-transform: uppercase;
    line-height: 1.276;
    font-size: 7.5rem;
    margin-bottom: 2.5rem
}

.banner-text .ct .desc {
    font-size: 3.2rem;
    line-height: 1.25;
    max-width: 40%
}

.box-content {
    margin-bottom: 20px;
}

.box-content .s-content {
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 200
}

.box-content .s-content  span{
    background: transparent !important;
}

@media (min-width: 1200px) {
    .box-content .s-content {
        max-width: 51%
    }
}

.box-content .s-content b {
    font-weight: 500
}

.box-content .s-content strong {
    font-weight: 600
}

@media (min-width: 1200px) {
    .img-zoom {
        margin-left: -5rem;
        margin-right: -5rem
    }
}

.img-zoom img {
    width: 100%
}

.marker {
    background-color : #FFFF00;
}

.box-content-text-image.s-content table {
    table-layout: fixed;
    width: 120px;
    max-width: calc(100vw - 30px);
    border: 2px solid;
    margin: unset;

    & td {
        border: 2px solid;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.box-content-text-image-scroll.s-content table {
    table-layout: fixed;
    width: 120px;
    max-width: calc(100vw - 30px);
    border: 2px solid;
    margin: unset;

    & td {
        border: 2px solid;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}



.img-fullscreen {
    width: 100vw;
    margin: 0px 0 0px;
    margin-left: calc(-50vw + 50%)
}

.img-fullscreen img {
    width: 100%;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.quote-pri {
    padding: 5rem 0
}

.quote-pri .ct {
    border-radius: 2.4rem;
    padding: 5% 12%;
    text-align: center;
    border: 1px solid #EE0033;
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    position: relative
}

.quote-pri .ct:before {
    content: "";
    position: absolute;
    left: 4.5rem;
    bottom: calc(100% - 1.65rem);
    width: 5.3rem;
    height: 3.303rem;
    background: #fff url("../images/ic-quote.png") no-repeat center;
    background-size: 100% 100%
}

.quote-pri .desc {
    max-width: 70%;
    font-weight: 300;
    font-style: italic;
    line-height: 1.667;
    text-align: center;
    margin: 0 auto
}

.box-content-text-image blockquote {
    border-radius: 2.4rem;
    padding: 5% 12%;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #EE0033;
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    position: relative
}

.box-content-text-image blockquote:before {
    content: "";
    position: absolute;
    left: 4.5rem;
    bottom: calc(100% - 1.65rem);
    width: 5.3rem;
    height: 3.303rem;
    background: url("../images/ic-quote.png") no-repeat center;
    background-size: 100% 100%
}

.box-content-text-image-scroll blockquote {
    border-radius: 2.4rem;
    padding: 5% 12%;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #EE0033;
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    position: relative
}

.box-content-text-image-scroll blockquote:before {
    content: "";
    position: absolute;
    left: 4.5rem;
    bottom: calc(100% - 1.65rem);
    width: 5.3rem;
    height: 3.303rem;
    background: url("../images/ic-quote.png") no-repeat center;
    background-size: 100% 100%
}

.box-content blockquote {
    border-radius: 2.4rem;
    padding: 5% 12%;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #EE0033;
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    position: relative
}

.box-content blockquote:before {
    content: "";
    position: absolute;
    left: 4.5rem;
    bottom: calc(100% - 1.65rem);
    width: 5.3rem;
    height: 3.303rem;
    /*background: #fff url("../images/ic-quote.png") no-repeat center;*/
    background: url("../images/ic-quote.png") no-repeat center;
    background-size: 100% 100%
}

.s-content img.smiley-class {
    width: 23px !important;
}

.box-content .s-content table {
    table-layout: fixed;
    width: 120px;
    max-width: calc(100vw - 30px);
    border: 2px solid;
    margin: unset;

    & td {
        border: 2px solid;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.box-textInImg .content {
    position: relative;
    color: #fff
}

.box-textInImg .img img {
    width: 100%
}

.box-textInImg .ct {
    position: absolute;
    top: 0;
    left: 10%;
    width: 100%;
    height: 100%;
    max-width: 44%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.box-textInImg .ct.right {
    left: unset;
    right: 10%
}

.box-textInImg .ct .title {
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-size: 5rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 4.5rem
}

.box-textInImg .ct .desc {
    font-size: 2rem
}

.box-video .content {
    position: relative;
    padding-top: 56.25%
}

.box-video .content iframe, .box-video .content video {
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.box-textInImgScroll {
    position: relative;
    overflow: hidden
}

.box-textInImgScroll .img img {
    height: 100vh;
    width: 100%
}

.box-textInImgScroll .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.box-textInImgScroll .content .container {
    height: 100%
}

.box-textInImgScroll .content .ct {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    height: 100%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box-textInImgScroll .content .ct .title {
    font-weight: 600;
    font-family: "FS-PFBeauSansPro", sans-serif;
    line-height: 1.276;
    font-size: 5rem;
    margin-bottom: 4rem
}

.box-textInImgScroll .content .ct .s-content {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.7
}

.box-textInImgScroll .content .ct .scrollbarAuto {
    max-height: 80%;
    overflow-y: auto;
    padding: 0 9% 0 10%;
    width: calc(100% - 0.5rem)
}

.scrollbarAuto::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.scrollbarAuto::-webkit-scrollbar-track {
    background: transparent
}

.scrollbarAuto::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1rem;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.scrollbarAuto::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.8)
}

.box-text-img-scroll {
    padding: 2rem 0
}

.box-text-img-scroll.v2 .row {
    position: relative
}

.box-text-img-scroll.v2 .wrap-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    overflow-y: auto;
    padding-right: 51%;
    padding-left: 1%;
    z-index: 1;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.box-text-img-scroll.v2 .wrap-content::-webkit-scrollbar {
    display: none
}

.box-text-img-scroll.v2 .wrap-content .content .ct {
    height: 100%
}

.box-text-img-scroll .wrap-content {
    position: relative
}

.box-text-img-scroll .wrap-content .content .s-content {
    font-size: 2rem;
    font-weight: 200;
    padding-right: 1rem;
    margin-right: -1rem
}

.box-text-img-scroll .wrap-content .content .s-content b, .box-text-img-scroll .wrap-content .content .s-content strong {
    font-weight: 500
}

.box-text-img-scroll.fix {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: #fff;
    z-index: 2
}

.box-text-img {
    padding: 10rem 0
}

@media (max-width: 767px) {
    .box-text-img {
        padding: 5rem 0
    }
}

.box-text-img .row .col-lg-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.box-text-img .row.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.box-text-img .s-content {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -0.02rem;
    line-height: 1.6;
    overflow-y: auto;
    padding-right: 1rem;
    margin-right: -1rem
}

.box-text-img .img img {
    width: 100%
}

.item-post {
    padding: 1.7rem;
    border-radius: 0.3rem;
    background-color: #f2f2f2
}

.item-post .img {
    overflow: hidden;
    display: block;
    position: relative;
    padding-top: 67.5%
}

.item-post .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.item-post .img:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.item-post .list-tags {
    min-height: 35px;
    margin-top: 1rem
}

.item-post .list-tags li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0.5rem
}

.item-post .list-tags li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #EE0033;
    color: #EE0033;
    padding: 0.5rem 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.item-post .list-tags li a:hover {
    border-color: #bb0028;
    color: #bb0028
}

.item-post .ct .title {
    margin-bottom: 1rem
}

.item-post .ct .title a {
    font-weight: 600;
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-size: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.625em;
    height: calc(1.625em * 2)
}

.item-post .ct .desc {
    color: #545454;
    font-weight: 300;
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: calc(1.3em * 3)
}

.item-post .ct .read-more {
    margin-top: 5rem;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: 1px solid #EE0033;
    color: #EE0033;
    height: 4rem;
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.item-post .ct .read-more:hover {
    color: #fff !important;
    background-color: #EE0033
}

.head-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9rem 0
}

.head-sec.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-top: -30rem
}

@media screen and (max-width: 767px) {
    .head-sec.hide {
        margin-top: -20rem
    }
}

.head-sec .title {
    text-transform: uppercase;
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-size: 7.5rem;
    font-weight: 300;
    color: #fff;
    line-height: 1.29
}

.head-content {
    text-align: center
}

@media (min-width: 1200px) {
    .head-content {
        margin-left: -13rem;
        margin-right: -13rem
    }
}

.head-content .title {
    text-transform: uppercase;
    font-family: "FS-PFBeauSansPro", sans-serif;
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 2rem
}

.head-content .social-pri {
    list-style: none;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 1.5rem
}

.head-content .social-pri li {
    margin-bottom: 0
}

.head-content .social-pri a {
    color: inherit;
    text-decoration: none
}

.head-content .author {
    font-size: 2rem;
    font-weight: 200
}

.img2 .img img {
    width: 100%
}

@media (max-width: 1199px) {
    .box-textInImg .ct .title {
        font-size: 3.5rem;
        margin-bottom: 2rem
    }

    .box-textInImgScroll .content .ct {
        max-width: 70%
    }

    .banner-text .ct .title {
        font-size: 6rem
    }

    .banner-text .ct .desc {
        font-size: 2.5rem;
        max-width: 60%
    }

    .item-post .ct .title a {
        font-size: 2rem
    }
}

@media (max-width: 991px) {
    .psy-pane li {
        height: 5rem
    }

    .psy-pane li .psy-btn {
        font-size: 2rem
    }

    .banner-text .ct .title {
        font-size: 4.5rem
    }

    .banner-text .ct .desc {
        font-size: 2.2rem;
        max-width: 60%
    }

    .head-sec {
        padding: 4rem
    }

    .head-sec .title {
        font-size: 4rem
    }

    .box-textInImgScroll .content .ct {
        max-width: 100%
    }

    .box-textInImg .ct .title {
        font-size: 3rem
    }

    .box-text-img-scroll.v2 {
        padding-bottom: 5rem
    }

    .box-text-img-scroll.v2 .wrap-content {
        position: relative;
        /*padding-left: 0;*/
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 2rem
    }

    .head-content .title {
        font-size: 3rem
    }
}

@media (max-width: 767px) {
    .psy-pane li {
        height: 4.5rem
    }

    .psy-pane li .psy-btn {
        font-size: 1.6rem
    }

    .banner-text .ct .title {
        font-size: 3rem;
        margin-bottom: 1rem
    }

    .banner-text .ct .desc {
        font-size: 2rem;
        max-width: 100%
    }

    .box-textInImgScroll .content .ct .scrollbarAuto {
        padding: 0 6% 0 7%;
        max-height: 90%
    }

    .box-textInImgScroll .content .ct .title {
        font-size: 3rem;
        margin-bottom: 3rem
    }

    .box-textInImgScroll .content .ct .s-content {
        font-size: 1.8rem
    }

    .box-textInImg .ct {
        max-width: 60%;
        left: 5%
    }

    .box-textInImg .ct .title {
        font-size: 2rem
    }

    .box-textInImg .ct .desc {
        font-size: 1.6rem
    }

    .box-listPost .item-post {
        margin-bottom: 2rem
    }
}

.coming-soon .img {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.coming-soon .img img {
    max-width: 50vw
}

.ug-lightbox-arrow-left, .ug-lightbox-arrow-right {
    top: 50% !important
}

.navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -405px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 450px;
    z-index: 3;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 767px) {
    .navigation-menu {
        left: -255px;
        width: 300px
    }
}

.navigation-menu .menu-title {
    position: absolute;
    top: -45px;
    left: 0;
    width: calc(100% - 45px);
    background: #EE0033;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 12px 15px 12px 18px;
    font-weight: 600;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    text-align: center
}

.navigation-menu.expanded {
    left: 0
}

.navigation-menu.expanded .btn-expand-menu {
    opacity: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.navigation-menu.expanded .btn-expand-menu i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.navigation-menu.expanded .btn-expand-menu span:nth-child(2) {
    width: 75%
}

.navigation-menu.expanded .btn-expand-menu span:last-child {
    width: 100%
}

.navigation-menu .btn-expand-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #EE0033;
    padding: 8px;
    border-radius: 0 0.5rem 0.5rem 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: solid 1px rgba(0, 0, 0, 0.1)
}

@media (max-width: 767px) {
    .navigation-menu .btn-expand-menu {
        opacity: 0.1
    }
}

.navigation-menu .btn-expand-menu i {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.navigation-menu .btn-expand-menu span {
    display: block;
    background-color: #FFF;
    width: 100%;
    margin: 3px 0;
    border-radius: 10px;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.navigation-menu .btn-expand-menu span:first-child {
    margin-top: 0;
    width: 50%
}

.navigation-menu .btn-expand-menu span:last-child {
    margin-bottom: 0
}

.navigation-menu .btn-expand-menu:hover {
    opacity: 1;
    background: #bb0028
}

.navigation-menu .menu-wrapper {
    background: #EE0033;
    color: #FFF;
    max-height: 60vh;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.navigation-menu .menu-wrapper > ul li {
    position: relative
}

.navigation-menu .menu-wrapper > ul li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 12px 15px 12px 18px;
    font-weight: 600;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.navigation-menu .menu-wrapper > ul li a:hover {
    background: #bb0028
}

.cas-post .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 500;
    background: #EE0033;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.header {
    background-image: unset;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-logo img {
    max-height: 80px;
    width: auto;
}
.top-header {
    display: flex;
    height: 95px;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}
.top-header .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cas-post .slick-arrow:hover {
    background: #bb0028
}

.cas-post .slick-arrow.prev {
    left: -6.5rem
}

.cas-post .slick-arrow.next {
    right: -6.5rem
}

.main-content.info-background-form{
    background: #F2F2F2;
    display: inline-block;
    padding: 25px 20px;
    margin: 10px 0;
    color: #111;
    width: 100%;
}
.main-content.info-background-form p{
    margin: 0 !important;
    color: #111;
}
.ck-cms-wiki-quote.wiki-float-left {
    width: 380px;
    float: left;
    margin-right: 15px;
}
.ck-cms-wiki-quote.wiki-float-right {
    width: 380px;
    float: right;
    margin-left: 15px;
}
.ck-cms-wiki-quote.wiki-float-center {
    width: 380px;
    margin: 30px auto;
}
.ck-cms-wiki-quote .quote__content {
    display: block;
    color: #111;
    font-style: italic;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}
.ck-cms-wiki-quote .quote__author {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    color: #111;
    font-style: italic;
    font-weight: 700;
}
.border-blue {
    border-color: #b5b4b4 !important;
}
.bg-blue {
    background: #f2f2f2;
}
.ck-cms-wiki-quote {
    margin-bottom: 35px;
    margin-top: 30px;
    clear: both;
    font-size: 16px;
    padding: 20px;
    border: 1.5px solid #000;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
}
.rounded-custom {
    border-radius: 20px;
}
.ck-cms-wiki-quote::before {
    content: "";
    background-image: url("/vendor/core/plugins/blog/images/quotes.svg");
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -19px;
    right: 45px;
}
.ck-cms-wiki-quote::after {
    content: "";
    background-image: url("/vendor/core/plugins/blog/images/quotes.svg");
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -22px;
    left: 45px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.box-content.wow::after{
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 991px) {
    .cas-post .slick-arrow {
        width: 35px;
        height: 35px
    }

    .cas-post .slick-arrow.prev {
        left: -2rem
    }

    .cas-post .slick-arrow.next {
        right: -2rem
    }
}

.copyright_mobile, .img-mobile {
    display: none
}

@media screen and (max-width: 991px) {
    .img-mobile {
        display: block
    }

    .img-mobile img {
        width: 100%
    }

    .box-text-img-scroll .img, .box-text-img .img, .box-textInImg .img, .box-textInImgScroll .img {
        display: none
    }

    .box-textInImgScroll .img-mobile img {
        height: 100vh;
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    p {
        font-size: 18px
    }

    .box-content blockquote {
        padding: 8% 12%;
        font-size: 19px
    }

    .copyright {
        display: none
    }

    .copyright_mobile {
        display: block;
        margin: 1rem 0
    }
}

/*# sourceMappingURL=main.css.map */