/*
Template Css: Máy chủ 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;
    text-align: left;
    color: #fff;
}

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

.button_for_gradent {
    background: linear-gradient(180deg, #0034B9 0%, #007BF6 100%) !important;
    border: 0px !important;
    height: 45px !important;
    padding: 0px 30px;
    
    font-weight: 700;
    line-height: 45px !important;
    display: inline-block;
    margin: 15px 0 0 0 !important;
}

.text-box-content.text.dark {
    text-align: center;
}

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

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

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

/*table**/
table.table-server {
    
    border: 1px solid #f2f2f2;
    width: 900px;
    margin: auto;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
}

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

table.table-server thead tr th {
    padding: 10px;
    
    text-transform: unset !important;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
}

table.table-server tr td {
    
    color: #000;
    font-size: 15px;
    padding: 15px 10px;
    text-align: center;
}


/**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;
}

/**review**/
.review-item {
    width: 100%;
    display: inline-block;
    border: 2px solid #6199ED;
    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;
}

/**price table**/
.price-item-body ul li {
    color: #000 !important;
    font-size: 15px;
}

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

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

.price-item .price-item-header p {
    font-size: 15px;
}

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

.price-item .price-item-header {
    padding: 20px;
}

.price-item .price-item-body {
    width: 100%;
    padding: 0 20px;
}

.price-item .price-item-option {
    width: 100%;
    padding: 10px;
}

.price-item .price-item-footer a {
    border-radius: 15px;
}

.price-item:hover {
    background: linear-gradient(180deg, #0083FF 0%, #7ABFFF 100%);
!important;
}

.price-2 h2 {
    color: #41CBFF !important;
}

.price-2 .price-item-footer a {
    background: #41CBFF;
}

.price-3 h2 {
    color: #C95FAA !important;
}

.price-3 .price-item-footer a {
    background: #C95FAA;
}

.price-4 h2 {
    color: #00E4CE !important;
}

.price-4 .price-item-footer a {
    background: #00E4CE;
}

.price-item:hover h2, .price-item:hover .price-item-body ul li, .price-item:hover p, .price-item:hover .price-wrapper {
    color: #fff !important;
}

.price-item:hover .price-item-footer a {
    background: var(--main-color) !important;
}

/* mobile style*/
@media only screen and (max-width: 767px) {
    .banner-stkt-img {
        width: 350px !important;
        position: relative;
        z-index: 9999;
    }

    .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-bottom: 30px;
    }

    .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;
    }

    table.table-server {
        width: 100%;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .banner-stkt-img {
        width: 300px !important;
        position: relative;
        z-index: 9999;
    }

    .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%;
    }

    table.table-server {
        width: 100%;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .banner-stkt-img {
        width: 300px !important;
        position: relative;
        z-index: 9999;
    }

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

    .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%;
    }

    table.table-server {
        width: 100%;
    }
}