/*@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100&family=Roboto&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap');*/

/*
* Primary : #094281
*
*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body {
    font-family: 'IBM Plex Sans Thai', 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #000;
    color: #ecebeb;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;

    background-size: cover;
    background-attachment: fixed;

    /*padding-top: 85px !important;*/
}

body:not(.home) {
    /*background-color: #151414;*/
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

a {
    color: #eebd36;
}

a:hover {
    color: #eebd36;
    text-decoration: none;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
    /*letter-spacing: 1.5px;*/
    line-height: 1.3;
}

.h1x {
    font-size: 3.5rem;
}

.spacing-1 {
    letter-spacing: 1.5px;
}

.spacing-2 {
    letter-spacing: 2px;
}

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

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

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

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

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

.font-large {
    font-size: 72px;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
}


.p-05 {
    padding: 6px;
}

@media (max-width: 991px) {

    .h1,
    .h2 {
        font-size: 2rem;
    }

    .h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {

    .h1,
    .h2 {
        font-size: 1.8rem;
    }

    .h3 {
        font-size: 1.5rem;
    }

    .h4 {
        font-size: 1.2rem;
    }

    .h5 {
        font-size: 1rem;
    }

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

/*Width*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 100% !important;
    }
}

/*Bootstrap*/
.bold {
    font-weight: 600;
}

.boldx {
    font-weight: 500;
}

.thin {
    font-weight: 400;
}

.thiner {
    font-weight: 300;
}

.thiner-x {
    font-weight: 200;
}

.btn {
    border-radius: 10px;
    font-weight: 500;
    /*border: 1px solid #fff !important;*/
}

.btn-custom:hover,
.btn-custom {
    /*background-image: url("assets/images/btn.png");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    /*padding: 3px 0;*/
    width: 163px;
    height: 33px;
    font-style: italic;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
    .btn-mobile-block {
        width: 100%;
        clear: both;
        display: block;
    }
}

.btn-long {
    padding: .375rem 2.5rem;
}

.btn-radius {
    border-radius: 10px !important;
}

.btn {
    font-weight: 700;
    border-radius: 3px;
}

.btn-primary:hover,
.btn-primary {
    background: linear-gradient(to bottom, #fff 3%, #ffe87a 10%, #e7aa19 100%);
    border-color: #e7aa19;
    color: #000;
}

.btn-success {
    background-color: #9AE4BF !important;
    border-color: #9AE4BF;
    color: #000000 !important;
}

.btn-warning {
    background-color: #FAFD3F !important;
    border-color: #FAFD3F;
    color: #000000 !important;
}

[class*="bg-"] {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-primary {
    background-color: #040636 !important;
}


.bg-secondary {
    background-color: #2716EF !important;
}

.bg-custom {
    background-color: #222;
    color: #fff;
}

.bg-dark {
    background-color: #343A40 !important;
}

.bg-dark-2 {
    background-color: #050505 !important;
}

.bg-dark-3 {
    background-color: #1f1b1e !important;
}


.bg-gray {
    background-color: #ECECEC !important;
}

.btn-outline-secondary {
    border-color: #F0B0A2;
    border-width: 2px;
}

.btn-outline-secondary:hover {
    border-color: #F0B0A2;
    background-color: #F0B0A2;
    /*border-width: 2px;*/
}

.btn-outline-dark {
    color: #09327B;
}

.btn-dark {
    background-color: #000;
    border-color: #000;
}

.btn-danger {
    background-color: #c40707 !important;
    border-color: #c40707 !important;
}


.card {
    border: none;
    border-radius: 10px;
}

.card.card-border-bold {
    border: 5px solid #F5F5F5;
}

.form-control {
    /*border-radius: 30px;*/
    border-radius: 0;
    /*background-color: transparent;*/
    /*border-color: transparent;*/
    /*border-bottom: 2px solid #807e7e;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-clip: unset !important;;
}

.form-control-lg {
    font-weight: 300;
    font-size: 1rem;
}

.mdi {
    line-height: 1;
    display: inline-block;
}

.mdi:before {
    line-height: 1;
}

.input-group-text,
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    border-radius: 0 !important;
}


.text-primary {
    color: #ffc107 !important;
}

/*.text-sec {*/
/*    color: #F55F07 !important;*/
/*}*/

.text-muted {
    color: #c5c5c5 !important;
}

.text-dark {
    color: #111 !important;
}

.text-primary {
    color: #4dc999;
}

a.text-secondary:hover,
.text-secondary:hover,
.text-secondary {
    color: #FF9200 !important;
}

.text-primary-inverse {
    color: #F0B0A2;
}

.text-content {
    font-weight: 300;
}

.row.row-ssm {
    margin-right: -3px;
    margin-left: -3px;
}

.row.row-ssm > [class*="col"] {
    padding-right: 3px;
    padding-left: 3px;
}

.row.row-sm {
    margin-right: -10px;
    margin-left: -10px;
}

.row.row-sm > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.row.row-lg {
    margin-right: -20px;
    margin-left: -20px;
}

.row.row-lg > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.row.row-xl {
    margin-right: -30px;
    margin-left: -30px;
}

.row.row-xl > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.datepicker td,
.datepicker th {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pagination .page-link:hover,
.pagination .page-link.active {
    background-color: #0a6ebd;
    color: #fff !important;
    border-color: #0a6ebd;
}

.pagination .page-link {
    color: #111 !important;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0 !important;
}


/*Style All*/
/*Header*/
.top-header {
    font-size: 14px;
}

.top-header-body {
    padding: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.top-header-contact {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-header-contact img {
    height: 50px;
}

.top-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.top-header ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
. font-size: 14 px;
    position: relative;
}

.top-header ul li a:not(.nob):after {
    content: '';
    height: 50%;
    border-right: 1px solid #bebebe;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-header .socials-icon ul li a {
    padding: 0;
}

.top-header ul li a i {
    margin-right: 8px;
    font-size: 13px;
}

.top-header .socials-icon ul li a i {
    margin-right: 5px;
}

.form.login .form-control,
.top-header .form-control {
    background-color: #ddd;
    width: 120px;
    padding: .25rem .3rem !important;
    height: 22px;
}

.form.login .btn,
.top-header .btn {
    /*padding: .0rem .5rem !important;*/
}

.header {
    /*background-color: transparent;*/
    color: #4C5759;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all .3s;

    box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    -webkit-transition: all .5s;
    transition: all .5s;

    background: linear-gradient(180deg, #141414, #0e0e0e, #141414);
    border-bottom: 2px solid #eebd36;

}


.is_page .header,
.header.sticky {
    /*background-color: #F47C7C;*/
    /*background: linear-gradient(34deg, #ff5a5a, #eebd36 52%, #fa8080);*/

}


.main-slider:after,
.footer:before,
.header:after {
    display: none;
    content: '';
    /*display: block;*/
    width: 100%;
    height: 3px;
    /*background-image: url("assets/images/animate.gif");*/
    background-position: center center;
}

body .header {
    /*background-color: #fff;*/
    /*background-image: url("assets/images/bg.jpg");*/
    background-size: cover;
    background-position: top center;
    /*position: relative;*/
    /*border-bottom: 2px solid #F55F07;*/
}

@media (max-width: 767px) {
    body .header {
        /*border-bottom: 2px solid #4E3FFF;*/
    }
}


.header .header-main-menu {
    background-color: #0050a0;
}

.header .navbar-toggler,
.header a:not(.btn) {
    color: #4C5759;
    margin-right: 0;
}

.header .navbar-brand img {
    height: 50px;
}


[data-toggle="dropdown"]:after {
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f0d7";
}

.nav-item .show [data-toggle="dropdown"]:after {
    content: "\f0d8";
}

.dropdown-menu {
    background-color: #0e8054;
}

.dropdown-menu .nav-link {
    padding: 5px 10px !important;
    font-size: 14px !important;
    text-align: left !important;
    justify-content: flex-start !important;
    font-width: 400 !important;
}


@media (min-width: 992px) {
    body.home .header {
        /*padding-bottom: 250px;*/
    }

    body .header {
        /*background-color: #fff;*/
    }

    .header .navbar {
        flex-wrap: wrap;
    }


    .header .navbar {
        padding-left: 0;
        padding-right: 0;
        position: relative;
        z-index: 100;

    }

    .navbar-collapse {
        padding: 15px 0;
    }


}

.main {
    padding-top: 86px;
}

@media (max-width: 991px) {
    .header {
        position: fixed !important;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000000;
    }


    .top-header {
        display: none;
    }

    .header .navbar-toggler, .header a {
        color: #fff;
    }

    .header .nav-fill .nav-item {
        text-align: left;
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff !important;
    }

    .header .navbar-button li {
        margin-bottom: 5px;
        margin-right: 0 !important;
    }

    .header .navbar-button li a {
        width: 100%;
    }

}

.header .navbar-expand-lg .navbar-nav {
    /*font-family: 'Kanit';*/

}


.header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}

.header .navbar-expand-lg .navbar-nav .nav-link i {
    margin-right: 3px;
    width: 20px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    /* background-color: #504F4F; */
}

.header .navbar-expand-lg .navbar-nav .nav-link img {
    width: 30px;
}

.header .navbar-expand-lg .navbar-nav .nav-link i.fab {
    /*color: #504F4F;*/
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
}

@media (min-width: 1200px) {
    .header .navbar-expand-lg {
        /*padding: 0;*/
        /*padding-bottom: 0;*/
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: all .3s;
    }

    .header .navbar-expand-lg .navbar-nav li {
        margin-right: 5px;
    }

    .header .navbar-expand-lg .navbar-nav li:not(:last-child) > .nav-link:before {
        /*content: '';*/
        height: 35%;
        border-left: 1px dashed #fff;
        -ms-flex-item-align: center;
        align-self: center;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .header .navbar-expand-lg .navbar-nav .menu-item > a:after {
        /*content: '';*/
        border-bottom: 3px solid #f89fc8;
        width: 0%;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 3px;
        opacity: 0;
        transition: all .3s;
    }

    .header .navbar-expand-lg .navbar-nav .menu-item > a:hover:after,
    .header .navbar-expand-lg .navbar-nav .menu-item.active > a:after {
        width: 70%;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        white-space: nowrap;
    }

    .header .navbar-expand-lg .navbar-nav .nav-link i {
        display: inline;
    }
}

.header .navbar-expand-lg .navbar-nav .menu-item:hover > a,
.header .navbar-expand-lg .navbar-nav .menu-item.current-menu-parent > a,
.header .navbar-expand-lg .navbar-nav .menu-item.active > a,
.header .navbar-expand-lg .navbar-nav .nav-link.active {
    position: relative;
    color: #ffc435;
    /*background-color: #eebd36;*/
    border-radius: 5px;
    font-weight: 400;
}


@media (max-width: 991px) {
    .header .navbar-expand-lg .navbar-nav .menu-item a {
        font-size: 18px;
    }

    .header .navbar-expand-lg .navbar-nav .menu-item:hover > a,
    .header .navbar-expand-lg .navbar-nav .menu-item.current-menu-parent > a,
    .header .navbar-expand-lg .navbar-nav .menu-item.active > a,
    .header .navbar-expand-lg .navbar-nav .nav-link.active {
        background-color: transparent !important;
    }
}

.header .navbar-expand-lg .navbar-nav .menu-item {
    position: relative;
    /*font-style: italic;*/
    font-size: 15px;
    font-weight: 400;

}


@media (min-width: 992px) {
    .header .navbar-expand-lg .navbar-nav .menu-item {
        -webkit-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

    .header .navbar-expand-lg .navbar-nav .menu-item:not(:last-child) {
        /*margin-right: 3px;*/
    }
}


.header .navbar-expand-lg .navbar-nav .menu-item.active a:after,
.header .navbar-expand-lg .navbar-nav .nav-link.active:after {
    position: absolute;
    content: "";
    border-bottom: none;
    background-image: url(assets/images/line.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 1px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
}

@media (max-width: 991px) {

    .header .navbar-expand-lg .navbar-nav .menu-item.active a:after,
    .header .navbar-expand-lg .navbar-nav .nav-link.active:after {
        display: none;
    }

    .main-banner {
        padding: 0;
        background-color: transparent !important;
    }

    .header .navbar-expand-lg .navbar-nav .menu-item.active a, .header .navbar-expand-lg .navbar-nav .nav-link.active {
        color: #ffc435 !important;
    }
}

.header-body {
    position: relative;
    color: #fff;
}

.header-body:after {
    content: '';
    height: 20%;
    width: 100%;
    background-color: #0050a0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.header-body .bg {
    position: relative;
    z-index: 2;
}

.header-body .content,
.header-body .img-primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header-body .content {
    padding: 30px 0;
}

@media (min-width: 992px) {

    .header-body .img-primary,
    .header-body .img-secondary {
        margin-top: 150px;
    }

    .header-body:after {
        height: 40%;
    }
}

@media (min-width: 1200px) {

    .header-body .img-primary,
    .header-body .img-secondary {
        margin-top: 70px;
    }

    .header-body:after {
        height: 20%;
    }

    /*.header .header-body {*/
    /*    height: 480px;*/
    /*}*/
}

@media (min-width: 1600px) {

    .header-body .img-primary,
    .header-body .img-secondary {
        margin-top: -70px;
    }
}


@media (max-width: 991px) {

    .header-body .img-primary,
    .header-body .img-secondary {
        display: none;
    }

    .header-body:after {
        display: none;
    }

    .header-body .content {
        position: static;
        color: #111;
        background-color: #f5f5f5
    }

    .header-body .title {
        font-size: 26px;
    }

    .header .navbar-brand img {
        width: auto;
        height: 50px;
    }

    .header .navbar-expand-lg .navbar-nav .menu-item:not(:last-child):after {
        display: none;
    }
}

@media (max-width: 786px) {
    .header .navbar-brand img {
        height: 40px;
        width: auto;
    }
}


.block-section {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.block-section-sm {
    padding: 15px 0;
}

@media (max-width: 991px) {
    .block-section {
        padding: 70px 0;
    }
}

@media (max-width: 767px) {

    .block-section-sm,
    .block-section {
        padding: 30px 0;
    }

    .block-section h1 {
        font-size: 28px;
    }

    .block-section h2 {
        font-size: 24px;
    }

    .block-section h3 {
        font-size: 20px;
    }

    .block-section h4 {
        font-size: 18px;
    }

    .block-section h5 {
        font-size: 16px;
    }

    .block-section h6 {
        font-size: 14px;
    }
}

.block-section li {
    margin-bottom: 10px;
}

.card-slider .item {
    /*padding: 15px 15px 20px 15px;*/
}

.owl-carousel .owl-dots {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-dots button {
    width: 15px;
    height: 15px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 5px;
}

.owl-carousel .owl-dots button.active {
    background-color: #c40707;
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background: #c40707 !important;*/
    color: #fff !important;
    width: 45px;
    height: 45px;
    opacity: 0.8;
    /*border-radius: 50%;*/
}

.card-blog .owl-carousel .owl-nav button {
    transform: translateY(-100%) !important;
}

.owl-carousel .owl-nav button {
    overflow: hidden;
}

.owl-carousel .owl-nav button span {
    text-indent: -9999999px;
    display: block;
}

.owl-carousel .owl-nav button i {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

@media (min-width: 992px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 250px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 250px;
    }

}

.image,
.item .image {
    position: relative;
}

.image .caption {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.item-giver .caption-title {
    height: 65px;
    /*padding-bottom: 2rem;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.item-giver .caption-detail {
    font-size: 14px;
    font-weight: 300;
}


.item-cabinet .size {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: #F0B0A2;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-cabinet ul {
    padding-left: 20px;
}

.item-member-share .name {
    height: 48px;
}

.login-with {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-with span {
    padding: 10px 20px;
    position: relative;
    z-index: 2;
    background-color: #f5f5f5;
    color: #B4B4B4;
}

.login-with:after {
    content: '';
    width: 100%;
    border-bottom: 1px solid #B4B4B4;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.heading-with-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 30px !important;
    border: none !important;
}

.select2-container .select2-selection--single {
    height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    padding-left: 15px !important;
    padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    width: 40px;
    background-color: #000;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    top: 0px !important;
    right: 0px !important;
}

.select2-dropdown {
    border-radius: 15px !important;
    padding: 20px;
    border: none;
}

.form-map {
    position: relative;
}

.form-map #map,
.form-map iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -5px;
}


.form-map-sm #map {
    height: 300px !important;
}

.form-map .maker-content {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: white;
    margin: 10px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px;
    width: 250px;
}

@media (max-width: 767px) {
    .form-map .maker-content {
        top: 10px;
        right: 10px;
        left: 10px;
        margin: 0px;
        padding: 10px;
        width: 95%;
        font-size: 12px;
    }

    .form-map iframe {
        height: 600px;
    }

    .iframe-youtube {
        height: 400px;
    }
}

@media (max-width: 640px) {
    .form-map iframe {
        height: 900px;
    }
}

.product-item {
    cursor: pointer;
}

.product-item.active {
    border-width: 3px !important;
    border-color: #0a6ebd !important;
}

.heading-double-line {
    border: 0;
    border-top: solid 1px #000;
    border-bottom: double 3px #000;
    margin: 0 50px;
    padding: 10px 0;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center !important;
    font-weight: 300;
}

.heading-single-line {
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
    margin-bottom: 30px;
    font-size: 20px;
}


.card.card-box {
    border-radius: 0;
    border: none;
    background-color: #f5f5f5;
    margin-bottom: 1rem;
}

.card.card-box .card-header {
    background-color: #f5f5f5;
    font-weight: 500;
    border-bottom: none;
    line-height: normal;
    display: flex;
    align-items: center;
}

.card.card-box .card-body {
    background-color: #f9f9f9;
}

.card.card-dott {
    border-style: dashed;
    height: 266px;
    width: 100%;
    border-width: 2px;
    box-sizing: border-box;
    border-color: #C7C7C7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.card.card-dott .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.card-border {
    font-weight: normal;
    font-size: 13px;
}

.card-border .card-body {
    position: relative;
}

.card-border .action {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
}

.card-border .action > *,
.card-border .action > a {
    padding-right: 10px;
    color: #0a6ebd;
    font-size: 14px;
    position: relative;
}

.card-border .action > * a {
    color: #0a6ebd;
}

.card-border .action button {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #0a6ebd;
    font-weight: 500;
}

.card-border .action > *:after,
.card-border .action > a:after {
    content: '';
    border-left: 1px solid rgba(85, 85, 85, 0.59);
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
}

.card-border .action > *:last-child:after,
.card-border .action > a:last-child:after {
    display: none;
}

.address-add {
    color: #888;
}

.address-add i {
    font-size: 48px;
    color: #ddd;
}

.cart-item-view {
    display: flex;
    align-items: center;
}

.cart-item-view .checkbox {
    width: 25px;
    text-align: center;
    margin-right: 10px;
    flex: 0 0 auto;
}

.cart-item-view .product {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

.cart-item-view .product .image {
    width: 100px;
    margin-right: 10px;
}

.cart-item-view .product .meta {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}

.cart-item-view .product .meta .pricing {
    font-size: 28px;
    color: #bd230a;
    font-weight: 600;
    margin-left: 10px;
}

.cart-item-view .product .meta .unit {
    margin-left: 10px;
    flex: 0 0 auto;
    width: 150px;
}

.item-icon-inline {
    display: flex;
    align-items: center;
}

.item-icon-inline .icon {
    flex: 0 0 auto;
    margin-right: 10px;
    line-height: normal;
}

.item-icon-img .icon {
    width: 80px;
}

.item-icon-inline .icon img {
    width: 100%;
}

.item-icon-inline .icon i {
    font-size: 22px;
}

.item-icon-inline .content {
    flex: 1 1 auto;
    font-size: 14px;
    line-height: normal;
}

.table-custom td,
.table-custom th {
    padding: 5px;
}

.table-custom th {
    font-weight: 500;
    font-size: 14px;
}

.table-custom td {
    font-size: 13px;
    font-weight: normal;
}

.table-custom td .btn-sm {
    font-size: 13px;
}

.table-custom td .btn-sm i {
    margin-right: 5px;
}

.a-box .a-divider.a-divider-section .a-divider-inner,
.a-color-base-background .a-divider.a-divider-section .a-divider-inner,
.a-divider.a-divider-section .a-divider-inner {
    height: 44px;
    margin-bottom: -18px;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .14), rgba(0, 0, 0, .03) 3px, transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .14), rgba(0, 0, 0, .03) 3px, transparent);
    z-index: 0;
    zoom: 1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000 !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #f88d29 transparent transparent transparent;
    border-width: 10px 9px 0 9px;
    margin-left: -9px;
    margin-top: -3px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #f88d29 transparent;
    border-width: 0 9px 10px 9px;
    margin-top: -5px;
}


.service-box {
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    transform: translateY(-50%);
    margin-bottom: -50px;
}

.service-box.t0 {
    transform: none !important;
    margin-bottom: 0 !important;
}


.service-box .box {
    width: 70%;
    overflow: hidden;
    border-radius: 30px;
    background-image: url("assets/images/bg-service.png");
    background-position: center center;
    background-size: cover;
    padding: 30px;
}

.service-box.t0 .box {
    width: 100%;
}

.service-box a img {
    /*transition: all .3s;*/
}

.service-box a[aria-expanded="true"] img {
    width: 65% !important;
}

@media (max-width: 991px) {
    .service-box {
        transform: none;
        margin: 50px 0 !important;
    }

    .service-box.service-box-page {
        margin: 0 !important;
    }

    .service-box .box {
        width: 100%;
        text-align: center;
    }

    .service-box .box span {
        font-size: 36px !important;
    }
}

.accordion-heading {
    background-color: #ECECEC;
    border-radius: 15px;
}

.page-title {
    position: relative;
    /*color: #FF4272;*/
}

.page-title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    border-bottom: 2px solid #fdf18f;
    transform: translateY(-50%);
    z-index: 8;
}

.page-title .title {
    display: inline-block;
    padding: 0px 30px 5px 0;
    position: relative;
    z-index: 9;
    font-weight: 300;
    /*background-color: #1A1A1A;*/
}

.page-title-bottom {
    /*border-bottom: 2px solid #fdf18f;*/
    margin-bottom: 0px !important;
    /*padding-bottom: 10px;*/
}

.page-title-bottom > * {
    /*padding-bottom: 0 !important;*/
}

.page-title-bottom:after {
    display: none;
}

.page-cover {
    padding: 50px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 480px) {
    .page-cover {
        background-size: 650%;
    }
}

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

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    /*color: #FF4272;*/
}

.page-content h1 {
    font-size: 30px;
}

.page-content h2 {
    font-size: 24px;
}

.page-content h3 {
    font-size: 20px;
}

.page-content h4 {
    font-size: 18px;
}

.page-content h5 {
    font-size: 16px;
}

.page-content li {
    line-height: 1.8;
}

.page-content {
    /*font-style: italic;*/
}

.aligncenter,
.page-content .aligncenter {
    display: block;
    margin: 0 auto;
}

.page-content .alignleft {
    display: block;
    margin: 0 auto 0 0;
}

.page-content .alignright {
    display: block;
    margin: 0 0 0 auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 70%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.list-group-icon li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.list-group-icon li .icon {
    flex: 0 0 auto;
    font-size: 30px;
    width: 30px;
}

.list-group-icon li .icon.sm {
    width: 16px;
    font-size: 14px;
    /*line-height: inherit;*/
}

.list-group-icon li .caption {
    flex: 1 1 auto;
    width: 100%;
    /*line-height: 1;*/
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 3px 10px;
    border-radius: 5px;
}

.banner-border {
    border: 3px solid #dbad42;
}

@media (max-width: 767px) {
    .step-register img {
        width: 25% !important;
        min-width: 100px;
    }
}


.main-slider {
    margin-bottom: 0px;
    /*border-bottom: 2px solid #243E5B;*/
}

@media (max-width: 767px) {
    .main-slider {
        display: none;
    }
}

.main-slider .item {
    position: relative;
}

.main-slider .item:after {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(252, 252, 252, 0) 51%);
}

/*.main-banner:after,*/
/*.main-slider:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    background-image: url("assets/images/bar.png");*/
/*    background-size: contain;*/
/*    background-repeat: repeat-x;*/
/*    height: 10px;*/
/*}*/

.main-slider .owl-nav {
    /* display:none; */
}

#section > *:nth-child(odd) {
    /*background-color: #ffffff;*/
}

#section > *:nth-child(even) {

    /*background-color: #ffffff;*/
}

.wrap-nav-bottom {
    position: fixed;
    bottom: 15px;
    width: 100%;
    z-index: 99
}

.wrap-nav-bottom .container {
    border-radius: 3px;
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;

    /*background-image: linear-gradient(180deg, #F47C7C 0%, #ef2a4b 63%);*/
    background: linear-gradient(34deg, #191515, #1c1b18 52%, #120c0c);
    /*border-top: 3px solid #ab0623;*/
    /*border-top-left-radius: 1rem;*/
    /*border-top-right-radius: 1rem*/
}

.wrap-nav-bottom .container .header-footer {
    height: .5rem;
    width: 100%;
    max-width: 25%;
    border-radius: .5rem;
    /*background-color: #eebd36;*/
    margin: auto auto 1rem
}

.wrap-nav-bottom .container .text-footer {
    text-align: center;
    color: #fff;
    font-size: 15px
}

.wrap-nav-bottom .container a:hover {
    text-decoration: none
}

.wrap-nav-bottom .container .footer-item {
    text-align: center;
}

.wrap-nav-bottom .container .footer-item img {
    height: 40px;
    display: block;
    margin: 0 auto;
    /*width: 100%;*/
    margin-bottom: .5rem;
    filter: brightness(0) invert(1);
}


@media (max-width: 767px) {

    .wrap-nav-bottom .container .footer-item img {
        height: 30px;
    }

    .wrap-nav-bottom .container .text-footer {
        font-size: 12px;
    }

    .main-slider .owl-carousel .owl-nav button.owl-prev {
        left: 5px;
    }

    .main-slider .owl-carousel .owl-nav button.owl-next {
        right: 5px;
    }

    .main-slider .owl-carousel .owl-nav button {
        width: 25px;
        height: 37px;
        /*background: #c40707c0 !important;*/
        /* border-radius: 50%; */
    }
}


.text-g {
    background: #F55F07;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border-gradient {
    border-radius: 5px;
    /*background: linear-gradient(to left, #743ad5, #d53a9d);*/
    position: relative;
    border: 1px solid transparent;
}

.border-gradient::after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: #F55F07;
    content: '';
    z-index: -1;
    border-radius: 8px;

}

.border-gradient > div {
    background-color: #6F2700;
    position: relative;
    z-index: 9999;
    border-radius: 8px;
}

.border-gradient-purple {
    /*border-image-source: linear-gradient(to left, #743ad5, #d53a9d);*/
}

.block-header {
    display: flex;
    align-items: center;
    /*border-bottom: 2px solid #6A2700;*/
    /*margin-bottom: 1.5rem;*/
    /*padding: 5px 0;*/
    position: relative;

    margin: -2px -6px 1.5rem -6px;
    /*padding: 3px 0px 5px 0px;*/
    /*background-color: #711A75;*/
    /*background: rgb(244,124,124);*/
    /*background: linear-gradient(0deg, rgba(244,124,124,1) 0%, rgba(239,159,159,1) 41%, rgba(250,212,212,1) 88%);*/
    /*border-bottom: 3px solid #d35d5d;*/
    /*box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);*/
}

.block-header .title {
    position: relative;
    padding-bottom: 15px !important;
    color: #ffc107;
}

.category .block-header .title {
    font-size: 28px;
}

.block-header .title:after {
    width: 80%;
    position: absolute;
    content: '';
    background-image: url("assets/images/line.webp");
    background-size: 100%;
    height: 1px;
    /*border-bottom: 1px solid #dec789;*/
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.block-header.t-left .title {
    padding-left: 0;
}

.block-header:not(.t-center) .title:after {
    left: 0px;
    transform: none;
}


.block-header.t-center img {
    display: none;
}

.block-header.t-center {
    justify-content: center;
}

.block-header.t-center *:not(.container) {
    text-align: center;
    width: auto;
    margin-left: 0;
}

/*.block-header.t-center .container * {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

.block-header:not(.t-center) div > * {
    padding: 5px 15px 3px 15px;
}

@media (min-width: 992px) {
    .block-header * {
        white-space: nowrap;
        line-height: 1.5;
        padding: 5px 0 3px 0;
    }

}

@media (max-width: 991px) {
    .block-header.t-center > div {
        /*width: 70% !important;*/
    }

    .block-header * {
        line-height: 1.5;
        padding: 5px 0 3px 0;
    }
}

.block-header.t-center > div {
    justify-content: center;
    /*width: 25%;*/
    /*display: flex;*/

}

.block-header > div:not(.container) {
    display: flex;
    align-items: center;
    position: relative;
}

.block-header h1,
.block-header h2,
.block-header h4,
.block-header h5,
.block-header h6,
.block-header h3 {
    font-size: 24px;
}

@media (max-width: 767px) {
    .block-header > div {
        width: 100%;
        flex-grow: 1;
    }

    .page-content h1,
    .page-content h2,
    .page-content h3,
    .page-content h4,
    .page-content h5,
    .page-content h6,
    .block-header h1,
    .block-header h2,
    .block-header h4,
    .block-header h5,
    .block-header h6,
    .block-header h3 {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 500 !important;
    }
}

.block-header > div:after {
    /*content: '';*/
    position: absolute;
    bottom: -7px;
    left: 0%;
    /*transform: translateX(-50%);*/
    width: 30%;
    height: 3px;
    background: #02504b;
}

.block-header.t-center > div:after {
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}


@media (max-width: 767px) {
    .block-header > div:after,
    .block-header.t-center > div:after {
        width: 20%;
    }
}

.block-header img {
    height: 20px;
}

.block-header > div *:not(img) {
    color: #ffc107;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.block-header *:not(img) span {
    font-weight: 600;
    margin-left: 0 !important;
}

.block-content .page-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 560px) {
    .page-content * {
        text-align: justify;
    }
}

.border-right-red {
    position: relative;
}

.border-top-line {
    border-top: 1px solid #243E5B;
}

@media (min-width: 992px) {
    .border-right-red:after {
        position: absolute;
        content: '';
        border-right: 1px solid #F55F07;
        height: 100%;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .nav-tabs .nav-item:first-child a {
        /*margin-left: -1rem;*/
    }

}

.nav-tabs .nav-link {
    color: #fff;
    opacity: 0.4;
    /*font-style: italic;*/
    font-size: 18px;
    position: relative;
    border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #fff;
    opacity: 1;
    border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after {
    position: absolute;
    content: '';
    width: 75%;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    /*border-bottom: 2px solid #F55F07;*/
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}

.bullet-line {
    position: relative;
}

.bullet-line:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #F55F07;
}

.bullet-line:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F55F07;
    transform: translateY(-50%);
}

.bullet-line.sm:before {
    width: 10px;
    height: 10px;
    left: 8px;
}

.bullet-line.sm:after {
    width: 80%;
    right: 0;
    left: auto;
}

#gameModal iframe {
    height: 750px;
}

@media (max-width: 767px) {
    #gameModal iframe {
        height: 500px;
    }
}

.tab-box {
    border: 2px solid #4E3FFF;
    border-radius: 5px;
    position: relative;
}

.tab-inner {
    padding: 30px;
}

.tab-inner .nav-tabs {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    background-color: #07091B;
}

@media (max-width: 767px) {
    .tab-inner .nav-tabs {
        position: static;
        transform: none;
        left: 0;
    }
}


.box-item {
    padding: 10px;
}

.box-item.box-item-blog.no-circle {
    border-radius: 0;
}

.box-item.box-item-blog {
    padding: 0;
    overflow: hidden;
}


.box-item .content {
    /*background: rgba(1, 67, 58, 1);*/
    /*background: -moz-linear-gradient(top, rgba(1, 67, 58, 1) 0%, rgba(0, 87, 73, 1) 4%, rgba(1, 68, 59, 1) 19%, rgba(0, 35, 31, 1) 66%, rgba(0, 0, 0, 1) 100%);*/
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1, 67, 58, 1)), color-stop(4%, rgba(0, 87, 73, 1)), color-stop(19%, rgba(1, 68, 59, 1)), color-stop(66%, rgba(0, 35, 31, 1)), color-stop(100%, rgba(0, 0, 0, 1)));*/
    /*background: -webkit-linear-gradient(top, rgba(1, 67, 58, 1) 0%, rgba(0, 87, 73, 1) 4%, rgba(1, 68, 59, 1) 19%, rgba(0, 35, 31, 1) 66%, rgba(0, 0, 0, 1) 100%);*/
    /*background: -o-linear-gradient(top, rgba(1, 67, 58, 1) 0%, rgba(0, 87, 73, 1) 4%, rgba(1, 68, 59, 1) 19%, rgba(0, 35, 31, 1) 66%, rgba(0, 0, 0, 1) 100%);*/
    /*background: -ms-linear-gradient(top, rgba(1, 67, 58, 1) 0%, rgba(0, 87, 73, 1) 4%, rgba(1, 68, 59, 1) 19%, rgba(0, 35, 31, 1) 66%, rgba(0, 0, 0, 1) 100%);*/
    /*background: linear-gradient(to bottom, rgba(1, 67, 58, 1) 0%, rgba(0, 87, 73, 1) 4%, rgba(1, 68, 59, 1) 19%, rgba(0, 35, 31, 1) 66%, rgba(0, 0, 0, 1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01433a', endColorstr='#000000', GradientType=0);*/

    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;

    /*border: 1px solid #001311;*/
}

.box-item .image-link {
    position: relative;
}

.box-item .image-link .link-item {
    position: absolute;
    width: 90%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

ol li::marker {
    color: #eebd36;
    font-weight: 600;
}

ol li {
    margin-bottom: 8px;
    /*line-height: 1;*/
}

.item-animate {
    display: block;
    position: relative;
    overflow: hidden;
}

.item-animate:after {
    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, .7) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
    -webkit-transform: skewX(
            -25deg
    );
    transform: skewX(
            -25deg
    );
}

.item-animate:hover:after {

    -webkit-animation: shine 1s;
    animation: shine 1s;
}

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

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

.toolbar {

    /*display: none;*/
    position: fixed;
    top: 10px;
    width: 95px;
    z-index: 99999999;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 0 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.toolbar.right {
    width: 180px;
    left: inherit;
    right: 10px;
}

.toolbar.right .iclose {
    float: right;
}

.toolbar .iclose {
    float: left;
    width: 25px;
    height: 25px;
    background-color: #333;
    margin: 0 0 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.toolbar .item {
    margin-bottom: 5px;
}

@media (max-height: 680px) {
    .toolbar {
        top: 50px;
        transform: none;
    }
}

@media (max-width: 991px) {
    .toolbar {
        display: none;
    }
}

.wp-pagenavi a, .wp-pagenavi span {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 5px 15px;
}

.wp-pagenavi span.current {
    background: #eebd36; /* Old browsers */
    color: #000;
}

/*Footer*/
.footer {
    /*padding: 30px 0;*/
    background-color: #000;
    font-size: 13px;

}

/*.footer:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    background-image: url("assets/images/bar.png");*/
/*    background-size: contain;*/
/*    background-repeat: repeat-x;*/
/*    height: 10px;*/
/*}*/


.footer {
    /*background-color: #eebd36;*/
    background: linear-gradient(34deg, #191515, #1c1b18 52%, #120c0c);
    border-top: 3px solid #eebd36;
    color: #fff;
    padding-bottom: 130px;
}

.footer .block-header {
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    font-weight: 500;
    /*font-size: 18px;*/
}

.footer img.logo {
    /*height: 80px;*/
    width: 200px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*padding-left: 20px;*/
}

.footer ul li {
    padding-bottom: 3px;
    font-size: 13px;
}

.footer a {
    color: #fff;
}

.footer .block-header > div:after {
    width: 30%;
}

.footer .block-header > div *:not(img) {
    color: #fff;
}

.socials a {
    display: block;
    position: relative;
}

.socials a span {
    display: block;
    text-indent: -9999999px;
    position: absolute;
}

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

iframe {
    width: 100%;
    min-height: 450px;
}


.category-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.category-box span {
    flex: 0 0 auto;
    width: 100px;
}

.category-box div {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap !important;
}

.category-box div a:not(.tag) {
    margin-right: 8px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    border-bottom: 1px dotted #fff;
}

.category-box div a.tag {
    display: inline-block;
    padding: 3px 10px;
    background-color: #ffc435;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    border-radius: 3px;
    margin-bottom: 5px;

}

.category-box div a.tag:hover {
    background-color: #ea6464;
    color: #000;
}


@media (max-width: 767px) {
    .footer-menu li a {
        display: block;
        padding: 0 0 3px 0;
    }
}

.aligncenter figcaption {
    text-align: center;
    margin: 0 auto;
    display: block !important;
}