@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

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

body {
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
}

img {
    display: inherit;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-break: normal;
    background-repeat: no-repeat;
}

div#ie_container {
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
}
div#ie_container div.cover {
    width: 100%;
    height: 100%;
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    margin: auto;
}
div#ie_container div.cover p {
    width: 100%;
    position: absolute;
    font-size: 12px;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}
section.tour-list .container {
    position: relative;
}
#backToTopH {
  display: inline-block;
  
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

ul.NavBar__menuGroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
	background:#fff;
}
ul.NavBar__menuGroup li {
    padding: 15px 0px;
    border-bottom: 4px solid transparent;
}
.hotel-right ul {
    padding: 0px 15px;
}
.hotel-right ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
ul.NavBar__menuGroup li:hover, ul.NavBar__menuGroup li.NavBar__menu.active {
	border-bottom:4px solid #15ae62;
}
.hotel-left>img {
    min-height: 230px;
}
.hotel-right li img {
    max-width: 20px;
    margin-right: 12px;
}
.hotel-right h3 {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 0px !important;
    padding: 0px 15px;
    margin-top: 7px;
}
p.prive-empty {
    color: red;
    padding: 0px 15px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 8px;
    font-size: 16px;
}

p.name a.stars {
    font-size: 12px;
    color: #484848;
}
a.booking-hotel-now {
    color: #fff !important;
    background: #15ae62;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
}
ul.NavBar__menuGroup li:hover a, ul.NavBar__menuGroup li.NavBar__menu.active a {
    color: #15ae62;
    background: #15ae6214;
}
ul.article-pager {
    margin-bottom: 30px;
}
div#dat-phong h2 {
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
}
.md-checkbox input.ng-pristine.ng-untouched.ng-valid {
    display: block;
    width: 20px;
    height: 18px;
    -webkit-appearance: auto;
}
.sub-menu-hotel.fixed {
    position: fixed;
    top: 108px;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #ffff;-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
}
.pagination-hotel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.pagination-hotel span, .pagination-hotel a:hover {
    color: #fff;
    background: #15ae62;
}
ul.tour-features li {
    list-style: none;
    color: #212529;
    font-size: 14px;
    margin-top: .5rem;
    display: inline-block;
    margin-right: 1rem;
}
ul.tour-features {
    margin: 10px 0px;
}
.c-article__desc {
    width: 66.67%;
    padding: 1.25rem;
    display: flex;
    gap: 1rem;    align-items: flex-end;
}.c-article__desc-right {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.c-article__desc-left .kksr-icon {
       width: 14px !important;
    height: 14px !important;
}
.c-article__desc-left  .kksr-legend {
    font-size: 14px !important;
}

a.booking-btn-tour {
    background: #15ae62;
    color: #fff !important;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    width: 102px;
    border-radius: 10px;
}
.pagination-hotel span, .pagination-hotel a {
    border: 1px solid #ccc;
    margin: 2px;
    padding: 10px 17px;
    border-radius: 5px;
    border-radius: 50%;
}

.left-item.blog-content {
    background: #ffffff;
    min-height: 95px;
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.hotel-item__a {
    cursor: pointer;
    text-decoration: none !important;
}
.hotel-item {
    color: #555863;
    font-size: 12px;
    min-height: 150px;
    background: #f9fafa;
    display: flex;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.hotel-item .left {
    background: white;
    width: 100%;
}
.hotel-item .left .img-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    /* height: 100%; */
}
.slider-container-hotel-tr {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
     overflow: hidden; 
    PADDING-BOTTOM: 0px;
}
.slider-hotel-tr {
    display: flex;
    transition: transform 0.5s ease;
    padding-bottom: 20px;
}
.slide-hotel-tr {
    min-width: 70%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 0px 10px;
    padding: 5px;
    border-radius: 10px;
    font-size: 12px;
}

.slide-hotel-tr img {
    width: 100%;
    display: block;
}

.prev-hotel-tr, .next-hotel-tr {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 7px 12px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.prev-hotel-tr {
    left: 0;
}

.next-hotel-tr {
    right: 0;
}
.review-sidebar>h3{
	font-size: 24px;
	font-weight:bold;
}
.diem-review {
    display: inline-block;
    margin-bottom: 15px;
}
.review-sidebar {
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.diem-review-item {
    display: block;
    float: left;
    width: auto;
    color: #00622f;
    padding: 5px 10px;
    font-size: 12px;
    background: #e2f2e5;
    margin: 2px;
}
.review-sidebar>p{
	color:#0283df;
}
.dots-hotel-tr {
    text-align: center;
    position: absolute;
    bottom: 0PX;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.maps-hotel {
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.dot-hotel-tr {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.active-hotel-tr {
    background-color: #00622f;
}
.hotel-item .left .img-wrapper .image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
}
.hotel-item .center .header {
    margin-bottom: 10px;
    position: unset;
    text-align: left;
}
.limit-length {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.hotel-item .center .header .name {
    margin-bottom: 2px;
    width: 100%;
    color: #003c71;
    font-size: 16px;
    font-weight: bold;
}
.hotel-item .center .header .name {
    margin-bottom: 2px;
    width: 100%;
    color: #003c71;
    font-size: 16px;
    font-weight: bold;
}
.hotel-item .center .header .address {
    margin-bottom: 2px;
    display: inline-block;
    width: 100%;
    color: #40a6f2;
}
.hotel-item .center .super-tag {
    border: 1px solid rgba(0, 60, 113, 0.25);
    color: #003c71;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    background: white;
    font-weight: bold;
    font-weight: 500;
    margin-bottom: 10px;
}
.hotel-item .right .pricing {
    text-align: right;
}
.hotel-item .right .pricing .price {
    line-height: 1;
    letter-spacing: -0.5px;
}
.hotel-item .right .pricing__room_name {
    background: rgba(0, 60, 113, 0.05);
    border: 1px solid rgba(0, 60, 113, 0.05);
    font-weight: 500;
    color: #003c71;
    width: auto;
    display: inline-block;
    border-radius: 2px;
    padding: 8px 15px;
    position: relative;
    text-align: left;
}
@media only screen and (min-width: 320px) {
	.hotel-item .pricing {
        display: block;
    }
    .hotel-item .center .pill-container {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
	.hotel-item .center .pill-title {
        color: white;
        font-weight: bold;
        padding: 2px 5px;
        border-radius: 3px 0 0 3px;
        background: #555863;
        position: relative;
    }
	    .hotel-item .center .pill-container.pill-primary .pill-title {
        background: #003c71;
    }
	    .hotel-item .center .pill-title:after {
        border-top: 22px solid #555863;
        position: absolute;
        top: 0;
        right: -6px;
        width: 0;
        height: 0;
        border-right: 6px solid transparent;
        box-sizing: border-box;
        content: "";
    }
	.hotel-item .center .pill-container.pill-primary .pill-title:after {
        border-top-color: #003c71;
    }
	    .hotel-item .center .pill-item {
        padding: 2px 5px;
        background: white;
        margin-left: 1px;
        max-width: 160px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
	    .hotel-item .center .pill-item:nth-child(2) {
        padding-left: 10px;
    }
	    .hotel-item .center .pill-container.pill-primary .pill-item {
        color: #003c71;
    }
	.hotel-item .center, .hotel-item .right {
        padding: 15px;
    }
	.hotel-item .review-small {
        display: inline-block;
    }
	    .hotel-item {
        flex-direction: column;
    }
	    .hotel-item .left {
        min-height: 200px;
        position: relative;
    }
	.hotel-item .left .img-wrapper .image {
        min-height: 200px;
    }
}
@media only screen and (min-width: 768px) {
	    .hotel-item .right .pricing__room_name {
        margin-top: 5px;
    }
	.hotel-item .right .pricing__room_name:after {
        position: absolute;
        content: "";
        top: -5px;
        right: 10px;
        border-bottom: solid 5px #e0e6ed;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
    }
	    .hotel-item .right .pricing .price {
        margin-bottom: 5px;
    }
	    .hotel-item .right .pricing {
        display: flex;
        flex-direction: column;
    }
    .hotel-item {
        flex-direction: row;
    }
	.hotel-item .center .header {
        max-width: 300px;
    }
	    .hotel-item .left {
        width: 160px;
        min-height: 150px;
        display: flex;
        flex-direction: column;
        position: relative;
        flex-shrink: 0;
    }
	.hotel-item .left .img-wrapper .image {
        min-height: 200px;
    }
	    .hotel-item .center {
        padding: 15px 10px;
        flex-grow: 1;
        flex-shrink: 2;        background: #ffff;
    }
	.hotel-item .right {
        background: white;
        width: 187px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-shrink: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .hotel-item .left {
        width: 230px;
    }
	    .hotel-item .center .header {
        max-width: 370px;
		text-align:left;
    }
}
.hotel-item .center .header .review-small .review-count {
    color: #828282;
    font-weight: 200;
}
span.stars img {
    max-height: 19px;
}
.hotel-item .center .header .review-small .review-score {
    background: #9fc43a;
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
    line-height: 1;
    font-weight: bold;
}
.hotel-item .center .header .review-small {
    margin-left: 5px;
    color: #9fc43a;
    font-size: 12px;
}
.hotel-item .right .pricing .price.primary {
    font-weight: bold;
    color: #26bed6;
    font-size: 21px;
}
.pill-title img {
    max-height: 20px;
}
.hotel-item__wrapper:hover {
    background: #26bed6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.left-item .left-head {
    background-color: #f2f2f2;
    color: #4d4d4d;
    border-radius: 5px 5px 0 0;
    padding: 5px 15px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
}
.hotel-item__wrapper {
    background: rgba(148, 151, 163, 0.2);
    transition: all 0.3s ease-in-out;
    padding: 3px;
}
.left-item .left-content {
    padding: 5px 15px;
}
.hightlight.hidden-xs {
    text-align: left;
}
.md-checkbox {
    display: flex;
    align-items: center;
}
.md-checkbox img {
    max-height: 18px;
    margin-left: 10px;
}
.filter-section .filter-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 5px 0px;
    border-top: 1px solid rgba(148, 151, 163, 0.15);
}
.filter-section .filter-menu .filter-title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.filter-section {
    font-size: 14px;
    color: #3d3f47;
    background: white;
    padding: 15px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
    border: 1px solid rgba(148, 151, 163, 0.15);
}
.sub-menu-hotel.fixed .article__detail.row {
    margin-top: 0;
}
.sub-menu-hotel.fixed ul.NavBar__menuGroup {
    border: none;
}
.border-box-tr {
    border: 1px solid #e3e3e3;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0px;
}
.border-box-tr h2 {
    font-size: 26px;
    font-weight: bold;
}
.maps-name {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.hotel-left>a>img {
    height: 30px;
    margin-right: 10px;
}
.hotel-left {
    position: relative;
}
.hotel-left>a {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    background: #00000061;
    width: 100%;
    color: #fff !important;
    padding: 5px;
}
.featute-box {
    display: flex;
    align-items: flex-start;
    text-align: center;
    justify-content: space-between;
}
.featute-item-tr img {
    height: 30px;
    margin: 0 auto;
    margin-bottom: 5px;
}
div.border-box-tr h3, div.hotel-box-tr h3 {
    margin-bottom: 21px;
    font-size: 20px;
}
.hotel-box-tr tr:nth-child(even){background-color: #f2f2f2;}
.tien-nghi-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: left;
    justify-content: space-between;
}
.tien-nghi-item:before {
    content: "✔";
    font-size: 18px;
}
.hotel-box-tr td {
    padding: 7px;
}

.tien-nghi-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
div#thong-tin {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 20px 0px;
}
.featute-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    justify-content: space-between;
}
.hotel-empty {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
    justify-content: space-between;  column-gap: 15px;
}
.hotel-empty-item {
    display: grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cccc;
    margin-top: 20px;
}
#backToTopH:hover {
  cursor: pointer;
 
}

#backToTopH.show {
  opacity: 1;
  visibility: visible;
}
.ie7 body {
    overflow: hidden;
    background: #FFFFFF;
}

.ie7 div#container {
    display: none;
}

.ie8 body {
    overflow: hidden;
    background: #FFFFFF;
}

.ie8 div#container {
    display: none;
}

.ie8 div#ie_container {
    display: inherit;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.center_left {
    text-align: center;
}
.top-footer-product {
    background-image: url(/wp-content/uploads/2024/07/map-border.75a619a9.png);
    background-size: 100% auto;
    padding-top: 128px;
}
.footer-1-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
    column-gap: 150px;
    padding-bottom: 60px;
}
.footer-2-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
    background-image: url(/wp-content/uploads/2024/07/footer-background.96990748.png);
    padding-top: 97px;
    background-size: 100% auto;
    padding-bottom: 50px;
}

.footer-1-product h3 {
    font-size: 40px;
}
.footer-1-product h3 strong {
    color: #15ae62;
}
body table.shop_table.shop_table_responsive.cart.product-checkout-tr {
    margin-top: 30px;
}
table.shop_table.shop_table_responsive.cart.product-checkout-tr img {
    width: 104px;
    height: auto;
    border-radius: 10px;
}
a.cua-hang-btn {
    background: #3c9d8e;
    color: #fff !important;
    height: 60px;
    line-height: normal;
    border-radius: 15px;
    font-size: 17px;
    width: 400px;
    padding: 21px 0px;
    text-align: center;
}
.phone-ft-product svg {
    max-width: 72px;
    height: 72px;
    margin-right: 10px;
}
.phone-ft-product {
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-ft-product p {
    font-size: 20px;
}
h2.woocommerce-loop-product__title {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 5px;
}
.item-product-tr img, .slick-slide .item-product-tr img {
    height: 400px;
    object-fit: cover;
	width:100%;
    border-radius: 16px;
}

.item-product-tr span.price {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.box-quarity input.input-text.qty.text {
    max-width: 100px;
    border-radius: 10px;
    height: 38px;
}
section.tour-list {
    padding: 50px 0px;
}
.orderby-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}.ajax_add_to_cart, .add_to_cart_button {
    display: none;
}
.tour-list .slick-arrow {
    top: 20px;
    left: inherit;
    right: 70px;
    color: #ccc;
    z-index: 2;
    background: #ccc;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}section.tour-list>.container>h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.tour-list .slick-arrow i {
    font-size: 16px;
    color: #7a7a7a;
}
.tour-list  button.slick-next.slick-arrow {
    right:13px;
}
.tour-list .slick-arrow:before {
    content: none !important;
}
.phone-ft-product h3 {
    font-size: 48px;
    color: #000;
    font-weight: 600;
    line-height: 48px;
}
.social-product {
    display: flex;
    align-items: center;
    justify-content: space-around;    text-align: center;
}
.social-product img {
    width: 48px;
    height: 48px;
    color: #616161;
    object-fit: contain;
    margin: 0 auto;
}
.social-product a:hover svg{
    color: #15ae62;
}
.social-product span {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.social-product a {
    min-width: 70px;
}
.qty_button {
    max-height: 38px;
    border-radius: 5px;
    max-width: 38px;
}
.list-filter-tr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  
}
button#clear-filters {
    float: right;
    order: 1000;
    color: #ff0000;
    margin-left: 10px;
    padding: 5px 0px;
    margin-bottom: 21px;
}
.list-filter-tr p {
    padding: 5px 20px;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 10px;
    text-align: center;
    padding-right: 35px;
    margin-bottom: 21px;
}

.quantity {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
form.checkout.woocommerce-checkout {
    display: flex;
    column-gap: 20px;
}
div#customer_details {
    width: 40%;
}
h3#order_review_heading {
    display: none;
}
div#order_review {
    display: flex;
    width: 60%; column-gap: 20px;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table {
    width: 40%;
    order: 2;
    border-radius: 15px !important;
}
div#order_review div#payment {
    width: 60%;
    order: 1;
    border: 1px solid #eaeaea;
    background: #fff;border-radius: 15px;
}
div#customer_details>.col-1, div#customer_details>.col-2 {
    width: 100%;
}
div#customer_details {
    border: 1px solid #eaeaea;
    padding: 24px;
    border-radius: 15px;
}
.woocommerce-additional-fields>h3 {
    display: none;
}
.woocommerce-billing-fields>h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    color: #000;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 5px;
    height: auto;
}
ul.wc_payment_methods.payment_methods.methods>li {
    position: relative;
    padding-left: 24px;
}
span.dot-bre {
    margin: 0px 10px;
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #a7a7a7;
    border-radius: 10px;
    margin-bottom: 2px;
}nav.woocommerce-breadcrumb>a {
    color: #a7a7a7;
}
nav.woocommerce-breadcrumb {
    color: #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {

  
    top: 8px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 4px !important;
    padding: 5px;
    height: auto !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
        background-color: #15ae62 !important;
}
button#place_order {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
ul.wc_payment_methods.payment_methods.methods label {
    font-size: 16px;
    font-weight: bold;
}
tr.order-total span.woocommerce-Price-amount.amount {
    color: #15ae62;
}
.minicart {
    position: relative;
    display: inline-block;
}

.minicart-icon {
    display: inline-block;
    text-decoration: none;
}

.cart-icon {
    font-size: 1.5em;
}

.cart-count {
    position: absolute;
    top: -4px;
    right: -8px;
    background: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    font-size: 0.75em;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.minicart-info li.woocommerce-mini-cart-item.mini_cart_item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 10px;
}
.minicart-info a.name-pr-mini {
    display: flex;
    align-items: center;
    color: #000;
}a.remove.remove_from_cart_button {
    position: absolute;
    right: 0;
    top: 10px;
}
.minicart-info  p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward, .minicart-info  p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward:hover {
    background: #15ae62;
    width: calc(50% - 5px);
    padding: 9px 0px;
    border-radius: 11px;
    color: #ffff;
    border: 1px solid #15ae62;
}
.minicart-info  p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward, .minicart-info  p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:hover {
    color: #15ae62;
    background: transparent;
}
.woocommerce-order {
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 30px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received strong {
    color: #15ae62;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    border: 1px solid #eaeaea;
    padding: 15px;
    border-radius: 14px;
}
.woocommerce ul.order_details li strong {
    font-size: 15px;
    font-weight: normal;
}
.woocommerce ul.order_details li {
    display: flex;
    width: 100%;
    border: none;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px !important;
    margin: 0 !important;
    border: none !important;
    font-size: 14px !important;
    text-transform: none !important;
}
h2.wc-bacs-bank-details-heading {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
a.back-home-btn {
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    background: #15ae62;
    padding: 13px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
}
li.woocommerce-order-overview__total.total strong {
    color: #15ae62;
    font-weight: bold !important;
    font-size: 16px !important;
}
section.woocommerce-customer-details {
    display: none;
}p.thank-tex-tr {
    text-align: center;
    margin-bottom: 30px;
}
.woocommerce ul.order_details li strong {
    font-size: 15px !important;
    font-weight: normal;    max-width: calc(100% - 126px);
}
.minicart-info p.woocommerce-mini-cart__total.total {
    display: none;
}
.minicart-info ul.woocommerce-mini-cart.cart_list.product_list_widget>li {
    position: relative;
    padding-right: 26px;
    margin: 23px 0px;
}
.minicart-info  p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
input[type="button"], button, a {
    cursor: pointer;
}

.minicart-info {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    padding: 10px;
    width: 350px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 16px;
}
.woocommerce-message {
    border-top-color: #15ae62 !important;
}
.woocommerce-message::before {
    color: #15ae62 !important;
}
.woocommerce-message a {
    color: #fff !important;
    background: #15ae62;
    padding: 2px 16px;
    border-radius: 7px;
}
.minicart:hover .minicart-info {
    display: block; /* Hiển thị thông tin khi hover vào minicart */
}

.minicart-info p {
    margin: 0;
    padding: 0;
}

.view-cart {
    display: block;
    margin-top: 10px;
    color: #0073aa;
    text-decoration: none;
}

.view-cart:hover {
    text-decoration: underline;
}
.radio-container input[type="radio"]:checked + .radio-label::before {
    background-color: #15ae62;
    border: 4px double #fff;
}
.radio-label {
/*    position: relative;*/
    padding-left: 0px; /* Khoảng cách giữa nút radio và nhãn */
    cursor: pointer;
    display: inline-block;
}
.radio-label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #aeaeae;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}
form#searchform .relative.w-auto {
    position: relative;
}
.form-search-pr-tr {
    display: none;
}
form#searchform .relative.w-auto svg {
    position: absolute;
    left: 10px;
    top: 14px;
    color: #15ae62;
}
form#searchform .relative.w-auto input {
    padding: 10px !important;
    border-radius: 10px;
    border: 1px solid #15ae62;
    padding-left: 44px !important;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;    Z-INDEX: 20;
}

.popup.hidden {
  display: none;
}
.popup-content {
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    width: 500px;
    max-width: 90%;
}
.close-popup-hotel-tr {
    cursor: pointer;
    font-size: 1.5em;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
}
.loading {
    position: fixed;
    z-index: 9999999;
    background: #0000007a;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
	display:none;
}
.loading img {
    height: 150px;
    margin: 0 auto;
    top: calc(50% - 75px);
    position: absolute;
    left: calc(50% - 75px);
}
.booking-form {
  position: relative;
  max-width: 642px;
  width: 100%;
  margin: auto;
  padding: 30px;
  overflow: hidden;
  background-size: cover;
  border-radius: 5px;
  z-index: 20;
}
.booking-form::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.booking-form .form-header {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.booking-form .form-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.booking-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.booking-form .form-control {
    background-color: rgb(255 255 255 / 77%);
    height: 48px;
    padding: 0 25px;
    border: none;
    border-radius: 40px;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px transparent;
    box-shadow: 0 0 0 2px transparent;
    -webkit-transition: 0.2s;    margin-bottom: 0px;
    transition: 0.2s;font-weight: normal;
}
.booking-form .form-control::-webkit-input-placeholder {
  color: #000;
}
.booking-form .form-control:-ms-input-placeholder {
  color: #000;
}
.booking-form .form-control::placeholder {
  color: #000;
}
.booking-form .form-control:focus {
  -webkit-box-shadow: 0 0 0 2px #ff8846;
  box-shadow: 0 0 0 2px #ff8846;
}
.booking-form input[type="date"].form-control {
  padding-top: 16px;
}
.booking-form input[type="date"].form-control:invalid {
  color: #000;
}
.booking-form input[type="date"].form-control + .form-label {
  opacity: 1;
  top: 10px;
}
.booking-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.booking-form select.form-control:invalid {
  color: #000;
}
.booking-form select.form-control + .select-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
  color: #000;
  font-size: 14px;
}
.booking-form select.form-control + .select-arrow:after {
  content: "\279C";
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.booking-form select.form-control option {
  color: #000;
}
.booking-form .form-label {
  position: absolute;
  top: -10px;
  left: 25px;
  opacity: 0;
  color: #15ae62;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  height: 15px;
  line-height: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.booking-form .form-group.input-not-empty .form-control {
  padding-top: 16px;
}
.booking-form .form-group.input-not-empty .form-label {
  opacity: 1;
  top: 10px;
}
.booking-form .submit-btn {
  color: #fff;
  background-color: #15ae62;
  font-weight: 700;
  height: 60px;
  padding: 10px 30px;
  width: 100%;
  border-radius: 40px;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.3px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
	.booking-form .form-header h1{
		FONT-SIZE:18PX;
	}
.booking-form .form-control{
	height:40px;
}
.booking-form .form-group {
    margin-bottom: 14px;
}
.booking-form .submit-btn {
    height: 40px;
    padding: 5px 30px;
  
    font-size: 14px;
}
	.sub-menu-hotel {
    display: none;
}
.gallery-hotel .st-list-item-gallery .item-gallery:first-child {
    width: 100% !important;
    height: 300px;
}
.featute-item-tr img {
    margin: 0;
    margin-bottom: 5px;
}
.featute-item-tr {
    display: flex;
    margin-bottom: 13px;
}
.tien-nghi-box {
    grid-template-columns: repeat(2, 1fr);
}
div#thong-tin {
    grid-template-columns: 1fr;
}
.hotel-empty{
grid-template-columns: 1fr;
}
.hotel-empty-item{
	grid-template-columns: 1fr;
}
.border-box-tr h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tien-nghi-item{
	padding:0px;
}
.featute-box{
	text-align:left;grid-template-columns: 1fr;
}
    .minicart-info {
    display: none !important;
}
      .form-search-pr-tr {
        display: block;
        padding: 5px 10px !important;
        border-radius: 0px;
        background: #15ae625e;
        padding-top: 10px !important;
    }
    form#searchform .relative.w-auto input:focus {
    -webkit-box-shadow: 0px 0px 2px 3px rgba(98, 201, 150, 1);
    -moz-box-shadow: 0px 0px 2px 3px rgba(98, 201, 150, 1);
    box-shadow: 0px 0px 2px 3px rgba(98, 201, 150, 1);
}
    .item-product-tr img {
    height: 300px !important;
}
.minicart {
    position: fixed;
    display: inline-block;
    right: 10px;
    top: 50%;
}
form.checkout.woocommerce-checkout{
    flex-wrap: wrap;
}
    .top-product-single {
        grid-template-columns: 1fr;
        display: block;
        width: 100%;
    }
    div#customer_details, div#order_review{
        width: 100%;
    }
    div#order_review{
        flex-wrap: wrap;
    }
    div#order_review div#payment{
        width: 100%;
        order: 2;
    }
    .footer-1-product {
        flex-wrap: wrap;
        padding-left: 20px;
        text-align: center;
        padding-bottom: 20px;
        padding-right: 20px;
        /* padding-top: 40px; */
    }
    div#order_review table.shop_table.woocommerce-checkout-review-order-table {
        width: 100%;
        order: 2;
        border-radius: 20px;
        margin-top: 30px;
    }
    body table.shop_table.shop_table_responsive.cart.product-checkout-tr{
        display: none;
    }
    .footer-1-product h3 {
        font-size: 24px;
    }
    a.cua-hang-btn {
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }
    .footer-2-product {
        flex-wrap: wrap;
        background-size: auto 100%;
        padding-top: 110px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .footer-2-product>img {
        display: none;
    }
    .social-product {
        order: 2;
    }
    .social-product a span {
        display: none;
    }
    .social-product img{
        width: 36px;
        height: 36px;
    }
    .social-product a {
        min-width: 43px;
        font-size: 12px;
    }
    .social-product {
        order: 2;
        margin-top: 20px;
    }
    .center_left {
        text-align: left;
    }
}

.left_center {
    text-align: left;
}
@media screen and (max-width: 768px) {
    .left_center {
        text-align: center;
    }
}

.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_100 {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .mt_20 {
        margin-top: 15px;
    }
    .mt_30 {
        margin-top: 20px;
    }
    .mt_50 {
        margin-top: 30px;
    }
    .mt_100 {
        margin-top: 50px;
    }
}
@media screen and (max-width: 568px) {
    .mt_20 {
        margin-top: 15px;
    }
    .mt_50 {
        margin-top: 25px;
    }
}
.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_100 {
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .mb_20 {
        margin-bottom: 15px;
    }
    .mb_30 {
        margin-bottom: 20px;
    }
    .mb_50 {
        margin-bottom: 30px;
    }
    .mb_100 {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 568px) {
    .mb_20 {
        margin-bottom: 15px;
    }
    .mb_50 {
        margin-bottom: 25px;
    }
}
.mr_05 {
    margin-right: 5px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_30 {
    margin-right: 30px;
}

.ml_05 {
    margin-left: 5px;
}

.ml_10 {
    margin-left: 10px;
}

.ml_15 {
    margin-left: 15px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_30 {
    margin-left: 30px;
}

.font_size_30, div.article-head h1, div.article-head h2 {
    font-size: 30px;
}
@media screen and (max-width: 768px) {
    .font_size_30, div.article-head h1, div.article-head h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 568px) {
    .font_size_30, div.article-head h1, div.article-head h2 {
        font-size: 24px;
    }
}

.font_size_26 {
    font-size: 26px;
}
@media screen and (max-width: 768px) {
    .font_size_26 {
        font-size: 24px;
    }
}
@media screen and (max-width: 568px) {
    .font_size_26 {
        font-size: 22px;
    }
}

.font_size_24, div.editor h1 {
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .font_size_24, div.editor h1 {
        font-size: 22px;
    }
}
@media screen and (max-width: 568px) {
    .font_size_24, div.editor h1 {
        font-size: 20px;
    }
}

.font_size_22 {
    font-size: 22px;
}
@media screen and (max-width: 768px) {
    .font_size_22 {
        font-size: 20px;
    }
}
@media screen and (max-width: 568px) {
    .font_size_22 {
        font-size: 18px;
    }
}

.font_size_20, .article-nav .share_box .list_sns_share p, div.editor h2 {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .font_size_20, .article-nav .share_box .list_sns_share p, div.editor h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 568px) {
    .font_size_20, .article-nav .share_box .list_sns_share p, div.editor h2 {
        font-size: 16px;
    }
}

.font_size_18, .article-aside-ttl, div.editor h3, div.form div.agree_box p.strong_text {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .font_size_18, .article-aside-ttl, div.editor h3, div.form div.agree_box p.strong_text {
        font-size: 17px;
    }
}
@media screen and (max-width: 568px) {
    .font_size_18, .article-aside-ttl, div.editor h3, div.form div.agree_box p.strong_text {
        font-size: 15px;
    }
}

.font_size_16, .article-aside h3, div.article-head div.thum div.pop, ul.article-info li.article-day, .article-list_grid-item-ttl, div.editor, button, body {
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .font_size_16, .article-aside h3, div.article-head div.thum div.pop, ul.article-info li.article-day, .article-list_grid-item-ttl, div.editor, button, body {
        font-size: 15px;
    }
}
@media screen and (max-width: 568px) {
    .font_size_16, .article-aside h3, div.article-head div.thum div.pop, ul.article-info li.article-day, .article-list_grid-item-ttl, div.editor, button, body {
        font-size: 14px;
    }
}

.font_size_14, ul.article-cgy li a, ul.article-cgy li span, .article-list-item-date, ul.article-list_grid-item-info li.article-day, .article-list_grid-item-text, .btn_add, .btn_remove, p#fm_ajax_message, ul.header-nav-list-sub li a {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .font_size_14, ul.article-cgy li a, ul.article-cgy li span, .article-list-item-date, ul.article-list_grid-item-info li.article-day, .article-list_grid-item-text, .btn_add, .btn_remove, p#fm_ajax_message, ul.header-nav-list-sub li a {
        font-size: 13px;
    }
}
@media screen and (max-width: 568px) {
    .font_size_14, ul.article-cgy li a, ul.article-cgy li span, .article-list-item-date, ul.article-list_grid-item-info li.article-day, .article-list_grid-item-text, .btn_add, .btn_remove, p#fm_ajax_message, ul.header-nav-list-sub li a {
        font-size: 12px;
    }
}

.font_size_12, .article-list-item-cat a, .article-list-item-cat span, ul.article-list_grid-item-info ul.article-cgy li a, ul.article-list_grid-item-info ul.article-cgy li span, .article-tag li a:link, .article-tag li a:visited, .article-tag li a:active, div.err_area p, div.err_area .text_box li {
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    .font_size_12, .article-list-item-cat a, .article-list-item-cat span, ul.article-list_grid-item-info ul.article-cgy li a, ul.article-list_grid-item-info ul.article-cgy li span, .article-tag li a:link, .article-tag li a:visited, .article-tag li a:active, div.err_area p, div.err_area .text_box li {
        font-size: 12px;
    }
}
@media screen and (max-width: 568px) {
    .font_size_12, .article-list-item-cat a, .article-list-item-cat span, ul.article-list_grid-item-info ul.article-cgy li a, ul.article-list_grid-item-info ul.article-cgy li span, .article-tag li a:link, .article-tag li a:visited, .article-tag li a:active, div.err_area p, div.err_area .text_box li {
        font-size: 11px;
    }
}

.font_size_10 {
    font-size: 10px;
}
@media screen and (max-width: 768px) {
    .font_size_10 {
        font-size: 10px;
    }
}
@media screen and (max-width: 568px) {
    .font_size_10 {
        font-size: 10px;
    }
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.corners {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .hide_sp {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .hide_pc {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .hide_less_pc {
        display: none;
    }
}

@media screen and (min-width: 1281px) {
    .hide_more_pc {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .hide_less_spc {
        display: none;
    }
}

@media screen and (min-width: 1001px) {
    .hide_more_spc {
        display: none;
    }
}

@media screen and (max-width: 568px) {
    .hide_less_sp {
        display: none;
    }
}

@media screen and (min-width: 569px) {
    .hide_more_sp {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    .hide_less_ssp {
        display: none;
    }
}

@media screen and (min-width: 415px) {
    .hide_more_ssp {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    .hide_less_sssp {
        display: none;
    }
}

@media screen and (min-width: 375px) {
    .hide_more_sssp {
        display: none;
    }
}

.display_none {
    display: none;
}

.sp_link {
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    .sp_link {
        pointer-events: inherit;
    }
}

.wth_100 {
    width: 100%;
    height: auto;
}

.position_relative {
    position: relative;
}

.overflow_hidden {
    overflow: hidden;
}

.unselectable {
    -ms-user-select: none; /* IE 10+ */
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

ul.article-entry li dl, div.editor, div.editor br, .header-nav-list {
    zoom: 1;
}
ul.article-entry li dl:after, div.editor:after, div.editor br:after, .header-nav-list:after {
    display: block;
    content: "";
    clear: both;
}

.transitions {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
    .transitions {
        transition: all 0s ease;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
    }
}

.all_transitions, ul.header-nav-list-sub, ul.header-nav-list-sub li, ul.header-nav-list-sub li a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.vertical, .header-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.obj_image {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
}

html,
body {
    width: 100%;
    height: 100%;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 768px) {
    html,
    body {
        min-width: inherit;
    }
}

body {
    font-family: "vsnt", sans-serif !important;
    color: #444444;
    line-height: 1.7em;
}

 

::-moz-selection {
    background: #DC5310;
    color: #FFF;
}

::selection {
    background: #DC5310;
    color: #FFF;
}

::-moz-selection {
    background: #DC5310;
    color: #FFF;
}

a {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease, opacity 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease, opacity 0.4s ease;
}
a, a:hover, a:visited, a:link {
    color: #000;
    text-decoration: none;
}
a img {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
a:hover {
    opacity: 0.8;
}
a:hover img {
    opacity: 0.8;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
@media screen and (max-width: 768px) {
    table.tb_block, table.tb_block thead, table.tb_block tbody, table.tb_block tfoot, table.tb_block tr {
        display: block;
        width: 100%;
    }
    table.tb_block tr th, table.tb_block tr td {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 568px) {
    table.sp_block, table.sp_block thead, table.sp_block tbody, table.sp_block tfoot, table.sp_block tr {
        display: block;
        width: 100%;
    }
    table.sp_block tr th, table.sp_block tr td {
        display: block;
        width: 100%;
    }
}

picture {
    display: block;
}

br {
    line-height: inherit;
}

hr {
    height: 1px;
    clear: both;
    border: none;
    border-top: #CCCCCC 1px solid;
    color: #FFF;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("../img/arrow/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}
[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}
[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir=rtl] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

#backToTopH[data-v-400705ee] {
    cursor: pointer;
    position: fixed;
    z-index: 999;
    right: 24px;
    bottom: 142px;
    height: 48px;
    -webkit-animation: backtop-400705ee 1s ease-in-out;
            animation: backtop-400705ee 1s ease-in-out;
}

#backToTopH.--advise[data-v-400705ee] {
    bottom: 150px;
    -webkit-animation: backtop-2-400705ee 1s ease-in-out;
            animation: backtop-2-400705ee 1s ease-in-out;
}

@media (max-width: 768px) {
    #backToTopH[data-v-400705ee] {
        display: none;
    }
}
@-webkit-keyframes backtop-400705ee {
    0% {
        bottom: -47px;
    }
    to {
        bottom: 142px;
    }
}
@keyframes backtop-400705ee {
    0% {
        bottom: -47px;
    }
    to {
        bottom: 142px;
    }
}
@-webkit-keyframes backtop-2-400705ee {
    0% {
        bottom: -47px;
    }
    to {
        bottom: 100px;
    }
}
@keyframes backtop-2-400705ee {
    0% {
        bottom: -47px;
    }
    to {
        bottom: 100px;
    }
}
.cta[data-v-74500974] {
    position: fixed;
    z-index: 999;
    right: 24px;
    bottom: 28px;
    border-radius: 12px;
    -webkit-animation: ctaContact-74500974 1s ease-in-out;
            animation: ctaContact-74500974 1s ease-in-out;
}

.cta__contact[data-v-74500974] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(https://cdn.9pay.vn/img/banner/bg-qa.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-box-shadow: 0 8.66667px 13px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 8.66667px 13px 0 rgba(0, 0, 0, 0.16);
    border-radius: 32px;
    padding: 14px 20px;
}

.cta__contact span[data-v-74500974] {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 0;
    padding-top: 3px;
    color: #fff;
    font-weight: 600;
}

.cta__contact-mb[data-v-74500974] {
    display: none;
}

@media (max-width: 768px) {
    .cta[data-v-74500974] {
        width: 100%;
        right: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .cta__contact[data-v-74500974] {
        display: none;
    }
    .cta__contact-mb[data-v-74500974] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 45px;
    }
    .cta__contact-mb .left[data-v-74500974] {
        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;
        background-color: #ff453a;
        padding: 12px 13px;
        border-radius: 30px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        overflow: hidden;
    }
    .cta__contact-mb .left > svg[data-v-74500974] {
        vertical-align: middle;
    }
    .cta__contact-mb .left img[data-v-74500974] {
        max-width: 47px;
        max-height: 47px;
    }
    .cta__contact-mb .left span[data-v-74500974] {
        margin-left: 9px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
    }
    .cta__contact-mb .left.--collapse span[data-v-74500974] {
        display: none;
    }
    .cta__contact-mb .right[data-v-74500974] {
        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;
        background: linear-gradient(135.95deg, #19bd6c 19.34%, #1aaaa0 72.03%, #0883aa 122.17%), linear-gradient(0deg, #58c58f, #58c58f), #d9d9d9;
        padding: 12px 13px;
        border-radius: 30px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        overflow: hidden;
    }
    .cta__contact-mb .right img[data-v-74500974] {
        max-width: 47px;
        max-height: 47px;
    }
    .cta__contact-mb .right span[data-v-74500974] {
        margin-left: 12px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
    }
    .cta__contact-mb .right.--collapse span[data-v-74500974] {
        display: none;
    }
}
@-webkit-keyframes ctaContact-74500974 {
    0% {
        bottom: -55px;
    }
    to {
        bottom: 28px;
    }
}
@keyframes ctaContact-74500974 {
    0% {
        bottom: -55px;
    }
    to {
        bottom: 28px;
    }
}
.cta-download[data-v-e56ab03e] {
    position: fixed;
    z-index: 999;
    right: 24px;
    bottom: 28px;
    -webkit-animation: ctaDowload-e56ab03e 1s ease-in-out;
            animation: ctaDowload-e56ab03e 1s ease-in-out;
}

.cta-download__dk[data-v-e56ab03e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(https://cdn.9pay.vn/img/banner/bg-qa.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8px;
    border-radius: 12px;
}

.cta-download__dk span[data-v-e56ab03e] {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-left: 6px;
    margin-right: 18px;
}

.cta-download__dk img[data-v-e56ab03e] {
    max-width: 90px;
    max-height: 90px;
}

.cta-download__dk.--advise[data-v-e56ab03e] {
    cursor: pointer;
    -webkit-box-shadow: 0 8.66667px 13px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 8.66667px 13px 0 rgba(0, 0, 0, 0.16);
    border-radius: 32px;
    padding: 14px 20px;
}

.cta-download__dk.--advise span[data-v-e56ab03e] {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 0;
    padding-top: 3px;
}

.cta-download__mb[data-v-e56ab03e] {
    display: none;
}

@media (max-width: 768px) {
    .cta-download__dk[data-v-e56ab03e] {
        display: none;
    }
    .cta-download__mb[data-v-e56ab03e] {
        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;
        background: linear-gradient(135.95deg, #19bd6c 19.34%, #1aaaa0 72.03%, #0883aa 122.17%), linear-gradient(0deg, #58c58f, #58c58f), #d9d9d9;
        padding: 12px 13px;
        border-radius: 30px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        overflow: hidden;
    }
    .cta-download__mb img[data-v-e56ab03e] {
        max-width: 47px;
        max-height: 47px;
    }
    .cta-download__mb span[data-v-e56ab03e] {
        margin-left: 12px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
    }
    .cta-download__mb.--collapse span[data-v-e56ab03e] {
        display: none;
    }
}
@-webkit-keyframes ctaDowload-e56ab03e {
    0% {
        bottom: -106px;
    }
    to {
        bottom: 28px;
    }
}
@keyframes ctaDowload-e56ab03e {
    0% {
        bottom: -106px;
    }
    to {
        bottom: 28px;
    }
}
.u-pc {
    display: block;
}
@media screen and (max-width: 768px) {
    .u-pc {
        display: none !important;
    }
}

.u-sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .u-sp {
        display: block;
    }
}

/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px ;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
}

.row-cols-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
}

.col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.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 ;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0 ;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0 ;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem ;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem ;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem ;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem ;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem ;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem ;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem ;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem ;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem ;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem ;
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0 ;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0 ;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem ;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem ;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem ;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem ;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem ;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem ;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem ;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem ;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem ;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem ;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0 ;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0 ;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem ;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem ;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem ;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem ;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem ;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem ;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem ;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem ;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem ;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem ;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0 ;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0 ;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem ;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem ;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem ;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem ;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem ;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem ;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem ;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem ;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem ;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem ;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0 ;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0 ;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem ;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem ;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem ;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem ;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem ;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem ;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem ;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem ;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem ;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem ;
    }
}
.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: -ms-grid !important;
    display: grid !important;
}

.d-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
}

.align-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-sm-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
            -ms-flex-pack: space-evenly !important;
                justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
            -ms-grid-row-align: auto !important;
            align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
            -ms-grid-row-align: center !important;
            align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
            -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
            -ms-flex-order: -1 !important;
                order: -1 !important;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
            -ms-flex-order: 0 !important;
                order: 0 !important;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
            -ms-flex-order: 1 !important;
                order: 1 !important;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
            -ms-flex-order: 2 !important;
                order: 2 !important;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
            -ms-flex-order: 3 !important;
                order: 3 !important;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
            -ms-flex-order: 4 !important;
                order: 4 !important;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
            -ms-flex-order: 5 !important;
                order: 5 !important;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
            -ms-flex-order: 6 !important;
                order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-md-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
            -ms-flex-pack: space-evenly !important;
                justify-content: space-evenly !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
            -ms-grid-row-align: auto !important;
            align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
            -ms-grid-row-align: center !important;
            align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
            -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
            -ms-flex-order: -1 !important;
                order: -1 !important;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
            -ms-flex-order: 0 !important;
                order: 0 !important;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
            -ms-flex-order: 1 !important;
                order: 1 !important;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
            -ms-flex-order: 2 !important;
                order: 2 !important;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
            -ms-flex-order: 3 !important;
                order: 3 !important;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
            -ms-flex-order: 4 !important;
                order: 4 !important;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
            -ms-flex-order: 5 !important;
                order: 5 !important;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
            -ms-flex-order: 6 !important;
                order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-lg-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
            -ms-flex-pack: space-evenly !important;
                justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
            -ms-grid-row-align: auto !important;
            align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
            -ms-grid-row-align: center !important;
            align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
            -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
            -ms-flex-order: -1 !important;
                order: -1 !important;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
            -ms-flex-order: 0 !important;
                order: 0 !important;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
            -ms-flex-order: 1 !important;
                order: 1 !important;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
            -ms-flex-order: 2 !important;
                order: 2 !important;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
            -ms-flex-order: 3 !important;
                order: 3 !important;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
            -ms-flex-order: 4 !important;
                order: 4 !important;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
            -ms-flex-order: 5 !important;
                order: 5 !important;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
            -ms-flex-order: 6 !important;
                order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-xl-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
            -ms-flex-pack: space-evenly !important;
                justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
            -ms-grid-row-align: auto !important;
            align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
            -ms-grid-row-align: center !important;
            align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
            -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
            -ms-flex-order: -1 !important;
                order: -1 !important;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
            -ms-flex-order: 0 !important;
                order: 0 !important;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
            -ms-flex-order: 1 !important;
                order: 1 !important;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
            -ms-flex-order: 2 !important;
                order: 2 !important;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
            -ms-flex-order: 3 !important;
                order: 3 !important;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
            -ms-flex-order: 4 !important;
                order: 4 !important;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
            -ms-flex-order: 5 !important;
                order: 5 !important;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
            -ms-flex-order: 6 !important;
                order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-xxl-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
            -ms-flex-pack: space-evenly !important;
                justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-xxl-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-xxl-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
            -ms-grid-row-align: auto !important;
            align-self: auto !important;
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
            -ms-grid-row-align: center !important;
            align-self: center !important;
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
            -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
    }
    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
            -ms-flex-order: -1 !important;
                order: -1 !important;
    }
    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
            -ms-flex-order: 0 !important;
                order: 0 !important;
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
            -ms-flex-order: 1 !important;
                order: 1 !important;
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
            -ms-flex-order: 2 !important;
                order: 2 !important;
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
            -ms-flex-order: 3 !important;
                order: 3 !important;
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
            -ms-flex-order: 4 !important;
                order: 4 !important;
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
            -ms-flex-order: 5 !important;
                order: 5 !important;
    }
    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
            -ms-flex-order: 6 !important;
                order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-print-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -moz-appearance: button;
         appearance: button;
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -moz-appearance: textfield;
         appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    appearance: none;
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    appearance: button;
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

@font-face {
    font-family: SVN-Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdn.9pay.vn/style/fonts/SVN-Poppins-Regular.ttf) format("truetype");
}
@font-face {
    font-family: SVN-Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://cdn.9pay.vn/style/fonts/SVN-Poppins-Medium.ttf) format("truetype");
}
@font-face {
    font-family: SVN-Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://cdn.9pay.vn/style/fonts/SVN-Poppins-SemiBold.ttf) format("truetype");
}
.icon {
    display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-angle-right {
    background-image: url(https://cdn.9pay.vn/website/icons/angle-right.svg);
    width: 5px;
    height: 8px;
}

.icon-shop {
    background-image: url(https://storage.googleapis.com/npay/images/iconshop-1641469722.png);
    width: 28px;
    height: 28px;
}

.icon-clock {
    background-image: url(https://cdn.9pay.vn/website/icons/clock.svg);
    width: 16px;
    height: 16px;
}

.icon-clock-2 {
    background-image: url(/_nuxt/img/clock.b67a478.svg);
    width: 16px;
    height: 16px;
}

.icon-location {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzgzNDNfNjg3NTEpIj48cGF0aCBkPSJNMi45NTkgNi42MjFjMC0yLjQ1MSAxLjMxNS00LjM0NiAzLjMzMi01LjAxNyAyLjg5LS45NjIgNS45OTguNzE1IDYuNTE5IDMuOTE2LjI1NSAxLjU3MS0uMTUgMi45ODUtMS4xNTggNC4yMTktMS4wOTEgMS4zMzQtMi4xOSAyLjY2My0zLjI4NCAzLjk5NS0uMjkyLjM1NS0uNjA0LjM1NS0uODk0LjAwMi0xLjE0LTEuMzg3LTIuMjktMi43NjUtMy40MTQtNC4xNjQtLjc1LS45MzMtMS4wOS0yLjAyMy0xLjEwMS0yLjk1MXptNC45NjUtMi4zNjJhMS45NSAxLjk1IDAgMDAtMS45NTIgMS45NTUgMS45NSAxLjk1IDAgMDAxLjk1IDEuOTRjMS4wNjguMDAxIDEuOTQ3LS44OCAxLjk0NS0xLjk0N2ExLjk1IDEuOTUgMCAwMC0xLjk0My0xLjk0OHoiIGZpbGw9IiM3OThBOUEiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF84MzQzXzY4NzUxIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjk1OSAxLjMzMykiIGQ9Ik0wIDBoOS45MjV2MTIuNjY3SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
    width: 16px;
    height: 16px;
}

.icon-job-position {
    background-image: url(/_nuxt/img/job-position.1e75ed6.svg);
    width: 16px;
    height: 16px;
}

.icon-download {
    background-image: url(https://storage.googleapis.com/npay/images/down-icon-1653622205.svg);
    width: 16px;
    height: 16px;
}

.icon-trustwave {
    background-image: url(https://storage.googleapis.com/npay/images/image-14-1-1648665401.png);
    width: 100px;
    height: 25px;
}

.icon-pci {
    background-image: url(https://storage.googleapis.com/npay/images/image-13-2-1648665583.png);
    width: 64px;
    height: 25px;
}

.icon-9pay-footer {
    background-image: url(https://storage.googleapis.com/npay/assets/static/landing/logo.svg);
    width: 90px;
    height: 36px;
}

.icon-facebook-circle {
    background-image: url(https://storage.googleapis.com/npay/images/group-177-1648541160.png);
    width: 36px;
    height: 36px;
}

.icon-youtube {
    background-image: url(https://storage.googleapis.com/npay/images/group-179-1648541160.png);
    width: 36px;
    height: 36px;
}

.icon-linkedin-circle {
    background-image: url(https://storage.googleapis.com/npay/images/group-178-1648541160.png);
    width: 36px;
    height: 36px;
}

.icon-app-store {
    background-image: url(https://storage.googleapis.com/npay/images/image-107-1648541160.png);
    width: 114px;
    height: 35px;
}

.icon-google-play {
    background-image: url(https://storage.googleapis.com/npay/images/image-108-1648541160.png);
    width: 109px;
    height: 34px;
}

.icon-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDMyIDApIiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9Ii4xNiIvPjxwYXRoIGQ9Ik0xNC4wMiAyMmw2LTYtNi02LTEuNDEgMS40MUwxNy4xOSAxNmwtNC41OCA0LjU5TDE0LjAyIDIyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}

.icon-next,
.icon-previous {
    width: 3.2rem;
    height: 3.2rem;
}

.icon-previous {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjE2Ii8+PHBhdGggZD0iTTE3Ljk4IDIybC02LTYgNi02IDEuNDEgMS40MUwxNC44MSAxNmw0LjU4IDQuNTlMMTcuOTggMjJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

.icon-copy-icon {
    background-image: url(https://dev-cdn.9pay.mobi/tin-tuc/copy-icon-1697522251.svg);
    width: 2rem;
    height: 2rem;
}

.mark-distance {
    width: 4px;
    height: 4px;
    background: #798a9a;
    border-radius: 50%;
    margin-bottom: 2px;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-size: 62.5%;
}

body {
    font-size: 14px;
    font-family: SVN-Poppins, sans-serif;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-word;
    color: #00293a;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
    margin-top: 0;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
}

input,
select,
textarea {
    border: 0;
    color: inherit;
    border-radius: 0;
    font-size: 14px;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    outline: none;
    background-color: transparent;
}

button {
    border: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

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

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

.link:active,
.link:focus,
.link:hover {
    color: #15ae62;
}

#intergramRoot {
    display: none;
}

.grecaptcha-badge {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0.6;
}

@media (min-width: 1200px) {
    .container-page {
        max-width: 1230px;
        width: 100%;
        padding: 0 15px;
        margin: auto;
    }
}
.mt-72 {
    margin-top: 7.2rem !important;
}

.mr-72 {
    margin-right: 7.2rem !important;
}

.mb-72 {
    margin-bottom: 7.2rem !important;
}

.ml-72,
.mx-72 {
    margin-left: 7.2rem !important;
}

.mx-72 {
    margin-right: 7.2rem !important;
}

.my-72 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
}

.m-72 {
    margin: 7.2rem !important;
}

.pt-72 {
    padding-top: 7.2rem !important;
}

.pr-72 {
    padding-right: 7.2rem !important;
}

.pb-72 {
    padding-bottom: 7.2rem !important;
}

.pl-72,
.px-72 {
    padding-left: 7.2rem !important;
}

.px-72 {
    padding-right: 7.2rem !important;
}

.py-72 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
}

.p-72 {
    padding: 7.2rem !important;
}

.mt-n72 {
    margin-top: -7.2rem !important;
}

.mr-n72 {
    margin-right: -7.2rem !important;
}

.mb-n72 {
    margin-bottom: -7.2rem !important;
}

.ml-n72 {
    margin-left: -7.2rem !important;
}

.mt-56 {
    margin-top: 5.6rem !important;
}

.mr-56 {
    margin-right: 5.6rem !important;
}

.mb-56 {
    margin-bottom: 5.6rem !important;
}

.ml-56,
.mx-56 {
    margin-left: 5.6rem !important;
}

.mx-56 {
    margin-right: 5.6rem !important;
}

.my-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
}

.m-56 {
    margin: 5.6rem !important;
}

.pt-56 {
    padding-top: 5.6rem !important;
}

.pr-56 {
    padding-right: 5.6rem !important;
}

.pb-56 {
    padding-bottom: 5.6rem !important;
}

.pl-56,
.px-56 {
    padding-left: 5.6rem !important;
}

.px-56 {
    padding-right: 5.6rem !important;
}

.py-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
}

.p-56 {
    padding: 5.6rem !important;
}

.mt-n56 {
    margin-top: -5.6rem !important;
}

.mr-n56 {
    margin-right: -5.6rem !important;
}

.mb-n56 {
    margin-bottom: -5.6rem !important;
}

.ml-n56 {
    margin-left: -5.6rem !important;
}

.mt-50 {
    margin-top: 5rem !important;
}

.mr-50 {
    margin-right: 5rem !important;
}

.mb-50 {
    margin-bottom: 5rem !important;
}

.ml-50,
.mx-50 {
    margin-left: 5rem !important;
}

.mx-50 {
    margin-right: 5rem !important;
}

.my-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.m-50 {
    margin: 5rem !important;
}

.pt-50 {
    padding-top: 5rem !important;
}

.pr-50 {
    padding-right: 5rem !important;
}

.pb-50 {
    padding-bottom: 5rem !important;
}

.pl-50,
.px-50 {
    padding-left: 5rem !important;
}

.px-50 {
    padding-right: 5rem !important;
}

.py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.p-50 {
    padding: 5rem !important;
}

.mt-n50 {
    margin-top: -5rem !important;
}

.mr-n50 {
    margin-right: -5rem !important;
}

.mb-n50 {
    margin-bottom: -5rem !important;
}

.ml-n50 {
    margin-left: -5rem !important;
}

.mt-40 {
    margin-top: 4rem !important;
}

.mr-40 {
    margin-right: 4rem !important;
}

.mb-40 {
    margin-bottom: 4rem !important;
}

.ml-40,
.mx-40 {
    margin-left: 4rem !important;
}

.mx-40 {
    margin-right: 4rem !important;
}

.my-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.m-40 {
    margin: 4rem !important;
}

.pt-40 {
    padding-top: 4rem !important;
}

.pr-40 {
    padding-right: 4rem !important;
}

.pb-40 {
    padding-bottom: 4rem !important;
}

.pl-40,
.px-40 {
    padding-left: 4rem !important;
}

.px-40 {
    padding-right: 4rem !important;
}

.py-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.p-40 {
    padding: 4rem !important;
}

.mt-n40 {
    margin-top: -4rem !important;
}

.mr-n40 {
    margin-right: -4rem !important;
}

.mb-n40 {
    margin-bottom: -4rem !important;
}

.ml-n40 {
    margin-left: -4rem !important;
}

.mt-36 {
    margin-top: 3.6rem !important;
}

.mr-36 {
    margin-right: 3.6rem !important;
}

.mb-36 {
    margin-bottom: 3.6rem !important;
}

.ml-36,
.mx-36 {
    margin-left: 3.6rem !important;
}

.mx-36 {
    margin-right: 3.6rem !important;
}

.my-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
}

.m-36 {
    margin: 3.6rem !important;
}

.pt-36 {
    padding-top: 3.6rem !important;
}

.pr-36 {
    padding-right: 3.6rem !important;
}

.pb-36 {
    padding-bottom: 3.6rem !important;
}

.pl-36,
.px-36 {
    padding-left: 3.6rem !important;
}

.px-36 {
    padding-right: 3.6rem !important;
}

.py-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
}

.p-36 {
    padding: 3.6rem !important;
}

.mt-n36 {
    margin-top: -3.6rem !important;
}

.mr-n36 {
    margin-right: -3.6rem !important;
}

.mb-n36 {
    margin-bottom: -3.6rem !important;
}

.ml-n36 {
    margin-left: -3.6rem !important;
}

.mt-32 {
    margin-top: 3.2rem !important;
}

.mr-32 {
    margin-right: 3.2rem !important;
}

.mb-32 {
    margin-bottom: 3.2rem !important;
}

.ml-32,
.mx-32 {
    margin-left: 3.2rem !important;
}

.mx-32 {
    margin-right: 3.2rem !important;
}

.my-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
}

.m-32 {
    margin: 3.2rem !important;
}

.pt-32 {
    padding-top: 3.2rem !important;
}

.pr-32 {
    padding-right: 3.2rem !important;
}

.pb-32 {
    padding-bottom: 3.2rem !important;
}

.pl-32,
.px-32 {
    padding-left: 3.2rem !important;
}

.px-32 {
    padding-right: 3.2rem !important;
}

.py-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
}

.p-32 {
    padding: 3.2rem !important;
}

.mt-n32 {
    margin-top: -3.2rem !important;
}

.mr-n32 {
    margin-right: -3.2rem !important;
}

.mb-n32 {
    margin-bottom: -3.2rem !important;
}

.ml-n32 {
    margin-left: -3.2rem !important;
}

.mt-30 {
    margin-top: 3rem !important;
}

.mr-30 {
    margin-right: 3rem !important;
}

.mb-30 {
    margin-bottom: 3rem !important;
}

.ml-30,
.mx-30 {
    margin-left: 3rem !important;
}

.mx-30 {
    margin-right: 3rem !important;
}

.my-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.m-30 {
    margin: 3rem !important;
}

.pt-30 {
    padding-top: 3rem !important;
}

.pr-30 {
    padding-right: 3rem !important;
}

.pb-30 {
    padding-bottom: 3rem !important;
}

.pl-30,
.px-30 {
    padding-left: 3rem !important;
}

.px-30 {
    padding-right: 3rem !important;
}

.py-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.p-30 {
    padding: 3rem !important;
}

.mt-n30 {
    margin-top: -3rem !important;
}

.mr-n30 {
    margin-right: -3rem !important;
}

.mb-n30 {
    margin-bottom: -3rem !important;
}

.ml-n30 {
    margin-left: -3rem !important;
}

.mt-28 {
    margin-top: 2.8rem !important;
}

.mr-28 {
    margin-right: 2.8rem !important;
}

.mb-28 {
    margin-bottom: 2.8rem !important;
}

.ml-28,
.mx-28 {
    margin-left: 2.8rem !important;
}

.mx-28 {
    margin-right: 2.8rem !important;
}

.my-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
}

.m-28 {
    margin: 2.8rem !important;
}

.pt-28 {
    padding-top: 2.8rem !important;
}

.pr-28 {
    padding-right: 2.8rem !important;
}

.pb-28 {
    padding-bottom: 2.8rem !important;
}

.pl-28,
.px-28 {
    padding-left: 2.8rem !important;
}

.px-28 {
    padding-right: 2.8rem !important;
}

.py-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
}

.p-28 {
    padding: 2.8rem !important;
}

.mt-n28 {
    margin-top: -2.8rem !important;
}

.mr-n28 {
    margin-right: -2.8rem !important;
}

.mb-n28 {
    margin-bottom: -2.8rem !important;
}

.ml-n28 {
    margin-left: -2.8rem !important;
}

.mt-24 {
    margin-top: 2.4rem !important;
}

.mr-24 {
    margin-right: 2.4rem !important;
}

.mb-24 {
    margin-bottom: 2.4rem !important;
}

.ml-24,
.mx-24 {
    margin-left: 2.4rem !important;
}

.mx-24 {
    margin-right: 2.4rem !important;
}

.my-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
}

.m-24 {
    margin: 2.4rem !important;
}

.pt-24 {
    padding-top: 2.4rem !important;
}

.pr-24 {
    padding-right: 2.4rem !important;
}

.pb-24 {
    padding-bottom: 2.4rem !important;
}

.pl-24,
.px-24 {
    padding-left: 2.4rem !important;
}

.px-24 {
    padding-right: 2.4rem !important;
}

.py-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
}

.p-24 {
    padding: 2.4rem !important;
}

.mt-n24 {
    margin-top: -2.4rem !important;
}

.mr-n24 {
    margin-right: -2.4rem !important;
}

.mb-n24 {
    margin-bottom: -2.4rem !important;
}

.ml-n24 {
    margin-left: -2.4rem !important;
}

.mt-20 {
    margin-top: 2rem !important;
}

.mr-20 {
    margin-right: 2rem !important;
}

.mb-20 {
    margin-bottom: 2rem !important;
}

.ml-20,
.mx-20 {
    margin-left: 2rem !important;
}

.mx-20 {
    margin-right: 2rem !important;
}

.my-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.m-20 {
    margin: 2rem !important;
}

.pt-20 {
    padding-top: 2rem !important;
}

.pr-20 {
    padding-right: 2rem !important;
}

.pb-20 {
    padding-bottom: 2rem !important;
}

.pl-20,
.px-20 {
    padding-left: 2rem !important;
}

.px-20 {
    padding-right: 2rem !important;
}

.py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.p-20 {
    padding: 2rem !important;
}

.mt-n20 {
    margin-top: -2rem !important;
}

.mr-n20 {
    margin-right: -2rem !important;
}

.mb-n20 {
    margin-bottom: -2rem !important;
}

.ml-n20 {
    margin-left: -2rem !important;
}

.mt-16 {
    margin-top: 1.6rem !important;
}

.mr-16 {
    margin-right: 1.6rem !important;
}

.mb-16 {
    margin-bottom: 1.6rem !important;
}

.ml-16,
.mx-16 {
    margin-left: 1.6rem !important;
}

.mx-16 {
    margin-right: 1.6rem !important;
}

.my-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
}

.m-16 {
    margin: 1.6rem !important;
}

.pt-16 {
    padding-top: 1.6rem !important;
}

.pr-16 {
    padding-right: 1.6rem !important;
}

.pb-16 {
    padding-bottom: 1.6rem !important;
}

.pl-16,
.px-16 {
    padding-left: 1.6rem !important;
}

.px-16 {
    padding-right: 1.6rem !important;
}

.py-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
}

.p-16 {
    padding: 1.6rem !important;
}

.mt-n16 {
    margin-top: -1.6rem !important;
}

.mr-n16 {
    margin-right: -1.6rem !important;
}

.mb-n16 {
    margin-bottom: -1.6rem !important;
}

.ml-n16 {
    margin-left: -1.6rem !important;
}

.mt-15 {
    margin-top: 1.5rem !important;
}

.mr-15 {
    margin-right: 1.5rem !important;
}

.mb-15 {
    margin-bottom: 1.5rem !important;
}

.ml-15,
.mx-15 {
    margin-left: 1.5rem !important;
}

.mx-15 {
    margin-right: 1.5rem !important;
}

.my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-15 {
    margin: 1.5rem !important;
}

.pt-15 {
    padding-top: 1.5rem !important;
}

.pr-15 {
    padding-right: 1.5rem !important;
}

.pb-15 {
    padding-bottom: 1.5rem !important;
}

.pl-15,
.px-15 {
    padding-left: 1.5rem !important;
}

.px-15 {
    padding-right: 1.5rem !important;
}

.py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-15 {
    padding: 1.5rem !important;
}

.mt-n15 {
    margin-top: -1.5rem !important;
}

.mr-n15 {
    margin-right: -1.5rem !important;
}

.mb-n15 {
    margin-bottom: -1.5rem !important;
}

.ml-n15 {
    margin-left: -1.5rem !important;
}

.mt-13 {
    margin-top: 1.3rem !important;
}

.mr-13 {
    margin-right: 1.3rem !important;
}

.mb-13 {
    margin-bottom: 1.3rem !important;
}

.ml-13,
.mx-13 {
    margin-left: 1.3rem !important;
}

.mx-13 {
    margin-right: 1.3rem !important;
}

.my-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
}

.m-13 {
    margin: 1.3rem !important;
}

.pt-13 {
    padding-top: 1.3rem !important;
}

.pr-13 {
    padding-right: 1.3rem !important;
}

.pb-13 {
    padding-bottom: 1.3rem !important;
}

.pl-13,
.px-13 {
    padding-left: 1.3rem !important;
}

.px-13 {
    padding-right: 1.3rem !important;
}

.py-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
}

.p-13 {
    padding: 1.3rem !important;
}

.mt-n13 {
    margin-top: -1.3rem !important;
}

.mr-n13 {
    margin-right: -1.3rem !important;
}

.mb-n13 {
    margin-bottom: -1.3rem !important;
}

.ml-n13 {
    margin-left: -1.3rem !important;
}

.mt-12 {
    margin-top: 1.2rem !important;
}

.mr-12 {
    margin-right: 1.2rem !important;
}

.mb-12 {
    margin-bottom: 1.2rem !important;
}

.ml-12,
.mx-12 {
    margin-left: 1.2rem !important;
}

.mx-12 {
    margin-right: 1.2rem !important;
}

.my-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
}

.m-12 {
    margin: 1.2rem !important;
}

.pt-12 {
    padding-top: 1.2rem !important;
}

.pr-12 {
    padding-right: 1.2rem !important;
}

.pb-12 {
    padding-bottom: 1.2rem !important;
}

.pl-12,
.px-12 {
    padding-left: 1.2rem !important;
}

.px-12 {
    padding-right: 1.2rem !important;
}

.py-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}

.p-12 {
    padding: 1.2rem !important;
}

.mt-n12 {
    margin-top: -1.2rem !important;
}

.mr-n12 {
    margin-right: -1.2rem !important;
}

.mb-n12 {
    margin-bottom: -1.2rem !important;
}

.ml-n12 {
    margin-left: -1.2rem !important;
}

.mt-10 {
    margin-top: 1rem !important;
}

.mr-10 {
    margin-right: 1rem !important;
}

.mb-10 {
    margin-bottom: 1rem !important;
}

.ml-10,
.mx-10 {
    margin-left: 1rem !important;
}

.mx-10 {
    margin-right: 1rem !important;
}

.my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-10 {
    margin: 1rem !important;
}

.pt-10 {
    padding-top: 1rem !important;
}

.pr-10 {
    padding-right: 1rem !important;
}

.pb-10 {
    padding-bottom: 1rem !important;
}

.pl-10,
.px-10 {
    padding-left: 1rem !important;
}

.px-10 {
    padding-right: 1rem !important;
}

.py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-10 {
    padding: 1rem !important;
}

.mt-n10 {
    margin-top: -1rem !important;
}

.mr-n10 {
    margin-right: -1rem !important;
}

.mb-n10 {
    margin-bottom: -1rem !important;
}

.ml-n10 {
    margin-left: -1rem !important;
}

.mt-9 {
    margin-top: 0.9rem !important;
}

.mr-9 {
    margin-right: 0.9rem !important;
}

.mb-9 {
    margin-bottom: 0.9rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 0.9rem !important;
}

.mx-9 {
    margin-right: 0.9rem !important;
}

.my-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
}

.m-9 {
    margin: 0.9rem !important;
}

.pt-9 {
    padding-top: 0.9rem !important;
}

.pr-9 {
    padding-right: 0.9rem !important;
}

.pb-9 {
    padding-bottom: 0.9rem !important;
}

.pl-9,
.px-9 {
    padding-left: 0.9rem !important;
}

.px-9 {
    padding-right: 0.9rem !important;
}

.py-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}

.p-9 {
    padding: 0.9rem !important;
}

.mt-n9 {
    margin-top: -0.9rem !important;
}

.mr-n9 {
    margin-right: -0.9rem !important;
}

.mb-n9 {
    margin-bottom: -0.9rem !important;
}

.ml-n9 {
    margin-left: -0.9rem !important;
}

.mt-8 {
    margin-top: 0.8rem !important;
}

.mr-8 {
    margin-right: 0.8rem !important;
}

.mb-8 {
    margin-bottom: 0.8rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 0.8rem !important;
}

.mx-8 {
    margin-right: 0.8rem !important;
}

.my-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
}

.m-8 {
    margin: 0.8rem !important;
}

.pt-8 {
    padding-top: 0.8rem !important;
}

.pr-8 {
    padding-right: 0.8rem !important;
}

.pb-8 {
    padding-bottom: 0.8rem !important;
}

.pl-8,
.px-8 {
    padding-left: 0.8rem !important;
}

.px-8 {
    padding-right: 0.8rem !important;
}

.py-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}

.p-8 {
    padding: 0.8rem !important;
}

.mt-n8 {
    margin-top: -0.8rem !important;
}

.mr-n8 {
    margin-right: -0.8rem !important;
}

.mb-n8 {
    margin-bottom: -0.8rem !important;
}

.ml-n8 {
    margin-left: -0.8rem !important;
}

.mt-6 {
    margin-top: 0.6rem !important;
}

.mr-6 {
    margin-right: 0.6rem !important;
}

.mb-6 {
    margin-bottom: 0.6rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 0.6rem !important;
}

.mx-6 {
    margin-right: 0.6rem !important;
}

.my-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
}

.m-6 {
    margin: 0.6rem !important;
}

.pt-6 {
    padding-top: 0.6rem !important;
}

.pr-6 {
    padding-right: 0.6rem !important;
}

.pb-6 {
    padding-bottom: 0.6rem !important;
}

.pl-6,
.px-6 {
    padding-left: 0.6rem !important;
}

.px-6 {
    padding-right: 0.6rem !important;
}

.py-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}

.p-6 {
    padding: 0.6rem !important;
}

.mt-n6 {
    margin-top: -0.6rem !important;
}

.mr-n6 {
    margin-right: -0.6rem !important;
}

.mb-n6 {
    margin-bottom: -0.6rem !important;
}

.ml-n6 {
    margin-left: -0.6rem !important;
}

.mt-5 {
    margin-top: 0.5rem !important;
}

.mr-5 {
    margin-right: 0.5rem !important;
}

.mb-5 {
    margin-bottom: 0.5rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 0.5rem !important;
}

.mx-5 {
    margin-right: 0.5rem !important;
}

.my-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-5 {
    margin: 0.5rem !important;
}

.pt-5 {
    padding-top: 0.5rem !important;
}

.pr-5 {
    padding-right: 0.5rem !important;
}

.pb-5 {
    padding-bottom: 0.5rem !important;
}

.pl-5,
.px-5 {
    padding-left: 0.5rem !important;
}

.px-5 {
    padding-right: 0.5rem !important;
}

.py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-5 {
    padding: 0.5rem !important;
}

.mt-n5 {
    margin-top: -0.5rem !important;
}

.mr-n5 {
    margin-right: -0.5rem !important;
}

.mb-n5 {
    margin-bottom: -0.5rem !important;
}

.ml-n5 {
    margin-left: -0.5rem !important;
}

.mt-4 {
    margin-top: 0.4rem !important;
}

.mr-4 {
    margin-right: 0.4rem !important;
}

.mb-4 {
    margin-bottom: 0.4rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 0.4rem !important;
}

.mx-4 {
    margin-right: 0.4rem !important;
}

.my-4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
}

.m-4 {
    margin: 0.4rem !important;
}

.pt-4 {
    padding-top: 0.4rem !important;
}

.pr-4 {
    padding-right: 0.4rem !important;
}

.pb-4 {
    padding-bottom: 0.4rem !important;
}

.pl-4,
.px-4 {
    padding-left: 0.4rem !important;
}

.px-4 {
    padding-right: 0.4rem !important;
}

.py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

.p-4 {
    padding: 0.4rem !important;
}

.mt-n4 {
    margin-top: -0.4rem !important;
}

.mr-n4 {
    margin-right: -0.4rem !important;
}

.mb-n4 {
    margin-bottom: -0.4rem !important;
}

.ml-n4 {
    margin-left: -0.4rem !important;
}

.mt-3 {
    margin-top: 0.3rem !important;
}

.mr-3 {
    margin-right: 0.3rem !important;
}

.mb-3 {
    margin-bottom: 0.3rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 0.3rem !important;
}

.mx-3 {
    margin-right: 0.3rem !important;
}

.my-3 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
}

.m-3 {
    margin: 0.3rem !important;
}

.pt-3 {
    padding-top: 0.3rem !important;
}

.pr-3 {
    padding-right: 0.3rem !important;
}

.pb-3 {
    padding-bottom: 0.3rem !important;
}

.pl-3,
.px-3 {
    padding-left: 0.3rem !important;
}

.px-3 {
    padding-right: 0.3rem !important;
}

.py-3 {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}

.p-3 {
    padding: 0.3rem !important;
}

.mt-n3 {
    margin-top: -0.3rem !important;
}

.mr-n3 {
    margin-right: -0.3rem !important;
}

.mb-n3 {
    margin-bottom: -0.3rem !important;
}

.ml-n3 {
    margin-left: -0.3rem !important;
}

.mt-2 {
    margin-top: 0.2rem !important;
}

.mr-2 {
    margin-right: 0.2rem !important;
}

.mb-2 {
    margin-bottom: 0.2rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.2rem !important;
}

.mx-2 {
    margin-right: 0.2rem !important;
}

.my-2 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}

.m-2 {
    margin: 0.2rem !important;
}

.pt-2 {
    padding-top: 0.2rem !important;
}

.pr-2 {
    padding-right: 0.2rem !important;
}

.pb-2 {
    padding-bottom: 0.2rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.2rem !important;
}

.px-2 {
    padding-right: 0.2rem !important;
}

.py-2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}

.p-2 {
    padding: 0.2rem !important;
}

.mt-n2 {
    margin-top: -0.2rem !important;
}

.mr-n2 {
    margin-right: -0.2rem !important;
}

.mb-n2 {
    margin-bottom: -0.2rem !important;
}

.ml-n2 {
    margin-left: -0.2rem !important;
}

.mt-1 {
    margin-top: 0.1rem !important;
}

.mr-1 {
    margin-right: 0.1rem !important;
}

.mb-1 {
    margin-bottom: 0.1rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.1rem !important;
}

.mx-1 {
    margin-right: 0.1rem !important;
}

.my-1 {
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
}

.m-1 {
    margin: 0.1rem !important;
}

.pt-1 {
    padding-top: 0.1rem !important;
}

.pr-1 {
    padding-right: 0.1rem !important;
}

.pb-1 {
    padding-bottom: 0.1rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.1rem !important;
}

.px-1 {
    padding-right: 0.1rem !important;
}

.py-1 {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
}

.p-1 {
    padding: 0.1rem !important;
}

.mt-n1 {
    margin-top: -0.1rem !important;
}

.mr-n1 {
    margin-right: -0.1rem !important;
}

.mb-n1 {
    margin-bottom: -0.1rem !important;
}

.ml-n1 {
    margin-left: -0.1rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.mt-n0 {
    margin-top: 0 !important;
}

.mr-n0 {
    margin-right: 0 !important;
}

.mb-n0 {
    margin-bottom: 0 !important;
}

.ml-n0 {
    margin-left: 0 !important;
}

.mt-auto {
    margin-top: auto;
}

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

.mb-auto {
    margin-bottom: auto;
}

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

.m-auto {
    margin: auto;
}

.font-40 {
    font-size: 40px;
}

.font-36 {
   font-size: 36px;
}

.font-32 {
    font-size: 32px;
}

.font-28 {
    font-size: 28px;
}

.font-24 {
    font-size: 24px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-15 {
    font-size: 15px;
}

.font-14 {
    font-size: 14px;
}

.font-13 {
    font-size: 13px;
}

.font-12 {
    font-size: 12px;
}

.font-11 {
    font-size: 11px;
}

.font-10 {
   font-size: 10px;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}

.text-transform {
    text-transform: uppercase;
}

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

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

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

.text-justify {
    text-align: justify;
}

.border-t-1 {
    border-top: 0.1rem solid #e6e8e9;
}

.border-r-1 {
    border-right: 0.1rem solid #e6e8e9;
}

.border-b-1 {
    border-bottom: 0.1rem solid #e6e8e9;
}

.border-l-1 {
    border-left: 0.1rem solid #e6e8e9;
}

.border-1 {
    border: 0.1rem solid #e6e8e9;
}

.border-t-2 {
    border-top: 0.2rem solid #e6e8e9;
}

.border-r-2 {
    border-right: 0.2rem solid #e6e8e9;
}

.border-b-2 {
    border-bottom: 0.2rem solid #e6e8e9;
}

.border-l-2 {
    border-left: 0.2rem solid #e6e8e9;
}

.border-2 {
    border: 0.2rem solid #e6e8e9;
}

.border-t-3 {
    border-top: 0.3rem solid #e6e8e9;
}

.border-r-3 {
    border-right: 0.3rem solid #e6e8e9;
}

.border-b-3 {
    border-bottom: 0.3rem solid #e6e8e9;
}

.border-l-3 {
    border-left: 0.3rem solid #e6e8e9;
}

.border-3 {
    border: 0.3rem solid #e6e8e9;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.opacity-10 {
    opacity: 1;
}

.radius-12 {
    border-radius: 1.2rem;
}

.radius-10 {
    border-radius: 1rem;
}

.radius-8 {
    border-radius: 0.8rem;
}

.text-underline {
    text-decoration: underline;
}

.text-line-5 {
    -webkit-line-clamp: 5;
}

.text-line-4,
.text-line-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-line-4 {
    -webkit-line-clamp: 4;
}

.text-line-3 {
    -webkit-line-clamp: 3;
}

.text-line-2,
.text-line-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-line-2 {
    -webkit-line-clamp: 2;
}

.text-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color-primary,
.color-success {
    color: #15ae62;
}

.color-danger {
    color: #fc2435;
}

.color-link,
.color-link:focus,
.color-link:hover {
    color: #15ae62;
}

.color-line {
    color: #e6eaeb;
}

.color-light {
    color: #798a9a;
}

.color-medium {
    color: #1a3e4e;
}

.color-regular {
    color: #4d6975;
}

.color-dark {
    color: #00293a;
}

.color-white {
    color: #fff;
}

.color-grey {
    color: #798a9a;
}

.bg-support-gray {
    background-color: #f4f6fa;
}

.bg-success {
    background-color: #15ae62 !important;
}

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

.line-44 {
    line-height: 4.4rem;
}

.line-40 {
    line-height: 4rem;
}

.line-36 {
    line-height: 3.6rem;
}

.line-32 {
    line-height: 3.2rem;
}

.line-28 {
    line-height: 2.8rem;
}

.line-24 {
    line-height: 2.4rem;
}

.line-20 {
    line-height: 2rem;
}

.line-18 {
    line-height: 1.8rem;
}

.line-16 {
    line-height: 1.6rem;
}

.line-15 {
    line-height: 1.5rem;
}

.line-14 {
    line-height: 1.4rem;
}

.line-13 {
    line-height: 1.3rem;
}

.line-12 {
    line-height: 1.2rem;
}

.line-11 {
    line-height: 1.1rem;
}

.line-10 {
    line-height: 1rem;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

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

.align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.justify-content-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.justify-content-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.justify-content-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.cursor-pointer {
    cursor: pointer;
}

.object-fit-cover {
    -o-object-fit: cover;
       object-fit: cover;
}

.object-fit-contain {
    -o-object-fit: contain;
       object-fit: contain;
}

.object-fit-revert {
    -o-object-fit: revert;
       object-fit: revert;
}

.object-fit-none {
    -o-object-fit: none;
       object-fit: none;
}

.overflow-hidden {
    overflow: hidden;
}

.hide-pc {
    display: none;
}
@media screen and (max-width: 768px) {
    .hide-pc {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .hide-sp {
        display: none;
    }
}

@font-face {
    font-family: "vsnt", sans-serif;
    src: url("../fonts/vsnt-Regular.woff2") format("woff"), url("../fonts/vsnt-Semibold.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
}
.c-bub {
    background-color: #15ae62;
    pointer-events: none;
    border-radius: 50%;
    border: none;
    color: #fff;
    font-size: 11.5px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -12px;
    text-align: center;
    right: 5px;
    width: 20px;
    display: none;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .c-bub {
        display: none !important;
    }
}

.close-sidebar {
    width: 18px;
    height: 18px;
    position: relative;
    margin-bottom: 30px;
    display: none;
}
@media screen and (max-width: 768px) {
    .close-sidebar {
        display: block;
    }
}
.close-sidebar .stt-icon {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
}
.close-sidebar .stt-icon-top {
    -webkit-transform: rotate(45deg) translateY(1px);
            transform: rotate(45deg) translateY(1px);
}
.close-sidebar .stt-icon-bot {
    -webkit-transform: rotate(-45deg) translateY(-2px);
            transform: rotate(-45deg) translateY(-2px);
}

/* --- Slidein Effects START --- */
/* --- It needs class="slidein" and "init" --- */
.slidein_left, .slidein_right {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in, -webkit-transform 1s ease;
    transition: opacity 1s ease-in, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease-in;
    transition: transform 1s ease, opacity 1s ease-in, -webkit-transform 1s ease;
}

.slidein_left.init {
    opacity: 0;
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
}

.slidein_right.init {
    opacity: 0;
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
}

/* --- Slide Effects END --- */
/* --- Slideup Effects without Buttons and links START --- */
/* --- It needs class="slideup" and "init"--- */
/* !! エフェクトを入れる要素に<a>, <button>など、クリッカブルな要素が含まれる場合は.slideup_jsを使用すること !! !! Use .slideup_js if the element that contains the effect contains clickable elements such as <a> and <button> !! */
/* !! mac safariでクリッカブル領域のみ遅れて移動するバグがみられたため !! !! Due to a bug in mac safari that moves only the clickable area with a delay !! */
.slideup {
    opacity: 1;
    -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 1.5s cubic-bezier(0.35, 0.34, 0.22, 0.99);
    transition: opacity 0.7s ease-in-out, -webkit-transform 1.5s cubic-bezier(0.35, 0.34, 0.22, 0.99);
    transition: opacity 0.7s ease-in-out, transform 1.5s cubic-bezier(0.35, 0.34, 0.22, 0.99);
    transition: opacity 0.7s ease-in-out, transform 1.5s cubic-bezier(0.35, 0.34, 0.22, 0.99), -webkit-transform 1.5s cubic-bezier(0.35, 0.34, 0.22, 0.99);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    will-change: transform, opacity;
}
.slideup.init {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
}
@media screen and (max-width: 768px) {
    .slideup.init {
        -webkit-transform: translate(0, 80px);
                transform: translate(0, 80px);
    }
}

/* --- Slideup Effects END --- */
/* --- Slideup Effects with Buttons and links START --- */
/* --- It needs class="slideup" and "init"--- */
/* !!エフェクトを入れる要素に<a>, <button>がなければ.slideupを推奨 !!slideup is recommended if there is no <a> or <button> in the element that contains the effect */
.slideup_js {
    opacity: 0;
    -webkit-transform: translate(0, 150px);
            transform: translate(0, 150px);
    will-change: transform, opacity;
}

/* --- Slideup Effects END --- */
/* --- rotate Effects START --- */
/* --- It needs class="rotate" and "init"--- */
.rotate {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transition: opacity 4s, -webkit-transform 4s;
    -webkit-transition: opacity 4s, -webkit-transform 4s;
    transition: opacity 4s, transform 4s;
    transition: opacity 4s, transform 4s, -webkit-transform 4s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.rotate.init {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -36deg) translate3d(0, 50px, 130px);
    transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -36deg) translate3d(0, 50px, 130px);
}

/* --- Slideup Effects END --- */
/* --- fadein Effects START --- */
/* --- It needs class="rotate" and "init"--- */
.fadein {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.fadein.init {
    opacity: 0;
}

/* --- Slideup Effects END --- */
@media screen and (min-width: 569px) {
    .delay_100 {
        -webkit-transition-delay: 100ms;
                transition-delay: 100ms;
    }
    .delay_200 {
        -webkit-transition-delay: 200ms;
                transition-delay: 200ms;
    }
    .delay_300 {
        -webkit-transition-delay: 300ms;
                transition-delay: 300ms;
    }
    .delay_400 {
        -webkit-transition-delay: 400ms;
                transition-delay: 400ms;
    }
    .delay_400_0 {
        -webkit-transition-delay: 400ms;
                transition-delay: 400ms;
    }
}
@media screen and (min-width: 569px) and (max-width: 568px) {
    .delay_400_0 {
        -webkit-transition-delay: 0;
                transition-delay: 0;
    }
}
@media screen and (max-width: 568px) {
    .clear_effect_sp {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
                transform: none !important;
        opacity: 1 !important;
    }
}

@media screen and (min-width: 569px) {
    .clear_effect_up_sp {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
                transform: none !important;
        opacity: 1 !important;
    }
}

header.header {
    padding-bottom: 8px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    outline: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    z-index: 10;
    height: 108px;
    background-color: #fff;
    border-bottom: 1px solid #e6e8e9;
}

.header .dowload-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    background-image: url(https://npay-214706.as.r.appspot.com/npay/1920_0/frame-47771-1679979395.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.header-bar a {
    color: #fff;
}

.header .dowload-shop a {
    text-decoration: underline;
}

.header__inner {
    height: 68px;
}

@media (max-width: 768px) {
   header.header {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
    }
    .header .dowload-shop {
        display: none;
    }
    .header__inner {
        padding: 1em;
        height: 52px;
    }
    .header__inner__nav {
        display: none;
        position: absolute;
        padding: 0 16px;
        top: 0;
        margin-top: 52px;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #fff;
    }
    .header__inner__nav.is-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-y: scroll;
        overflow-x: hidden;
        height: calc(100vh - 52px);
        z-index: 1111;
    }
    .menu1 {
        width: 100%;
        pointer-events: auto;
        height: 5.3rem;
        display: block;
        margin-top: 12px;
    }
    .menu1 .main-nav__item img {
        position: absolute;
        right: 0;
        top: 2.4rem;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    .menu1 a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        border-radius: 8px;
        padding: 8px;
        cursor: pointer;
        background: linear-gradient(171.99deg, rgba(228, 244, 251, 0.7) -78.16%, rgba(199, 231, 247, 0.7) 223.92%), #fff;
    }
    .menu1 a .link__shop9pay {
        background: #15ae62;
        color: #fff;
        padding: 7px 10px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
    }
    .menu-menu-container {
        width: 100%;
    }
    .menu-bottom {
        margin: 0 -16px;
    }
}
.header__logo {
    max-width: 100px;
    cursor: pointer;
}

.header__9shop {
    display: block;
    border-radius: 40px;
    background-color: #f4f6fa;
    padding: 9px 38px 5px 50px;
    position: relative;
    cursor: pointer;
}

.header__9shop__logo {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 14px;
    top: 50%;
    margin-top: -15px;
}

.header__9shop__icon {
    right: 14px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    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;
}

#menu-menu .main-menu-item {
    display: inline-block;
    margin: 0 8px;
    position: relative;
    list-style: none;
    padding: 22px 0;
}
.lang-cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.minicart>a {
    color: #fff;
    background: #15ae62;
    padding: 10px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    text-align: center;
}
.minicart svg {
    width: 20px;
}
#product-gallery .slick-next {
    right: 0;
}
#product-gallery  .slick-prev{
    left: 0;
}
@media (max-width: 768px) {
    #menu-menu .main-menu-item {
        width: 100%;
        margin: 0;
        display: block;
        height: 5.3rem;
        pointer-events: auto;
        padding: 0;
        -webkit-transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-menu .main-menu-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 16px 0;
        -webkit-box-shadow: inset 0 -1px 0 #e6eaeb;
                box-shadow: inset 0 -1px 0 #e6eaeb;
    }
}
#menu-menu .main-menu-item:nth-child(2) .sub-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 32px;
}

#menu-menu .main-menu-item:nth-child(2) .sub-menu-item {
    width: 230px;
}

@media (max-width: 768px) {
    #menu-menu .main-menu-item:nth-child(2) .sub-menu {
        display: block;
    }
    #menu-menu .main-menu-item:nth-child(2) .sub-menu-item {
        width: 100%;
    }
}
#menu-menu .main-menu-item:hover .main-menu-link {
    color: #15ae62;
}

#menu-menu .main-menu-item:hover .main-menu-link:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    margin-top: -2px;
}

#menu-menu .main-menu-item:hover > .main-nav__box {
    display: block;
}

@media (max-width: 768px) {
    #menu-menu .main-menu-item:hover > .main-nav__box {
        display: none;
    }
    .shop-mobile {
        position: absolute;
        right: 70px;
        top: -2px;
    }
}
#menu-menu .main-menu-item:hover > .sub-menu .sub-menu-item:last-child a {
    margin-bottom: 0 !important;
}

#menu-menu .main-menu-item:hover .ic-menu {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
}

.main-menu-link {
    font-weight: 600;
    color: #00293a;
    position: relative;
}

.menu-item-has-children .main-menu-link:after {
    content: "";
    width: 6px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -2px;
    background: url("../img/common/ic-menu.png") no-repeat center;
    background-size: contain;
}

@media (max-width: 768px) {
    .menu-item-has-children .main-menu-link:after {
        right: 0;
    }
}
.main-nav__box-service .main-nav__sub-item a {
    margin-bottom: 0;
}

.main-nav__box {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
    padding-top: 6px;
    top: 46px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
}

@media (max-width: 768px) {
    .main-nav__box {
        position: unset;
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}
.sub-menu {
    -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.09);
            box-shadow: 0 8px 14px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
}
.sub-menu:before, .sub-menu:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    display: none;
    top: -10px;
    left: 45%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
}

@media (max-width: 768px) {
    .sub-menu {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
}
#menu-menu .main-menu-item:hover .sub-menu:before, #menu-menu .main-menu-item:hover .sub-menu:after {
    display: block;
}

.sub-menu-item {
    margin: 0 0 24px;
    width: 100%;
    cursor: pointer;
}

@media (max-width: 768px) {
    .sub-menu-item {
        margin: 0;
    }
}
.sub-menu-item:last-child {
    margin-bottom: 0;
}

.sub-menu-item .menu-item-icon {
    width: 28px;
    height: 28px;
    margin-right: 1.2rem;
}

.sub-menu-item a:hover {
    opacity: 1;
    color: #15ae62;
}

.menu-item-head {
    position: relative;
}

.sub-menu-item a:hover .menu-item-head:after {
    content: url("../img/common/next-1687759375.png");
    position: absolute;
    margin-left: 12px;
    right: -20px;
    top: 2px;
}

.sub-menu-item:hover .menu-item-description {
    color: #00293a;
}

.sub-menu-item a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: 600;
    color: #1a3e4e;
    margin-bottom: 2px;
    line-height: 17px;
}

@media (max-width: 768px) {
    .sub-menu-item a {
        width: 100%;
        display: block;
        margin-bottom: 0;
        padding: 8px 0 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }
}
.sub-menu .menu-item-description {
    display: block;
    font-size: 12px;
    color: #798a9a;
    font-weight: 400;
    margin-top: -4px;
    padding-left: 4.2rem;
}

@media (max-width: 768px) {
    .sub-menu .menu-item-description {
        display: none;
    }
}
.main-nav__sub:after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

.main-nav__sub:after,
.main-nav__sub:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: -10px;
    left: 45%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
}

.footer__nav {
    display: none;
}

#toggle.active ~ .menu .footer__nav {
    display: block;
    width: 100vw;
}

.header__9shop-mb {
    display: none;
}

@media (max-width: 350px) {
    .box__9shop {
        display: none !important;
    }
}
#toggle.active ~ .menu .box__9shop {
    margin-top: 12px;
}

#toggle.active ~ .menu .menu1 .header__9shop-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
    background: linear-gradient(171.99deg, rgba(228, 244, 251, 0.7) -78.16%, rgba(199, 231, 247, 0.7) 223.92%), #fff;
}

#toggle.active ~ .menu .menu1 .header__9shop-mb .link__shop9pay {
    background: #15ae62;
    padding: 7px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}

.h9shop__mb {
    padding: 6px 8px;
    border-radius: 40px;
}

.h9shop__mb .icon-shop {
    width: 20px;
    height: 20px;
    margin-right: 0.8rem;
}

.toggle__mb {
    display: none;
    height: 30px;
    width: 30px;
    cursor: pointer;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 1em;
    top: 1em;
}

@media (max-width: 768px) {
    .toggle__mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
    }
}
.menu-button,
.menu-button:after,
.menu-button:before {
    display: block;
    background-color: #25282b;
    position: absolute;
    height: 2px;
    width: 28px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button:before {
    content: "";
    margin-top: -8px;
}

.menu-button:after {
    content: "";
    margin-top: 8px;
}

#toggle.active .menu-button:before {
    margin-top: 0;
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
}

#toggle.active .menu-button {
    background: hsla(0, 0%, 100%, 0);
}

#toggle.active .menu-button:after {
    margin-top: 0;
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
}

.language__mb {
    width: 100%;
}

.language__mb .d-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 16px 0;
    -webkit-box-shadow: inset 0 -1px 0 #e6eaeb;
            box-shadow: inset 0 -1px 0 #e6eaeb;
    font-weight: 600;
    color: #00293a;
}

#drop1.active .main-nav__sub-mb,
#drop2.active .main-nav__sub-mb,
#drop3.active .main-nav__sub-mb,
#drop4.active .main-nav__sub-mb,
#drop5.active .main-nav__sub-mb,
#drop6.active .main-nav__sub-mb {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

#drop1 .main-nav__sub-mb,
#drop2 .main-nav__sub-mb,
#drop3 .main-nav__sub-mb,
#drop4 .main-nav__sub-mb,
#drop5 .main-nav__sub-mb,
#drop6 .main-nav__sub-mb {
    height: 0;
}

#drop1.active,
#drop2.active,
#drop3.active,
#drop4.active,
#drop5.active,
#drop6.active {
    height: 100% !important;
}

#drop1.active .main-nav__sub-mb li,
#drop2.active .main-nav__sub-mb li,
#drop3.active .main-nav__sub-mb li,
#drop4.active .main-nav__sub-mb li,
#drop5.active .main-nav__sub-mb li,
#drop6.active .main-nav__sub-mb li {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: block;
    -webkit-transition: none;
    transition: none;
}

#drop1.active .main-nav__sub-mb li a,
#drop2.active .main-nav__sub-mb li a,
#drop3.active .main-nav__sub-mb li a,
#drop4.active .main-nav__sub-mb li a,
#drop5.active .main-nav__sub-mb li a,
#drop6.active .main-nav__sub-mb li a {
    display: block;
    padding: 8px 0;
}

#drop1.active .main-nav__sub-mb,
#drop2.active .main-nav__sub-mb,
#drop3.active .main-nav__sub-mb,
#drop4.active .main-nav__sub-mb,
#drop5.active .main-nav__sub-mb,
#drop6.active .main-nav__sub-mb {
    float: none;
    position: static;
    color: #fff;
}

#drop1.active .main-nav__sub-mb .sub__item-mb,
#drop2.active .main-nav__sub-mb .sub__item-mb,
#drop3.active .main-nav__sub-mb .sub__item-mb,
#drop4.active .main-nav__sub-mb .sub__item-mb,
#drop5.active .main-nav__sub-mb .sub__item-mb,
#drop6.active .main-nav__sub-mb .sub__item-mb {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #00293a;
    min-height: 3.6rem;
}

#drop1.active .main-nav__sub-mb .sub__item-mb1,
#drop2.active .main-nav__sub-mb .sub__item-mb1,
#drop3.active .main-nav__sub-mb .sub__item-mb1,
#drop4.active .main-nav__sub-mb .sub__item-mb1,
#drop5.active .main-nav__sub-mb .sub__item-mb1,
#drop6.active .main-nav__sub-mb .sub__item-mb1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#drop1.active .main-nav__sub-mb .sub__item-mb1 img,
#drop2.active .main-nav__sub-mb .sub__item-mb1 img,
#drop3.active .main-nav__sub-mb .sub__item-mb1 img,
#drop4.active .main-nav__sub-mb .sub__item-mb1 img,
#drop5.active .main-nav__sub-mb .sub__item-mb1 img,
#drop6.active .main-nav__sub-mb .sub__item-mb1 img {
    width: 24px;
}

.sub__item-mb {
    display: none;
}

.toggle,
[id^=drop] {
    display: none;
}

.switch-language {
    position: relative;
}

.switch-language input {
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 24px;
}

.switch-language span {
    display: block;
    width: 50px;
    height: 24px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.switch-language span.vi {
    background: url(https://storage.googleapis.com/npay/vi-at-3x-1678336963.png) #f4f6fa no-repeat;
    background-position: 0;
    background-size: contain;
    text-align: right;
    padding-right: 9px;
    color: #000;
}

.switch-language span.en {
    background: url(https://storage.googleapis.com/npay/en-at-3x-1678336956.png) #f4f6fa no-repeat;
    background-size: contain;
    background-position: 100%;
    text-align: left;
    padding-left: 9px;
}

.menu1 {
    pointer-events: none;
}

.input-wrap[data-v-633203f1] {
    position: relative;
    margin-bottom: 16px;
}

.input-wrap .input[data-v-633203f1] {
    display: block;
    border-radius: 8px;
    background: #f4f6fa;
    width: 100%;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #212529;
}

.input-wrap .msg-error[data-v-633203f1] {
    font-size: 11px;
    color: red;
    position: absolute;
    bottom: -16px;
    left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.input-wrap .msg-error.--show[data-v-633203f1] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

@media (max-width: 768px) {
    .input-wrap[data-v-633203f1] {
        margin-bottom: 10px;
    }
    .input-wrap .input[data-v-633203f1] {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 12px;
    }
    .input-wrap .msg-error[data-v-633203f1] {
        font-size: 0.9rem;
        bottom: -13px;
        left: 12px;
    }
}
#backToTopH[data-v-400705ee] {
    cursor: pointer;
    position: fixed;
    z-index: 999;
    right: 24px;
    bottom: 142px;
    height: 48px;
    -webkit-animation: backtop-400705ee 1s ease-in-out;
            animation: backtop-400705ee 1s ease-in-out;
}

#backToTopH.--advise[data-v-400705ee] {
    bottom: 150px;
    -webkit-animation: backtop-2-400705ee 1s ease-in-out;
            animation: backtop-2-400705ee 1s ease-in-out;
}

@media (max-width: 768px) {
    #backToTopH[data-v-400705ee] {
        display: none;
    }
}
@keyframes backtop-400705ee {
    0% {
        bottom: -47px;
    }
    to {
        bottom: 142px;
    }
}
@keyframes backtop-2-400705ee {
    0% {
        bottom: -47px;
    }
    to {
        bottom: 100px;
    }
}
.cta[data-v-74500974] {
    position: fixed;
    z-index: 999;
    right: 24px;
    bottom: 28px;
    border-radius: 12px;
    -webkit-animation: ctaContact-74500974 1s ease-in-out;
            animation: ctaContact-74500974 1s ease-in-out;
}

.cta__contact[data-v-74500974] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(https://cdn.9pay.vn/img/banner/bg-qa.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-box-shadow: 0 8.66667px 13px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 8.66667px 13px 0 rgba(0, 0, 0, 0.16);
    border-radius: 32px;
    padding: 14px 20px;
}

.cta__contact span[data-v-74500974] {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 0;
    padding-top: 3px;
    color: #fff;
    font-weight: 600;
}

.cta__contact-mb[data-v-74500974] {
    display: none;
}

@media (max-width: 768px) {
    .cta[data-v-74500974] {
        width: 100%;
        right: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .cta__contact[data-v-74500974] {
        display: none;
    }
    .cta__contact-mb[data-v-74500974] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 45px;
    }
    .cta__contact-mb .left[data-v-74500974] {
        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;
        background-color: #ff453a;
        padding: 12px 13px;
        border-radius: 30px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        overflow: hidden;
    }
    .cta__contact-mb .left > svg[data-v-74500974] {
        vertical-align: middle;
    }
    .cta__contact-mb .left img[data-v-74500974] {
        max-width: 47px;
        max-height: 47px;
    }
    .cta__contact-mb .left span[data-v-74500974] {
        margin-left: 9px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
    }
    .cta__contact-mb .left.--collapse span[data-v-74500974] {
        display: none;
    }
    .cta__contact-mb .right[data-v-74500974] {
        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;
        background: linear-gradient(135.95deg, #19bd6c 19.34%, #1aaaa0 72.03%, #0883aa 122.17%), linear-gradient(0deg, #58c58f, #58c58f), #d9d9d9;
        padding: 12px 13px;
        border-radius: 30px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        overflow: hidden;
    }
    .cta__contact-mb .right img[data-v-74500974] {
        max-width: 47px;
        max-height: 47px;
    }
    .cta__contact-mb .right span[data-v-74500974] {
        margin-left: 12px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
    }
    .cta__contact-mb .right.--collapse span[data-v-74500974] {
        display: none;
    }
}
@keyframes ctaContact-74500974 {
    0% {
        bottom: -55px;
    }
    to {
        bottom: 28px;
    }
}
.cta-download[data-v-e56ab03e] {
    position: fixed;
    z-index: 999;
    right: 24px;
    bottom: 28px;
    -webkit-animation: ctaDowload-e56ab03e 1s ease-in-out;
            animation: ctaDowload-e56ab03e 1s ease-in-out;
}

.cta-download__dk[data-v-e56ab03e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(https://cdn.9pay.vn/img/banner/bg-qa.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8px;
    border-radius: 12px;
}

.cta-download__dk span[data-v-e56ab03e] {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-left: 6px;
    margin-right: 18px;
}

.cta-download__dk img[data-v-e56ab03e] {
    max-width: 90px;
    max-height: 90px;
}

.cta-download__dk.--advise[data-v-e56ab03e] {
    cursor: pointer;
    -webkit-box-shadow: 0 8.66667px 13px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 8.66667px 13px 0 rgba(0, 0, 0, 0.16);
    border-radius: 32px;
    padding: 14px 20px;
}

.cta-download__dk.--advise span[data-v-e56ab03e] {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 0;
    padding-top: 3px;
}

.cta-download__mb[data-v-e56ab03e] {
    display: none;
}

@media (max-width: 768px) {
    .cta-download__dk[data-v-e56ab03e] {
        display: none;
    }
    .cta-download__mb[data-v-e56ab03e] {
        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;
        background: linear-gradient(135.95deg, #19bd6c 19.34%, #1aaaa0 72.03%, #0883aa 122.17%), linear-gradient(0deg, #58c58f, #58c58f), #d9d9d9;
        padding: 12px 13px;
        border-radius: 30px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        overflow: hidden;
    }
    .cta-download__mb img[data-v-e56ab03e] {
        max-width: 47px;
        max-height: 47px;
    }
    .cta-download__mb span[data-v-e56ab03e] {
        margin-left: 12px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
    }
    .cta-download__mb.--collapse span[data-v-e56ab03e] {
        display: none;
    }
}
@keyframes ctaDowload-e56ab03e {
    0% {
        bottom: -106px;
    }
    to {
        bottom: 28px;
    }
}
.header-nav {
    margin: auto;
    position: absolute;
    right: 180px;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .header-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 70%;
        overflow: auto;
        background-color: #fff;
        z-index: 1000;
        -webkit-transform: none;
        transform: none;
    }
}

.header-nav-list {
    padding: 0 10px;
}
@media screen and (max-width: 768px) {
    .header-nav-list {
        width: 100%;
        padding: 20px 0;
    }
}

.header-nav-list-item {
    float: left;
}
@media screen and (max-width: 768px) {
    .header-nav-list-item {
        width: 100%;
        float: none;
        border-bottom: #ececec 1px solid;
    }
}
.header-nav-list-item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 26px 15px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .header-nav-list-item a {
        padding: 15px;
    }
}
.header-nav-list-item a.active {
    color: #DC5310;
}
.header-nav-list-item.switching {
    display: none;
}
@media screen and (max-width: 768px) {
    .header-nav-list-item.switching {
        display: inherit;
    }
}
.header-nav-list-item.switching img {
    width: 90%;
    height: auto;
    margin: 0 auto 20px auto;
}
.header-nav-list-item.switching ul {
    padding: 15px 0;
}
.header-nav-list-item.switching ul li a {
    padding: 3px 15px;
    font-weight: normal;
    border-bottom: none;
}

.header-nav-list-item--parent {
    position: relative;
}
.header-nav-list-item--parent > a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow/input_select.svg);
    background-position: center right;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

ul.header-nav-list-sub {
    position: absolute;
    top: 100%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-color: rgba(255, 255, 255, 0.7);
}
ul.header-nav-list-sub li {
    padding: 0 15px;
    height: 0;
    overflow: hidden;
}
ul.header-nav-list-sub li a {
    padding: 0 10px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 5px 10px;
    background-position: left top 5px;
    white-space: nowrap;
    text-align: left;
    line-height: 1.7;
    opacity: 0;
    border: none;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    ul.header-nav-list-sub li a {
        padding: 5px 5px 5px 15px;
    }
}
@media screen and (max-width: 768px) {
    ul.header-nav-list-sub {
        position: static;
        top: inherit;
        left: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        z-index: auto;
        padding: 0 0 15px 25px;
        overflow: inherit;
        height: auto;
        background: inherit;
    }
    ul.header-nav-list-sub li {
        height: auto;
        overflow: inherit;
        padding: 0;
    }
    ul.header-nav-list-sub li a {
        opacity: 1;
        font-size: 13px;
        background-image: url("../img/arrow/arrow_right_c.svg");
        background-position: left top 10px;
    }
    ul.header-nav-list-sub li a:hover {
        letter-spacing: inherit;
    }
}

@media screen and (min-width: 769px) {
    .header-nav-list-item--parent:hover ul.header-nav-list-sub {
        padding: 5px 5px;
    }
    .header-nav-list-item--parent:hover ul.header-nav-list-sub li {
        padding: 5px 10px;
        overflow: visible;
        height: auto;
    }
    .header-nav-list-item--parent:hover ul.header-nav-list-sub li a {
        padding: 0 10px;
        opacity: 1;
        background-image: url("../img/arrow/arrow_right_c.svg");
    }
}

body.drawer_open {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.header-toggle-btn {
    display: none;
}
@media screen and (max-width: 768px) {
    .header-toggle-btn {
        position: absolute;
        z-index: 1001;
        top: 0;
        right: 0;
        display: block;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        width: 30px;
        padding: 15px 7px 15px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        border: 0;
        outline: 0;
        background-color: transparent;
    }
}

.header-toggle-btn-bar {
    background-color: #DC5310;
    display: block;
    width: 100%;
    height: 2px;
    border: 0;
    -webkit-transition: background-color 0.35s ease, transform 0.35s ease;
    -webkit-transition: background-color 0.35s ease, -webkit-transform 0.35s ease;
    transition: background-color 0.35s ease, -webkit-transform 0.35s ease;
    transition: background-color 0.35s ease, transform 0.35s ease;
    transition: background-color 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.header-toggle-btn-bar + .header-toggle-btn-bar {
    margin-top: 9px;
}

.header-toggle-btn.toggle_active .header-toggle-btn-bar {
    background-color: #108B96;
}
.header-toggle-btn.toggle_active .top {
    -webkit-transform: translateY(15px) translateX(0) rotate(45deg);
    transform: translateY(15px) translateX(0) rotate(45deg);
    width: 30px;
}
.header-toggle-btn.toggle_active .middle {
    opacity: 0;
}
.header-toggle-btn.toggle_active .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    width: 30px;
    margin-left: 0;
}

.drawer_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.5);
}

@media screen and (max-width: 768px) {
    .header-nav {
        display: none;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .header-nav.is_open {
        display: block;
        top: 0;
        opacity: 1;
        -webkit-animation-duration: 0.4s;
                animation-duration: 0.4s;
        -webkit-animation-name: fadeInRight;
                animation-name: fadeInRight;
    }
}

/**
 * drawer animation
 */
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes fadeInScale {
    from {
        opacity: 0;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes fadeInScale {
    from {
        opacity: 0;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-webkit-keyframes fadeOutScale {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
}
@keyframes fadeOutScale {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
}
.footer {
    width: 100%;
    background-color: #00293a;
    color: #e6e9e8;
    padding-top: 60px;
}

.footer__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% 67%;
    grid-template-columns: 33% 67%;
}

.footer__logo h4 {
    font-size: 17px !important;
}

.footer__logo .ic-logo {
    /* width: 48px; */
    /* height: 48px; */
    aspect-ratio: 1 / 1;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
}

.footer__logo .ic-social {
    width: 36px;
    height: 36px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 12px;
}

.footer .ft__company .bct-mb {
    display: none;
}

.footer__bottom {
    border-top: 1px solid hsla(0, 0%, 85.1%, 0.2039215686);
}

.footer__bottom-icon img {
    height: 40px;
}

.footer h4 {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.footer ul li {
    margin: 0 0 12px;
}

.footer ul li a,
.footer ul li p {
    color: #e6eaeb;
    font-size: 13px;
}

.footer ul li a:hover {
    color: #15ae62;
}

.footer ul li span {
    font-weight: 600;
    color: #15ae62;
}

.footer ul li .btn-contact {
    padding: 9px 40px;
    background: #15ae62;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform-origin: right;
            transform-origin: right;
}

.footer ul li .btn-contact:hover {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    background: #fff;
}

.footer__certificate {
    margin-top: 20px;
}

.footer__certificate__logo {
    margin-top: 14px;
}

.footer__certificate__logo > :first-child {
    margin-right: 19px;
}

.footer__certificate .--border {
    border: 1px solid #fff;
    border-radius: 4px;
}

.footer__certificate-m {
    display: none;
}

.footer__certificate-m .--border {
    border: 1px solid #fff;
    border-radius: 4px;
    height: 29px;
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-nav div {
    width: 50%;
}

.footer-nav div:nth-child(3) {
    margin-top: -50px;
}

.mail-link {
    color: #15ae62;
}

@media (max-width: 1199px) {
    .footer {
        padding: 20px;
    }
    .footer-nav {
        display: none;
    }
}
@media (max-width: 768px) {
    .footer__content {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 1.2rem !important;
    }
    .footer .ft__company {
        border-bottom: 1px solid hsla(0, 0%, 85.1%, 0.2039215686);
    }
    .footer .ft__company .footer__logo h4 {
        font-size: 1.6rem !important;
    }
    .footer .ft__company ul li a,
    .footer .ft__company ul li p {
        font-size: 12px;
    }
    .footer .ft__service {
        padding: 24px 0 0;
    }
    .footer .ft__service ul li {
        display: block;
    }
    .footer__certificate {
        margin-bottom: 20px;
    }
    .footer__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer__social a {
        display: block;
    }
}
@media (max-width: 576px) {
    .footer ul li .btn-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transform: none;
                transform: none;
    }
    .footer__certificate__title {
        display: none;
    }
    .footer__certificate-m {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
div.form span.essential, div.form span.optional {
    white-space: nowrap;
    padding: 3px 10px;
    font-size: 80%;
    color: #FFF;
    background-color: #DC5310;
    font-weight: normal;
    margin: 0 5px;
    border-radius: 20px;
}
div.form span.optional {
    background-color: #108B96;
}














//================================start add css trung ======================================//
.st-list-item-gallery{

}
.st-list-item-gallery .item-gallery {
    width: 33.3333%;
    float: left;
    height: 315px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.gallery-hotel .st-list-item-gallery .item-gallery {
    width: 20%;
    height: 153px;
}
.gallery-hotel .st-list-item-gallery .item-gallery img {
    border-radius: 10px;
}
.gallery-hotel  a.item-gallery.item-hide {
    display: none;
}
.gallery-hotel .st-list-item-gallery .item-gallery:first-child {
    width: 40%;
    height: 300px;
}

.st-list-item-gallery .item-gallery:nth-child(1) {
    height: 625px;
    padding-left: 0;
    padding-bottom: 0;
}
.st-list-item-gallery .item-gallery img{
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.st-service-feature .item .icon {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: .5rem;
    padding: 12px;
    width: 48px;
    height: 48px;
    margin-right: 15px;
}
.st-service-feature .item {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}
.st-service-feature .item p.value {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #727272;
}
.st-service-feature  .name {
    font-weight: bold;
}
.gallery_tour {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.content-tour-tr h2, .st-highlight h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.content-tour-tr figcaption {
    color: #727272;
    font-size: 12px;
    margin: 0 0 24px;
    border-bottom: 1px solid #f2f2f2;
    padding: .5rem 0;
}
.st-highlight ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.st-highlight ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.st-highlight ul li:before {
    content: '';
    background-image: url(../img/icon-list.png);
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.tour-program-list .accordion-button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.tour-program-list .accordion .accordion-item {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 18px, rgb(222, 222, 222) 18px, rgb(222, 222, 222) 20px, rgb(255, 255, 255) 20px);
}
.article_left_tr{
    font-size: 16px;
}
.content-tour-tr.list-price-tour {
    margin-top: 30px;
}
h2.st-heading-section {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    margin-top: 26px;
    margin-bottom: 18px;
}
.exclude ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.exclude ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.exclude  ul li:before {
    content: '';
    background-image: url(../img/close.png);
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}
.content-tour-tr p {
    margin-bottom: 15px;
}

.tour-program-list .accordion-content, .accordion-content-faq {
  display: none;
  padding: 15px;    margin-left: 2.5rem;
}

.tour-program-list .accordion-button.active .icon::after, .accordion-button-faq.active-faq .icon-faq::after {
  content: "-";transition: transform .2s ease-in-out;
}

.tour-program-list .accordion-button .icon::after, .accordion-button-faq .icon-faq::after {
  content: "+";transition: transform .2s ease-in-out;
}
.accordion-item button.accordion-button span.icon, .accordion-item-faq button.accordion-button-faq span.icon-faq {
    position: absolute;
    right: 0;
    border: 1px solid #727272;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    text-align: center;
    line-height: 23px;transition: transform .2s ease-in-out;
}

.accordion-item button.accordion-button.active span.icon, .accordion-item-faq button.accordion-button-faq.active-faq span.icon-faq {
    border-color: #f89730;
    background: #f89730;
    color: #fff;
    line-height: 22px;
}
button.accordion-button b {
    background: #212529;
    color: #fff;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    font-size: 12px;
    display: flex;
    padding: .75rem .313rem;
    text-align: center;
    margin-right: 1rem;
    line-height: 26px;
    align-items: center;
    justify-content: center;
}
.tour-program-list .accordion .accordion-item:last-child button.accordion-button, .accordion-faq .accordion-item-faq:last-child button.accordion-button-faq {
    padding-bottom: 0px;
}
.st-program {
    border: 1px solid #DEDEDE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    border-radius: .5rem;
    overflow: hidden;
    margin: 1rem 0 1.5rem;
}
.st-program .table {
  width: 100%;
  border-collapse: collapse;

}

.st-program .table th, .st-program .table td {
  border-bottom: 1px solid #DEDEDE;
}

.st-program .table th {
    padding: 10px 20px;
    color: #000;
    font-weight: bold;
    text-align: left;
}
.st-program .table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #727272;
    padding: 10px 20px;
}
.st-program .table tr:last-child td, .st-program .table tr:last-child th {
  border-bottom: none;
}
.content-tour-tr h3 {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}
.accordion-item-faq {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: .5rem;
    padding: 1rem .5rem;
    margin-bottom: 1rem;    position: relative;cursor: pointer;
}
.accordion-item-faq button.accordion-button-faq span.icon-faq {
    right: 10px;
    top: 0;
}
.accordion-content-faq {
    margin: 0;
}
button.accordion-button-faq {
    margin-left: 15px;
    padding-left: 30px;
    position: relative;
    width: calc(100% - 15px);
    text-align: left;
    padding-right: 40px;
    line-height: 1.4;
}
button.accordion-button-faq:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/question.png);
    width: 20px;
    height: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.input-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #DEDEDE;
}
.form-booking-tour {
    border: 1px solid #DEDEDE;
    border-radius: 10px;
}
p.price-form {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}
.price-total-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
div#date-start-tr {
    padding: 20px;
}
p.price-form span {
    font-weight: normal;
    font-size: 14px;
    color: #727272;
}
.qty-input {
    display: flex;
    align-items: center;
}
.qty-input input::-webkit-outer-spin-button,
.qty-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-input input[type=number] {
  -moz-appearance: textfield;
}
.qty-input input {
    width: 30px;
    text-align: center;
    padding: 0;
    border: none;
    text-align: center;
}
.qty-input button {
    min-width: 34px;
    height: 34px;
    left: 0;
    top: 0;
    background: #FFF;
    border: 1px solid #727272;
    box-sizing: border-box;
    border-radius: 50px;
    display: block;
    line-height: 29px;
    cursor: pointer;
}
.box-form {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    border-radius: .5rem;
    padding: 20px;
}
.tablink {
    background-color: #f0f0f0;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    transition: background-color 0.3s;
    background: #F7F8FA;
    border-radius: 50px;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    color: #232323;
}
.tablink.active {
    background-color: #ccc;
    background: #f89730;
    color: #FFF;
}
/* Style the tab content */
.tabcontent {
    display: none;
}

/* Show the active tab */
.tabcontent.show {
    display: block;
}
.tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
    column-gap: 10px;
}
form.form-coupon .form-group {
    display: flex;
    margin-bottom: 0;
    width: 100%;
    margin-top: 13px;
    justify-content: space-between;
}
section.content-booking {
    padding: 0px 10px;
    padding-top: 110px;
}
form.form-coupon .form-group button.btn-booking-tour, button.btn-booking-tour, input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #f89730;
    color: #fff;
    width: 100%;
    padding: 11px;cursor: pointer;
    border-radius: 10PX;
}
li.total-price-checkout {
    font-weight: bold;
    color: #000;
    margin-top: 15px;
}
form.form-coupon>p {
    margin-top: 18px;
}
textarea.form-control {
    border-radius: 10px;
    border: 1px solid #dae1e7;
    height: 110px;
}.billing_information label {
    /* margin-top: 10px; */
    display: block;
    margin-bottom: 3px;
    color: #727272;
}
input#field-coupon_code {
    background: #F7F8FA;
    border: 1px solid #DEDEDE;
    border-radius: 40px;
    padding: 11px 20px;
    width: 66%;
    margin-right: 5px;
    height: 45px;
    margin-top: 0px;
    margin-bottom: 20px;
}
button.btn.btn-primary {
    background: #f89730 !important;
    border-radius: 40px !important;
    width: 30%;
    padding: 10px;
    float: right;
    font-size: 14px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0;    cursor: pointer;
}

  .flatpickr-calendar {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
  }
  .flatpickr-calendar.open {
    display: block;
  }
  .detail-booking {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 30px 24px;
}
img#postImage {
    height: 110px;
    object-fit: cover;
}.detail-booking li span {
    color: #000;
}
.form-group input {
    border: 1px solid #dae1e7;
    border-radius: 8px;
    box-shadow: none;
    margin-bottom: 15px;
    height: 50px;
    color: #000;
}
.detail-booking li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #727272;
}.load_result {
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    padding: 30px 16px;
    color: #727272;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}
.payment-choose li {
    background-color: #ffffff;
    border: 1px solid black;
    box-shadow: inset 0 0px 0px 1px #ccc;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.service-section {
    padding: 0;
    border-bottom: 0;
    justify-content: space-between;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.service-section .service-left {
    width: 110px;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 20px;
}
.service-section .service-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - 110px);
}
.service-section .service-right .title {
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}
.service-section .service-right .title a {
    color: #232323;
}
.btn-checkout {
    background: #f89730;
    color: #fff;
    border-radius: 50px;
    padding: 15px 22px;
    display: block;
    width: 119px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
input.i-check {
    display: block !important;
    -webkit-appearance: auto;
    width: 20px;
}
.st-icheck-item label {
    display: flex;    align-items: center;
}
li.price_sale_list{
    display: none;
}
.st-service-header2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}.shares.dropdown {
    position: relative;
}
.article__detail.row .col-lg-4 {
    position: sticky;
     top: 120px; 
}
.st-service-header2 .right .shares .share-wrapper {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    z-index: 9;
    display: none;
    left: 5px;
}
ul.share-wrapper img {
    height: 15px;
}
.st-service-header2 .right .shares .share-wrapper li {
    list-style: none;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    border-radius: 40px;
    width: 44px;
    height: 44px;
    display: flex;
    text-align: center;
    line-height: 44px;
    margin-top: 5px;
    background: #fff;
    justify-content: center;
    align-items: center;
}
.st-heading {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}
.btn-has-icon img {
    max-width: 14px;
}
.btn-has-icon {
    background: #FFF;
    border: 1px solid #DEDEDE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    border-radius: 40px;
    width: 44px;
    height: 44px;
    display: flex;
    text-align: center;
    line-height: 44px;
    position: relative;
    padding: 0;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: 0px 5px;
}
.style-masonry .shares.dropdown {
    top: auto !important;
    bottom: 30px;
    position: absolute;
    right: 30px;
    z-index: 1;
}
.style-masonry {
    margin: 2rem 0;
    clear: both;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: .5rem;    position: relative;
}
a.btn.btn-transparent.has-icon.radius.st-video-popup {
    background: rgb(0 0 0 / 40%);
    border: 1px solid rgb(255 255 255 / 70%);
    box-sizing: border-box;
    border-radius: 40px !important;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 12px;
    text-align: center;
    display: flex;
    width: 40px;
}
a.btn.btn-transparent.has-icon.radius.st-video-popup img {
    height: 14px;
    text-align: center;
}
a.btn.btn-transparent.has-icon.radius.st-gallery-popup {
    background: rgba(0, 0, 0, .4);
    border: 1px solid rgba(255, 255, 255, .7);
    box-sizing: border-box;
    border-radius: 40px !important;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    padding: 10px 15px;
    width: 100px;
    /* font-size: 14px; */
}
a.btn.btn-transparent.has-icon.radius.st-gallery-popup img {
    width: 17px;
    margin-right: 7px;
}
.shares.dropdown>.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 10px;
}
.hidden {
    display: none !important;
}
.article__detail.row {
    margin-top: 30px;
}
.booking-success-notice {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 80px;
    margin-bottom: 80px;
}
.booking-success-notice .notice-success, .page-template-template-checkout-packages-new .booking-success-notice .notice-success {
    margin-left: 20px;
}
.booking-success-notice .notice-success .line1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #232323;
    margin-bottom: 10px;
}
.booking-success-notice .notice-success .line2 {
    color: #727272;
}
.booking-success-notice .booking-info-detail {
    border-left: 1px solid #DEDEDE;
    padding-left: 30px;
}
.p-singleBlog.edit.thank-you-box {
    padding-top: 108px;
}
.st-checkout-page.style-2 .booking-success-notice .booking-info-detail li {
    color: #232323;
}
.st-checkout-page.style-2 {
    margin-top: 30px;
}
.booking-success-notice .booking-info-detail li span {
    color: #727272;
    min-width: 160px;
    display: inline-block;
}
.cart-info {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 30px 24px;
}
.cart-info .service-section {
    padding: 0;
    border-bottom: 0;
    justify-content: space-between;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.st-checkout-page.style-2 .cart-info .service-section .service-left {
    width: 110px;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 20px;
}
.cart-info .service-section .service-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - 110px);
}
.cart-info .service-section .service-right .title {
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}
.cart-info .info-section ul{
    padding: 0;
    margin: 0;
}
.cart-info .info-section {
    padding: 0;
    margin-bottom: 20px;
}
.st-checkout-page .cart-info .info-section ul li {
    list-style: none;
    margin-bottom: 0.75rem;
    overflow: hidden;
    display: flex;
    align-items: center;    justify-content: space-between;
}
.cart-info .info-section ul li .label {
    color: #727272;
    width: auto;
}
.st-checkout-page.style-2 .cart-info .info-section ul li .value {
    width: auto;
    color: #232323;
    display: flex;
    align-items: center;
}
.cart-info .total-section ul li.payment-amount {
    border-top: 1px solid #eaeef3;
    padding-top: 20px;ont-size: 18px;
    margin-top: 20px;list-style: none;
    display: flex;
    margin-bottom: 0.75rem;
    justify-content: space-between;
}
.cart-info .total-section ul li .label {
    color: #232323;
}
.st-checkout-page.style-2 .cart-info .total-section ul li.payment-amount .value {
    font-weight: 700;
    line-height: 26px;
}
.cart-info .info-section ul li .label {
    width: 40%;
    display: inline-block;
    text-align: left;
    padding: 0;
    font-weight: normal;
}
.st-checkout-page.style-2 h3.title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
form.wpcf7-form.init input, form.wpcf7-form.init textarea {
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #83929D;
    margin-bottom: 10px;
}.ft__company h3 {
    font-size: 20px;
    font-weight: bold;
}
.price-wrapper .price {
    font-size: 16px;
    color: #232323;
    font-weight: 700;
}
.btn-v2.btn-primary {
    background: #f89730;
    color: #fff !important;
}

.btn-v2 {
    border-radius: .5rem;
    display: flex;
    align-items: center;
    padding: .75rem 1.25rem;
    transition: all 0.2s;
    font-size: 16px;
}
 .tour-target-book-mobile {
    display: none;
 }
.p-singleBlog.edit {
    padding-bottom: 70px;
}
p.no-tour a {
    color: red;
    text-decoration: underline;
}
p.no-tour {
    text-align: center;
    padding: 100px 0px;
    font-size: 20px;
}
.services-item.item-elementor {
    margin-bottom: 1rem;
    padding-right: .375rem;
    padding-top: .625rem;
    padding-left: .375rem;
}
.services-item.item-elementor .item {
    background: #FFF;
    border: none;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    border-radius: .5rem;
    overflow: hidden;
    padding-bottom: 0;
    display: block;
}

.item.service-border.st-border-radius .sub-title.d-flex.align-items-center span svg {
    width: 15px;
    margin-right: 10px;
}.services-item.item-elementor .price-wrapper .price .item {
    box-shadow: none;
    display: block;
    width: 100%;
}
.service-list-wrapper .item .featured-image {
    position: relative;
    overflow: hidden;
}
.services-item.item-elementor .item .featured-image img {
    transition: all 0.3s;
    width: 100%;
}
.services-item.item-elementor .item .content-item {
    position: relative;
    padding: 20px;
}
.service-list-wrapper .item .sub-title {
    font-size: .875rem;
    color: #5e6d77;    display: flex !important;    align-items: center !important;
}
.service-list-wrapper .item h3.title {
    font-size: 20px;
    margin: .5rem 0;
    color: #212529;
}
.services-item.item-elementor .item .content-item .section-footer {
    margin-top: 20px;    border-top: 1px solid #DEDEDE;
    padding-top: 20px;
}
h3.title-rate {
    margin: 2.5rem 0 1.5rem;
    font-weight: 700;
    font-size: 22px;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
}
.item.service-border.st-border-radius .sub-title.d-flex.align-items-center span {
    display: flex;
    width: 100%;
    margin-bottom: 7px;
    color: #565656;
}
.st-why-choose-us p {
    margin-bottom: 14px;
}
.st-why-choose-us {
    background: #fff;
    margin-top: 30px;
    padding: 20px 15px;
    border: 1px solid #d7dce3;
    border-radius: 10px;
}
.st-why-choose-us p.heading-why-choose-us {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 14px;
}
.st-why-choose-us p {
    margin-bottom: 10px;
}
.st-why-choose-us img {
    max-width: 23px;
    float: left;
    margin-right: 5px;
}
p.no-thankyou {
    text-align: center;
    font-size: 20px;
}
.regular button.slick-next.slick-arrow {
    position: absolute;
    top: -22px;
    right: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #FFF;
    border: 1px solid #DEDEDE !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    border-radius: 50px;
    color: #000;
}
.regular  .slick-prev:before, .regular  .slick-next:before{
    color: #000;
}
.regular  button.slick-prev.slick-arrow {
    position: absolute;
    top: -22px;
    right: 50px;
    width: 40px;
    height: 40px;
    background: #FFF;
    border: 1px solid #DEDEDE !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    border-radius: 50px;
    color: #000;
    left: inherit;
}
/*================================ END add css trung ======================================*/

@media screen and (max-width: 768px) {
    .st-program .table{
                min-width: 700px;
            overflow-x: scrol
    }
    .st-program {
        overflow-x: scroll;
    }
    .order-3-mb{
        order: 3;
    }
    .order-3-mb{
        order: 2;
    }
    #st-content-wrapper .fixed-on-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        bottom: 0;
        background: #fff;
        z-index: 9999;
        display: none;
        overflow: scroll;
    }
    .close-sidebar {
        display: block;
        color: #979797;
        font-size: 22px;
        margin-left: 10px;
        text-transform: uppercase;
        font-family: arial;
        margin-top: 10px;
    }
    .article__detail.row .col-lg-4 {
        position: relative;
        top: 0;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100% !important;
        bottom: 0;
        background: #fff;
        z-index: 9999;
        display: none;
        overflow: scroll;
    }
    .col-lg-6.col-12.order-2.order-sm-1 {
    margin-top: 20px;
}
.tour-target-book-mobile {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        display: flex;
        background: #fff;
        padding: 10px 15px;
        border-top: 1px solid var(--light-grey-color, #EAEEF3);
        align-items: center;
        justify-content: space-between;
        z-index: 9;
    }
    .price-wrapper {
        font-size: 16px;
        color: #5e6d77;
    }
.booking-success-notice .booking-info-detail {
    border-left: none;
    padding-left: 0px;
    border-top: 1px solid #DEDEDE;
    padding-top: 20px;
    margin-top: 20px;
}

.p-singleBlog.edit.thank-you-box {
    padding: 0px 10px;
    padding-top: 108px;
}
.st-list-item-gallery .item-gallery:nth-child(1) {
        height: auto;
        display: block !important;
        width: 100%;
    }
    .booking-success-notice {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
}
    .tour-program-list .accordion-button{
        padding-right: 40px;
    }
    div.form section table, div.form section table thead, div.form section table tbody, div.form section table tfoot, div.form section table tr {
        display: block;
        width: 100%;
    }
    .st-list-item-gallery>a {
    display: none;
}
    div.form section table tr th, div.form section table tr td {
        display: block;
        width: 100%;
    }
}
div.form section table table {
    width: 100%;
}
div.form section table th,
div.form section table td {
    text-align: left;
}
div.form section table th {
    width: 25%;
    background-color: #e1e1e1;
    border-bottom: #FFF 1px solid;
    font-weight: bold;
    position: relative;
    vertical-align: top;
}
@media screen and (min-width: 769px) {
    div.form section table th {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 768px) {
    div.form section table th {
        width: 100%;
        padding: 10px;
        border: none;
    }
}
div.form section table th p {
    display: inline-block;
    vertical-align: middle;
    word-break: break-all;
}
div.form section table th span.essential, div.form section table th span.optional {
    position: absolute;
    right: 10px;
}
div.form section table td {
    padding: 15px 20px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    div.form section table td {
        padding: 10px 10px 20px 10px;
    }
}
div.form section table tr:last-child th, div.form section table tr:last-child td {
    border-bottom: none;
}
@media screen and (min-width: 769px) {
    div.form section table.table_confirm th {
        padding: 15px 20px;
    }
}
div.form p.head {
    padding: 20px 0;
    font-weight: bold;
}
div.form p.closing {
    padding: 20px 0 10px 0;
    font-weight: bold;
    text-align: center;
}
div.form span.arrow {
    font-size: 90%;
    margin: 5px 0;
    font-weight: bold;
    display: inline-block;
}
div.form ul.transmission {
    width: auto;
    text-align: center;
    margin: 20px auto 50px auto;
    display: table;
}
@media screen and (max-width: 768px) {
    div.form ul.transmission {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 568px) {
    div.form ul.transmission {
        width: 95%;
        display: inherit;
    }
}
div.form ul.transmission li {
    display: table-cell;
    padding: 2px 5px;
}
@media screen and (max-width: 568px) {
    div.form ul.transmission li {
        display: block;
    }
}
div.form ul.transmission li a {
    cursor: pointer;
}
div.form ul.transmission_confirm {
    margin: 60px 0 50px;
}
@media screen and (max-width: 768px) {
    div.form ul.transmission_confirm {
        margin: 40px 0 30px;
    }
}
div.form ul.transmission_confirm li {
    text-align: center;
}
div.form ul.transmission_confirm li + li {
    margin-top: 25px;
}
@media screen and (max-width: 768px) {
    div.form ul.transmission_confirm li + li {
        margin-top: 15px;
    }
}
div.form ul.transmission_confirm form {
    text-align: center;
}
div.form ul.break {
    width: 100%;
    display: table;
}
@media screen and (max-width: 568px) {
    div.form ul.break {
        display: inherit;
    }
}
div.form ul.break li {
    display: table-cell;
    padding: 0 5px;
}
div.form ul.break li:nth-child(1) {
    padding: 0 5px 0 0;
}
@media screen and (max-width: 568px) {
    div.form ul.break li:nth-child(1) {
        padding: 0;
    }
}
div.form ul.break li:last-child {
    padding: 0 0 0 5px;
}
@media screen and (max-width: 568px) {
    div.form ul.break li:last-child {
        padding: 0;
    }
}
@media screen and (max-width: 568px) {
    div.form ul.break li {
        display: inherit;
        padding: 0;
    }
}
div.form ul.variable {
    width: 100%;
}
div.form ul.variable li {
    display: inline-block;
    padding: 0 5px;
}
div.form ul.variable li:last-child {
    padding: 0 0 0 5px;
}
@media screen and (max-width: 568px) {
    div.form ul.variable li:last-child {
        padding: 0;
    }
}
div.form ul.variable li:nth-child(1) {
    padding: 0 5px 0 0;
}
@media screen and (max-width: 568px) {
    div.form ul.variable li:nth-child(1) {
        padding: 0;
    }
}
@media screen and (max-width: 568px) {
    div.form ul.variable li {
        display: inherit;
        padding: 0;
    }
}
div.form ul.variable li input {
    width: auto;
    margin: 5px 10px 5px 0;
}
div.form ul.check_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
div.form ul.check_list li {
    width: auto;
    min-width: 25%;
    padding: 5px 0;
}
@media only screen and (max-width: 1000px) {
    div.form ul.check_list li {
        width: 100%;
        float: none;
        border-bottom: #CCCCCC 1px solid;
    }
}
div.form ul.number {
    display: table;
}
div.form ul.number li {
    display: table-cell;
}
div.form ul.number li:nth-child(1) input {
    width: 5em;
}
div.form ul.number li:nth-child(2) input {
    width: 7em;
}
div.form ul.number li p {
    display: inline-block;
}
div.form ul.number li span {
    padding: 0 10px;
}
div.form ul.phone {
    display: table;
    table-layout: auto;
}
div.form ul.phone li {
    display: table-cell;
}
div.form ul.phone li:nth-child(1) input {
    width: 5em;
}
div.form ul.phone li:nth-child(2) input {
    width: 6em;
}
div.form ul.phone li:nth-child(3) input {
    width: 6em;
}
div.form ul.phone li p {
    display: inline-block;
}
div.form ul.phone li span {
    padding: 0 10px;
}
div.form div.comp_box {
    padding: 50px 0;
}
@media screen and (max-width: 568px) {
    div.form div.comp_box {
        padding: 30px 0;
    }
}
div.form div.flow_nav {
    max-width: 1000px;
    margin: 50px auto 30px;
    background-color: #e1e1e1;
}
@media screen and (max-width: 768px) {
    div.form div.flow_nav {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
div.form div.flow_nav ul {
    overflow: hidden;
}
div.form div.flow_nav ul li {
    float: left;
    position: relative;
    width: 35%;
    padding: 17px 0 17px 50px;
    text-align: left;
    background-color: #e1e1e1;
}
@media screen and (max-width: 768px) {
    div.form div.flow_nav ul li {
        padding: 10px 0 10px 40px;
    }
}
@media screen and (max-width: 568px) {
    div.form div.flow_nav ul li {
        padding-left: 25px;
    }
}
div.form div.flow_nav ul li:before {
    bottom: 0;
    content: "";
    width: 45px;
    height: 45px;
    margin: auto;
    position: absolute;
    right: -20px;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #e1e1e1;
    z-index: 1;
}
div.form div.flow_nav ul li:first-child {
    padding-left: 25px;
    width: 30%;
}
@media screen and (max-width: 768px) {
    div.form div.flow_nav ul li:first-child {
        padding-left: 15px;
    }
}
@media screen and (max-width: 568px) {
    div.form div.flow_nav ul li:first-child {
        padding-left: 0;
    }
}
div.form div.flow_nav ul li:last-child:before {
    content: none;
}
div.form div.flow_nav ul li span {
    position: relative;
    z-index: 100;
    padding: 0 0 0 15px;
    font-size: 17px;
    font-weight: bold;
}
@media screen and (max-width: 414px) {
    div.form div.flow_nav ul li span {
        font-size: 14px;
    }
}
div.form div.flow_nav ul.flow_form li:nth-child(1) {
    background-color: #DC5310;
    color: #fff;
    font-weight: bold;
}
div.form div.flow_nav ul.flow_form li:nth-child(1):before {
    content: "";
    margin: auto;
    position: absolute;
    right: -22px;
    background-color: #DC5310;
    border-bottom: none;
    border-right: none;
}
div.form div.flow_nav ul.flow_form li:nth-child(2):before {
    border-bottom: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
}
div.form div.flow_nav ul.flow_confirm li:nth-child(2) {
    background-color: #DC5310;
    color: #fff;
    font-weight: bold;
}
div.form div.flow_nav ul.flow_confirm li:nth-child(2):before {
    content: "";
    margin: auto;
    position: absolute;
    right: -22px;
    background-color: #DC5310;
    border-bottom: none;
    border-right: none;
}
div.form div.flow_nav ul.flow_complete li:nth-child(3) {
    background-color: #DC5310;
    color: #fff;
    font-weight: bold;
}
div.form div.flow_nav ul.flow_complete li:nth-child(3):before {
    content: "";
    margin: auto;
    position: absolute;
    right: -22px;
    background-color: #DC5310;
    border-bottom: none;
    border-right: none;
}
div.form div.flow_nav ul.flow_complete li:nth-child(1):before {
    border-bottom: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
}
div.form div.agree_box {
    margin: 0 auto;
    text-align: center;
}
@media screen and (min-width: 769px) {
    div.form div.agree_box {
        margin: 40px auto 0;
        max-width: 900px;
        width: 90%;
    }
}
div.form div.agree_box,
div.form div.agree_box p,
div.form div.agree_box span,
div.form div.agree_box li,
div.form div.agree_box ul {
    line-height: 1.5;
}
@media screen and (max-width: 568px) {
    div.form div.agree_box {
        padding: 15px 5px 5px 5px;
        margin-top: 0;
    }
}
div.form div.agree_box p.strong_text {
    font-weight: 700;
}
@media screen and (max-width: 414px) {
    div.form div.agree_box p.strong_text {
        font-size: 14px;
    }
}
@media screen and (max-width: 374px) {
    div.form div.agree_box p.strong_text {
        font-size: 13px;
    }
}
div.form div.agree_box ul.check_list {
    width: 100%;
    max-width: 600px;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
div.form div.agree_box ul.check_list li {
    width: auto;
}
@media only screen and (max-width: 1000px) {
    div.form div.agree_box ul.check_list li {
        border-bottom: none;
    }
}
div.form div.agree_box div.err_area .text_box {
    padding: 0;
    max-width: 600px;
    margin: 5px auto 0 auto;
}
div.form div.agree_box .policy_box {
    height: 100px;
    width: 100%;
    border: 1px solid #ccc;
    overflow: auto;
    margin: 20px 0;
}
div.form div.agree_box p.head_agree {
    margin: 0;
}
div.form div.agree_box p.head_agree span.essential {
    margin-right: 15px;
}
@media screen and (max-width: 768px) {
    div.form div.agree_box p.head_agree {
        margin: 20px 0 0;
    }
    div.form div.agree_box p.head_agree span.essential {
        margin-right: 10px;
    }
}

div.err_area {
    display: block;
}
div.err_area p {
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    color: #de2636;
    border: #de2636 1px solid;
    margin: 5px auto 0;
    text-align: center !important;
    border-radius: 5px;
}
div.err_area .text_box {
    width: 80%;
    margin: 5px auto;
    padding: 15px 0;
    display: block;
}
div.err_area .text_box li {
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    color: #de2636;
    border: #de2636 1px solid;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
}
div.err_area .list_box {
    width: 90%;
    margin: 0 auto 10px auto;
    padding: 5px 0;
}
div.err_area .list_box li {
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    color: #de2636;
    border: #de2636 2px solid;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
}

div.error_area {
    max-width: 800px;
    margin: 0 auto;
}
div.error_area .error_access, div.error_area .text_box, div.error_area .list_box {
    margin: 0 auto 10px auto;
    padding: 5px 0;
}
div.error_area .error_access li, div.error_area .text_box li, div.error_area .list_box li {
    display: block;
    padding: 5px 10px;
    font-weight: bold;
    color: #de2636;
    border: #de2636 2px solid;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
}

.btn_add, .btn_remove {
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #DC5310;
    display: inline-block;
    font-weight: 700;
    border: none;
}
.btn_add, .btn_remove, .btn_add:hover, .btn_add:visited, .btn_add:link {
    color: #fff;
    text-decoration: none;
}
.btn_add:hover, .btn_remove:hover {
    text-decoration: none;
    opacity: 0.8;
}
.btn_add span, .btn_remove span {
    padding-left: 12px;
    position: relative;
    display: inline-block;
}
.btn_add span:before, .btn_remove span:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 1;
}

.btn_remove {
    background-color: #e1e1e1;
}
.btn_remove, .btn_remove:hover, .btn_remove:visited, .btn_remove:link {
    color: #444444;
    text-decoration: none;
}
.btn_remove span:before {
    content: "-";
}

p#fm_ajax_message {
    font-weight: 700;
    color: #DC5310;
    letter-spacing: 1px;
}

input,
select,
textarea,
search {
    font-family: "vsnt", sans-serif;
    border: #CCCCCC 1px solid;
    background-color: #FFF;
    -webkit-appearance: none;
    font-size: 16px;
    border-radius: 0;
}

button {
    font-family: "vsnt", sans-serif;
    background-color: transparent;
    border: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0;
    border-color: #DC5310;
}

:-ms-input-placeholder {
    color: #ddd;
}

::-webkit-input-placeholder {
    color: #ddd;
}

::-moz-placeholder {
    color: #ddd;
}

::-ms-input-placeholder {
    color: #ddd;
}

::placeholder {
    color: #ddd;
}

::-moz-selection {
    color: #fff;
    background: #DC5310;
}

::selection {
    color: #fff;
    background: #DC5310;
}

input::-moz-selection, textarea::-moz-selection {
    color: #fff;
    background: #DC5310;
}

input::selection,
textarea::selection {
    color: #fff;
    background: #DC5310;
}

input {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
}

textarea {
    width: 100%;
    height: 10em;
    padding: 10px;
    resize: vertical;
}

select {
    width: 100%;
    vertical-align: middle;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-weight: 600;
    font-size: 15px;
}

select::-ms-expand {
    display: none;
}

input[type=radio],
input[type=checkbox] {
    display: none;
}

input[type=file] {
    border: none;
    padding: 0;
}

/*
 * EDITOR STYLE
 * WPのGutenbergにあてるスタイル Style to be applied to WP's Gutenberg
 * _wp.scssとeditor-style.scssからインポートされるmixin　editor()を定義 Define mixin editor() imported from _wp.scss and editor-style.scss
 * [ 注意1 ] _adjust.scssで定義したクラス以外は@extendできません。  [ Caution 1 ] Classes other than those defined in _adjust.scss cannot be @extend.
 * [ 注意2 ] Webフォントは使用しないでください。 [ Caution 2 ] Do not use web fonts.
 */
@media screen and (max-width: 768px) {
    .article-aside {
        padding-top: 10px;
    }
}
.article-aside h3 {
    margin: 0 auto 5px auto;
    font-weight: bold;
}

.article-aside-block {
    padding: 30px 0;
    border-bottom: #CCCCCC 2px solid;
}
@media screen and (max-width: 568px) {
    .article-aside-block {
        padding: 20px 0;
    }
}
.article-aside-block:first-child {
    padding: 0 0 30px 0;
}
@media screen and (max-width: 568px) {
    .article-aside-block:first-child {
        padding: 0 0 20px 0;
    }
}
.article-aside-block:last-child {
    border-bottom: none;
}

.article-aside-ttl {
    margin: 0 auto 10px auto;
    font-weight: bold;
}

ul.article-entry li {
    padding: 0 0 10px 0;
}
ul.article-entry li:last-child {
    padding: 0;
}
ul.article-entry li .image_box {
    width: 100%;
    height: auto;
    position: relative;
}
ul.article-entry li .image_box::before {
    content: "";
    display: block;
    padding-top: 66.67%;
}
ul.article-entry li .image_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
}
ul.article-entry li dl dt {
    width: 30%;
    float: left;
}
@media screen and (max-width: 768px) {
    ul.article-entry li dl dt {
        width: 20%;
    }
}
ul.article-entry li dl dt img {
    border-radius: 3px;
}
ul.article-entry li dl dd {
    width: 70%;
    padding: 0 0 0 5%;
    float: left;
}
@media screen and (max-width: 768px) {
    ul.article-entry li dl dd {
        width: 80%;
    }
}
ul.article-entry.textend_dots h2, ul.article-entry.textend_dots h3 {
    overflow: hidden;
    max-height: 1.7em;
    line-height: 1.7em;
}
ul.article-entry.textend_dots h2 .textline, ul.article-entry.textend_dots h3 .textline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.7em;
}
ul.article-entry.textend_dots p {
    overflow: hidden;
    max-height: 3.4em;
    line-height: 1.7em;
}
ul.article-entry.textend_dots p .textline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.7em;
}
ul.article-entry.textend_grad h2, ul.article-entry.textend_grad h3 {
    height: 1.7em;
    overflow: hidden;
    display: block;
    position: relative;
}
ul.article-entry.textend_grad h2:after, ul.article-entry.textend_grad h3:after {
    content: "";
    display: block;
    width: 5em;
    height: 1.7em;
    background-image: url(../img/article/textend_grad.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
ul.article-entry.textend_grad p {
    height: 3.4em;
    overflow: hidden;
    display: block;
    position: relative;
}
ul.article-entry.textend_grad p:after {
    content: "";
    display: block;
    width: 5em;
    height: 1.7em;
    background-image: url(../img/article/textend_grad.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

select.article-archive {
    width: 100%;
}

div.article-head div.thum {
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
div.article-head div.thum::before {
    content: "";
    display: block;
    padding-top: 66.67%;
}
div.article-head div.thum img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
}
div.article-head div.thum div.pop {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #C94447;
    color: #FFF;
    padding: 3% 4%;
    border-radius: 0 0 10px 0;
    letter-spacing: 1px;
    font-weight: bold;
}
@media screen and (max-width: 568px) {
    div.article-head div.thum {
        margin: 0 auto 20px auto;
    }
}
div.article-head h1, div.article-head h2 {
    margin: 0 auto 10px auto;
    font-weight: bold;
}
@media screen and (max-width: 568px) {
    div.article-head h1, div.article-head h2 {
        margin: 0 auto;
    }
}

ul.article-info li {
    display: inline-block;
    font-size: 0;
}
ul.article-info li.article-day {
    font-weight: 700;
}
ul.article-info li.article-day + li {
    margin-left: 10px;
}

ul.article-cgy {
    font-size: 0;
}
ul.article-cgy li {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
ul.article-cgy li a, ul.article-cgy li span {
    background-color: #108B96;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
    background: #108B96;
    font-weight: 700;
}
ul.article-cgy li a, ul.article-cgy li a:hover, ul.article-cgy li a:visited, ul.article-cgy li a:link {
    color: #fff;
    text-decoration: none;
}
ul.article-cgy li a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.article-list {
    margin-bottom: 40px;
}
.article-list.textend_dots h2, .article-list.textend_dots h3 {
    overflow: hidden;
    max-height: 1.7em;
    line-height: 1.7em;
}
.article-list.textend_dots h2 .textline, .article-list.textend_dots h3 .textline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.7em;
}
.article-list.textend_grad h2 a, .article-list.textend_grad h3 a {
    height: 1.7em;
    overflow: hidden;
    display: block;
    position: relative;
}
.article-list.textend_grad h2 a:after, .article-list.textend_grad h3 a:after {
    content: "";
    display: block;
    width: 5em;
    height: 1.7em;
    background-image: url(../img/article/textend_grad.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.article-list-item {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
    .article-list-item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.article-list-item-cat {
    width: 130px;
    padding: 0 10px 0 0;
    display: block;
}
.article-list-item-cat a, .article-list-item-cat span {
    min-width: 100px;
    display: block;
    text-align: center;
    border: #DC5310 2px solid;
    color: #DC5310;
    padding: 3px 5%;
    margin: auto;
}
.article-list-item-cat a, .article-list-item-cat a:hover, .article-list-item-cat a:visited, .article-list-item-cat a:link {
    color: #DC5310;
    text-decoration: none;
}
.article-list-item-cat a:hover {
    text-decoration: none;
    background-color: #DC5310;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .article-list-item-cat {
        width: auto;
    }
}

.article-list-item-date {
    width: 130px;
    padding: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
    .article-list-item-date {
        width: auto;
    }
}

.article-list-item-ttl {
    width: calc(100% - 260px);
    padding-right: 20px;
    background-image: url(../img/arrow/arrow_right_c.svg);
    background-size: 20px 20px;
    background-position: right center;
    font-weight: 700;
}
.article-list-item-ttl a {
    padding: 2px 0;
}
@media screen and (max-width: 768px) {
    .article-list-item-ttl {
        width: 100%;
        margin-top: 10px;
    }
}

.article-list_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px 40px;
}
@media screen and (max-width: 568px) {
    .article-list_grid {
        margin: 0 -5px 20px;
    }
}
@media screen and (max-width: 414px) {
    .article-list_grid {
        margin: 0 0 20px;
    }
}
.article-list_grid a {
    display: block;
}
.article-list_grid a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.article-list_grid a:hover img {
    opacity: 1;
}

.article-list_grid-item {
    width: 33.33%;
    padding: 0 8px;
    margin-bottom: 20px;
}
@media screen and (max-width: 568px) {
    .article-list_grid-item {
        width: 50%;
        padding: 0 5px;
    }
}
@media screen and (max-width: 414px) {
    .article-list_grid-item {
        width: 100%;
    }
}

.article-list_grid-item-bg_box {
    border: solid 1px;
}

.article-list_grid-item-thum {
    position: relative;
}
.article-list_grid-item-thum::before {
    content: "";
    display: block;
    padding-top: 66.67%;
}
.article-list_grid-item-thum img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.article-list_grid-item-thum .pop {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #C94447;
    color: #FFF;
    padding: 0.5em 0.7em;
    border-radius: 0 0 10px 0;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
}

.article-list_grid-item-text_cont {
    padding: 15px 15px 20px;
}

.article-list_grid-item-ttl {
    font-weight: 700;
    overflow: hidden;
    max-height: 3.4em;
    line-height: 1.7em;
}
.article-list_grid-item-ttl .textline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.7em;
}

ul.article-list_grid-item-info li.article-day {
    width: 100%;
    font-weight: 400;
}
ul.article-list_grid-item-info li.article-day + li {
    margin-left: 0;
}
ul.article-list_grid-item-info ul.article-cgy li a, ul.article-list_grid-item-info ul.article-cgy li span {
    background-size: 10px auto;
    padding: 2px 10px;
}

.article-list_grid-item-text {
    overflow: hidden;
    max-height: 5.1em;
    line-height: 1.7em;
    padding: 0;
}
.article-list_grid-item-text .textline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.7em;
}

.article-tag li {
    display: inline-block;
    margin: 0 5px 10px 0;
}
.article-tag li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
    background: #DC5310;
    padding: 5px;
}
.article-tag li a:link, .article-tag li a:visited, .article-tag li a:active {
    color: #FFF;
    background-color: #DC5310;
}
.article-tag li a:hover {
    opacity: 0.8;
}

div.editor {
    padding: 20px 0 0 0;
}
@media screen and (max-width: 568px) {
    div.editor {
        padding: 20px 0 0 0;
    }
}
div.editor h1,
div.editor h2,
div.editor h3,
div.editor h4,
div.editor h5,
div.editor h6 {
    font-weight: bold;
}
div.editor h1 {
    padding: 2px 0 2px 8px;
    margin-bottom: 1em;
    line-height: 1.3em;
    color: #DC5310;
    border-left: #DC5310 3px solid;
}
div.editor h2 {
    padding: 2px 0 2px 8px;
    margin-bottom: 1em;
    line-height: 1.3em;
    color: #DC5310;
    border-left: #DC5310 3px solid;
}
div.editor a:link, div.editor a:visited, div.editor a:active, div.editor a:hover {
    text-decoration: underline;
    color: #DC5310;
}
div.editor p {
    margin-bottom: 1em;
}
div.editor p br {
    clear: inherit;
}
div.editor br {
    clear: both;
}
div.editor .center {
    text-align: center;
    text-indent: 0;
}
div.editor .left {
    float: left;
    text-indent: 0;
}
div.editor .right {
    float: right;
    text-indent: 0;
}
div.editor strong {
    font-weight: bold;
}
div.editor em {
    font-style: italic;
}
div.editor blockquote {
    background-color: #e1e1e1;
    padding: 3em 1em;
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
}
div.editor blockquote:before {
    content: "“";
    font-size: 400%;
    line-height: 1em;
    color: #FFF;
    position: absolute;
    left: 10px;
    top: 10px;
}
@media screen and (max-width: 768px) {
    div.editor blockquote:before {
        left: 5px;
        top: 5px;
    }
}
div.editor blockquote:after {
    content: "”";
    font-size: 400%;
    line-height: 0em;
    color: #FFF;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
@media screen and (max-width: 768px) {
    div.editor blockquote:after {
        right: 5px;
        bottom: 5px;
    }
}
div.editor img {
    max-width: 100%;
    height: auto !important;
}
div.editor .f_left {
    float: left;
}
@media screen and (max-width: 568px) {
    div.editor .f_left {
        float: none;
    }
}
div.editor .f_right {
    float: right;
}
@media screen and (max-width: 568px) {
    div.editor .f_right {
        float: none;
    }
}
div.editor .aligncenter {
    margin: 3% auto;
}
div.editor .alignright {
    float: right;
    margin: 3% 0 3% 3%;
}
@media screen and (max-width: 568px) {
    div.editor .alignright {
        float: none;
        margin: 3% auto;
    }
}
div.editor .alignleft {
    float: left;
    margin: 3% 3% 3% 0;
}
@media screen and (max-width: 568px) {
    div.editor .alignleft {
        float: none;
        margin: 3% auto;
    }
}
div.editor ul,
div.editor ol {
    margin: 3% 0;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    div.editor ul,
    div.editor ol {
        padding: 10px 0 10px 10px;
    }
}
div.editor li {
    line-height: 1.5em;
    list-style-position: inside;
}
@media screen and (max-width: 568px) {
    div.editor li {
        line-height: 1.7em;
    }
}
div.editor ul li {
    list-style-type: disc;
}
div.editor ol li {
    list-style-type: decimal;
}
div.editor table {
    border-collapse: collapse;
}
div.editor table th, div.editor table td {
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
}
div.editor table th {
    font-weight: bold;
}
div.editor .wp-block-embed__wrapper iframe {
    width: 100% !important;
}
div.editor .wp-block-embed-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 60px !important;
    margin-top: 3%;
}
div.editor .wp-block-embed-youtube .wp-block-embed__wrapper {
    position: static;
}
div.editor .wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
div.editor .wp-block-embed figcaption {
    position: absolute;
    z-index: 10;
    top: 100.25%;
    left: 0;
    right: 0;
    font-size: 80%;
    text-align: center;
}
div.editor .wp-block-image figcaption {
    font-size: 80%;
    text-align: center;
}
div.editor .wp-block-file__button {
    background-color: #DC5310;
    color: #fff !important;
    text-decoration: none !important;
}
div.editor .wp-block-file__button:hover {
    background-color: #108B96;
    color: #fff !important;
}
div.editor .wp-block-button.aligncenter {
    text-align: center;
}
div.editor .wp-block-button a {
    margin: 0 auto 50px;
    width: 90%;
    max-width: 250px;
    color: #fff;
    background: #108B96 !important;
    padding: 15px 20px;
    border-radius: 100px;
    text-decoration: none;
    text-align: center;
    display: block;
}
div.editor .wp-block-button a:hover {
    opacity: 0.8;
}
div.editor .a2a_button_twitter span, div.editor .a2a_button_facebook span, div.editor .a2a_button_line span {
    background-color: transparent !important;
}
div.editor .a2a_button_twitter path, div.editor .a2a_button_facebook path, div.editor .a2a_button_line path {
    fill: #DC5310;
}
div.editor .wp-block-cover {
    margin: 3% auto;
}

.page-links {
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-links {
        text-align: center;
    }
}
.page-links .post-page-numbers {
    background-color: #fff;
    font-size: 18px;
    padding: 5px 12px;
    text-decoration: none !important;
    border: 2px solid #DC5310;
    margin: 0 3px;
}
.page-links .post-page-numbers:hover {
    background-color: #108B96;
    border: 2px solid #108B96;
    color: #fff !important;
}
.page-links .post-page-numbers.current {
    background-color: #DC5310;
    border: 2px solid #DC5310;
    color: #fff !important;
}

#container { 
    padding-top: 75px;
}
@media screen and (max-width: 768px) {
    #container {
        padding-top: 52px;
    }
}

.l-wrap {
    max-width: 1230px;
    width: 95%;
    margin: 0 auto;
}

.p-topVisual {
    background: url("https://quynhontourism.com/wp-content/uploads/2024/07/dulichquynhon.jpg") no-repeat center;
    background-size: cover;
    padding: 150px 0px 200px 0px;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 768px) {
    .p-topVisual {
        padding: 30px 0 40px;
        background-position: left center;
    }
}
.p-topVisual__cont {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}
.p-topVisual__cont h1 {
    font-size: 3.5rem;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
        font-weight: 800;
}
@media screen and (max-width: 768px) {
    .p-topVisual__cont h1 {
        font-size: 20px;
        margin-bottom: 0;
            font-weight: 800;
    }
}
.p-topVisual__cont .txt-intro {
    text-align: center;
    color: #fff;
    font-size:20px;
}
.p-topVisual__form {
    width: 90%;
    margin: 20px auto 0;
    background: #FFF;
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 70px;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form {
        width: 100%;
        border-radius: 0.5rem;
        margin-top: 16px;
        padding: 12px 10px;
    }
}
.p-topVisual__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form form {
        display: block;
        padding: 0;
    }
}
.p-topVisual__form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__inner {
        width: 100%;
        display: block;
    }
}
.p-topVisual__form__inner .form-search-row {
    width: 33.33%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__inner .form-search-row {
        width: 100%;
        padding: 10px 10px 12px;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #e6e8e9;
    }
}
.p-topVisual__form__inner .form-search-row:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #e6e8e9;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__inner .form-search-row:after {
        display: none;
    }
}
.p-topVisual__form__inner .form-search-row:first-child {
    padding-left: 0;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__inner .form-search-row:first-child {
        padding-left: 10px;
    }
}
.p-topVisual__form__inner .form-search-row .icon {
    width: 35px;
    padding-right: 5px;
}
.p-topVisual__form__inner .form-search-row .cont {
    width: calc(100% - 35px);
    position: relative;
}
.p-topVisual__form__inner .form-search-row .cont-head label {
    display: block;
    color: #5E6D77;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__inner .form-search-row .cont-head label {
        display: none;
    }
}
.p-topVisual__form__inner .form-search-row .cont-head .js-init {
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: #212529;
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 0;
}
.p-topVisual__form__inner .form-search-row .cont-head .js-init::-webkit-input-placeholder {
    color: #212529;
}
.p-topVisual__form__inner .form-search-row .cont-head .js-init::-moz-placeholder {
    color: #212529;
}
.p-topVisual__form__inner .form-search-row .cont-head .js-init:-ms-input-placeholder {
    color: #212529;
}
.p-topVisual__form__inner .form-search-row .cont-head .js-init:-moz-placeholder {
    color: #212529;
}
.p-topVisual__form__inner .form-search-row .cont-sub {
    display: none;
    position: absolute;
    min-width: 360px;
    width: 100%;
    top: 120%;
    left: 50%;
    background: #fff;
    padding: 20px 15px 10px 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 20px;
    z-index: 9;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__inner .form-search-row .cont-sub {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: scroll;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        z-index: 9999;
        margin-top: 0;
        border-radius: 0;
        padding: 0;
    }
}
.p-topVisual__form__inner .form-search-row .cont-sub__head {
    display: none;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__inner .form-search-row .cont-sub__head {
        font-size: 16px;
        display: block;
        background: #F7F8FA;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding: 20px;
        text-align: center;
        position: relative;
    }
}
.p-topVisual__form__inner .form-search-row .cont-sub__head .close-sidebar {
    position: absolute;
    margin-bottom: 0;
    left: 30px;
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -3px;
}
.p-topVisual__form__inner .form-search-row .cont-sub .select-list {
    height: 180px;
    overflow: scroll;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__inner .form-search-row .cont-sub .select-list {
        height: calc(100% - 120px);
        width: calc(100% - 20px);
        margin: 20px auto 0;
    }
}
.p-topVisual__form__inner .form-search-row .cont-sub .select-list li label {
    cursor: pointer;
    display: block;
    padding: 10px 20px 10px 20px;
}
.p-topVisual__form__inner .form-search-row .cont-sub .select-list li label:hover {
    background: #f1f2f3;
    border-radius: 5px;
}
.p-topVisual__form__inner .form-search-row .cont-sub .select-list input[type=checkbox] + label {
    position: relative;
    padding-right: 50px;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__inner .form-search-row .cont-sub .select-list input[type=checkbox] + label {
        padding-right: 20px;
    }
}
.p-topVisual__form__inner .form-search-row .cont-sub .select-list input[type=checkbox] + label:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #BEBEBE;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__inner .form-search-row .cont-sub .select-list input[type=checkbox] + label:before {
        right: 20px;
    }
}
.p-topVisual__form__inner .form-search-row .cont-sub .select-list input[type=checkbox] + label:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/common/ico-checked.svg") no-repeat center;
    background-size: 16px 16px;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -10px;
    display: none;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__inner .form-search-row .cont-sub .select-list input[type=checkbox] + label:after {
        right: 20px;
    }
}
.p-topVisual__form__inner .form-search-row .cont-sub .select-list input[type=checkbox]:checked + label:after {
    display: block;
}
.p-topVisual__form__inner .form-search-row .cont-sub .btn-select {
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 1rem;
    margin-left: auto;
    cursor: pointer;
    color: #fff;
    background: #15ae62;
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__inner .form-search-row .cont-sub .btn-select {
        border-radius: 0;
        width: calc(100% - 30px);
        position: fixed;
        bottom: 10px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
    }
}
.p-topVisual__form__inner .form-search-row .cont-sub .btn-select:hover {
    opacity: 0.65;
}
.p-topVisual__form__action {
    width: 15%;
    padding-left: 20px;
    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;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__action {
        width: 100%;
        padding-left: 0;
    }
}
.p-topVisual__form__action button {
    width: 100%;
    max-width: 100px;
    text-align: center;
    background: #15ae62;
    font-size: 14px;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
    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;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .p-topVisual__form__action button {
        max-width: 100%;
        border-radius: 5px;
        font-size: 16px;
    }
}
.p-topVisual__form__action button span {
    padding: 2px 0 2px 20px;
    background: url("../img/front/ico-search.svg") no-repeat left center;
    background-size: 14px 14px;
}
.p-topVisual__form__action button:hover {
    opacity: 0.65;
}

.p-blog #container {
    min-height: 0;
}
.p-blog__intro {
    padding: 0 15px;
    height: 148px;
    background: -webkit-gradient(linear, left top, left bottom, from(#dff4fa), to(#fff));
    background: linear-gradient(180deg, #dff4fa, #fff);
}
@media screen and (max-width: 768px) {
    .p-blog__intro {
        padding: 0;
        height: auto;
        background: none;
    }
}
@media screen and (max-width: 768px) {
    .p-blog__intro .l-wrap {
        width: 100%;
    }
}
.p-blog__intro h1 {
    font-size: 28px;
    font-weight: 600;
    color: #00293a;
    padding: 3.2rem 0;
}
h1.title {
    font-size: 28px;
    font-weight: 600;
    color: #00293a; 
}
@media screen and (max-width: 768px) {
    .p-blog__intro h1 {
        display: none;
    }
}
.p-blog__list {
    margin: 30px 0 40px;
}
@media screen and (max-width: 768px) {
    .p-blog__list {
        margin: 20px 0 32px;
    }
}
.p-blog__list .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3.2rem;
    border-bottom: 0.1rem solid #e6e8e9;
}
@media screen and (max-width: 768px) {
    .p-blog__list .d-flex {
        display: block !important;
        padding: 0 10px;
        margin-bottom: 1.6rem;
    }
}

.list-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.1rem solid #e6e8e9;
}
@media screen and (max-width: 768px) {
    .list-category {
        background: -webkit-gradient(linear, left top, left bottom, from(#e4f9ff), to(#f3fafc));
        background: linear-gradient(180deg, #e4f9ff, #f3fafc);
        padding: 10px 0 10px 20px;
        overflow: scroll;
    }
}
.list-category li {
    color: #00293a;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.list-category li:first-child a {
    padding-left: 0;
}
.list-category li.breadcrumb-item {
    display: none;
}
@media screen and (max-width: 768px) {
    .list-category li.breadcrumb-item {
        display: block;
        padding-top: 2px;
    }
}
@media screen and (max-width: 768px) {
    .list-category li.breadcrumb-item a:after {
        background: none;
        width: 6px;
        height: 7px;
        background: url("../img/common/ic-right-breadcrumb.svg") no-repeat center;
        background-size: contain;
    }
}
.list-category li.active {
    border-bottom: 4px solid #15ae62;
}
@media screen and (max-width: 768px) {
    .list-category li.active {
        border-bottom: none;
    }
}
@media screen and (max-width: 768px) {
    .list-category li.active a {
        color: #00293a;
    }
}
@media screen and (max-width: 768px) {
    .list-category li.active a:after {
        background: none;
        width: 6px;
        height: 7px;
        background: url("../img/common/ic-right-breadcrumb.svg") no-repeat center;
        background-size: contain;
    }
}
.list-category li a {
    display: block;
    font-weight: 600;
    padding: 0 15px 0.6rem;
    position: relative;
}
@media screen and (max-width: 768px) {
    .list-category li a {
        white-space: nowrap;
        color: #798a9a;
        font-size: 12px;
        padding-bottom: 0;
    }
}
.list-category li a:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #C6CFD6;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -4px;
}
@media screen and (max-width: 768px) {
    .list-category li a:after {
        margin-top: 0;
    }
}
.list-category li a:hover {
    color: #15ae62;
}

.c-article {
    width: calc(33.33% - 24px);
    margin-right: 36px;
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .c-article {
        width: 100%;
        margin: 0 0 20px;
    }
}
.c-article:nth-child(3n) {
    margin-right: 0;
}
.c-article a {
    display: block;
}
.c-article__thumb a {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.c-article__thumb a:hover {
    opacity: 1;
}
.c-article__thumb a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.c-article__thumb a:before {
    content: "";
    display: block;
    padding-top: 54.5%;
}
@media screen and (max-width: 768px) {
    .c-article__thumb a:before {
        padding-top: 55.8%;
    }
}
.c-article__thumb a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.c-article__desc .ttl {
    font-weight: 600;
    line-height: 2.4rem;
    color: #00293a;
    font-size: 18px;
    margin: 0.8rem 0;
}
@media screen and (max-width: 768px) {
    .c-article__desc .ttl {
        font-size: 14px;
    }
}
.c-article__desc .ttl a:hover {
    color: #15ae62;
}
.c-article__desc .date {
    margin: 16px 0 8px;
    font-size: 14px;
    color: #798a9a;
}
.c-article__desc .cate a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    margin: 1.2rem 0 0.4rem;
    letter-spacing: 0.05em;
    color: #15ae62;
    text-transform: uppercase;    
	
}
@media screen and (max-width: 768px) {
    .c-article__desc .cate a {
        font-size: 11px;
        margin: 8px 0 0;
    }
}
.c-article__desc .txt {
    overflow: hidden;
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    color: #798a9a;
    font-size: 14px;margin-top: 10px;
}
.p-tourWrap__right.is-lay-grid .c-article__desc {
    display: block;
}
.p-tourWrap__right.is-lay-grid .c-article__desc-right {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .c-article__desc .txt {
        display: none;
    }
}

.article-pager {
    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;
}
.article-pager .page-numbers {
    cursor: pointer;
    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;
    width: 44px;
    height: 44px;
    background-color: #f4f6fa;
    border: none !important;
    border-radius: 50%;
    line-height: 44px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-right: 8px !important;
    color: #00293a;
    font-size: 18px;
    font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
    .article-pager .page-numbers {
        width: 32px;
        height: 32px;
        font-size: 14px;
        padding: 0;
    }
}
.article-pager .current {
    color: #fff;
    background: #15ae62;
}
.article-pager .next {
    font-size: 0;
    margin-left: 28px;
    background: #f4f6fa url("../img/common/arrow-next.svg") no-repeat center;
    background-size: 16px 13px;
}
@media screen and (max-width: 768px) {
    .article-pager .next {
        margin-left: 24px;
    }
}
.article-pager .prev {
    font-size: 0;
    margin-right: 28px;
    background: #f4f6fa url("../img/common/arrow-previous.svg") no-repeat center;
    background-size: 16px 13px;
}
@media screen and (max-width: 768px) {
    .article-pager .prev {
        margin-right: 24px;
    }
}

/*===============+Single=================*/
.p-singleBlog .p-blog__intro {
    height: auto;
}
.p-singleBlog .list-category {
    padding-top: 13px;
}
.p-singleBlog .list-category .breadcrumb-item {
    display: block;
}
.p-singleBlog .list-category .breadcrumb-item a {
    padding-top: 5px;
}
.p-singleBlog .list-category .breadcrumb-item a:after {
    background: none;
    width: 6px;
    height: 7px;
    background: url("../img/common/ic-right-breadcrumb.svg") no-repeat center;
    background-size: contain;
    margin-top: -2px;
}
.p-singleBlog .list-category li.active {
    border-bottom: none;
}
.p-singleBlog .list-category li.active a {
    color: #00293a;
}
.p-singleBlog .list-category li.active a:after {
    background: none;
    width: 6px;
    height: 7px;
    background: url("../img/common/ic-right-breadcrumb.svg") no-repeat center;
    background-size: contain;
}
.p-singleBlog .list-category li a {
    color: #798a9a;
}
.p-singleBlog .banner-advertise {
    padding: 16px 20px 28px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f6fa));
    background: linear-gradient(180deg, #ffffff 0%, #f4f6fa 100%);
}
@media screen and (max-width: 768px) {
    .p-singleBlog .banner-advertise {
        padding: 11px 0 0;
        background: transparent;
    }
}
@media screen and (max-width: 768px) {
    .p-singleBlog .banner-advertise-hideSP {
        display: none;
    }
}
.p-singleBlog .banner-advertise p {
    font-weight: 500;
   font-size: 10px;
    padding-bottom: 0.4rem;
}

.article__detail {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 0 10px;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: visible;
}
@media screen and (max-width: 768px) {
    .article__detail {
        display: block;
    }
}
.article__detail-left {
    width: 102px;
    padding: 36px 20px 0;
}
@media screen and (max-width: 768px) {
    .article__detail-left {
        display: none;
    }
}
.article__detail-left .icon-link {
    border: 1px solid #e6e8e9;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 54px;
    width: 54px;
    margin-top: 8px;
}
.article__detail-left a {
    border: 1px solid #e6e8e9;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 54px;
    width: 54px;
    margin-top: 8px;
}
.article__detail-middle {
    width: 862px;
    padding: 36px 92px;
    border-left: 0.1rem solid #e6e8e9;
    border-right: 0.1rem solid #e6e8e9;
}
@media screen and (max-width: 768px) {
    .article__detail-middle {
        width: 100%;
        border: none;
        padding: 16px 10px 0;
    }
}
.article__detail-middle .post-date {
    padding-left: 25px;
    color: #798a9a;
    background: url("../img/common/clock.svg") no-repeat left center;
    background-size: 16px 16px;
}
.article__detail-middle .post-title {
    line-height: 4.4rem;
    font-weight: 600;
    font-size: 32px;
    color: #00293a;
}
.article__detail-middle .post-intro {
    border-left: 4px solid #15ae62;
    margin: 1.2rem 0 2rem;
    font-size: 18px;
    padding-left: 1.6rem;
    line-height: 2.4rem;
    color: #1a3e4e;
}
.article__detail-middle .post-thumb {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
}
.article__detail-right {
    width: calc(100% - 964px);
    padding-top: 36px;
    position: sticky;
    top: 108px;
}
@media screen and (max-width: 768px) {
    .article__detail-right {
        display: none;
    }
}
.article__detail-right .promotion__news {
    padding-left: 2.8rem;
}

.article-nav {
    width: 100%;
    height: auto;
    padding: 10px 0;
}
.article-nav .share_box {
    text-align: center;
}
.article-nav .share_box .share_bg_box {
    border-top: 0.1rem solid #e6e8e9;
    border-bottom: 0.1rem solid #e6e8e9;
    padding: 1.3rem 0 1.1rem;
}
@media screen and (max-width: 768px) {
    .article-nav .share_box .share_bg_box {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
.article-nav .share_box .txt-link {
    font-weight: 600;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .article-nav .share_box .txt-link {
        font-size: 14px;
    }
}
.article-nav .share_box .list_sns_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
}
.article-nav .share_box .list_sns_share li + li {
    margin-left: 13px;
}
.article-nav .share_box .list_sns_share p {
    color: #DC5310;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.article-nav .share_box .list_sns_share a {
    display: block;
}

.article__relate {
    max-width: 1230px;
    margin: 0 auto 50px;
    padding-top: 30px;
    border-top: 0.1rem solid #e6e8e9;
}
@media screen and (max-width: 768px) {
    .article__relate {
        border-top: none;
        margin: 29px auto 19px;
        padding: 0 10px;
    }
}
.article__relate h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    color: #00293a;
}
@media screen and (max-width: 768px) {
    .article__relate h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .article__relate__list {
        display: block !important;
    }
}
.article__relate__list .c-article {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .article__relate__list .c-article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 16px 0;
    }
}
@media screen and (max-width: 768px) {
    .article__relate__list .c-article + .c-article {
        border-top: 1px solid #e6eaeb;
    }
}
@media screen and (max-width: 768px) {
    .article__relate__list .c-article__thumb {
        width: 35%;
    }
}
.article__relate__list .c-article__desc {
    padding-left: 12px;
}
@media screen and (max-width: 768px) {
    .article__relate__list .c-article__desc {
        width: 65%;
    }
}
@media screen and (max-width: 768px) {
    .article__relate__list .c-article__desc .date {
        margin: 0;
        font-size: 11px;
    }
}
.article__relate__list .c-article__desc .ttl {
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .article__relate__list .c-article__desc .ttl {
        font-size: 14px;
        margin-bottom: 2px;
    }
}
.article__relate .list-link a {
    font-size: 12px;
    display: block;
    background-color: #f4f6fa;
    padding-bottom: 7px;
    color: #15ae62;
    padding-top: 7px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
}

.p-tour .c-bub {
    display: block;
}
.p-tour .p-tourWrap {
    padding: 20px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 768px) {
    .p-tour .p-tourWrap {
        padding: 0 0 50px;
        display: block;
    }
}
.p-tour .p-tourWrap__toggle {
    width: 94px;
    cursor: pointer;
    background: #FFFFFF url("../img/common/icon-filter.png") no-repeat left 10px center;
    background-size: 28px 20px;
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 14px;
    color: #232323;
    padding: 0.5rem 1.25rem 0.5rem 1rem;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .p-tour .p-tourWrap__toggle {
        display: block;
        text-align: right;
    }
}
.p-tour .p-tourWrap__left {
    width: 295px;
}
@media screen and (max-width: 768px) {
    .p-tour .p-tourWrap__left {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100vh;
        overflow: scroll;
        z-index: 9999;
        padding: 30px;
    }
}
.p-tour .p-tourWrap__left .c-box {
    padding: 30px 20px;
    background: #F7F8FA;
    border-radius: 8px;
    margin-bottom: 30px;
}
.p-tour .p-tourWrap__left .c-box__head {
    font-weight: 700;
    cursor: pointer;
    position: relative;
}
.p-tour .p-tourWrap__left .c-box__head:after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    width: 8px;
    height: 8px;
    border-left: 2px solid #727272;
    border-top: 2px solid #727272;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.p-tour .p-tourWrap__left .c-box__head.is-open:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.p-tour .p-tourWrap__left .c-box__inner {
    margin-top: 15px;
}
.p-tour .p-tourWrap__left .c-box__inner li + li {
    margin-top: 8px;
}
.p-tour .p-tourWrap__left .c-box__inner input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}
.p-tour .p-tourWrap__left .c-box__inner input[type=checkbox] + label {
    font-size: 14px;
    color: #727272;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.p-tour .p-tourWrap__left .c-box__inner input[type=checkbox] + label:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #BEBEBE;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.p-tour .p-tourWrap__left .c-box__inner input[type=checkbox] + label:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/common/ico-checked.svg") no-repeat center;
    background-size: 16px 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    display: none;
}
.p-tour .p-tourWrap__left .c-box__inner input[type=checkbox]:checked + label:after {
    display: block;
}
.p-tour .p-tourWrap__right {
    width: calc(100% - 295px);
    padding-left: 40px;
}
@media screen and (max-width: 768px) {
    .p-tour .p-tourWrap__right {
        width: 100%;
        padding-left: 0;
    }
}
.p-tour .p-tourWrap__result__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .p-tour .p-tourWrap__result__top {
        margin-bottom: 30px;
    }
}
.p-tour .p-tourWrap__result__top .number-post {
    font-weight: 600;
}
.p-tour .p-tourWrap__result__top .number-post span {
    color: #ed0925;
    font-size: 20px;
}
.p-tour .p-tourWrap__result__top .lay-post {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media screen and (max-width: 768px) {
    .p-tour .p-tourWrap__result__top .lay-post {
        display: none;
    }
}
.p-tour .p-tourWrap__result__top .lay-post p {
    width: 22px;
    cursor: pointer;
    margin: 0 5px;
}
p#breadcrumbs {
    margin-top: 10px;
}
.p-tour .p-tourWrap__result__top .lay-post .js-lay-off {
    position: relative;
    background: #fff;
    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;
}
.p-tour .p-tourWrap__result__top .lay-post .js-lay-off img {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
}
.p-tour .p-tourWrap__result__top .lay-post .js-lay-off .on {
    display: none;
    position: absolute;
    top: 12px;
    left: 0;
}
.p-tour .p-tourWrap__result__top .lay-post .js-lay-off.active .on {
    display: block;
}
.p-tour .p-tourWrap__result__top .lay-post .js-lay-off.active .off {
    display: none;
}
.p-tour .p-tourWrap__result__top .lay-post .js-lay-on {
    position: relative;
    background: #fff;
    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;
}
.p-tour .p-tourWrap__result__top .lay-post .js-lay-on .on {
    display: none;
    position: absolute;
    top: 12px;
    left: 0;
}
.p-tour .p-tourWrap__result__top .lay-post .js-lay-on.active .off {
    display: none !important;
}
.p-tour .p-tourWrap__result__top .lay-post .js-lay-on.active .on {
    display: block !important;
}
.p-tour .p-tourWrap .is-lay-grid .p-tour__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.p-tour .p-tourWrap .is-lay-grid .p-tour__list .c-article {
    display: block;
    width: calc(33.33% - 24px);
    margin-right: 36px;
    margin-bottom: 60px;
}
.p-tour .p-tourWrap .is-lay-grid .p-tour__list .c-article:nth-child(3n) {
    margin-right: 0;
}
.p-tour .p-tourWrap .is-lay-grid .p-tour__list .c-article__desc {
    width: 100%;
}
.p-tour__list {
    display: block;
}
.p-tour__list .c-article {
    width: 100%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .p-tour__list .c-article {
        display: block;
    }
}
.p-tour__list .c-article__thumb {
    width: 305px;
}
@media screen and (max-width: 768px) {
    .p-tour__list .c-article__thumb {
        width: 100%;
    }
}
.p-tour__list .c-article__thumb a {
    height: 100%;
    border-radius: 0;
    display: block;
}
@media screen and (max-width: 768px) {
    .p-tour__list .c-article__thumb a:before {
        padding-top: 42.5%;
    }
}
.p-tour__list .c-article__desc {
    width: calc(100% - 305px);
    padding: 20px;
}
@media screen and (max-width: 768px) {
    .p-tour__list .c-article__desc {
        width: 100%;
        padding: 15px 20px;
    }
}

.p-tourBread .c-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}
.p-tourBread .c-breadcrumb a {
    font-size: 14px;
    position: relative;
}
.p-tourBread .c-breadcrumb a:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #232323;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(25deg);
            transform: translateY(-50%) rotate(25deg);
}
.p-tourBread .c-breadcrumb li {
    padding: 0 10px;
}
.p-tourBread .c-breadcrumb li:last-child a {
    color: #5E6D77;
}
.p-tourBread .c-breadcrumb li:last-child a:after {
    display: none;
}

.page404__content {
    padding: 100px 0;
    text-align: center;
}
.page404__content .c-ttl01 {
    font-weight: 600;
    font-size: 8rem;
    line-height: 1;
    color: #15ae62;
    margin-bottom: 20px;
}
.page404__content .txt-404 {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 40px;
}
.page404__content .btn-backtop {
    font-size: 20px;
    text-decoration: underline;
}
.wp-caption {
    max-width: 100%;
}