@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Barlow:wght@400;700&family=Roboto:wght@400;700&display=swap');

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1270px;
    }
}

html {
    width: 100%;
    overflow-x: hidden;
}

:focus-visible {
    outline: none;
}

body {
    color: #222;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    overflow-x: hidden;
    background: rgba(245, 245, 245, 0.36);
}

.row {
    // --bs-gutter-x: 30px;
}

b,
strong {
    font-weight: 700;
    //		color:#23304C;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 800;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs22 {
    font-size: 22px;
}

.fs23 {
    font-size: 23px;
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.fs26 {
    font-size: 26px;
}

.fs27 {
    font-size: 27px;
}

.fs28 {
    font-size: 28px;
}

.fs29 {
    font-size: 29px;
}

.fs30 {
    font-size: 30px;
}

.fs35 {
    font-size: 35px;
}

.fs40 {
    font-size: 40px;
}

.fs45 {
    font-size: 45px;
}

.fs50 {
    font-size: 50px;
}

.fs55 {
    font-size: 55px;
}

.fs60 {
    font-size: 60px;
}

.fs65 {
    font-size: 65px;
}

.fs85 {
    font-size: 85px;
}

@media (max-width: 729px) {

    .fs13 {
        font-size: 12px;
    }

    .fs14 {
        font-size: 13px;
    }

    .fs15 {
        font-size: 14px;
    }

    .fs16 {
        font-size: 15px;
    }

    .fs17 {
        font-size: 16px;
    }

    .fs18 {
        font-size: 17px;
    }

    .fs19 {
        font-size: 18px;
    }

    .fs20 {
        font-size: 19px;
    }

    .fs21 {
        font-size: 20px;
    }

    .fs22 {
        font-size: 21px;
    }

    .fs23 {
        font-size: 22px;
    }

    .fs24 {
        font-size: 23px;
    }

    .fs25 {
        font-size: 24px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs27 {
        font-size: 20px;
    }

    .fs28 {
        font-size: 20px;
    }

    .fs29 {
        font-size: 20px;
    }

    .fs30 {
        font-size: 20px;
    }

    .fs35 {
        font-size: 25px;
    }

    .fs40 {
        font-size: 25px;
    }

    .fs45 {
        font-size: 25px;
    }

    .fs50 {
        font-size: 30px;
    }

    .fs55 {
        font-size: 30px;
    }

    .fs60 {
        font-size: 40px;
    }

    .fs65 {
        font-size: 40px;
    }

    .fs85 {
        font-size: 65px;
    }
}

[type=search] {
    outline-offset: 0px;
}

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

.em {
    font-style: italic;
}


.effect {
    display: block;
    position: relative;
    overflow: hidden
}

.effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s
}

.img_item img {
    height: auto !important;
    max-width: 100%;
    width: 100%;
    display: block
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}


ins {
    text-decoration: none;
}

a {
    color: #23304C;
    text-decoration: none;
}

a:hover {
    color: #222;
}

a:focus,
a:hover {
    text-decoration: none;
}

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

.post_content iframe {
    min-height: 300px;
    min-height: 300px;
}

.post_content blockquote {
    border-left: 2px solid #ab9280;
}

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


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

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

.Bgwrap {
    background: transparent url("img/bg2.png") no-repeat scroll center bottom;
}

* {
    //transition: all 0.3s ease;
}

blockquote {
    font-size: 13px;
}

.pt0 {
    padding-top: 0px;
}

.pt1 {
    padding-top: 0px;
}

.pt2 {
    padding-top: 20px;
}

.pt3 {
    padding-top: 30px;
}

.pt4 {
    padding-top: 40px;
}

.pt5 {
    padding-top: 50px;
}

.pb0 {
    padding-bottom: 0px;
}

.pb1 {
    padding-bottom: 10px;
}

.pb2 {
    padding-bottom: 20px;
}

.pb3 {
    padding-bottom: 30px;
}

.pb4 {
    padding-bottom: 40px;
}

.pb5 {
    padding-bottom: 50px;
}

.mt0 {
    margin-top: 0px;
}

.mt1 {
    margin-top: 10px;
}

.mt2 {
    margin-top: 20px;
}

.mt3 {
    margin-top: 30px;
}

.mt4 {
    margin-top: 40px;
}

.mt5 {
    margin-top: 50px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb1 {
    margin-bottom: 10px;
}

.mb2 {
    margin-bottom: 20px;
}

.mb3 {
    margin-bottom: 30px;
}

.mb4 {
    margin-bottom: 40px;
}

.mb5 {
    margin-bottom: 50px;
}

.pr0 {
    padding-right: 0px;
}

.pl0 {
    padding-left: 0px;
}

.tC {
    text-align: center;
}

.tL {
    text-align: left;
}

.tR {
    text-align: right;
}

.product-img,
.box-image {
    overflow: hidden;
}

.box-image img,
.product-img img {
    width: 100%;
    display: block;
    transition: 0.3s ease-out
}

.box-image:hover img,
.product-img:hover img {
    transition: 0.6s ease-in-out;
    transform: scale(1.1);
    opacity: 0.5
}


.line {
    height: 1px;
    background-color: #DEE1E8;
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .text-xs-center {
        text-align: center !Important;
    }




}


.gap {
    width: 100%;
    display: block;
}

.h5 {
    height: 5px
}

.h10 {
    height: 10px
}

.h20 {
    height: 20px
}

.h30 {
    height: 30px
}

.h40 {
    height: 40px
}

.h50 {
    height: 50px
}

.h60 {
    height: 60px
}

.h70 {
    height: 70px
}

.h80 {
    height: 80px
}

.h90 {
    height: 90px
}

.h100 {
    height: 100px
}

.h110 {
    height: 110px
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.page_navi {
    text-align: center;

}

.page_navi a {
    color: #222;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 100%;
    margin: 0 1px;
}

.page_navi .active {
    border-color: rgb(233, 33, 39);
    color: rgb(233, 33, 39);
}

.page_navi a:hover {
    background-color: rgb(233, 33, 39, 0.1);
    color: rgb(233, 33, 39);
}



.pagenavi {
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.pagenavi>* {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.pagenavi .curent {
    background-color: #0f9ed5;
    border-radius: 100%;
    color: #fff;
}


.divider2 {
    height: 3px;
    display: block;
    background-color: #000000;
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
}

.divider3 {
    height: 2px;
    display: block;
    background-color: #fff;
    margin: 15px 0;
    width: 100%;
    max-width: 100px;
}


.divider {
    background-color: #333;
    display: block;
    height: 3px;
    position: relative;
    width: 38px;
    position: relative;
}

.divider:before,
.divider:after {
    content: "";
    height: 3px;
    width: 10px;
    background: #0f9ed5;
    position: absolute;
    left: 43px;
    opacity: .8;
}

.divider:after {
    left: 58px;
    width: 5px;
    opacity: .6;
}

.divider {
    margin-right: auto;
}

.divider,
.section-title-wrapper .divider:after,
.divider:before {
    background-color: #0f9ed5;
}



footer .--policy-term {
    text-align: justify;

    margin-bottom: 20px;
}

.woocommerce-thankyou-order-received{
    font-size: 20px;
    font-weight: 800;
    color: red;
}
/* .PurchaseSteps__StepIcon img {
    width: 40px;
} */
.PurchaseSteps__StepIcon {
    width: 45px;
    height: 45px;
    background-color: #F1C40F;
    border-radius: 60px;
    border: 4px solid rgb(217, 217, 217);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 2.5px;
}

.PurchaseSteps__StepIcon.active {
    width: 45px;
    height: 45px;
    background-color: #E67E22;
    border-radius: 60px;
    border: 4px solid rgba(242, 228, 220, 0.8);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 2.5px;
}

.goTLhX {
    width: 57px;
    min-height: 38px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 10px;
    background-image: linear-gradient(to right, #037dac, #0f9ed5);
    cursor: pointer;
}

.fttotw {
    position: absolute;
    border-radius: 50%;
    background: #05823e;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    bottom: calc(100% - 7px);
    left: calc(100% - 8px);
    padding: 8px;
}

.hHHVXn .ant-select-selector {
    padding-left: 0px !important;
}

.dZHPCZ {
    color: #069457;
    font-weight: 500;
    font-size: 16px;
    margin: 0px 6px 0px 0px;
}

.dZHPCZ span {
    font-weight: 700;
    color: rgb(233, 33, 39);
}


.iBox {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 20px 0px;
    background: rgb(255, 255, 255);
    padding: 36px;
    border-radius: 20px;
}

header.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff !important;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 20px 0px;
    padding-bottom: 5px;
    top: 0px;
}

.list-park {
    background: rgb(255, 255, 255);
    padding: 36px 10px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.header-park {
    margin-left: 6px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 16px;
}

label.ant-checkbox-wrapper.ant-checkbox-wrapper-checked {
    font-weight: 600;
}

.list-endow {
    background-color: #0f9ed5;
    background-image: linear-gradient(#0f9ed5, rgb(255, 250, 239));
    border-radius: 20px;
    padding: 20px;
}

.list-endow .--title-list {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 26px;
    margin-top: 7px;
}

.list-endow .--list {
    overflow-y: auto;
}

.list-endow .--list::-webkit-scrollbar {
    width: 6px;
}

.list-endow .--list::-webkit-scrollbar-track {
    background: #0f9ed5;
}

.list-endow .--list::-webkit-scrollbar-thumb {
    background: rgb(236, 236, 236);
}

.list-endow .--list::-webkit-scrollbar-thumb:hover {
    background: rgb(236, 236, 236);
}

.list-endow .--list .--see-more {
    color: #0f9ed5;
    font-size: 16px;
    cursor: pointer;
}

.list-endow .--item-endow {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 12px;
    cursor: pointer;
}

.list-endow .--item-endow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.list-endow img {
    width: 100%;
}

.park_cat {
    margin-top: 20px
}

.ticketHead {
    background: rgb(255, 255, 255);
    padding: 36px 36px 0px;
    border-radius: 16px 16px 0px 0px;
}

.list_all_ticket {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 20px 0px;
    background: rgb(255, 255, 255);
    padding: 30px 36px 36px;
    border-radius: 20px;
}

.itemTicket .group-img {
    width: 100%;
    position: relative;
    border-radius: 16px;
    aspect-ratio: 1 / 1;
}

.itemTicket .group-img img {
    border-radius: 16px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.itemTicket .learn-more {
    position: absolute;
    bottom: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: linear-gradient(rgba(248, 177, 23, 0) 0%, #005aab40 50.5%, #005aab 100%) rgba(248, 177, 23, 0.004);
    height: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border-radius: 16px;
    cursor: pointer;
}

.ant-divider {
    border-bottom: 2px solid #0f9ed5;
    margin: 24px 0px 34px;
}

.custom-divider {
    border-bottom: 1px solid #0000000f;
}

.input-group.form-inputDate input.form-control {
    border: 0px;
    border-bottom: 1px solid rgb(231, 231, 231);
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.form-inputNumber {
    border: 1px solid rgb(231, 231, 231);
    border-radius: 6px;
    /* padding: 2px; */
    line-height: 1;
    background: rgb(255, 255, 255);
}

.form-inputNumber input.form-control {
    border: 0px;
    text-align: center;
}


.btn-add-cart {
    border: 1px solid #005aab;
    border-radius: 12px;
    color: #005aab;
    background-color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 45px;
    padding: 0px 12px;
    width: 100%;
    font-weight: 600;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Button,
.btn-buy-now {
    width: 100%;
    border: 1px solid #005aab;
    border-radius: 12px;
    background: #005aab;
    color: rgb(255, 255, 255);
    height: 45px;
    padding: 0px 20px;
    margin-left: 18px;
    font-weight: 600;
}

.price_arae {
    font-weight: 600;
    font-size: 17px;
    color: rgb(233, 33, 39);
}

.price_arae del {
    color: rgb(189, 189, 189);
    font-weight: 500;
}


.price_del {
    font-size: 15px;
    text-decoration: line-through;
    color: rgb(233, 33, 39);
    font-weight: 600;
    height: 16px;
    opacity: .6;
}

.have_sale .price_arae {
    color: #ff0000;
}

.discount-img {
    position: absolute;
    background-color: rgb(233, 33, 39);
    top: 0px;
    height: 32px;
    width: 65px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.discount-img::before {
    content: "";
    position: absolute;
    right: -16px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-left: 16px solid rgb(233, 33, 39);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}


.ticket_park {
    color: #c00000;
    font-weight: bold;
    display: flex;
    align-items: center;
    background: url(img/icon_1.png) no-repeat;
    background-size: auto 20px;
    padding-left: 20px;
}

.ticket_park a {
    color: #c00000;
    text-transform: uppercase;
}

.woocommerce-form-coupon-toggle,
.woocommerce-notices-wrapper,
#checkout_page .wc-block-components-product-metadata__description {
    display: none;
}

h3#order_review_heading,
.woocommerce table.woocommerce-checkout-review-order-table {
    display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: none !Important;
    width: 100% !Important;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: none !Important;
    width: 100% !Important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-totals-block,
.wc-block-cart__submit {
    display: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: rgba(242, 228, 220, 0.5) !Important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid rgba(242, 228, 220, 0.5);
}

p#billing_country_field,
.woocommerce-shipping-fields {
    display: none;
}

p#billing_last_name_field {
    width: 100% !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background-color: #fff;
    border: 1px solid rgb(231, 231, 231);
    border-radius: 4px;
    padding: 10px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    border: 1px solid #0f9ed5;
    border-radius: 12px;
    background: linear-gradient(to right, #037dac, #0f9ed5) rgb(241, 121, 34);
    color: rgb(255, 255, 255);
    height: 45px;
    padding: 0px 50px;
    margin-left: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#customer_details {
    margin-bottom: 20px;
}

#customer_details,
#payment {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 20px 0px;
    background: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 20px;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    color: rgb(233, 33, 39);
    font-weight: 600;
}

tr.wc-block-cart-items__row {
    position: relative;
}

button.wc-block-cart-item__remove-link {
    position: absolute;
    right: 0px;
    bottom: 35px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fff !Important;
    border-radius: 20px !Important;
}

.woocommerce-info {
    border-top-color: #0f9ed5 !Important;
}

.woocommerce-info::before {
    color: #0f9ed5 !Important;
}

.wc-block-cart-item__prices {
    //color: #0f9ed5;
    font-weight: 600;
    font-size: 90%;
}

.wc-block-cart-item__prices del {
    font-weight: 400;
    opacity: 0.5
}





.woocommerce-form-row--first {
    display: none;
}

.woocommerce-form-row--last {
    width: 100% !important;
}

.woocommerce-account .container>.iBox {
    max-width: 1000px;
    margin: 0 auto;
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #efefef;
    padding: 5px 0px;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads {
    display: none !Important;

}

.woocommerce-button {
    background: linear-gradient(to right, #037dac, #0f9ed5) rgb(241, 121, 34) !Important;
    color: #fff !Important;
}

.woocommerce-MyAccount-navigation li.is-active a {
    color: #037dac;
    font-weight: bold;
}

/* .woocommerce-account nav.woocommerce-MyAccount-navigation {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none !Important;
    width: 100% !Important;
} */












.ant-tabs-nav {
    align-items: center;
    display: flex;
    flex: none;
    position: relative;
}

.ant-tabs-nav .ant-tabs-nav-wrap {
    align-self: stretch;
    display: inline-block;
    display: flex;
    flex: auto;
    overflow: hidden;
    position: relative;
    transform: translate(0);
    white-space: nowrap;
}

.ant-tabs-nav .ant-tabs-nav-list {
    display: flex;
    position: relative;
    transition: transform .3s;
}

.ant-tabs-tab-btn:active,
.ant-tabs-tab-btn:focus {
    color: #0062d9;
}

.ant-tabs-tab-btn {
    outline: none;
    transition: all .3s;
    padding: 5px 0px;
}

.ant-tabs-tab:hover {
    color: #2997ff;
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #007aff;
    text-shadow: 0 0 .25px currentcolor;
}

.ant-tabs-tab+.ant-tabs-tab {
    margin: 0 0 0 32px;
}

/*! CSS Used from: Embedded */
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    text-shadow: currentcolor 0px 0px 0.25px;
}

.ant-tabs-ink-bar {
    position: absolute;
    background: rgb(233, 33, 39);
    pointer-events: none;
}

.ant-tabs-tab {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 0px;
    font-size: 16px;
    background: transparent;
    border: 0px;
    outline: none;
    cursor: pointer;
    color: rgb(128, 128, 128);
    font-weight: 600;
}

.ant-tabs-tab:hover {
    color: rgb(0, 0, 0);
}

.ant-tabs-tab:hover .ant-tabs-tab-btn,
.ant-tabs-tab-active .ant-tabs-tab-btn {
    border-bottom: 2px solid rgb(233, 33, 39);
}


.Cart__Number:empty {
    display: none;
}

.dkbutton {
    color: rgb(57, 136, 255);
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline;
    margin: 0px;
    padding: 0px;
}

.NkForm #wp-submit,
body .NkForm .wpuf-submit-button {
    background: linear-gradient(79.97deg, #037dac -7.79%, #0f9ed5 107.61%) !important;
    border: none !important;
    width: 160px;
    height: 48px !important;
    font-weight: 500;
    font-size: 14px !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045) !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 #0000001f !important;
    text-transform: uppercase;
}

body .NkForm ul.wpuf-form li {
    padding: 0px;
}

body .NkForm ul.wpuf-form.form-label-above li .wpuf-label {
    margin-bottom: 0px;
}

#wpuf-login-form input[type=password],
#wpuf-login-form input[type=text],
body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=text],
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text],
body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=password],
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=password],
body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=email],
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email],
body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=url],
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=url],
body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=number],
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=number],
body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=tel],
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=tel],
body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields textarea,
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea {
    border-radius: 5px !important;
    width: 100% !important;
    height: 40px !important;
    background-color: #fff !important;
    border: 1px solid rgb(231, 231, 231) !important;
}

body .NkForm .has-error {
    background: transparent;
    padding: 0px;
}

body .NkForm .wpuf-error-msg {
    color: red;
    font-size: 90%;
    margin-top: -5px;
}

#pop_dangky ul.wpuf-form li:last-child {
    display: none !Important;
}

div#wpuf-login-form {
    font-size: 0px;
}

div#wpuf-login-form .wpuf-login-form {
    font-size: 15px;
}






.mini-cart-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.mini-cart-item a.remove_from_cart_button {
    position: absolute;
    bottom: 10px;
    right: 0px;
    transform: scale(0.8);
}

.woocommerce .mini-cart-item a.remove_from_cart_button:hover {
    background: transparent !important;
    color: #000 !important;
    transform: scale(1.1) !important;
}

.mini-cart-item .product-thumbnail img {
    width: 60px !Important;
    height: 60px;
    object-fit: cover;
}

.mini-cart-item span.total_product_price {
    float: right;
    color: rgb(233, 33, 39, 0.9);
}

.product-details {
    flex: 1;
    margin-left: 15px;
}

.product-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-price {
    display: block;
    font-size: 14px;
    color: #333;
}

.product-price del {
    color: #888;
    margin-right: 10px;
}

.sale-price {
    color: red;
    font-weight: bold;
}

.save-price {
    display: block;
    color: green;
    margin-top: 5px;
}

.usage-date {
    font-size: 12px;
    color: #666;
}

.quantity-update {
    display: flex;
    align-items: center;
    margin-top: 10px;
    border: 1px solid rgb(231, 231, 231);
    width: 100px;
    border-radius: 5px;
}

.quantity-update button {
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    background: transparent;
}

.quantity-update input {
    width: 100%;
    text-align: center;
    margin: 0 5px;
    border: 0px;
}

.remove-product {
    display: block;
    margin-top: 10px;
    color: #ff0000;
    text-decoration: none;
    font-size: 12px;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
}

.total-price {
    color: red;
}


.btn_boloc {}

#park-input,
.btn_boloc input[type="text"] {
    border: 0px;
    width: calc(100% - 17px);
    cursor: pointer;
    padding: 0px;
}


.ant-popover-content {
    position: absolute;
    z-index: 9;
    min-width: 210px;
    display: none;
}

.ant-popover-content.active {
    display: block;
}


.ant-popover-inner {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px 0 #00000014, 0 9px 28px 8px #0000000d;
    box-shadow: 0 0 8px #00000026\9;
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ant-popover-inner {
        box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px 0 #00000014, 0 9px 28px 8px #0000000d;
    }
}

.ant-popover-inner-content {
    color: #000000d9;
    padding: 12px 16px;
}

.ant-popover-arrow {
    background: #0000;
    display: block;
    height: 22px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 22px;
}

.ant-popover-arrow-content {
    --antd-arrow-background-color: #fff;
    border-radius: 0 0 2px;
    bottom: 0;
    content: "";
    display: block;
    height: 11.3137085px;
    left: 0;
    margin: auto;
    pointer-events: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 11.3137085px;
}

.ant-popover-arrow-content:before {
    background: var(--antd-arrow-background-color);
    background-position: -10px -10px;
    background-repeat: no-repeat;
    -webkit-clip-path: inset(33% 33%);
    clip-path: inset(33% 33%);
    -webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
    clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
    content: "";
    height: 33.9411255px;
    left: -11.3137085px;
    position: absolute;
    top: -11.3137085px;
    width: 33.9411255px;
}

.ant-popover-placement-bottomLeft .ant-popover-arrow {
    top: 0;
    transform: translateY(-100%);
}

.ant-popover-placement-bottomLeft .ant-popover-arrow-content {
    box-shadow: 2px 2px 5px #0000000f;
    transform: translateY(11px) rotate(-135deg);
}

.ant-popover-placement-bottomLeft .ant-popover-arrow {
    left: 16px;
}




.ant-checkbox {
    font-feature-settings: "tnum", "tnum";
    box-sizing: border-box;
    color: #000000d9;
    cursor: pointer;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    line-height: 1;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    top: .2em;
    white-space: nowrap;
}

.ant-checkbox-input:focus+.ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
    border-color: #007aff;
}

.ant-checkbox-checked:after {
    animation: antCheckboxEffect .36s ease-in-out;
    animation-fill-mode: backwards;
    border: 1px solid #007aff;
    border-radius: 2px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
}

.ant-checkbox-wrapper:hover .ant-checkbox:after,
.ant-checkbox:hover:after {
    visibility: visible;
}

.ant-checkbox-inner {
    z-index: 2;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-collapse: initial;
    border-radius: 2px;
    direction: ltr;
    display: block;
    height: 16px;
    left: 0;
    position: relative;
    top: 0;
    transition: all .3s;
    width: 16px;
}

.ant-checkbox-inner:after {
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    content: " ";
    display: table;
    height: 9.14285714px;
    left: 21.5%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    width: 5.71428571px;
}

.ant-checkbox-input {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.ant-checkbox-checked .ant-checkbox-inner:after {
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    content: " ";
    display: table;
    opacity: 1;
    position: absolute;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: #007aff;
    border-color: #007aff;
}

.ant-checkbox-wrapper {
    font-weight: 400;
    color: rgb(0, 0, 0);
    word-break: break-word;
    font-feature-settings: "tnum", "tnum";
    align-items: baseline;
    box-sizing: border-box;
    color: #000000d9;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-variant: tabular-nums;
    line-height: 1.5715;
    line-height: inherit;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ant-checkbox-wrapper:after {
    content: "\a0";
    display: inline-block;
    overflow: hidden;
    width: 0;
}

.ant-checkbox+span {
    padding-left: 8px;
    padding-right: 8px;
}

/*! CSS Used from: Embedded */
.ant-checkbox-checked .ant-checkbox-inner::after {
    height: 12px;
    position: absolute !important;
    display: table !important;
    border-width: 0px 2px 2px 0px !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-right-color: rgb(233, 33, 39) !important;
    border-bottom-color: rgb(233, 33, 39) !important;
    border-image: initial !important;
    border-top-style: initial !important;
    border-top-color: initial !important;
    border-left-style: initial !important;
    border-left-color: initial !important;
}

.ant-checkbox-wrapper .ant-checkbox {
    top: 6px;
}

.ant-checkbox-wrapper .ant-checkbox-inner {
    border-radius: 4px;
    width: 22px;
    height: 22px;
}

.ant-checkbox-wrapper .ant-checkbox-inner::after {
    left: 24%;
    border-color: rgb(233, 33, 39) !important;
    box-shadow: none !important;
}

.ant-checkbox-wrapper .ant-checkbox-inner:hover {
    border-color: rgb(233, 33, 39) !important;
    box-shadow: none !important;
}

.ant-checkbox-wrapper .ant-checkbox:hover .ant-checkbox-inner {
    border-color: rgb(233, 33, 39) !important;
}

.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
    background: rgb(255, 255, 255);
    border-color: rgb(233, 33, 39) !important;
    box-shadow: none !important;
}

.ant-checkbox-wrapper .ant-checkbox-checked::after {
    border-color: rgb(233, 33, 39) !important;
}

.ant-checkbox-wrapper:hover .ant-checkbox-inner {
    border-color: rgb(233, 33, 39) !important;
}

.dcfrMD label.ant-checkbox-wrapper.ant-checkbox-wrapper-checked {
    font-weight: 600;
}

/*! CSS Used keyframes */
@keyframes antCheckboxEffect {
    0% {
        opacity: .5;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(1.6);
    }
}





/* .itemTicket {
    display: none;
}
.active_loai {
    display: block;
}
.ListitemTicket.loc > div:not(.active_loc) {
    display: none;
}

 */

.dropMenu {
    position: relative;
}

.dropMenucontent {
    position: absolute;
    min-width: 120px;
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px 0 #00000014, 0 9px 28px 8px #0000000d;
    box-shadow: 0 0 8px #00000026\9;
    padding: 10px;
    display: none;
}

.dropMenu.active .dropMenucontent {
    display: block
}

.dropMenu.right .dropMenucontent {
    right: 0px;
}



.ant-drawer {
    bottom: 0;
    left: -100%;
    pointer-events: none;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all 0.3s;
}

body.menu_open .ant-drawer {
    left: 0;
    right: 0;
}

.ant-drawer-mask {
    background: #00000073;
    bottom: 0;
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}

.ant-drawer-content-wrapper {
    position: absolute;
    transition: all 0.3s;
    z-index: 1000;
    width: 80%;
    height: 100%;
}

.ant-drawer-left .ant-drawer-content-wrapper {
    bottom: 0;
    box-shadow: 6px 0 16px -8px #00000014, 9px 0 28px 0 #0000000d, 12px 0 48px 16px #00000008;
    left: 0;
    top: 0;
}

.ant-drawer-content {
    background: #fff;
    height: 100%;
    overflow: auto;
    pointer-events: auto;
    width: 100%;
}

.ant-drawer-wrapper-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.ant-drawer-header {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex: 0 1;
    font-size: 16px;
    line-height: 22px;
}

.ant-drawer-header-title {
    align-items: center;
    display: flex;
    flex: 1 1;
    min-height: 0;
    min-width: 0;
}

.ant-drawer-title {
    color: #000000d9;
    flex: 1 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

.ant-drawer-body {
    flex: 1 1;
    min-height: 0;
    min-width: 0;
    overflow: auto;
    padding: 24px;
}

.pointer {
    cursor: pointer;
}







.ant-timeline {
    font-feature-settings: "tnum", "tnum";
    box-sizing: border-box;
    color: #000000d9;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ant-timeline-item {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.ant-timeline-item-tail {
    border-left: 2px solid #f0f0f0;
    height: calc(100% - 10px);
    left: 4px;
    position: absolute;
    top: 10px;
}

.ant-timeline-item-head {
    background-color: #fff;
    border: 2px solid #0000;
    border-radius: 100px;
    height: 10px;
    position: absolute;
    width: 10px;
}

.ant-timeline-item-head-blue {
    border-color: #007aff;
    color: rgb(128, 128, 128);
}

.ant-timeline-item-head-custom {
    border: 0;
    border-radius: 0;
    height: auto;
    left: 5px;
    line-height: 1;
    margin-top: 0;
    padding: 3px 1px;
    position: absolute;
    text-align: center;
    top: 5.5px;
    transform: translate(-50%, -50%);
    width: auto;
}

.ant-timeline-item-content {
    margin: 0 0 0 26px;
    position: relative;
    top: -7.001px;
    word-break: break-word;
}

.ant-timeline-item-last>.ant-timeline-item-tail {
    display: none;
}

.ant-timeline-item-last>.ant-timeline-item-content {
    min-height: 48px;
}

.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-tail {
    left: 50%;
}

.ant-timeline.ant-timeline-label .ant-timeline-item-head {
    margin-left: -4px;
}

.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
    margin-left: 1px;
}

.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
    left: calc(50% - 4px);
    text-align: left;
    width: calc(50% - 14px);
}

.ant-timeline.ant-timeline-label .ant-timeline-item-label {
    position: absolute;
    text-align: right;
    top: -7.001px;
    width: calc(33.33% - 12px);
}

.dot-time-line-active {
    border: 2px solid rgb(233, 33, 39);
    height: 46px;
    width: 46px;
    border-radius: 50%;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: x-large;
    color: rgb(233, 33, 39);
}

.ant-timeline-item-content {
    margin-left: -20px;
}

.container-timeline-active .ant-timeline-item-tail {
    position: absolute;
    top: 20px;
    left: -20px;
    height: calc(100%);
    border-left: 2px solid rgb(233, 33, 39);
}

.bottom_red {
    border-bottom: 1px solid #ff0000 !important;
}

.ant-timeline.ant-timeline-label .ant-timeline-item-tail {
    left: 33.33%;
}

.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
    left: 33.33%;
}

.ant-timeline-item-head-custom {
    padding: 0px;
    top: 4.5%;
}

@media (max-width: 1366px) {
    .ant-timeline-item-content {
        margin-left: -40px;
    }

    .ant-timeline.ant-timeline-label .ant-timeline-item-tail {
        left: 36%;
    }

    .ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
        left: 36%;
    }
}

.group-label-timeline {
    background-color: rgb(247, 247, 247);
    padding: 5px;
    border-radius: 5px;
    max-width: 200px;
    align-items: center;
    justify-content: center;
}







@media (min-width: 261px) {
    .devvn_toolbar {
        position: fixed;
        bottom: 70px;
        right: 20px;
        z-index: 99999999;
    }

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

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

    .devvn_toolbar ul li a {
        display: block;
        position: relative;
    }

    .devvn_toolbar ul li a>div {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin: 0 0 5px;
        position: relative;
        background-position: 50% 50%;
        background-size: cover;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .devvn_toolbar ul li a span {
        font-weight: 400;
        color: #333;
        position: absolute;
        top: 50%;
        right: calc(100% + 10px);
        right: -webkit-calc(100% + 10px);
        right: -moz-calc(100% + 10px);
        margin-top: -12.5px;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
    }

    .devvn_toolbar ul li a:hover span {
        opacity: 1;
        visibility: visible;
    }

    .devvn_toolbar ul li a span:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #333;
        border-width: 5px;
        margin-top: -5px;
    }

    .devvn_toolbar ul li a img {
        width: auto;
        height: auto;
        max-width: 45px;
        max-height: 45px;
        margin: 0;
        box-shadow: none;
        border: 0;
    }

    .devvn_toolbar ul li a>div {
        background: transparent !important;
    }

    .devvn_toolbar ul li a.animation_tada>div {
        animation-name: devvn_tada;
        -webkit-animation-name: devvn_tada;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        cursor: pointer;
        box-shadow: 0 0 0 0 #c31d1d;
    }

    .devvn_toolbar ul li a.animation_zoom>div {
        animation-name: devvn_zoom;
        -webkit-animation-name: devvn_zoom;
        animation-delay: 0s;
        -webkit-animation-delay: 0s;
        animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        cursor: pointer;
        box-shadow: 0 0 0 0 #c31d1d;
    }

    .devvn_toolbar ul li a.animation_swing img {
        animation-name: devvn_swing;
        -webkit-animation-name: devvn_swing;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
    }
}

@media (max-width: 260px) {
    .devvn_toolbar {
        background: #fff;
        display: inline-block;
        width: 100%;
        bottom: 0;
        left: 0;
        position: fixed;
        z-index: 99999999;
        height: auto;
        padding: 0;
        border-top: 0;
        visibility: hidden;
        opacity: 0;
        transform: translate3d(0, 120%, 0);
        -moz-transform: translate3d(0, 120%, 0);
        -webkit-transform: translate3d(0, 120%, 0);
        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        box-shadow: 0 0.5rem 1rem 0 rgb(44 51 73 / 60%);
        padding-bottom: env(safe-area-inset-bottom);
    }

    .devvn_toolbar ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border-collapse: collapse;
        width: 100%;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .devvn_toolbar ul li {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        text-align: center;
        display: flex;
        margin-bottom: 0;
    }

    .devvn_toolbar ul li a {
        display: block;
        width: 100%;
        outline: none;
        text-decoration: none;
        padding: 5px 3px;
        white-space: nowrap;
    }

    .devvn_toolbar ul li a span {
        font-weight: 400;
        color: #333;
        background: transparent;
        font-size: 3.5vw;
        display: block;
        margin: 2px 0 0 0;
    }

    .devvn_toolbar ul li a img {
        height: 6vw;
        width: auto;
        margin: 0;
    }
}

/*! CSS Used from: Embedded */
@media (min-width: 261px) {
    .devvn_toolbar ul li a#devvn_contact_1 span:after {
        border-right-color: #d71921;
        display: none;
    }

    .devvn_toolbar ul li a#devvn_contact_1 span {
        color: #ffffff;
        background-color: #d71921;
    }

    .devvn_toolbar ul li a#devvn_contact_1>div {
        box-shadow: 0 0 0 0 #d71921;
    }
}

@media (max-width: 260px) {
    .devvn_toolbar ul li a#devvn_contact_1 span {
        color: #333;
        background-color: #fff;
    }

    .devvn_toolbar ul li a#devvn_contact_1 {
        background: #fff;
    }
}

/*! CSS Used from: Embedded */
@media (min-width: 261px) {
    .devvn_toolbar ul li a#devvn_contact_2 span:after {
        border-right-color: #00acd3;
        display: none;
    }

    .devvn_toolbar ul li a#devvn_contact_2 span {
        color: #ffffff;
        background-color: #00acd3;
    }
}

@media (max-width: 260px) {
    .devvn_toolbar ul li a#devvn_contact_2 span {
        color: #333;
        background-color: #fff;
    }

    .devvn_toolbar ul li a#devvn_contact_2 {
        background: #fff;
    }
}

/*! CSS Used from: Embedded */
@media (min-width: 261px) {
    .devvn_toolbar ul li a#devvn_contact_3 span:after {
        border-right-color: #0084ff;
    }

    .devvn_toolbar ul li a#devvn_contact_3 span {
        color: #ffffff;
        background-color: #0084ff;
        display: none;
    }
}

@media (max-width: 260px) {
    .devvn_toolbar ul li a#devvn_contact_3 span {
        color: #333;
        background-color: #fff;
    }

    .devvn_toolbar ul li a#devvn_contact_3 {
        background: #fff;
    }
}

/*! CSS Used keyframes */
@-webkit-keyframes devvn_tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes devvn_tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes devvn_zoom {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes devvn_zoom {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@-webkit-keyframes devvn_swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes devvn_swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}








.devvn_toolbar ul li a>div.icon_bg {
    background: linear-gradient(85.65deg, #d71921 0%, #b40e15 100.99%) !important;
    color: #fff;
    font-size: 20px;
}

a.go_top {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 22;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wpuf-login-form input.invalid,
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields.has-error input,
.invalid {
    border-color: rgb(233, 33, 39) !important;
}

.error-message {
    color: rgb(233, 33, 39);
    font-size: 13px;
}


strong#countdown-timer {
    color: #037dac;
}


.swiper_4 a {
        display: inline-block;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 0 0 26px 0 rgba(22, 73, 172, 0.12);
        text-align: center;
        height: 100%;
    }




.mobi {
    display: none !Important;
}


@media (min-width: 729px) {
    .filter {
        border: 2px solid #005aab;
        padding: 10px;
        border-radius: 5px;
    }
}

@media (max-width: 729px) {

    .desk {
        display: none !Important;
    }

    .mobi {
        display: block !Important;
    }

    .btn {
        font-size: 15px;
    }

    .list-park {
        padding: 20px;
        position: relative;
        margin-bottom: -22px;
        padding-bottom: 0px;
        border-radius: 0px;
    }

    .list_all_ticket {
        margin-top: 0px;
        padding: 30px 20px;
    }

    .iBox {
        padding: 15px;
    }


    .park_cat {
        display: none;
    }

    .park_cat.active {
        display: block;
        position: absolute;
        top: 22px;
        left: 0px;
        background-color: #fff;
        padding: 15px 25px;
        border-radius: 10px;
        width: 100%;
        box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px 0 #00000014, 0 9px 28px 8px #0000000d;
        z-index: 99;
    }

    #park-input::placeholder {
        color: red;
        opacity: 1;
        font-weight: bold;
    }

    select#giamgia,
    #boloc-input::placeholder {
        color: #222;
        opacity: 1;
        font-weight: bold;
    }

    .filter {
        border: 2px solid #005aab;
        border-radius: 5px;
        padding-top: 10px;
    }

    .swiper_1 {
        overflow: hidden;
    }
    
    .btn_park {
        border: 2px solid #fbb601;
    }

    .filter>.row>div>label {
        display: none;
    }

    .filter>.row>div {
        margin-top: -2px;
    }

    .filter .form-control {
        border-radius: 0px;
        border: 2px solid #005aab;
    }

    .filter>.row>div:first-child .form-control {}

    .filter>.row>div:last-child .form-control {}


    .ant-tabs-nav .ant-tabs-nav-wrap {
        white-space: normal;
    }

    .ant-tabs-nav .ant-tabs-nav-list {
        display: block;
        position: relative;
        padding-left: 75px;
    }

    .ant-tabs-tab:first-child {
        position: absolute;
        left: 0px;
    }

    .ant-tabs-tab {
        padding: 0px;
        width: 50%;
    }

    .ant-tabs-tab+.ant-tabs-tab {
        margin: 0px;
    }

    .ant-tabs-tab-btn {
        padding: 3px 0px;
    }




    .group-detail-ticket h5.text-truncate {
        white-space: normal;
    }










}




.filter_mobi {}

.filter_icon {
    display: flex;
    justify-content: end;
}

.filter_icon_item {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-left: 10px;
}

.filter_icon_item button {
    padding: 0px;
    border: 0px;
    background-color: transparent;
}

.filter_icon_item .ant-popover-content {
    right: 0px;
}

.btn_filter {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter_icon_item select#giamgia {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    padding: 0px;
    height: 40px;
    opacity: 0;
}

.gallery-top img {
    width: 100%;
}


.fancybox__content {
    border-radius: 15px;
}

footer .container2 {
    max-width: 1520px !Important;
}

@media (min-width: 1200px) {
    .gallery-top img {
        // height: 550px !Important;
        // object-fit: cover;
        width: 100%;
    }

}

.swiper-container {
    overflow: hidden;
    position: relative
}




.promoItem {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s;
}

.promoItem h2 {
    background: linear-gradient(rgba(248, 177, 23, 0) 0%, #005aab78 50.5%, #005aab 100%) rgba(248, 177, 23, 0.004);
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
    padding: 10px 0px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: 0px;
}

.promoItem label {
    position: absolute;
    left: 0px;
    top: 10px;
    background-color: #f3bf2b;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}



footer {
    background-color: #069457;
    border-top: 5px solid #e97132;
    padding: 50px 0px;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #f4c023;
}

footer p {
    margin-bottom: 5px;
}

.icontext {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.icontext .icon {
    width: 40px;
}

.icontext .icon img {
    height: 30px;
    max-width: 30px;
    width: auto;
}


.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background: #f3bf2b;
}

.doitac img.img-fluid {
    max-height: 100px;
}

.top_bar_info {
    background-color: #007a1e;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}

.woocommerce-order-received div#checkout_page2>.row>.col-md-4 {
    display: none;
}

.woocommerce-order-received div#checkout_page2>.row {
    justify-content: center;
}

.slogan_1 {
    color: #0d3fbc;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}

.fancybox__container {
    --fancybox-bg: #00000073;
}


img.icon_filter {
    height: 20px !important;
    width: auto;
    position: absolute;
    right: 14px;
    bottom: 8px;
    z-index: 1;
}

.relative {
    position: relative;
}

#giamgia {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    z-index: 2;
    position: relative;
    background: transparent;
    cursor: pointer;
}

#ngaysudung {
    position: relative;
    text-align: left !Important;
    cursor: pointer;
}

#ngaysudung::after {
    content: " ";
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #888;
    background: #fff url(img/filter_1.png) no-repeat;
    height: 25px;
    width: 25px;
    display: block;
    background-size: 25px;
}

.color_1 {
    color: #005aab;
}

.white-text {
    color: #000;
}

.price-text {
    font-weight: 600;
    color: rgb(233, 33, 39);
}

.promo_text {
    padding-left: 30px;
    position: relative;
    color: #c00000;
}

.promo_text img {
    position: absolute;
    width: 24px;
    left: 0px;
    top: 2px;
}

.coppy-right {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

img.mini_cart {
    height: 25px !important;
    padding-bottom: 6px;
    margin-top: -5px;
}


.label_date {
    position: absolute;
    left: 6px;
    z-index: 9;
    top: 3px;
    height: 34px;
    line-height: 34px;
    padding-left: 14px;
    font-weight: bold;
    background-color: #fff;
    font-size: 1rem;
    background: #fff url(img/filter_1.png) no-repeat;
    background-size: 25px;
    background-position: 10px 5px;
    padding-left: 40px;
}

.list-product img.img-product {
    height: 70px !important;
    left: 0;
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 10px;
    width: 70px;
    border-radius: 5px;
}

.product-item {
    line-height: 1.33;
    list-style: none;
    margin-bottom: 0;
    min-height: 80px;
    overflow: hidden;
    padding: 10px 0 5px 75px;
    position: relative;
    vertical-align: top;
}

.product-item span.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-bottom: 5px;
}


@media (min-width: 767px) {
    .label_date {
        display: none !important;
    }

}

.filter>.row>div>label {
    font-weight: bold;
}

input::-webkit-date-and-time-value {
    text-align: left;
}

.xem-them .tieu-de-xem-them {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    color: black;
}

.xem-them ul li {
    margin-bottom: 3px;
}

.xem-them ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #2a9e2f;
}

.xem-them ul li a:hover {
    text-decoration: underline;
}

.blog-single .entry-meta {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: gray;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
    background: #f9f9f9;
}

.danh-muc {
    margin-bottom: 15px;
}

.danh-muc span.title,
.the-tim-kiem span.title {
    border-radius: 4px;
    background: #126e32;
    padding: 4px 10px;
    color: white;
    margin-right: 5px;
}

.danh-muc a,
.the-tim-kiem a {
    line-height: 32px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 10px;
    background: #dedede;
    color: #464646;
}

.danh-muc a:hover,
.the-tim-kiem a:hover {
    background: #6dca19;
    color: white;
}

.category-item {
    list-style: none;
    width: 25%;
    color: graytext;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 26px 0 rgba(22, 73, 172, 0.12);
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    box-sizing: border-box;
    text-align: center;
}

.bai-viet-lien-quan {
    padding: 36px 15px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 20px 0px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
}

.list-bai-viet a {
    display: flex;
}

.list-bai-viet li {
    border-bottom: 1px solid rgb(231, 231, 231);
}

.list-bai-viet .box-image {
    height: 90px;
    max-width: 150px;
    flex: 1;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .category-item {
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        width: unset !important;
    }

    .list-bai-viet .box-image {
        flex: unset
    }

    #ngaysudung::-webkit-calendar-picker-indicator {
        opacity: 0 !important;
    }

    #ngaysudung::after {
        left: 10px;
    }

    #ngaysudung {
        padding-left: 40px;
    }

    .btn_park.mobi {
        padding-left: 40px;
    }

    .btn_park.mobi i {
        left: 20px;
    }

    .btn_boloc input[type="text"] {
        padding-left: 28px;
    }

    .btn_boloc img.icon_filter {
        left: 13px;
    }

    .btn_boloc img.icon_filter {
        left: 16px;
        width: 25px;
        height: auto !important;
        top: 10px;
    }

    select#giamgia {
        padding-left: 40px;
    }

    .btn_sapxep img.icon_filter {
        left: 17px;
    }

}

/* Định dạng chung cho menu */
.menu-menu-chinh-container,
.gtranslate_wrapper {
    display: inline-block;
}

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

.menu li {
    position: relative;
    display: inline-block;
}

.menu li a {
    display: block;
    padding: 12px;
    color: #069457;
    /* Màu chữ */
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.menu li a:hover {
    background-color: #003f7f;
    /* Màu hover đậm hơn */
}

/* Định dạng cho submenu */
.sub-menu {
    display: none;
    position: absolute;
    background-color: white;
    /* Màu nền submenu */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 99;
}

.sub-menu li {
    display: block;
    text-align: left;
}

.sub-menu li a {
    padding: 10px 15px;
    color: #0056b3;
    /* Màu chữ submenu */
    font-size: 14px;
}

.sub-menu li a:hover {
    background-color: #f1f1f1;
    /* Màu hover submenu */
    color: #003f7f;
}

/* Hiển thị submenu khi di chuột */
.menu li:hover>.sub-menu {
    display: block;
}

.promoItem:hover::before {
    opacity: 1;
    visibility: visible;
}

.promoItem::before {
    content: "";
    background: rgb(0 90 171 / 69%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-radius: 15px;
}

.promoItem:hover h2 {
    background: none;
    bottom: 50%;
    transform: translateY(50%);
    transition: all 0.3s;
}

.readMore {
    transition: all 0.3s;
    position: absolute;
    bottom: 20px;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 50%);
}

.promoItem:hover .readMore {
    opacity: 1;
    bottom: 35%;
}

.readMore:hover {
    background: #fff;
    border-color: #005aab;
    color: #005aab;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.category-item:hover {
    transform: translateY(-5px);
    transition: all .3s linear;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}


.page_archive_navi {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.page_archive_navi a,
.page_archive_navi span {
    padding: 8px 12px;
    margin: 3px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #333;
    transition: all 0.3s;
}

.page_archive_navi a:hover,
.page_archive_navi .current {
    background: #005aab;
    color: white;
    border-color: #005aab;
}

.btn_datve_all {
    margin-top: 0px;
    height: auto;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
}

.btn_datve_all a {
    width: 132px;
    height: 92px;
    left: 32px;
    top: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 10px 0;
    background: url(./img/book-btn.png) no-repeat;
}

@media screen and (max-width: 768px) {
    .menu {
        background-color: unset;
    }

    .menu li {
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }

    .menu li.menu-item-has-children {
        display: flex;
        align-items: center;
    }

    .menu li a {
        padding: 10px 0px;
        color: #069457;
        font-weight: 300;
        width: 100%;
    }

    .menu li a:hover {
        background-color: #005aab;
        color: #fff;
        padding: 10px;
    }

    .menu li .arrow {
        cursor: pointer;
        font-size: 14px;
        color: rgb(0, 0, 0);
        margin-left: 10px;
        transition: transform 0.3s ease;
    }

    .menu li .arrow i {
        font-size: 25px;
    }

    /* Khi submenu mở, mũi tên xoay ngược lại */
    .menu li.show-submenu>.arrow {
        transform: rotate(180deg);
    }

    /* Submenu */
    .sub-menu {
        display: none;
        background-color: white;
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .sub-menu li {
        display: block;
    }

    .sub-menu li a {
        display: block;
        padding: 10px 15px;
        color: #0056b3;
        font-size: 16px;
    }

    .sub-menu li a:hover {
        background-color: #f1f1f1;
        color: #003f7f;
    }

}

/* button mua vé */
.animated-button {
    background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e0f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8592ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
    opacity: 0.2;
}

.animated-button span {
    position: absolute;
}

.animated-button span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button1 {
    /* background: linear-gradient(-30deg, #ff4b2b 50%, #ff416c 50%); */
    padding: 2px 10px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    /* -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); */
    width: 50%;
    background-color: #F1C40F;
    border-radius: 4px;
    border: 3px solid rgb(217, 217, 217);
}

.animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
    opacity: 0.2;
}

.animated-button1 span {
    position: absolute;
}

.animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button2 {
    background: linear-gradient(-30deg, #3d240b 50%, #2b1a08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7e6d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button2::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad9985;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button2:hover::before {
    opacity: 0.2;
}

.animated-button2 span {
    position: absolute;
}

.animated-button2 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to left, rgba(43, 26, 8, 0), #d98026);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button2 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to top, rgba(43, 26, 8, 0), #d98026);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button2 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to right, rgba(43, 26, 8, 0), #d98026);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button2 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to bottom, rgba(43, 26, 8, 0), #d98026);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button3 {
    background: linear-gradient(-30deg, #3d3d0b 50%, #2b2b08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7f7d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button3::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #adad85;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button3:hover::before {
    opacity: 0.2;
}

.animated-button3 span {
    position: absolute;
}

.animated-button3 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to left, rgba(43, 43, 8, 0), #d9d926);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button3 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to top, rgba(43, 43, 8, 0), #d9d926);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button3 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to right, rgba(43, 43, 8, 0), #d9d926);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button3 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to bottom, rgba(43, 43, 8, 0), #d9d926);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button4 {
    background: linear-gradient(-30deg, #243d0b 50%, #1a2b08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #e6f7d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button4::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #99ad85;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button4:hover::before {
    opacity: 0.2;
}

.animated-button4 span {
    position: absolute;
}

.animated-button4 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to left, rgba(26, 43, 8, 0), #80d926);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button4 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to top, rgba(26, 43, 8, 0), #80d926);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button4 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to right, rgba(26, 43, 8, 0), #80d926);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button4 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to bottom, rgba(26, 43, 8, 0), #80d926);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button5 {
    background: linear-gradient(-30deg, #0b3d0b 50%, #082b08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button5::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #85ad85;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button5:hover::before {
    opacity: 0.2;
}

.animated-button5 span {
    position: absolute;
}

.animated-button5 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to left, rgba(8, 43, 8, 0), #26d926);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button5 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to top, rgba(8, 43, 8, 0), #26d926);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button5 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to right, rgba(8, 43, 8, 0), #26d926);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button5 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to bottom, rgba(8, 43, 8, 0), #26d926);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button6 {
    background: linear-gradient(-30deg, #0b3d24 50%, #082b1a 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7e6;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button6::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #85ad99;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button6:hover::before {
    opacity: 0.2;
}

.animated-button6 span {
    position: absolute;
}

.animated-button6 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to left, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button6 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to top, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button6 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to right, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button6 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to bottom, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button7 {
    background: linear-gradient(-30deg, #0b3d3d 50%, #082b2b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button7::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #85adad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button7:hover::before {
    opacity: 0.2;
}

.animated-button7 span {
    position: absolute;
}

.animated-button7 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to left, rgba(8, 43, 43, 0), #26d9d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button7 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to top, rgba(8, 43, 43, 0), #26d9d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button7 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to right, rgba(8, 43, 43, 0), #26d9d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button7 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to bottom, rgba(8, 43, 43, 0), #26d9d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button8 {
    background: linear-gradient(-30deg, #0b243d 50%, #081a2b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e6f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button8::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8599ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button8:hover::before {
    opacity: 0.2;
}

.animated-button8 span {
    position: absolute;
}

.animated-button8 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to left, rgba(8, 26, 43, 0), #2680d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button8 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to top, rgba(8, 26, 43, 0), #2680d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button8 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to right, rgba(8, 26, 43, 0), #2680d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button8 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to bottom, rgba(8, 26, 43, 0), #2680d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button9 {
    background: linear-gradient(-30deg, #0b0b3d 50%, #08082b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4d4f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button9::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8585ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button9:hover::before {
    opacity: 0.2;
}

.animated-button9 span {
    position: absolute;
}

.animated-button9 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to left, rgba(8, 8, 43, 0), #2626d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button9 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to top, rgba(8, 8, 43, 0), #2626d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button9 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to right, rgba(8, 8, 43, 0), #2626d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button9 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to bottom, rgba(8, 8, 43, 0), #2626d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button10 {
    background: linear-gradient(-30deg, #240b3d 50%, #1a082b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #e6d4f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button10::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #9985ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button10:hover::before {
    opacity: 0.2;
}

.animated-button10 span {
    position: absolute;
}

.animated-button10 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to left, rgba(26, 8, 43, 0), #8026d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button10 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to top, rgba(26, 8, 43, 0), #8026d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button10 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to right, rgba(26, 8, 43, 0), #8026d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button10 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to bottom, rgba(26, 8, 43, 0), #8026d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button11 {
    background: linear-gradient(-30deg, #3d0b3d 50%, #2b082b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button11::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad85ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button11:hover::before {
    opacity: 0.2;
}

.animated-button11 span {
    position: absolute;
}

.animated-button11 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to left, rgba(43, 8, 43, 0), #d926d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button11 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to top, rgba(43, 8, 43, 0), #d926d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button11 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to right, rgba(43, 8, 43, 0), #d926d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button11 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to bottom, rgba(43, 8, 43, 0), #d926d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button12 {
    background: linear-gradient(-30deg, #3d0b24 50%, #2b081a 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4e6;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button12::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8599;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button12:hover::before {
    opacity: 0.2;
}

.animated-button12 span {
    position: absolute;
}

.animated-button12 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to left, rgba(43, 8, 26, 0), #d92680);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button12 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to top, rgba(43, 8, 26, 0), #d92680);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button12 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to right, rgba(43, 8, 26, 0), #d92680);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button12 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to bottom, rgba(43, 8, 26, 0), #d92680);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.desc-item span {
    width: 36px;
    height: 36px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #005aab;
    flex: 0 0 auto;
    border-radius: 50%;
    margin-right: 12px;
    color: #fff;
}
/* Popup css */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.popup-content img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: white;
    color: black;
    border: none;
    font-size: 20px;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 50%;
}