/*
Template Css: Hosting demo
*/
:root {
    --primary-color: #2450E0 !important;
}
.copy_link_home_p {
     margin-top: -20px;
     text-align: center;

 }

.copy_link_home_p img:hover {
    transition: .3s ease-in-out;
    transform: translateY(-10px);
}
.copy_link_home_p img {
    display: inline-block;
    border-radius: 15px !important;
    box-shadow: 0 2px 16px rgba(0,0,0,.1)!important;
    cursor: pointer;
    transition: .3s ease-in-out;
    width: 600px;
}

.hosting_4  {

}

/**banner**/
.directadmin-banner {
    position: absolute;
    bottom: 100px;
    right: 50px;
}

.banner-directadmin-box {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 20%;
    left: 0;
}

.banner-directadmin-box p {

    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.banner-directadmin-box h1 {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;

    font-weight: 700;
    color: #fff;
}



/**title**/
.home-title {
    margin-bottom: 25px !important;
}

/**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;
    text-align: center;
}

.price-item .price-item-header h2 {
    margin: 0px !important;
    color: var(--primary-color) !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 10px;
}

.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 a {
    color: var(--primary-color)
}

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

/**Service**/

.price-service {
    padding-left: 20px;
    width: 100%;
    display: inline-block;
}

.price-service h3 {
    color: #000;
    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: #000;
    margin-bottom: 5px;
    font-size: 15px;
}

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

/**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;
    background: #fff;
    display: flex;
}

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

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

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

.banner-directadmin-box-list p img {
    width: 20px;
}

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) {

}
.review-content {
    text-align: center;
}

/* mobile style*/
@media only screen and (max-width: 767px) {



    .chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(2) .col-inner, .chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(3) .col-inner {
        overflow-y: hidden;
        height: auto !important;
        background: #fff!important;
        border: 1px solid var(--primary-color) !important;
        border-radius: 8px;
        padding: 25px;
        box-shadow: 0 0 5px #0000004d;
    }

    .chi_phi_hop_ly_s_m .ly_do_bkns_k_tex:nth-child(2) .col-inner, .chi_phi_hop_ly_s_m .ly_do_bkns_k_tex:nth-child(4) .col-inner {
        overflow-y: hidden;
        height: auto !important;
        background: #fff!important;
        border: 1px solid var(--primary-color) !important;
        border-radius: 8px;
        padding: 25px;
        box-shadow: 0 0 5px #0000004d;
    }



    .banner_s_k_home{
        padding-top: 200px !important;
    }
    .phu_hop_noi_dung {
        height: auto !important;
    }
    .row_butom_m {
        height: auto !important;
    }
    .chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(2) .col-inner, .chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(3) .col-inner {

        height: auto !important;

    }
    .chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(1) .col-inner, .chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(4) .col-inner {
        height: auto !important;
    }

    .phu_hop_bkns_hosting {
         max-width: 100% !important;
         flex-basis: 100% !important;
    }
    .phu_hop_bkns_hosting_lk  {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .row_butom_m .button span {

        font-size: 15px;

    }
    .home-title h2 {
        font-size: 27px;
    }
    .hưong_dan article.bk-review-home .owl-carousel .owl-item .owl-dots {
        display: none !important;
    }
    .hưong_dan article.bk-review-home .owl-carousel .owl-item .review-avatar  img {
        margin: auto;
        text-align: center;
        display: flex;
        width: 54%;
        justify-content: space-around;
    }
    .icon_hosring_d2 .box-text-inner {
        height: auto !important;
        overflow: hidden;
    }
    .row_butom_m {
        padding: 14px;
        display: flex;
        height: auto;
        background: #2450e0;
        justify-content: center;
        align-items: center;
    }
    .home-title h2 {
        font-size: 25px;
        line-height: 33px;
    }
    table.table-mmo {
        width: 100%;
        overflow: scroll !important;
        overflow: auto;
        display: block;
        overflow-x: auto;
    }
    table.table-mmo.sl {
        width: 800px!important;
        overflow: scroll !important;
        display: block;
        overflow-x: auto;
    }
    .hostong_g_3 {
        margin-top: 0px!important;
    }
    .hostong_g_3 .home-title h3 {
        color: rgba(27,127,204,.8) !important;
    }
    .hostong_g_3 .home-title h2 {
        color: rgba(27,127,204,.8) !important;
    }
    .img_hosting_s {
        display: none;
    }

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

    .directadmin-banner {
        display: none;
    }

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

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

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

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

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

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .directadmin-banner {
        bottom: 50px;
    }

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

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

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

    .banner-directadmin-box {
        width: 70%;
        margin: 30px 0 0 30px !important;
    }

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

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .directadmin-banner {
        bottom: 50px;
    }

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

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

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

    .banner-directadmin-box {
        width: 70%;
        margin: 30px 0 0 30px !important;
    }

    .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-service  .bg.section-bg.fill.bg-fill.bg-loaded {
    background-size: 100% 100% !important;
}

.hosting_4 {
    background: linear-gradient(180deg, #0063EB 0%, #00BCFA 100%);

}
.icon_hosring_d2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.icon_hosring_d2 {
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 15px;
}
.icon_hosring_d2:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}
.hosting_4 .home-title h3 {
    color: #FFFFFF;
}
.hosting_4 .home-title h2 {
    color: #FFFFFF !important;
}
.hosting_4 .home-title > .description {
    color: #FFFFFF;
}
.owl-carousel.slide-review-home-hosting.owl-loaded.owl-drag .review-home-item {
    position: relative;
    background: #fff;
    border: 2px solid rgba(27,127,204,.8);
    border-radius: 8px;
    margin: 15px !important;
    padding: 25px;
    box-shadow: 0 0 5px #0000004d;
}

.slide-item.post .post-thumbnail {

    width: 100%;
    float: left;
    height: 190px;

    transition: 0.3s ease-in-out;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.slide-item.post .post-thumbnail:before {
    content: "";
    background: rgba(255, 255, 255, 0.25);
    height: 100%;
    left: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slide-item.post .post-thumbnail:after {
    content: "";
    background: rgba(255, 255, 255, 0.25);
    height: 100%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-high-content {
    text-align: center;
}
.post-high-content p{
    font-size: 17px;
    font-weight: 700;
    color: #0b0b0b;
}
.post-high-content span{
    border: 2px solid #2450E0;
    border-radius: 40px;
    padding: 10px;
}
.post-high-content span:hover{

    background: red;
    color: #fffffc;
    border: 2px solid red;
}
.owl-carousel.slide-review-home-hosting.owl-loaded.owl-drag .review-home-item.post{
    position: relative;
    background: #fff;
    border-radius: 8px;
    border: 0px solid rgba(27,127,204,.8);
    margin: 15px !important;
    padding: 25px;
    box-shadow: 0 0 5px #0000004d;
    background: #FFFFFF;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}
.hostong_g_3 {
    margin-top: -300px;
}
.hostong_g_3 .home-title h3 {
    color: #fff;
}
.rll-youtube-player {
    position: unset!important;
    padding-bottom: 0px!important;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.homes-title-gf p {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    /*margin: 0px !important;*/
    color: #0c0c0c;
}
.video.video-fit.mb {
    border-radius: 30px;
}
.homes-title-gf b {
    color: #2450E0;
}
.owl-carousel.slide-review-home-lienket.owl-loaded.owl-drag .review-avatar {
    padding: 10px;
}
.noPaddings .nv-accordion a:before {

    display: none!important;

}
.table-mmo tr:nth-child(1) td {
    background: #fff;
    color: #000;
}
table.table-mmo td {
    background: #ffffff;
}
table.table-mmo td img {
    width: 20px;
}
.price-item-footer-sp-s span.hosting1 {
     text-decoration: line-through;
 }
.price-item-footer-sp-s span.hosting2 {
    color: #fff;
    padding: 3px;
    background: red;
}
.price-item-footer-title h4 {
    color: rgba(27,127,204,.8);
}
.price-item-footer-title b {
    color: #f49e4f;
}
.price-item-footer-hosting {
    text-align: center;
    width: 70%;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid rgba(27,127,204,.8);
    margin: auto;
}
table.table-mmo i.fa.fa-check {
    color: #378D00;
}
table.table-mmo.sl tr:nth-child(1) td {
    border: 1px solid rgb(27 127 204 / 38%);
    font-size: 20px;
    background: #fff;
    color: rgba(27,127,204,.8);
    font-weight: 600;
}
tbody {

    border: 1px solid rgb(27 127 204 / 38%) !important;
}
table.table-mmo th, td {
    padding: 0.5em;
    text-align: left;
    border-bottom:  1px solid rgb(27 127 204 / 38%) !important;
    line-height: 1.3;
    font-size: .9em;
    border-right: 1px solid rgb(27 127 204 / 38%) !important;
}
.row_ping_s {
    margin-left: 0px!important;
    margin-right: 0px!important;
}



.home-title h3 {
    text-transform: uppercase;
    color: #F44336 !important;
}


.accordion_son_ten_min .accordion .accordion-item:nth-child(2n + 1) {
    background: -webkit-linear-gradient(123deg, #b862fe, #2450e0 32%)
}
.accordion_son_ten_min .accordion .accordion-item:nth-child(2n + 1) a span {
    color: #ffffff !important;
}
.accordion_son_ten_min .accordion .accordion-item:nth-child(2n + 1) i.icon-angle-down {
    color: white;
}
.accordion_son_ten_min .accordion .accordion-item:nth-child(2n) {
    border: 1px solid #2cb4ff;
}
.accordion_son_ten_min .accordion .accordion-item {
    border-radius: 10px;
    margin: 15px 0px 15px 0px;
}

.accordion_son_ten_min .accordion .accordion-item .accordion-inner {
    background: white;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 4px;
    width: 100%;
    margin-bottom: 25px !important;
    border: 0px !important;
    position: relative;
    background: #F8F8F8;
}

.accordion_son_ten_min.s .accordion .accordion-item:nth-child(2n + 1) {
    background: white;
    border: 1px solid #2cb4ff;
}
.accordion_son_ten_min.s .accordion .accordion-item:nth-child(2n + 1) a span {
    color: #000000 !important;
}
.accordion_son_ten_min.s .accordion .accordion-item:nth-child(2n) i.icon-angle-down {
    color: white;
}
.accordion_son_ten_min.s .accordion .accordion-item:nth-child(2n) {

    border: 0px solid #2cb4ff;
    background: -webkit-linear-gradient(123deg, #b862fe, #2450e0 32%)
}
.accordion_son_ten_min.s .accordion .accordion-item:nth-child(2n) a span {
    color: #ffffff !important;
}
.accordion_son_ten_min.s .accordion .accordion-item:nth-child(2n + 1) i.icon-angle-down  {
    color: #000000 !important;
}


.accordion_son_ten_min .accordion .accordion-item:hover {
    transition: .3s ease-in-out;
    transform: translateY(-5px);

}

.dich_vu_lien_q .box-text-inner p {
    font-weight: 600;
    font-size: 20px;
}

.review-home-item .review-avatar {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    margin: auto;
}

.review-home-item .review-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.row_butom_m {
    display: flex;
    height: 70px;
    background: #2450e0;
    justify-content: center;
    align-items: center;
}
.row_butom_m {
    font-size: 20px;
    color: #FFE659;
}
.row_butom_m a.button.alert.is-link {
    margin: 0px;
}
.row_butom_m .button span {
    font-weight: 600;
    display: inline-block;
    line-height: 1.6;
    font-size: 20px;
    color: #FFFFFF;
}
.row_butom_m a.button.alert.is-link {
    padding-left: 10px;
    margin: 0px;
    padding-right: 10px;
}
.row_butom_m a.button.alert.is-link span:hover {
    color: #FFE659;
}
.row_butom_m a.button.alert.box-shadow-2.box-shadow-1-hover {
    margin: 0px;
}
.review-home-item {
    position: relative;
    background: #fff;
     border: 0px solid #f2f2f2;
    border-radius: 8px;
    margin: 15px !important;
    padding: 25px;
    box-shadow: 0 0 5px #ffffff4d;
}
.icon_hosring_d2 .box-text-inner {
    height: 190px;
    overflow: hidden;
}
.ng-binding  {
    /*color: var(--primary-color);*/
    /*font-size: 40px;*/
    /*text-align: center;*/
    /*line-height: 50px;*/
    /*margin: 0px !important;*/
    /*text-transform: capitalize;*/
}
p.text_evaluate {
    overflow-y: hidden;
    height: auto !important;
}


.home-title h2 {
    color: red;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    margin: 0px !important;
    text-transform: capitalize;
}






#footer .footer-top p, #footer .footer-top a {
    color: #ffffff !important;
}
#footer .footer-top .footer-address p img {
    filter: brightness(100%) grayscale(100%) !important;
}
#footer .footer-top .footer-title h3 {
    color: #ffffff !important;
}
#footer .footerBorder:not(:last-child) {
    border-bottom: 0;
    margin: 0px !important;
    padding: 0px !important;
}
#footer .footer-top p.company-name {

    border-bottom: 0px solid rgba(255, 255, 255, 0.05) !important;

}
.home-title h3 {
    text-transform: uppercase;
    color: #F44336 !important;
}
.home-title h2 {
    text-transform: uppercase;
    color: #F44336 !important;
}
.home-title > .description {
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 22px;
    color: #000000;
}
footer#footer {
    background: -webkit-linear-gradient(90deg, #012e95, #0153bfeb 32%);
}

.phu_hop_bkns_hosting .col-inner {
    position: relative;
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 0 5px #0000004d;

}

.phu_hop_bkns_hosting .col-inner:hover {
    transition: .3s ease-in-out;
    transform: translateY(-10px);
}
.phu_hop_noi_dung h4 span {
    background: #c0e5ff;
    width: 80%;
    display: block;
    padding: 8px;
    text-align: center;
    border-radius: 50px;
    color: #0062ff;
    font-weight: 100;
    font-size: 16px;
    height: unset !important;
    line-height: unset !important;
}
.phu_hop_noi_dung h3 {
    position: relative;
    margin-bottom: 20px;
}
.phu_hop_noi_dung h3::before {
    content: "";
    color: var(--primary-color);
    position: absolute;
    top: 35px;
    left: 0%;
    width: 50%;
    height: 2px;
    background: red;
}
.phu_hop_noi_dung p {
    font-size: 18px;
    color: black;
}
.phu_hop_noi_dung {
    height: 362px;
    overflow: hidden;
}


.tinh_nang_l .col-inner {
    position: relative;
    margin-top: 20px;
    background: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 15px;
    padding: 10px;
    box-shadow: 2px 2px 1px #2196F3, 0 0 10px #98959594, 0 0 8px #1259d8;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.tinh_nang_l .col-inner:hover {
    transition: .3s ease-in-out;
    transform: translateY(-10px);
}


/*css ly do chon bkns*/
.ly_do_title_ds h3 {
    color: var(--primary-color);
    font-size: 30px;
    line-height: 50px;
    margin: 0px !important;
    text-transform: capitalize;
}
.chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(1) .col-inner,
.chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(4) .col-inner {

    overflow-y: hidden;
    height: 280px;
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 8px;

    padding: 25px;
    box-shadow: 0 0 5px #0000004d;
}
.chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(2) .col-inner,
.chi_phi_hop_ly_s .ly_do_bkns_k_tex:nth-child(3) .col-inner {
    overflow-y: hidden;
    height: 280px;
    background: #BFECFF;
    border-radius: 8px;

    padding: 25px;
    box-shadow: 0 0 5px #0000004d;
}
.chi_phi_hop_ly_s_m .ly_do_bkns_k_tex:nth-child(2) .col-inner,
.chi_phi_hop_ly_s_m .ly_do_bkns_k_tex:nth-child(4) .col-inner {
    overflow-y: hidden;
    height: 230px;
    background: #BFECFF;
    border-radius: 8px;

    padding: 25px;
    box-shadow: 0 0 5px #0000004d;
}
.chi_phi_hop_ly_s_m .ly_do_bkns_k_tex:nth-child(1) .col-inner, .chi_phi_hop_ly_s_m .ly_do_bkns_k_tex:nth-child(3) .col-inner {
    overflow-y: hidden;
    height: 230px;
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 0 5px #0000004d;
}
.ly_do_title_ds .col-inner h3 {
    text-transform: uppercase;
    color: #F44336 !important;
}

.banner_s_k_home a.button.primary {
    border-radius: 30px;
    color: #000000;
    background-color: #ffe100 !important;
}




/*css ly do chon bkns*/

.dich_vu_thue_vps_gai_re .chi_phi_hop_ly_s .ly_do_bkns_k_tex_k:nth-child(1) .col-inner,
.dich_vu_thue_vps_gai_re .chi_phi_hop_ly_s .ly_do_bkns_k_tex_k:nth-child(3) .col-inner {

    background: -webkit-linear-gradient(123deg, #b862fe, #2450e0 32%);
}

.dich_vu_thue_vps_gai_re .chi_phi_hop_ly_s .ly_do_bkns_k_tex_k:nth-child(1) .col-inner h4 ,
.dich_vu_thue_vps_gai_re .chi_phi_hop_ly_s .ly_do_bkns_k_tex_k:nth-child(3) .col-inner h4 {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
}
.dich_vu_thue_vps_gai_re .chi_phi_hop_ly_s .ly_do_bkns_k_tex_k:nth-child(1) .col-inner p ,
.dich_vu_thue_vps_gai_re .chi_phi_hop_ly_s .ly_do_bkns_k_tex_k:nth-child(3) .col-inner p {

    color: #ffffff;
}
.dich_vu_thue_vps_gai_re .chi_phi_hop_ly_s .ly_do_bkns_k_tex_k:nth-child(1) .col-inner p strong ,
.dich_vu_thue_vps_gai_re .chi_phi_hop_ly_s .ly_do_bkns_k_tex_k:nth-child(3) .col-inner p  strong {

    color: #FFE659 !important;
}


.dich_vu_thue_vps_gai_re .chi_phi_hop_ly_s .ly_do_bkns_k_tex_k p strong {
    font-size: 20px;
    color: red;
    font-weight: 600;
}

.dich_vu_thue_vps_gai_re .chi_phi_hop_ly_s .ly_do_bkns_k_tex_k h4 {
    font-weight: 500;
    font-size: 20px;
}

.dich_vu_thue_vps_gai_re .chi_phi_hop_ly_s .ly_do_bkns_k_tex_k .col-inner {
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #CA57FE;
}


.dich_vu_thue_vps_gai_re .chi_phi_hop_ly_s .ly_do_bkns_k_tex_k .col-inner:hover {
    transition: .3s ease-in-out;
    transform: translateY(-10px);
}

.dich_vu_thue_vps_gai_re .review-home-item .review-star {
    display: flex;
    justify-content: center;
}



















.luu_y_khI_mua_hosting_emial .icon-box.featured-box.icon-box-left.text-left .icon-box-text.last-reset p {
    font-size: 16px;
}

.loi_ich_email .luu_y_khI_mua_hosting_emial:nth-child(1) .icon-box-text.last-reset h3 {
    color: #1CC2B6;
}
.loi_ich_email .luu_y_khI_mua_hosting_emial:nth-child(2) .icon-box-text.last-reset h3 {
    color: #9E00C6;
}
.loi_ich_email  .luu_y_khI_mua_hosting_emial:nth-child(3) .icon-box-text.last-reset h3 {
    color: #FF7700;
}
.loi_ich_email  .luu_y_khI_mua_hosting_emial:nth-child(4) .icon-box-text.last-reset h3 {
    color: #2450E0;
}
.loi_ich_email  .luu_y_khI_mua_hosting_emial:nth-child(5) .icon-box-text.last-reset h3 {
    color: #FF1285;
}
.loi_ich_email  .luu_y_khI_mua_hosting_emial:nth-child(6) .icon-box-text.last-reset h3 {
    color: #008E05;
}



.owl-carousel .owl-item .slide-items .review-avatar img {
    height: 100px;
    display: block;
    width: auto;
}
.owl-carousel.slide-review-home-lienket.owl-loaded.owl-drag .review-avatar {
    display: flex;
    justify-content: center;
}


.owl-carousel.slide-table-price.owl-loaded.owl-drag .slide-item .price-item .price-item-bodys {
    padding: 0px 20px !important;
}
