/*
Template Css: VPS MMO
 */

:root {
    --primary-color: #2360E1 !important;
}

/**cloud email**/
.email-banner {
    animation: movebounce 3.9s linear infinite;
}

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

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

/**banner**/
.banner-directadmin-box-link {
    width: 100%;
   
    margin: 30px 0 0 0;
}

.banner-directadmin-box p {
   
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.banner-directadmin-box h1 {
    font-size: 50px;
    margin-bottom: 10px;
   
    font-weight: 700;
    color: #fff;
}

.banner-directadmin-box-list p {
   
    margin-bottom: 10px !important;
    font-size: 16px;
}

.banner-directadmin-box-list p img {
    width: 20px;
}

a.button.primary.button_style.button_for_gradient_2 {
    background: linear-gradient(89.95deg, #003DDB -4.07%, #2B8CFF 99.95%);
   
    font-size: 16px;
    text-transform: unset !important;
    line-height: 42px;
    border: 1px solid #ffff !important;
}

.button_for_vps {
    background: transparent !important;
   
    font-size: 16px;
    text-transform: unset !important;
    line-height: 42px;
    border: 1px solid #ffff !important;
}

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

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

/**cam ket**/

.vps-mmo-ck {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
   
    font-size: 15px;
    color: #fff;
}

.vps-mmo-ck h3 {
   
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}

/**table**/
table.table-mmo {
    border: 1px solid #f2f2f2;
}

table.table-mmo tr td:not(:last-child) {
    border-right: 1px solid #f2f2f2;
}

table.table-mmo tr:nth-child(1) td {
    background: var(--primary-color);
    color: #fff;
}

table.table-mmo tr:nth-child(1) td {
    background: var(--primary-color);
    color: #fff;
}

table.table-mmo tr td {
   
    color: #000;
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
}

/**cPanel-tn-item**/
.cPanel-tn-item {
    border-radius: 15px;
    border: 1px solid #f2f2f2;
    box-shadow: 1px 1px 1px #ffffff12, 0 0 10px #98959594, 0 0 8px #908c8c00;
    transition: 0.3s ease-in-out;
    background: #fff;
    cursor: pointer;
    padding: 15px;
    display: flex;
}

.cPanel-tn-item:not(:last-child) {
    margin-bottom: 15px;
}

.cPanel-tn-item .cPanel-tn-icon {
    width: 60px;
    height: 40px;
    margin-right: 15px;
}

.cPanel-tn-item .cPanel-tn-icon img, .cPanel-tn-item .cPanel-tn-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cPanel-tn-item .cPanel-tn-head p {
    color: #4F4F4F;
   
    font-size: 16px;
    margin: 0;
}

.cPanel-tn-item .cPanel-tn-head h4 {
   
    font-size: 18px;
    margin: 0px;
}

.banner-tskt:after {
    content: '';
    display: block;
    background: url(../images/cpanel-bg.png) no-repeat !important;
    width: 400px;
    height: 800px;
    position: absolute;
    z-index: 0 !important;
    background-size: 100% !important;
    right: 0px;
}

.banner-stkt-img {
    animation-duration: 3.4s;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: animateUpDown;
    animation-name: animateUpDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner-tskt-row {
    overflow: unset !important;
}

.banner-stkt-img {
    width: 500px !important;
    position: relative;
    z-index: 9999;
}

/**table-price**/
.price-item.vps-mmo {
    background: #F0F2FA !important;
    border: 1px solid #F0F2FA !important;
}

.price-item.vps-mmo .price-item-body ul li {
    color: #000;
}

.price-item.vps-mmo .price-item-body ul li img {
    width: 20px;
    margin-right: 5px;
}

.price-item.vps-mmo .price-item-footer a {
    background: transparent !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.price-item.vps-mmo .price-item-footer a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

/* mobile style*/
@media only screen and (max-width: 767px) {
    .banner-top {
        padding-top: 500px !important;
    }

    .banner-email-box {
        width: 100%;
    }

    .banner-email-box h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner-email-box {
        margin-top: 30px;
    }

    .banner-email-box p {
        font-size: 16px;
    }

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

    .banner-image {
        display: none;
    }

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

    .email-review {
        width: 100%;
        margin: 0px;
    }

    .slide-review .owl-nav {
        margin-left: 0px;
        margin-top: -180px;
        display: none;
    }

    .email-review .review-content {
        width: 100%;
        margin-top: 0px;
        font-size: 16px;
    }

    .email-review .review-author {
        width: 100%;
        text-align: center;
        float: right;
        margin: 10px 0;
    }

    .nv-accordion a span {
        width: 85%;
        line-height: 22px;
    }

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

    .email-relay-banner {
        margin-bottom: 25px;
    }

    .email-banner-row .col-inner {
        height: unset !important;
    }

    .accordion.nv-email {
        margin: 80px 0 30px 0;
    }

    .nv-about-content {
        margin: 30px 0;
    }

    .banner-image {
        display: none;
    }

    .banner-directadmin-box h1 {
        font-size: 30px;
    }

    .banner-directadmin-box p {
        font-size: 16px;
    }

    .banner-directadmin-box {
        width: 100%;
        margin: 30px 0 0 0px !important;
    }

    .bk-cloud-item.mrLeft {
        margin-left: 0px;
    }

    .bk-cloud-item ul {
        display: block;
        margin: 0px !important;
    }

    .bk-cloud-item ul li {
        width: 100%;
    }

    .cPanel-tn-item .cPanel-tn-head h4 {
        font-size: 16px;
    }

    .cPanel-tn-item .cPanel-tn-head p {
        font-size: 15px;
    }

    .banner-stkt-img {
        width: 350px !important;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .bk-cloud-item.mrLeft {
        margin-left: 0px;
    }

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

    .banner-box-wd {
        margin-left: 15px;
    }

    .banner-email-box {
        width: 100%;
    }

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

    .price-item .price-item-header h2 {
        font-size: 25px;
    }

    .banner-directadmin-box h1 {
        font-size: 30px;
    }

    .banner-directadmin-box p {
        font-size: 16px;
    }

    .banner-directadmin-box {
        width: 100%;
        margin: 30px 0 0 0px !important;
    }

    .bk-cloud-item ul {
        display: block;
        margin: 0px !important;
    }

    .bk-cloud-item ul li {
        width: 100%;
    }

    .banner-stkt-img {
        width: 300px !important;
        position: relative;
        z-index: 9999;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .bk-cloud-item.mrLeft {
        margin-left: 0px;
    }

    .banner-stkt-img {
        width: 300px !important;
        position: relative;
        z-index: 9999;
    }

    .price-item .price-item-header h2 {
        font-size: 25px;
    }

    .banner-box-wd {
        margin-left: 15px;
    }

    .banner-email-box {
        width: 100%;
    }

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

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

    .banner-directadmin-box h1 {
        font-size: 30px;
    }

    .banner-directadmin-box p {
        font-size: 16px;
    }

    .banner-directadmin-box {
        width: 100%;
        margin: 30px 0 0 0px !important;
    }

    .bk-cloud-item ul {
        display: block;
        margin: 0px !important;
    }

    .bk-cloud-item ul li {
        width: 100%;
    }
}