.section-banner-hosting {
    position: relative;
}

.section-banner-hosting .img-baner img {
    height: 34vw;
    width: 100%;
    object-fit: cover;
}

.section-banner-hosting .content-text {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.section-banner-hosting .content-text .info .title {
    font-size: 35px;
    margin-bottom: 30px;
}

.section-banner-hosting .content-text .info .description {
    font-size: 35px;
}

.section-table-price-hosting .tab-hosting {
    background: #f7f8fa;
    margin-bottom: 60px;
}

.section-table-price-hosting .tab-hosting ul {
    border-bottom: 0;
}

.section-table-price-hosting .tab-hosting ul > li.nav-item {
    flex: 0 0 25%;
    max-width: 25%;
    list-style: none;
}

.section-table-price-hosting .tab-hosting ul > li.nav-item > a {
    border: 0;
    color: #7e7e7e;
    border-radius: 0;
    display: flex;
    align-items: center;
    height: 75px;
    justify-content: center;
}

.section-table-price-hosting .tab-hosting ul > li.nav-item > a > img {
    height: 38px;
    width: 38px;
    object-fit: contain;
    margin-right: 10px;
}

.section-table-price-hosting .tab-hosting ul> li.nav-item > a.active,
.section-table-price-hosting .tab-hosting ul > li.nav-item > a:hover {
    background: #00172e;
    color: var(--white);
    font-size: 18px;
}

.section-table-price-hosting .tab-hosting ul > li.nav-item > a.active img,
.section-table-price-hosting .tab-hosting ul > li.nav-item > a:hover img {
    filter: invert(109%) sepia(0%) saturate(0%) hue-rotate(172deg) brightness(277%) contrast(100%);
}

.section-table-price-hosting .content-table-price .info-table-price {
    text-align: center;
}

.section-table-price-hosting  .info-table-price .title-section {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-table-price-hosting .info-table-price .sologan-section {
    font-size: 18px;
    margin-bottom: 70px;
}

.section-table-price-hosting .info-table-price .info-emty .item-price {
    border: 1px solid #c0e6e6;
    border-radius: 5px;
    padding: 40px 25px 15px;
    text-align: center;
}

.section-table-price-hosting .info-table-price .info-emty .item-price .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-table-price-hosting .info-table-price .info-emty .item-price .description {
    font-size: 16px;
    margin-bottom: 20px;
}

.section-table-price-hosting .info-table-price .info-emty .item-price .price {
    font-size: 16px;
    color: var(--color-highlight);
    margin-bottom: 25px;
}

.section-table-price-hosting .info-table-price .info-emty .item-price .price > span {
    font-size: 40px;
    font-weight: 700;
}

.link-add-cart .btn-add-cart {
    display: block;
    height: 50px;
    line-height: 50px;
    background: var(--color-text);
    border-radius: 5px;
    color: var(--white);
}

.section-table-price-hosting .info-table-price .info-emty .item-price .link-add-cart {
    margin-bottom: 30px;
}

.section-table-price-hosting .info-table-price .info-emty .item-price .gift {
    border-bottom: 1px solid var(--color-main);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.section-table-price-hosting .info-table-price .info-emty .item-price .info {
    text-align: left;
    margin-bottom: 30px;
    font-size: 15px;
}

.section-table-price-hosting .info-table-price .info-emty .item-price .link-more a {
    color: var(--color-highlight);
    font-weight: 700;
}
.section-table-price-hosting .info-table-price .info-emty .item-price .info p {
    display: flex;
    align-items: center;
}

.section-table-price-hosting .info-table-price .info-emty .item-price .info p > img {
    height: 16px;
    width: 16px;
    margin-right: 10px;
    object-fit: contain;
}

.section-table-price-hosting .content-table-price .info-table-price .info-emty > .row {
    margin-right: -10px;
    margin-left: -10px;
}

.section-table-price-hosting .content-table-price .info-table-price .info-emty > .row > div {
    padding-right: 10px;
    padding-left: 10px;
}
.section-table-price-hosting .info-table-price .info-emty .item-price.item-price-center .title-center {
    background: var(--color-highlight);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 20px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--white);
}

.section-table-price-hosting .info-table-price .info-emty .item-price.item-price-center .title-center:before {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    border-top: 7px solid var(--color-highlight);
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
    margin-left: 0;
    bottom: -7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.item-price-center .link-add-cart .btn-add-cart {
    background-image: linear-gradient(left, #058dc2, #4abab9);
    background-image: -webkit-linear-gradient(left, #058dc2, #4abab9);
    background-image: -o-linear-gradient(left, #058dc2, #4abab9);
    background-image: -moz-linear-gradient(left, #058dc2, #4abab9);
}
.section-table-price-hosting {
    padding-bottom: 60px;
}

.section-table-price-hosting .tab-hosting ul {
    display: flex;
    flex-wrap: wrap;
}

.section-characteristic .img {
    padding-top: 56%;
}

.section-characteristic .img img {
    object-fit: contain;
}

.section-characteristic {
    background: #F9FBFB;
    padding: 60px 0;
}

.section-characteristic .content .title-section {
    text-transform: uppercase;
    font-size: 36px;
}

.section-characteristic .content  .info p {
    display: flex;
    align-items: start;
}

.section-characteristic .content .info p img {
    width: 16px;
    display: inline-block;
    height: 16px;
    margin-right: 6px;
}
.section-compare {
    background: #F9FBFB;
    padding: 40px 0;
}

.section-compare .title-section {
    margin-bottom: 40px;
}

.section-compare .info-content-compare {
    background: var(--white);
    padding: 30px;
    border: 1px solid var(--color-main);
    border-radius: 5px;
}

.section-compare .info-content-compare table.table thead>tr>th {
    border-top: 0;
    border-bottom: 0;
    padding: 10px 0;
    color: var(--color-main);
    position: relative;
}

.section-compare .info-content-compare table.table  tbody tr th {
    border-top: 0;
}

.section-compare .info-content-compare table.table tbody tr:first-child td {
    border-top: 0;
}

.section-compare .info-content-compare table.table tbody tr>td {
    border-top: 1px solid var(--color-main);
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-compare .info-content-compare table.table thead>tr>th>span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}

.section-compare .info-content-compare table.table thead>tr>th:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: var(--color-main);
    bottom: 0;
    left: 0;
}

.section-compare .info-content-compare table.table thead>tr>th, .section-compare .info-content-compare table.table tbody tr>td, .section-compare .info-content-compare table.table tbody tr>th {
    vertical-align: revert;
}

.section-compare .info-content-compare table.table thead>tr>th:last-child:before {
    width: 100%;
}

.section-compare .info-content-compare table.table tbody tr>th {
    padding-left: 0;
    color: var(--color-main);
}

.section-compare .info-content-compare table.table tbody tr>td>.fa-xmark {
    color: red;
}


.section-compare .info-content-compare table.table tbody tr>td>.fa-check {
    color: #008505;
}

.section-compare .info-content-compare  tr.bottom-table th {
    border-top: 1px solid var(--color-main) !important;
}

.section-compare .info-content-compare table.table tbody tr>td>a {
    display: inline-block;
    padding: 6px 15px;
    border: 2px solid var(--color-main);
    color: var(--color-main);
    border-radius: 5px;
    width: 150px;
    text-align: center;
}

.section-we-hosting {
    background: #F9FBFB;
    padding: 60px 0;
}

.section-we-hosting .content-text .item {
    border: 1px solid var(--color-main);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.section-we-hosting .content-text .item .icon {
    height: 60px;
    width: 60px;
    background: #DEF3F2;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}

.section-we-hosting .content-text .item .icon img {
    height: 36px;
    width: 36px;
    object-fit: contain;
}

.section-we-hosting .content-text .item .name {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 10px;
}

.section-we-hosting .content-text .item .price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}       
.section-we-hosting .content-text .item .icon-link {
    margin-top: 25px;
}

.section-we-hosting .content-text .item .icon-link a {
    color: var(--color-main);
}

.section-we-hosting .content-text .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.section-we-hosting .content-text .row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.section-we-hosting .content-text .item .description {
    height: 64px;
    overflow: hidden;
}
.section-we-hosting .content-img .img {
    padding-top: 64%;
}

.section-we-hosting .content-img .img img {
    object-fit: contain;
}

.section-characteristic .content .info p i, .section-table-price-hosting .info-table-price .info-emty .item-price .info p i {
    color: var(--color-main);
    margin-right: 5px;
}

.section-banner-email {
    position: relative;
}

.section-banner-email .img-baner img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.section-banner-email  .content-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.section-banner-email .content-text .info .title {
    color: var(--white);
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700;
}

.section-banner-email .content-text .info .form-support form.form-contact {
    display: flex;
}

.section-banner-email .content-text .info .form-support form.form-contact .form-group input.form-control {
    height: 47px;
    border: 0;
    font-size: 16px;
    width: 350px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.section-banner-email .content-text .info .form-support form.form-contact  button {
    background: #000;
    height: 47px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.section-characteristic .content .link-tu-van a {
    display: inline-block;
    height: 50px;
    width: 160px;
    text-align: center;
    line-height: 48px;
    background: #00172E;
    border: 1px solid #00172E;
    color: var(--white);
    border-radius: 5px;
    margin-top: 10px;
}

.section-characteristic .content .link-tu-van a:hover {
    background: none;
    color: #00172E;
}

.section-difference-ht {
    padding: 60px 0;
}

.section-difference-ht .title-section {
    margin-bottom: 40px;
}

.section-difference-ht .swiper-slide .item-difference {
    background: #F8F8F8;
    border-radius: 10px;
    text-align: center;
    margin-top: 55px;
    position: relative;
    padding: 80px 10px 10px;
}

.section-difference-ht .swiper-slide .item-difference .img {
    width: 110px;
    height: 110px;
    border: 6px solid #fff;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    top: -50px;
    background: #f8f8f8;
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-difference-ht .item-difference .inner-content .name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-difference-ht .item-difference .inner-content .description {
    height: 150px;
    line-height: 25px;
    overflow: hidden;
}
.section-difference-ht .swiper-button-next {
    right: 0;
    opacity: 0;
    top: calc(50% + 30px);
}

.section-difference-ht .swiper-button-prev {
    opacity: 0;
    top: calc(50% + 30px);
    left: 0;
}
.section-punctions-hosting .title-section {
    margin-bottom: 50px;
}

.section-punctions-hosting .list-punctions .item {
    text-align: center;
    margin-bottom: 30px;
}

.section-punctions-hosting .list-punctions .item .img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.section-punctions-hosting .list-punctions .item .img {
    margin-bottom: 20px;
}

.section-punctions-hosting .list-punctions .item .inner-content .name {
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 15px;
}

.section-difference-ht .swiper-slide .item-difference .img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.section-punctions-hosting {
    padding: 30px 0 50px;
}

.section-interface-store-hosting .list-interface ul {
    display: flex;
    justify-content: center;
    border-bottom: 0;
    margin-bottom: 50px !important;
}

.section-interface-store-hosting .list-interface ul>li>a {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #707070;
    position: relative;
    color: #000;
    padding-right: 20px;
    padding-left: 20px;
}

.section-interface-store-hosting .list-interface ul>li>a.active {
    color: var(--color-main);
    font-weight: 700;
}

.section-interface-store-hosting .list-interface ul>li>a.active:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--color-main);
}

.section-interface-store-hosting .list-interface ul>li>a:hover,.section-interface-store-hosting .list-interface ul>li>a:focus {
    border-color: var(--color-main);
}
.section-interface-store-hosting .list-interface .tab-content .info-tab-interface .item {
    margin-bottom: 30px;
}

.section-interface-store-hosting .list-interface .tab-content .info-tab-interface .item .img {
    padding-top: 125%;
}

.section-interface-store-hosting {
    padding-top: 30px;
    padding-bottom: 60px;
}

.section-interface-store-hosting .list-interface .tab-content .info-tab-interface .item .img img {
    filter: grayscale(1);
}

.section-interface-store-hosting .list-interface .tab-content .info-tab-interface .item .img img:hover {
    filter: none;
}

.section-interface-store-hosting .list-interface .tab-content .info-tab-interface .link-more-interface {
    text-align: center;
    margin-top: 50px;
}

.section-interface-store-hosting .list-interface .tab-content .info-tab-interface .link-more-interface a {
    display: inline-block;
    height: 50px;
    border-radius: 10px;
    width: 220px;
    background: var(--color-main);
    line-height: 48px;
    color: var(--white);
    border: 1px solid var(--color-main);
}

.section-interface-store-hosting .list-interface .tab-content .info-tab-interface .link-more-interface a:hover {
    background: none;
    color: var(--color-main);
}

.section-we-hosting.section-we-hosting-wordpress {
    background: none;
}

.link-add-cart .btn-add-cart:hover {
    background-image: linear-gradient(left, #058dc2, #4abab9);
    background-image: -webkit-linear-gradient(left, #036d96, #24b3b2);
    background-image: -o-linear-gradient(left, #058dc2, #4abab9);
    background-image: -moz-linear-gradient(left, #058dc2, #4abab9);
}
.section-compare .info-content-compare table.table tbody tr>td>a:hover {
    background: var(--color-main);
    color: var(--white);
}

.section-we-hosting .content-text .item .icon-link a:hover {
    color: var(--color-highlight);
}
.section-banner-email .content-text .info .form-support form.form-contact button:hover {
    background: var(--color-highlight);
}

.section-we-hosting .content-img .title-section {
    position: relative;
    margin-bottom: 25px;
    text-transform: none;
}

.section-we-hosting .content-img .title-section:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 200px;
    background: var(--color-text);
    height: 1px;
}

.section-table-price-hosting .content-table-price .info-table-price .link-dktv-price a {
    display: inline-block;
    background-image: linear-gradient(left, #058dc2, #4abab9);
    background-image: -webkit-linear-gradient(left, #058dc2, #4abab9);
    background-image: -o-linear-gradient(left, #058dc2, #4abab9);
    background-image: -moz-linear-gradient(left, #058dc2, #4abab9);
    padding: 10px 40px;
    border-radius: 20px;
    color: var(--white);
    margin-top: 40px;
}

/*ssl*/


.section-table-price-hosting.section-table-price-sll .tab-hosting ul>li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.section-questions-domain.section-questions-ssl {
    background: none;
}
.section-why-buy-ssl {
    background: #F7FCFC;
    padding: 60px 0;
}

.section-why-buy-ssl .content-why-buy-ssl .img {
    padding-top: 53%;
}

.section-why-buy-ssl .content-why-buy-ssl .img img {
    object-fit: contain;
}

.section-why-buy-ssl .content-why-buy-ssl .content .item {
    margin-bottom: 25px;
}

.section-why-buy-ssl .content-why-buy-ssl .content .item .icon {
    height: 75px;
    width: 75px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.section-why-buy-ssl .content-why-buy-ssl .content .item .name {
    font-weight: 700;
    margin-bottom: 15px;
}
.section-table-price-hosting .content-table-price .info-table-price .link-dktv-price a:hover {
    background-image: linear-gradient(left, #026085, #048382);
    background-image: -webkit-linear-gradient(left, #026085, #048382);
    background-image: -o-linear-gradient(left, #026085, #048382);
    background-image: -moz-linear-gradient(left, #026085, #048382);
}
/*ssl*/