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

/*************** ADD CUSTOM CSS HERE.   ***************/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Oswald:wght@200..700&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");

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

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-weight: 500;
    font-family: Oswald, sans-serif;
}

.uppercase,
h6,
th,
span.widget-title {
    letter-spacing: 0;
}

td,
th {
    font-size: 1em;
}

td {
    color: inherit;
}

b,
strong,
.nav-dropdown .menu-item-has-children>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown .title>a {
    font-weight: bold;
}

.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.uni-breadcrumbs {
    background: #fafafa;
    padding: 10px 0;
    margin-bottom: 30px;
}

.uni-breadcrumbs a {
    color: #888888;
}

.uni-breadcrumbs a:hover {
    color: var(--primary-color);
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.button,
input[type="submit"],
input[type="submit"].button,
input[type="reset"].button,
input[type="button"].button {
    font-weight: bold;
    letter-spacing: 0;
}

.button.is-outline,
input[type="submit"].is-outline,
input[type="reset"].is-outline,
input[type="button"].is-outline {
    border-width: 1px;
}

.button.is-outline {
    color: inherit;
    line-height: calc(2.5em - 2px);
}

select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
    padding-right: 1.6em;
}

.box-text {
    font-size: 1em;
}

.breadcrumbs {
    font-size: 0.875rem;
    text-transform: none;
}

.breadcrumbs a {
    color: inherit;
}

.mfp-bg {
    background-color: rgba(0, 0, 0, 0.7);
}

.mfp-bg.mfp-ready {
    opacity: 1;
}

/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.nav-dark .is-outline,
.dark .nav>li>a,
.dark .nav>li.html,
.dark .nav-vertical li li.menu-item-has-children>a,
.dark .nav-vertical>li>ul li a,
.nav-dropdown.dark>li>a,
.nav-dropdown.dark .nav-column>li>a,
.nav-dark .nav>li>a,
.nav-dark .nav>li>button {
    color: #fff;
}

.nav>li>a,
.nav-dropdown>li>a,
.nav-column>li>a {
    color: inherit;
}

.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a {
    color: inherit;
}

.header .nav>li>a {
    font-size: 0.875rem;
}

.header-top .nav-uppercase>li>a {
    text-transform: none;
}

.nav-uppercase>li>a {
    letter-spacing: 0;
}

.header .nav-dropdown {
    color: inherit;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 12px;
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 10px;
    margin-left: -9px;
}

.nav-dropdown-has-border .nav-dropdown {
    border-width: 1px;
}

.menu-item-design-default>.nav-dropdown.nav-dropdown-default {
    padding: 0;
    display: block;
}

.menu-item-design-default>.nav-dropdown.nav-dropdown-default>li.nav-dropdown-col,
.menu-item-design-default>.nav-dropdown.nav-dropdown-default>li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}

.menu-item-design-default>.nav-dropdown.nav-dropdown-default li {
    position: relative;
}

.menu-item-design-default>.nav-dropdown.nav-dropdown-default .menu-item-has-children>a,
.menu-item-design-default>.nav-dropdown.nav-dropdown-default .title>a,
.menu-item-design-default>.nav-dropdown.nav-dropdown-default .nav-dropdown-col>a {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
    text-transform: none;
}

.menu-item-design-default>.nav-dropdown.nav-dropdown-default {
    min-width: 210px;
}

.menu-item-design-default>.nav-dropdown.nav-dropdown-default ul {
    background-color: #fff;
    min-width: 210px;
    top: -1px;
    border: 1px solid #ddd;
    left: 100%;
    position: absolute;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.menu-item-design-default>.nav-dropdown.nav-dropdown-default li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.menu-item-design-default>.nav-dropdown.nav-dropdown-default .nav-dropdown-col .menu-item-has-children {
    margin-top: 0;
}

/* Header Template Element */
.nav-click {
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: block;
    z-index: 999;
}

.nav-click span,
.nav-click::after,
.nav-click::before {
    content: "";
    background-color: #000;
    position: absolute;
    height: 2px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.nav-dark .nav-click span,
.nav-dark .nav-click::after,
.nav-dark .nav-click::before {
    background-color: #fff;
}

.nav-click::after,
.nav-click::before {
    top: 6px;
    right: 0;
    width: 30px;
    transform-origin: 50% 50%;
}

.nav-click::after {
    top: 23px;
    width: 30px;
}

.nav-click span {
    top: 15px;
    right: 0;
    width: 30px;
}

.nav-click+.menu-title {
    display: block;
    margin-left: 0.5em;
}

.has-off-canvas .current-lightbox-clicked .nav-click span {
    opacity: 0;
}

.has-off-canvas .current-lightbox-clicked .nav-click::before {
    width: 70%;
    left: 17%;
    transform: rotate3d(0, 0, 1, 45deg);
    top: 43%;
}

.has-off-canvas .current-lightbox-clicked .nav-click::after {
    width: 70%;
    left: 15%;
    transform: rotate3d(0, 0, 1, -45deg);
    top: 41%;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Widget 
--------------------------------------------------------------*/
/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc;
}

.sidebar .widget_recent_entries ul li:last-child {
    border-bottom: none;
}

.sidebar .widget_recent_entries ul li .post-date {
    display: block;
}

/* Widget Recent Posts */
.widget_list_posts .post-item {
    padding-bottom: 0;
}

.widget_list_posts .post-item:not(:last-child) .col-inner {
    margin-bottom: 20px;
}

.widget_list_posts .blog-post-inner .post-title {
    font-size: 0.875rem;
    margin: 0 0 5px 0;
}

.widget_list_posts .blog-post-inner .post-title a {
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
}

.widget_list_posts .from_the_blog_excerpt {
    font-size: 0.875rem;
}

.widget_list_posts .box-vertical {
    display: flex;
}

.widget_list_posts .box-vertical .box-image {
    flex: 0 0 30%;
}

.widget_list_posts .box-vertical .box-text {
    padding: 0 0 0 20px;
}

.widget_list_posts__alignright .box-vertical .box-text {
    order: -1;
    padding: 0 20px 0 0;
}

/* Widget Support */
@media (min-width: 1200px) {
    .widget_supports .list-supporter {
        padding-top: 190px;
        background-image: url(assets/img/bg-support.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
}

.widget_supports .list-supporter .email {
    padding: 5px 10px;
    font-weight: 600;
    line-height: 20px;
}

.widget_supports .phone {
    font-size: 1.25rem;
    color: #ff0000;
    font-weight: bold;
}

.widget_supports .list-supporter li {
    margin: 0;
}

.widget_supports .support-style-1 {
    background-color: #fff;
}

.widget_supports .support-style-1 .supporter {
    padding: 0 10px 10px 10px;
}

.widget_supports .support-style-1 li {
    padding: 5px 0;
    font-size: 0.875rem;
    color: #333333;
    border-top: 1px solid #333;
}

.widget_supports .support-style-1 li:first-child {
    border-top: none;
}

.widget_supports .support-style-1 li:last-child {
    border-bottom: none;
}

.widget_supports .support-style-1 i {
    width: 22px;
    margin-right: 12px;
}

.widget_supports .support-style-2 .supporter {
    margin: 0 8px;
    padding: 5px 8px 5px 50px;
    border-top: 1px solid #dddddd;
    background: url(lib/images/ic-phone.png) 7px 10px no-repeat;
    position: relative;
}

.widget_supports .support-style-2 .supporter:first-child {
    border-top: none;
}

.widget_supports .support-style-2 .name {
    font-weight: 600;
}

.widget_supports .support-style-2 .skype {
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 1;
}

.widget_supports .support-style-2 .email a {
    color: #333333;
}

.widget_supports .support-style-3 .supporter:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}

.widget_supports .support-style-3 ul {
    position: relative;
    padding: 8px 10px;
}

.widget_supports .support-style-3 .name {
    font-size: 0.75rem;
    color: #333333;
}

.widget_supports .support-style-3 .phone {
    line-height: 24px;
}

.widget_supports .support-style-3 .social {
    position: absolute;
    bottom: 10px;
    right: 8px;
    z-index: 1;
}

.widget_supports .support-style-3 .social a {
    display: inline-block;
    margin-left: 4px;
}

/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget_information ul li {
    padding: 3px 0 3px 1.2em;
    position: relative;
}

.widget_information ul li+li {
    border-top: none;
}

.widget_information ul li.hidden_icon {
    padding-left: 0;
}

.widget_information ul li.hidden_icon i {
    display: none;
}

.widget_information li i {
    font-size: 0.75em;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 1em;
    text-align: center;
}

.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.widget_information li.label-company i {
    display: none;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.sh-blog-shortcode .element .entry-thumb .image-zoom {
    padding-top: 56%;
}

.sh-blog-shortcode .element .entry-content {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
}

.sh-blog-shortcode .element .entry-content p {
    margin-bottom: 10px;
}

.sh-blog-shortcode .element .entry-meta {
    opacity: 0.7;
    font-style: italic;
    margin-bottom: 5px;
    font-size: 0.875rem;
}

.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}

.sh-blog-shortcode .element .entry-title {
    margin: 0.5em 0 0.5em;
    font-size: 1rem;
}

.sh-blog-shortcode .element .entry-title a {
    color: inherit;
    line-height: 1.4em;
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.8em;
}

.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.9375rem;
    color: #999999;
}

.sh-blog-shortcode.style-1 .post-inner {
    display: flex;
}

.sh-blog-shortcode.style-1 .entry-thumb {
    flex: 0 0 25%;
    margin-right: 15px;
}

.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
}

.sh-blog-shortcode.style-5 .post-inner {
    display: flex;
}

.sh-blog-shortcode.style-5 .entry-thumb {
    flex: 0 0 30%;
    margin-right: 15px;
}

.sh-blog-shortcode.style-5 .entry-title {
    margin-top: 0;
}

.sh-blog-shortcode.style-6 .first-element-layout .entry-title {
    margin: 15px 0 10px 0;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}

.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    overflow: hidden;
}

.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    display: flex;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    flex: 0 0 30%;
    margin-right: 20px;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
    font-size: 0.875rem;
}

.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    flex: 0 0 30%;
    margin-right: 20px;
}

.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}

.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}

.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #337ab7;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}

.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
}

.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: 0.875rem;
    line-height: 20px;
    margin: 0;
}

.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
}

/* Shortcode Title Product */
.uni-titlepro ul li {
    margin-left: 0;
    display: block;
}

.uni-titlepro .open-subcat {
    white-space: nowrap;
    cursor: pointer;
}

@media (min-width: 850px) {
    .uni-titlepro {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .uni-titlepro .open-subcat {
        display: none;
    }

    .uni-titlepro ul li {
        display: inline-block;
    }

    .uni-titlepro li+li {
        margin-left: 30px;
    }
}

@media (max-width: 849.98px) {
    .uni-titlepro__main {
        display: flex;
        justify-content: space-between;
    }

    .uni-titlepro ul {
        display: none;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }

    .uni-titlepro ul li {
        float: left;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .uni-titlepro ul li:last-child {
        width: 100%;
    }
}

/* Shortcode Custom Menu */
.uni_custom_menu ul.menu li {
    border: none;
}

/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}

/* Category */
.blog-post-inner .post-title {
    font-size: 1rem;
    margin: 0.5em 0 1em;
}

.blog-post-inner .is-divider {
    display: none;
}

.blog-post-inner .from_the_blog_excerpt {
    font-size: 0.875rem;
}

/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.5rem;
}

.entry-header h1.entry-title+.is-divider {
    display: none;
}

.entry-header-text-top {
    padding-bottom: 0;
}

ul.links li {
    margin: 0 0.4em !important;
}

.nav-pagination>li>span,
.nav-pagination>li>a {
    border: none;
    border-radius: 6px;
    height: 2.25em;
    line-height: 2.25em;
}

/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}

.wpcf7 .button {
    min-width: 100px;
    margin-bottom: 0;
}

.wpcf7 .wpcf7-response-output {
    border-radius: 0;
}

.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    font-size: 0.9em;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 1em;
}

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

/* Template - Header */
.header-cart-title {
    line-height: 1.2;
}

.header li.cart-item>a {
    display: inline-flex;
    flex-direction: row-reverse;
}

.header li.cart-item span+.image-icon {
    margin-left: 0;
    margin-right: 10px;
}

/* Footer */
.footer-wrapper .widget {
    margin-bottom: 0;
}

.absolute-footer {
    display: none;
    padding: 10px 0 10px;
}

@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.p-0 p {
    margin-bottom: 0;
}

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

.font-secondary {
    font-family: "Source Serif 4", serif;
}

.font-600 {
    font-weight: 600;
}

.header-main .container {
    max-width: 1630px !important;
}

.slogan {
    color: #5fbf1a;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 850px) {
    .slogan {
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .slogan {
        font-size: 1.5rem;
    }
}

@media (min-width: 1600px) {
    .slogan {
        font-size: 1.875rem;
    }
}

@media (max-width: 1199px) {
    .header-main {
        padding: 15px 0;
        height: auto !important;
    }

    .header-main .container {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .header-main .nav {
        justify-content: center;
    }

    .header-main .flex-col {
        margin: 0 0 0.5em 0;
        flex: auto;
        text-align: center;
    }

    .header-main .flex-col:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 849px) {
    .header-main li.html.custom {
        display: block;
    }
}

.ul-check li {
    list-style: none;
    margin-left: 0 !important;
    position: relative;
    padding-left: 1.5em;
}

.ul-check li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
}

.button.is-larger {
    font-size: 1.1rem;
}

.home-boxtimk .button.is-larger {
    width: 35%;
    margin-left: 8%;
}

.button-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    min-height: 60px;
    height: 60px;
    padding: 0 2em;
    margin: 0;
}

.button-gradient {
    border: none;
    background: linear-gradient(151deg, #ff9052 12.42%, #e30700 99.72%);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 849px) {
    .button-main {
        padding: 0.5em 1em;
    }

    .button.is-larger {
        font-size: 1.25rem;
    }
}

@media (max-width: 549px) {
    .button.is-larger {
        font-size: 1rem;
    }
}

.article-inner .entry-content {
    padding-top: 0;
}

.box-shadow-1,
.box-shadow-1-hover:hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 0px 12px 19px 0px rgba(0, 0, 0, 0.25);
}

.col-box-1 .col-inner {
    padding: 1em 1.25em;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.13);
}

.col-box-1 .col-inner {
    position: relative;
}

.col-box-1 .col-inner:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #ffee48;
    border-radius: 6px;
}

@media (min-width: 850px) {

    .col-box-1:first-child .col-inner,
    .col-box-1:first-child .col-inner:before {
        border-radius: 50px 6px 6px 50px;
    }
}

.row-title-step {
    padding-left: 2.3125em;
    margin-bottom: -0.5em;
}

.title-step {
    display: inline-flex;
    padding: 0.8em 1.9em;
    border-radius: 3.4em;
    background: #ffee48;
}

.box-1 {
    align-items: center;
}

.box-1 .icon-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.box-1.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 0;
}

@media (max-width: 849px) {
    .row-title-step {
        margin-top: 2em;
        padding-left: 0;
    }

    .row-title-step .col-inner {
        text-align: center;
    }

    .col-box-1 {
        margin: 0 10px 1em 10px !important;
    }
}

.section-bg-contain .bg {
    background-size: contain !important;
}

.box-2 {
    display: block;
    border-top: 6px solid var(--primary-color);
    border-radius: 6px;
    background: #fff;
    color: #1eaeec;
    text-align: center;
    font-size: 1.625rem;
    font-weight: bold;
    box-shadow: 0px -5px 0px 0px var(--primary-color),
        0px 4px 18px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.875em;
    padding: 110px 10px 30px 10px;
    background-repeat: no-repeat;
    background-position: top 30px center;
    background-size: 65px auto;
}

.box-ttkh {
    background-image: url(assets/img/profile-circle.svg);
}

.box-ttxm {
    background-image: url(assets/img/receipt-edit.svg);
}

.box-tttt {
    background-image: url(assets/img/dollar-circle.svg);
}

.page-wrapper {
    background: url(assets/img/bg-bottom.svg) left bottom no-repeat;
    background-size: contain;
}

@media (min-width: 850px) {
    .article-inner .entry-content {
        font-size: 1.5rem;
    }
}

.home-boxtimk .form-control {
    height: 40px;
    border-radius: 99px;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    #logo {
        width: 100%;
    }
}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}

body {
    font-size: 15px;
    background: #f7f7f7;
    font-weight: 400;
    overflow-x: hidden;
    color: #626262;
    top: 0px !important;
    position: relative;
}

#content {
    padding-bottom: 100px;
}

.dkb-box {
    margin-top: 80px;
    text-align: justify;
    color: #000;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
}

form.boxtimk {
    display: flex;
    flex-direction: column;
}

form.boxtimk input {
    border-radius: 5px;
}

form.boxtimk .form-control {
    width: 50% !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button.btn.btn-danger.btn-dn {
    margin: 0;
}

.page-template-page-chovay button.btn.btn-danger.btn-dn {
    width: 40%;
    height: 38px;
}

.button_khoanno {
    color: #dc3545;
}

.button_khoanno:hover {
    text-decoration: underline;
}

.tab-kh {
    display: none;
    /* Ẩn tất cả các tab mặc định */
}

.tab-kh.active {
    display: block;
    /* Chỉ hiển thị tab đang được chọn */
}

strong.txt-khoanvay {
    text-transform: uppercase;
    color: #dc3545;
}

strong.txt-hoten {
    text-transform: uppercase;
}

strong.txt-sotienvay {
    color: #2e8cd6;
}

strong.txt-miengiam {
    color: #00ae04;
}

strong.txt-tientt {
    color: #dc3545;
}

.login1 {
    color: #333333 !important;
    font-weight: bold !important;
}

.txt-login1 {
    color: #ffffff !important;
    font-weight: bold !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.bt-login {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    width: 100%;
    color: #ffffff !important;
    font-weight: 650 !important;
}

#tab-kh-1,
#tab-kh-3,
.form-control1 {
    margin: auto !important;
    padding: 1.2rem 1.2rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control1 {
    border-radius: 0 0 2.25rem 2.25rem;
}

#tab-kh-1 .content_posts,
#tab-kh-3 .content_posts {
    padding: 1rem 5.2rem;
}

.margin_left_am {
    margin-left: -120px;
}

.thanh-toan.text-center {
    margin-bottom: 0;
    margin-top: 40px;
}

.fl-right {
    float: right !important;
}

.box_image_config .row .col .col-inner {
    width: 100%;
    display: block;
    padding: 0 !important;
}

.box_image_config .row .col .col-inner .img img {
    width: 100%;
    height: 280px;
}

.box_payment {
    padding-left: 25%;
}

.sotienpt {
    background-color: var(--primary-color) !important;
    width: 100% !important;
    top: 0px;
    left: 0px;
    border-radius: 2.25rem 2.25rem 0 0;
}

span.txt-stpt {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}

#infor-tt .form-control2 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.text-white {
    color: white;
}

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

.form-skeleton-loading .sotienpt {
    height: 60px;
    width: 100%;
    animation: shimmer 1.5s infinite linear;
    background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
    background-size: 200% 100%;
}

.form-skeleton-loading .form-control2 p {
    height: 24px;
    animation: shimmer 1.5s infinite linear;
    background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    display: block;
}

.form-skeleton-loading .form-control-cachthuc {
    height: 100px;
    animation: shimmer 1.5s infinite linear;
    background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
    background-size: 200% 100%;
}

.form-skeleton-loading>.row>.col>.col-inner {
    height: 100vw;
    animation: shimmer 1.5s infinite linear;
    background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
    background-size: 200% 100%;
}

@keyframes shimmer {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: -100%;
    }
}

.form-control-cttt,
.tab-kh {
    display: none;
}

#tab-kh-default.tab-kh {
    display: block;
}

.btn-tab {
    cursor: pointer;
}

.button-checkout {
    border-radius: 20px;
    margin: 0;
}

html #tab-kh-default .large-12.medium-12.small-12.col {
    margin-top: 0 !important;
}

.back-default {
    border-radius: 5px;
    margin: 0 0 20px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: var(--fs-color-secondary);
    border-radius: 10px;
}

.dkb-box {
    margin-top: 80px;
    text-align: justify;
    color: #000;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
}

form.boxtimk {
    text-align: center;
}

form.boxtimk input {
    border-radius: 5px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button.btn.btn-danger.btn-dn {
    margin: 0;
}

strong.txt-khoanvay {
    text-transform: uppercase;
    color: #dc3545;
}

strong.txt-hoten {
    text-transform: uppercase;
}

strong.txt-sotienvay {
    color: #222;
}

strong.txt-miengiam {
    color: #222;
}

strong.txt-tientt {
    color: #dc3545;
}

.login1 {
    color: #333333 !important;
    font-weight: bold !important;
}

.txt-login1 {
    color: #ffffff !important;
    font-weight: bold !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.bt-login {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    width: 100%;
    color: #ffffff !important;
    font-weight: 650 !important;
}

#tab-kh-1,
/* #tab-kh-3, */
.form-control1 {
    margin: auto !important;
    padding: 1.2rem 1.2rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#tab-kh-1 .content_posts {
    padding: 1rem 5.2rem;
}

.margin_left_am {
    margin-left: -120px;
}

.thanh-toan.text-center {
    margin-bottom: 0;
    margin-top: 40px;
}

.fl-right {
    float: right !important;
}

.box_image_config .row .col .col-inner {
    width: 100%;
    display: block;
    padding: 0 !important;
}

.box_image_config .row .col .col-inner .img img {
    width: 100%;
    height: 280px;
}

.box_payment {
    padding-left: 25%;
}

.sotienpt {
    background-color: var(--primary-color) !important;
    width: 100% !important;
    top: 0px;
    left: 0px;
    border-radius: 2.25rem 2.25rem 0 0;
}

#infor-tt .form-control2 {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.text-white {
    color: white;
}

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

.form-skeleton-loading .sotienpt {
    height: 60px;
    width: 100%;
    animation: shimmer 1.5s infinite linear;
    background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
    background-size: 200% 100%;
}

.form-skeleton-loading .form-control2 p {
    height: 24px;
    animation: shimmer 1.5s infinite linear;
    background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    display: block;
}

.form-skeleton-loading .form-control-cachthuc {
    height: 100px;
    animation: shimmer 1.5s infinite linear;
    background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
    background-size: 200% 100%;
}

.form-skeleton-loading>.row>.col>.col-inner {
    height: 100vw;
    animation: shimmer 1.5s infinite linear;
    background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
    background-size: 200% 100%;
}

@keyframes shimmer {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: -100%;
    }
}

.form-control-cttt,
.tab-kh {
    display: none;
}

#tab-kh-default.tab-kh {
    display: block;
}

.btn-tab {
    cursor: pointer;
}

.button-checkout {
    border-radius: 20px;
    margin: 0;
}

html #tab-kh-default .large-12.medium-12.small-12.col {
    margin-top: 0 !important;
}

.back-default {
    border-radius: 5px;
    margin: 0 0 20px;
}

.top-divider.full-width {
    display: none;
}