/*
Yellow			rgba(227,255,106,1)		#e3ff6a			rgba(var(--main-color-highlight),1);	
Blue light		rgba(209,203,255,1)		#d1cbff			rgba(var(--main-color-light),1);		
Blue medium		rgba(95,74,252,1)		#5f4afb			rgba(var(--main-color-medium),1);		
Blue dark		rgba(48,37,128,1)		#302580			rgba(var(--main-color-dark),1);

Dark Grey       rgba(60,60,60,1)        #3c3c3c         rgba(var(--main-dark-gray),1);
Lighgt grey     rgba(218,219,214,1)     #DADBD6         rgba(var(--main-light-gray),1);
Text color		rgba(0,0,0,1)		#000000			rgba(var(--main-text-color),1);
Main background	rgba(255,255,255,1)		#ffffff			rgba(var(--main-background-color),1);
Blog background  rgba(230,231,225,1)    #e6e7e1         rgba(var(--blog-background-color),1);

Main Nav Text color  rgba(0,0,0,1)	        #000000         rgba(var(--main-nav-text-color),1);
Main Nav Text color hover  rgba(0,0,0,1)	#000000         rgba(var(--main-nav-text-color-hover),1);

24px    ->  1.5rem
30px    ->  1.875rem
36px    ->  2.25rem
40px    ->  2.5rem
50px    ->  3.125rem
60px    ->  3.75rem
100px   ->  6.25rem

*/
@font-face {
    font-family: 'Satoshi-Variable';
    src: url('webfonts/Satoshi-Variable.woff2') format('woff2'),
        url('webfonts/fonts/Satoshi-Variable.woff') format('woff'),
        url('webfonts/fonts/Satoshi-Variable.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi-VariableItalic';
    src: url('webfonts/Satoshi-VariableItalic.woff2') format('woff2'),
        url('webfonts/Satoshi-VariableItalic.woff') format('woff'),
        url('webfonts/Satoshi-VariableItalic.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
}

:root {
    --main-color-highlight: 227, 255, 106;
    --main-color-light: 209, 203, 255;
    --main-color-medium: 95, 74, 252;
    --main-color-dark: 48, 37, 128;
    --main-dark-gray: 60, 60, 60;
    --main-light-gray: 218, 219, 214;
    --main-text-color: 0, 0, 0;
    --main-background-color: 255, 255, 255;
    --main-nav-text-color: 0, 0, 0;
    --main-nav-text-color-hover: 0, 0, 0;
    --blog-background-color: 230, 231, 225;
    --font-size-100: 6.25rem;
    --font-size-60: 3.75rem;
    --font-size-50: 3.125rem;
    --font-size-36: 2.25rem;
    --font-size-30: 1.875rem;
    --font-size-24: 1.5rem;
    /* --bs-border-radius: 0; */
    --bs-border-width: 0;
    --bs-pagination-active-bg: black !important;
}

.has-yellow-global-background-color {
    background-color: #feff54;
}

.has-yellow-global-color {
    color: #feff54;
}

.has-grey-global-background-color {
    background-color: #3c3c3c;
}

.has-grey-global-color {
    color: #3c3c3c;
}

.has-lightgrey-global-background-color {
    background-color: #DADBD6;
}

.has-lightgrey-global-color {
    color: #DADBD6;
}

.has-black-global-background-color {
    background-color: #000000;
}

.has-black-global-color {
    color: #000000;
}

.has-white-global-background-color {
    background-color: #FFFFFF;
}

.has-white-global-color {
    color: #FFFFFF;
}

.has-small-font-size {
    font-size: 0.8em;
}

.has-regular-font-size {
    font-size: 1.5rem;
}

.has-large-font-size {
    font-size: 2.5rem;
    line-height: 1.2;
}

.has-x-large-font-size {
    font-size: 3.75rem;
    line-height: 1.2;
}

.has-huge-font-size {
    font-size: 6.25rem;
    line-height: 1.2;
}

.font-light {
    font-weight: 300;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.wp-block-cover,
.wp-block-cover-image {
    padding-right: calc(var(--bs-gutter-x) * 1.25);
    padding-left: calc(var(--bs-gutter-x) * 1.25);
}

body {
    font-family: 'Satoshi-Variable';
    line-height: 1.4;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(var(--main-text-color), 1);
    background-color: rgba(var(--main-background-color), 1);
}

a,
a:link,
a:visited {
    color: rgba(var(--main-text-color), 1);
    text-decoration: none;
}

hr,
.wp-block-separator {
    background-color: #000;
    height: 1px;
    border: 0;
    opacity: 1;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

em,
i {
    font-style: normal;
    font-family: 'Satoshi-VariableItalic';
}

blockquote {
    font-size: var(--font-size-60);
    font-family: 'Satoshi-VariableItalic';
    font-weight: 300;
    line-height: 1.2;
}

blockquote p {
    margin-bottom: 0.5em;
}

blockquote cite {
    font-family: 'Satoshi-Variable';
    font-weight: 900;
    font-size: var(--font-size-36);
    font-style: none;
}

.wp-block-media-text {
    overflow: hidden;
}

.wp-block-media-text__media {
    transform: translateX(-25%);
    opacity: 0;
    transition: all 1s ease-out;
    transition-delay: 0.5s;
}

.has-media-on-the-right .wp-block-media-text__media {
    transform: translateX(25%);
}


.wp-block-media-text__media.show {
    transform: translateX(0);
    opacity: 1;
}

ul.cross-list {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.cross-list li {
    padding-left: 30px;
    position: relative;
}

ul.cross-list li:before {
    content: '+ ';
    position: absolute;
    left: 0;
}

.all-columns-bottom .wp-block-column {
    display: flex;
    flex-flow: column nowrap;
}

.all-columns-bottom .wp-block-column .wp-block-buttons {
    margin-top: auto;
    padding-top: 3rem;
}

.home .carousel-control-next,
.home .carousel-control-prev,
.home .carousel-indicators {
    display: none;
}

.numscroller {
    display: inline-block;
}

.numscroller:before {
    content: "+";
}

/**
 * GUTEMBERG BLOCK
 */
.wp-block-button__link,
.wp-block-button__link:visited {
    border: 1px solid rgba(var(--main-text-color), 1);
    background-color: white;
    color: rgba(var(--main-text-color), 1);
    transition: all 0.3s ease-in-out;
    padding: calc(.5em) calc(3em + 2px);
    font-size: 1em;
}

.archive .wp-block-button__link,
.archive .wp-block-button__link:visited,
.devbootstrapslidercatblock .wp-block-button__link,
.devbootstrapslidercatblock .wp-block-button__link:visited {
    /* border-color: white; */
    text-decoration: none;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

.wp-block-button__link:hover {
    border: 1px solid rgba(var(--main-text-color), 1);
    background-color: rgba(var(--main-text-color), 1);
    color: white;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 8% 0 8% 8%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 8% 8% 8% 0;
}

@media (max-width: 992px) {
    body .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }

    body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        grid-column: 1;
    }

    body .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
    .wp-block-media-text .wp-block-media-text__content {
        padding: 8% 0 !important;
    }

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

@media (max-width: 600px) {}

/**
 * HEADER
 */
.site-header {
    top: 0;
    background-color: white;
    z-index: 20;
}

body:not(.post-type-archive-mes_apparitions) .card {
    background: transparent;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
}

body .card-body {
    background-color: white;
}

.card-thumbnail {
    border-radius: var(--bs-border-radius);
    margin: 0.5rem;
    overflow: hidden;
}

.fullscreen_slider_banner_header {
    position: absolute;
    width: 100%;
    z-index: 500;
    background-color: transparent;
    border-color: white;
}

h1.site-title,
p.site-title {
    margin: 0.5em 1em 0.5em 0;
    padding: 0;
    line-height: 1;
    font-size: 2em;
}


h1.site-title a,
p.site-title a {
    display: inline-block;
    width: 180px;
    height: 50px;
    background: url(images/thang-nguyen-logo.svg) no-repeat center center;
    background-size: contain;
    text-indent: -5000px;
}


.home header:not(.main-nav--sticky) h1.site-title a,
.home header:not(.main-nav--sticky) p.site-title a {
    color: white;
    text-decoration: none;
}

.main-nav--sticky h1.site-title a,
.main-nav--sticky p.site-title a {
    width: 180px;
    height: 50px;
}

.site-header .container,
.site-header .container-fluid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-description {
    position: absolute;
    left: -9999px;
}

body .navbar-toggler {
    position: fixed;
    top: 30px;
    right: 12px;
    z-index: 20;
}

.main-nav--sticky {
    position: absolute;
    top: -100%;
}

/* SLIDER */

.fullscreen-banner .carousel-item-background {
    min-height: 100vh;
    /* = #big-video height */
    background: no-repeat center center;
    background-size: cover;
}

.fullscreen-banner .carousel-item .wrapper {
    position: absolute;
    width: 100%;
    top: 55%;
    color: white;
}

.fullscreen-banner .carousel-item .wrapper a.wp-block-button__link {
    color: black;
    border-color: white;
    background: white;
}

.fullscreen-banner .carousel-item .wrapper a.wp-block-button__link:hover {
    background: black;
    border-color: black;
    color: white;
}

.fullscreen-banner .carousel-item-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background: radial-gradient(circle, transparent 50%, black 150%); */
    background-color: rgba(0, 0, 0, 0.25);
}


.carousel-item-background.with-background.parallax {
    background-size: cover;
    background-position: center;
    height: 100vh;
    /* Full viewport height */
    width: 100%;
}

.carousel li::marker {
    font-size: 0;
}

.carousel-caption-col {
    width: 100%;
}

.carousel-caption-col h2 {
    font-weight: 900;
    font-size: var(--font-size-60);
    font-family: 'Satoshi-Variable';
    display: table;
    text-decoration: none;
    /* keep the background color wrapped tight */
    margin: 0px auto 0px auto;
    /* keep the table centered */
    padding: 5px 20px;
    color: #ffffff;
    line-height: 1;
    text-transform: none;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    background: transparent;
    border: 0;
}

/* SWIPER */
.swiper-slide h3 {
    font-size: 1.2rem;
    text-align: center;
}

/* MODAL */
.modal .site-header,
.modal .site-footer,
.modal .back-to-top {
    display: none;
}

.modal-content {
    color: white;
    background-color: #000000;
}



/* .modal-content::after {
    content: "";
    display: block;
    width: 115px;
    height: 115px;
    background: url(images/thang-nguyen-logo-white.svg) no-repeat center red;
    background-size: contain;
    position: static;
} */

.modal-content a {
    color: #FFFFFF;
}

.modal-content .edit-link {
    display: none;
}

.modal .site-main {
    padding-top: 0;
    width: 100%;
}

body .modal-dialog {
    max-width: none !important;
    margin: 0 !important;
}

body .modal-dialog .site {
    display: flex;
    align-items: center;
}

body .modal-header .btn-close {
    -webkit-filter: invert(0%);
    filter: invert(0%);
    border: 0 !important;
    opacity: 0.7;
    transform: scale(1);
    background: url(images/close.svg) center center no-repeat transparent !important;
    background-size: 95%;
    border-radius: 0 !important;
}

body .modal-header .btn-close:hover {
    border: 0 !important;
    background: url(images/close.svg) center center no-repeat transparent !important;
    opacity: 1;
    border-radius: 0 !important;
}

.modal-header {
    background-color: #000000;
    background: url(images/thang-nguyen-logo-white.svg) no-repeat 2rem 0.5rem black;
    background-size: 80px;
    padding: 2rem;
}

/* BIG VIDEO */
.fullscreen-banner #big-video {
    height: 100vh;
    /* = .carousel-item height */
    position: absolute;
    top: 0;
    width: 100%;
}

#big-video {
    height: 25vh;
    overflow: hidden;
    position: relative;
}

#big-video:after {
    content: " ";
    /*display: block;*/
    /* DISPLAY VIDEO OVERLAY */
    display: none;
    /* HODE VIDEO OVERLAY */
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background-image: radial-gradient(rgba(0, 0, 0, 0.33) 33%, transparent 33%);
    background-size: 3px 3px;
}

#big-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* SCROLL DOWN ICON */
.scrolldownbox {
    position: relative;
}

.scrolldownbox a {
    position: absolute;
    bottom: 7em;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.scrolldownbox a:hover {
    opacity: .5;
}

.scrolldownbox a {
    padding-top: 60px;
    display: none;
}

.scrolldownbox a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}

/* HEADER SIDEBAR */
.header-sidebar-1,
.header-sidebar-1 .menu,
.header-sidebar-1 .widget-area {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header-sidebar-1 ul,
.header-sidebar-1 ul.menu,
.header-sidebar-1 ul.menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-sidebar-1 ul.menu li {
    margin: 0.2rem 1rem;
}

.header-sidebar-1 ul.menu li a {
    font-size: 0.8rem;
    font-weight: 800;
}

.header-sidebar-1 .widget {
    margin: 0;
}

.header-sidebar-1 .wp-block-social-links {
    margin-left: 2rem;
}

body .dropdown-menu {
    border-radius: 0;
    margin-top: -2px;
}

body .dropdown-menu {
    border-color: white;
}

/**
 * TYPOGRAPHY
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    text-decoration: underline;
}

h1 {
    font-size: var(--font-size-30);
}

h2 {
    text-decoration: underline;
    font-size: var(--font-size-24);
    margin-bottom: 2em;
}

/**
 * MAIN
 */
.site-main {
    padding-top: 0;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

/**
 * HOME
 */
.site-main section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.site-main section section {
    padding: 0;
    margin: 0;
}

/**
 * BLOG
 */
/* .category,
.single-post {
    background-color: rgba(var(--blog-background-color), 1);
} */
.single .entry-header .container .post-categories,
.single .entry-header .container .entry-title,
.single .entry-header .container .entry-meta {
    background-color: black;
    color: white;
    padding: 0.5rem;
    margin: 0;
    text-align: center;
}

.single .entry-header .container a {
    color: white;
    text-decoration: none;
}

.single .entry-header .container h1 {
    text-decoration: none;
    font-size: var(--font-size-50);
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
    text-decoration: none;
    margin-bottom: 2rem;
}

.single h2 {
    font-size: 2rem;
}

.single
/* .category h1.site-title a,
.category p.site-title a,
.single-post h1.site-title a,
.single-post p.site-title a {
    clip-path: polygon(0 100%, 0 0, 25% 0%, 25% 100%);
} */

.category .site-header,
.single .site-header {
    background-color: transparent;
}

.modal-body .navigation a {
    display: inline-block;
    width: 60px;
    height: 20px;
    background: url(images/arrow.svg) no-repeat center center;
    background-size: contain;
    color: transparent;
}

.modal-body .navigation .nav-next a {
    transform: rotate(180deg);
}

.nav-previous a,
.nav-next a {
    display: inline-block;
    width: 60px;
    height: 20px;
    background: url(images/arrow-black.svg) no-repeat center center;
    background-size: contain;
    color: transparent;
    text-indent: -50000px;
}

.nav-next a {
    transform: rotate(180deg);
}



.archive-description {
    margin: 6rem 0 2rem 0;
    font-size: var(--font-size-24) !important;
}

.post-grid .wp-block-button__link,
.post-grid .wp-block-button__link:visited {}

.post-grid .entry-content p {
    margin: 0;
}

.card-body h2 {
    text-transform: none;
    text-decoration: none;
    margin-bottom: 1em;
    font-size: 1.2rem;
}

.card-body {
    display: grid;
    grid-template-rows: 1fr 1fr;
    padding: 0.5rem;
}

.card-body .posted-on {
    font-size: 0.8em;
}

.card-body .entry-header {
    display: grid;
    grid-template-rows: 80% 20%;
}

.card-body .entry-content {
    margin: 0;
}

.card-body h2 a {
    text-decoration: none;
}

.post-categories {
    text-transform: uppercase;
    font-weight: 900;
}

.post-categories a {
    text-decoration: underline;
}

body .active>.page-link,
body .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: black;
    border-color: var(--bs-pagination-active-border-color);
}

.page-link:hover {
    color: black;
}

.page-link:focus {
    z-index: 3;
    color: black;
    background-color: rgba(0, 0, 0, 0.1);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}

ul.pagination li {
    border-radius: 1rem;
    margin: 0 0.5rem;
    overflow: hidden;
}

/**
 * PAGE
 */


.entry-header {
    margin-bottom: 2rem;
}

.page-header {
    margin-bottom: 3rem;
}

/**
 * SINGLE
 */

.single .entry-header {
    margin-bottom: 2rem;
}

.thumbnail-container {
    margin-bottom: 2rem;
}

.modal h1 {
    text-decoration: none;
}

.single-apparitions-date {
    font-weight: 300;
}

/**
 * SEARCH AND FILTER
 */
.searchandfilter select,
.searchandfilter input[type="text"],
.searchandfilter input[type="submit"] {
    background-color: white;
    padding: 1rem;
    border: 1px solid black;
    border-radius: 0;
    color: #000000;
    margin: 0;
}


.searchandfilter input[type="submit"] {
    border-radius: 9999px;
    padding: 1rem 2rem;
}

body .searchandfilter ul {
    padding-left: 0;
    display: flex;
    margin-bottom: 3rem;
    justify-content: center;
}


/**
 * Logo ticker
 */
body .carouselTicker__list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    align-items: stretch;
}

body .carouselTicker__item {
    background-color: black;
    padding: 0.5rem 2rem;
    width: auto;
    margin: 0 0.5rem;
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .carouselTicker__item img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 75px;
    filter: grayscale(100) invert(100);
}

/**
 * FORM
 */
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
}

.form-col-group {}

.wpcf7 form-col {}

.wpcf7 input[type='submit'] {
    width: auto;
}

.wpcf7 label {
    display: block;
}

.wpcf7 p {
    margin: 0 0 0.6em
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: rgba(var(--main-nav-text-color), 1);
    border: 1px solid black;
    border-radius: 0px;
    padding: 5px 7px;
    font-style: italic;
    font-size: 0.8em;
}

select {
    color: rgba(var(--main-nav-text-color), 1);
    border: 1px solid black;
    border-radius: 0px;
    padding: 5px 7px;
    font-style: italic;
    font-size: 0.8em;
    background-color: white;
    width: 100%;
}

body button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"] {
    border: 1px solid rgba(var(--main-text-color), 1);
    border-radius: 3px;
    background-color: white;
    color: rgba(var(--main-text-color), 1);
    line-height: 1;
    transition: all 0.3s ease-in-out;
    padding: calc(.5em) calc(3em + 2px);
    font-size: 1em;
    border-radius: 9999px;
}

body button:hover,
body input[type="button"]:hover,
body input[type="reset"]:hover,
body input[type="submit"]:hover {
    border: 1px solid rgba(var(--main-text-color), 1);
    background-color: rgba(var(--main-text-color), 1);
    color: white;

}


/**
 * CARDS SLIDER
 */

body .simple-cards-carousel {
    padding-bottom: 80px;
}

body .simple-cards-carousel h3 {
    text-decoration: none;
    position: relative;
}

body .simple-cards-carousel p {
    margin: 0;
}

body .simple-cards-carousel h3:after {
    content: "";
    display: block;
    width: 50%;
    margin: 1em auto;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
}

.simple-cards-carousel .swiper-slide .card {
    padding: 10px;
}

body .simple-cards-carousel .swiper-button-next,
body .simple-cards-carousel .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    background: url(images/slider-card-arrow.svg) no-repeat center center;
    background-size: cover;
}

body .simple-cards-carousel .swiper-button-prev {
    right: auto;
    left: 42% !important;
}

body .simple-cards-carousel .swiper-button-next {
    right: auto;
    left: 55% !important;
}

body .simple-cards-carousel .swiper-pagination {
    display: none;
}

body .simple-cards-carousel .swiper-button-next,
body .simple-cards-carousel .swiper-button-prev {
    width: 40px;
    height: 40px;
}

body .simple-cards-carousel .swiper-button-next {
    transform: rotate(180deg);
}



/**
 * FOOTER
 */
.site-footer {
    padding: 3rem 0 6rem 0;
    background-color: #000000;
    color: white;
}

.site-footer a,
.site-footer a:hover {
    color: white;
    text-decoration: none;
}

.site-footer .menu,
.site-footer .menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.copyright-box,
.site-info {
    font-size: 0.7rem;
}

.navbar-light .navbar-nav .nav-link,
.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link {
    color: rgba(var(--main-nav-text-color), 1);
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.fullscreen_slider_page header:not(.main-nav--sticky) .navbar-light .navbar-nav .nav-link {
    color: white;
    font-family: 'Satoshi-VariableItalic';
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .current-menu-item .nav-link,
.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:focus,
.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:hover,
.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .current-menu-item .nav-link {
    color: white;
    border-bottom: 1px solid white;
}

.fullscreen_slider_page header:not(.main-nav--sticky) .navbar-light .navbar-nav .nav-link:focus,
.fullscreen_slider_page header:not(.main-nav--sticky) .navbar-nav .nav-link:hover,
.fullscreen_slider_page header:not(.main-nav--sticky) .navbar-nav .current-menu-item .nav-link {
    color: white;
    border-bottom: 1px solid white;
}

.back-to-top {
    z-index: 500;
}


/* MEDIA QUERIES */
@media only screen and (min-width: 420px) {
    .scrolldownboxposition {
        bottom: 20px;
        /* 20px*/
    }

}

@media only screen and (min-width: 576px) {}

@media only screen and (min-width: 768px) {

    body .navbar-toggler {
        top: 85px;
        right: 85px;
    }

    .fullscreen-banner .carousel-item-background {
        background-attachment: fixed;
    }

}


@media only screen and (min-width: 992px) {

    h1.site-title a,
    p.site-title a {
        width: 320px;
        height: 90px;
    }

    h1.site-title,
    p.site-title {
        margin: 2em 2em 2em 0;
    }

    .site-header .container-fluid,
    .site-footer .container-fluid {
        padding-right: var(--bs-gutter-x, 3rem);
        padding-left: var(--bs-gutter-x, 3rem);
    }

    .main-nav--sticky {
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background-color: white;
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        animation: slide-down 0.7s;
        z-index: 100;
    }

    @keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-100%);
        }

        100% {
            opacity: 0.9;
            transform: translateY(0);
        }
    }

    .menu-item {
        margin-left: 0.5rem;
    }



    .main-nav--sticky h1,
    .main-nav--sticky p {
        margin: 0.25em 0;
    }

    .site-header .container-fluid,
    .site-footer .container-fluid {
        padding-right: var(--bs-gutter-x, 3rem);
        padding-left: var(--bs-gutter-x, 3rem);
    }



}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1400px) {}

/* Change responsive menu breakpoint (large desktops, 1200px and up) */
@media (max-width: 50000px) {
    .navbar-header {
        float: right;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        transition: none !important;
    }

    .navbar-collapse.collapse.show {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;

        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;

    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
        transition: none !important;
    }

    body .navbar-nav>li {
        float: none;
        margin-bottom: 2rem;
        text-align: center;
    }

    body .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 2.5rem;

    }

    body .navbar-light .navbar-nav .nav-link {
        color: white;
        display: inline-block;
    }

    body .navbar-light .navbar-nav .nav-link:focus,
    body .navbar-light .navbar-nav .nav-link:hover {
        color: white;
    }


    .collapse.in {
        display: block !important;

    }

    .navbar-collapse,
    .navbar-collapse.collapse {
        background-color: black;
        z-index: 10;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: url(images/thang-nguyen-logo-white.svg) no-repeat 2.7rem 2rem black;
        background-size: 115px;
    }

    body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
    body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
        background-color: white;
    }

    .navbar-toggler .icon-bar {
        background-color: black;
    }


    .navbar-collapse.collapse {
        opacity: 1;
        transition: opacity 0.15s ease-in-out !important;
        transition-delay: 0s !important;
    }

    .navbar-collapse.collapsing {
        opacity: 0;
    }




    .navbar-toggle {
        border: none;
        background: transparent !important;
    }

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {

        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }


    .navbar-expand-lg .navbar-toggler {
        display: block;
    }


    /* ANIMATED X */
    .navbar-toggle.x .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;

    }

    .navbar-toggle.x .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggle.x .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    /* ANIMATED X COLLAPSED */
    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(1) {
        background-color: black;
    }


    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(2) {
        background-color: black;
    }

    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(3) {
        background-color: black;
    }

    /* END ANIMATED X */


}

@media (max-width: 992px) {

    .navbar-collapse,
    .navbar-collapse.collapse {
        background: url(images/thang-nguyen-logo-white.svg) no-repeat 0.8rem 1rem black;
        background-size: 56px;
    }

    body .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 2rem;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    body .navbar-nav>li {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    :root {
        --wp--preset--font-size--large: 1.5rem;
        --wp--preset--font-size--x-large: 1.75rem;
        --font-size-60: 1.75rem;
        --font-size-36: 1.25rem;
    }

    .has-huge-font-size {
        font-size: 4rem;
    }

    .has-large-font-size {
        font-size: 1.5rem !important;
    }

    .has-x-large-font-size {
        font-size: 1.75rem !important;
    }

    h2 {
        font-size: 1.25rem;
        margin-bottom: 2em;
    }

    body .highlight-number-number {
        font-size: 4.5rem;
    }

    blockquote {
        margin: 0;
    }

    .site-main section {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

/*
--font-size-100: 6.25rem;
    --font-size-60: 3.75rem;
    --font-size-50: 3.125rem;
    --font-size-36: 2.25rem;
    --font-size-30: 1.875rem;
    --font-size-24: 1.5rem;
*/