/*
Template Css: Cloud VPS Seo
 */
:root {
    --primary-color: #2360E1 !important;
}

/**cloud email**/
.email-banner {
    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;
}

/**content**/
.nv-about-content p i {
    color: #2A46CC;
}

.nv-about-content p {
    color: #333;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 300;
    
}

.nv-about-content h3 {
    color: #2A46CC;
    font-size: 25px;
    
    font-weight: 700;
    margin-bottom: 20px;
}

.nv-about-content ul li {
    
    font-size: 16px;
}

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

/**uu diem**/
.cloud-ud {
    transition: 0.3s ease-in-out;
    border-radius: 10px !important;
    padding: 15px;
}

.cloud-ud:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-10px);
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
}

.cloud-ud .box-image {
    height: 130px;
}

.cloud-ud .box-image img {
    height: 100%;
    object-fit: contain;
}

.cloud-ud .cloud-vs-ud p {
    margin: 0px !important;
}

.cloud-ud .cloud-vs-ud h3 {
    
    font-size: 20px;
    margin-bottom: 5px;
}

.cloud-ud .cloud-vs-ud {
    width: 100%;
    display: inline-block;
    
    font-size: 16px;
    margin: 10px 0 0 0;
}

/**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**/
.price-table {
    width: 80%;
    margin: auto;
    box-shadow: 1px 1px 1px #ffffff12, 0 0 10px #98959594, 0 0 8px #908c8c00;
    transition: 0.3s ease-in-out;
    border-radius: 100px 0 100px 0;
    padding: 40px 20px;
    position: relative;
}

.price-table .price-table-head {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.price-table .price-table-head h3 {
    text-align: center;
    font-size: 30px;
    
    color: #0050AA;
    margin: 0px !important;
}

.price-table .price-item-body {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

.price-table .price-item-body ul li {
    
    font-size: 15px;
    list-style: none;
}

.price-table .price-item-body ul li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
    margin: 0px !important;
}

.price-table .price-item-body ul li b {
    color: var(--main-color)
}

.price-table .price-item-body ul li i {
    color: #378D00;
}

.price-table a.button_register {
    position: relative;
    padding: 0px 40px 0 40px;
    color: #fff;
    background-color: #0050AA;
    font-weight: 700;
    height: 40px;
    left: 0px;
    text-align: left;
    margin: 0px 0px 0 -40px;
    
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
}

.price-table a.button_register:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0px 25px 20px;
    border-color: transparent transparent #0050AA transparent;
    position: absolute;
    left: 0px;
    top: -25px;
}

.price-table .price-wrapper {
    position: relative;
    padding: 0px 20px 0 20px;
    color: #fff;
    background-color: #0050AA;
    font-weight: 700;
    height: 40px;
    left: 0px;
    text-align: left;
    margin: 0px -40px 0 0px;
    
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    float: right;
}

.price-table .price-wrapper:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 25px 20px 0px;
    border-color: transparent transparent #0050AA transparent;
    position: absolute;
    right: -2px;
    bottom: -22px;
    transform: rotate(90deg);
}

.color-pink .price-table-head h3 {
    color: #FF072E;
}

.color-pink .price-wrapper, .color-pink a.button_register {
    background: #FF072E;
}

.color-pink .price-wrapper:after, .color-pink a.button_register:after {
    border-color: transparent transparent #B3041F transparent !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: 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;
    }
}

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

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