/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Play:wght@400;700&display=swap');

@font-face {
    font-family: 'MTD-Gorni';
    src: url('fonts/MTD-Gorni.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root{
	--cl-x: #59B5FF;
	--cl-y: #8DC24F;
    --cl-grd-1: linear-gradient(90deg, rgba(89, 181, 255, 1) 0%, rgba(1, 106, 200, 1) 100%);
    --cl-grd-2: linear-gradient(90deg, rgba(242, 33, 50, 1) 0%, rgba(254, 194, 22, 1) 26%, rgba(141, 194, 79, 1) 50%, rgba(8, 85, 154, 1) 73%, rgba(101, 50, 150, 1) 100%);
	--fs-title: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
}

body{
    font-family: "Inter", sans-serif;
}

p:last-of-type{
    margin-bottom: 0;
}

.row-inner-full > .col > .col-inner{
	height: 100%;
}

.row-slider .flickity-slider > .col{
	padding-bottom: 0 !important;
}

.button-grd{
    background: var(--cl-grd-1);
    border: none;
}

.svg-clip-path {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.wpcf7-form{
    margin-bottom: 0;
}

.wpcf7 .wpcf7-spinner{
    display: none;
}

.wpcf7 .wpcf7-not-valid-tip{
    position: absolute;
    margin-top: -1rem;
    font-size: 0.75rem;
    z-index: 1;
}

.social-icons a{
    width: 2rem;
    height: 2rem;
    min-width: unset !important;
    min-height: unset;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 1px solid #fff !important;
    padding: 0 !important;
    line-height: normal;
    font-size: 14px;
}

.social-icons a i{
    top: unset;
}

.social-icons a.is-outline{
    color: #fff;

}


/*===*/
.header-top{
    background: linear-gradient(90deg, rgba(89, 181, 255, 1) 0%, rgba(1, 106, 200, 1) 100%);
}

.header-top .nav-small.nav>li.html{
    font-size: 0.875rem;
}

.header-main .header-nav > li.menu-item{
    margin: 0 0.25rem;
    padding: 0 0.5rem;
}

.header-main .header-nav > li.menu-item a{
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.header-main .header-nav > li.menu-item.active > a,
.header-main .header-nav > li.menu-item.active > a i{
    background: var(--cl-grd-1);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.header-main .header-nav > li.menu-item.active:before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0.375rem;
    padding: 2px 0;
    background: var(--cl-grd-2);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


.header-search-lightbox{
    .button{
        padding: 0.5rem;
        color: #fff !important;
    }
}

#search-lightbox{
    font-size: 1rem;
}

.searchform-wrapper .flex-col{
    padding: 0 !important;
}

.searchform-wrapper.form-flat .flex-col:last-of-type{
    margin-left: -2.5rem;
}

.searchform-wrapper input[type=search]{
    height: unset;
    padding: 0.5rem 1rem;
}

.searchform-wrapper button[type="submit"]{
    margin: 0;
    padding: 0;
}


/*===*/
.banner-page{
    height: clamp(15rem, 13rem + 10vw, 25rem);
    background-color: transparent;
}

.banner-page .bg-fill{
    background-position: center bottom;
}

.banner-page .title-banner-page{
    margin: 0;
    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
    font-weight: 700;
    line-height: normal;
}

.rank-math-breadcrumb p{
    margin-top: 0.25rem;
}


.wrapper-slide .swiper-button-prev,
.wrapper-slide .swiper-button-next{
    width: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
    height: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
    border-radius: 50%;
    background-color: #fff;
    font-size: 1rem;
    box-shadow: 0px 0px 4px #00000040;
}

.wrapper-slide .swiper-button-prev:after,
.wrapper-slide .swiper-button-next:after{
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
    font-weight: 700;
    color: var(--cl-y);
}

/**/
.main-title h2{
    margin-bottom: 0;
    font-size: var(--fs-title);
}

.main-title.title-grd h2{
    background: var(--cl-grd-1);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.box-main-title h2{
    margin-bottom: 0.325rem;
    font-size: var(--fs-title);
}

.main-title.section-title-container{
    width: unset;
    max-width: unset;
    margin-bottom: 0;
}

.main-title.section-title-container .section-title-normal{
    border-bottom: none;
    margin-bottom: 0;
    width: unset;
}

.main-title.section-title-container .section-title-normal .section-title-main{
    border-bottom: 0;
    position: relative;
}

.main-title.section-title-container .section-title-normal .section-title-main:before{
    content: "";
    display: inline-block;
    width: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    height: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    margin-right: 0.5rem;
    background-image: url('/wp-content/themes/flatsome-child/images/icon-logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: text-top;
}

.main-title.section-title-container .section-title-normal .section-title-main:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--cl-grd-2);
    border-radius: 5rem;
}

.is-divider{
    display: none;
}


/*===*/
.tour-slide{
    padding: 0.25rem;
}

.box-tour{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.5rem;
    box-shadow: 0px 0px 4px #00000040;
    border-radius: 0.75rem;
    .box-image{
        width: 100%;
    }
    .box-image{
        border-radius: 0.5rem;
    }
    .box-image img{
        transition: all .5s ease;
    }
    .box-content{
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        padding-top: 0.5rem;
    }
    .box-title h3{
        margin-bottom: 0;
        font-size: 1rem;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .box-meta{
        display: flex;
        justify-content: space-between;
        row-gap: 0.25rem;
        column-gap: 0.5rem;
        flex-wrap: wrap;
        margin-bottom: 0.5rem;
    }

    .box-meta .item{
        font-size: 0.75rem;
    }
    .box-meta .item i{
        color: #BFBFBF;
    }
    .box-bottom{
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .box-bottom .price,
    .box-bottom .price span.amount{
        font-size: 0.875rem;
        font-weight: 600;
        color: #D70E0F;
    }
    .box-bottom .view-detail{
        padding: 0.25rem 1rem;
        border: 1px solid #D70E0F;
        border-radius: 0.25rem;
        color: #D70E0F;
        line-height: normal;
        font-size: 0.875rem;
        transition: all .3s ease;
    }
    .box-bottom .view-detail:hover{
        background-color: #D70E0F;
        color: #fff;
    }
}

.box-image:hover img{
    transform: scale(1.1);
}



/*===*/
.blog-visa-passport{
    .box-vertical{
        height: 100%;
        padding: 0.5rem;
        border-radius: 0.75rem;
        background-color: #F4FAF9;
    }

    .box-vertical .box-image .image-cover{
        border-radius: 0.5rem;
    }

    .box-vertical .box-text{
        padding: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    }

    .box-vertical .box-text-inner{
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        height: 100%;
    }

    .box-vertical .box-text-inner .post-title,
    .box-vertical .box-text-inner h3{
        color: #2D4766;
    }

    .box-vertical .box-text-inner .post-title:before,
    .box-vertical .box-text-inner h3:before{
        content: "";
        display: block;
        width: 1.5rem;
        height: 2rem;
        margin-bottom: 0.5rem;
        background-image: url('/wp-content/themes/flatsome-child/images/passport-icon.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .box-vertical .from_the_blog_excerpt,
    .box-vertical p{
        line-height: normal;
    }

    .box-vertical .button{
        width: 100%;
        min-height: unset;
        margin: auto 0 0;
        padding: 0.5rem 1rem;
        border: 0;
        border-radius: 0.375rem;
        background: linear-gradient(90deg, rgba(141, 194, 79, 1) 0%, rgba(107, 181, 21, 1) 100%);
        line-height: normal;
        font-size: 0.875rem;
    }

    .col:nth-child(3n + 2) .box-vertical{
        background-color: #FEF3EF;
        .box-text-inner .post-title{
            color: #EB5E5E;
        }
        .button{
            background: linear-gradient(90deg, rgba(213, 48, 48, 1) 0%, rgba(254, 76, 22, 1) 100%);
        }
    }

    .col:nth-child(3n + 3) .box-vertical{
        background-color: #EFF4FE;
        .box-text-inner .post-title{
            color: #08559A;
        }
        .button{
            background: linear-gradient(90deg, rgba(8, 85, 154, 1) 0%, rgba(5, 55, 99, 1) 100%);
        }
    }
}



/*===*/

.blog-tr-car-rental{
    .box-blog-post{
        margin: 0.25rem;
        padding: 0.5rem;
        border-radius: 0.75rem;
        box-shadow: 0px 0px 4px #00000040;
    }

    .box-blog-post .box-image .image-cover{
        border-radius: 0.5rem;
    }

    .box-blog-post .box-text{
        padding: 0.5rem;
    }
}

.event-organization-slide{
    padding: 0.25rem;
}

.box-event-organization{
    display: flex;
    gap: 0.5rem;
    box-shadow: 0px 0px 4px #00000040;
    border-radius: 0.75rem;
    overflow: hidden;
}

.box-event-organization .box-thumbnail{
    width: 35%;
    flex-shrink: 0;
}

.box-event-organization .box-thumbnail .image-cover{
    padding-top: 70%;
}

.box-event-organization .box-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;

}

.box-event-organization .box-content .title{
    font-size: 1.125rem;
}

.box-event-organization .view-detail{
    background: var(--cl-grd-2);
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    transition: all .3s ease;
}

.box-event-organization .view-detail:hover{
    transform: translateX(0.5rem);
}

.box-event-organization .bottom-box{
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.box-event-organization .icon{
    width: 2.5rem;
    height: 2rem;
    border-radius: 0.375rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}



/*===*/
.banner-home .section-content{
    position: unset !important;
}

.banner-home .img-cover-banner{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.banner-home .banner-content h2{
    font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
    font-family: 'MTD-Gorni', sans-serif;
    text-shadow: 2px 2px 0px #000;
}


/*===*/
.gallery-img.row-xsmall>.col{
    padding: 0 4px 8px;
}

.gallery-img .img .img-inner{
    border-radius: 0.5rem;
}


/*=== Footer*/
.row-footer:after{
    content: none;
}

.col-footer h3{
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.col-footer ul{
    margin-bottom: 0;
}

.col-footer ul li{
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    list-style: none;
    margin-left: 0;
}

.col-footer ul li i{
    color: #fff;
}

.col-footer .ux-menu .ux-menu-link + .ux-menu-link{
    margin-top: 0.5rem !important;
}

.col-footer .ux-menu .ux-menu-link__link{
    flex: unset;
    min-height: unset;
    padding: 0;
    transition: all .3s ease-in-out;
}

.col-footer .ux-menu .ux-menu-link__link:hover{
    transform: translateX(0.5rem);
    color: var(--cl-y) !important;
}

.social-icons.social-footer{
    display: flex;
    justify-content: center;
    gap: 0.25rem;
}

.social-icons.social-footer a{
    margin: 0;
    padding: 0.25rem;
    height: unset;
    min-width: unset;
    min-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    color: var(--cl-y);
    font-size: 1rem;
}

.social-footer a i{
    top: 0;
    line-height: normal;
    font-size: 1rem;
}

.icon-envelop:before{
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro";
}

.absolute-footer{
    display: none;
}

.menu-footer-bottom{
    flex-direction: row;
    gap: 1.5rem;
}

.menu-footer-bottom .ux-menu-link__link{
    min-height: unset;
    padding: 0;
}

.menu-footer-bottom .ux-menu-link__link:hover{
    color: var(--cl-y) !important;
}


.back-to-top{
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
}


/*==== Page Contact*/
.icon-info-contact{
    --w-icon: clamp(3rem, 2.9rem + 0.5vw, 3.5rem);
    align-items: center;
}


.icon-info-contact .icon-box-img{
    width: var(--w-icon) !important;
    height: var(--w-icon);
    background-color: var(--cl-y);
    border-radius: 50%;
    padding: 0.5rem;
}

.icon-info-contact .icon,
.icon-info-contact .icon-inner{
    width: 100%;
    height: 100%;
}

.icon-info-contact .icon-box-img img{
    padding-top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-info-contact .icon-box-text{
    line-height: normal;
}

.icon-info-contact .icon-box-text h3{
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    margin-bottom: 0.25rem;
}


.box-map{
    border-radius: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    overflow: hidden;
    height: 400px;
}

.box-map iframe{
    width: 100%;
}

.form-contact .form-control{
    height: unset;
    background-color: #FFFFFF;
    padding: clamp(0.5rem, 0.45rem + 0.25vw, 0.75rem) 1rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: none !important;
    color: #000;
}

.form-contact .form-control::placeholder{
    color: rgba(0, 0, 0, 0.5);
}

.form-contact textarea.form-control{
    height: 6rem;
}

.form-contact input[type=submit]{
    background-color: var(--cl-y);
}



/*==== tour wooo*/
.product-info .ux-quantity.quantity,
.product-info .single_add_to_cart_button{
    display: none;
}

.product-info .ux-buy-now-button{
    width: 100%;
    border-radius: 0.5rem;
    height: 3rem;
    border: 0;
    background: var(--cl-grd-1);
}


.woocommerce-tabs,
.product-section-title{
    max-width: unset !important;
}

/*===*/
.page-wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-title-archive-tour{
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    font-size: var(--fs-title);
    color: #08559A;
}


.wrapper-header-archieve{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.wrapper-header-archieve .title{
    margin-bottom: 0;
    font-size: var(--fs-title);
    color: #08559A;
}

.wrapper-header-archieve .nav-child-menu{
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 0;
}

.wrapper-header-archieve .nav-child-menu li{
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.wrapper-header-archieve .nav-child-menu li a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background-image: url('/wp-content/themes/flatsome-child/images/bg-nav-item.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #F4FAF9;
    font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
    font-weight: 600;
    color: #2D4766;
    transition: all .3s ease;
}

.wrapper-header-archieve .nav-child-menu li:nth-child(2n) a{
    background-color: #FEF3EF;
    color: #EB5E5E;
}

.wrapper-header-archieve .nav-child-menu li:nth-child(2n + 1) a{
    background-color: #EFF4FE;
    color: #08559A;
}


.wrapper-header-archieve .nav-child-menu li a:hover,
.wrapper-header-archieve .nav-child-menu li.active a{
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}

.nav-child-menu.root-cat-visa-ho-chieu,
.nav-child-menu.root-cat-4{
    /*li a{
        padding: 0.375rem 1rem;
    }*/

    li a:before{
        content: "";
        display: inline-block;
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.25rem;
        background-image: url('/wp-content/themes/flatsome-child/images/passport-icon.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
}



/*===*/
.section-process-service .section-bg img{
    object-fit: contain;
}


.row-post-visa .box-blog-post{
    background-color: #E6E6E6;
    border-radius: 0.5rem;
}

.row-post-visa .box-blog-post .box-image .image-cover{
    border-radius: 0.5rem;
}

.row-post-visa .box-blog-post .box-text{
    padding: 0.75rem;
}

.row-post-visa .box-blog-post .box-text .post-title{
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

.row-post-visa .box-blog-post .box-text .post-title a{
    margin: 0;
}

.row-post-visa .box-blog-post .box-text .post-title a:before{
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    background-image: url('/wp-content/themes/flatsome-child/images/icon-logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: bottom;
}


/**/
.row-post-airline .box-blog-post{
    border-radius: 1rem;
}

.row-post-airline .box-blog-post .box-image{
    border-radius: inherit;
}

.row-post-airline .box-blog-post .box-text{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 0.75rem 1rem;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.row-post-airline .box-blog-post .box-text .box-text-inner{
    text-shadow: none;
}

.row-post-airline .box-blog-post .box-text .post-title,
.row-post-airline .box-blog-post .box-text .post-title a{
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}



/*===*/
.tour-single{
    padding-top: 40px;
    padding-bottom: 40px;
}

.tour-wrapper-gallery{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.tour-wrapper-gallery .swiper{
    width: 100%;
}

.tour-wrapper-gallery .swiper .swiper-slide{
    border-radius: 0.5rem;
    overflow: hidden;
}

.tour-wrapper-gallery .swiper .slide_show_next,
.tour-wrapper-gallery .swiper .slide_show_prev{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tour-wrapper-gallery .swiper .slide_show_next:after,
.tour-wrapper-gallery .swiper .slide_show_prev:after{
    font-size: 1rem;
    font-weight: 700;
}

.tour-wrapper-content{
    padding: 1rem;
    border: 1px solid #f1f1f1;
    border-radius: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tour-wrapper-content + .tour-wrapper-content{
    margin-top: 1.5rem;
}


.tour-sidebar{
    position: sticky;
    top: 150px;
}

.tour-sidebar .title{
    font-size: 1.25rem;
}

.tour-sidebar span.sale-price,
.tour-sidebar span.regular-price{
    font-size: 1.5rem;
    font-weight: 700;
    color: #D70E0F;
}

.tour-sidebar del.regular-price{
    color: #BFBFBF;
}

.tour-sidebar .tour-excerpt{
    margin-top: 1rem;
}

.tour-sidebar .tour-info{
    margin-top: 1rem;
}

.tour-sidebar .tour-info li{
    list-style: none;
    margin-left: 0;
}

.tour-button{
    display: flex;
}

.tour-button .button{
    flex: 1;
}


.snowfield{
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1000;
    pointer-events: none;
}




/*button contact*/
.button-contact-fixed{
    position: fixed;
    bottom: 8%;
    right: 0.25rem;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.box-ring {
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: visibility .5s;
    position: relative;
}

.box-ring-outline {
    position: absolute;
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid rgba(30, 30, 30, 0.5);
    background-color: transparent;
    border-radius: 50%;
    opacity: .5;
    transition: all .5s;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
}

.box-ring-inline {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(3rem, 2.8rem + 1vw, 4rem);
    height: clamp(3rem, 2.8rem + 1vw, 4rem);
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}

.box-ring-image{
    width: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.box-ring-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-ring-label{
	position: absolute;
	right: 2rem;
	height: 2.25rem;
	z-index: -1;
	padding: 0.25rem 3rem 0.25rem 1rem;
	border-radius: 50rem;
	white-space: nowrap;
	color: #fff;
	display: flex;
	align-items: center;
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}