/* product list */


.dropdown-menu.dropdown-menu-wide {
    min-width: 100%;
    text-align: center;
    margin: 0;
}

.btn-group.dropup>.btn[aria-expanded=true] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group.dropup>.btn:focus {
    box-shadow: none;
}

.btn-group.dropup>.dropdown-menu.dropdown-menu-wide {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group.dropup .dropdown-item:hover {
    background: var(--vs-blue-hover);
}



h1 {
    font-size: 48px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h2.gt-blue {}

h3 {
    font-size: 24px;
    font-weight: 700;

}

h3.gt-blue {}

h4 {}

p {
    font-size: 16px;
    font-weight: 400;
    color: #041D30;
}


.btn {
    padding: .375rem 0rem;
}

.btn-white,
.btn-red,
.btn-ghost-white,
.btn-alt,
.btn-ghost-red,
.navbar-nav .btn-white,
.navbar-nav .btn-red {
    letter-spacing: 0px;
    padding: 10px 32px;
}

.btn.btn-red {
    background-color: #041D30;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-transform: inherit;
    color: #FFF;
    border-color:transparent;
}

.btn.btn-red:hover {
    color: #FFF;border-color:transparent;
}

.btn.btn-white {
    border-radius: 50px;
    border-color: #041D30;
    background-color: #FFF;
    color: #041D30;
    font-weight: 700;
    font-size: 16px;
    text-transform: inherit;
}

.btn.btn-white:hover {
    background-color: #041D30;
    color: #FFF;

}

.btn-arrow {
    font-weight: 700;
    font-size: 16px;
}

.btn-noarrow {
    font-weight: 700;
    font-size: 16px;
    padding: .375rem .75rem;
}
.btn-arrow:hover {
    border-bottom: 1px solid #041D30;
}
.btn-arrow:after {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    content: "\f105";
    margin-left: 8px;
    -webkit-transition: .2s;
    transition: .2s;
}


.btn-arrow:hover:after {
    content: "\f105";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    margin-left: 12px;
    -webkit-transition: .2s;
    transition: .2s;
}

.btn-colorpro-light {
    display: inline-block;
    padding: 10px 32px;
    background-color: #fff;
    color: #041D30;
    border-radius: 50px;
    min-width: 120px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
    border: 1px solid #FFF;
}

.btn-colorpro-mac {
    display: inline-block;
    padding: 10px 32px;
    background: linear-gradient(90deg, #FFC864 0%, #A01464 50%, #5A2D64 100%);
    background-size: 120%;
    background-position: -1px;
    border: rgba(255, 255, 255, 0) 1px solid;
    color: #FFF;
    border-radius: 50px;
    min-width: 120px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}

.btn-colorpro-mac:hover {
    background: linear-gradient(90deg, #FFC864 0%, #A01464 40%, #5A2D64 80%);
    background-size: 100%;
    border: #FFF 1px solid;
    color: #FFF;
}

.btn-colorpro-dark {
    display: inline-block;
    padding: 10px 32px;
    background-color: #041D30;
    color: #FFF;
    border-radius: 50px;
    min-width: 120px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}

.btn-colorpro-dark:hover {
    background-color: #8F6989;
    color: #FFF;
    transition: .3s;
}

a.btn-colorpro-light:hover {
    background-color: #FFF;
    transition: .3s;
}

.btn-colorpro-ghost {
    display: inline-block;
    padding: 10px 32px;
    background-color: rgba(255, 255, 255, 0);
    color: #FFF;
    border-radius: 50px;
    min-width: 120px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
    border: 1px solid #FFF;
}

a.btn-colorpro-ghost:hover {
    background-color: #FFF;
    color: #041D30;
    transition: .3s;
}

.uk-card-default {
    border: 1px solid #9B9EA4;
}

.uk-card-default.none-border {
    border: 1px solid rgba(155, 158, 164, 0.1);
}

.uk-border-rounded {
    border-radius: 15px;
}

.blur:before {
    content: "";
    background-color: #ffffff03;
    border-radius: 20px;
    margin: 0px 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0px;
}

.blur.uk-card-default {
    background-color: transparent;
    border: 1px solid #ffffff14;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.gt-blue {
    font-weight: 700;
    background: linear-gradient(90deg, #286EA9 0%, #14324F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.white30p-bg {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #ffffff10;
}

.mac-kv {
    z-index: 1;
    bottom: 0;
    right: -240px;
}

.layer1 {
    z-index: 1;
    position: relative;
}

.bg-blue {
    background-color: #232c3a;
}
#video-tab .uk-position-center-left {
    left: -20px;
}
#video-tab .uk-position-center-right {
    right: -20px;
}
#video-tab .uk-subnav-pill > * > :first-child {
    padding: 10px 32px;
    background-color: rgba(255, 255, 255, 0);
    color: #041D30;
    border: solid 1px #041D30;
    display: block;
}

#video-tab .uk-subnav-pill > .uk-active > a {
    background-color: #041D30;
    color: #FFF;
    border: 0px;
    display: block
}

.mac-card-bg button {
    border-radius: 15px; color: #000;
}

.mac-card-bg {
    border: 4px solid transparent;
    background-image: linear-gradient(white, white),
        linear-gradient(180deg, #FFC864 0%, #A01464 50%, #5A2D64 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.uk-card-default.mac-card-bg-hover{ transition: .5s;
    transition: .5s;
    border: 1px solid transparent;
    box-shadow: none;
    background-image: transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;}

.mac-card-bg-hover:hover {
    transition: .5s;
    background-image: linear-gradient(white, white),
        linear-gradient(180deg, #FFC864 0%, #A01464 50%, #5A2D64 100%);
}
.mac-card-bg .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: rgb(0 0 0);
}

/**spec ui**/
.spec-block p {
    margin-bottom: 0rem;
    color: #405067;
}

#spec-list .uk-card-body p {
    min-height: 50px;
}
#spec-list .uk-card-default .uk-card-footer {border: none;}


.spec-block {
    background: #f5f6f8;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
}

.spec-title {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 18px;
    color: #0b253f;
}

.spec-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
}

.spec-item:last-child {
    margin-bottom: 0;
}

.spec-icon {
    width: 72px;
    height: 72px;
    border-radius: 6px;
    margin-right: 3rem;
    flex-shrink: 0;
}

.spec-text {
    font-size: 1rem;
    color: #46515f;
}

.spec-text strong {
    display: block;
    color: #0b253f;
}

/**FAQ**/

.uk-open > .uk-accordion-title::before {
    background-image: url(/vsAssetFile/global/img/colorpro/products/formac/Minus.svg);
    background-size: 50%;
}

.uk-accordion-title::before {
    background-image: url(/vsAssetFile/global/img/colorpro/products/formac/Plus.svg);
    background-size: 50%;
}

#accordionExample1 p span {
    color: #4848F0;
    font-weight: 700;
}

ul.uk-accordion li {
    background: #F7F7F740;
}

#faq .uk-accordion-title,
#faq p {
    color: #FFF;
}

#faq h3.uk-accordion-title {
    font-size: 1.25rem;
}

#faq.uk-open {
    border: 5px solid #5447F5;
    background: #FFF;
}

#faq .uk-accordion-title {
    cursor: pointer;
}

#faq .uk-accordion-title:hover {
    color: #FFF;
    text-decoration: none;
}

#faq .uk-accordion [aria-expanded="true"] {}



@media screen and (min-width: 1920px) {
    .mac-kv {
        right: -300px;
    }

}
@media screen and (min-width: 2560px) {
    .mac-kv {
        right: -450px;
    }

}
}

@media screen and (max-width: 2560px) {
    .main.kv {
        position: inherit;
    }
}

@media screen and (max-width: 2560px) {
    .kv-content {
        max-width: 1200px;
    }

    .kv-bg {
        background-color: #4F7793;
    }

    .kv-video {
        overflow: hidden;
    }
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
    .partner-logo {
        position: inherit;
    }
}

@media screen and (max-width: 1200px) {
    .kv-title {
        display: contents;
    }

    .kv-title.container .row {
        background: #444B51;
    }

    .mac-kv {
        right: 30px;
    }
}

@media screen and (max-width: 997px) {
    .home-video-m{top: 50%;}
    .kv-title .btn-colorpro-dark {
        display: inline-block;
        padding: 10px 32px;
        background-color: #BBC7D6;
        color: #041D30;
        min-width: 120px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        transition: .3s;
    }

    .btn-white,
    .btn-red,
    .btn-colorpro-light,
    .btn-colorpro-dark,
    .btn-colorpro-ghost,
    .btn-colorpro-mac {
        width: 100%;
    }

    .kv-title .btn-colorpro-mac {
        width: 100%;
    }

    .kv .darkness-cover:before {
        background: none;
    }


}

@media screen and (max-width: 768px) {

    .kv-title h1 {
        font-size: 28px;
    }

    h1.text-light,
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 32px;
    }

}
