.hidden {
    display: none !important;    
}

.swal2-container {
    z-index: 9999999;
}

.ant-lucky-wheel-registration {
    display: none;
    position: absolute;
    width: 900px;
    height: 600px;
    background: #fff url(../img/lk-popup-bg.png) center left no-repeat;
    border-radius: 30px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -450px;
    padding: 100px 120px 0 380px;
}

.ant-lucky-wheel-registration.open {
    display: block;
}

.ant-lucky-wheel-registration:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 370px;
    height: 235px;
    bottom: 0;
    right: 0;
    background: transparent url("../img/cloud-conner.png") center center no-repeat;
}

.ant-lucky-wheel-registration .btn-close-lk-registration {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: transparent url("../img/icons/btn-popup-close-lg.png") center center no-repeat;
    cursor: pointer;
}

.ant-lucky-wheel-registration .section-title {
    margin-bottom: 40px;
    position: relative;
}

.ant-lucky-wheel-registration .section-title span {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: "UTM Avo", Sans-serif;
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
    paint-order: stroke fill;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 12px;
    -webkit-text-stroke-color: #083050;
}

.ant-lucky-wheel-registration .section-title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: transparent url("../img/icons/icon-spin.png") center center no-repeat;
    top: -30px;
    right: -20px;
}

.ant-lucky-wheel-registration .section-title .sm {
    margin-bottom: 12px;
    z-index: 1;
}

.ant-lucky-wheel-registration .section-title .lg {
    font-size: 80px;
    -webkit-text-fill-color: #FFEF60;
    z-index: 3;
}

.lucky-wheel-registration-form .form-text {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 0;
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #A7C0CC;
    border-radius: 0;
    margin-bottom: 20px;
}

.lucky-wheel-registration-form .form-submit {
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #00C0F3;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 46px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.ant-lucky-wheel-wrap {
    display: none;
    position: fixed;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ant-lucky-wheel-wrap.open {
    display: block;
}

.ant-lucky-wheel-wrap .ant-lucky-wheel-content {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -457px;
}

.ant-lucky-wheel-wrap .ant-lucky-wheel-content .active {
    cursor: pointer;
}

.ant-lucky-wheel-wrap .ant-lucky-wheel-content svg {
    display: none;
    transform: scale(0.8);
}

.ant-lucky-wheel-wrap .ant-lucky-wheel-content.open svg {
    display: block;
}

.ant-lucky-wheel-wrap .ant-lucky-wheel-content audio {
    display: none;
}

#AntShowLuckyWheel {
    position: fixed;
    top: 50%;
    right: 0;
    cursor: pointer;
}

.ant-promotion-form p {
    margin: 0;    
}

.ant-promotion-form .wpcf7-text {
    height: 44px;
    border: none;
    border-radius: 20px;
}

.ant-promotion-form .form-control {
    margin-bottom: 10px;
    position: relative;
}

.ant-promotion-form .wpcf7-submit {
    width: 100%;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
}

.ant-promotion-form .wpcf7-spinner {
    position: absolute;
    margin: 0;
    left: 50%;
    margin-left: -100px;
    top: 11px;
}

.ant-promotion-form .wpcf7-checkbox .wpcf7-list-item-label {
    color: #A7C0CC;
    font-size: 14px;
}

.ant-promotion-form .wpcf7 .wpcf7-not-valid-tip {
    color: #ff5858;
    margin-top: 3px;
}

.ant-promotion-form .wpcf7 form.invalid .wpcf7-response-output {
    margin: 20px 0 0 0;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.elementor-heading-title .ht-txt {
    color: #FFDA56;
}

.ant-countdown-wrap {
    display: flex;
    gap: 10px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.ant-countdown-wrap .ant-countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    flex-basis: 56px;
    height: 65px;
}

.ant-countdown-wrap span {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}

.ant-countdown-wrap .ant-countdown-label {
    font-size: 12px;
}

.ant-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ant-gallery-wrap .ant-gallery-item {
    flex: 0 0 20%;
    cursor: pointer;
}

.ant-gallery-wrap .ant-gallery-item img {
    width: 100%;
}

.ant-branch-vr360 {
    margin-bottom: 40px;
}

.ant-branch-gallery-overlay {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.6);
    padding: 40px;
    display: none;
    justify-content: center;
    align-items: center;
}

.ant-branch-gallery-overlay.open {
    display: flex;
}

.ant-branch-gallery-overlay .ant-branch-gallery-popup {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: calc(100% - 80px);
    max-height: calc(100% - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ant-branch-gallery-popup img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
}

.ant-branch-gallery-overlay .btn-close-gallery {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #fff url(../img/icons/btn-popup-close.svg) center center no-repeat;
    text-indent: -100000px;
    border-radius: 6px;
    cursor: pointer;
}

.ant-branch-filter {
    display: flex;
    gap: 50px;
}

.ant-branch-filter .form-element {
    flex-basis: 320px;
    font-size: 16px;
    color: #083050;
    padding: 10px 35px 10px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    height: 44px;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 12px auto;
}

.ant-branch-filter .btn {
    flex: 1;
    height: 44px;
    border-radius: 46px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.ant-branch-filter-result {
    font-size: 16px;
    font-style: italic;
    color: #00C0F3;
    margin: 10px 0 30px;
}

.ant-branch-wrap {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}

.ant-branch-wrap .ant-branch-wrap-list {
    flex-basis: 430px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
}

.ant-branch-wrap .ant-branch-wrap-list .ant-branch-list {
    height: 450px;
    overflow-y: scroll;
}

.ant-branch-wrap .ant-branch-wrap-list .ant-branch-list .ant-branch-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.ant-branch-wrap .ant-branch-wrap-list .ant-branch-list .ant-branch-item.item-active {
    padding: 10px;
    background-color: #D9F6FD;
    border: 1px solid #00C0F3;
    border-radius: 10px;
}

.ant-branch-wrap .ant-branch-wrap-list .ant-branch-list .ant-branch-item:last-child {
    margin-bottom: 0;
}

.ant-branch-wrap .ant-branch-wrap-list .ant-branch-list .ant-branch-item .thumbnail-img {
    flex-basis: 120px;
}

.ant-branch-wrap .ant-branch-wrap-list .ant-branch-list .ant-branch-item .thumbnail-img img {
    border-radius: 6px;
}

.ant-branch-wrap .ant-branch-wrap-list .ant-branch-list .ant-branch-item .post-entry-content {
    flex: 1;
}

.ant-branch-wrap .ant-branch-wrap-list .ant-branch-list .ant-branch-item .post-entry-content .post-title {
    font-size: 14px;
    font-weight: 600;
    color: #083050;
    margin: 0 0 5px;
}

.ant-branch-wrap .ant-branch-wrap-list .ant-branch-list .ant-branch-item .post-entry-content span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 15px;
}

.ant-branch-wrap .ant-branch-wrap-list .ant-branch-list .ant-branch-item .post-entry-content span:last-child {
    margin-bottom: 0;
}

.ant-branch-wrap .ant-branch-wrap-list .ant-branch-list .ant-branch-item .post-entry-content .hotline {
    color: #00C0F3;
}

.ant-branch-wrap .ant-branch-map {
    flex: 1;
}

.single.single-post,
.single.single-post .post {
    background-color: #ffffff;    
}

.single.single-post #secondary,
.single.single-post .widget.widget_block {
    padding: 0 !important;
}

.single.single-post .widget.widget_block {
    border-radius: 20px !important;
}

.single.single-post .post {
    padding: 0;
}

.single.single-post .post-navigation {
    display: none;
}

.single.single-post .post-thumbnail {
    margin-bottom: 20px;
}

.single.single-post .post-thumbnail img {
    border-radius: 20px;
    box-shadow: none;
}

.single.single-post .post-title {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 600;
    color: #083050;
    line-height: 30px;
}

.single.single-post .post-metadata {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.single.single-post .post-metadata span {
    display: block;
    padding-left: 34px;
    color: #A7C0CC;
    font-size: 16px;
    line-height: 24px;
}

.single.single-post .post-metadata .post-meta-author {
    background: transparent url("../img/icons/ic-user-square.svg") left center no-repeat;
}

.single.single-post .post-metadata .post-meta-time {
    background: transparent url("../img/icons/ic-clock.svg") left center no-repeat;
}

.single.single-post .post-metadata .post-meta-categories {
    padding-left: 0;
    color: #F19537;
    font-weight: 600;
}

.single.single-post .post-main-content > * {
    margin-bottom: 15px;
}

.single.single-post .post-main-content {
    color: #083050;
    font-size: 16px;
    line-height: 24px;
}

.single.single-post .post-main-content .wp-caption-text {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
}

.single.single-post .post-main-content figure img {
    border-radius: 20px;
}

.single.single-post .post-main-content blockquote {
    font-weight: 500;
    color: #083050;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    border-color: #00C0F3;
}

.single.single-post .post-main-content blockquote p {
    margin-bottom: 0;
}

.single.single-post .post-main-content ul {
    padding-left: 40px;
}

.single.single-post .post-main-content ul li {
    margin-bottom: 10px;
}

.single.single-post .ast-single-related-posts-container {
    padding: 0;
}

.single.single-post .ast-single-related-posts-container .ast-related-posts-title-section {
    padding: 0;
    margin: 0;
}

.single.single-post .ast-single-related-posts-container .ast-related-posts-title {
    font-size: 24px !important;
    font-weight: 700;
    color: #083050;
    padding-left: 14px;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.single.single-post .ast-single-related-posts-container .ast-related-posts-title:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #00C0F3;
    left: 0;
    top: 0;
}

.single.single-post .ast-single-related-posts-container .ast-related-post-content .post-thumb {
    margin-bottom: 12px;
}

.single.single-post .ast-single-related-posts-container .ast-related-post-content .post-thumb img {
    border-radius: 20px;
}

.single.single-post .ast-single-related-posts-container .entry-header {
    margin: 0 0 5px;
}

.single.single-post .ast-single-related-posts-container .entry-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
}

.single.single-post .ast-single-related-posts-container .entry-title  a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #083050;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.single.single-post .ast-single-related-posts-container .entry-meta {
    margin: 0;
}

.single.single-post .ast-single-related-posts-container .entry-meta span {
    color: #A7C0CC;
    font-size: 14px;
    font-weight: 500;
}

.single.single-post .ast-single-related-posts-container .entry-meta a {
    color: #F19537;
    font-weight: 500;
}

.single.single-post .ast-single-related-posts-container .ast-related-post-excerpt {
    font-size: 16px;
    color: #083050;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.archive.category .site-content > .ast-container {
    gap: 24px;
}

.single.single-post #primary,
.single.single-post #secondary,
.archive.category #primary,
.archive.category #secondary {
    margin-top: 40px !important;
    padding: 0;
    border: none !important;
}

.archive.category #primary,
.single.single-post #primary {
    width: 76.2% !important;
}

.archive.category #secondary,
.single.single-post #secondary {
    width: 23.8% !important;
}

.archive.category .ant-section-title {
    font-size: 24px;
    color: #083050;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 14px;
    position: relative;
}

.archive.category .ant-section-title:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00C0F3;
}

.archive.category .top-featured-posts .top-featured-posts-wrap {
    display: flex;
    gap: 24px;
}

.archive.category .top-featured-posts .featured-post {
    flex-basis: 54.5%;
    position: relative;
    height: 330px;
    margin-bottom: 40px;
}

.archive.category .top-featured-posts .list-posts {
    flex-basis: 45.5%;
}

.archive.category .top-featured-posts .featured-post .ant-post-thumbnail {
    position: relative;
    z-index: 1;
}

.archive.category .top-featured-posts .featured-post .ant-post-thumbnail img {
    border-radius: 20px;
    width: 510px;
    height: 330px;
}

.archive.category .top-featured-posts .featured-post .ant-post-information {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 120px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 20px 20px;
    padding: 12px 15px;
}

.archive.category .top-featured-posts .featured-post .ant-post-information .ant-post-meta span {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
}

.archive.category .top-featured-posts .featured-post .ant-post-information .ant-post-meta span:first-child {
    margin-right: 10px;
}

.archive.category .top-featured-posts .featured-post .ant-post-information .ant-post-meta .ant-post-meta-cate {
    font-weight: 700;
    color: #F19537;
}

.archive.category .top-featured-posts .featured-post .ant-post-information .ant-post-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}

.archive.category .top-featured-posts .featured-post .ant-post-information .ant-post-title a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.archive.category .top-featured-posts .featured-post .ant-post-information .ant-post-excerpt {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.archive.category .top-featured-posts .list-posts .ant-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.archive.category .top-featured-posts .list-posts .ant-post-item:last-child {
    margin-bottom: 0;
}

.archive.category .top-featured-posts .list-posts .ant-post-item .ant-post-thumbnail {
    flex-basis: 150px;
}

.archive.category .top-featured-posts .list-posts .ant-post-item .ant-post-thumbnail img {
    border-radius: 10px;
}

.archive.category .top-featured-posts .list-posts .ant-post-item .ant-post-information {
    flex: 1;
}

.archive.category .top-featured-posts .list-posts .ant-post-item .ant-post-information .ant-post-meta span {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #A7C0CC;
    margin-right: 5px;
}

.archive.category .top-featured-posts .list-posts .ant-post-item .ant-post-information .ant-post-meta .ant-post-meta-cate {
    font-weight: 700;
    color: #F19537;
    margin-right: 0;
}

.archive.category .top-featured-posts .list-posts .ant-post-item .ant-post-information .ant-post-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.archive.category .top-featured-posts .list-posts .ant-post-item .ant-post-information .ant-post-title a {
    color: #083050;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.archive.category .top-featured-posts .list-posts .ant-post-item .ant-post-information .ant-post-excerpt {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #083050;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ant-loop-posts .site-main .post .ast-article-inner {
    flex-direction: row;
    gap: 24px;
}

.ant-loop-posts .site-main .post .post-content {
    flex: 1;
    padding: 0;
    position: relative;
}

.ant-loop-posts .site-main .post .post-thumb {
    width: unset;
    border-radius: 10px;
    overflow: hidden;
}

.ant-loop-posts .site-main .post .post-thumb img {
    aspect-ratio: unset;
    border-radius: 10;
}

.ant-loop-posts .site-main .post .entry-header {
    margin-bottom: 0;
}

.ant-loop-posts .site-main .post .ast-taxonomy-container {
    margin: 0;
    position: absolute;
    top: 0;
    left: 150px;
    line-height: 24px;
    color: #F19537;
}

.ant-loop-posts .site-main .post .ast-taxonomy-container a {
    color: #F19537;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.ant-loop-posts .site-main .post .entry-meta {
    margin-bottom: 10px;
}

.ant-loop-posts .site-main .post .entry-meta span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #A7C0CC;
    line-height: 24px;
}

.ant-loop-posts .site-main .post .entry-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

.ant-loop-posts .site-main .post .entry-title a {
    color: #083050;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ant-loop-posts .site-main .post .ast-excerpt-container p {
    color: #083050;
    font-size: 14px;
    line-height: 22px;
}

.ant-loop-posts .site-main .post .read-more {
    margin-bottom: 0;
    margin-top: 15px;
}

.ant-loop-posts .site-main .post .read-more a {
    color: #00C0F3;
}

.ast-pagination .page-numbers {
    color: #083050;
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
}

.ast-pagination .page-numbers.current {
    color: #fff;
}

.ast-pagination .page-numbers.next,
.ast-pagination .page-numbers.prev {
    width: auto;
}

.ast-pagination .nav-links {
    margin-bottom: 60px;
}

.widget-area .widget {
    margin-bottom: 30px !important;
}

.widget-area .widget.widget_categories {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 20px 15px;
}

.widget-area .widget .widget-title {
    font-size: 20px !important;
    font-weight: 700;
    color: #083050;
    padding-left: 14px;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}

.widget-area .widget .widget-title:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #00C0F3;
    left: 0;
    top: 0;
}

.widget-area .widget.widget_categories ul {
    padding-left: 15px;
}

.widget-area .widget.widget_categories ul .cat-item {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 !important;
    border-bottom: 1px solid #F2F2F2;
}

.widget-area .widget.widget_categories ul .cat-item:last-child {
    border-bottom: none;
}

.widget-area .widget.widget_categories ul .cat-item a {
    color: #083050;
    font-size: 14px;
}

.widget-area .widget.widget_block .ant-widget-posts-wrap {
    background-color: #D9F6FD;
    border: 1px solid #00C0F3;
    padding: 20px 15px;
    border-radius: 20px;
}

.widget-area .widget.widget_block .ant-widget-posts-wrap .widget-title {
    margin-bottom: 20px;
}

.widget-area .widget.widget_block .ant-sidebar-posts ul {
    padding-left: 20px;
    list-style: disc;
}

.widget-area .widget.widget_block .ant-sidebar-posts ul li {
    margin: 0 !important;
}

.widget-area .widget.widget_block .ant-sidebar-wrapper {
    border-radius: 20px;
    border: 1px solid #00C0F3;
}

.lh-small {
    height: 20px;
}

.lh-small .elementor-heading-title {
    display: inline-block;
    line-height: 20px;
}

.ant-sidebar-posts .ant-post-featured {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.ant-sidebar-posts .ant-post-featured .ant-post-thumbnail a {
    display: inline-block;
}

.ant-sidebar-posts .ant-post-featured .ant-post-thumbnail img {
    min-width: 80px;
    border-radius: 10px;
}

.ant-sidebar-posts .ant-post-featured .ant-post-information .ant-post-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.ant-sidebar-posts .ant-post-featured .ant-post-information .ant-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
     color: #083050;
     text-decoration: none;
}

.ant-sidebar-posts .ant-post-featured .ant-post-meta {
    line-height: 15px;
}

.ant-sidebar-posts .ant-post-featured .ant-post-meta .ant-post-meta-date {
    font-size: 12px;
    color: #A7C0CC;
    display: inline-block;
}

.ant-sidebar-posts .ant-post-featured .ant-post-excerpt {
    margin-bottom: 0;
    font-size: 13px;
    color: #083050;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ant-sidebar-posts ul {
    margin: 0;
}

.ant-sidebar-posts ul .ant-post-item a {
    color: #083050;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ant-sidebar-wrapper .ant-sidebar-widget-title .elementor-heading-title {
    padding-left: 14px;
    position: relative;
}

.ant-sidebar-wrapper .ant-sidebar-widget-title .elementor-heading-title:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #00C0F3;
    left: 0;
    top: 0;
}

.ant-sidebar-wrapper .ant-sidebar-form {
    padding-bottom: 20px;
}

.ant-sidebar-wrapper .ant-sidebar-form .ant-sidebar-form-title {
    text-align: center;
    padding: 30px 30px 80px;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.ant-sidebar-wrapper .ant-sidebar-form .ant-sidebar-form-title:after {
    content: "";
    position: absolute;
    width: 424px;
    height: 424px;
    border-radius: 424px;
    background-color: #00C0F3;
    top: -272px;
    left: 50%;
    margin-left: -212px;
    z-index: 1;
}

.ant-sidebar-wrapper .ant-sidebar-form .ant-sidebar-form-title span {
    position: relative;
    z-index: 2;
    display: block;
    font-family: "UTM Avo", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    paint-order: stroke fill;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 12px;
    -webkit-text-stroke-color: #083050;
}

.ant-sidebar-wrapper .ant-sidebar-form .ant-sidebar-form-title span.sub-form-title {
    -webkit-text-fill-color: #FFEF60;
}

.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-form {
    padding-left: 20px;
    padding-right: 20px;
}

.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-form .wpcf7-form-control,
.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-form .wpcf7-form-control:focus {
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0;
}

.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-form p,
.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-form .form-control {
    margin-bottom: 5px;
    position: relative;
}

.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-form .wpcf7-submit,
.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-form .wpcf7-submit:focus {
    border-radius: 46px;
}

.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-form .wpcf7-submit {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-form .wpcf7-spinner {
    position: absolute;
    margin: 0;
    left: 50%;
    margin-left: -100px;
    top: 11px;
}

.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-checkbox {
    padding: 0 !important;
    border: none !important;
}

.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    text-align: center;
    line-height: 0;
}

.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-checkbox .wpcf7-list-item > label {
    line-height: 18px;
}

.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    color: #A7C0CC;
}

.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
    display: none;
}

.ant-sidebar-wrapper .ant-sidebar-form .wpcf7-response-output {
    margin: 0;
    border-radius: 10px;
}

.site-header {
    border-bottom: 1px solid #D9D9D9;    
}



.page-template-page-ant-program .ast-article-single {
    padding: 0 !important;
}

.page-template-page-ant-program .ast-article-single .entry-header .entry-title {
    display: none;
}

.page-template-page-ant-program .ant-program-nav-item {
    position: relative;
    z-index: 1;
}

.page-template-page-ant-program .ant-program-nav-item.item-active:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 2;
    bottom: -13px;
    left: 50%;
    margin-left: -11px;
    border-top: 2px dashed #00C0F3;
    border-right: 2px dashed #00C0F3;
    transform: rotate(135deg);
    background-color: #D9F6FD;
}

.page-template-page-ant-program .ant-page-sub-title {
    position: relative;
    top: -15px;
}

.page-template-page-ant-program .ant-target-heading {
    padding-left: 60px;
    background: transparent url("../img/icons/icon-target.png") left center no-repeat;
}

.page-template-page-ant-program .ant-path-heading {
    padding-left: 60px;
    background: transparent url("../img/icons/icon-path.png") left center no-repeat;
}

.page-template-page-ant-program .ant-std-heading {
    padding-left: 60px;
    background: transparent url("../img/icons/icon-standard.png") left center no-repeat;
}

.page-template-page-ant-program .ant-vr-heading {
    padding-left: 60px;
    background: transparent url("../img/icons/icon-vr360.png") left center no-repeat;
}

.page-template-page-ant-program .ant-vr-heading .elementor-heading-title,
.page-template-page-ant-program .ant-gallery-heading .elementor-heading-title {
    color: #083050;
    font-family: "Rowdies", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 35px;
}

.page-template-page-ant-program .ant-gallery-heading {
    padding-left: 60px;
    background: transparent url("../img/icons/icon-infor.png") left center no-repeat;
}

.page-template-page-ant-program .ant-program-standard-section .elementor-widget-text-editor p {
    margin-bottom: 15px;
}

.pos-relative {
  position: relative;
}

.ant-default-link a {
  text-decoration: none !important;
}

.site-header .site-primary-header-wrap.ast-container {
  max-width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

.site-header .site-primary-header-wrap .site-branding {
  padding: 0;
}

.ant-primary-video .elementor-custom-embed-image-overlay {
  border-radius: 20px;
}

.ant-primary-video .elementor-wrapper.elementor-open-inline {
  border-radius: 20px;
  overflow: hidden;
}

.ant-heading-title .elementor-heading-title {
  line-height: 40px !important;
  background: -webkit-linear-gradient(#f19537, #f8e058);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ant-primary-video:before {
  content: "";
  position: absolute;
  width: 131px;
  height: 111px;
  top: -50px;
  right: -70px;
  background: transparent url("../img/icons/zig_zag.svg") center center
    no-repeat;
}

.ant-about-section:before,
.ant-about-section:after {
  content: "";
  position: absolute;
}

.ant-about-section:before {
  width: 169px;
  height: 274px;
  top: 320px;
  left: 0px;
  background: transparent url("../img/icons/ic-rocket.svg") center center
    no-repeat;
}

.ant-about-section:after {
  width: 150px;
  height: 181px;
  top: 300px;
  right: 10px;
  background: transparent url("../img/icons/ic-play.svg") center center
    no-repeat;
}

.ant-testimonial-content .myTestimonials {
  padding: 0 !important;
}

.ant-testimonial-content .myTestimonials .swiper-wrapper {
  margin: 0 !important;
}

.ant-testimonial-content .myTestimonials .swiper-wrapper .block-shadow {
  padding: 15px;
  box-shadow: none;
  justify-content: start;
}

.ant-testimonial-content .myTestimonials .swiper-wrapper .slide-content {
  position: relative;
  padding: 100px 18px 180px;
  border-radius: 32px;
  margin-bottom: 40px;
  transform: rotate(-3deg);
  border: 4px dashed transparent !important;
}

.ant-testimonial-content .myTestimonials .swiper-wrapper .slide-content:before,
.ant-testimonial-content .myTestimonials .swiper-wrapper .slide-content:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 36px;
}

.ant-testimonial-content .myTestimonials .swiper-wrapper .slide-content:before {
  top: -20px;
  left: 40px;
}

.ant-testimonial-content .myTestimonials .swiper-wrapper .slide-content:after {
  bottom: -20px;
  right: 40px;
}

.ant-testimonial-content
  .myTestimonials
  .swiper-wrapper
  .swiper-slide:nth-child(3n)
  .slide-content {
  border-color: #f79f77 !important;
  background: #ffeae0 url("../img/bg-testimonial-item.png") center 300px
    no-repeat !important;
}

.ant-testimonial-content
  .myTestimonials
  .swiper-wrapper
  .swiper-slide:nth-child(3n)
  .slide-content:before {
  background: transparent url("../img/icons/ic-quote1-top.svg") center center
    no-repeat !important;
}

.ant-testimonial-content
  .myTestimonials
  .swiper-wrapper
  .swiper-slide:nth-child(3n)
  .slide-content:after {
  background: transparent url("../img/icons/ic-quote1-bottom.svg") center center
    no-repeat !important;
}

.ant-testimonial-content
  .myTestimonials
  .swiper-wrapper
  .swiper-slide:nth-child(3n + 1)
  .slide-content {
  border-color: #80bef5 !important;
  background: #eaf5ff url("../img/bg-testimonial-item2.png") center 300px
    no-repeat !important;
}

.ant-testimonial-content
  .myTestimonials
  .swiper-wrapper
  .swiper-slide:nth-child(3n + 1)
  .slide-content:before {
  background: transparent url("../img/icons/ic-quote2-top.svg") center center
    no-repeat !important;
}

.ant-testimonial-content
  .myTestimonials
  .swiper-wrapper
  .swiper-slide:nth-child(3n + 1)
  .slide-content:after {
  background: transparent url("../img/icons/ic-quote2-bottom.svg") center center
    no-repeat !important;
}

.ant-testimonial-content
  .myTestimonials
  .swiper-wrapper
  .swiper-slide:nth-child(3n + 2)
  .slide-content {
  border-color: #f6d58a !important;
  background: #fffaef url("../img/bg-testimonial-item3.png") center 300px
    no-repeat !important;
}

.ant-testimonial-content
  .myTestimonials
  .swiper-wrapper
  .swiper-slide:nth-child(3n + 2)
  .slide-content:before {
  background: transparent url("../img/icons/ic-quote3-top.svg") center center
    no-repeat !important;
}

.ant-testimonial-content
  .myTestimonials
  .swiper-wrapper
  .swiper-slide:nth-child(3n + 2)
  .slide-content:after {
  background: transparent url("../img/icons/ic-quote3-bottom.svg") center center
    no-repeat !important;
}

.ant-testimonial-content
  .myTestimonials
  .swiper-wrapper
  .swiper-slide
  .slide-content
  .slide-description {
  line-height: 28px !important;
}

.ant-testimonial-content .myTestimonials .swiper-wrapper .slide-read-more {
  display: none;
}

.ant-testimonial-content .myTestimonials .swiper-wrapper .slide-basic-info {
  align-items: center;
}

.ant-testimonial-content .myTestimonials .swiper-wrapper .slide-image img {
  max-width: 70px;
}

.ant-testimonial-content .slider-modal {
  display: none !important;
}

.ant-testimonial-content .swiper-bottom-buttons-block {
  position: absolute;
  width: 100%;
  height: 16px;
  margin: 0 !important;
  top: 220px;
}

.ant-testimonial-content .swiper-bottom-buttons-block .swiper-button-prev,
.ant-testimonial-content .swiper-bottom-buttons-block .swiper-button-next {
  position: absolute;
  width: 40px !important;
  height: 16px !important;
}

.ant-testimonial-content .swiper-bottom-buttons-block .swiper-button-prev {
  background: transparent url("../img/icons/ic-back.svg") center center
    no-repeat !important;
  left: -60px;
}

.ant-testimonial-content .swiper-bottom-buttons-block .swiper-button-next {
  background: transparent url("../img/icons/ic-next.svg") center center
    no-repeat !important;
  right: -55px;
}

.ant-testimonial-content .swiper-bottom-buttons-block .swiper-button-prev:after,
.ant-testimonial-content
  .swiper-bottom-buttons-block
  .swiper-button-next:after {
  display: none !important;
}

.site-footer .ast-header-html {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  position: relative;
}

.site-footer .site-footer-primary-section-1 .ast-header-html:before {
  position: absolute;
  content: "";
  width: 104px;
  height: 141px;
  top: 80px;
  right: -250px;
  background: transparent url("../img/pencil_girl.png") center center no-repeat !important;
}

.site-footer .site-footer-primary-section-1 .ast-header-html:after {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  top: -60px;
  right: -320px;
  background: transparent url("../img/icons/ic-sun.svg") center center no-repeat !important;
  background-size: cover !important;
}

.site-footer .site-footer-primary-section-3 .ast-header-html:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 140px;
  top: 60px;
  right: -220px;
  background: transparent url("../img/pencil_boy.png") center center no-repeat !important;
}

.site-footer .ast-header-html p {
  margin-bottom: 20px;
}

.site-footer .ast-header-html ul {
  margin: 0;
  list-style: none;
}

.site-footer .ast-header-html ul li {
  margin-bottom: 10px;
}

.site-footer .ast-header-html ul.list-information li {
  padding-left: 34px;
  background: transparent url("../img/icons/ic-location.svg") left 5px no-repeat !important;
}

.site-footer .ast-header-html ul.list-information li.ic-web {
  padding-left: 34px;
  background: transparent url("../img/icons/ic-global.svg") left 2px no-repeat !important;
}

.site-footer .ast-header-html ul.list-information li.ic-location {
  padding-left: 34px;
  background: transparent url("../img/icons/ic-location.svg") left 5px no-repeat !important;
}

.site-footer .ast-header-html ul.list-information li.ic-phone {
  padding-left: 34px;
  background: transparent url("../img/icons/ic-call.svg") left 0px no-repeat !important;
}

.site-footer .ast-header-html ul.list-information li.ic-mail {
  padding-left: 34px;
  background: transparent url("../img/icons/ic-sms.svg") left 0px no-repeat !important;
}

.site-below-footer-wrap .site-below-footer-inner-wrap {
  background: transparent url("../img/icons/wave.svg") top left repeat-x;
}

.site-primary-footer-wrap {
  padding: 0 !important;
}

.site-below-footer-wrap {
  padding-top: 40px !important;
  padding-bottom: 0 !important;
}

.site-footer .btn-primary-cta {
  display: block;
  padding: 24px 60px;
  background-color: #f19537;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  border-radius: 46px;
  margin-bottom: 5px;
}

.site-footer .socials {
  margin: 0;
}

.site-footer .socials li {
  padding: 5px 10px;
  border-bottom: 1px solid #4eaac8;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
}

.site-footer .socials .social-item {
  display: flex;
  justify-content: space-between;
}

.site-footer .socials .social-item .list-item {
  display: flex;
  gap: 5px;
}

.site-footer .socials .social-item .list-item a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -200000px;
}

.site-footer .socials .social-item .list-item .item-fb {
  background: transparent url("../img/icons/ic-facebook.svg") center center
    no-repeat !important;
}

.site-footer .socials .social-item .list-item .item-y2b {
  background: transparent url("../img/icons/ic-youtube.svg") center center
    no-repeat !important;
}

.site-footer .socials .social-item .list-item .item-ig {
  background: transparent url("../img/icons/ic-instagram.svg") center center
    no-repeat !important;
}

.site-footer .site-primary-footer-wrap {
  position: relative;
}

.site-footer .site-primary-footer-wrap:before {
  position: absolute;
  top: -250px;
  left: 0;
  content: "";
  width: 200px;
  height: 355px;
  background: transparent url("../img/icons/ic-rocket-footer.svg") center center
    no-repeat !important;
}

.ant-home-section-wrap {
  display: flex;
  gap: 75px;
  justify-content: space-between;
}

.ant-home-section-wrap .ant-home-section-nav-item {
  width: 530px;
  background: transparent url("../img/icons/wave2.svg") left bottom repeat-x !important;
}

.ant-home-section-wrap .ant-home-section-nav-item span {
  display: block;
}

.ant-home-section-wrap
  .ant-home-section-nav-item
  .ant-home-section-nav-content {
  display: none;
  padding-bottom: 50px;
  font-family: "Rowdies", Sans-serif;
  font-weight: 400;
  color: #083050;
  font-size: 22px;
  line-height: 28px;
}

.ant-home-section-wrap .ant-home-section-nav-item .ant-home-section-nav-label {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 32px;
  color: #a7c0cc;
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}

.ant-home-section-wrap
  .ant-home-section-nav-item.item-active
  .ant-home-section-nav-label,
.ant-home-section-wrap
  .ant-home-section-nav-item
  .ant-home-section-nav-label:hover {
  color: #00c0f3;
}

.ant-home-section-wrap
  .ant-home-section-nav-item.item-active
  .ant-home-section-nav-content {
  display: block;
}

.ant-home-section-wrap .ant-home-section-preview {
  padding-top: 50px;
}

.ant-home-section-wrap
  .ant-home-section-preview
  .ant-home-section-preview-item {
  display: none;
}

.ant-home-section-wrap
  .ant-home-section-preview
  .ant-home-section-preview-item.item-active {
  display: block;
}

.ant-home-section-wrap
  .ant-home-section-preview
  .ant-home-section-preview-item
  img {
  display: block;
  max-width: 600px;
  -webkit-mask-image: url("../img/mask.svg");
  -webkit-mask-size: 90%;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.ant-list-posts {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
}

.ant-list-posts .ant-list-posts-col {
  flex: 1;
}

.ant-list-posts .right-col .ant-post-item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.ant-list-posts .right-col .ant-post-item .ant-post-thumbnail {
  flex-basis: 296px;
  flex-shrink: 0;
}

.ant-list-posts .right-col .ant-post-item .ant-post-information {
  flex-grow: 1;
}

.ant-list-posts .ant-post-item img {
  border-radius: 20px;
}

.ant-list-posts .ant-post-item .ant-post-thumbnail {
  margin-bottom: 20px;
}

.ant-list-posts .ant-post-item .ant-post-meta {
  margin-bottom: 10px;
}

.ant-list-posts .ant-post-item .ant-post-meta span {
  display: inline-block;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.ant-list-posts .ant-post-item .ant-post-meta .ant-post-meta-date {
  color: #A7C0CC;
  margin-right: 10px;
}

.ant-list-posts .ant-post-item .ant-post-meta .ant-post-meta-cate {
  font-weight: 700;
  color: #F19537;
}

.ant-list-posts .ant-post-item .ant-post-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
  font-family: "Montserrat", Sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ant-list-posts .right-col .ant-post-item .ant-post-title {
  font-size: 18px;
  line-height: 25px;
}

.ant-list-posts .ant-post-item .ant-post-title a {
  color: #083050;
  text-decoration: none;
}

.ant-list-posts .ant-post-item .ant-post-excerpt {
  font-size: 16px;
  color: #083050;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ant-view-more-wrap {
  text-align: center;
}

.ant-view-more-wrap a {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Montserrat", Sans-serif; 
  padding: 20px 80px;
  background-color: #00C0F3;
  border-radius: 46px;
  color: #fff;
  text-decoration: none !important;
}

.home .ant-about-content p {
    margin-bottom: 15px;
}

.ant-about-section .elementor-widget-container p {
    margin-bottom: 10px;
}

.ant-popup-wrapper,
.ant-popup-wrapper .ant-popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ant-popup-wrapper {
    display: none;
    z-index: 9997;
}

.ant-popup-wrapper.open {
    display: block;
}

.ant-popup-wrapper .ant-popup-overlay {
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.6);
}

.ant-popup-wrapper .ant-popup-content,
.ant-popup-wrapper .ant-popup-content-success {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    max-width: 100%;
    min-width: 900px;
    transform: translate(-50%, -50%);
}

.ant-popup-wrapper .ant-popup-content {
    display: none;
}

.ant-popup-wrapper .ant-popup-content.open {
    display: block;
}

.ant-popup-wrapper .ant-popup-content-success {
    display: none;
    text-align: center;
}

.ant-popup-wrapper .ant-popup-content-success.open {
    display: block;
}

.ant-popup-wrapper .ant-popup-content-success .ant-popup-content-inner {
    padding: 90px 40px 42px;
    background-color: #fff;
    border-radius: 30px;
}

.ant-popup-wrapper .ant-popup-content-success .popup-title {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    font-family: "UTM Avo", Sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    paint-order: stroke fill;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 12px;
    -webkit-text-stroke-color: #F095DA;
}

.ant-popup-wrapper .ant-popup-content-success .popup-title:after,
.ant-popup-wrapper .ant-popup-content-success .popup-title:before {
    position: absolute;
    content: "";
}

.ant-popup-wrapper .ant-popup-content-success .popup-title:before {
    background: transparent url("../img/icons/ic-heading.svg") left bottom no-repeat;
    width: 60px;
    height: 60px;
    top: -45px;
    left: -50px;
}

.ant-popup-wrapper .ant-popup-content-success .popup-title:after {
    background: transparent url("../img/icons/ic-star.svg") left bottom no-repeat;
    width: 60px;
    height: 60px;
    top: -65px;
    left: 15px;
}

.ant-popup-wrapper .ant-popup-content-success p {
    max-width: 655px;
    margin: 0;
    color: #083050;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-content-inner {
    padding: 14px 40px;
    background: #ffffff url("../img/bg-popup-img.png") left bottom no-repeat;
    background-size: contain;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 100px;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-title {
    text-align: center;
    min-width: 288px;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-title span {
    display: block;
    font-family: "UTM Avo", Sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    paint-order: stroke fill;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 12px;
    -webkit-text-stroke-color: #083050;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-title .hl {
    -webkit-text-fill-color: #FFEF60;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form {
    flex: 1;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form p {
    margin: 0;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form .form-control {
    margin-bottom: 10px;
    position: relative;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form .wpcf7-text,
.ant-popup-wrapper .ant-popup-content .ant-popup-form .wpcf7-text:active,
.ant-popup-wrapper .ant-popup-content .ant-popup-form .wpcf7-text:focus {
    border: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #A7C0CC;
    border-radius: 0;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form .wpcf7-text {
    height: 42px;
    padding: 10px 0;
    background: transparent;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form .wpcf7-text.wpcf7-not-valid {
    border-color: #E03535;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form .form-row {
    display: flex;
    margin-bottom: 0;
    column-gap: 30px;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form .form-col {
    flex: 1 1 auto;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form .wpcf7-submit {
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #00C0F3;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 46px;
    margin-top: 10px;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form .wpcf7-spinner {
    position: absolute;
    margin: 0;
    left: 50%;
    margin-left: -100px;
    top: 11px;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form .wpcf7-response-output {
    position: absolute;
    visibility: hidden;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form .wpcf7-list-item {
    margin: 0;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form .wpcf7-checkbox.wpcf7-not-valid label {
    color: #E03535;
}

.ant-popup-wrapper .ant-popup-content .ant-popup-form .wpcf7-list-item label {
    color: #A7C0CC;
    font-size: 14px;
}

.ant-popup-wrapper .ant-popup-close-btn {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent url("../img/icons/btn-popup-close.svg") center center no-repeat;
    top: 10px;
    right: 10px;
}

@media only screen and (max-width: 1550px) {
  .site-header .site-primary-header-wrap .site-branding {
    margin-right: 20px;
  }

  .ant-about-section:before,
  .ant-about-section:after,
  .ant-img-study,
  .ant-img-play {
    display: none;
  }

  .ant-img-cloud {
    max-width: 80px !important;
  }

  .ant-img-arrow {
    max-width: 150px !important;
  }

  .ant-img-rocket-draw {
    max-width: 100px !important;
    right: 30px !important;
  }

  .ant-img-star {
    left: -50px !important;
  }

  .site-footer .site-primary-footer-wrap:before {
    transform: scale(0.6);
    top: -320px;
  }
}

.ant-branch-filter-loading.open {
    display: block;
}

.ant-branch-filter-loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255,255,255,0.6);
}

.ant-branch-filter-loading .ant-loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    animation: rotate 1s linear infinite;
    top: 200px;
    left: 50%;
    margin-left: -24px;
}

.ant-branch-filter-loading .ant-loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #00c0f3;
    animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

@media (max-width: 576px) {
    .ant-lucky-wheel-wrap .ant-lucky-wheel-content {
        left: unset;
        margin-left: unset;
    }

    .ant-lucky-wheel-wrap .ant-lucky-wheel-content.open svg {
        max-width: 100%;
    }

    .site-header .ast-primary-header-bar {
        min-height: 80px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .site-header .ast-primary-header-bar .site-logo-img img {
        max-height: 40px;
        width: auto;
    }

    .ant-branch-filter {
        flex-direction: column;
        gap: 15px;
    }
    
    .ant-branch-filter .form-element {
        flex-basis: 44px;
    }
    
    .ant-branch-filter-result {
        margin-bottom: 15px;
    }
    
    .page-template-page-ant-program .ant-vr-heading .elementor-heading-title,
    .page-template-page-ant-program .ant-gallery-heading .elementor-heading-title {
        font-size: 20px;
        line-height: 24px;
    }

    .archive.category #primary,
    .single.single-post #primary,
    .archive.category #secondary,
    .single.single-post #secondary {
        width: 100% !important;
    }
    
    .single.single-post .site-content .ast-container
    .archive.category .site-content .ast-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .single.single-post .post-thumbnail img {
        border-radius: 10px;
    }
    
    .single.single-post .post-title {
        font-size: 24px;
    }
    
    .single.single-post .post-metadata {
        gap: 20px;
        margin-bottom: 15px;
    }
    
    .single.single-post .post-metadata .post-meta-categories {
        display: none;
    }
    
    .single.single-post .ast-single-related-posts-container .ast-related-post-excerpt {
        margin-bottom: 0;        
    }

    .single.single-post .ast-single-related-posts-container .read-more {
        display: none;
    }
    
    .archive.category .top-featured-posts {
        margin-bottom: 30px;
    }
    
    .archive.category .top-featured-posts .top-featured-posts-wrap {
        flex-direction: column;
    }
    
    .archive.category .top-featured-posts .featured-post {
        margin-bottom: 0;
    }
    
    .archive.category .ant-loop-posts .post .ast-article-inner {
        flex-direction: column;
        gap: 12px;
    }
    
    .archive.category .ant-loop-posts .post .post-thumb {
        margin-bottom: 0;
    }
    
    .archive.category .ant-loop-posts .site-main .post .ast-excerpt-container p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    .archive.category .top-featured-posts .list-posts .ant-post-item .ant-post-information .ant-post-excerpt {
        -webkit-line-clamp: 2;
        line-height: 16px;
    }
    
    .ant-program-content-wrap .e-con-inner {
        flex-direction: column-reverse !important;
    }

    .site-footer .site-primary-footer-wrap:before {
        display: none;
    }

    .ant-heading-title .elementor-heading-title {
        font-size: 28px !important;
        font-weight: 600 !important;
        text-align: center;
        line-height: 32px !important;
    }

    .ant-section-counter {
        background-color: #F19537;
    }

    .ant-list-posts {
        margin-bottom: 30px;
    }

    .ant-list-posts,
    .ant-list-posts .right-col .ant-post-item {
        flex-direction: column;
    }

    .ant-list-posts .right-col .ant-post-item {
        gap: 0;
    }

    .ant-list-posts .right-col .ant-post-item .ant-post-thumbnail {
        flex-basis: unset;
        flex-shrink: unset;
        flex: 1;
        width: 100%;
    }

    .ant-list-posts .right-col .ant-post-item .ant-post-thumbnail a,
    .ant-list-posts .right-col .ant-post-item .ant-post-thumbnail img {
        display: block;
        width: 100%;
    }

    .ast-hfb-header .site-footer {
        padding: 60px 15px 30px;
    }

    .site-footer .site-footer-primary-section-1 {
        margin-bottom: 30px !important;
    }

    .site-footer .btn-primary-cta {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .site-below-footer-wrap {
        padding-top: 0 !important;
    }

    .site-below-footer-wrap .site-footer-below-section-1 {
        padding-top: 30px;
    }

    .ant-home-section-wrap {
        flex-direction: column;
        gap: 0;
    }

    .ant-home-section-wrap .ant-home-section-nav-item {
        width: 100%;
    }

    .ant-home-section-wrap .ant-home-section-nav-item .ant-home-section-nav-label {
        font-size: 24px;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .ant-home-section-wrap .ant-home-section-nav-item.item-active .ant-home-section-nav-content {
        padding-bottom: 25px;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .ant-home-section-wrap .ant-home-section-preview .ant-home-section-preview-item img {
        max-width: 100%;
        -webkit-mask-size: 100%;
    }

    .ant-primary-video:before,
    .site-footer .site-footer-primary-section-1 .ast-header-html:after,
    .site-footer .site-footer-primary-section-1 .ast-header-html:before,
    .site-footer .site-footer-primary-section-3 .ast-header-html:before {
        display: none;
    }
  
    .ant-popup-wrapper .ant-popup-content,
    .ant-popup-wrapper .ant-popup-content-success {
        padding-left: 20px;
        padding-right: 20px;
        min-width: 100%;
    }
  
    .ant-popup-wrapper .ant-popup-content .ant-popup-content-inner {
        padding: 60px 14px !important;
        flex-direction: column;
        gap: 30px !important;
    }
  
    .ant-popup-wrapper .ant-popup-content .ant-popup-form .form-row {
        column-gap: 0;
        flex-direction: column;
    }
  
    .ant-popup-wrapper .ant-popup-close-btn {
        right: 30px !important;
    }
  
    .ant-popup-wrapper .ant-popup-content-success .popup-title {
        font-size: 22px;
    }
  
    .ant-popup-wrapper .ant-popup-content-success p {
        font-size: 18px;
    }
  
    .ant-popup-wrapper .ant-popup-content .ant-popup-title span {
        font-size: 28px;
    }
  
    .ant-popup-wrapper .ant-popup-content-success .popup-title:before {
        left: -30px;
    }
  
    .ant-popup-wrapper .ant-popup-content-success .popup-title:after {
        left: 30px;
    }
}