/* font */
/* @font-face {
    font-family: 'UTM Bebas';
    src: url('../font/UTM-Bebas.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-besbas: 'UTM Bebas', sans-serif;
} */

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3,
h3.is-large {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p,
ul,
ol,
li {
    font-size: 17px;
    line-height: 1.4;
    /* font-family: 'Roboto', sans-serif; */
}

body {
    font-style: normal;
}

/* common */
.absolute-footer {
    display: none;
}

html,
.mfp-content {
    background-color: #000 !important;
}

figure {
    margin: 1rem auto !important;
    max-width: 100%;
}

figcaption {
    text-align: center;
    background-color: rgb(240, 240, 240);
    line-height: 2;
}

.a-logo {
    max-width: 200px;
}

.menu-item .nav-dropdown {
    padding: 0 !important;
}

/* .a-search */
.a-search h1 {
    justify-content: center;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

/* .a-heading */
.a-heading b,
.a-heading-left b {
    display: none;
}

.a-heading .section-title,
.a-heading-left .section-title {
    border: unset;
}

.a-heading .section-title {
    justify-content: center;
}

.a-heading-left .section-title {
    justify-content: flex-start;
}

.a-heading .section-title span,
.a-heading-left .section-title span {
    border: unset;
    margin: unset;
    padding: unset;
}

.a-heading-left .section-title span {
    text-align: left;
}

.a-heading .section-title span {
    text-align: center;
}

/* .a-sidebar */

.a-sidebar .is-divider {
    display: none;
}

.a-sidebar>.col-inner .is-divider {
    display: none;
}

.col-inner:has(.a-sidebar) {
    position: sticky;
    top: 110px;
}

.a-sidebar .a-heading {
    margin-bottom: 0.5rem;
}

.a-sidebar .a-heading .section-title {
    margin-bottom: unset;
    font-size: 20px;
}

.a-sidebar .post-item .box {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    align-items: center;
}

.a-sidebar .post-item:first-child .box {
    border-top: unset;
}

.a-sidebar .post-item .box-text {
    padding: unset;
}

.a-sidebar .post-item .post-title {
    font-size: 16px;
}

.a-sidebar .post-item .box-image {
    width: 40% !important;
}

/* .a-cate */
.a-cate .category-page-title .page-title-inner .flex-col:first-child,
.a-cate .category-page-title .page-title-inner .flex-col:last-child {
    display: none;
}

.a-cate .category-page-title .page-title-inner .flex-col {
    margin: unset;
}

.a-cate .category-page-title .page-title-inner {
    padding: unset;
}

/* at_posts_related */
#at_posts_related .text-center {
    text-align: left;
}

#at_posts_related .row {
    margin-left: -5px;
    margin-right: -5px;
}

#at_posts_related .col {
    padding-left: 5px;
    padding-right: 5px;
}

#at_posts_related .is-divider,
#at_posts_related .badge {
    display: none;
}

/* .a-footer */
.a-footer .ux-menu .ux-menu-title {
    color: #fff;
    font-size: 1rem;
}



.a-footer .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-experimental-link-color);
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    font-weight: bold;
}

.searchform-wrapper {
    z-index: 999;
}

/* header */


header .menu-item a {
    font-size: 16px;
}

.home .stuck .header-bg-color {
    background-color: #131318 !important;
}

/* .button span {
    font-size: 18px;
} */

/* a-banner */
.a-banner h1 {
    font-size: 110px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.a-banner .button {
    font-size: 18px;
    font-weight: 500;
    padding: 4px 27px;
}

.a-banner p {
    font-size: 19px;
    text-transform: uppercase;
}

.scroll-for-more {
    display: inline-flex;
    flex-direction: column;
    gap: 0px;
    line-height: 1;
    font-size: 18px !important;
    opacity: 1 !important;
}

.scroll-for-more::before {
    content: 'scroll down';
    color: #fff !important;
}

/* a-slider */
.a-slider .img {
    padding: 0 30px !important;
}

.flickity-page-dots {
    bottom: -50px !important;
}

.flickity-page-dots .dot.is-selected {
    border-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
}

/* a-open */
.a-open h2 {
    font-size: 35px;
}

.a-open .a-text {
    padding: 70px 60px;
}

.a-open .a-text ul,
.a-open .a-text .button {
    margin-bottom: unset;
}

.a-open .a-text-1 {
    background-color: #131318;
}

.a-open .a-text-2 {
    background-color: #EB4372;
}

.a-open .a-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -99;
}

/* a-bai-viet */
.a-bai-viet .post-item {
    padding: 0 15px 30px !important;
}

.a-bai-viet h2 {
    margin-bottom: unset;
}

.a-bai-viet .post-date i {
    color: #EB4372;
}

.post-item .box-image .image-cover {
    padding-top: 115% !important;
}

.a-bai-viet .post-title {
    font-size: 26px;
    text-transform: uppercase;
}

.a-bai-viet .post-title a {
    text-transform: uppercase !important;
}

.a-bai-viet .post-cate {
    background: #E2A53B;
    color: #000;
    padding: 7px 24px;
}

.a-bai-viet .post-price {
    font-size: 26px;
    margin-bottom: 1rem;
}

.a-bai-viet .post-item .box-text {
    padding: 40px;

}

.a-bai-viet .post-event .box-text,
.a-bai-viet .post-event .box-text-inner {
    height: 100%;
    pointer-events: none;
}

.a-bai-viet .post-event .box-text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.a-bai-viet .post-event .box::before {
    display: none !important;
}

.a-bai-viet {
    counter-reset: bai-viet-counter;
}

.a-bai-viet .post-item .box::before {
    counter-increment: bai-viet-counter;
    content: counter(bai-viet-counter, decimal-leading-zero) ".";
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    z-index: 9999;
}

/* a-bong-hong */
.a-bong-hong h2 {
    font-size: 50px;
    margin-bottom: unset;
}

.a-bong-hong .post-title {
    font-size: 26px;
    text-transform: uppercase;
}

.a-bong-hong .post-title a {
    text-transform: uppercase !important;
}

.a-bong-hong .post-price {
    display: none;
}

.a-bong-hong .box-text-inner {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

/* subscribe-form */
.a-contact h2 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

.a-contact .icon-box {
    margin-bottom: 1rem;
}

.subscribe-form {
    max-width: 600px;
    margin: auto;
}

.subscribe-form .input-wrap {
    display: flex;
    align-items: center;
    background: #1b1b1b;
    border: 1px solid #333;
    padding: 10px 15px;
}

.subscribe-form input[type="email"] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    margin: unset !important;
    box-shadow: unset !important;
}

.subscribe-form button {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    color: #fff;
    margin: unset !important;
}

.subscribe-form button i {
    font-size: 14px;
}

.subscribe-form .agree {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 13px;
    color: #aaa;
}

.subscribe-form .agree input {
    margin-right: 8px;
    margin-bottom: unset;
}

.subscribe-form .agree a {
    color: #aaa;
    text-decoration: underline;
    margin-left: 6px;
}

/* a-slider */
.category .a-slider {
    padding: 30px 0 !important;
}

/* at_posts_related */
#at_posts_related .h3 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 1rem;
    display: block;
}

#at_posts_related .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*  */
.pricing-table,
.pricing-table .title,
.pricing-table .bullet-item {
    border: unset !important;
}

.pricing-table {
    padding: 50px 20px;
}

.pricing-table .pricing-table-items {
    padding: unset;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.pricing-table .price {
    color: #fff;
    font-size: 60px;
    line-height: 1;
}

.pricing-table .pricing-table-items span i {
    margin-left: 3px;
    color: #EB4372;
}

/* a-video */
.a-video .box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    max-width: 60%;
}

/* .a-form  */
.a-form {
    background: #1b1b1b;
    padding: 120px 70px;
}

.a-form br {
    display: none;
}

.a-form h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.a-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.a-form .form-group i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #bbb;
    font-size: 16px;
    width: 30px;
    text-align: center;
}

.a-form .form-group i.fa-pencil {
    transform: unset;
    top: 19%;
}

.a-form input,
.a-form textarea {
    padding: 10px 10px 10px 35px;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #444;
    color: #fff !important;
    font-size: 14px;
    outline: none;
    margin: unset !important;
    box-shadow: unset !important;
}

.a-form textarea {
    resize: none;
    min-height: 80px;
}

.a-form .checkbox {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin: 20px 0;
    color: #ccc;
}

.a-form .checkbox a {
    margin-left: 3px !important;
}

.a-form .checkbox input {
    margin-right: 10px !important;
}

.a-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s;
    width: 100%;
    margin: unset !important;
}

/* a-contacts */
.a-contacts .section-bg img {
    object-fit: contain;
    object-position: top center;
}

/* skill */
.skill {
    margin-bottom: 20px;
}

.skill-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.progress {
    position: relative;
    background: #222;
    height: 8px;
    border-radius: 4px;
}

.progress .progress-number {
    display: block;
    height: 100%;
    background: #e6a100;
    border-radius: 4px 0 0 4px;
    position: relative;
}

.percent {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 16px;
    font-weight: bold;
    background: unset;
    color: #fff;
}

.a-quote {
    background: #131319;
    padding: 30px;
    margin-top: 30px;
}

/* a-single-kol */
.ux-menu .ux-menu-link__link {
    color: #e62456 !important;
}

.ux-menu .ux-menu-link__link span {
    color: #fff !important;
}

.a-single-kol .a-form {
    padding: unset !important;
    background: unset !important;
}

.a-footer .ux-menu .ux-menu-link__link span {
    color: rgba(255, 255, 255, 0.7) !important;
}

#logo a {
    font-size: 1.5em;
}

/* a-popup */
.a-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

/* .a-form-dky,
.a-form-dnhap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
} */

.a-popup p {
    font-weight: bold;
    text-transform: uppercase;
}

.a-popup .button {
    background: #000;
    font-size: 16px;
    padding: 5px 1rem;
}

/* wpum-submit-registration-form */
#wpum-submit-registration-form,
#wpum-submit-login-form{
    margin-bottom: unset;
}

#wpum-submit-registration-form label,
#wpum-submit-login-form label {
    display: none;
}

#wpum-submit-registration-form .fieldset-privacy label ,
#wpum-submit-login-form .fieldset-remember label{
    display: block;
    text-align: left;
}

#wpum-submit-registration-form .button ,
#wpum-submit-login-form .button{
    width: 100%;
    background: #000 !important;
}
.fieldset-privacy input{
    margin-bottom: unset !important;
}
/* a-block */
.a-block{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
.a-social.social-icons .icon:hover{
	background-color: var(--fs-color-primary) !important;
	border-color: var(--fs-color-primary) !important;
}