/*
Landing Style: Sale Server
 */

/**main**/
header#h-sever {
    text-align: center;
    padding: 10px 0;
}

header#h-sever img {
    max-width: 200px;
}

#main {
    background: url("../images/server/bg.jpg") no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

/**Banner**/
h2.server-title {
    text-align: center;
    margin: 0px;
    color: #FE0404;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    text-shadow: 2px 0 #FFCF23, -2px 0 #FFCF23, 0 2px #FFCF23, 0 -2px #FFCF23,
    1px 1px #FFCF23, -1px -1px #FFCF23, 1px -1px #FFCF23, -1px 1px #FFCF23;
}

.server-step {
    width: 100%;
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, #ED3939 0%, #CE2020 100%);
    border: 3px solid #FFCF23;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 30px;
    padding: 50px 20px 10px 20px;
}

.server-step h3 {
    background: #CE2020;
    border: 3px solid #FFCF23;
    border-radius: 8px;
    padding: 10px 25px;
    width: unset !important;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px !important;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.server-step p, .server-step ul li, .server-step ol li {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #fff;
}

.server-step ul, .server-step ol {
    margin-left: 20px !important;
    margin-bottom: 0px;
}

.server-step ul li, .server-step ol li {
    list-style: disc !important;
}

.button_server {
    width: 100% !important;
    background: #C31717 !important;
    border: 3px solid #FFCF23 !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 8px 25px !important;
    min-height: unset !important;
    height: unset !important;
}

.button_server_2 {
    background: #C31717 !important;
    border: 3px solid #FFCF23 !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 8px 25px !important;
    min-height: unset !important;
    height: unset !important;
}

/**service**/
h2.server-title2 {
    text-align: center;
    color: #FE0404;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-shadow: 2px 0 #FFCF23, -2px 0 #FFCF23, 0 2px #FFCF23, 0 -2px #FFCF23,
    1px 1px #FFCF23, -1px -1px #FFCF23, 1px -1px #FFCF23, -1px 1px #FFCF23;
}

/**service**/
.s-service-item {
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 24px;
    padding: 15px 15px 0 15px;
}

.s-service-item .s-service-content {
    margin-top: 15px;
}

.s-service-item .s-service-content h4 {
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}

.s-service-item .s-service-content p {
    margin: 5px 0;
    font-size: 15px;
}

.s-service-item .s-service-price {
    color: #FF8637;
    font-weight: 700;
    font-size: 18px;
    margin: 20px 0 0 0;
}

.s-service-item .s-service-register {
    text-align: center;
    margin-top: 8px;
}

.s-service-item .s-service-register a {
    border: 1px solid #00A3FF;
    color: #00A3FF;
    padding: 5px 8px 5px 15px;
    border-radius: 50px;
}

.s-service-item .s-service-register a:after {
    content: '\f105';
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #00A3FF;
    border-radius: 50%;
    line-height: 25px;
}

div#bk-form-tv2 form {
    margin: 0px;
}

div#bk-form-tv2 input {
    background: #FFFFFF;
    border-radius: 6px !important;
    height: 45px !important;
    box-shadow: unset !important;
    border: 0px !IMPORTANT;
}

div#bk-form-tv2 button.btnTv {
    background: #C31717 !important;
    border: 3px solid #FFCF23 !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 8px 25px !important;
    min-height: unset !important;
    height: unset !important;
    color: #fff;
    width: 200px;
    margin: 10px auto 0px !important;
    display: inherit;
}

.sec-banner:before {
    content: "";
    background: url("/wp-content/uploads/2023/01/Group.png") no-repeat;
    width: 90px;
    height: 90px;
    background-size: 100%;
    position: absolute;
    top: 50px;
    left: 150px;
}

.sec-banner:after {
    content: "";
    background: url("/wp-content/uploads/2023/01/Group.png") no-repeat;
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    right: 150px;
}

.sec-1:before {
    content: "";
    background: url("/wp-content/uploads/2023/01/Group.png") no-repeat;
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    top: 20px;
    left: 100px;
}

.sec-1:after, .sec-2:after {
    content: "";
    background: url("/wp-content/uploads/2023/01/Group.png") no-repeat;
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    bottom: 50px;
    right: 100px;
}

.sec-3:before {
    content: "";
    background: url("/wp-content/uploads/2023/01/Group.png") no-repeat;
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    left: 150px;
}

@media only screen and (max-width: 768px) {
    h2.server-title, h2.server-title2 {
        font-size: 27px;
        line-height: 40px;
    }

    .sec-1 .server-step {
        margin-top: 30px !important;
    }

    .container-scroll {
        overflow-x: scroll;
    }

    .container-scroll .row {
        flex-wrap: nowrap;
        margin: 0 -8px;
        width: 1182px;
    }

    .container-scroll .col {
        flex: unset !important;
        max-width: unset !important;
        padding: 0 8px !important;
        width: 295.5px !important;
        min-width: 295.5px !important;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .container-scroll::-webkit-scrollbar, .container-scroll::-webkit-scrollbar-thumb {
        display: none;
    }

    .container-scroll::-webkit-scrollbar, .container-scroll::-webkit-scrollbar-thumb {
        display: none;
    }

    .container-scroll::-webkit-scrollbar, .container-scroll::-webkit-scrollbar-thumb {
        display: none;
    }

    .sec-banner:before, .sec-banner:after, .sec-1:before, .sec-2:after, .sec-3:after {
        display: none !important;
    }
}