:root {
    --font-awesome: 'Font Awesome 5 Free';
    --font-2: "Playfair Display";
    --font-3: "WindSong";
}

body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
}

#swal2-title {
    text-align: center;
    justify-content: center;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row:not(.row-full-width) {
    max-width: 1024px !important;
}

.bg-light {
    background-color: #f6f3ed !important;
}

.image-auto img,
.image-auto {
    width: auto !important;
}

.image-auto img {
    width: auto !important;
    height: auto !important;
    aspect-ratio: auto !important;
}

.badge {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bg-white {
    background-color: #fff !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.p-2 {
    padding: .5rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 1rem !important;
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.pl-1,
.px-1 {
    padding-left: .25rem !important;
}

.pr-1,
.px-1 {
    padding-right: .25rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}


.font-serif {
    font-family: serif;
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    width: auto !important;
}


:root {
    --color-link: #0000ff;
}

.box-text {
    font-size: inherit;
}

.ux-logo-link {
    padding: 0 !important;
}

.ux-logo-link img {
    object-fit: contain;
}

.tooltipster-base {
    display: none !important;
}

a#top-link {
    background: #000;
    color: #fff;
}

.box-text .post-title {
    margin-top: 0;
}

.box-text .post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0;
}

b,
strong {
    font-weight: 600;
}

.col>.col-inner {
    margin-left: auto !important;
    margin-right: auto !important;
}

.image-auto img,
.image-auto {}

.box-overlay.dark .box-text,
.box-shade.dark .box-text {
    text-shadow: unset
}

.icon-map-pin-fill:before,
.icon-envelop::before {
    content: "\f0e0";
    display: 'inline-block';
    font-family: var(--font-awesome);
    font-weight: 900;
}

.icon-map-pin-fill:before {
    content: "\f3c5";
}


body.lightbox {
    position: unset;
    text-align: inherit;
    line-height: 1.5;
}

.d-none {
    display: none;
}

.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #9d1304 !important;
}

.text-danger {
    color: #e81c06 !important;
}

.w-100 {
    width: 100% !important;
}

.d-block {
    display: block !important;
}

.bg-danger {
    background-color: #e81c06 !important;
}

.bg-primary {
    background-color: var(--primary-color);
}

.text-primary {
    color: var(--primary-color);
}

.p-3 {
    padding: 1rem !important;
}

.text-white {
    color: #fff !important;
}

.text-center {
    text-align: center !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

a:not(.btn, .button) {
    transition: all 0.3s;
}

a:not(.btn, .nav-top-link, .button):hover {
    opacity: .75;
    text-decoration: none;
    color: inherit;
}

.slider-main-page a:not(.btn, .nav-top-link, .button):hover {
    opacity: 1;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }

    /* sẽ bị thay bằng js */
}

@-webkit-keyframes infinityloop {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-227px * 4));
        transform: translateX(calc(-227px * 4))
    }
}

@keyframes infinityloop {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-227px * 4));
        transform: translateX(calc(-227px * 4))
    }
}

@media (min-width: 850px) {
    .d-md-inline {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .mfp-container {
        padding: 0 5%;
    }
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ss-bg .section-content {
    position: unset !important;
}

.bg-ss {
    width: auto !important;
    position: absolute;
    right: 0;
    top: 0;
}

.bg-ss-left {
    left: 0;
    right: auto;
}

.col.ss-bg .col-inner>*:not(.bg-ss, .button) {
    position: relative;
    z-index: 2;
}

.text-bg {
    width: auto !important;
    position: absolute;
    top: -3rem;
    left: 0;
}

.button.btn-main span+i {
    display: none !important;
}

.button.btn-main {
    font-weight: normal;
    position: relative;
    max-width: 100%;
    border: 0;
    padding: .5em 3.5em;
    border-radius: 0;
    font-size: 1rem;
    font-family: serif;
    letter-spacing: .1em;
    line-height: 1.5;
    box-shadow: none !important;
}

.button.btn-main.is-outline {
    border: solid 1px;
    color: #000;
    background-color: #fff;
}

.button.btn-main.is-outline:hover {
    border-color: #fff;
}

.button.btn-main:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    transition: all .3s;
}

.button.btn-main:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 5px;
    right: -5px;
    background-color: #e8e8e8;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.button.btn-main:hover:before {
    right: .5em;
}

.button.btn-main:hover:after {
    top: 0;
    right: 0;
}

.button.btn-main-link.is-link span {
    line-height: inherit
}

.button.btn-main-link.is-link {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #000;
    border-bottom: solid 1px #000 !important;
    padding: 0 2rem .5rem;
    min-height: unset;
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
    font-family: serif;
}

.button.btn-main-link.is-link:hover {
    opacity: 0.75;
}

.button.btn-main-link.is-link::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
    transition: all .3s;
    margin-left: 1rem;
}

.button.btn-main-link i {
    display: none;
}

button.btn-loadmore.button.primary.btn-main {
    min-width: unset;
}

.tab-panels {
    margin: 2rem 0 0;
    padding: 0;
}

.title {
    font-size: 13px;
    margin: 0 auto 3rem;
}

.title p:last-of-type {
    margin-bottom: 0;
}

.title h2 {
    display: block;
    margin-bottom: .5rem;
    font-family: var(--font-2);
    color: var(--primary-color);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.title-h2 h2 {
    font-family: inherit;
}

.title-2 h2 {
    text-decoration: underline;
    font-family: serif;
}

.title-2 h2 a {
    color: inherit;
    text-decoration: underline;
}

.title-x * {
    margin-bottom: 0.5rem;
}

.title-x {
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}

.title-x h2 {
    font-size: 1.2rem;
    font-weight: 700;
}

.slick-slider .carousel-control-prev-icon,
.slick-slider .carousel-control-next-icon {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.slick-slider .carousel-control-prev-icon {
    left: 3vw
}

.slick-slider .carousel-control-next-icon {
    right: 3vw
}

.carousel {
    margin-bottom: 2rem !important
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-indicators {
    top: auto;
    bottom: -2rem;
    margin-bottom: 0
}

.carousel-indicators li {
    background-color: #ccc
}

.carousel-indicators li.active {
    background-color: #e81c06
}

.carousel-control-prev {
    width: 10%;
    opacity: 1
}

.carousel-control-prev-icon {
    text-align: center;
    background: 0 0;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.carousel-control-prev-icon:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #e81c06
}

.carousel-control-next {
    width: 10%;
    opacity: 1
}

.carousel-control-next-icon {
    text-align: center;
    background: 0 0;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.carousel-control-next-icon:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #e81c06
}

ol.flickity-page-dots {
    position: unset;
    margin-top: 5px;
}

.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    border: 0;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    background-color: #ccc;
}

.slider-nav-dots-dashes-spaced .flickity-page-dots li.dot.is-selected {
    background-color: var(--primary-color);
}

.slider:not(.slider-nav-reveal) button.flickity-button {
    width: 20px;
    height: 20px;
    background: #fff;
    min-height: unset;
    opacity: 1 !important;
    border-radius: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.slider:not(.slider-nav-reveal) button.flickity-button svg.flickity-button-icon {
    width: 16px;
    color: var(--primary-color);
}

.content-form fieldset {
    border: 1px solid #ddd;
    padding: 10px 0 0 10px;
    margin: 0 0 1.5rem;
    width: 98%;
}

.main-price-b strong {
    font-size: 22px;
    font-weight: normal;
    color: var(--primary-color);
}

.breadcrumb-ss {
    padding: 20px 15px 0;
}

.breadcrumb-ss * {
    margin: 0;
}

.tax-plan_cat ul.page-numbers {
    margin: 0 0 30px;
}

@media screen and (min-width: 850px) {
    .title-x {
        font-size: 1.2rem;
    }

    .title-x h2 {
        font-size: 1.7rem;
    }

    .button.btn-main {
        padding: 1em 3em;
        min-width: 340px;
    }
}

@media screen and (max-width: 850px) {
    .bg-ss {
        max-width: 100px;
    }
}