/*
Template Css: Dịch vụ quản trị máy chủ
 */

:root {
    --primary-color: #0083FF !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, #002C9E -4.07%, #3771E0 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;
}

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

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

/**table price**/
table.table-service2 {
    width: 900px;
    margin: auto;
}

table.table-service2 {
    border: 1px solid #f2f2f2;
}

table.table-service2 tr td, table.table-service2 tr th {
    padding: 15px;
    
    font-size: 16px;
    color: #000;
}

table.table-service2 tr th {
    font-weight: 700;
    font-size: 18px;
}

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

table.table-service2 tr th:nth-child(2) {
    background: var(--primary-color) !important;
    color: #fff;
    text-align: center;
}

table.table-service2 tr th:nth-child(3) {
    background: #11A9FF !important;
    color: #fff;
    text-align: center;
}

table.table-service2 tr td:not(:first-child), table.table-service2 tr td:not(:first-child) img {
    text-align: center;
}

table.table-service2 tr td:not(:first-child) img {
    width: 20px;
    margin: auto;
}

table.table-service2 tr:last-child td:nth-child(2) {
    background: var(--primary-color) !important;
    color: #fff;
    text-align: center;
}

table.table-service2 tr:last-child td:nth-child(2) a {
    color: #fff;
}

table.table-service2 tr:last-child td:nth-child(3) {
    background: #11A9FF !important;
    color: #fff;
    text-align: center;
}

table.table-service2 tr:last-child td:nth-child(3) a {
    color: #fff;
}

table.table-service2 tr:last-child td:nth-child(1) {
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 700;
}

table.table-service2 tr:nth-child(even) {
    background: #EDEDED;
}

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

.service-item {
    margin-bottom: 30px;
    padding: 15px;
}

.service-item h4 {
    
    font-size: 18px;
}

.service-item p {
    
    font-size: 16px;
}

/* mobile style*/
@media only screen and (max-width: 767px) {
    table.table-service2 {
        width: 100%;
    }

    .service-item img {
        width: 80px;
        margin: 0 auto 20px;
        display: inherit;
    }

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

    .box-server {
        margin-bottom: 20px;
    }

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

    .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) {
    table.table-service2 {
        width: 100%;
    }

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

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

    .banner-top {
        padding-top: 500px !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) {
    table.table-service2 {
        width: 100%;
    }
    .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: 500px !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%;
    }
}