/*
Template Css: Cho thuê chỗ đặt máy chủ
 */

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

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

/*table**/
table.table-server {
    width: 100%;
    
    border: 1px solid #f2f2f2;
    margin: auto;
}

table.table-server thead, table.table-server tbody {
    width: 100%;
}

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

.table-btn {
    background: #2A46CC;
    border: 2px solid #2A46CC;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: 8px 25px;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transition: 0.3s ease-in-out;
    transform: translateX(-50%);
}

.table-btn a {
    color: #fff;
    font-size: 15px;
    
    font-weight: 700;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
}

.table-btn:hover {
    transition: 0.3s ease-in-out;
    background: #fff;
}

.table-btn:hover a {
    transition: 0.3s ease-in-out;
    color: #2A46CC;
}

.table-btn.minus {
    bottom: 0px;
}

/**server-ld**/
.server-ld-item {
    width: 100%;
    
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
}

.server-ld-item p {
    margin: 0px !important;
}

.server-ld-item h3 {
    
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.server-ld-item:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 8px;
}

.box-server {
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    box-shadow: 1px 1px 1px #ffffff12, 0 0 10px #98959594, 0 0 8px #908c8c00;
    transition: 0.3s ease-in-out;
    padding: 10px;
}

.box-server .box-image {
    width: 150px;
    height: 140px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.box-server .box-image div {
    width: 100%;
    height: 100% !important;
}

.box-server .box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-server .box-server-text {
    width: 100%;
    min-height: 280px;
}

.box-server .box-server-text h3 {
    color: #000;
    text-align: center;
    
    font-size: 20px;
    margin-bottom: 10px;
}

.box-server .box-server-text ul li, .box-server .box-server-text p {
    
    font-size: 15px;
    margin-bottom: 10px !important;
}

/* mobile style*/
@media only screen and (max-width: 767px) {
    .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) {
    .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) {
    .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%;
    }
}