/*
Template Css: Cloud VPS Misa
*/

:root {
    --primary-color: #3099FF !important;
}

/**top-bar**/
.nv-top-bar {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--primary-color);
    padding: 10px 0;
}

.nv-top-bar a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.nv-top-bar a {
    color: #fff;
    font-size: 14px;
    
    font-weight: 700;
}

.nv-top-bar a:hover {
    color: yellow;
}

.nv-top-bar .nv-top-menu a {
    margin-left: 20px;
}

.nv-top-bar .nv-top-menu {
    width: 100%;
    text-align: right;
}

/**header**/
header#nv-header {
    width: 100%;
    display: flex;
    background: var(--primary-color);
    height: 80px;
    align-items: center;
}

header#nv-header div#logo {
    height: 80px;
    display: flex;
    align-items: center;
}

header#nv-header div#logo a img {
    max-width: 150px;
}

header#nv-header .nv-header-menu ul {
    display: flex;
    margin: 0px !important;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

header#nv-header .nv-header-menu ul li {
    list-style: none;
    margin-bottom: 0px !important;
}

header#nv-header .nv-header-menu ul li a {
    color: #fff;
    
    font-weight: 700;
    font-size: 15px;
}

header#nv-header .nv-header-menu ul li a:hover {
    color: yellow;
}

header#nv-header .nv-header-button {
    height: 80px;
    display: flex;
    align-items: center;
}

header#nv-header .nv-header-button a {
    width: 100%;
    font-size: 15px;
    background-color: #E80000;
    border-radius: 8px;
    color: #fff;
    padding: 6px 0;
    
    font-weight: 700;
    display: inline-block;
    text-align: center;
}

/**Banner**/
.misa-banner h1 {
    
    font-size: 38px;
    line-height: 50px;
}

.misa-banner p {
    
    font-size: 18px;
}

.button_for_red {
    
}

.misa-img {
    animation: movebounce 3.9s linear infinite;
}

@keyframes movebounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

/**title**/

.home-title h2 {
    font-size: 30px;
    
}

.home-title.color_white h2 {
    color: #fff !important;
}

.home-title.title_white h2 {
    color: #fff !important;
}

.home-title p {
    
    font-size: 18px;
    text-align: center;
    margin: 5px 0;
}

/**misa view**/
.misa-view, .misa-view2 {
    width: 100%;
    display: inline-block;
    padding: 15px 0px;
    transition: 0.3s easa-in-out;
    border: 1px solid transparent;
    border-radius: 20px;
}

.misa-view:hover {
    transition: 0.3s easa-in-out;
    border-color: #f2f2f2;
    box-shadow: 1px 1px 1px #ffffff12, 0 0 10px #98959594, 0 0 8px #908c8c00;
}

.misa-view h3, .misa-view2 h3 {
    
    font-size: 17px;
    margin: 15px 0;
}

.misa-view p, .misa-view2 p {
    
    font-size: 16px;
}

.misa-view2 h3, .misa-view2 p {
    color: #fff;
}

/**form**/
.formRegisterBody div#bk-form-tv {
    margin-top: -100px;
}

/**price**/
.bk-tab ul li a {
    
}

.price-item .price-item-body ul li svg, .price-item .price-item-body ul li img {
    display: none !important;
}

.price-item .price-item-header p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.price-item .price-wrapper {
    font-size: 22px;
}

.price-item .price-item-body ul li {
    font-size: 15px;
    color: #000;
}

.price-item .price-item-footer a {
    border-radius: 10px !important;
    background: var(--main-color);
    border: 1px solid #fff;
}

/**question**/
.nv-email .accordion-item {
    box-shadow: 1px 1px 1px #ffffff12, 0 0 10px #98959594, 0 0 8px #908c8c00;
    border-radius: 15px !important;
    padding: 15px;
    margin: 0 0 20px 0;
}

.nv-email .accordion-item a {
    border: 0px !important;
    
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    padding-left: 0px !important;
    transform: unset !important;
}

.nv-email .accordion-item a button.toggle {
    position: absolute;
    left: unset !important;
    right: 0px;
    margin: 0px !important;
    width: unset !important;
    height: unset !important;
    top: 0px;
}

.nv-email .accordion-item a button.toggle {
    transform: unset !important;
}

.nv-email .accordion-item a button.toggle i.icon-angle-down:before {
    content: '\f067' !important;
    font-family: 'FontAwesome';
    font-size: 17px;
}

.nv-email .accordion-item a.active button.toggle i.icon-angle-down:before {
    content: '\f068' !important;
    font-family: 'FontAwesome';
    font-size: 17px;
}

.nv-email .accordion-item a.active {
    background: transparent !important;
    color: var(--primary-color) !important;
}


.nv-email .accordion-item .accordion-inner {
    
    font-size: 16px !important;
    padding: 0px;
}

/**misa step**/
.misa-step .box-image {
    margin: 0px 0 10px 0 !important;
}

.misa-step h4 {
    
    font-weight: 700;
    font-size: 18px;
}

.misa-step p {
    
    font-size: 16px;
}

.borderRight {
    border-right: 1px solid #CDC7D2 !important;
}

/**review**/
.review-item {
    width: 100%;
    display: inline-block;
    border: 2px solid #f2f2f2;
    border-radius: 15px !important;
    padding: 15px;
}

.review-item .review-content {
    
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 130px;
}

.review-item .review-author {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0 0;
}

.review-item .review-author img {
    width: 100px !important;
    margin: auto;
    border-radius: 50%;
}

.review-item .review-author h3 {
    text-align: center;
    margin: 15px 0 0 0;
    
    font-size: 18px;
}

.header-mobile div#bk-menu {
    display: none;
}

@media only screen and (max-width: 767px) {
    .misa-banner h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .banner-top {
        padding-top: 500px !important;
    }

    .banner-box-wd {
        width: 100% !important;
        padding: 15px !important;
    }

    .nv-banner {
        margin: 0px !important;
    }

    .header-mobile {
        display: flex;
        align-items: center;
    }

    div#bk-menu {
        margin-right: 20px;
    }

    div#bk-menu a i {
        color: #fff;
        font-size: 25px;
    }

    .nv-tb-price {
        margin-bottom: 25px !important;
    }

    .nv-title h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .nv-about-img img {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-nv {
        margin-bottom: 30px;
    }

    div#bkMenu a {
        color: #fff;
        font-size: 25px;
    }

    .banner-link {
        display: none !important;
    }

    header#nv-header .nv-header-menu, header#nv-header .nv-header-button {
        display: none;
    }

    .nv-top-hotline {
        display: none;
    }

    #desktop {
        display: block;
    }

    .nv-accordion a span {
        width: 85%;
    }

    table.table-ss {
        width: 100%;
        overflow: scroll !important;
        overflow: auto;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .borderRight {
        border: 0px !important;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header-mobile div#bk-menu {
        display: none;
    }

    header#nv-header .nv-header-menu ul li a {
        font-size: 14px;
    }

    header#nv-header .nv-header-button a {
        font-size: 14px;
    }

    .bk-tab ul li a {
        font-size: 14px;
    }

    .price-item .price-wrapper {
        font-size: 18px;
    }

    .banner-box-wd {
        width: 100% !important;
        padding: 15px !important;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    header#nv-header .nv-header-button a {
        font-size: 14px;
    }

    .header-mobile div#bk-menu {
        display: none;
    }

    header#nv-header .nv-header-menu ul li a {
        font-size: 14px;
    }

    .bk-tab ul li a {
        font-size: 14px;
    }

    .price-item .price-wrapper {
        font-size: 18px;
    }

    .banner-box-wd {
        width: 100% !important;
        padding: 15px !important;
    }
}