/*
Template Css: Hosting cPanel
*/

/**header**/
.banner-top {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-cpanel-box {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

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

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

/**title**/
.home-title h2 {
    
}

/*Tab**/
.bk-tab ul li a {
    
}

/**price**/
article.bk-table-price {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.price-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;
    cursor: pointer;
}

.price-item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: unset;
    transform: translateY(10px);
}

.price-item .price-item-header {
    width: 100%;
    padding: 30px 30px 20px 30px;
}

.price-item .price-item-header h2 {
    margin: 0px !important;
    color: #43B6E6 !important;
    font-size: 30px;
    
    font-weight: 700;
}

.price-item .price-wrapper {
    margin: 3px 0;
    color: var(--main-color);
    
    font-weight: 700;
    font-size: 25px;
}

.price-item .price-item-header p {
    margin: 0px !important;
    color: #8D9298;
    
    font-size: 17px;
}

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

.price-item .price-item-body ul {
    border: 0px !important;
    list-style: none;
    padding: 0px !important;
}

.price-item .price-item-body ul li svg {
    margin-right: 4px;
    width: 25px;
    height: 25px;
}

.price-item .price-item-body ul li {
    margin: 0px 0 10px 0;
    display: flex;
    flex-flow: wrap;
    color: #7D7979;
    align-items: center;
    
    font-size: 16px;
}

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

.price-item .price-item-body ul li s {
    color: #000;
    margin: 0 5px;
}

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

.price-item .price-item-option select {
    border: 1px solid #7D7979;
    border-radius: 10px;
    box-shadow: unset !important;
    color: #7D7979;
}

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

.price-item .price-item-footer a {
    background: var(--primary-color);
    width: 100%;
    display: block;
    padding: 8px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    
    font-weight: 700;
    font-size: 16px;
    height: unset !important;
    line-height: unset !important;
}

.slide-table-price .price-item {
    margin: 15px;
}

.price-item .price-item-body ul li a {
    color: var(--primary-color)
}

/**Service**/

.price-service {
    width: 100%;
    display: inline-block;
}

.price-service h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 36px;
    
    font-weight: 700;
    line-height: 45px;
}

.price-service p {
    color: #fff;
    
    font-size: 17px;
}

.price-service-item {
    width: 100%;
    display: inline-block;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    
}

.price-service-item h3 {
    font-weight: normal;
    line-height: 25px;
    font-size: 16px;
    margin: 0px !important;
    
}

.price-service-item .price-service-item-price {
    margin: 15px 0;
}

.price-service-item .price-service-item-price b {
    color: var(--main-color);
    font-size: 16px;
}

.price-service-item a.button-price {
    color: #FF0000;
    border: 1px solid #FF0000;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.price-service-item a.button-price:hover {
    transition: 0.3s ease-in-out;
    background: #FF0000;
    color: #fff;
}

.slide-service-more button.owl-prev {
    left: -15px;
}

.slide-service-more button.owl-next {
    right: -15px;
}

.price-note p {
    
    color: #fff;
    margin-bottom: 5px;
    font-size: 15px;
}

/**thong so ky thuat**/
.banner-tskt .bg-fill {
    background-size: 100% !important;
    background-position: top !important;
}

div#bk-form-register .form-group label {
    
    font-weight: normal;
    font-size: 16px;
}

div#bk-form-register .form-group {
    margin-bottom: 10px;
}

div#bk-form-register .input-register {
    
    background: #F4F4F4 !important;
    box-shadow: unset !important;
    border: 0px !important;
    height: 45px !important;
    border-radius: 5px !important;
    color: #000;
}

div#bk-form-register .register-select {
    background-color: #F4F4F4 !important;
    border: 0px !important;
    height: 45px !important;
    border-radius: 5px !important;
    
}

div#bk-form-register h4 b {
    color: var(--primary-color);
}

div#bk-form-register h4 {
    
    font-size: 18px;
}

div#bk-form-register button.btnRegister {
    
    color: #fff;
    width: 200px !important;
    border-radius: 5px;
    display: block;
    margin: auto;
    background: var(--primary-color);
}

.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;
    cursor: pointer;
    padding: 15px;
    display: flex;
    background: #fff;
}

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

.cPanel-tn-item .cPanel-tn-icon {
    width: 30px;
    height: 30px;
    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;
}

@keyframes animateUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

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

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

a.button_style.button_for_primary {
    width: 200px;
    text-align: center;
    display: block;
    background: var(--primary-color);
    border: 0px !important;
}

/**desktop**/
@media only screen and (min-width: 1920px) {
    .banner-service {
        padding-top: 250px !important;
        padding-bottom: 250px !important;
    }
}

/* mobile style*/
@media only screen and (max-width: 768px) {
    .home-title h2 {
        font-size: 25px;
        line-height: 33px;
    }

    .bk-tab ul {
        border-radius: 5px !important;
    }

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

    .bk-tab ul li a {
        font-size: 15px;
        width: 100%;
        border-radius: 0px !important;
    }

    .bk-tab ul li:first-child a {
        border-radius: 5px 5px 0 0;
    }

    .bk-tab ul li:last-child a {
        border-radius: 0 0 5px 5px;
    }

    .price-service h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .price-service {
        margin: 25px 0 0 0;
    }

    .banner-stkt-img {
        width: 100% !important;
        margin-top: 30px;
    }

    .banner-image img {
        height: 400px !important;
        object-position: center !important;
    }

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

    .banner-cpanel-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

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

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

    .banner-cpanel-box {
        width: 100%;
        padding: 0px 15px;
    }

    .banner-top {
        bottom: -10px;
    }

    .gap-100 {
        padding-top: 20px !important;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .banner-cpanel-box h1 {
        font-size: 30px;
    }

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

    .price-service h3 {
        margin-bottom: 5px;
        font-size: 30px;
        line-height: 40px;
    }

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

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

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

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

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

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

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

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

    .directadmin-banner {
        bottom: 50px;
    }

    .banner-top {
        padding-top: 50% !important;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .banner-cpanel-box h1 {
        font-size: 30px;
    }

    .banner-top {
        padding-top: 50% !important;
    }

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

    .price-service h3 {
        margin-bottom: 5px;
        font-size: 30px;
        line-height: 40px;
    }

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

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

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