@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');

/*
* Primary : #094281
*
*/


body {
    font-family: 'Kanit', 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #1A1A1A;
    color: #fff;
	
}

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

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

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    /*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;
}

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

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

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

@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: 0;
}

@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-primary {
    background-color: #053980 !important;
    border-color: #053980 !important;
    /*color: #000 !important;*/
}

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

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


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

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

.bg-dark-2 {
    background-color: #050505 !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: 0;
}

.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: #fdf18f !important;
}

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

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

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

.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 {
    background-color: #0c0c0c;
    font-size: 14px;
}

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

}

.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 {

    color: #4C5759;
}

body .header {
    background-color: #000;
    /*background-image: url("assets/images/bg.jpg");*/
    background-size: cover;
    background-position: top center;
}


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

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

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


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

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

    }

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


}

@media (max-width: 991px) {
    .header .navbar {
        position: fixed;
        width: 100%;
        background-color: #000;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .header {
        padding-top: 75px;
    }

    .top-header {
        display: none;
    }

}

.header .navbar-expand-lg .navbar-nav {
    font-family: 'Kanit';
    font-weight: 300;
    font-size: 15px;
}


.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 .navbar-nav .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
        display: flex;
        align-items: center;
    }
}

@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.active a,
.header .navbar-expand-lg .navbar-nav .nav-link.active {
    position: relative;
    color: #fdf18f;
    font-weight: 500;
}

.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: 2px solid #fdf18f;
    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;
    }
}

.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 {
        height: 50px;
    }
}

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


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

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

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

@media (max-width: 767px) {

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


.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;
    /*border-radius: 50%;*/
}

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

.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: 30px;
    }
    
    .owl-carousel .owl-nav button.owl-next {
        right: 30px;
    }
    
}

.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: #fdf18f;
}

.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: #fdf18f;
}

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


/*Footer*/
.footer {
    padding: 50px 0;
	padding-bottom:120px
}

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

.footer ul li {
    padding-bottom: 5px;
}

.footer a {
    color: #fff;
}


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

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



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

.wrap-nav-bottom .container {
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    background-color: #333;
    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: #dabb65;
    margin: auto auto 1rem
}

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

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

.wrap-nav-bottom .container .footer-item img {
    height: 50px;
    display:block;
		margin:0 auto;
    margin-bottom: .5rem
}


@media (max-width: 767px) {
    .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%; */
    }
}




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

.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: 2px 8px;
    background-color: #fdf18f;
    color: #000;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 3px;

}

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



